@charset "UTF-8";
body {
  background-color: #000;
}

@media screen and (max-width: 959px) {
  .pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .sp {
    display: inline-block !important;
  }
}

#wrap.top {
  margin-top: 74px;
}
@media screen and (max-width: 599px) {
  #wrap.top {
    margin-top: 60px;
  }
}

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

.main-visual {
  position: relative;
}
.main-visual .good {
  position: absolute;
  left: 3%;
  top: 5%;
  z-index: 99;
  width: 16%;
  max-width: 160px;
}
@media screen and (max-width: 599px) {
  .main-visual .good {
    left: 20px;
    top: 3%;
    width: auto;
    max-width: inherit;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .main-visual .good img {
    width: 88px;
  }
}

.main-visual-wrap {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .main-visual-wrap {
    height: 100%;
  }
}

.txtArea01 {
  width: 433px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
@media screen and (max-width: 599px) {
  .txtArea01 {
    width: 49.8666666667%;
  }
}

.txtArea02 {
  max-width: 801px;
  width: 55.625%;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
@media screen and (max-width: 959px) {
  .txtArea02 {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .txtArea02 {
    max-width: 190px;
    width: 50.6666666667%;
    bottom: auto;
    top: 40%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media screen and (max-width: 959px) {
  .txtArea02 img.pc {
    display: none !important;
  }
  .txtArea02 img.sp {
    display: block !important;
  }
}

.background-movie {
  position: relative;
  height: 100%;
}
.background-movie video {
  width: 100%;
}
.background-movie img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .background-movie {
    margin-top: 62px;
    height: 56.25vw;
  }
}

#video-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #video-wrap {
    height: calc(100vw * 600 / 750);
  }
}
#video-wrap img {
  width: 100%;
}
#video-wrap #video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../imgs/img_mv.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 959px) {
  #video-wrap #video-background {
    background: url(../imgs/img_mv_sp.jpg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 599px) {
  #video-wrap.img {
    height: auto;
  }
}

#main-movie {
  max-width: none;
  position: absolute;
}

#header {
  position: static;
}

.scrollParts {
  width: 100%;
  height: 105px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: .15em;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 599px) {
  .scrollParts {
    height: 80px;
  }
}
.scrollParts img {
  width: 65px;
}
@media screen and (max-width: 599px) {
  .scrollParts img {
    width: 44px;
  }
}

.scrollBorder {
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: scrollBorder 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards infinite;
          animation: scrollBorder 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards infinite;
}
@media screen and (max-width: 599px) {
  .scrollBorder {
    height: 45px;
    -webkit-animation: scrollBorderSp 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards infinite;
            animation: scrollBorderSp 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards infinite;
  }
}

@-webkit-keyframes scrollBorder {
  0% {
    height: 0;
  }
  30% {
    height: 100px;
    top: 30px;
  }
  80% {
    top: 135px;
  }
  100% {
    top: 135px;
  }
}

@keyframes scrollBorder {
  0% {
    height: 0;
  }
  30% {
    height: 100px;
    top: 30px;
  }
  80% {
    top: 135px;
  }
  100% {
    top: 135px;
  }
}
@-webkit-keyframes scrollBorderSp {
  0% {
    height: 0;
  }
  30% {
    height: 45px;
    top: 15px;
  }
  80% {
    top: 35px;
  }
  100% {
    top: 35px;
  }
}
@keyframes scrollBorderSp {
  0% {
    height: 0;
  }
  30% {
    height: 45px;
    top: 15px;
  }
  80% {
    top: 35px;
  }
  100% {
    top: 35px;
  }
}
.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, #e7e9ec), to(#cbdeee));
  background: linear-gradient(0deg, white 0%, #e7e9ec 70%, #cbdeee 100%);
  z-index: -99;
}
.mask.gradation {
  background: url("../imgs/shadow_bottom.png") bottom center/100% 119px no-repeat;
  z-index: 9;
}
@media screen and (max-width: 599px) {
  .mask.gradation {
    display: none;
  }
}

