@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td, body, html {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
}
body a {
  color: #e01c24;
}
body a:hover {
  color: #e71f19;
  opacity: 0.8;
}
body a:active {
  color: #e71f19;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.86;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* index: h2.section-title（LP インデックスの黄色見出し） */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
body:after, html:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  word-wrap: break-word;
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
}
body small {
  font-size: smaller;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}

.nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nopc {
    display: block;
  }
}

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* index: 共通コンテンツ幅（index.html の .content に付与） */
.content {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 640px) {
  .content {
    width: 90%;
    margin: 0 auto 40px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: table */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.button-wrapper .back-button, .button {
  background-image: url(../images/button-01.svg);
  background-size: 100% 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.375em 1.5em;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  min-width: 312px;
}
@media only screen and (max-width: 640px) {
  .button-wrapper .back-button, .button {
    min-width: 250px;
    font-size: 1em;
  }
}
.button-wrapper .back-button:hover, .button:hover {
  color: #fff;
}
.button-wrapper .back-button span, .button span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  height: 90px;
  padding: 1em;
}
@media only screen and (max-width: 640px) {
  .button-wrapper .back-button span, .button span {
    height: auto;
    min-height: 80px;
  }
}

.button-arrow-right, .button-arrow-left, .button-wrapper .back-button {
  position: relative;
}
.button-arrow-right:after, .button-arrow-left:after, .button-wrapper .back-button:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #b50005;
}
.button-arrow-right:hover:after, .button-arrow-left:hover:after, .button-wrapper .back-button:hover:after {
  border-left-color: #fff;
}

.button-arrow-left:after, .button-wrapper .back-button:after {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button-arrow-right:after {
  right: 10px;
}

.button-large {
  padding: 0.5em 1.75em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.button-small {
  padding: 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

.button-block {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

.button-more {
  background-image: url(../images/button-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 43px;
}

.single .button-wrapper {
  margin: 160px 0;
}
@media only screen and (max-width: 640px) {
  .single .button-wrapper {
    margin: 40px 0;
  }
}
.button-wrapper {
  text-align: center;
}
.button-wrapper .back-button {
  background: #b50005;
  color: #fff;
  max-width: 400px;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.button-wrapper .back-button:after {
  border-color: transparent transparent transparent #fff;
  left: 15px;
  border-width: 8px 0 8px 10px;
}

#button-totop {
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #button-totop {
    position: fixed;
    bottom: 80px;
    right: 3%;
    width: 45px;
    height: 45px;
  }
}
#button-totop:hover {
  opacity: 0.8;
}
#button-totop img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  #button-totop img {
    width: 45px;
    height: 45px;
  }
}

#fixed-button {
  position: fixed;
  right: 0;
  top: 400px;
  z-index: 10;
}
@media only screen and (max-width: 960px) {
  #fixed-button {
    top: 400px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #fixed-button {
    display: none;
  }
}
#fixed-button img {
  width: 129px;
  height: auto;
}

#root a[id]:not([href]) {
  padding-top: 100px;
  margin-top: -100px;
  display: inline-block;
  vertical-align: top;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
h2.section-title {
  color: #000000;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  h2.section-title {
    font-size: 1.428em;
    margin-bottom: 1em;
  }
}
h2.section-title .en {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 2.25em;
  letter-spacing: 0.08em;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
h2.section-title .en span {
  color: #ed6c00;
}
h2.section-title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
h2.section-title .jp span {
  color: #ed6c00;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル */
#page-title {
  background-color: #b50005;
  height: 238px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #page-title {
    background-size: 300% 60px;
    background-position: top right;
    height: 120px;
  }
}
#page-title h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  #page-title h1 {
    font-size: 1.6em;
  }
}
#page-title .logo {
  position: absolute;
  right: 1em;
  top: 1em;
}
#page-title .logo img {
  width: 236px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  #page-title .logo img {
    width: 130px;
    height: 25px;
  }
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
}

.caption {
  text-align: right;
  line-height: 1.5;
  margin-top: -0.5em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  .caption {
    text-align: left;
    margin-bottom: 1em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#footer .address {
  color: #fff;
  margin: 2em auto;
}
#footer .copyright {
  color: #4d4d4d;
  font-size: 0.8em;
  text-align: center;
  margin: 3em auto;
}
@media only screen and (max-width: 640px) {
  .home #footer .copyright {
    margin-bottom: 24vw;
  }
}

#footer1 {
  max-width: 1120px;
  margin: 3em auto;
  text-align: center;
  width: 90%;
}
#footer1-wrapper {
  background: #ffb300;
  overflow: hidden;
}
#footer1 .image-box img {
  max-width: 470px;
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  #footer1 .image-box img {
    height: auto;
  }
}
#footer1 .text {
  color: #fff;
  font-size: 1.666em;
  font-weight: bold;
  margin: 0.7em auto 0.7em;
}
@media only screen and (max-width: 640px) {
  #footer1 .text {
    font-size: 1.2em;
  }
}
#footer1 a {
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #footer1 a {
    font-size: 1.4em;
  }
}
#footer1 a:hover {
  color: #bfbfbf;
}
#footer1 a:hover span {
  background-image: url(../images/icon-mail-01.svg);
}
#footer1 a span {
  background-image: url(../images/icon-mail.svg);
  background-size: 64px 64px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  display: inline-block;
  padding-left: 75px;
  line-height: 64px;
}
@media only screen and (max-width: 640px) {
  #footer1 a span {
    background-size: 40px 40px;
    padding-left: 50px;
    line-height: 40px;
  }
}

#footer2 {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  width: 85%;
}
#footer2-wrapper {
  background: #231815;
  overflow: hidden;
}
#footer2 .logo {
  max-width: 666px;
  margin: 2em auto;
}
#footer2 .logo img {
  width: 100%;
  height: auto;
}
#footer2 .banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6em auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #footer2 .banner-list {
    display: block;
    margin: 3em auto;
  }
}
#footer2 .banner-list .list {
  width: 33.333%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  #footer2 .banner-list .list {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .banner-list .list {
    width: 100%;
    margin-bottom: 2em;
  }
}
#footer2 .banner-list a {
  display: inline-block;
}
#footer2 .banner-list a:hover {
  opacity: 0.8;
}
#footer2 .banner-list p {
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #footer2 .banner-list p {
    font-size: 1em;
  }
}
#footer2 .banner-list img {
  margin-top: 1em;
  max-height: 90px;
  width: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: home専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーローイメージ*/
.top-back {
  background: url(../images/back-white.jpg);
  padding-bottom: 10%;
  margin-bottom: -12%;
}

#hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-top: solid 3px #facd73;
}
#hero img {
  max-width: 100%;
  width: 100%;
}
#hero .lead {
  background-image: url(../images/background-08.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 0.5em;
  margin-top: -12%;
  bottom: 1em;
  left: 0;
  right: 0;
  position: relative;
  z-index: auto;
}
@media only screen and (max-width: 960px) {
  #hero .lead {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  #hero .lead {
    font-size: 1em;
    padding: 1em;
  }
}
#hero .logo {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2em 1em;
}
@media only screen and (max-width: 640px) {
  #hero .logo {
    text-align: center;
    padding: 1em;
  }
}
#hero .logo img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  #hero .logo img {
    width: 80%;
  }
}
#hero .hero-01 {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 {
    position: static;
  }
  #hero .hero-01 .nopc {
    display: block;
  }
  #hero .hero-01 .nosp {
    display: none;
  }
}
#hero .hero-02 {
  background: #140504;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #hero .hero-02 {
    display: none;
  }
}
#hero .hero-02 img {
  width: 100%;
  max-width: 1280px;
}
#hero .hero-03 {
  height: 408px;
  margin: -220px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  #hero .hero-03 {
    display: none;
  }
}
#hero .hero-03 img {
  width: 100%;
  height: 408px;
}
#hero .hero-04 {
  height: 850px;
  position: relative;
  background-image: url(../images/hero-04_ekiatu.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 960px) {
  #hero .hero-04 {
    display: none;
  }
}
#hero .hero-04 img {
  position: absolute;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#home-about {
  background: #f1f1f1;
}
#home-about .container {
  overflow: hidden;
  padding: 6em 0;
}
@media only screen and (max-width: 640px) {
  #home-about .container {
    padding: 4em 0;
  }
}
#home-about .title-box {
  float: left;
  width: calc(100% - 670px);
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #home-about .title-box {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#home-about h2.section-title {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #home-about h2.section-title {
    text-align: center;
  }
}
#home-about .title {
  font-size: 2.333em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
#home-about .image-box {
  float: right;
  width: 640px;
}
@media only screen and (max-width: 960px) {
  #home-about .image-box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#home-about .image-box img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#home-about .text-box {
  float: left;
  width: calc(100% - 670px);
}
@media only screen and (max-width: 960px) {
  #home-about .text-box {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
#home-about .text-box .text {
  margin-bottom: 20px;
}
#home-about .button-more {
  display: block;
}
@media only screen and (max-width: 960px) {
  #home-about .button-more {
    margin: 0 auto;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#home-service {
  background-color: #fff;
  background-image: url(../images/background-01.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
#home-service .container {
  padding: 6em 0 5em;
}
@media only screen and (max-width: 640px) {
  #home-service .container {
    padding: 4em 0 3em;
  }
}
#home-service .read-box {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #home-service .read-box {
    width: 90%;
    margin: 0 auto;
  }
}
#home-service .read-box .title {
  font-size: 2.333em;
  font-weight: bold;
}
#home-service .flex-box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home-service .flex-box .card {
  width: 48%;
  margin: 3em 0;
}
@media only screen and (max-width: 960px) {
  #home-service .flex-box .card {
    width: 100%;
    margin: 2em 0;
  }
}
#home-service .flex-box .card .text-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #home-service .flex-box .card .text-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
#home-service .flex-box .card .text-box .text {
  width: calc(100% - 165px);
}
@media only screen and (max-width: 960px) {
  #home-service .flex-box .card .text-box .text {
    width: 100%;
    margin-bottom: 15px;
  }
}
#home-service .flex-box .card img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#home-service .button-more {
  display: block;
}
@media only screen and (max-width: 960px) {
  #home-service .button-more {
    margin: 0 auto;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#home-woodegg {
  background: #f1f1f1;
}
#home-woodegg .container {
  overflow: hidden;
  padding: 6em 0;
}
@media only screen and (max-width: 640px) {
  #home-woodegg .container {
    padding: 4em 0;
  }
}
#home-woodegg .title-box {
  float: right;
  width: calc(100% - 620px);
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #home-woodegg .title-box {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  #home-woodegg h2.section-title {
    margin-bottom: 0;
  }
}
#home-woodegg .title {
  font-size: 2.333em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
#home-woodegg .image-box {
  float: left;
  width: 590px;
}
@media only screen and (max-width: 960px) {
  #home-woodegg .image-box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#home-woodegg .image-box img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#home-woodegg .text-box {
  float: right;
  width: calc(100% - 620px);
}
@media only screen and (max-width: 960px) {
  #home-woodegg .text-box {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
#home-woodegg .text-box .text {
  margin-bottom: 20px;
}
#home-woodegg .button-more {
  display: block;
}
@media only screen and (max-width: 960px) {
  #home-woodegg .button-more {
    margin: 0 auto;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#home-access-wrapper {
  margin-bottom: 0;
}
#home-access {
  background: #fff;
}
#home-access .container {
  max-width: 960px;
  padding: 6em 0;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  #home-access .container {
    padding: 4em 0;
  }
}
#home-access .flex-box {
  margin: 40px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  #home-access .flex-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home-access .flex-box .map-box {
  width: 570px;
}
@media only screen and (max-width: 960px) {
  #home-access .flex-box .map-box {
    width: 100%;
  }
}
#home-access .flex-box .map-box iframe {
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  #home-access .flex-box .map-box iframe {
    margin-bottom: 1em;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home-access .flex-box .map-box iframe {
    height: 180px;
  }
}
#home-access .flex-box .text-box {
  width: calc(100% - 600px);
}
@media only screen and (max-width: 960px) {
  #home-access .flex-box .text-box {
    width: 100%;
    text-align: center;
  }
}
#home-access .flex-box .title {
  font-size: 1.333em;
  font-weight: bold;
}
#home-access .flex-box.map-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  #home-access .flex-box.map-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせ*/
#form {
  max-width: 960px;
  width: 90%;
  margin: 8em auto;
}
@media only screen and (max-width: 640px) {
  #form {
    margin: 3em auto;
  }
}
#form .lead {
  margin-bottom: 4em;
}
@media only screen and (max-width: 640px) {
  #form .lead {
    margin-bottom: 2em;
  }
}
#form .title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  #form .title {
    font-size: 1.2em;
    margin-bottom: 0;
  }
}
#form .title .tag {
  background: #e5e5e5;
  color: #000;
  font-size: 0.666em;
  font-weight: normal;
  margin-left: 10px;
  padding: 5px;
}
#form .form-content {
  max-width: 800px;
  width: 90%;
  margin: 4em auto;
}
@media only screen and (max-width: 640px) {
  #form .form-content {
    margin: 1em auto 2em;
    width: 100%;
  }
}
#form .form-content th, #form .form-content td {
  vertical-align: top;
  padding: 1em 0;
}
@media only screen and (max-width: 640px) {
  #form .form-content th, #form .form-content td {
    display: block;
  }
}
#form .form-content th {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  width: 170px;
}
@media only screen and (max-width: 640px) {
  #form .form-content th {
    width: 100%;
    font-size: 1em;
    padding-bottom: 5px;
  }
}
#form .form-content th .required {
  color: #b50005;
  display: block;
  line-height: 1;
  font-size: 0.8em;
}
@media only screen and (max-width: 640px) {
  #form .form-content th .required {
    display: inline-block;
    margin-left: 5px;
  }
}
#form .form-content td {
  width: calc(100% - 170px);
}
@media only screen and (max-width: 640px) {
  #form .form-content td {
    width: 100%;
    padding-top: 0;
  }
}
#form .form-content input {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  color: #000 !important;
}
#form .form-content input[type=text],
#form .form-content input[type=tel],
#form .form-content input[type=email],
#form .form-content textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.2em;
  padding: 5px 10px;
}
@media only screen and (max-width: 640px) {
  #form .form-content input[type=text],
  #form .form-content input[type=tel],
  #form .form-content input[type=email],
  #form .form-content textarea {
    font-size: 1em;
    padding: 5px;
  }
}
#form .form-content input[type=text].number {
  width: 60px;
}
#form .form-content input[type=number] {
  font-size: 1.2em;
  max-width: 60px;
  padding: 5px;
}
@media only screen and (max-width: 640px) {
  #form .form-content input[type=number] {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
#form .form-content input[type=number].year {
  width: 4em;
}
#form .form-content input[type=radio] {
  vertical-align: 0.1em;
  margin-right: 10px;
}
#form .form-content textarea {
  width: 100% !important;
  height: auto !important;
}
#form .form-content select {
  font-size: 1.2em;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 640px) {
  #form .form-content select {
    font-size: 1em;
  }
}
#form .form-content label {
  border-radius: 0;
  border: none;
  padding: 3px;
  vertical-align: middle;
}
#form .form-content label.mfp_not_checked {
  border: none;
}
#form .form-content label.mfp_checked {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#form .form-content #datepicker,
#form .form-content #from,
#form .form-content #to {
  width: 206px;
}
@media only screen and (max-width: 640px) {
  #form .form-content #datepicker,
  #form .form-content #from,
  #form .form-content #to {
    width: 144px;
  }
}
#form .privacy_check {
  text-align: center;
}
#form .privacy_check label {
  border-radius: 0;
  border: none;
  padding: 3px;
  white-space: normal;
}
#form .privacy_check label.mfp_not_checked {
  border: none;
}
#form .privacy_check label.mfp_checked {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#form .button-submit {
  background: #b50005;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1.333em;
  padding: 1em 2em;
  display: block;
  margin: 2em auto;
  text-shadow: none;
}
@media only screen and (max-width: 640px) {
  #form .button-submit {
    font-size: 1.2em;
  }
}
#form .note {
  font-size: 0.9em;
  line-height: 1.6em;
}
#form form#mailformpro {
  padding: 0;
}
#form .gray {
  background: #f1f1f1;
  max-width: 800px;
  margin: 0 auto;
  padding: 4em;
}
@media only screen and (max-width: 640px) {
  #form .gray {
    padding: 2em 1em;
  }
}
#form .gray .text {
  color: #b50005;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  #form .gray .text {
    text-align: left;
    margin-bottom: 1em;
    font-size: 1em;
  }
}
#form .gray .form-content {
  margin: 0 auto;
  width: 100%;
}
#form .button-change {
  margin: 4em auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #form .button-change {
    margin: 2em auto;
  }
}
#form .button-change input {
  display: none;
}
#form .button-change label:hover {
  opacity: 0.8;
}
#form .button-change label.mfp_not_checked, #form .button-change label.mfp_checked {
  border: 1px solid #b50005;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #fff;
  color: #b50005;
  font-size: 1.333em;
  margin: 0 1em;
  padding: 1em 2em;
}
@media only screen and (max-width: 640px) {
  #form .button-change label.mfp_not_checked, #form .button-change label.mfp_checked {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
#form .button-change label.mfp_checked {
  background: #b50005;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #form .mfp_element_all {
    max-width: 100%;
  }
}

