@charset "UTF-8";
/*/////////////////////////////
 reset
 /////////////////////////////*/
html, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  background: none;
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*/////////////////////////////
 base
 /////////////////////////////*/
body {
  color: #000;
  line-height: 1.5;
  font-size: 12px;
  font-size: 3.2vw;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体 Medium","Yu Gothic Medium",YuGothic,Meiryo,"メイリオ",serif;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 813px) {
  body {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 12px;
  }
}
/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

/* input
* ------------------------- */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* img
* ------------------------- */
img {
  width: 100%;
  height: auto;
  border: 0px;
  display: block;
}

a img {
  border: 0px;
}

@media screen and (max-width: 812px) {
  img {
    outline: none;
  }
}
/* headings
* ------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* pc,sp */
.spOnly {
  display: none;
}

br.sp {
  display: none;
}

@media screen and (max-width: 812px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}
/* ==========================================================
 wallwall LP
	Created: 2021-7

 module
	00.common
	01.header
	02.footer
	03.main
 ========================================================== */
/*/////////////////////////////
  00. common
	- 1. cnvBlock
	- 2. container
	- 3. font
	- 4. modal
/////////////////////////////*/
/* 1. cnvBlock
* ------------------------- */
.cnvBlock {
  background: #434343;
  padding: 6.6666666667% 0 9.3333333333%;
}
.cnvBlock .inner {
  padding: 0 6.6666666667%;
}
.cnvBlock .text {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}
.cnvBlock ul {
  margin-top: 1.6666666667em;
}
.cnvBlock ul li + li {
  margin-top: 1.5em;
}
.cnvBlock ul li a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 1em 1.5em;
  border-radius: 5px;
}
.cnvBlock ul li a:before {
  content: "";
  display: block;
  width: 5.5833333333em;
  height: 5.5833333333em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cnvBlock ul li a > span {
  line-height: 1;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cnvBlock ul li a.tel:before {
  background-image: url("../image/icon01.svg");
}
.cnvBlock ul li a.tel > span {
  font-size: 2em;
  padding-left: 0.5em;
}
.cnvBlock ul li a.tel > span .sub {
  font-size: 0.5416666667em;
  letter-spacing: -.02em;
  margin-top: 0.2307692308em;
  display: block;
}
.cnvBlock ul li a.mail:before {
  background-image: url("../image/icon02.svg");
}
.cnvBlock ul li a.mail > span {
  font-size: 1.9166666667em;
  letter-spacing: .075em;
  text-align: center;
}

/* 2. container
* ------------------------- */
.container {
  padding: 0 6.6666666667%;
}

/* 3. font
* ------------------------- */
@font-face {
  font-family: 'AlternateGotNo1D';
  src: local("AlternateGotNo1D"), url("../fonts/AlternateGotNo1D.otf") format("opentype");
}
/* 4. modal
* ------------------------- */
.modal {
  width: 100%;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: none;
}
.modal button {
  display: block;
  width: 30px;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  position: absolute;
  right: 2%;
  bottom: 100%;
}
.modal button:before, .modal button:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.modal button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 998;
  opacity: .6;
  display: none;
}

/*/////////////////////////////
  01. header
/////////////////////////////*/
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.header .inner > * {
  min-height: 0%;
}
.header .sd {
  display: none;
}
.header .hdg {
  color: #fff;
  background: #000;
  padding: 10% 10.6666666667% 14%;
}
.header .hdg .title span {
  font-weight: bold;
  line-height: 1;
  display: block;
}
.header .hdg .title .t {
  font-size: 2.9166666667em;
  letter-spacing: .1em;
  line-height: 1.3571428571;
}
.header .hdg .title .s {
  font-size: 1.4166666667em;
  letter-spacing: .1em;
  margin-top: 0.7058823529em;
}
.header .hdg .title .logo {
  width: 19.9166666667em;
  margin-top: 0.6666666667em;
}
.header .hdg ul {
  margin-top: 2.6666666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .hdg ul li {
  width: 6.6666666667em;
  height: 6.6666666667em;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .hdg ul li span {
  color: #514839;
  font-size: 1.5833333333em;
  font-weight: bold;
  line-height: 1.0526315789;
  text-align: center;
}

/*/////////////////////////////
  02. footer
/////////////////////////////*/
.footer {
  color: #fff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝 Medium", YuMincho Medium, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #000;
  padding: 10.6666666667% 0 14.6666666667%;
}
.footer .inner {
  padding: 0 6.4%;
}
.footer .logo {
  width: 5.4166666667em;
}
.footer .lyt {
  margin-top: 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .lyt .column {
  width: 10em;
}
.footer .lyt .column:first-child {
  width: 100%;
  margin: 0 0 3.6666666667em;
}
.footer .lyt .column .t {
  font-size: 0.6666666667em;
  letter-spacing: .3em;
}
.footer .lyt .column .t + .en,
.footer .lyt .column .t + .ja {
  margin-top: 2.5em;
}
.footer .lyt .column .en,
.footer .lyt .column .ja {
  font-size: 0.5em;
  letter-spacing: .075em;
  margin-top: 1.5em;
}
.footer .lyt .column .info {
  font-size: 0.6666666667em;
  letter-spacing: .075em;
  margin-top: 1.875em;
}

/*/////////////////////////////
  03. main
/////////////////////////////*/
.main {
  background: #f0f0f0;
  overflow: hidden;
}
.main .section01 {
  padding: 8.6666666667% 0 0;
}
.main .section01 .inner {
  padding: 0 2.1333333333%;
}
.main .section01 h2 {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3541666667;
  text-align: center;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section01.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section01 .gallery {
  margin-top: 2.6666666667em;
}
.main .section01 .gallery a {
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.main .section01 .gallery a:hover {
  opacity: .7;
}
.main .section01 .gallery .image {
  opacity: 1;
  -webkit-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
}
.main .section01 .gallery .image.is-hidden {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.main .section01 .gallery .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .section01 .gallery .top .l {
  width: 32.0334261838%;
}
.main .section01 .gallery .top .l .image + .image {
  margin-top: 4.7826086957%;
}
.main .section01 .gallery .top .r {
  width: 66.1559888579%;
}
.main .section01 .gallery .top .r .lyt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .section01 .gallery .top .r .lyt .image {
  width: 49.0526315789%;
}
.main .section01 .gallery .top .r .lyt .image:last-child {
  width: 48.6315789474%;
}
.main .section01 .gallery .top .r .lyt .image:first-child {
  width: 100%;
  margin-bottom: 2.5263157895%;
}
.main .section01 .gallery .mid {
  margin-top: 1.6713091922%;
}
.main .section01 .gallery .bottom {
  margin-top: 1.6713091922%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .section01 .gallery .bottom .image.l {
  width: 66.0167130919%;
}
.main .section01 .gallery .bottom .image.r {
  width: 31.7548746518%;
}
.main .section02 {
  padding-top: 17.3333333333%;
}
.main .section02 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section02 h2 span {
  display: inline-block;
}
.main .section02 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section02.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section02.is-hidden .body .map {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.main .section02 .body {
  background: #fff;
  margin-top: 6%;
  padding: 6.6666666667% 4.6666666667% 2.6666666667% 6.6666666667%;
}
.main .section02 .body .map {
  opacity: 1;
  -webkit-transition: opacity .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out;
}
.main .section02 .body .map p {
  font-size: 0.9166666667em;
  font-weight: bold;
  margin-top: 1.8181818182em;
}
.main .section03 {
  padding-top: 13.3333333333%;
}
.main .section03 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section03 h2 span {
  display: inline-block;
}
.main .section03 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section03.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section03.is-hidden .body p {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section03 .body {
  background: #fff;
  margin-top: 5.3333333333%;
  padding: 8% 0 5.3333333333%;
}
.main .section03 .body .inner {
  padding: 0 4%;
}
.main .section03 .body p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -.4em;
  text-align: center;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, transform .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
}
.main .section03 .body p span {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 0.6666666667em 0.6666666667em;
}
.main .section04 {
  margin-top: 24%;
}
.main .section04 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section04 h2 .sub {
  font-size: 1.0833333333em;
  display: block;
  margin-bottom: 0.3076923077em;
}
.main .section04 h2 .m {
  font-size: 1.8333333333em;
  letter-spacing: .1em;
  display: inline-block;
}
.main .section04 h2 .m:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section04.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section04.is-hidden .lyt .column {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section04 .lyt {
  margin-top: 9.2307692308%;
}
.main .section04 .lyt .column {
  color: #fff;
  text-align: center;
  background: #666;
  padding: 7.6923076923% 0 7.3846153846%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, transform .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
}
.main .section04 .lyt .column:nth-child(2) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}
.main .section04 .lyt .column:nth-child(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.main .section04 .lyt .column + .column {
  margin-top: 2.3076923077%;
}
.main .section04 .lyt .column .catch {
  font-size: 1.6666666667em;
  font-weight: bold;
  line-height: 1;
}
.main .section04 .lyt .column .text {
  font-size: 0.9166666667em;
  line-height: 1.5;
  margin-top: 0.5454545455em;
}
.main .section05 {
  margin-top: 16%;
}
.main .section05 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section05 h2 span {
  display: inline-block;
}
.main .section05 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section05.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section05.is-hidden .body ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section05 .body {
  background: #fff;
  margin-top: 5.3333333333%;
  padding: 9.3333333333% 0 2.6666666667%;
}
.main .section05 .body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .section05 .body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.1538461538%;
  height: 12.5em;
  border: #000 3px solid;
  margin-bottom: 7.6923076923%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, transform .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out, transform .8s .2s ease-in-out, -webkit-transform .8s .2s ease-in-out;
}
.main .section05 .body ul li:nth-child(2) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}
.main .section05 .body ul li:nth-child(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.main .section05 .body ul li:nth-child(4) {
  -webkit-transition-delay: .65s;
  transition-delay: .65s;
}
.main .section05 .body ul li:nth-child(5) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.main .section05 .body ul li:nth-child(6) {
  -webkit-transition-delay: .95s;
  transition-delay: .95s;
}
.main .section05 .body ul li .in {
  text-align: center;
}
.main .section05 .body ul li .n {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.1818181818;
}
.main .section05 .body ul li .n small {
  font-size: 0.7037037037em;
  line-height: 1.2368421053;
  display: inline-block;
}
.main .section05 .body ul li .t {
  font-weight: bold;
  line-height: 1.32;
  margin-top: 0.5em;
}
.main .section06 {
  margin-top: 11.3333333333%;
}
.main .section06 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section06 h2 span {
  display: inline-block;
}
.main .section06 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section06.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section06.is-hidden .body .container {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.main .section06 .body {
  background: #fff;
  padding: 6.6666666667% 0;
  margin-top: 4.6666666667%;
}
.main .section06 .body .container {
  opacity: 1;
  -webkit-transition: opacity .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out;
}
.main .section06 .body .block + .block {
  margin-top: 6.1538461538%;
}
.main .section06 .body .block + .table {
  margin-top: 10.7692307692%;
}
.main .section06 .body .block h3 {
  font-size: 1.1666666667em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.main .section06 .body .table {
  font-size: 0.8333333333em;
  line-height: 1.75;
  margin-top: 2.3076923077%;
}
.main .section06 .body .table li {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: #cbc6d1 1px dashed;
}
.main .section06 .body .table li:first-child {
  border-top: #cbc6d1 1px dashed;
}
.main .section06 .body .table li > span {
  display: table-cell;
  vertical-align: middle;
}
.main .section06 .body .table li .h {
  width: 37.6923076923%;
}
.main .section06 .body .table li .price {
  width: 19.2307692308%;
  font-weight: bold;
  text-align: right;
}
.main .section06 .body .note {
  font-size: 0.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 9.2307692308%;
}
.main .section06 .body .notice {
  font-size: 0.8333333333em;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-top: 1.5384615385%;
}
.main .section07 {
  margin-top: 10%;
}
.main .section07 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section07 h2 span {
  display: inline-block;
}
.main .section07 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section07.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section07.is-hidden .body .container {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.main .section07 .body {
  background: #fff;
  padding: 6.6666666667% 0 10%;
  margin-top: 8%;
}
.main .section07 .body .container {
  opacity: 1;
  -webkit-transition: opacity .8s .2s ease-in-out;
  transition: opacity .8s .2s ease-in-out;
}
.main .section07 .body .table {
  width: 100%;
  font-size: 0.75em;
}
.main .section07 .body .table tr {
  border-bottom: #cbc6d1 1px dashed;
}
.main .section07 .body .table tr:first-child {
  border-top: #cbc6d1 1px dashed;
}
.main .section07 .body .table th {
  line-height: 2;
  width: 38.4615384615%;
}
.main .section07 .body .table td {
  line-height: 2;
}
.main .section07 .body .table .text {
  width: 40.7692307692%;
}
.main .section07 .body .table .price {
  font-weight: bold;
  text-align: right;
}
.main .section07 .body .btn {
  width: 42.1538461538%;
  margin: 9.2307692308% auto 0;
}
.main .section07 .body .btn a {
  font-weight: bold;
  text-align: center;
  line-height: 2.75;
  display: block;
  border: #000 2px solid;
  border-radius: 1.5833333333em;
}
.main .section07 .body .note {
  font-size: 0.8333333333em;
  line-height: 1.2;
  margin-top: 7.6923076923%;
}
.main .section07 .body .policy {
  font-weight: bold;
  letter-spacing: .175em;
  line-height: 1;
  text-align: center;
  margin: 13.8461538462% 0 3.0769230769%;
}
.main .section07 .body .policyText li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: #666 1px solid;
  padding: 1em 0 0.8333333333em;
}
.main .section07 .body .policyText li:first-child {
  border-top: #666 1px solid;
}
.main .section07 .body .policyText li span {
  width: 50%;
  font-size: 0.8333333333em;
  line-height: 1.25;
  position: relative;
}
.main .section07 .body .policyText li span:last-child {
  padding-left: 0.9em;
}
.main .section07 .body .policyText li span:last-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  background: #666;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .section07 .body .policyText + .note {
  margin-top: 4.6153846154%;
}
.main .section08 {
  margin-top: 29.3333333333%;
}
.main .section08 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section08 h2 span {
  display: inline-block;
}
.main .section08 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section08.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section08 .body {
  background: #fff;
  padding: 7.3333333333% 0 17.3333333333%;
  margin-top: 8%;
}
.main .section08 .body .block {
  padding-right: 3.3846153846%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section08 .body .block.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section08 .body .block + .block {
  margin-top: 2.3076923077%;
}
.main .section08 .body .block .q {
  background: #c5c5c6;
  position: relative;
}
.main .section08 .body .block .q:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #c5c5c6;
  border-width: 3.2083333333em 0 3.2083333333em 0.9166666667em;
  position: absolute;
  top: 0;
  left: 100%;
}
.main .section08 .body .block .q a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 6.4166666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5833333333em 0;
}
.main .section08 .body .block .q a > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .section08 .body .block .q .num {
  width: 6.75em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.main .section08 .body .block .q .num:after {
  content: "";
  display: block;
  width: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.main .section08 .body .block .q .num p {
  font-family: "AlternateGotNo1D", sans-serif, serif;
  font-size: 1.9166666667em;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.main .section08 .body .block .q .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.25em;
}
.main .section08 .body .block .q .col p {
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.25;
}
.main .section08 .body .block .a {
  background: #d9d9da;
  position: relative;
  display: none;
}
.main .section08 .body .block .a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 3.2083333333em 0 3.2083333333em 0.9166666667em;
  position: absolute;
  top: 0;
  left: 0;
}
.main .section08 .body .block .a .in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 6.4166666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5833333333em 0;
}
.main .section08 .body .block .a .in > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .section08 .body .block .a .num {
  width: 6.75em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.main .section08 .body .block .a .num:after {
  content: "";
  display: block;
  width: 1px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.main .section08 .body .block .a .num p {
  font-family: "AlternateGotNo1D", sans-serif, serif;
  font-size: 1.9166666667em;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.main .section08 .body .block .a .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.4166666667em 0 1.25em;
}
.main .section08 .body .block .a .col p {
  font-size: 0.8333333333em;
  font-weight: bold;
  letter-spacing: -.04em;
  line-height: 1.4347826087;
}
.main .section08 .body .btn {
  width: 46.1538461538%;
  margin: 16.1538461538% auto 0;
}
.main .section08 .body .btn a {
  font-weight: bold;
  text-align: center;
  line-height: 2.75;
  display: block;
  border: #000 2px solid;
  border-radius: 1.5833333333em;
}
.main .section08 .body .text {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 1.5384615385%;
}
.main .section09 {
  margin-top: 13.3333333333%;
}
.main .section09 h2 {
  font-size: 1.8333333333em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}
.main .section09 h2 span {
  display: inline-block;
}
.main .section09 h2 span:after {
  content: "";
  display: block;
  height: 0.4545454545em;
  background: #000;
  margin-top: 0.1363636364em;
}
.main .section09.is-hidden h2 {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: none;
  transition: none;
}
.main .section09 .body {
  background: #fff;
  padding: 8% 0 8.6666666667%;
  margin-top: 8%;
}
.main .section09 .body .access {
  height: 250px;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .cnvBlock {
    padding: 3.75em 0 5em;
  }
  .cnvBlock .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
  .cnvBlock .text {
    font-size: 2em;
    letter-spacing: .075em;
  }
  .cnvBlock ul {
    margin-top: 3.3333333333em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cnvBlock ul li {
    width: 25.78125%;
    margin: 0 2.578125%;
  }
  .cnvBlock ul li + li {
    margin-top: 0;
  }
  .cnvBlock ul li a {
    padding: 0.8333333333em 1.3333333333em;
    border-radius: 10px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .cnvBlock ul li a:hover {
    opacity: .7;
  }
  .cnvBlock ul li a:before {
    width: 4.8333333333em;
    height: 4.8333333333em;
  }

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

  .header {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .header .inner {
    display: block;
  }
  .header .sd {
    width: 2.5em;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2.3333333333em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .header .sd a {
    display: block;
    height: 0;
    padding-top: 1.75em;
    overflow: hidden;
    position: relative;
  }
  .header .sd a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.75em 1.25em 0 1.25em;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
  }
  .header .visual {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .header .hdg {
    width: 36.6666666667em;
    background: none;
    padding: 0;
    position: absolute;
    top: 11.5979381443%;
    right: 14%;
    z-index: 2;
  }
  .header .hdg .title .t {
    font-size: 4.3333333333em;
    line-height: 1.3653846154;
  }
  .header .hdg .title .s {
    font-size: 2.1666666667em;
    margin-top: 0.9230769231em;
  }
  .header .hdg .title .logo {
    width: 36.0833333333em;
    margin-top: 1em;
  }
  .header .hdg ul {
    margin-top: 4.3333333333em;
  }
  .header .hdg ul li {
    width: 10em;
    height: 10em;
  }
  .header .hdg ul li span {
    font-size: 2.4166666667em;
    line-height: 1.0689655172;
  }

  .footer {
    padding: 9.5833333333em 0 23.3333333333em;
  }
  .footer .inner {
    width: 78.125%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .footer .logo {
    width: 10.8333333333em;
  }
  .footer .lyt {
    margin-top: 6.25em;
  }
  .footer .lyt .column {
    width: 22.5em;
  }
  .footer .lyt .column:first-child {
    width: auto;
    margin: 0 3.3333333333em 0 0;
  }
  .footer .lyt .column .t {
    font-size: 1.25em;
  }
  .footer .lyt .column .t + .en,
  .footer .lyt .column .t + .ja {
    margin-top: 2em;
  }
  .footer .lyt .column .en,
  .footer .lyt .column .ja {
    font-size: 1em;
  }
  .footer .lyt .column .info {
    font-size: 1.25em;
    margin-top: 1.6em;
  }

  .main .section01 {
    padding: 5.8333333333em 0 0;
  }
  .main .section01 .inner {
    width: 78.125%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .main .section01 h2 {
    font-size: 5em;
    line-height: 1.3333333333;
  }
  .main .section01 .gallery {
    margin-top: 7.5em;
  }
  .main .section01 .gallery .top .l {
    width: 31.9%;
  }
  .main .section01 .gallery .top .l .image + .image {
    margin-top: 5.6426332288%;
  }
  .main .section01 .gallery .top .r {
    width: 66.1%;
  }
  .main .section01 .gallery .top .r .lyt .image {
    width: 48.4114977307%;
  }
  .main .section01 .gallery .top .r .lyt .image:last-child {
    width: 48.1089258699%;
  }
  .main .section01 .gallery .top .r .lyt .image:first-child {
    margin-bottom: 2.7231467474%;
  }
  .main .section01 .gallery .mid {
    margin-top: 1.8%;
  }
  .main .section01 .gallery .bottom {
    margin-top: 1.8%;
  }
  .main .section01 .gallery .bottom .image.l {
    width: 65.9%;
  }
  .main .section01 .gallery .bottom .image.r {
    width: 31.8%;
  }
  .main .section02 {
    padding-top: 14.1666666667em;
  }
  .main .section02 h2 {
    font-size: 5em;
  }
  .main .section02 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section02 .body {
    margin-top: 2.3333333333em;
    padding: 6.25em 0 1.6666666667em;
  }
  .main .section02 .body .map {
    width: 78.125%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .main .section02 .body .map p {
    font-size: 1.5em;
    margin-top: 4.7222222222em;
  }
  .main .section03 {
    padding-top: 14.1666666667em;
  }
  .main .section03 h2 {
    font-size: 5em;
  }
  .main .section03 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section03 .body {
    margin-top: 2.8333333333em;
    padding: 6.6666666667em 0 5.4166666667em;
  }
  .main .section03 .body .inner {
    padding: 0;
  }
  .main .section03 .body p {
    font-size: 2.9166666667em;
  }
  .main .section03 .body p span {
    margin: 0 0.4285714286em 0.5714285714em;
  }
  .main .section04 {
    margin-top: 13.75em;
  }
  .main .section04 h2 .sub {
    font-size: 2.5em;
    margin-bottom: 0.2666666667em;
  }
  .main .section04 h2 .m {
    font-size: 5em;
  }
  .main .section04 h2 .m:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section04 .lyt {
    margin-top: 2.9166666667em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .section04 .lyt .column {
    width: 32.5%;
    padding: 10em 0 9.5833333333em;
  }
  .main .section04 .lyt .column + .column {
    margin-top: 0;
  }
  .main .section04 .lyt .column .catch {
    font-size: 4em;
  }
  .main .section04 .lyt .column .text {
    font-size: 2.0833333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .main .section04 .lyt .column .text + .text {
    margin-top: 0.8em;
  }
  .main .section05 {
    margin-top: 16.6666666667em;
  }
  .main .section05 h2 {
    font-size: 5em;
  }
  .main .section05 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section05 .body {
    margin-top: 2.8333333333em;
    padding: 5.8333333333em 0 1.6666666667em;
  }
  .main .section05 .body ul li {
    width: 30%;
    height: 25em;
    border-width: 10px;
    margin-bottom: 5%;
  }
  .main .section05 .body ul li .n {
    font-size: 4.5833333333em;
    line-height: 1.2545454545;
  }
  .main .section05 .body ul li .n small {
    font-size: 0.7454545455em;
    line-height: 1.3414634146;
  }
  .main .section05 .body ul li .t {
    font-size: 2.0833333333em;
    line-height: 1.32;
    margin-top: 0.48em;
  }
  .main .section06 {
    margin-top: 16.6666666667em;
  }
  .main .section06 h2 {
    font-size: 5em;
  }
  .main .section06 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section06 .body {
    padding: 7.5em 0 6.25em;
    margin-top: 4.1666666667em;
  }
  .main .section06 .body .block + .block {
    margin-top: 6.5%;
  }
  .main .section06 .body .block + .table {
    margin-top: 10.5%;
  }
  .main .section06 .body .block h3 {
    font-size: 3em;
  }
  .main .section06 .body .table {
    font-size: 2.5em;
    line-height: 1.8666666667;
    margin-top: 3%;
  }
  .main .section06 .body .table li .h {
    width: 38.5%;
  }
  .main .section06 .body .table li .price {
    width: 19%;
  }
  .main .section06 .body .note {
    font-size: 2em;
    margin-top: 9.5%;
  }
  .main .section06 .body .notice {
    font-size: 1.5em;
    line-height: 1.3333333333;
    margin-top: 1.5%;
  }
  .main .section07 {
    margin-top: 12.9166666667em;
  }
  .main .section07 h2 {
    font-size: 5em;
  }
  .main .section07 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section07 .body {
    padding: 4.1666666667em 0 11.6666666667em;
    margin-top: 4.5833333333em;
  }
  .main .section07 .body .table {
    font-size: 2.5em;
  }
  .main .section07 .body .table th {
    line-height: 1.9333333333;
    width: 37%;
  }
  .main .section07 .body .table td {
    line-height: 1.9333333333;
  }
  .main .section07 .body .table .text {
    width: 42.5%;
  }
  .main .section07 .body .btn {
    width: 30.4%;
    margin-top: 10.5%;
  }
  .main .section07 .body .btn a {
    font-size: 2.0833333333em;
    line-height: 2.64;
    border-width: 6px;
    border-radius: 1.56em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .main .section07 .body .btn a:hover {
    color: #fff;
    background-color: #000;
  }
  .main .section07 .body .note {
    font-size: 1.5em;
    line-height: 1.3333333333;
    margin-top: 11%;
  }
  .main .section07 .body .policy {
    font-size: 2.3333333333em;
    margin: 12% 0 3%;
  }
  .main .section07 .body .policyText li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1666666667em 0 1em;
  }
  .main .section07 .body .policyText li span {
    width: auto;
    font-size: 1.5em;
    line-height: 1.2;
  }
  .main .section07 .body .policyText li span:first-child {
    width: 23.3333333333em;
    text-align: right;
  }
  .main .section07 .body .policyText li span:last-child {
    width: 21.9444444444em;
    padding-left: 1.3333333333em;
    margin-left: 1.4444444444em;
  }
  .main .section07 .body .policyText li span:last-child:before {
    height: 1.1111111111em;
  }
  .main .section07 .body .policyText + .note {
    margin-top: 3%;
  }
  .main .section08 {
    margin-top: 11.6666666667em;
  }
  .main .section08 h2 {
    font-size: 5em;
  }
  .main .section08 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section08 .body {
    padding: 4.1666666667em 0 13.3333333333em;
    margin-top: 4.5833333333em;
  }
  .main .section08 .body .block {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .section08 .body .block + .block {
    margin-top: 1%;
  }
  .main .section08 .body .block .q {
    width: 47.7%;
  }
  .main .section08 .body .block .q:after {
    border-width: 6.875em 0 6.875em 1.75em;
    z-index: 2;
  }
  .main .section08 .body .block .q a {
    height: 13.75em;
    padding: 1.4166666667em 0;
    pointer-events: none;
  }
  .main .section08 .body .block .q .num {
    width: 10.4166666667em;
  }
  .main .section08 .body .block .q .num p {
    font-size: 5em;
    letter-spacing: normal;
  }
  .main .section08 .body .block .q .col {
    padding: 0 2em;
  }
  .main .section08 .body .block .q .col p {
    font-size: 2em;
    line-height: 1.3333333333;
  }
  .main .section08 .body .block .a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block !important;
  }
  .main .section08 .body .block .a:after {
    display: none;
  }
  .main .section08 .body .block .a .in {
    height: 13.75em;
    padding: 1.4166666667em 0;
  }
  .main .section08 .body .block .a .num {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.3333333333em;
    padding-left: 1.75em;
  }
  .main .section08 .body .block .a .num p {
    font-size: 5em;
    letter-spacing: normal;
  }
  .main .section08 .body .block .a .col {
    padding: 0 1.8333333333em;
  }
  .main .section08 .body .block .a .col p {
    font-size: 1.5em;
    line-height: 1.2777777778;
  }
  .main .section08 .body .btn {
    width: 30.4%;
    margin-top: 14%;
  }
  .main .section08 .body .btn a {
    font-size: 2.0833333333em;
    line-height: 2.64;
    border-width: 6px;
    border-radius: 1.56em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .main .section08 .body .btn a:hover {
    color: #fff;
    background-color: #000;
  }
  .main .section08 .body .text {
    font-size: 1.5em;
    margin-top: 1em;
  }
  .main .section09 {
    margin-top: 8.3333333333em;
  }
  .main .section09 h2 {
    font-size: 5em;
  }
  .main .section09 h2 span:after {
    height: 0.45em;
    margin-top: 0.1333333333em;
  }
  .main .section09 .body {
    padding: 5.4166666667em 0;
    margin-top: 4.1666666667em;
  }
  .main .section09 .body .access {
    height: 505px;
  }

  .modal {
    width: 78.125%;
    max-width: 1000px;
    position: fixed;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal button {
    top: 0;
    right: -35px;
    bottom: auto;
  }
}

/*# sourceMappingURL=base.css.map */