.infoArea {
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: .15rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: black;
}
@media screen and (max-width: 599px) {
  .infoArea {
    font-size: 11px;
  }
}
.infoArea .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 3.125%;
}
.infoArea .inner h2 {
  margin-right: 2em;
}
@media screen and (max-width: 599px) {
  .infoArea .inner h2 {
    width: 8em;
    margin-right: 1em;
  }
}
.infoArea .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .infoArea .inner dl {
    display: inline-block;
  }
}
.infoArea .inner dt {
  margin-right: 1em;
  color: #999;
}
.infoArea .inner a {
  -webkit-transition: .3s;
  transition: .3s;
}
.infoArea .inner a.hover {
  color: #c19c3a;
}

#main {
  margin-top: -.74rem;
  padding-top: .74rem;
}
@media screen and (max-width: 599px) {
  #main {
    margin-top: calc(-100vw * 90 / 750);
    padding-top: calc(100vw * 90 / 750);
  }
}
#main article {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, white), to(#cbdeee));
  background: linear-gradient(-90deg, white 30%, #cbdeee 100%);
  position: relative;
  z-index: -9999;
}
#main .aNav ul {
  text-align: center;
  padding: .72rem 20px 0;
}
@media screen and (max-width: 599px) {
  #main .aNav ul {
    padding-top: .7rem;
  }
}
#main .aNav li {
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  position: relative;
  padding-right: .43rem;
  margin-bottom: -.1rem;
}
@media screen and (max-width: 599px) {
  #main .aNav li {
    font-size: 11px;
  }
}
#main .aNav li:nth-of-type(n+2) {
  padding-left: .3rem;
}
@media screen and (max-width: 599px) {
  #main .aNav li {
    padding: 0;
  }
}
#main .aNav li:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../imgs/line_01.png") no-repeat left top;
}
@media screen and (max-width: 599px) {
  #main .aNav li:after {
    display: none;
  }
}
#main .aNav li:last-of-type {
  padding-right: 0;
}
#main .aNav li:last-of-type:after {
  display: none;
}
#main .aNav li a {
  -webkit-transition: .3s;
  transition: .3s;
}
#main .aNav li a img {
  -webkit-transition: .3s;
  transition: .3s;
}
#main .aNav li a:hover {
  color: #c19c3a;
}
#main .aNav li a:hover img {
  -webkit-transform: translateY(0.05rem);
          transform: translateY(0.05rem);
}
#main .block01 {
  margin-top: 0;
  height: 53.1944444444vw;
  position: relative;
  padding: 0 3.125% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 599px) {
  #main .block01 {
    margin: 0;
    height: calc(100vw * 685 / 750);
  }
}
#main .block01 > .bg_01 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../imgs/bg_01.png) center center/auto 100% no-repeat;
  height: 100%;
}
#main .block01 > .bg_01::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
#main .block01 > .bg_01.aos-animate::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 599px) {
  #main .block01 > .bg_01 {
    background: url("../imgs/bg_01_sp.png") center center/100% no-repeat;
  }
}
#main .block01 .wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 599px) {
  #main .block01 .wrap {
    padding: 40px 0;
  }
}
#main .catchCopy {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: .4rem;
  line-height: 1.425;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  #main .catchCopy {
    font-size: 18px;
  }
}
#main .leadTxt {
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
  margin-top: .37rem;
}
@media screen and (max-width: 599px) {
  #main .leadTxt {
    font-size: 12px;
  }
}
#main .btn01 {
  max-width: 280px;
  text-align: center;
  margin-top: .6rem;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}
@media screen and (max-width: 959px) {
  #main .btn01 {
    margin: .4rem auto 0;
  }
}
#main .btn01.hover {
  background: #fff;
}
#main .btn02 {
  max-width: 408px;
  margin: .4rem auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}