#thanks {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 6em 0;
}
@media only screen and (max-width: 640px) {
  #thanks {
    padding: 3em 0;
  }
}
#thanks h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #thanks h2 {
    font-size: 1.5em;
  }
}
#thanks p {
  font-size: 1.2em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #thanks p {
    font-size: 1em;
  }
}
#thanks .tel {
  margin-bottom: 2em;
}
#thanks .tel a {
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #thanks .tel a {
    font-size: 1.4em;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}
.slider.slick-slider {
  display: block;
}
.slider .slick-track .slick-slide a:hover {
  opacity: 0.8;
}
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.slider .slick-arrow {
  z-index: 9;
  width: 26px;
  height: 39px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .slider .slick-arrow:before {
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow:before {
    width: 60%;
  }
}
.slider .slick-arrow:hover {
  opacity: 0.8;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #b50005;
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots li.slick-active button {
  background: #b50005;
}
.slider.slick-dotted {
  margin-bottom: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#feature {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #feature {
    margin-bottom: 4em;
  }
}
#feature .feature-list li {
  background-image: url(../images/background-07.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1em 3em;
  margin: 4em 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #feature .feature-list li {
    margin: 2em 0;
    padding: 1em 2em;
  }
}
#feature .feature-list h2 {
  font-size: 1.7em;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1;
  margin-top: -50px;
}
@media only screen and (max-width: 640px) {
  #feature .feature-list h2 {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 0;
  }
}
#feature .feature-list .number {
  font-size: 3.8em;
  line-height: 1;
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  #feature .feature-list .number {
    font-size: 2em;
  }
}
#feature .feature-list .border {
  font-size: 1.15em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 50%);
  background: linear-gradient(transparent 60%, #ffff00 50%);
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  #feature .feature-list .border {
    font-size: 1em;
  }
}
#feature .feature-list .text {
  margin-top: 1em;
  padding-left: 3em;
}
@media only screen and (max-width: 640px) {
  #feature .feature-list .text {
    padding-left: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.background {
  background-image: url(../images/background-02.jpg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.background:after {
  content: "";
  background-image: url(../images/background-03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 220px;
  height: 220px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 640px) {
  .background:after {
    background-size: 100% 50px;
    height: 50px;
  }
}

.background-image {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .background-image {
    padding: 0;
  }
}
.background-image:after {
  content: "";
  background-image: url(../images/background-06.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  aspect-ratio: 1920/291;
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.background-image div {
  background-image: url(../images/background-01.png) !important;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  aspect-ratio: 1280/570;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#config-wrapper,
#spac-wrapper {
  overflow: hidden;
}
#config .flex-box,
#spac .flex-box {
  padding: 4em 0 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #config .flex-box,
  #spac .flex-box {
    display: block;
    padding: 2em 0 0;
  }
}
#config .flex-box .image-box,
#spac .flex-box .image-box {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .image-box,
  #spac .flex-box .image-box {
    width: 100%;
    margin-bottom: 2em;
  }
}
#config .flex-box .image-box .inner-text-box,
#spac .flex-box .image-box .inner-text-box {
  width: 100%;
  margin-top: 2em;
}
#config .flex-box .title,
#spac .flex-box .title {
  font-size: 1.6em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .title,
  #spac .flex-box .title {
    font-size: 1.2em;
  }
}
#config .flex-box .text-box,
#spac .flex-box .text-box {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .text-box,
  #spac .flex-box .text-box {
    width: 100%;
  }
}
#config .flex-box .text-box .spec02-image-box,
#spac .flex-box .text-box .spec02-image-box {
  padding-top: 4em;
}
#config .flex-box .text-box.monitor,
#spac .flex-box .text-box.monitor {
  margin-top: 0;
}
#config .flex-box table,
#spac .flex-box table {
  width: 100%;
  margin: auto auto 10px;
}
@media only screen and (max-width: 640px) {
  #config .flex-box table,
  #spac .flex-box table {
    margin-bottom: 0.5em;
  }
}
#config .flex-box tr:nth-child(odd),
#spac .flex-box tr:nth-child(odd) {
  background: #f1f1f1;
}
#config .flex-box tr:nth-child(even),
#spac .flex-box tr:nth-child(even) {
  background: #fff;
}
#config .flex-box tr:nth-child(1),
#spac .flex-box tr:nth-child(1) {
  background: #2d5f7a;
  color: #fff;
}
#config .flex-box tr:nth-child(1) th:first-child,
#spac .flex-box tr:nth-child(1) th:first-child {
  border-right: 1px solid #fff;
}
#config .flex-box tr,
#spac .flex-box tr {
  font-size: 0.928em;
}
#config .flex-box th,
#config .flex-box td,
#spac .flex-box th,
#spac .flex-box td {
  padding: 5px 1em;
  font-size: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #config .flex-box th,
  #config .flex-box td,
  #spac .flex-box th,
  #spac .flex-box td {
    font-size: 0.9em;
  }
}
#config .flex-box th,
#spac .flex-box th {
  text-align: center;
  white-space: nowrap;
}
#config .flex-box th:first-child,
#spac .flex-box th:first-child {
  min-width: 130px;
  border-right: 1px solid #999;
}
@media only screen and (max-width: 640px) {
  #config .flex-box th:first-child,
  #spac .flex-box th:first-child {
    min-width: 100px;
  }
}
#config .flex-box .note,
#spac .flex-box .note {
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .note,
  #spac .flex-box .note {
    margin-bottom: 1em;
    text-align: left;
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #config .flex-box .flex-box,
  #spac .flex-box .flex-box {
    padding-bottom: 0;
  }
}
#config .flex-box .flex-box > div,
#spac .flex-box .flex-box > div {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .flex-box > div,
  #spac .flex-box .flex-box > div {
    width: 100%;
  }
}
#config .flex-box .flex-box .text-box,
#spac .flex-box .flex-box .text-box {
  margin-bottom: 1em;
}
#config .flex-box .flex-box .text-box p,
#spac .flex-box .flex-box .text-box p {
  font-size: 0.928em;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .flex-box .image-box,
  #spac .flex-box .flex-box .image-box {
    margin-bottom: 0;
  }
}
#config .flex-box .flex-box img,
#spac .flex-box .flex-box img {
  width: 100%;
  height: auto;
}
#config .flex-box .img,
#spac .flex-box .img {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  #config .flex-box .img,
  #spac .flex-box .img {
    width: 100%;
    margin-top: 20px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#spac h2.section-title {
  color: #ffb300;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  vertical-align: bottom;
  line-height: 1em;
  margin-left: -90px;
}
@media only screen and (max-width: 640px) {
  #spac h2.section-title {
    font-size: 1.2em;
    margin: 1em auto 2em;
    text-align: center;
  }
}
#spac h2.section-title span {
  font-size: 2em;
  padding-right: 10px;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  #spac h2.section-title span {
    display: block;
    line-height: 1.4;
  }
}
#spac h2.section-title:before {
  content: "";
  background-image: url(../images/deco-01.svg);
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #spac h2.section-title:before {
    display: none;
  }
}
#spac h2.section-title:after {
  display: none;
}
@media only screen and (max-width: 640px) {
  #spac h2.section-title:after {
    content: "";
    background-image: url(../images/deco-01.svg);
    background-size: contain;
    display: block;
    height: 10px;
    margin: 5px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#spac h3.title {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
@media only screen and (max-width: 960px) {
  #spac h3.title {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 640px) {
  #spac h3.title {
    margin-top: 1em;
  }
}
#spac h3.title span {
  font-size: 15px;
  font-weight: 400;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#config h2.section-title {
  color: #ffb300;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  vertical-align: bottom;
  line-height: 1em;
  margin-right: -90px;
}
@media only screen and (max-width: 640px) {
  #config h2.section-title {
    font-size: 1.2em;
    margin: 1em auto 2em;
    text-align: center;
  }
}
#config h2.section-title span {
  font-size: 2em;
  padding-right: 10px;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  #config h2.section-title span {
    display: block;
    line-height: 1.4;
  }
}
#config h2.section-title:after {
  content: "";
  background-image: url(../images/deco-01.svg);
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 30px;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  #config h2.section-title:after {
    display: block;
    height: 10px;
    margin: 5px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (max-width: 960px) {
  #config h2.section-title {
    margin-right: 0px;
  }
}
#config h2.section-title:before {
  display: none;
}
@media only screen and (max-width: 960px) {
  #config h2.section-title:after {
    margin-right: -100px;
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
@media only screen and (max-width: 640px) {
  #config h2.section-title:after {
    margin: 5px auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 640px) {
  #config h2.section-title span {
    padding-right: 0;
  }
}
#config h2.section-title br {
  display: none;
}
@media only screen and (max-width: 960px) {
  #config h2.section-title br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #config h2.section-title br {
    display: none;
  }
}

#rental h2.section-title {
  color: #ffb300;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  vertical-align: bottom;
  line-height: 1em;
  margin-right: -90px;
}
@media only screen and (max-width: 640px) {
  #rental h2.section-title {
    font-size: 1.2em;
    margin: 1em auto 2em;
    text-align: center;
  }
}
#rental h2.section-title span {
  font-size: 2em;
  padding-right: 10px;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  #rental h2.section-title span {
    display: block;
    line-height: 1.4;
  }
}
#rental h2.section-title:after {
  content: "";
  background-image: url(../images/deco-01.svg);
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 30px;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  #rental h2.section-title:after {
    display: block;
    height: 10px;
    margin: 5px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 1160px) {
  #rental h2.section-title {
    margin-right: 0;
  }
}
#rental h2.section-title:before {
  display: none;
}
@media screen and (max-width: 1160px) {
  #rental h2.section-title:after {
    margin-right: -100px;
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
@media only screen and (max-width: 640px) {
  #rental h2.section-title:after {
    margin: 5px auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 640px) {
  #rental h2.section-title span {
    padding-right: 0;
  }
}
#rental h2.section-title br {
  display: none;
}
@media screen and (max-width: 1160px) {
  #rental h2.section-title br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #rental h2.section-title br {
    display: none;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#analysis-wrapper {
  overflow: hidden;
}
#analysis h3.title {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  #analysis .analysis-image-wrapper {
    padding-bottom: 20px;
  }
}
#analysis .analysis-image-wrapper .analysis-image-box {
  max-width: 1280px;
  width: 84%;
  margin: 0 auto;
  padding: 40px 0 46px 0;
}
@media only screen and (max-width: 640px) {
  #analysis .analysis-image-wrapper .analysis-image-box {
    width: 100%;
  }
}
#analysis .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  #analysis .flex-box {
    display: block;
  }
}
#analysis .flex-box.noflex {
  display: block;
}
#analysis .flex-box.noflex .text-box {
  width: 100%;
}
#analysis .flex-box.noflex .image-box {
  width: 100%;
  padding-top: 2em;
}
#analysis .flex-box .image-box {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  #analysis .flex-box .image-box {
    width: 100%;
  }
}
#analysis .flex-box .title {
  font-size: 1.6em;
  font-weight: 600;
}
#analysis .flex-box .text-box {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  #analysis .flex-box .text-box {
    width: 100%;
    margin-bottom: 2em;
  }
}
#analysis .option.group02 {
  margin-top: 80px;
  padding: 7.5px 90px;
}
@media only screen and (max-width: 640px) {
  #analysis .option.group02 {
    padding: 20px 15px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#option h2.section-title,
#field h2.section-title,
#analysis h2.section-title {
  color: #ffb300;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  vertical-align: bottom;
  line-height: 1em;
  margin-right: -90px;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title,
  #field h2.section-title,
  #analysis h2.section-title {
    font-size: 1.2em;
    margin: 1em auto 2em;
    text-align: center;
  }
}
#option h2.section-title span,
#field h2.section-title span,
#analysis h2.section-title span {
  font-size: 2em;
  padding-right: 10px;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title span,
  #field h2.section-title span,
  #analysis h2.section-title span {
    display: block;
    line-height: 1.4;
  }
}
#option h2.section-title:after,
#field h2.section-title:after,
#analysis h2.section-title:after {
  content: "";
  background-image: url(../images/deco-01.svg);
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 30px;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title:after,
  #field h2.section-title:after,
  #analysis h2.section-title:after {
    display: block;
    height: 10px;
    margin: 5px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#option h2.section-title.reverse,