#main .btn02.hover {
  background: #fff;
}
#main .block02 {
  margin-top: calc(-100vw * 74 / 1440);
  padding-top: calc(100vw * 74 / 1440);
}
@media screen and (max-width: 959px) {
  #main .block02 {
    margin-top: calc(-100vw * 80 / 1440);
    margin-top: calc(100vw * 80/ 1440);
  }
}
@media screen and (max-width: 599px) {
  #main .block02 {
    margin-top: calc(-100vw * 90 / 750);
    padding-top: calc(100vw * 90 / 750);
  }
}
#main .block02 .block02Inner {
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 599px) {
  #main .block02 .block02Inner {
    margin-top: 17.3913043478vw;
  }
}
#main .block02 .txtArea {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 3.125%;
}
@media screen and (max-width: 599px) {
  #main .block02 .txtArea {
    margin-left: 0;
    padding: 0 3.125%;
  }
}
#main .block02 h2.ttl {
  width: 283px;
}
@media screen and (max-width: 599px) {
  #main .block02 h2.ttl {
    width: 212.25px;
  }
}
#main .block02 h3.ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-top: .55rem;
}
@media screen and (max-width: 599px) {
  #main .block02 h3.ttl {
    margin-top: 30px;
  }
}
#main .block02 .leadTxt {
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
  margin-top: .23rem;
}
@media screen and (max-width: 599px) {
  #main .block02 .leadTxt {
    font-size: 12px;
  }
}
#main .block02 .txtBoxArea {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 0;
  padding: 0 3.125%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .block02 .txtBoxArea h3.ttl {
  border-bottom: 1px solid #c19c3a;
  padding-bottom: 3px;
}
#main .block02 .txtBoxArea ul {
  margin-top: 23px;
}
#main .block02 .txtBoxArea li {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #main .block02 .txtBoxArea li {
    font-size: 12px;
  }
}

#main .block02 .contentArea {
  width: 100%;
  max-width: 840px;
  margin: .8rem auto 0;
  padding: 0 3.125%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* @media screen and (min-width: 600px) {
  #main .block02 .contentArea {
    padding: 88px;
  }
}
@media screen and (max-width: 1088px) {
  #main .block02 .contentArea {
    padding: 4.8611111111vw 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  #main .block02 .contentArea {
    padding: 4.8611111111vw 3.1250666667vw;
  }
} */
#main .block02 .contentArea img {
  width: auto;
  max-width: 100%;
}
#main .block02 .contentArea h3.ttl {
  border-bottom: 1px solid #c19c3a;
  padding-bottom: 3px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: normal;
  position: relative;
  margin-top: 0;
  margin-bottom: .4rem;
}
@media screen and (max-width: 699px) {
  #main .block02 .contentArea h3.ttl {
    font-size: 18px;
  }
}
#main .block02 .contentArea h3.ttl img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
}
@media screen and (max-width: 699px) {
  #main .block02 .contentArea h3.ttl img {
    display: block;
    top: 70%;
    bottom: 6px;
  }
}
#main .block02 .contentArea .contentAreaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  #main .block02 .contentArea .contentAreaInner {
    display: block;
  }
}
#main .block02 .contentArea .contTxt {
  font-size: .15rem;
  line-height: 1.733333333;
  letter-spacing: .1em;
  padding-right: 35px;
  margin-bottom: calc(0rem - (((.15rem * 1.733333333) - .15rem) / 2));
}
@media screen and (max-width: 599px) {
  #main .block02 .contentArea .contTxt {
    font-size: 12px;
    padding-right: 0;
    margin-top: calc(12px - (((12px * 1.733333333) - 12px) / 2));
    margin-bottom: calc(0rem - (((12px * 1.733333333) - 12px) / 2));
  }
}
@media screen and (max-width: 599px) {
  #main .block02 .contentArea .contentAreaInner img {
    display: block;
    margin: 0.6rem auto 0.2rem;
  }
}


#main .block02 .contentArea .contTxt a {
  text-decoration: underline;
  color: #0563d9;
}