#field h2.section-title.reverse {
  color: #ffb300;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  vertical-align: bottom;
  line-height: 1em;
  margin-left: -90px;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title.reverse,
  #field h2.section-title.reverse {
    font-size: 1.2em;
    margin: 1em auto 2em;
    text-align: center;
  }
}
#option h2.section-title.reverse span,
#field h2.section-title.reverse span {
  font-size: 2em;
  padding-right: 10px;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title.reverse span,
  #field h2.section-title.reverse span {
    display: block;
    line-height: 1.4;
  }
}
#option h2.section-title.reverse:before,
#field h2.section-title.reverse:before {
  content: "";
  background-image: url(../images/deco-01.svg);
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title.reverse:before,
  #field h2.section-title.reverse:before {
    display: none;
  }
}
#option h2.section-title.reverse:after,
#field h2.section-title.reverse:after {
  display: none;
}
@media only screen and (max-width: 640px) {
  #option h2.section-title.reverse:after,
  #field h2.section-title.reverse:after {
    content: "";
    background-image: url(../images/deco-01.svg);
    background-size: contain;
    display: block;
    height: 10px;
    margin: 5px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#option-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #option-wrapper .wrapper {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #option {
    padding-bottom: 40px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#field-wrapper {
  overflow: hidden;
}
#field .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #field .flex-box {
    display: block;
  }
}
#field .flex-box .field-item {
  width: 48%;
  margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .field-item {
    width: 100%;
    margin-bottom: 2em;
  }
}
#field .flex-box .field-item.last {
  padding: 2em 0 0;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .field-item.last {
    padding: 0;
  }
}
#field .flex-box .img-block {
  margin-bottom: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#field .flex-box p.text.mt {
  margin: 3em 0 1em 0;
}
@media only screen and (max-width: 640px) {
  #field .flex-box p.text.mt {
    margin: 2em 0 1em 0;
  }
}
#field .flex-box .ul-box ul {
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
#field .flex-box .flex-box {
  padding: 2em 0 0;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .flex-box {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #field .flex-box .flex-box p {
    margin-bottom: 2em;
  }
}
#field .flex-box .flex-box .flex-item {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .flex-box .flex-item {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }
}
#field .flex-box .flex-box .flex-item h3.mt {
  margin-top: 2.2em;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .flex-box .flex-item h3.mt {
    margin-top: 0;
  }
}
#field .flex-box .left-image-box {
  width: 28%;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .left-image-box {
    width: 100%;
  }
}
#field .flex-box .right-image-box {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .right-image-box {
    width: 100%;
  }
}
#field .flex-box .right-image-box.small-width {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
#field .flex-box .title {
  font-size: 1.6em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  #field .flex-box .title {
    font-size: 1.2em;
  }
}
#field .flex-box h3 {
  font-size: 1.6em;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  #field .flex-box h3 {
    font-size: 1.4em;
  }
}
#field .flex-box.last {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#field .flex-box.last .text-box {
  width: 36%;
  max-width: 357px;
  margin-right: 6%;
}
@media only screen and (max-width: 640px) {
  #field .flex-box.last .text-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
#field .flex-box.last .image-box {
  width: 58%;
}
#field .flex-box.last .image-box img {
  width: 90%;
  max-width: 520px;
}
@media only screen and (max-width: 640px) {
  #field .flex-box.last .image-box {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #field .flex-box.last {
    display: block;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#flow1-wrapper {
  overflow: hidden;
}
#flow1 {
  max-width: 960px;
  width: 90%;
  margin: 8em auto;
}
@media only screen and (max-width: 640px) {
  #flow1 {
    margin: 4em auto;
  }
}
#flow1 .title {
  font-size: 2.66em;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #flow1 .title {
    font-size: 1.8em;
  }
}
#flow1 img {
  max-width: 600px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#flow1 .button-wrapper {
  margin-top: 5em;
}
@media only screen and (max-width: 640px) {
  #flow1 .button-wrapper {
    margin-top: 2em;
  }
}
#flow2-wrapper {
  background-image: url(../images/background-05.svg);
  background-size: 10px 10px;
}
#flow2 {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#flow2 .title {
  background-image: url(../images/icon-flow.svg);
  background-size: 45px 28px;
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #ffb300;
  font-size: 2.3em;
  font-weight: 600;
  font-style: italic;
  padding-left: 50px;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #flow2 .title {
    font-size: 1.8em;
    background-size: contain;
  }
}
#flow2 img {
  padding: 4em 0;
}
@media only screen and (max-width: 640px) {
  #flow2 img {
    padding: 2em 0;
  }
}

#flow3 {
  max-width: 960px;
  margin: 0 auto;
  padding: 7em 0;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  #flow3 {
    padding: 4em 0 2em;
  }
}
#flow3 .flow-list .glay {
  background-color: #f1f1f1;
  padding: 3em 4.7em;
}
@media only screen and (max-width: 640px) {
  #flow3 .flow-list .glay {
    padding: 2em;
  }
}
#flow3 .flow-list .glay02 {
  background-color: #f1f1f1;
  padding: 5em 4.7em 3em 4.7em;
}
@media only screen and (max-width: 640px) {
  #flow3 .flow-list .glay02 {
    padding: 2em;
  }
}
#flow3 .flow-list .glay03 {
  background-color: #f1f1f1;
  padding: 3em 4.7em 1em 4.7em;
}
@media only screen and (max-width: 640px) {
  #flow3 .flow-list .glay03 {
    padding: 2em;
  }
}
#flow3 .flow-list .glay03 .flex-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}
@media only screen and (max-width: 640px) {
  #flow3 .flow-list .glay03 .flex-box {
    display: block;
  }
}
#flow3 .flow-list > li {
  padding-top: 6em;
}
@media only screen and (max-width: 640px) {
  #flow3 .flow-list > li {
    padding-top: 3em;
  }
}
#flow3 .flow-list > li:first-child {
  padding-top: 0;
}
#flow3 h3 {
  color: #ffb300;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: -0.5em;
}
@media only screen and (max-width: 640px) {
  #flow3 h3 {
    font-size: 1.8em;
  }
}
#flow3 hr {
  background: #ffb300;
  height: 2px;
  width: 100%;
  border: 0;
}
#flow3 .flex-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #flow3 .flex-box {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
#flow3 .flex-box .image-box {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #flow3 .flex-box .image-box {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
}
#flow3 .flex-box .image-box img {
  max-width: 172px;
  width: 100%;
  height: auto;
}
#flow3 .flex-box .text {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  #flow3 .flex-box .text {
    width: 100%;
  }
}
#flow3 .text-box ol {
  padding-left: 1.5em;
}
#flow3 .text-box ol li {
  text-indent: -1.2em;
}
#flow3 h4 {
  border: 2px solid #ffb300;
  border-radius: 30px;
  color: #ffb300;
  font-size: 1.5em;
  font-weight: 600;
  max-width: 450px;
  width: 90%;
  margin: 2em auto;
  text-align: center;
  padding: 20px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #flow3 h4 {
    font-size: 1.2em;
    padding: 15px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#qa-wrapper {
  background-color: #f1f1f1;
  background-image: url(../images/background-04.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 220px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #qa-wrapper {
    background-size: 100% 50px;
  }
}

#qa.content {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  padding: 15em 0 8em;
}
@media only screen and (max-width: 640px) {
  #qa.content {
    width: 90%;
    padding: 6em 0 2em;
  }
}
#qa.content h2.section-title {
  font-size: 2.666em;
  line-height: 1.25;
}
@media only screen and (max-width: 640px) {
  #qa.content h2.section-title {
    font-size: 1.8em;
  }
}
#qa.content .lead {
  text-align: center;
  margin-bottom: 4em;
}
@media only screen and (max-width: 640px) {
  #qa.content .lead {
    text-align: left;
    margin-bottom: 2em;
  }
}
#qa.content .qa-list {
  margin: 3em 0 6em;
}
@media only screen and (max-width: 640px) {
  #qa.content .qa-list {
    margin: 2em 0 3em;
  }
}
#qa.content .flex-box {
  display: block;
}
#qa.content li {
  width: 100%;
  padding: 1.6em 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #qa.content li {
    padding: 1em 0;
  }
}
#qa.content a {
  color: #000;
  text-decoration: none;
}
#qa.content h3 {
  font-size: 1.6em;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #qa.content h3 {
    font-size: 1.2em;
  }
}
#qa.content .question {
  display: inline-block;
  font-size: 2.13em;
  font-weight: 600;
  vertical-align: middle;
  line-height: 50px;
}
@media only screen and (max-width: 640px) {
  #qa.content .question {
    font-size: 1.6em;
    line-height: 1;
  }
}
#qa.content .text {
  display: inline-block;
  vertical-align: middle;
}
#qa.content .answer {
  color: #fff;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  width: 160px;
  height: 50px;
  min-width: auto;
  float: right;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #qa.content .answer {
    float: none;
    display: block;
    margin: 1em auto 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (max-width: 640px) {
  .blocker {
    padding: 0;
  }
}
.blocker {
  z-index: 99;
}

.modal {
  max-width: 800px;
  padding: 5em;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .modal {
    padding: 2em;
  }
}
.modal hr {
  margin: 3em 0;
}
@media only screen and (max-width: 640px) {
  .modal hr {
    margin: 2em 0;
  }
}
.modal .question-text {
  font-size: 2em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .modal .question-text {
    font-size: 1.2em;
  }
}
.modal .answer-text {
  color: #b50005;
  font-size: 2em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .modal .answer-text {
    font-size: 1.2em;
  }
}
.modal a.close-modal {
  top: 40px;
  right: 40px;
  width: 36px;
  height: 36px;
  background-image: url(../images/button-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .modal a.close-modal {
    top: 1em;
    right: 1em;
    width: 25px;
    height: 25px;
  }
}
.modal h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .modal h2 {
    font-size: 1.2em;
  }
}
.modal#rental_clause .text-box {
  max-height: 400px;
  overflow-y: scroll;
}
.modal#rental_clause p {
  margin-bottom: 2em;
}
.modal#rental_clause h3 {
  font-size: 1.13em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .modal#rental_clause h3 {
    font-size: 1em;
  }
}
.modal#rental_clause ul {
  margin-bottom: 2em;
  padding-left: 1em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#fixed-banner .banner-list {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 530px;
  margin: auto;
  z-index: 999;
  width: 50px;
  height: 605px;
}
@media only screen and (max-width: 640px) {
  #fixed-banner .banner-list {
    width: 100%;
    height: auto;
    top: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    border-top: 2px solid #fff;
  }
}
@media only screen and (max-width: 640px) {
  #fixed-banner a {
    width: 16.6666666667%;
  }
}
#fixed-banner a:nth-child(7) img {
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  #fixed-banner a:nth-child(7) img {
    margin: 0;
  }
}
#fixed-banner p:last-child img {
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  #fixed-banner p:last-child img {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #fixed-banner img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#fixed-banner-2 .banner-list {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 530px;
  margin: auto;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  #fixed-banner-2 .banner-list {
    width: 100%;
    height: auto;
    top: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    border-top: 2px solid #fff;
  }
}
@media only screen and (max-width: 640px) {
  #fixed-banner-2 a {
    width: 33.3333333333%;
  }
}
#fixed-banner-2 a:nth-child(7) img {
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  #fixed-banner-2 a:nth-child(7) img {
    margin: 0;
  }
}
#fixed-banner-2 p:last-child img {
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  #fixed-banner-2 p:last-child img {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #fixed-banner-2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ガイドライン */
#guideline {
  max-width: 960px;
  width: 90%;
  margin: 8em auto;
}
@media only screen and (max-width: 640px) {
  #guideline {
    margin: 3em auto;
  }
}
#guideline h2 {
  font-weight: 600;
}
#guideline ol {
  padding-left: 3em;
  list-style: decimal;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 20200207追記 */
@media only screen and (max-width: 960px) {
  #hero .hero-01 {
    position: relative;
  }
}
#hero .hero-01 .flex-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1280px;
  width: 90%;
  margin: 6em auto 0;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .flex-hero {
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 29%;
  }
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .flex-hero {
    top: 29%;
  }
}
#hero .hero-01 .flex-hero .title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1em;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .flex-hero .title {
    width: 90%;
    margin: auto;
  }
}
#hero .hero-01 .flex-hero .title span {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .flex-hero .title span {
    font-size: 12px;
  }
}
#hero .hero-01 .flex-hero .hero-box {
  width: calc(33.3333333333% - 1em);
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .flex-hero .hero-box {
    width: 90%;
    margin: 4% auto auto;
  }
}
#hero .hero-01 .flex-hero .hero-box a {
  color: #000;
}
#hero .hero-01 .flex-hero .hero-box p {
  text-align: center;
}
#hero .hero-03 {
  height: 980px;
}
#hero .hero-03 img {
  height: 980px;
}
#hero .lead {
  max-width: 1140px;
  padding: 1em;
}
@media only screen and (max-width: 960px) {
  #hero .lead {
    margin-top: 4em;
  }
}

#movie-wrapper {
  overflow: hidden;
}
#movie {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #movie {
    width: 90%;
  }
}
#movie h2.section-title {
  color: #000;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  vertical-align: bottom;
  line-height: 1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #movie h2.section-title {
    font-size: 1.2em;
    margin: 1em auto 2em;
    text-align: center;
  }
}
#movie h2.section-title span {
  font-size: 2em;
  padding-right: 10px;
  line-height: 1em;
}
@media only screen and (max-width: 640px) {
  #movie h2.section-title span {
    display: block;
    line-height: 1.4;
  }
}
#movie .flex-box {
  padding: 3em 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #movie .flex-box {
    display: block;
  }
}
#movie .movie {
  width: calc(33.3333333333% - 1em);
}
@media only screen and (max-width: 640px) {
  #movie .movie {
    width: 100%;
    margin-bottom: 1em;
  }
}
#movie .movie p {
  margin: 0.5em 0;
  text-align: center;
}