#main .slickArea {
  margin-top: .87rem;
  position: relative;
}
#main .slick-list {
  border: none;
}
#main .img .slick-list {
  height: 31.9444444444vw;
  padding-bottom: 25px !important;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #main .img .slick-list {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  #main .img .slick-list {
    height: 40.0667779633vw;
  }
}
#main .slick .slick-slide {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#main .slick .slick-slide:not(.slick-current) {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
#main .slick .slick-slide:not(.slick-current) .slide-txt {
  opacity: 0;
}
#main .slick .slick-slide:not(.slick-current) .slide-img {
  background: #f8f5e7;
}
#main .slick .slick-slide:not(.slick-current) .slide-img img {
  opacity: 0.5;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#main .slick .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#main .slick .slick-current .slide-img {
  border: 2px solid #c19c3a;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
#main .slick .slick-current .slide-img img {
  opacity: 1;
}
#main .slick .slick-current .slide-txt {
  opacity: 1;
}
#main .slick .slick-cloned {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#main .slick .slick-cloned .slide-img img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#main .slick .slick-cloned.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#main .slick .slick-cloned.slick-center .slide-img {
  border: 2px solid #c19c3a;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
#main .slick .slick-cloned.slick-center .slide-img img {
  opacity: 1;
}
#main .slick-prev,
#main .slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  cursor: pointer;
  color: transparent;
  border: none;
  opacity: 1;
  outline: none;
  background: transparent;
  z-index: 999;
  top: calc((100% - 30px)/2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main .slick-prev:before,
#main .slick-next:before {
  background: #999;
  width: 60px !important;
  height: 60px !important;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 599px) {
  #main .slick-prev:before,
  #main .slick-next:before {
    width: 45px !important;
    height: 45px !important;
  }
}
#main .slick-prev:before {
  background: url(../imgs/arrow_02.png) no-repeat;
  left: 20.625vw;
}
@media screen and (max-width: 599px) {
  #main .slick-prev:before {
    background: url(../imgs/arrow_02.png) no-repeat center;
    left: 20px;
  }
}
#main .slick-next:before {
  background: url(../imgs/arrow_03.png) no-repeat;
  right: 20.625vw;
}
@media screen and (max-width: 599px) {
  #main .slick-next:before {
    background: url(../imgs/arrow_03.png) no-repeat center;
    right: 20px;
  }
}
#main .slick-dots {
  bottom: -12px;
}
@media screen and (max-width: 599px) {
  #main .slick-dots {
    bottom: 2px;
  }
}
#main .slick-dots li.slick-active button {
  background-color: #e7cd8a;
  opacity: 1;
}
#main .slick-dots li button {
  background-color: #000;
  opacity: .3;
}
#main .text {
  margin: .28rem auto 0;
  width: 55.5555555556vw;
}
#main .text .slick-prev:before, #main .text .slick-next:before {
  display: none;
}
@media screen and (max-width: 959px) {
  #main .text {
    margin: .58rem auto 0;
  }
}
@media screen and (max-width: 599px) {
  #main .text {
    width: 100%;
    margin-top: 17px;
    padding: 0 3.125%;
  }
}
#main .text .box {
  opacity: 0;
  text-align: center;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  #main .text .box {
    display: block;
  }
}
#main .text .box .label {
  width: 30.625%;
  margin-right: 2.5%;
  height: .8rem;
  background: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 959px) {
  #main .text .box .label {
    height: 50px;
    width: 100%;
    font-size: 13px;
  }
}
#main .text .box .label p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#main .text .box .label + p {
  width: 66.875%;
  font-size: 15px;
  line-height: 1.8666666667;
  text-align: left;
}
@media screen and (max-width: 959px) {
  #main .text .box .label + p {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
  }
}
#main #dia {
  position: absolute;
  margin-top: calc(100vw * 170 / 1440);
}
@media screen and (max-width: 959px) {
  #main #dia {
    margin-top: calc(100vw * 150 / 1440);
  }
}
@media screen and (max-width: 599px) {
  #main #dia {
    margin-top: calc(100vw * 20 / 750);
  }
}
#main .block03Cover {
  position: relative;
}
#main .block03Cover::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f2f4), to(#fff));
  background: linear-gradient(#f1f2f4, #fff);
  z-index: 1;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}
@media screen and (max-width: 599px) {
  #main .block03Cover::before {
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
  }
}
#main .block03Cover.aos-animate::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
#main .block03 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 13.8888888889%;
  background: url("../imgs/bg_02_top.png") top center/contain no-repeat, url("../imgs/bg_02_bottom.png") bottom center/100% no-repeat;
}
#main .block03 .inner {
  background-image: url("../imgs/bg_02.png");
  background-position: center top 16.875vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 21.875vw;
  margin: 0 auto calc(-100vw * 3 / 1440);
}
#main .block03 .ttl {
  max-width: 1024px;
  margin: 0 auto .9rem;
}
#main .block03 .ttl img {
  max-width: 314px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #main .block03 .ttl img {
    max-width: 235.5px;
  }
}
#main .block03 .contentArea {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, white), to(#cbdeee));
  background: linear-gradient(-90deg, white 30%, #cbdeee 100%);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
  margin: .8rem auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #main .block03 .contentArea {
    padding: 88px;
  }
}
@media screen and (max-width: 1088px) {
  #main .block03 .contentArea {
    padding: 4.8611111111vw 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea {
    padding: 4.8611111111vw 3.1250666667vw;
  }
}
#main .block03 .contentArea img {
  width: auto;
  max-width: 100%;
}
#main .block03 .contentArea h3.ttl {
  border-bottom: 1px solid #c19c3a;
  padding-bottom: 3px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: normal;
  position: relative;
  margin-bottom: .4rem;
}
#main .block03 .contentArea h3.ttl img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 76px;
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea h3.ttl {
    font-size: 18px;
  }
}
#main .block03 .contentArea .contTxt.link {
  font-size: 0.18rem;
  color: #111;
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea .contTxt.link {
    font-size: 14px;
  }
}
#main .block03 .contentArea .contTxt.link .bold {
  font-weight: bold;
}
#main .block03 .contentArea .contTxt.link a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: underline;
  color: #0563d9;
}
#main .block03 .contentArea .link.table {
  font-size: 0.15rem;
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea .link.table {
    font-size: 12px;
  }
}
#main .block03 .contentArea .link.table table {
  margin-right: 20px;
  margin-left: auto;
  margin-top: 20px;
  font-size: 12px;
}
#main .block03 .contentArea .link.table th {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  vertical-align: middle;
  padding: 10px;
  line-height: 1;
  background: #a4a7b4;
  font-weight: normal;
}
#main .block03 .contentArea .link.table td {
  padding: 10px;
  line-height: 1;
  border: 1px solid #adadad;
  background-color: #fff;
}
#main .block03 .contentArea .link.table td a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: underline;
  color: #0563d9;
  line-height: 1;
}
#main .block03 .contentArea .link.table td .small {
  font-size: 80%;
}
#main .block03 .contentArea h4.sttl {
  font-size: .18rem;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: calc(0rem - (((.18rem * 1.5) - .18rem) / 2));
  margin-bottom: calc(0rem - (((.18rem * 1.5) - .18rem) / 2));
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea h4.sttl {
    font-size: 14px;
    margin-top: calc(0rem - (((14px * 1.5) - 14px) / 2));
    margin-bottom: calc(0rem - (((14px * 1.5) - 14px) / 2));
  }
}
#main .block03 .contentArea .contTxt {
  font-size: .15rem;
  line-height: 1.733333333;
  letter-spacing: .1em;
  margin-top: calc(.25rem - (((.15rem * 1.733333333) - .15rem) / 2));
  margin-bottom: calc(0rem - (((.15rem * 1.733333333) - .15rem) / 2));
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea .contTxt {
    font-size: 12px;
    margin-top: calc(12px - (((12px * 1.733333333) - 12px) / 2));
    margin-bottom: calc(0rem - (((12px * 1.733333333) - 12px) / 2));
  }
}
#main .block03 .contentArea .imageBox .imageTtl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: .18rem;
  line-height: .3rem;
  padding-left: .22rem;
  position: relative;
  margin-bottom: .2rem;
}
#main .block03 .contentArea .imageBox .imageTtl::before {
  content: '';
  width: .04rem;
  height: .3rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea .imageBox .imageTtl {
    font-size: 14px;
    line-height: 25px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  #main .block03 .contentArea .imageBox .imageTtl::before {
    width: 4px;
    height: 25px;
  }
}
#main .block03 .contentArea .imageBox.img01 {
  margin-top: .56rem;
}
#main .block03 .contentArea .imageBox.img01 .imageTtl::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbb069+0,f6e2ae+50,cbb069+100 */
  background: #cbb069;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#cbb069), color-stop(50%, #f6e2ae), to(#cbb069));
  background: linear-gradient(to bottom, #cbb069 0%, #f6e2ae 50%, #cbb069 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbb069', endColorstr='#cbb069',GradientType=0 );
  /* IE6-9 */
}
#main .block03 .contentArea .imageBox.img02 {
  margin-top: .5rem;
}
#main .block03 .contentArea .imageBox.img02 .imageTtl::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4a7b4+0,dadce5+50,a4a7b4+100 */
  background: #a4a7b4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a4a7b4), color-stop(50%, #dadce5), to(#a4a7b4));
  background: linear-gradient(to bottom, #a4a7b4 0%, #dadce5 50%, #a4a7b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a7b4', endColorstr='#a4a7b4',GradientType=0 );
  /* IE6-9 */
}
#main .block03 .contentArea .pcap {
  font-size: .12rem;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: calc(.19rem - (((.12rem * 1.5) - .12rem) / 2));
  margin-bottom: calc(0rem - (((.12rem * 1.5) - .12rem) / 2));
  text-align: right;
}
@media screen and (max-width: 599px) {
  #main .block03 .contentArea .pcap {
    font-size: 10px;
    margin-top: calc(10px - (((10px * 1.5) - 10px) / 2));
    margin-bottom: calc(0rem - (((10px * 1.5) - 10px) / 2));
    text-align: left;
  }
}
#main .block03 .contentArea + .contentArea {
  margin-top: 1.0rem;
}
#main .block04 {
  margin-top: calc(-100vw * 100 / 1440);
  padding-top: calc(100vw * 100 / 1440);
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 959px) {
  #main .block04 {
    margin-top: calc(-100vw * 270 / 1440);
    padding-top: calc(100vw * 270 / 1440);
  }
}
@media screen and (max-width: 599px) {
  #main .block04 {
    margin-top: calc(-100vw * 90 / 750);
    padding-top: calc(100vw * 90 / 750);
  }
}
#main .block04 .wrap {
  margin-top: 40px;
  padding: 0 3.125%;
}
#main .block04 .txtArea {
  font-size: 15px;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #main .block04 .txtArea {
    font-size: 12px;
  }
}
#main .block04 .cap {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}
#main .block04 .indent {
  padding-left: 1em;
  display: block;
}
#main .block04 h2.ttl {
  width: 100%;
  max-width: 307px;
}
@media screen and (max-width: 599px) {
  #main .block04 h2.ttl {
    max-width: 230.25px;
  }
}
#main .block04 .ttl + .txtArea {
  margin-top: 45px;
}
#main .block04 .ttlTxt {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  line-height: 1.3913043478;
  letter-spacing: 0.15em;
  font-weight: normal;
  margin-top: 45px;
  border-bottom: 1px solid #c19c3a;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #main .block04 .ttlTxt {
    font-size: 14px;
  }
}
#main .block04 .ttlTxt + .txtArea {
  margin-top: 30px;
}
#main .block04 .contactBox {
  border: 1px solid #111;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #main .block04 .contactBox {
    font-size: 14px;
  }
}
#main .block04 .contactBox h4 {
  color: #fff;
  background: #111;
  padding: 10px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  #main .block04 .contactBox h4 {
    font-size: 14px;
  }
}
#main .block04 .contactBox .inner {
  padding: 30px 10px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 599px) {
  #main .block04 .contactBox .inner {
    font-size: 14px;
  }
  #main .block04 .contactBox .inner .space {
    display: none;
  }
}
#main .block04 .contactBox .inner .b {
  font-weight: bold;
}
#main .block04 .contactBox .inner .tel {
  margin-top: 10px;
}
#main .block04 .contactBox .inner .tel a {
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  #main .block04 .contactBox .inner .tel a {
    pointer-events: auto;
  }
}