#spac .flex-box + .flex-box {
  border-top: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #spac .flex-box + .flex-box {
    padding: 0;
    margin-bottom: 30px;
  }
}
#spac .flex-box.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  #spac .flex-box .text-box {
    margin: auto;
  }
}
#spac .flex-box .text-box2 {
  margin-top: 0;
}
#spac .flex-box .subtitle {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #b50003;
  color: #fff;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #spac .h4 {
    margin-top: 2em;
  }
}
#spac .flex-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5em;
}
@media only screen and (max-width: 640px) {
  #spac .flex-option {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#spac .flex-option .option1 {
  width: calc(33.3333333333% - 1em);
}
@media only screen and (max-width: 640px) {
  #spac .flex-option .option1 {
    width: 100%;
    margin-bottom: 1em;
  }
}
#spac .flex-option .option2 {
  width: calc(66.6666666667% - 1em);
}
@media only screen and (max-width: 640px) {
  #spac .flex-option .option2 {
    width: 100%;
  }
}
#spac .flex-option .box-option .title {
  font-size: 18px;
  text-align: center;
}
#spac .flex-option .box-option p {
  text-align: left;
}
#spac .flex-option .box-option .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#spac .flex-option .box-option .img-flex .img {
  width: calc(50% - 1em);
}
#spac .spac-subtitle .subtitle {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #b50003;
  color: #fff;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#spac .spac-subtitle .title {
  font-size: 18px;
  font-weight: 600;
}

#rental .plan {
  margin-bottom: 2em;
}
#rental .plan ul {
  padding-left: 1em;
  list-style: disc;
  margin-bottom: 2em;
}
#rental .plan img {
  width: 100%;
  margin: 1em 0;
}
#rental .plan .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #rental .plan .flex-box {
    display: block;
  }
}
#rental .plan .flex-box .text-box {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  #rental .plan .flex-box .text-box {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 640px) {
  #rental .plan .flex-box .text-box p.nopc {
    font-size: 1.2em;
    font-weight: 600;
  }
}
#rental .plan .flex-box .img-box {
  width: 23.4%;
  max-width: 300px;
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  #rental .plan .flex-box .img-box {
    width: 100%;
    max-width: 100%;
  }
}
#rental .plan .flex-box .img-box img {
  margin: 0;
  display: block;
}
#rental .plan .flex-box .img-box img.nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  #rental .plan .flex-box .img-box img.nopc {
    display: block;
  }
}
#rental .plan .flex-box .img-box img.nosp {
  display: block;
}
@media only screen and (max-width: 640px) {
  #rental .plan .flex-box .img-box img.nosp {
    display: none;
  }
}
#rental .plan .flex-box + p {
  font-size: 1.2em;
  font-weight: 600;
}
#rental .plan + .plan img {
  width: 82%;
  max-width: 920px;
}
@media only screen and (max-width: 640px) {
  #rental .plan + .plan img {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 20200627追記 */
#hero .hero-01 {
  margin-top: 2em;
  width: 100%;
}
#hero .hero-01 .hero-01-flex01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto auto 1em;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex01 {
    width: 100%;
    margin: auto auto 2em;
    position: relative;
  }
}
#hero .hero-01 .hero-01-flex01 .box01 {
  width: calc(100% - 165px - 20px);
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex01 .box01 {
    width: 100%;
  }
}
#hero .hero-01 .hero-01-flex01 .box02 {
  width: 30%;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex01 .box02 {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 25%;
  }
}
#hero .hero-01 .hero-01-flex01 .box02 .btn {
  width: 165px;
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .hero-01-flex01 .box02 .btn {
    width: 100%;
  }
}
#hero .hero-01 .hero-01-flex01 .box02 .btn a {
  display: block;
}
#hero .hero-01 .hero-01-flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
  margin: auto auto 2em;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex02 {
    position: absolute;
    top: 22%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .hero-01-flex02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#hero .hero-01 .hero-01-flex02 .box01 {
  width: 60%;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex02 .box01 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .hero-01-flex02 .box01 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .hero-01-flex02 .box01 .no {
    display: none;
  }
}
#hero .hero-01 .hero-01-flex02 .box01 .yes {
  display: none;
}
@media only screen and (max-width: 640px) {
  #hero .hero-01 .hero-01-flex02 .box01 .yes {
    display: block;
  }
}
#hero .hero-01 .hero-01-flex02 .box03 {
  width: 35%;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex02 .box03 {
    width: 100%;
  }
}
#hero .hero-01 .hero-01-flex02 .box03 .news {
  width: 128px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex02 .box03 .news {
    position: absolute;
    top: 0%;
    width: 100px;
  }
}
#hero .hero-01 .hero-01-flex02 .box02 {
  width: 100%;
  max-height: 500px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex02 .box02 {
    width: 100%;
    overflow: scroll;
    position: relative;
    max-height: none;
    padding-top: 125%;
    margin-top: 30px;
  }
}
#hero .hero-01 .hero-01-flex02 .box02 #twitter-widget-0 {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .hero-01-flex02 .box02 #twitter-widget-0 {
    position: absolute !important;
    top: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 960px) {
  #hero .hero-01 .flex-hero {
    top: 49%;
  }
}

#movie .flex-box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 20200730追記 */
.yestb {
  display: none;
}

@media only screen and (max-width: 960px) {
  .notb {
    display: none;
  }
  .yestb {
    display: block;
    margin: auto !important;
  }
}
.yestb-ekiatu {
  display: none;
}

@media only screen and (max-width: 960px) {
  .notb {
    display: none;
  }
  .yestb-ekiatu {
    display: block;
    width: 60%;
    margin-left: 10px;
  }
}
#header .header-logo-wrapper {
  background-color: #fff;
}

#header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  #header .header-logo {
    width: 100%;
  }
}
#header .header-logo .logo {
  width: calc(100% - 600px - 20px);
  max-width: 588px;
  margin: auto auto auto 0;
  padding: 0.8em 2em;
}
@media only screen and (max-width: 960px) {
  #header .header-logo .logo {
    width: 86%;
    padding: 1em;
    margin: 0 auto;
  }
}
#header .header-logo .logo .logo-kyoudou .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-logo .logo .logo-kyoudou .flex .logo-kotobuki {
  padding-left: 5px;
}
#header .header-logo .logo .logo-kyoudou .flex .logo-ost {
  padding-left: 15px;
}
@media only screen and (max-width: 960px) {
  #header .header-logo .logo .logo-kyoudou .flex .logo-ost {
    padding-left: 4px;
  }
}
#header .header-logo .logo .logo-kyoudou .flex img {
  width: 90%;
}
@media only screen and (max-width: 960px) {
  #header .header-logo .logo .logo-kyoudou .flex img {
    width: 86%;
  }
}
#header .header-logo .icon {
  max-width: 580px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #header .header-logo .icon {
    display: none;
    width: 100%;
    margin: auto auto 1em;
    width: 95%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
#header .header-logo .icon .icon-box-zyuuten {
  width: 40%;
}
#header .header-logo .icon .icon-box {
  width: 28.9%;
  background-color: #ffb300;
  margin-right: 1px;
}
@media only screen and (max-width: 960px) {
  #header .header-logo .icon .icon-box {
    width: 48%;
  }
}
#header .header-logo .icon .icon-box a {
  display: block;
}