#main .block05 {
  padding-bottom: 150px;
}
@media screen and (max-width: 599px) {
  #main .block05 {
    padding-bottom: 60px;
  }
}
#main .block05 .contentArea {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #cbdeee), to(white));
  background: linear-gradient(-90deg, #cbdeee 30%, white 100%);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  #main .block05 .contentArea {
    padding: 88px;
  }
}
@media screen and (max-width: 1088px) {
  #main .block05 .contentArea {
    padding: 4.8611111111vw 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  #main .block05 .contentArea {
    padding: 4.8611111111vw 3.1250666667vw;
  }
}
#main .block05 .contentArea img {
  width: auto;
  max-width: 100%;
}
.leaflet {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media screen and (max-width: 959px) {
  .leaflet {
    display: block;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
  }
}
.leaflet .leaflet__btn {
  text-align: center;
}
/* .leaflet .leaflet__btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25%;
  margin-top: -4px;
} */

.leaflet .leaflet__btn .btnTxt {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.leaflet .leaflet__btn .btnTxt .big {
  font-size: 23px;
  margin-bottom: 5px;
}
.leaflet .leaflet__btn .btnTxt .small {
  position: relative;
  font-size: 16px;
  margin-right: 30px;
  font-weight: 400;
  vertical-align: baseline;
}
.leaflet .leaflet__btn .btnTxt .small img {
  vertical-align: baseline;
}


@media screen and (max-width: 959px) {
  .leaflet .leaflet__btn {
    margin: 33px auto 0;
    width: 100%;
  }
  .leaflet .leaflet__btn .btnTxt {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1.4;
    font-weight: 500;
  }
  .leaflet .leaflet__btn .btnTxt .big {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .leaflet .leaflet__btn .btnTxt .small {
    position: relative;
    font-size: 12px;
    margin-right: 30px;
    font-weight: 400;
  }
  
}

@media screen and (max-width: 599px) {
  .leaflet .leaflet__btn {
    margin: 33px auto 0;
    width: 100%;
  }
  .leaflet .leaflet__btn .btnTxt {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 1.4;
    font-weight: 500;
  }
  .leaflet .leaflet__btn .btnTxt .big {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .leaflet .leaflet__btn .btnTxt .small {
    position: relative;
    font-size: 12px;
    margin-right: 30px;
    font-weight: 400;
  }
  
}

.leaflet .leaflet__link {
  position: relative;
  width: 560px;
  transition: .5s;
}
@media screen and (min-width: 600px) {
  .leaflet .leaflet__link:hover {
    opacity: .7;
  }
}



.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 80%;
  max-width: 1024px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .popup-inner {
    width: 93.75%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.close-btn span {
  font-size: 20px;
  color: #fff;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.guide_formation {
  cursor: pointer;
  margin: .28rem auto 0;
  width: 55.5555555556vw;
  text-align: right;
  font-size: 15px;
  line-height: 1.8666666667;
  text-decoration: underline;
  color: #0563d9;
}
@media screen and (max-width: 599px) {
  .guide_formation {
    width: auto;
    font-size: 12px;
    margin-top: 17px;
    padding: 0 3.125%;
  }
}

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