.icon-2 {
  width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .icon-2 {
    display: none;
    width: 100%;
    margin: auto auto 1em;
    width: 95%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.icon-2 .icon-box {
  width: 110px;
  background-color: #b50005;
  margin-right: 1px;
}
@media only screen and (max-width: 960px) {
  .icon-2 .icon-box {
    width: 48%;
  }
}
.icon-2 .icon-box a {
  display: block;
}

@media only screen and (min-width: 961px) {
  .sp-nav {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .sp-nav {
    width: 95%;
    margin: 0 auto 10px auto;
  }
  .sp-nav li {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
  }
  .sp-nav li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffb300;
    padding: 0;
    display: block;
  }
  .sp-nav li:nth-child(odd) {
    float: left;
    height: auto;
  }
  .sp-nav li:nth-child(even) {
    float: right;
    height: auto;
  }
}
@media only screen and (min-width: 961px) {
  .sp-nav-blue {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .sp-nav-blue {
    width: 95%;
    margin: 0 auto 10px auto;
  }
  .sp-nav-blue li {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
  }
  .sp-nav-blue li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffb300;
    padding: 0;
    display: block;
  }
  .sp-nav-blue li:nth-child(odd) {
    float: left;
    height: auto;
  }
  .sp-nav-blue li:nth-child(even) {
    float: right;
    height: auto;
  }
}
.home #contents h3.title {
  font-size: 1.6em;
  font-weight: 600;
}

.btn-2 {
  width: 288px;
}
@media only screen and (max-width: 640px) {
  .btn-2 {
    width: 100%;
  }
}

.btn-2 a {
  display: block;
  width: 288px;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #ffb300 url(../images/arrow-3.png) no-repeat 95% center;
}
@media only screen and (max-width: 640px) {
  .btn-2 a {
    width: 100%;
  }
}

.btn-2 a:hover {
  color: #fff;
}

article.option {
  max-width: 1280px;
  margin: 10px auto 50px;
  background-color: #fff;
  padding: 30px 90px;
}
@media only screen and (max-width: 640px) {
  article.option {
    padding: 20px 15px;
  }
}
article.option .line {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 40px;
  margin-bottom: 40px;
}
article.option h3 {
  margin-bottom: 15px;
  width: 80%;
  max-width: 120px;
}
article.option .btn-2 {
  margin-top: 20px;
}
article.option.loadcell .loadcell-img {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
article.option.loadcell .loadcell-img img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  article.option.collaboration {
    padding: 20px 15px;
  }
}
article.option.collaboration img {
  margin-top: 30px;
}

article.option .left {
  width: 40%;
  float: left;
}
@media only screen and (max-width: 640px) {
  article.option .left {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}

article.option .right {
  width: 57%;
  float: right;
}
@media only screen and (max-width: 640px) {
  article.option .right {
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }
}
article.option .right h3 {
  margin-top: 30px;
}
article.option .right p strong {
  font-size: 1.2em;
}

article.option .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  article.option .flex-box {
    display: block;
  }
}

.clr {
  clear: both;
}

@media only screen and (min-width: 641px) {
  .pc_n {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .sp_n {
    display: none;
  }
}
.contents-01 {
  position: relative;
  padding-bottom: 20%;
}
@media only screen and (max-width: 1024px) {
  .contents-01 {
    padding-bottom: 29.6%;
  }
}
@media only screen and (max-width: 960px) {
  .contents-01 {
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 640px) {
  .contents-01 {
    padding-bottom: 30%;
  }
}
.contents-01 .contents-01-box {
  position: absolute;
  max-width: 1280px;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 200;
  top: 1%;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box {
    width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .contents-01 .contents-01-box {
    width: 100%;
  }
}
.contents-01 .contents-01-box .contents-01-flex .text {
  width: calc(100% - 20px - 20px);
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box .contents-01-flex .text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.contents-01 .contents-01-box .contents-01-flex .btn-box {
  width: 250px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box .contents-01-flex .btn-box {
    width: 25%;
  }
}
.contents-01 .contents-01-box .contents-01-flex .btn-box .btn {
  width: 165px;
  margin: auto auto 10px 0;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box .contents-01-flex .btn-box .btn {
    width: calc(100% - 10px);
  }
}
.contents-01 .contents-01-box .contents-01-flex .btn-box .btn a {
  color: #fff;
  text-align: center;
}
.contents-01 .contents-01-box .contents-01-flex .btn-box .btn .textlink {
  text-shadow: 1px -1px 3px #000;
}
.contents-01 .contents-01-box .hero-01-item {
  width: 60%;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .contents-01 .contents-01-box .hero-01-item {
    margin-top: -10%;
  }
}
.contents-01 .contents-01-box02 {
  position: absolute;
  max-width: 1280px;
  margin: auto;
  z-index: 300;
  top: 35%;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 {
    position: relative;
    margin-top: 0;
  }
}
.contents-01 .contents-01-box02 .contents-01-flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 {
    width: 100%;
    max-width: 100%;
  }
}
.contents-01 .contents-01-box02 .contents-01-flex02 .box01 {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box01 {
    width: 90%;
    margin: auto;
  }
}
.contents-01 .contents-01-box02 .contents-01-flex02 .box01 .hero-08 {
  margin-bottom: 9%;
}
.contents-01 .contents-01-box02 .contents-01-flex02 .box01 .img-box {
  padding-top: 45px;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box01 .img-box {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box01 {
    width: 100%;
  }
}
.contents-01 .contents-01-box02 .contents-01-flex02 .box03 {
  width: 35%;
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box03 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box03 {
    width: 85%;
    margin: auto;
  }
}
.contents-01 .contents-01-box02 .contents-01-flex02 .box03 .news {
  width: 128px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 960px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box03 .news {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .contents-01 .contents-01-box02 .contents-01-flex02 .box03 .news {
    width: 100px;
  }
}
.contents-01 .contents-01-box02 .contents-01-flex02 .box03 .box02 {
  width: 100%;
  max-height: 500px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.contents-netis {
  position: relative;
  background: url(../images/back-white.jpg);
  padding-bottom: 5%;
}
.contents-netis .wrapper {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 2em 4em;
}
@media only screen and (max-width: 640px) {
  .contents-netis .wrapper {
    width: 85.2%;
    padding: 2em;
  }
}
.contents-netis .wrapper .registration-number {
  width: 39.6%;
  padding-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .contents-netis .wrapper .registration-number {
    width: 80%;
  }
}

.contents-02 {
  position: relative;
  margin-top: 5%;
}
.contents-02 .flex-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1280px;
  width: 85%;
  margin: auto auto 0;
}
.contents-02 .title {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.contents-02 .hero-box {
  width: calc(33.3333333333% - 1em);
}
@media only screen and (max-width: 960px) {
  .contents-02 .hero-box {
    width: 100%;
    margin: 4% auto auto;
  }
}
.contents-02 .hero-box a {
  color: #000;
}
.contents-02 .hero-box a p {
  text-align: center;
}

.hero-slider {
  display: none;
}

.hero-slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.hero-slider-wrapper {
  position: relative;
  background-color: #140504;
}
.hero-slider-wrapper:before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgb(255, 255, 255))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50.5%) no-repeat top left/100% 100%;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 100;
}
@media only screen and (max-width: 960px) {
  .hero-slider-wrapper:before {
    height: 50px;
  }
}
.hero-slider-wrapper:after {
  position: absolute;
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-size: cover;
  width: 100%;
  height: 100px;
  content: "";
}

.hero-slider {
  margin: auto;
  padding: 0;
  line-height: 0;
  max-width: 1280px;
}/*# sourceMappingURL=style.css.map */