@charset "UTF-8";

/* line 12, ../_scss/index.scss */
body {
  position: relative;
}

.site-container {
  overflow: hidden;
}

/* line 16, ../_scss/index.scss */
.scale_on {
  animation: skl 1s;
  animation-delay: 0.5s;
}

/* line 22, ../_scss/index.scss */
.skip-title .scale_on {
  animation: skl1 1s;
  animation-delay: 1.5s;
}

/* line 28, ../_scss/index.scss */
.nine-title-wrapper .scale_on {
  animation: skl1 1s;
  animation-delay: 0.1s;
}

@keyframes skl {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes skl1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes skl2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.125);
  }

  100% {
    transform: scale(1);
  }
}

/* line 118, ../_scss/index.scss */
.indexkv-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}

/* line 124, ../_scss/index.scss */
.indexkv {
  position: relative;
  margin: 0 auto;
}

.indexkv-img {
  height: 562px;
}

/* line 128, ../_scss/index.scss */
.indexkv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 133, ../_scss/index.scss */
.kv-logo {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

/* line 139, ../_scss/index.scss */
.kv-logo img {
  width: 215px;
  margin: 14px 14px 12px 14px;
}

/* line 145, ../_scss/index.scss */
.kv-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 29, 82, 0.8);
  width: 625px;
  height: auto;
  padding: 31px 0 17px;
}

/* line 156, ../_scss/index.scss */
.kv-box .kv-img {
  width: 100%;
  margin: 0px auto;
}

/* line 160, ../_scss/index.scss */
.kv-box .kv-img img {
  width: 100%;
}

/* line 167, ../_scss/index.scss */
.scroll {
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(-50%, -50%);
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
}

/* line 179, ../_scss/index.scss */
.scroll span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  font-size: 10px;
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* line 229, ../_scss/index.scss */
.marker-animation {
  background-image: linear-gradient(to right, transparent 50%, #fde250 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}

/* line 230, ../_scss/index.scss */
.marker-animation.active {
  background-position: -100% 0.7em;
}

/* line 246, ../_scss/index.scss */
.point-box {
  display: block;
  margin-bottom: 90px;
}

/* line 250, ../_scss/index.scss */
.point-box:last-child {
  margin-bottom: 0px;
}

/* line 255, ../_scss/index.scss */
.circle-text1,
.circle-text2 {
  text-align: center;
  color: #e17f4b;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

/* line 263, ../_scss/index.scss */
.circle-text1 span,
.circle-text2 span {
  opacity: 0;
  position: absolute;
  top: 10px;
  transform-origin: bottom center;
  height: 100px;
}

/* line 271, ../_scss/index.scss */
.circle-text1 span:nth-child(1),
.circle-text2 span:nth-child(1) {
  transform: rotate(-15deg);
  top: 8px;
}

/* line 276, ../_scss/index.scss */
.circle-text1 span:nth-child(2),
.circle-text2 span:nth-child(2) {
  transform: rotate(-8deg);
  top: 3.5px;
}

/* line 281, ../_scss/index.scss */
.circle-text1 span:nth-child(3),
.circle-text2 span:nth-child(3) {
  transform: rotate(1deg);
  top: 3px;
}

/* line 286, ../_scss/index.scss */
.circle-text1 span:nth-child(4),
.circle-text2 span:nth-child(4) {
  transform: rotate(5deg);
  top: 4px;
}

/* line 291, ../_scss/index.scss */
.circle-text1 span:nth-child(5),
.circle-text2 span:nth-child(5) {
  transform: rotate(13deg);
  top: 8px;
}

/* line 296, ../_scss/index.scss */
.swiper-container {
  text-align: center;
  cursor: grab;
}

/* line 300, ../_scss/index.scss */
.swiper-container:active {
  cursor: grabbing;
}

/* line 304, ../_scss/index.scss */
.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 311, ../_scss/index.scss */
#thumbs,
.thumbnail {
  height: 10%;
  box-sizing: border-box;
  padding: 10px 0;
}

/* line 320, ../_scss/index.scss */
#thumbs .swiper-slide {
  width: 15.2%;
  height: auto;
  cursor: grab;
  border: 4px solid transparent;
}

/* line 328, ../_scss/index.scss */
.thumbnail .swiper-slide {
  width: 15.2%;
  height: auto;
  cursor: grab;
  border: 4px solid transparent;
}

/* line 335, ../_scss/index.scss */
#thumbs .swiper-slide:active,
.thumbnail .swiper-slide:active {
  cursor: grabbing;
}

/* line 339, ../_scss/index.scss */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 347, ../_scss/index.scss */
.modal__bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 214748366;
}

/* line 355, ../_scss/index.scss */
.modal__content {
  background: #fff;
  left: 50%;
  padding: 30px 30px 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 95%;
  border: #10345a 5px solid;
  z-index: 2147483647;
}

/* line 368, ../_scss/index.scss */
.modal-inner {
  width: 100%;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

/* .modal-inner::-webkit-scrollbar {
	display: none;
} */
/* slide-box */
/* line 385, ../_scss/index.scss */
.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */
/* line 393, ../_scss/index.scss */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 398, ../_scss/index.scss */
.slide .item {
  position: relative;
  height: 100%;
}

/* line 402, ../_scss/index.scss */
.slide .item a {
  display: block;
}

/* line 406, ../_scss/index.scss */
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}

/* line 412, ../_scss/index.scss */
.slide .item .image {
  position: relative;
  overflow: hidden;
}

/* line 417, ../_scss/index.scss */
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

/* line 428, ../_scss/index.scss */
.slide>.slick-list {
  position: relative;
  height: 100%;
}

/* line 432, ../_scss/index.scss */
.slide>.slick-list>.slick-track {
  position: relative;
  height: 100%;
}

/* line 436, ../_scss/index.scss */
.slide>.slick-list>.slick-track>.slick-slide>div {
  position: relative;
  height: 100%;
}

/* slide-navigation */
/* line 446, ../_scss/index.scss */
.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 452, ../_scss/index.scss */
.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

/* line 456, ../_scss/index.scss */
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 464, ../_scss/index.scss */
.slide-navigation .item .image::before {
  display: block;
  padding-top: 35%;
  content: "";
}

/* line 470, ../_scss/index.scss */
.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

/* line 484, ../_scss/index.scss */
.slide-navigation .slick-current .image {
  border: 3px solid #df644c;
}

/* line 485, ../_scss/index.scss */
.slide-navigation .slick-current .image::after {
  opacity: 0;
}

/* line 492, ../_scss/index.scss */
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}

/* line 496, ../_scss/index.scss */
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {

  /* line 509, ../_scss/index.scss */
  .slide-navigation {
    width: 100%;
  }

  /* line 512, ../_scss/index.scss */
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}

/* slick */
/* line 520, ../_scss/index.scss */
.slick-vertical .slick-slide {
  border: 0 solid transparent;
}

/* line 524, ../_scss/index.scss */
.slick-arrow {
  z-index: 999;
}

/* line 528, ../_scss/index.scss */
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}

/* line 536, ../_scss/index.scss */
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

/* line 544, ../_scss/index.scss */
#section1 {
  padding-bottom: 40px;
}

#section1 .inner {
  max-width: 850px;
}

.first-flex {
  margin-block: 80px 40px;
}

/* line 548, ../_scss/index.scss */
.first-flex .first_box {
  width: 100%;
  display: block;
}

.first-flex .first_box:nth-child(1) {
  margin-bottom: 40px;
}

.first-flex .first_box+.first_box .first_box-inner .first-flex-text {
  width: 67%;
}

/* line 553, ../_scss/index.scss */
.first_box-inner {
  margin-bottom: 20px;
  padding: 22px 30px 0;
  align-items: center;
}

/* line 558, ../_scss/index.scss */
.first_box-inner .first-flex-img {
  width: 30.46%;
  margin-left: 16px;
}

.first_box-inner .first-flex-img:has(.book) {
  margin-left: 0;
}

/* line 561, ../_scss/index.scss */
.first_box-inner .first-flex-img img {
  width: 100%;
}

/* line 565, ../_scss/index.scss */
.first_box-inner .first-flex-img .book {
  width: 73.59%;
  margin-left: 10px;
}

/* line 571, ../_scss/index.scss */
.first_box-inner .first-flex-text {
  width: 58%;
}

/* line 574, ../_scss/index.scss */
.first_box-inner .first-flex-text p {
  font-size: 17px;
  line-height: 1.411;
  font-weight: bold;
  letter-spacing: 0.17em;
}

/* line 582, ../_scss/index.scss */
.first_btn {
  width: 90%;
  height: 80px;
  margin: 0 auto 20px;
}

/* line 587, ../_scss/index.scss */
.first_btn a {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #e17f4b;
  padding: 8px 20px 2px 76px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 21px;
  line-height: 1.19;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

/* line 601, ../_scss/index.scss */
.first_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20%;
  width: 38px;
  height: 5px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}

/* line 616, ../_scss/index.scss */
.first_btn a:hover::after {
  width: 50px;
  right: 6%;
}

/* line 623, ../_scss/index.scss */
.navy a {
  background-color: #10345a;
  padding: 18px 20px 18px 46px;
}

.navy a:after {
  top: 50%;
  right: 12%;
}

.banner-campaign_slide {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .banner-campaign_slide {
    max-width: 700px;
  }
}

/* キャンペーンバナー */
.photo_banner_sns .banner {
  display: block;
}

.photo_banner_sns .notice-text1 {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 7px;
}

.photo_banner {
  margin: 10vw auto;
}

.photo_banner_sns {
  margin: 10vw 10px 20px;
}

.photo_banner_sns .notice-text1 {
  font-size: 11px;
}

.photo_banner .title {
  margin-bottom: 2em;
}

.photo_banner {
  max-width: 100%;
  margin: 0 auto 6em;
  width: 100%;
}

@media (max-width: 769px) {
  .photo_banner {
    width: 100%;
    padding: 0 10px;
  }
}

/* バナーのスライダー追加実装 */
.banner-campaign_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}

ul.banner-campaign_slide .slick-dots {
  bottom: 11%;
}

@media (max-width: 768px) {
  ul.banner-campaign_slide .slick-dots {
    bottom: 12.5%;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.banner-campaign-arrows {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  bottom: 55px;
}

.banner-campaign-arrows .slick-next {
  right: 27% !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  border-top: solid 3px #989899 !important;
  border-right: solid 3px #989899 !important;
  transform: rotate(45deg) !important;
}

@media (max-width: 768px) {
  .banner-campaign-arrows .slick-next {
    right: 6% !important;
    width: 15px !important;
    height: 15px !important;
  }
}

.banner-campaign-arrows .slick-prev {
  left: 27% !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  border-top: solid 3px #989899 !important;
  border-right: solid 3px #989899 !important;
  transform: rotate(225deg) !important;
}

@media (max-width: 768px) {
  .banner-campaign-arrows .slick-prev {
    left: 6% !important;
    width: 15px !important;
    height: 15px !important;
  }
}

/* バナーのスライダー追加実装 ドットページネーション*/
.banner-campaign_slide li img {
  width: 100%;
}

.banner-campaign_slide .slick-dots li button:before {
  content: "";
  background-color: #989899;
  border-radius: 50%;
  opacity: 1 !important;
  width: 8px;
  height: 8px;
}

.banner-campaign_slide .slick-dots li.slick-active button:before,
.wk_slider .slick-dots li.slick-active button:before {
  background-color: #ac1d20;
}

.banner-campaign_slide .slick-dots li,
.banner-campaign_slide .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.banner-campaign_slide .slick-dots li {
  margin: 0.718em;
}

/* ↑ここまでバナーのスライダー追加実装 */
/* line 628, ../_scss/index.scss */
#second {
  background-color: #eee;
}

/* line 632, ../_scss/index.scss */
#section2 {
  padding: 60px 80px;
}

#section2 .inner {
  text-align: center;
}

/* line 637, ../_scss/index.scss */
#second .title-wrapper {
  margin: 0 auto 30px;
  text-align: center;
  display: table;
}

/* line 641, ../_scss/index.scss */
#second .title-wrapper h2 {
  font-size: 28px;
  line-height: 1.75;
  font-weight: bold;
  color: #0d335b;
  text-align: left;
  /* text-align: center; */
}

#second .title-wrapper h2 span {
  position: relative;
}

#second .title-wrapper h2 span .abs {
  position: absolute;
  right: -5px;
  top: -75%;
  font-size: 14px;
}

#second .title-wrapper h2 span.big {
  font-size: 54px;
  margin-inline: 5px;
}

#second .title-wrapper h2 span.big small {
  font-size: 32px;
}

/* line 647, ../_scss/index.scss */
#second .title-wrapper h2 .house {
  height: 70px;
}

/* line 653, ../_scss/index.scss */
#second .scale {
  height: 60px;
  padding-bottom: 10px;
  vertical-align: -13px;
}

@media screen and (max-width: 768px) {
  #second .scale {
    width: 20.53333333vw;
    height: initial;
    padding-bottom: 0;
    vertical-align: 0;
  }
}

/* line 661, ../_scss/index.scss */
.second-flex .second-img {
  width: 33.825%;
  margin-left: 37px;
}

@media screen and (max-width: 768px) {
  .second-flex .second-img {
    width: 42.4vw;
    margin: 0 auto 5.6vw;
  }
}

/* line 664, ../_scss/index.scss */
.second-flex .second-img img {
  width: 100%;
}

/* line 669, ../_scss/index.scss */
.second-flex .second-text {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 672, ../_scss/index.scss */
.second-flex .second-text p {
  font-size: 18px;
  letter-spacing: 0.19em;
  font-weight: bold;
  line-height: 1.6667;
}

/* line 678, ../_scss/index.scss */
.second-flex .second-text small {
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 2;
  padding-top: 10px;
}

/* line 687, ../_scss/index.scss */
#third {
  margin-top: 70px;
  margin-bottom: 140px;
  width: 100%;
}

/* line 692, ../_scss/index.scss */
#third #section3 {
  position: relative;
  padding: 60px 0 70px;
}

#third #section3::before {
  content: "";
  display: block;
  width: 70.3125%;
  min-width: 800px;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f5f5f8;
}

@media screen and (max-width: 768px) {
  #third #section3::before {
    width: 92vw;
    min-width: initial;
  }
}

@media screen and (max-width: 768px) {
  #third #section3 {
    padding: 8vw 0 12vw;
  }
}

#third #section3 .inner {
  max-width: 850px;
  position: relative;
}

/* line 701, ../_scss/index.scss */
.ab-title {
  position: absolute;
  top: -135px;
}

/* line 706, ../_scss/index.scss */
.third-ab {
  left: 0;
}

/* line 709, ../_scss/index.scss */
.third-ab img {
  width: 320px;
}

/* line 718, ../_scss/index.scss */
.third-title {
  width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* line 722, ../_scss/index.scss */
.border-longer {
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
}

/* line 777, ../_scss/index.scss */
.border-longer img {
  padding-bottom: 20px;
}

/* line 781, ../_scss/index.scss */
.wavy {
  text-decoration: #e16347 wavy underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  -webkit-text-decoration: #e16347 wavy underline;
}

/* line 797, ../_scss/index.scss */
.third-flex .third-img {
  max-width: 480px;
}

/* line 801, ../_scss/index.scss */
.third-flex .third-img img {
  width: 100%;
}

/* line 806, ../_scss/index.scss */
.third-flex .third-text-box {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 418px;
  width: 100%;
  margin-left: -50px;
  padding: 20px 30px 18px 32px;
}

/* line 811, ../_scss/index.scss */
.third-flex .third-text-box p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

.third-flex {
  margin-top: -11px;
  margin-bottom: 60px;
}

/* line 824, ../_scss/index.scss */
.third-box-title {
  text-align: center;
}

/* line 828, ../_scss/index.scss */
.third-box-title h3 img {
  width: 278px;
  margin: 0 auto 10px;
}

/* line 833, ../_scss/index.scss */
.third-box-title h3 p img {
  width: 326px;
  margin: 0 auto 6px;
}

/* line 844, ../_scss/index.scss */
.third-box-inner {
  width: 90%;
  margin: 0 auto;
  border: 8px solid #10345a;
  border-bottom: none;
  padding: 25px 30px 25px 50px;
}

/* line 851, ../_scss/index.scss */
.third-box-inner:last-child {
  border-bottom: 8px solid #10345a;
}

/* line 855, ../_scss/index.scss */
.third-box-inner .third-num {
  width: 5%;
}

/* line 858, ../_scss/index.scss */
.third-box-inner .third-num img {
  width: 100%;
}

/* line 862, ../_scss/index.scss */
.third-box-inner .third-num .one {
  width: 60%;
}

/* line 867, ../_scss/index.scss */
.third-box-inner .third-icon {
  width: 12.5%;
}

/* line 870, ../_scss/index.scss */
.third-box-inner .third-icon img {
  width: 100%;
}

/* line 875, ../_scss/index.scss */
.third-box-inner .third-box-text {
  width: 75%;
}

/* line 878, ../_scss/index.scss */
.third-box-inner .third-box-text p {
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 2;
}

.third-box-img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .third-box-img {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}

/* line 886, ../_scss/index.scss */
#section4 {
  width: 90%;
  margin: 0px auto 150px 0;
  background-color: #f2f4fa;
  position: relative;
  padding: 80px 0 10px;
}

/* line 894, ../_scss/index.scss */
.four-ab {
  right: -5%;
  top: -90px;
}

/* line 898, ../_scss/index.scss */
.four-ab img {
  width: 400px;
}

/* line 904, ../_scss/index.scss */
#section4 .third-flex {
  flex-direction: row-reverse;
  margin: -10px -5% 90px 20px;
}

/* line 909, ../_scss/index.scss */
#section4 .third-img {
  margin-left: 0px;
  margin-right: -3%;
}

/* line 914, ../_scss/index.scss */
#section4 .third-text-box {
  margin-left: 0;
  margin-right: -10%;
  z-index: 1;
}

/* line 920, ../_scss/index.scss */
#section4 .title-wrapper {
  width: 110%;
  overflow: hidden;
}

/* line 926, ../_scss/index.scss */
.four-title {
  width: 650px;
}

/* line 931, ../_scss/index.scss */
_::-webkit-full-page-media,
_:future {
  margin-bottom: 40px;
}

/* line 936, ../_scss/index.scss */
:root .four-title {
  margin-bottom: 40px;
}

/* line 940, ../_scss/index.scss */
#section4 .border-longers::after {
  transform: translateY(85px);
}

/* line 944, ../_scss/index.scss */
#section5 {
  position: relative;
  padding: 80px 0 65px;
  margin-bottom: 40px;
}

#section5::before {
  content: "";
  display: block;
  width: 70.3125%;
  min-width: 800px;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fdf6f2;
}

@media screen and (max-width: 768px) {
  #section5::before {
    width: 92vw;
    min-width: initial;
  }
}

#section5 .inner {
  position: relative;
  max-width: 850px;
}

/* line 952, ../_scss/index.scss */
.five-ab {
  top: -148px;
  left: 0;
}

/* line 956, ../_scss/index.scss */
.five-ab img {
  width: 394px;
}

/* line 965, ../_scss/index.scss */
.five-title {
  width: 460px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* line 982, ../_scss/index.scss */
#section5 .third-flex {
  margin-bottom: 0;
  margin-left: 0;
  padding: 44px 0 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  #section5 .third-flex {
    padding: 6.9333333333vw 0 8vw;
  }
}

#section5 .third-flex .design_boxTxt {
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  #section5 .third-flex .design_boxTxt {
    font-size: 3.7333333333vw;
    line-height: 1.571;
    letter-spacing: 0.19em;
    margin-bottom: 4vw;
  }
}

#section5 .third-flex .third-img {
  margin-right: 30px;
  max-width: 568px;
  margin-left: -74px;
}

@media only screen and (max-width: 880px) {
  #section5 .third-flex .third-img {
    max-width: 494px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #section5 .third-flex .third-img {
    max-width: 95.7333333333vw;
    width: 101.2%;
    margin: 0 1.6vw 6.1333333333vw -2.6666666667vw;
  }

  #section5 .third-flex .third-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#section5 .third-flex .third-text-box {
  padding: 0 0 0;
  max-width: calc(100% - 524px);
  margin-left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #section5 .third-flex .third-text-box {
    max-width: 100%;
    margin: 0;
    text-align: center;
    background-color: transparent;
  }
}

#section5 .third-flex .third-text-box h3 {
  font-size: 27px;
  margin-bottom: 24px;
  color: #e37f44;
  line-height: 1.3;
  letter-spacing: 0.07em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #section5 .third-flex .third-text-box h3 {
    font-size: 5.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

#section5 .third-flex .third-text-box h3 small {
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  #section5 .third-flex .third-text-box h3 small {
    font-size: 4.2666666667vw;
  }
}

#section5 .third-flex .third-text-box p {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  #section5 .third-flex .third-text-box p {
    padding-right: 0;
  }
}

#section5 .third-flex .merit-box {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding-top: 20px;
}

@media only screen and (max-width: 880px) {
  #section5 .third-flex .merit-box {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #section5 .third-flex .merit-box {
    flex-direction: column;
    align-items: center;
    padding-top: 12vw;
    gap: 11.7333333333vw;
  }
}

#section5 .third-flex .merit-box li {
  max-width: 244px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #section5 .third-flex .merit-box li {
    max-width: 89.3333333333vw;
  }
}

#section5 .third-flex .merit-box li .ttl {
  background-color: #e37f44;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 9px 0px;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 768px) {
  #section5 .third-flex .merit-box li .ttl {
    font-size: 4.5333333333vw;
    padding: 4.2666666667vw 0;
    line-height: 1.4;
  }
}

#section5 .third-flex .merit-box li .num {
  position: absolute;
  width: 70px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  #section5 .third-flex .merit-box li .num {
    width: 23.4666666667vw;
    top: -7.6vw;
  }
}

#section5 .third-flex .merit-box li:nth-child(3) .ttl {
  letter-spacing: 0.04em;
}

#section5 .third-flex .merit-box li img {
  width: 100%;
}

/* line 987, ../_scss/index.scss */
#section5 .third-text-box {
  position: relative;
}

#section5 .third-text-box p {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #section5 .third-text-box p {
    text-align: center;
  }
}

/* line 992, ../_scss/index.scss */
.five-flex-box {
  position: absolute;
  right: -20px;
  bottom: -40px;
}

/* line 997, ../_scss/index.scss */
.five-flex-box img {
  width: 200px;
}

/* line 1001, ../_scss/index.scss */
.five-flex-box .two {
  width: 300px;
  padding-left: 5px;
}

/* line 1007, ../_scss/index.scss */
.bgleft {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px 10px 0px;
  text-align: center;
  outline: none;
  transition: ease 0.5s;
}

/* line 1018, ../_scss/index.scss */
.btns span {
  opacity: 0;
}

/* line 1023, ../_scss/index.scss */
.bgleft span {
  position: relative;
  z-index: 3;
  display: flex;
  opacity: 0;
  animation: bgopa 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  align-items: flex-start;
}

/* line 1032, ../_scss/index.scss */
.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e17f4b;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  animation: bg 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  opacity: 0;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }

  30% {
    transform: scaleX(1) translateX(0);
  }

  100% {
    transform: scaleX(1) translateX(0);
  }

  30%,
  100% {
    opacity: 1;
  }
}

@keyframes bgopa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* line 1081, ../_scss/index.scss */
.skip {
  position: relative;
}

/* line 1086, ../_scss/index.scss */
.skip-title {
  text-align: center;
}

/* line 1089, ../_scss/index.scss */
.skip-title img {
  width: 356px;
  margin: 0 auto 30px;
}

/* line 1095, ../_scss/index.scss */
.skip-flex {
  max-width: 700px;
  margin: 0 auto;
  border: 5px solid #e17f4b;
}

/* line 1099, ../_scss/index.scss */
.skip-flex-text {
  width: 52.5%;
}

@media screen and (max-width: 768px) {
  .skip-flex-text {
    width: 100%;
  }
}

/* line 1102, ../_scss/index.scss */
.skip-flex-text p {
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .skip-flex-text p {
    padding: 1.8666666667vw 2.6666666667vw 1.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.8076;
    letter-spacing: 0.19em;
  }
}

/* line 1110, ../_scss/index.scss */
.skip-flex-img {
  width: 47.5%;
}

/* line 1113, ../_scss/index.scss */
.skip-flex-img img {
  width: 100%;
}

/* line 1118, ../_scss/index.scss */
.skip-abso {
  position: absolute;
  bottom: -60%;
  left: 25%;
  width: 560px;
}

/* line 1125, ../_scss/index.scss */
#six {
  background-color: #fdf6f2;
  padding: 60px 0 0;
}

#six .inner {
  max-width: 775px;
}

/* line 1129, ../_scss/index.scss */
#six .point-box {
  background-color: #fff;
  padding: 58px 30px 45px;
  position: relative;
}

/* line 1137, ../_scss/index.scss */
.point-num {
  margin: -120px auto 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .point-num {
    margin: 0 auto 0;
  }
}

/* line 1142, ../_scss/index.scss */
.point-box2 .point-num {
  margin: -120px auto 40px;
  text-align: center;
}

/* line 1161, ../_scss/index.scss */
.point-num img {
  width: 60px;
  margin: 0px auto;
}

/* line 1166, ../_scss/index.scss */
.point-box-title {
  width: 472px;
  margin: 0 auto 40px;
}

/* line 1171, ../_scss/index.scss */
.tab-panel {
  height: 100%;
  width: 97.904%;
  margin: 0 auto;
}

/* line 1177, ../_scss/index.scss */
.tab-group {
  display: flex;
  justify-content: space-between;
  width: 97.5%;
  margin: 0 auto;
  align-items: end;
}

/* line 1184, ../_scss/index.scss */
.tab {
  padding: 5px 0px 5.5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 25.75%;
  color: #fff;
  font-size: 15px;
  border-top-right-radius: 11.9257px;
  border-top-left-radius: 11.9257px;
  font-weight: bold;
  transition: none;
  letter-spacing: 0.03em;
  margin: 0 4px 0 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab.tab-B,
.tab.tab-C {
  letter-spacing: -0.03em;
  white-space: nowrap;
}

/* line 1203, ../_scss/index.scss */
.tab-group .tab-A {
  background-color: #fd7d82;
}

/* line 1207, ../_scss/index.scss */
.tab-group .tab-B {
  background-color: #fdbe2d;
}

/* line 1211, ../_scss/index.scss */
.tab-group .tab-C {
  background-color: #a1c985;
}

/* line 1215, ../_scss/index.scss */
.tab-group .tab-D {
  background-color: #60bb8b;
}

.tab-group .tab-E {
  background-color: #6fbee2;
}

.tab-group .tab-F {
  background-color: #a07dbb;
}

/* line 1220, ../_scss/index.scss */
.panel-group {
  height: auto;
  border-top: none;
}

/* line 1224, ../_scss/index.scss */
.panel-group .tab-A {
  border: 8px solid #fd7d82;
}

@media screen and (max-width: 768px) {
  .panel-group .tab-A {
    border: 0.6666666667vw solid #fd7d82;
  }
}

/* line 1228, ../_scss/index.scss */
.panel-group .tab-B {
  border: 8px solid #fdbe2d;
}

@media screen and (max-width: 768px) {
  .panel-group .tab-B {
    border: 0.6666666667vw solid #fdbe2d;
  }
}

/* line 1232, ../_scss/index.scss */
.panel-group .tab-C {
  border: 8px solid #a1c985;
}

@media screen and (max-width: 768px) {
  .panel-group .tab-C {
    border: 0.6666666667vw solid #a1c985;
  }
}

/* line 1236, ../_scss/index.scss */
.panel-group .tab-D {
  border: 8px solid #60bb8b;
}

@media screen and (max-width: 768px) {
  .panel-group .tab-D {
    border: 0.6666666667vw solid #60bb8b;
  }
}

.panel-group .tab-E {
  border: 8px solid #6fbee2;
}

@media screen and (max-width: 768px) {
  .panel-group .tab-E {
    border: 0.6666666667vw solid #6fbee2;
  }
}

.panel-group .tab-F {
  border: 8px solid #a07dbb;
}

@media screen and (max-width: 768px) {
  .panel-group .tab-F {
    border: 0.6666666667vw solid #a07dbb;
  }
}

/* line 1241, ../_scss/index.scss */
.panel {
  display: none;
  height: auto;
}

/* line 1246, ../_scss/index.scss */
.tab.is-active {
  min-height: 70px;
}

@media screen and (max-width: 768px) {
  .tab.is-active {
    min-height: 24vw;
  }
}

/* line 1253, ../_scss/index.scss */
/* line 1258, ../_scss/index.scss */
/* line 1262, ../_scss/index.scss */
/* line 1267, ../_scss/index.scss */
.panel.is-show {
  display: block;
  height: auto;
}

/* line 1272, ../_scss/index.scss */
.tab-area-wrapper {
  padding: 20px 21px 26px;
}

/* line 1276, ../_scss/index.scss */
.tab-area-flex {
  flex-direction: column;
  justify-content: initial;
}

/* line 1280, ../_scss/index.scss */
.tab-area-flex-item-img {
  width: 100%;
}

/* line 1283, ../_scss/index.scss */
.tab-area-flex-item-img img {
  width: 100%;
}

/* line 1288, ../_scss/index.scss */
.tab-area-flex-item {
  width: 98.624%;
  margin-bottom: 21px;
  position: relative;
  background: rgba(255, 229, 230, 0.85);
}

/* line 1294, ../_scss/index.scss */
.tab-area-flex-item .text {
  padding: 20px 0px;
}

/* line 1297, ../_scss/index.scss */
.tab-area-flex-item .text p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tab-area-flex-item .text p {
    font-size: 3.4666666667vw;
    line-height: 1.807;
    letter-spacing: 0.19em;
  }
}

/* line 1304, ../_scss/index.scss */
.tab-area-flex-item img {
  width: 118px;
  position: absolute;
  top: 50%;
  right: -7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 1315, ../_scss/index.scss */
.tf2 {
  margin-top: -3%;
  margin-right: 3%;
  justify-content: end;
  flex-direction: row-reverse;
}

/* line 1321, ../_scss/index.scss */
.tf2 .tab-area-flex-item {
  margin-right: -5%;
  margin-left: 0;
}

/* line 1325, ../_scss/index.scss */
.tf2 .tab-area-flex-item .text {
  padding: 30px 0px 30px 200px;
}

/* line 1329, ../_scss/index.scss */
.tf2 .tab-area-flex-item img {
  right: initial;
  left: -7%;
}

/* line 1338, ../_scss/index.scss */
.panel-group .tab-A .tf2 .tab-area-flex-item .text {
  padding-left: 136px;
}

@media screen and (max-width: 768px) {

  /* line 1338, ../_scss/index.scss */
  .panel-group .tab-A .tf2 .tab-area-flex-item .text {
    padding: 0;
    padding-left: 10px;
  }
}

/* line 1345, ../_scss/index.scss */
.panel-group .tab-A .tab-area-flex-item img {
  right: -13%;
}

@media screen and (max-width: 768px) {

  /* line 1345, ../_scss/index.scss */
  .panel-group .tab-A .tab-area-flex-item img {
    right: -9%;
  }
}

/* line 1353, ../_scss/index.scss */
/* line 1357, ../_scss/index.scss */
.panel-group .tab-B .tf2 {
  margin-top: 0%;
}

/* line 1361, ../_scss/index.scss */
.panel-group .tab-B .tab-area-flex-item {
  background: rgba(255, 242, 213, 0.85);
}

/* line 1365, ../_scss/index.scss */
/* line 1369, ../_scss/index.scss */
.panel-group .tab-B .tf2 .tab-area-flex-item .text {
  padding: 20px 20px 20px 150px;
}

/* line 1375, ../_scss/index.scss */
/* line 1379, ../_scss/index.scss */
.panel-group .tab-D .tf2 {
  margin-top: 0%;
}

/* line 1383, ../_scss/index.scss */
.panel-group .tab-D .tab-area-flex-item {
  background: rgba(96, 187, 139, 0.2);
}

/* line 1387, ../_scss/index.scss */
/* line 1391, ../_scss/index.scss */
.panel-group .tab-D .tf2 .tab-area-flex-item .text {
  padding: 20px 20px 20px 150px;
}

/* line 1397, ../_scss/index.scss */
.panel-group .tab-C .tf2 {
  margin-top: -1%;
}

/* line 1400, ../_scss/index.scss */
.panel-group .tab-C .tf2 .tab-area-flex-item .text {
  padding: 30px 0px 30px 140px;
}

/* line 1405, ../_scss/index.scss */
.panel-group .tab-C .tab-area-flex-item {
  background: rgba(161, 201, 133, 0.2);
}

.panel-group .tab-E .tab-area-flex-item {
  background: rgba(111, 190, 226, 0.2);
}

.panel-group .tab-F .tab-area-flex-item {
  background: rgba(160, 125, 187, 0.2);
}

/* line 1411, ../_scss/index.scss */
#six .point-box2 {
  margin-top: 20px;
  padding: 70px 0 30px;
}

/* line 1416, ../_scss/index.scss */
.point-flex {
  margin-bottom: 30px;
  align-items: flex-start;
}

/* line 1420, ../_scss/index.scss */
.point-flex .point-box-img {
  max-width: 372px;
  width: 100%;
  margin-left: -38px;
}

/* line 1423, ../_scss/index.scss */
.point-flex .point-box-img img {
  width: 100%;
}

/* line 1428, ../_scss/index.scss */
.point-flex .point-big-text {
  width: 50%;
  margin-right: 2%;
  padding-right: 35px;
}

/* line 1432, ../_scss/index.scss */
.point-flex .point-big-text h3 {
  font-size: 27px;
  color: #e17f4b;
  margin-top: 10px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-left: -16%;
}

/* line 1440, ../_scss/index.scss */
.point-flex .point-big-text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .point-flex .point-big-text p {
    font-size: 3.4666666667vw;
    line-height: 1.961;
    letter-spacing: 0.13em;
    padding: 0 2.6666666667vw;
  }
}

/* line 1446, ../_scss/index.scss */
.point-flex .point-big-text span {
  font-weight: normal;
}

/* line 1457, ../_scss/index.scss */
.point-box2 .point-box-title {
  width: 334px;
  margin-bottom: 30px;
  margin-top: -20px;
}

/* line 1467, ../_scss/index.scss */
.point-box-caution {
  font-size: 15px;
  line-height: 1.0667;
  letter-spacing: 0.12em;
  padding: 0 38px;
}

/* line 1472, ../_scss/index.scss */
#seven {
  padding: 60px 0;
}

/* line 1476, ../_scss/index.scss */
#eight {
  padding: 90px 0 60px;
  background-color: #fdf6f2;
  margin-bottom: 40px;
}

#eight .inner {
  max-width: 700px;
}

/* line 1481, ../_scss/index.scss */
.eight-title {
  margin: 0 auto 30px;
  position: relative;
  width: 513px;
}

/* line 1486, ../_scss/index.scss */
.eight-title img {
  width: 100%;
}

/* line 1490, ../_scss/index.scss */
.eight-title .eight-ab {
  width: 38px;
  position: absolute;
  right: -32px;
  top: -20px;
}

/* line 1499, ../_scss/index.scss */
#eight .swiper-container {
  margin: 0 auto;
}

/* line 1505, ../_scss/index.scss */
#eight .swiper-slide img {
  width: 100%;
  margin: 0 auto 20px;
}

/* line 1510, ../_scss/index.scss */
#eight .swiper-slide h3 {
  font-size: 22px;
  color: #e17f4b;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #eight .swiper-slide h3 {
    font-size: 4.6666666667vw;
  }
}

/* line 1518, ../_scss/index.scss */
#eight .swiper-slide p {
  font-size: 16px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #eight .swiper-slide p {
    text-align: center;
    padding-bottom: 4vw;
    line-height: 1.307;
    letter-spacing: 0.14em;
    font-size: 3.4666666667vw;
  }
}

/* line 1525, ../_scss/index.scss */
/* for tanjijo  */
#nine .content_class .row {
  display: flex;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#nine .content_class .row div {
  width: 33.3333333333%;
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
  transition: all 1s;
}

#nine .content_class .row div a {
  font-weight: bold;
}

/* line 1529, ../_scss/index.scss */
.nine-title-wrapper img {
  margin: 0 auto;
  display: block;
}

/* line 1535, ../_scss/index.scss */
.nine-title {
  width: 850px;
}

/* line 1541, ../_scss/index.scss */
/* line 1568, ../_scss/index.scss */
.list-tab {
  display: flex;
  justify-content: center;
  width: 97%;
  margin: 0 auto;
}

/* line 1574, ../_scss/index.scss */
.list-tab>li {
  padding: 15px 0px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 16%;
  color: #10345a;
  font-size: 20px;
  border-top-right-radius: 11.0406px;
  border-top-left-radius: 11.0406px;
  background-color: #ccd3eb;
  font-weight: bold;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-tab>li br {
  display: none;
}

/* line 1594, ../_scss/index.scss */
.list-tab .active {
  background: #10345a;
  color: #fff;
  /*   transform: scale(1.2) translateY(-5px); */
  /*   width: 18%; */
}

/* line 1603, ../_scss/index.scss */
/*
.list-tab li:nth-child(1).active {
  margin-left: 1.5%;
  margin-right: 20px;
}
*/
/* line 1608, ../_scss/index.scss */
/*
.list-tab li:nth-child(2).active,
.list-tab li:nth-child(3).active,
.list-tab li:nth-child(4).active {
  margin: auto 20px;
}
*/
/* line 1612, ../_scss/index.scss */
/*
.list-tab li:nth-child(5).active {
  margin-right: 1.5%;
  margin-left: 20px;
}
*/
/* line 1619, ../_scss/index.scss */
.tab-content,
.tab-content1 {
  display: none;
  padding: 55px 0 5px;
  border-top: 3px solid #10345a;
}

/* line 1625, ../_scss/index.scss */
.tab-content.active,
.tab-content1.active {
  display: block;
}

/* line 1629, ../_scss/index.scss */
.tab-area-lists {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 1636, ../_scss/index.scss */
.tab-area-lists li {
  width: 33%;
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
  transition: all 1s;
}

/* line 1643, ../_scss/index.scss */
.tab-area-lists li a {
  font-weight: bold;
}

/* line 1646, ../_scss/index.scss */
.tab-area-lists li a:hover {
  text-decoration: underline;
  transition: all 1s;
}

/* line 1654, ../_scss/index.scss */
.wrap-tab {
  max-width: 775px;
  width: 100%;
  margin: 0 auto;
}

/* line 1659, ../_scss/index.scss */
.nine-caution {
  border: 2px solid #10345a;
  margin: 0 auto;
  display: table;
  padding: 0 15px;
}

/* line 1664, ../_scss/index.scss */
.nine-caution p {
  padding: 5px 0;
  text-align: center;
  color: #10345a;
  font-size: 20px;
  font-weight: bold;
}

/* line 1673, ../_scss/index.scss */
#section10 {
  margin-bottom: 50px;
  position: relative;
  padding: 70px 0 54px;
}

#section10::before {
  content: "";
  display: block;
  width: 70.3125%;
  min-width: 800px;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fffbe5;
}

@media screen and (max-width: 768px) {
  #section10::before {
    width: 92vw;
    min-width: initial;
  }
}

@media screen and (max-width: 768px) {
  #section10 {
    padding: 9.3333333333vw 0 10.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}

#section10 .inner {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

/* line 1681, ../_scss/index.scss */
.ten-ab {
  right: -16px;
  top: -120px;
}

/* line 1685, ../_scss/index.scss */
.ten-ab img {
  max-width: 860px;
  width: 100%;
}

/* line 1695, ../_scss/index.scss */
.ten-title {
  width: 492px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* line 1700, ../_scss/index.scss */
_::-webkit-full-page-media,
_:future {
  margin-bottom: 45px;
}

/* line 1710, ../_scss/index.scss */
.ten-title img {
  width: 100%;
}

.ten-content {
  margin-top: -11px;
  background-color: #fff;
}

/* line 1737, ../_scss/index.scss */
.ten-content .ten-img {
  width: 100%;
}

/* line 1741, ../_scss/index.scss */
.ten-content .ten-img img {
  width: 100%;
}

/* line 1747, ../_scss/index.scss */
#section11 {
  margin-bottom: 20px;
}

/* line 1751, ../_scss/index.scss */
.eleven-header {
  background-image: url(../img/example-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 140px;
  margin-bottom: 65px;
}

/* line 1760, ../_scss/index.scss */
.eleven-header-box {
  width: 562px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1765, ../_scss/index.scss */
.eleven-header-box .elb-title {
  width: 407px;
  padding: 40px 0;
  margin: 0px auto;
}

/* line 1770, ../_scss/index.scss */
.eleven-header-box .elb-title img {
  width: 100%;
}

/* line 1776, ../_scss/index.scss */
.eleven-flex {
  width: 100%;
  flex-wrap: wrap;
}

/* line 1780, ../_scss/index.scss */
.eleven-flex .eleven-flex-content {
  width: 31%;
  margin-bottom: 40px;
  overflow: hidden;
}

/* line 1787, ../_scss/index.scss */
.efc-img {
  width: 100%;
  transition: all 1s;
}

/* line 1791, ../_scss/index.scss */
.efc-img:hover {
  transform: scale(1.1);
}

/* line 1795, ../_scss/index.scss */
.efc-img img {
  width: 100%;
}

/* line 1800, ../_scss/index.scss */
.efc-content {
  background-color: #f4f4f4;
  padding: 20px 0;
}

/* line 1805, ../_scss/index.scss */
.efc-content-img {
  width: 85%;
  margin: 0px auto;
}

/* line 1809, ../_scss/index.scss */
.efc-content-img img {
  width: 100%;
}

/* line 1814, ../_scss/index.scss */
.efc-link a {
  color: #10345a;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  width: 90%;
  border: #10345a 1px solid;
  border-radius: 30px;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  padding: 15px 0;
  display: block;
  cursor: pointer;
}

/* line 1829, ../_scss/index.scss */
.efc-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 50px;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 2px solid #10345a;
  border-bottom: 1px solid #10345a;
  transform: skew(45deg);
  transition: 0.3s;
}

/* line 1844, ../_scss/index.scss */
.efc-link a:hover {
  background-color: #10345a;
  color: #fff;
}

/* line 1848, ../_scss/index.scss */
.efc-link a:hover::after {
  right: 30px;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
}

/* line 1857, ../_scss/index.scss */
.madori {
  width: 90%;
  margin: 0 auto;
}

/* line 1861, ../_scss/index.scss */
.madori img {
  width: 100%;
}

/* line 1866, ../_scss/index.scss */
.modal-text {
  margin-bottom: 20px;
}

/* line 1869, ../_scss/index.scss */
.modal-text h3 {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.6;
  color: #10345a;
  padding-bottom: 10px;
  font-weight: bold;
}

/* line 1878, ../_scss/index.scss */
.modal-text p {
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 2;
}

/* line 1885, ../_scss/index.scss */
.js-modal-close {
  color: #10345a;
  font-size: 16px;
  margin: 0 auto;
  text-align: right;
}

/* line 1892, ../_scss/index.scss */
#twelve {
  background-color: #f2f4fa;
  padding: 60px 0 30px;
}

@media screen and (max-width: 768px) {
  #twelve {
    padding: 9.8666666667vw 0 8vw;
  }
}

/* line 1897, ../_scss/index.scss */
.twelve-title {
  width: 400px;
  margin: 0 auto 40px;
}

/* line 1901, ../_scss/index.scss */
.twelve-title img {
  width: 400px;
}

/* line 1906, ../_scss/index.scss */
.twelve-flex {
  align-items: stretch;
  flex-wrap: wrap;
}

/* line 1909, ../_scss/index.scss */
.twelve-flex .twelve-box {
  width: 48%;
  margin-bottom: 30px;
}

/* line 1914, ../_scss/index.scss */
.twelve-box-title {
  background-color: #fd7d82;
  padding: 7.5px 0px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  letter-spacing: 0.12em;
  width: 100%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .twelve-box-title {
    padding: 0.8vw 0;
    font-size: 4.4vw;
    border-top-right-radius: 2.4vw;
    border-top-left-radius: 2.4vw;
  }
}

/* line 1931, ../_scss/index.scss */
.tbt {
  background-color: #a8ce8e;
}

/* line 1935, ../_scss/index.scss */
.twelve-box-content {
  background-color: #fff;
  padding: 15px 0 15px;
}

@media screen and (max-width: 768px) {
  .twelve-box-content {
    padding: 3.2vw 0 0;
  }
}

/* line 1940, ../_scss/index.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 92%;
  padding: 0;
  padding-top: 47.044%;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

/* line 1950, ../_scss/index.scss */
.embed-responsive a {
  width: 100%;
  height: 100%;
}

/* line 1955, ../_scss/index.scss */
.embed-responsive:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  z-index: 100000;
}

/* line 1969, ../_scss/index.scss */
.embed-responsive:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #10345a;
  border-width: 10px 0 10px 20px;
  z-index: 100000;
}

/* line 1982, ../_scss/index.scss */
.embed-responsive iframe,
.embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transition: all 1s;
  z-index: 1;
}

/* line 1994, ../_scss/index.scss */
.embed-responsive iframe {
  z-index: 1000002;
}

/* line 1998, ../_scss/index.scss */
.embed-responsive img:hover {
  transform: scale(1.1);
}

/* line 2003, ../_scss/index.scss */
.twelve-movie-title {
  background-color: #10345a;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 92%;
  margin: 0 auto 20px;
  padding: 5px 10px;
}

/* line 2013, ../_scss/index.scss */
.twelve-text {
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* line 2019, ../_scss/index.scss */
.twelve-text p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .twelve-text p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.18em;
  }
}

/* line 2026, ../_scss/index.scss */
#thirty {
  padding: 60px 0;
}

/* line 2030, ../_scss/index.scss */
.thirty-title {
  margin: 0 auto 30px;
  width: 338px;
}

/* line 2034, ../_scss/index.scss */
.thirty-title img {
  width: 100%;
}

/* line 2040, ../_scss/index.scss */
#thirty .list-tab>li {
  width: 31%;
}

/* line 2044, ../_scss/index.scss */
#thirty .tab-content,
#thirty .tab-content1 {
  padding: 20px 0;
  border: 8px solid #10345a;
}

/* line 2049, ../_scss/index.scss */
#thirty .tab-text {
  width: 90%;
  margin: 20px auto 0;
}

/* line 2053, ../_scss/index.scss */
#thirty .tab-text h3 {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
  color: #10345a;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

/* line 2080, ../_scss/index.scss */
#thirty .tab-area-wrapper {
  padding: 15px 0px;
}

/* line 2084, ../_scss/index.scss */
#thirty .tab-text p {
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 2;
}

/* line 2091, ../_scss/index.scss */
#fourty {
  background-color: #f2f4fa;
  padding: 40px 0 60px;
}

/* line 2096, ../_scss/index.scss */
.fourty-title {
  width: 660px;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 2103, ../_scss/index.scss */
#fourty .big {
  font-size: 48px;
}

/* line 2107, ../_scss/index.scss */
#fourty h2 {
  font-size: 36px;
  font-weight: bold;
  color: #10345a;
  text-align: center;
  letter-spacing: 6px;
}

/* line 2116, ../_scss/index.scss */
.hosyou {
  width: 55px;
}

/* line 2120, ../_scss/index.scss */
.fourty-text {
  width: 540px;
  margin: 60px auto 40px;
}

/* line 2125, ../_scss/index.scss */
.fourty_btn a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4px;
  width: 600px;
  border-radius: 50px;
  margin: 0px auto 40px;
  text-align: center;
  position: relative;
  padding: 30px 0;
  display: block;
  background-color: #df644c;
  cursor: pointer;
}

/* line 2140, ../_scss/index.scss */
.fourty_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 80px;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}

/* line 2155, ../_scss/index.scss */
.fourty_btn a:hover {
  background-color: #10345a;
}

/* line 2158, ../_scss/index.scss */
.fourty_btn a:hover::after {
  right: 60px;
  width: 60px;
}

/* line 2165, ../_scss/index.scss */
.fourty-text img {
  width: 100%;
}

/* line 2169, ../_scss/index.scss */
.fourty-box-title {
  width: 700px;
  margin: 0 auto 20px;
}

/* line 2173, ../_scss/index.scss */
.fourty-box-title img {
  width: 100%;
}

/* line 2178, ../_scss/index.scss */
.fourty-box {
  border: 8px solid #10345a;
  width: 80%;
  margin: 0 auto;
}

/* line 2183, ../_scss/index.scss */
.fourty-box .fourty-box-text {
  padding: 30px;
}

/* line 2186, ../_scss/index.scss */
.fourty-box .fourty-box-text p {
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 2;
}

/* line 2194, ../_scss/index.scss */
#last {
  padding: 60px 0;
}

/* line 2198, ../_scss/index.scss */
.ssp {
  display: none;
}

/* line 2202, ../_scss/index.scss */
.thumbnail-slide.swiper-slide-thumb-active {
  border: #df644c 4px solid !important;
  -webkit-border: #df644c 4px solid !important;
}

/* line 2207, ../_scss/index.scss */
#eight .thumbnail-slide img {
  margin-bottom: 0px;
}

/* line 2211, ../_scss/index.scss */
.kimete {
  margin-left: -2px;
}

/* line 2215, ../_scss/index.scss */
#thirty,
#twelve {
  z-index: 0;
}

/* line 2219, ../_scss/index.scss */
footer {
  display: none;
}

/* line 2223, ../_scss/index.scss */
.comic-wrapper {
  width: 100%;
}

/* line 2226, ../_scss/index.scss */
.comic-wrapper img {
  width: 100%;
}

/* line 2231, ../_scss/index.scss */
.footer {
  background-color: #3e3a39;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 21.3333333333vw;
  }
}

/* line 2234, ../_scss/index.scss */
.footer .inner {
  max-width: 640px;
  margin: 0 auto;
  max-height: 288px;
  position: relative;
  width: 100%;
  height: 50vw;
}

/* line 2243, ../_scss/index.scss */
.footer img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 2250, ../_scss/index.scss */
.footer .logo {
  max-width: 207px;
  margin: 0 auto;
  position: absolute;
  top: 15.7%;
  left: 0;
  right: 0;
  width: 35vw;
}

/* line 2260, ../_scss/index.scss */
.footer .insta {
  right: 21%;
  top: 16%;
  position: absolute;
  max-width: 42px;
  width: 6.5vw;
}

/* line 2268, ../_scss/index.scss */
.footer .policy a img {
  max-width: 141px;
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

/* line 2279, ../_scss/index.scss */
.Copyright {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 3.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14.1px;
}

/* line 2291, ../_scss/index.scss */
#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3e3a39;
  opacity: 0;
  border-radius: 50%;
  z-index: 50000;
}

/* line 2302, ../_scss/index.scss */
#page_top:hover {
  opacity: 1 !important;
}

/* line 2306, ../_scss/index.scss */
#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}

/* line 2313, ../_scss/index.scss */
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 32px;
  color: #fff;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* line 2330, ../_scss/index.scss */
#page_top a::after {
  content: "TOP";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
}

/* line 2347, ../_scss/index.scss */
#section11 .swiper-container3,
#section11 .swiper-container4,
#section11 .swiper-container5,
#section11 .swiper-container6,
#section11 .swiper-container7,
#section11 .swiper-container8 {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  text-align: center;
  cursor: grab;
}

/* line 2360, ../_scss/index.scss */
#section11 .swiper-container3:before,
#section11 .swiper-container4:before,
#section11 .swiper-container5:before,
#section11 .swiper-container6:before,
#section11 .swiper-container7:before,
#section11 .swiper-container8:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 縦/横*100の値を書く */
}

/* line 2368, ../_scss/index.scss */
#section11 .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2374, ../_scss/index.scss */
#section11 .swiper-slide {
  width: 100% !important;
}

/* line 2377, ../_scss/index.scss */
#section11 .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  /* IE: not support */
  width: 100%;
  height: 100%;
}

/* line 2386, ../_scss/index.scss */
#section11 .thumb-list {
  width: 100%;
  margin: 10px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* justify-content: space-between; */
}

#section11 .thumb-list:after {
  content: "";
  display: block;
  width: 20%;
  height: 0;
}

/* line 2395, ../_scss/index.scss */
#section11 .thumb-item {
  list-style: none;
  width: 20%;
  margin-bottom: 10px;
}

/* line 2401, ../_scss/index.scss */
#section11 .thumb-link {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid transparent;
}

/* line 2407, ../_scss/index.scss */
#section11 .thumb-link.active {
  border: #e17f4b 4px solid;
  -webkit-border: #e17f4b 4px solid;
}

/* line 2413, ../_scss/index.scss */
#section11 .slide-title {
  background-color: #10345a;
  padding: 5px 0;
  width: 100%;
  margin: 0 auto 5px;
}

/* line 2419, ../_scss/index.scss */
#section11 .slide-title h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

/* line 2427, ../_scss/index.scss */
.modal__content .cross {
  font-size: 26px;
  text-align: right;
  display: block;
  margin-top: -30px;
}

/* line 2434, ../_scss/index.scss */
.lsp {
  display: none;
}

/* アコーディオン */
/*ラベル*/
.accbox label {
  display: block;
  margin: 0px auto;
  cursor: pointer;
  transition: all 0.5s;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

/*クリックで中身表示*/
.cssacc:checked+.accshow {
  height: auto;
  opacity: 1;
  transition: 0.8s;
  visibility: visible;
}

/* comfortable */
#section-comfortable {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
  background-color: #fffbe5;
}

@media screen and (max-width: 768px) {
  #section-comfortable {
    padding-top: 12vw;
    margin-bottom: 10.6666666667vw;
  }
}

#section-comfortable img {
  width: 100%;
}

.comfortable-ab {
  left: 110px;
  top: -87px;
}

.comfortable-ab img {
  height: 90px;
}

_::-webkit-full-page-media,
_:future {
  margin-bottom: 45px;
}

:root .comfortable-title {
  width: 676px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.comfortable-title.border-longer img {
  padding-bottom: 15px;
}

.comfortable-content .comfortable-img {
  width: 100%;
}

.comfortable-content .comfortable-img img {
  width: 100%;
}

.comfortable-img01 {
  width: 100%;
  max-width: 850px;
  margin: -1% auto 0;
}

.comfortable-img02 {
  position: relative;
  max-width: 814px;
  width: 100%;
  margin: 0 auto;
}

.comfortable-arrow {
  position: absolute;
  bottom: min(5vw, 55px);
  left: min(-2.2727272727vw, -25px);
  width: min(5.1818181818vw, 57px);
}

.comfortable-img03 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.comfortable-img04 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

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

.comfortable-img06 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.comfortable-img06::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, #f9ded9 0%, #f9ded9 50%, #cbe7ee 50%, #cbe7ee 100%);
  z-index: -1;
}

label.comfortable-trigger {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

label.comfortable-trigger::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 55px;
  z-index: 1;
  background-image: url(../img/torigger-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.0909090909vw;
  max-width: 45px;
  height: 2.3636363636vw;
  max-height: 26px;
  transform: rotate(270deg);
}

label.comfortable-trigger.is-open::after {
  top: 45%;
  transform: rotate(0deg);
}

.comfortable-content label.comfortable-trigger img {
  position: relative;
  z-index: 1;
}

/* specifications */
#section-specifications {
  width: 100%;
  margin: 0px 0 120px auto;
  position: relative;
  padding: 90px 0 0;
}

#section-specifications::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 92%;
  height: 103.2%;
  background-color: #eff6fb;
}

#section-specifications img {
  width: 100%;
}

.specifications-ab {
  right: 85px;
  top: -86px;
}

.specifications-ab img {
  height: 110px;
}

_::-webkit-full-page-media,
_:future {
  margin-bottom: 45px;
}

:root .specifications-title {
  width: 675px;
  margin-bottom: 45px;
}

.specifications-title img {
  width: 100%;
}

.specifications-title.border-longer img {
  padding-bottom: 15px;
}

#section-specifications .border-longers::before {
  border-bottom: solid 3px #3493ca;
}

#section-specifications .border-longers::after {
  background: #3493ca;
  transform: translateY(78px);
  top: 60px;
}

.specifications-content .specifications-img {
  width: 100%;
}

.specifications-content .specifications-img img {
  width: 100%;
}

.specifications-img01 {
  width: 90%;
  margin-top: -1%;
  margin-left: auto;
  margin-right: auto;
}

.specifications-img02 {
  position: relative;
}

.specifications-img03 {
  width: 100%;
}

label.specifications-trigger {
  position: relative;
}

label.specifications-trigger::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 55px;
  z-index: 1;
  background-image: url(../img/torigger-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.0909090909vw;
  max-width: 45px;
  height: 2.3636363636vw;
  max-height: 26px;
  transform: rotate(270deg);
}

label.specifications-trigger.is-open::after {
  top: 45%;
  transform: rotate(0deg);
}

.specifications-content label.specifications-trigger img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1260px) {
  #section-specifications::before {
    width: 94%;
  }
}

@media screen and (max-width: 639px) {

  /* line 2439, ../_scss/index.scss */
  .footer .insta {
    right: 21vw;
  }

  /* line 2443, ../_scss/index.scss */
  .Copyright {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 1299px) {

  /* line 2449, ../_scss/index.scss */
  .five-flex-box {
    right: 10px;
  }
}

/* small pc */
@media screen and (max-width: 1200px) {

  /* line 2456, ../_scss/index.scss */
  .first_box-inner {
    padding: 30px 15px 0;
  }

  /* line 2461, ../_scss/index.scss */
  .first_btn a:after {
    right: 50px;
    width: 40px;
  }

  /* line 2466, ../_scss/index.scss */
  .first_btn a:hover::after {
    width: 60px;
    right: 30px;
  }

  /* line 2472, ../_scss/index.scss */
  #section2 {
    padding: 60px 0;
  }

  /* line 2476, ../_scss/index.scss */
  .second-flex {
    width: 90%;
    margin: 0 auto;
  }

  /* line 2481, ../_scss/index.scss */
  #second .title-wrapper h2 {
    font-size: 32px;
  }

  /* line 2484, ../_scss/index.scss */
  #second .title-wrapper h2 .house {
    height: 50px;
  }

  /* line 2493, ../_scss/index.scss */
  #section4 {
    margin: 0px auto 200px 0;
    padding: 60px 0;
  }

  /* line 2498, ../_scss/index.scss */
  .four-ab {
    right: -5%;
    top: -100px;
  }

  /* line 2502, ../_scss/index.scss */
  .four-ab img {
    width: 450px;
  }

  /* line 2508, ../_scss/index.scss */
  #section4 .third-flex {
    flex-direction: row-reverse;
  }

  /* line 2516, ../_scss/index.scss */
  #section4 .third-img {
    margin-left: 0px;
    margin-right: -7%;
  }

  /* line 2521, ../_scss/index.scss */
  #section4 .third-text-box {
    margin-left: 0;
    margin-right: -10%;
    z-index: 1;
  }

  /* line 2527, ../_scss/index.scss */
  #section4 .title-wrapper {
    width: 110%;
    overflow: hidden;
  }

  /* line 2533, ../_scss/index.scss */
  .four-title {
    width: 600px;
  }

  /* line 2537, ../_scss/index.scss */
  #section4 .border-longers::after {
    transform: translateY(79px);
  }

  /* line 2546, ../_scss/index.scss */
  .bgleft {
    overflow: auto;
  }

  /* line 2551, ../_scss/index.scss */
  .five-flex-box img {
    width: 140px;
  }

  /* line 2555, ../_scss/index.scss */
  .five-flex-box .two {
    width: 220px;
  }

  /* line 2560, ../_scss/index.scss */
  .skip-abso {
    position: relative;
    width: 60%;
    margin-top: -37px;
  }

  /* line 2580, ../_scss/index.scss */
  .skip-flex-img {
    width: 52%;
  }

  /* line 2584, ../_scss/index.scss */
  #six {
    padding: 21.3333333333vw 0 0;
  }

  /* line 2592, ../_scss/index.scss */
  .point-flex {
    margin-left: initial;
  }

  /* line 2621, ../_scss/index.scss */
  .tf2 .tab-area-flex-item .text {
    padding: 20px 0px 20px 100px;
  }

  /* line 2625, ../_scss/index.scss */
  .tab-area-flex-item .text {
    padding: 20px 0px 20px 20px;
  }

  /* line 2629, ../_scss/index.scss */
  .panel-group .tab-D .tf2 .tab-area-flex-item .text {
    padding: 20px 20px 20px 100px;
  }

  /* line 2639, ../_scss/index.scss */
  .panel-group .tab-C .tf2 .tab-area-flex-item .text {
    padding: 30px 0px 30px 110px;
  }

  /* line 2643, ../_scss/index.scss */
  .panel-group .tab-B .tf2 .tab-area-flex-item .text {
    padding: 20px 20px 20px 110px;
  }

  /* line 2648, ../_scss/index.scss */
  .tab-panel {
    width: 100%;
  }

  /* line 2652, ../_scss/index.scss */
  .eleven-flex .eleven-flex-content {
    width: 32%;
    margin-bottom: 40px;
  }

  /* line 2658, ../_scss/index.scss */
  .efc-link a::after {
    right: 40px;
    width: 20px;
  }

  /* line 2663, ../_scss/index.scss */
  .efc-link a:hover::after {
    right: 20px;
    width: 40px;
  }

  /* line 2669, ../_scss/index.scss */
  .eleven-header,
  #section11 {
    margin-bottom: 6.6666666667vw;
  }
}

@media screen and (max-width: 1024px) {

  /* line 2679, ../_scss/index.scss */
  .first_btn a {
    font-size: 18px;
  }

  /* line 2684, ../_scss/index.scss */
  .first_btn a:after {
    right: 40px;
    width: 40px;
  }

  /* line 2689, ../_scss/index.scss */
  .first_btn a:hover::after {
    width: 60px;
    right: 20px;
  }

  /* line 2695, ../_scss/index.scss */
  .kv-logo img {
    width: 160px;
    margin: 15px;
  }

  /* line 2700, ../_scss/index.scss */
  .kv-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0, 31, 81, 0.9);
  }

  /* line 2711, ../_scss/index.scss */
  .kv-box .kv-img {
    width: 100%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 768px) {

  /* line 2725, ../_scss/index.scss */
  .panel-group .tab-B .tab-area-flex,
  .panel-group .tab-D .tab-area-flex {
    margin-top: 0%;
    margin-bottom: 0px;
  }

  /* line 2730, ../_scss/index.scss */
  .panel-group .tab-B .tf2,
  .panel-group .tab-D .tf2 {
    margin-bottom: 15px;
  }

  .kv-logo-in {
    background-color: #fff;
  }

  /* line 2738, ../_scss/index.scss */
  .kv-logo-in img {
    width: 250px;
    padding: 15px 0;
    display: block;
    margin: 0 auto;
  }

  .indexkv-img {
    height: 170.66666667vw;
  }

  .kv-box {
    width: 73.33334%;
    padding: 0 0 0;
  }

  /* line 2750, ../_scss/index.scss */
  .kv-box .kv-img img {
    width: 100%;
    padding: 70px 0 50px;
  }

  /* line 2756, ../_scss/index.scss */
  .scroll span {
    top: 10px;
    width: 24px;
    height: 24px;
    margin-left: -12px;
  }

  /* line 2763, ../_scss/index.scss */
  .first-flex {
    display: flex;
    flex-direction: column-reverse;
    margin-block: 60px 40px;
  }

  /* line 2766, ../_scss/index.scss */
  .first-flex .first_box {
    width: calc(100% - 20px);
    margin: 0 auto 6.6666666667vw;
  }

  .first-flex .first_box:nth-child(1) {
    margin-block: 30px 0;
  }

  .first-flex .first_box+.first_box .first_box-inner .first-flex-text {
    width: 75%;
  }

  /* line 2770, ../_scss/index.scss */
  .first-flex .first_box:last-child {
    margin-bottom: 0px;
  }

  /* line 2776, ../_scss/index.scss */
  .first_box-inner {
    width: 94.312%;
    margin: 0 auto 20px;
    padding: 30px 46px 0;
    align-items: center;
  }

  /* line 2782, ../_scss/index.scss */
  .first_box-inner .first-flex-img .book {
    margin-left: 16px;
    width: 75%;
  }

  /* line 2788, ../_scss/index.scss */
  .first_btn {
    width: 94.312%;
    height: 85px;
  }

  /* line 2793, ../_scss/index.scss */
  .first_box-inner .first-flex-img {
    width: 17.845%;
    margin-left: 0;
  }

  /* line 2797, ../_scss/index.scss */
  .first_box-inner .first-flex-text {
    width: 76%;
  }

  /* line 2802, ../_scss/index.scss */
  .first_btn a {
    padding: 0 0 0;
    font-size: 25px;
    justify-content: center;
  }

  /* line 2806, ../_scss/index.scss */
  .first_btn a:after {
    right: 133px;
    width: 70px;
  }

  .navy a {
    padding: 0 0 0 110px;
    justify-content: flex-start;
  }

  .navy a:after {
    top: calc(50% - 3px);
    right: 43px;
  }

  /* line 2811, ../_scss/index.scss */
  .first_btn a:hover::after {
    width: 65px;
    right: 100px;
  }

  .navy a:hover::after {
    right: 10px;
  }

  /* line 2817, ../_scss/index.scss */
  #section2 {
    padding: 10.66666667vw 0 8vw;
  }

  /* line 2821, ../_scss/index.scss */
  #second .title-wrapper h2 {
    font-size: 5.8vw;
    text-align: center;
    margin-bottom: 1.33333333vw;
  }

  /* line 2824, ../_scss/index.scss */
  #second .title-wrapper h2 span {
    font-size: 6.46666667vw;
    line-height: 1;
  }

  /* line 2828, ../_scss/index.scss */
  #second .title-wrapper h2 .house {
    height: 50px;
  }

  /* line 2833, ../_scss/index.scss */
  .second-flex {
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  /* line 2843, ../_scss/index.scss */
  .second-flex .second-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* line 2848, ../_scss/index.scss */
  .second-flex .second-text p {
    padding-bottom: 0;
    font-size: 3.73333333vw;
    line-height: 1.571;
  }

  /* line 2852, ../_scss/index.scss */
  .second-flex .second-text small {
    text-align: center;
  }

  @keyframes border_anim2 {
    0% {
      height: 0px;
    }

    100% {
      height: 40px;
    }
  }

  /* line 2868, ../_scss/index.scss */
  #third {
    margin-top: 17.33333333vw;
    margin-bottom: 26.66666667vw;
  }

  /* line 2873, ../_scss/index.scss */
  .third-ab {
    top: -16.6666666667vw;
    left: 5.3333333333vw;
  }

  /* line 2877, ../_scss/index.scss */
  .third-ab img {
    width: 35.4666666667vw;
  }

  /* line 2886, ../_scss/index.scss */
  .third-title {
    width: 68vw;
  }

  .third-title img {
    width: 100%;
  }

  /* line 2894, ../_scss/index.scss */
  #third .third-flex {
    margin-left: auto;
  }

  /* line 2898, ../_scss/index.scss */
  .third-flex {
    margin: -30px auto 60px;
    display: block;
  }

  /* line 797, ../_scss/index.scss */
  .third-flex .third-img {
    max-width: 84vw;
    margin-left: 5.6vw;
  }

  /* line 2907, ../_scss/index.scss */
  .third-flex .third-text-box {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 81.33333333vw;
    position: relative;
    z-index: 10;
    margin: -6.93333333vw 5.33333333vw 0 auto;
    padding: 2.26666667vw 2.66666667vw 3.46666667vw 1.33333333vw;
  }

  /* line 2913, ../_scss/index.scss */
  .third-flex .third-text-box p {
    line-height: 1.961;
    letter-spacing: 0.11em;
    font-size: 3.46666667vw;
  }

  /* line 2930, ../_scss/index.scss */
  .third-box-title {
    text-align: center;
    margin-left: -5%;
  }

  /* line 2935, ../_scss/index.scss */
  .third-box-title h3 img {
    width: 49.6vw;
    margin-bottom: 1.8666666667vw;
  }

  /* line 2940, ../_scss/index.scss */
  .third-box-title h3 p img {
    width: 55.46666667vw;
    margin-bottom: 1.3333333333vw;
  }

  /* line 2951, ../_scss/index.scss */
  .third-box-inner {
    width: 90%;
    margin: 0 auto;
    border: 5px solid #10345a;
    border-bottom: none;
    padding: 20px 15px;
    position: relative;
  }

  /* line 2959, ../_scss/index.scss */
  .third-box-inner .flex {
    display: block;
  }

  /* line 2963, ../_scss/index.scss */
  .third-box-inner:last-child {
    border-bottom: 5px solid #10345a;
  }

  /* line 2967, ../_scss/index.scss */
  .third-box-inner .third-num {
    width: 20%;
    position: absolute;
    z-index: 2;
    top: -8%;
    left: -5%;
  }

  /* line 2975, ../_scss/index.scss */
  .third-box-inner .tnt {
    left: initial;
    right: -5%;
  }

  /* line 2980, ../_scss/index.scss */
  .third-box-inner .third-num .one {
    width: 100%;
  }

  /* line 2984, ../_scss/index.scss */
  .third-box-inner .third-icon {
    width: 30%;
    margin: 20px auto;
  }

  /* line 2988, ../_scss/index.scss */
  .third-box-inner .third-icon img {
    width: 100%;
  }

  /* line 2993, ../_scss/index.scss */
  .third-box-inner .third-box-text {
    width: 100%;
    margin: 0 auto;
  }

  /* line 2997, ../_scss/index.scss */
  .third-box-inner .third-box-text p {
    text-align: center;
    font-size: 18px;
  }

  /* line 3004, ../_scss/index.scss */
  #section4 .third-flex {
    margin-right: auto;
  }

  /* line 3008, ../_scss/index.scss */
  .skip-abso {
    width: 300px;
    left: initial;
  }

  /* line 3013, ../_scss/index.scss */
  .four-ab {
    top: -65px;
  }

  /* line 3014, ../_scss/index.scss */
  .four-ab img {
    width: 300px;
  }

  /* line 3021, ../_scss/index.scss */
  #section4 {
    padding-bottom: 20px;
    margin-bottom: 160px;
  }

  /* line 3025, ../_scss/index.scss */
  #section4 .third-flex .third-text-box p {
    padding: 20px;
  }

  /* line 3029, ../_scss/index.scss */
  #section4 .third-img {
    margin-left: auto;
    margin-right: -7%;
  }

  /* line 3036, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    margin-left: 20px;
  }

  /* line 3041, ../_scss/index.scss */
  :root #section4 .third-img {
    margin-left: 20px;
  }

  /* line 3046, ../_scss/index.scss */
  #section4 .third-text-box {
    margin: -30px auto 0;
  }

  /* line 3050, ../_scss/index.scss */
  #section4 .title-wrapper {
    width: 110%;
    overflow: hidden;
  }

  /* line 3056, ../_scss/index.scss */
  .four-title {
    width: 400px;
    margin-bottom: 40px;
  }

  /* line 3061, ../_scss/index.scss */
  #section4 .border-longers::after {
    transform: translateY(151px);
  }

  /* line 3065, ../_scss/index.scss */
  .five-title {
    width: 37.8666666667vw;
  }

  /* line 3069, ../_scss/index.scss */
  .five-ab {
    top: -20.4vw;
    left: 5.0666666667vw;
  }

  /* line 3072, ../_scss/index.scss */
  .five-ab img {
    width: 38.9333333333vw;
  }

  /* line 3077, ../_scss/index.scss */
  #section5 {
    padding: 12vw 0 11.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }

  /* line 3089, ../_scss/index.scss */
  .five-flex-box {
    right: -10px;
    bottom: -40px;
  }

  /* line 3094, ../_scss/index.scss */
  .skip-title img {
    width: 60.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }

  /* line 3099, ../_scss/index.scss */
  #section5 .third-flex {
    max-width: 94.6666666667vw;
    margin: 0 auto;
    margin-left: auto;
  }

  /* line 3109, ../_scss/index.scss */
  .skip-title {
    margin-left: 0%;
  }

  /* line 3113, ../_scss/index.scss */
  .skip-flex {
    max-width: 78.6666666667vw;
    display: block;
    border: 0.6666666667vw solid #e17f4b;
  }

  /* line 3125, ../_scss/index.scss */
  .skip-flex-img {
    width: 100%;
  }

  /* line 3128, ../_scss/index.scss */
  .skip-flex-img img {
    transform: initial;
  }

  /* line 3133, ../_scss/index.scss */
  .skip-abso {
    width: 70%;
    margin: -5% auto 0;
    left: initial;
    bottom: initial;
    position: relative;
  }

  /* line 3142, ../_scss/index.scss */
  .five-flex-box img {
    width: 140px;
  }

  /* line 3146, ../_scss/index.scss */
  .five-flex-box .two {
    width: 220px;
  }

  /* line 3151, ../_scss/index.scss */
  .point-box-title {
    width: 77.3333333333vw;
    margin-top: 0;
    margin-bottom: 6.6666666667vw;
  }

  /* line 3155, ../_scss/index.scss */
  .tab-area-flex-item-img {
    width: 76vw;
    margin-right: auto;
  }

  .tab-area-flex-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* line 3160, ../_scss/index.scss */
  /* line 3164, ../_scss/index.scss */
  .tab-area-flex-item {
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  /* line 3174, ../_scss/index.scss */
  .tf2 .tab-area-flex-item-img {
    width: 95%;
    margin-right: initial;
    margin-left: auto;
  }

  /* line 3180, ../_scss/index.scss */
  .tab-area-flex-item img {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
  }

  /* line 3190, ../_scss/index.scss */
  .tf2 .tab-area-flex-item img {
    left: initial;
  }

  /* line 3195, ../_scss/index.scss */
  .tab-area-flex-item .text {
    padding: 0px;
  }

  /* line 3200, ../_scss/index.scss */
  .tab-area-flex-item .point-circle {
    width: 20%;
  }

  /* line 3205, ../_scss/index.scss */
  .tf2 .tab-area-flex-item .text {
    padding: 0px;
  }

  /* line 3211, ../_scss/index.scss */
  .panel-group .tab-B .tf2 .tab-area-flex-item .text,
  .panel-group .tab-B .tab-area-flex .tab-area-flex-item .text {
    padding: 0px;
  }

  /* line 3216, ../_scss/index.scss */
  .panel-group .tab-C .tf2 .tab-area-flex-item .text,
  .panel-group .tab-D .tab-area-flex .tab-area-flex-item .text {
    padding: 0px;
  }

  /* line 3221, ../_scss/index.scss */
  .point-num {
    text-align: center;
    position: relative;
    top: -10.6666666667vw;
  }

  /* line 3227, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    top: -12.5%;
  }

  /* line 3236, ../_scss/index.scss */
  .point-box2 .point-box-title {
    width: 54.9333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-top: -8vw;
  }

  /* line 3242, ../_scss/index.scss */
  #six .point-box {
    width: 89.3333333333vw;
    margin: 0 auto 21.3333333333vw;
    padding: 8vw 2.6666666667vw 3.4666666667vw;
  }

  /* line 3248, ../_scss/index.scss */
  #six .point-box2 {
    margin-bottom: 0;
  }

  /* line 3253, ../_scss/index.scss */
  .point-box2 .point-num {
    margin: 0 auto 0;
  }

  /* line 3258, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    top: -15%;
  }

  /* line 3263, ../_scss/index.scss */
  :root .point-box2 .point-num {
    top: -10.6666666667vw;
  }

  /* line 3268, ../_scss/index.scss */
  .point-flex .point-box-img {
    max-width: 94.6666666667vw;
    width: 94.6666666667vw;
    margin: 0 auto 4.6666666667vw -5.3333333333vw;
  }

  /* line 3274, ../_scss/index.scss */
  .point-flex .point-big-text {
    margin: -16.5333333333vw auto 0;
    width: 100%;
    padding-right: 0;
  }

  /* line 3280, ../_scss/index.scss */
  .point-box-caution {
    font-size: 2.6666666667vw;
    line-height: 1.2;
    margin: 0 auto;
    width: 95%;
    padding: 0;
  }

  /* line 3285, ../_scss/index.scss */
  .point-num img,
  .point-box2 .point-num img {
    width: 13.0666666667vw;
  }

  /* line 3289, ../_scss/index.scss */
  .point-flex {
    display: block;
  }

  /* line 3292, ../_scss/index.scss */
  .point-flex .point-big-text h3 {
    font-size: 4.6vw;
    color: #e17f4b;
    font-weight: bold;
    padding-bottom: 30px;
    margin-left: auto;
  }

  /* line 3301, ../_scss/index.scss */
  .tab {
    font-size: 3.0666666667vw;
    padding: 1.0666666667vw 0 0.5333333333vw;
    width: 18.6666666667vw;
    border-top-right-radius: 1.1500666667vw;
    border-top-left-radius: 1.1500666667vw;
    line-height: 1.3;
    min-height: 18.6666666667vw;
  }

  /* line 3305, ../_scss/index.scss */
  #eight {
    padding: 12.5333333333vw 0 10.9333333333vw;
    margin-bottom: 11.2vw;
    background-color: #fdf6f2;
  }

  /* line 3310, ../_scss/index.scss */
  .eight-title {
    width: 64.8vw;
    margin: 0 auto 20px;
  }

  /* line 3314, ../_scss/index.scss */
  .eight-title .eight-ab {
    width: 6.6666666667vw;
    top: -4vw;
    right: -5.0666666667vw;
  }

  /* line 3319, ../_scss/index.scss */
  .thumb-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 3326, ../_scss/index.scss */
  .thumb-item {
    list-style: none;
    width: 33%;
  }

  /* line 3331, ../_scss/index.scss */
  .thumb-link {
    display: block;
    width: 100%;
    height: auto;
    border: 1.0666666667vw solid transparent;
  }

  /* line 3339, ../_scss/index.scss */
  #eight .swiper-container2 {
    width: 89.3333333333vw;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  /* line 3350, ../_scss/index.scss */
  #eight .thumb-list {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2.6666666667vw 1.0666666667vw;
  }

  /* line 3359, ../_scss/index.scss */
  #eight .thumb-item {
    list-style: none;
    width: 29.0666666667vw;
  }

  /* line 3365, ../_scss/index.scss */
  #eight .thumb-link {
    display: block;
    width: 100%;
    height: auto;
  }

  /* line 3372, ../_scss/index.scss */
  .thumb-link.active {
    border: #e17f4b 1.0666666667vw solid;
  }

  /* line 3377, ../_scss/index.scss */
  /* line 3383, ../_scss/index.scss */
  /* line 3389, ../_scss/index.scss */
  #nine .border-longers::after {
    transform: translateY(32px);
  }

  #nine .content_class .row div {
    font-size: 20px;
  }

  /* line 3393, ../_scss/index.scss */
  .nine-caution {
    width: 80%;
  }

  /* line 3397, ../_scss/index.scss */
  .wrap-tab {
    max-width: 89.3333333333vw;
  }

  /* line 3402, ../_scss/index.scss */
  .tab-content,
  .tab-content1 {
    padding: 30px 0 0px;
  }

  /* line 3406, ../_scss/index.scss */
  .list-tab>li {
    font-size: 16px;
  }

  /* line 3410, ../_scss/index.scss */
  .tab-area-lists li {
    font-size: 20px;
  }

  /* line 3414, ../_scss/index.scss */
  .ten-title {
    width: 78.6666666667vw;
  }

  /* line 3418, ../_scss/index.scss */
  .ten-ab {
    top: -26.6666666667vw;
    right: 4.2666666667vw;
  }

  /* line 3421, ../_scss/index.scss */
  .ten-ab img {
    width: 81.6vw;
  }

  /* line 3437, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    width: 100%;
    margin-right: -2%;
    margin-top: -4%;
    margin-left: 5.5%;
  }

  /* line 3452, ../_scss/index.scss */
  .eleven-flex {
    width: 89.3333333333vw;
    margin: 0 auto;
  }

  /* line 3457, ../_scss/index.scss */
  .eleven-header-box {
    width: 89.3333333333vw;
  }

  /* line 3460, ../_scss/index.scss */
  .eleven-header-box .elb-title {
    width: 90%;
  }

  /* line 3465, ../_scss/index.scss */
  .eleven-flex .eleven-flex-content {
    width: 43.3333333333vw;
    margin-bottom: 4vw;
  }

  /* line 3470, ../_scss/index.scss */
  .efc-link a {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    margin: 20px auto 0;
    text-align: center;
  }

  /* line 3471, ../_scss/index.scss */
  .efc-link a::after {
    right: 30px;
    width: 30px;
  }

  /* line 3476, ../_scss/index.scss */
  .efc-link a:hover::after {
    right: 20px;
    width: 40px;
  }

  /* line 3487, ../_scss/index.scss */
  .twelve-title {
    width: 400px;
  }

  /* line 3491, ../_scss/index.scss */
  .twelve-flex {
    display: block;
  }

  /* line 3494, ../_scss/index.scss */
  .twelve-flex .twelve-box {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .twelve-flex .twelve-box:nth-child(odd) .twelve-box-title {
    background-color: #fd7d82;
  }

  .twelve-flex .twelve-box:nth-child(even) .twelve-box-title {
    background-color: #a8ce8e;
  }

  /* line 3498, ../_scss/index.scss */
  /* .twelve-flex .twelve-box:first-child {
    margin-bottom: 30px;
  } */
  /* line 3504, ../_scss/index.scss */
  .twelve-text {
    width: 90%;
    width: 85%;
  }

  /* line 3510, ../_scss/index.scss */
  .thirty-title {
    width: 59.2vw;
  }

  /* line 3515, ../_scss/index.scss */
  #thirty .tab-content,
  #thirty .tab-content1 {
    padding-top: 10px;
    border: 5px solid #10345a;
  }

  /* line 3520, ../_scss/index.scss */
  #thirty .embed-responsive {
    width: 100%;
  }

  /* line 3524, ../_scss/index.scss */
  #thirty .tab-text {
    width: 95%;
    margin: 0 auto;
  }

  /* line 3525, ../_scss/index.scss */
  #thirty .tab-text h3 {
    font-size: 16px;
    padding: 10px 0;
  }

  /* line 3530, ../_scss/index.scss */
  #thirty .tab-text p {
    font-size: 14px;
  }

  /* line 3539, ../_scss/index.scss */
  .tab-area-flex {
    display: block;
  }

  /* line 3543, ../_scss/index.scss */
  .tf2 {
    margin-bottom: 0px;
  }

  /* line 3548, ../_scss/index.scss */
  .modal-text h3 {
    font-size: 20px;
  }

  /* line 3552, ../_scss/index.scss */
  .modal-text p {
    letter-spacing: 4px;
    line-height: 2;
  }

  /* line 3558, ../_scss/index.scss */
  .modal__content {
    padding: 30px 20px;
    width: 80%;
    height: 80%;
    top: 55%;
  }

  /* line 3565, ../_scss/index.scss */
  .fourty-title {
    width: 100%;
  }

  /* line 3569, ../_scss/index.scss */
  .fourty-box-title {
    width: 90%;
  }

  /* line 3573, ../_scss/index.scss */
  #fourty h2 {
    font-size: 36px;
  }

  /* line 3577, ../_scss/index.scss */
  .fourty-text {
    width: 90%;
    margin: 60px auto 40px;
  }

  /* line 3582, ../_scss/index.scss */
  .fourty_btn a {
    width: 90%;
  }

  /* line 3586, ../_scss/index.scss */
  .hosyou {
    width: 60px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  /* line 3592, ../_scss/index.scss */
  #fourty .big {
    font-size: 64px;
    padding: 0 10px;
  }

  /* line 3597, ../_scss/index.scss */
  .fourty-title {
    margin-bottom: 20px;
  }

  /* line 3601, ../_scss/index.scss */
  .fourty-text {
    width: 70%;
    margin: 20px auto 30px;
  }

  /* line 3606, ../_scss/index.scss */
  .fourty_btn a {
    font-size: 20px;
    width: 80%;
  }

  /* line 3610, ../_scss/index.scss */
  .fourty_btn a::after {
    right: 50px;
    width: 30px;
  }

  /* line 3615, ../_scss/index.scss */
  .fourty_btn a:hover::after {
    right: 30px;
    width: 50px;
  }

  /* line 3621, ../_scss/index.scss */
  .fourty-box-title {
    width: 300px;
    margin: 60px auto 20px;
  }

  /* line 3626, ../_scss/index.scss */
  .fourty-box {
    width: 90%;
    border: 5px solid #10345a;
  }

  /* line 3630, ../_scss/index.scss */
  .fourty-box .fourty-box-text {
    padding: 15px;
  }

  /* line 3635, ../_scss/index.scss */
  .all-fixed {
    position: fixed;
    top: 0;
    left: 0;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    z-index: 1000000;
  }

  /* line 3644, ../_scss/index.scss */
  .all-fixed .all-fixed-link {
    width: 50%;
    border-bottom: 3px solid #fff;
  }

  /* line 3648, ../_scss/index.scss */
  .all-fixed .all-fixed-link:first-child {
    border-right: 3px solid #fff;
  }

  /* line 3652, ../_scss/index.scss */
  .all-fixed .all-fixed-link a {
    display: inline-block;
    background: #10345a;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 22px;
    width: 100%;
    line-height: 1.136;
    height: 100%;
    font-weight: bold;
  }

  /* line 3666, ../_scss/index.scss */
  .all-fixed .all-fixed-link a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 12%;
    width: 28px;
    height: 5px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
    transition: 0.3s;
  }

  .all-fixed .all-fixed-link:last-child a:after {
    top: calc(50% - 3px);
  }

  /* line 3681, ../_scss/index.scss */
  .all-fixed .all-fixed-link a:hover::after {
    width: 45px;
    right: 12%;
  }

  /* line 3687, ../_scss/index.scss */
  .all-fixed .all-fixed-link:last-child a {
    background: #e17f4b;
    padding: 25px 0px 10px;
  }

  /* line 3692, ../_scss/index.scss */
  .all-fixed .all-fixed-link a:hover {
    background-color: #e17f4b;
  }

  /* line 3696, ../_scss/index.scss */
  .all-fixed .all-fixed-link:last-child a:hover {
    background-color: #10345a;
  }

  /* line 3702, ../_scss/index.scss */
  .list-tab .active {
    /*     transform: scale(1.2) translateY(-3px); */
  }

  /* line 3706, ../_scss/index.scss */
  .tab.is-active {
    font-size: 3.4666666667vw;
    width: 21.3333333333vw;
  }

  /* line 3711, ../_scss/index.scss */
  /* line 3716, ../_scss/index.scss */
  /* line 3720, ../_scss/index.scss */
  /* line 3726, ../_scss/index.scss */
  .list-tab .active {
    /*     width: 18%; */
  }

  /* line 3731, ../_scss/index.scss */
  /*
    .list-tab li:nth-child(1).active {
      margin-left: 1.5%;
      margin-right: 10px;
    }
  */
  /* line 3736, ../_scss/index.scss */
  /* .list-tab li:nth-child(2).active, .list-tab li:nth-child(3).active, .list-tab li:nth-child(4).active {
    margin: auto 10px;
  } */
  /* line 3740, ../_scss/index.scss */
  /*
    .list-tab li:nth-child(5).active {
      margin-right: 1.5%;
      margin-left: 10px;
    }
  */
  /* line 3763, ../_scss/index.scss */
  .js-modal-close {
    font-size: 14px;
  }

  /* comfortable */
  #section-comfortable {
    background-color: transparent;
    position: relative;
  }

  #section-comfortable::before {
    content: "";
    display: block;
    width: 92vw;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fffbe5;
  }

  #section-comfortable .inner {
    max-width: 100%;
  }

  .comfortable-arrow {
    display: none;
  }

  .comfortable-ab {
    left: 20px;
    top: -60px;
  }

  .comfortable-ab img {
    height: 65px;
  }

  :root .comfortable-title {
    width: 70.9333333333vw;
  }

  .comfortable-title.border-longer img {
    padding-bottom: 7px;
  }

  .comfortable-img01 {
    margin-top: -5%;
  }

  .comfortable-img02 {
    width: 100%;
  }

  .comfortable-img04 {
    width: 100%;
  }

  .comfortable-img05 {
    width: 100%;
    padding-right: 0;
  }

  .comfortable-img06 {
    width: 100%;
    margin-left: 0;
  }

  label.comfortable-trigger::after {
    top: 35%;
    right: 20px;
    width: 5.2727272727vw;
    height: 5.8666666667vw;
  }

  label.comfortable-trigger.is-open::after {
    top: 45%;
    right: 30px;
    transform: rotate(0deg);
  }

  /* specifications */
  #section-specifications::before {
    width: 92%;
    height: 100%;
  }

  #section-specifications .inner {
    max-width: 100%;
  }

  .specifications-ab {
    right: 15px;
    top: -57px;
  }

  .specifications-ab img {
    height: 74px;
  }

  :root .specifications-title {
    width: 400px;
    margin-bottom: 37px;
  }

  .specifications-title.border-longer img {
    padding-bottom: 7px;
  }

  #section-specifications .border-longers::after {
    top: 1px;
  }

  .specifications-img01 {
    width: 100%;
    margin-top: 0;
  }

  label.specifications-trigger::after {
    top: 35%;
    right: 20px;
    width: 5.2727272727vw;
    height: 5.8666666667vw;
  }

  label.specifications-trigger.is-open::after {
    top: 45%;
    right: 30px;
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 499px) {
  .kv-box .kv-img img {
    padding: 35px 0 25px;
  }

  /* line 3769, ../_scss/index.scss */
  .lsp {
    display: block;
  }

  /* line 3773, ../_scss/index.scss */
  .lpc {
    display: none;
  }

  /* line 3777, ../_scss/index.scss */
  .js-modal-close {
    font-size: 12px;
  }

  /* line 3781, ../_scss/index.scss */
  /*
    .list-tab .active {
      transform: scale(1.2) translateY(-2px);
    }
  */
  /* line 3785, ../_scss/index.scss */
  .scroll span {
    top: 20px;
    width: 20px;
    height: 20px;
    margin-left: -11px;
  }

  /* line 3797, ../_scss/index.scss */
  .first_box-inner {
    width: 95%;
    margin: 0 auto 10px;
    padding: 10px 10px 0;
  }

  /* line 3803, ../_scss/index.scss */
  .first_btn {
    height: 50px;
    margin-bottom: 10px;
  }

  /* line 3807, ../_scss/index.scss */
  .first_btn a {
    font-size: 13px;
    padding: 15px 50px 10px;
  }

  /* line 3811, ../_scss/index.scss */
  .first_btn a:after {
    right: 20px;
    width: 40px;
  }

  /* line 3816, ../_scss/index.scss */
  .first_btn a:hover::after {
    width: 50px;
    right: 10px;
  }

  /* line 3823, ../_scss/index.scss */
  .first_box-inner .first-flex-text p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  /* line 3852, ../_scss/index.scss */
  .second-flex .second-text small {
    font-size: 10px;
  }

  /* line 3879, ../_scss/index.scss */
  .border-longer img {
    padding-bottom: 10px;
  }

  /* line 3883, ../_scss/index.scss */
  .third-title.border-longers::after {
    transform: translateY(48px);
  }

  /* line 3905, ../_scss/index.scss */
  .third-box-inner {
    width: 95%;
    padding: 10px;
  }

  /* line 3909, ../_scss/index.scss */
  .third-box-inner .third-box-text p {
    font-size: 14px;
    text-align: left;
  }

  /* line 3915, ../_scss/index.scss */
  .third-box-title {
    margin-left: 0%;
  }

  /* line 3919, ../_scss/index.scss */
  .third-box-inner .third-icon {
    margin: 10px auto;
  }

  /* line 3923, ../_scss/index.scss */
  .four-title {
    width: 200px;
    margin-bottom: 60px;
  }

  /* line 3929, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    margin-bottom: 60px;
  }

  /* line 3934, ../_scss/index.scss */
  :root .four-title {
    margin-bottom: 60px;
  }

  /* line 3938, ../_scss/index.scss */
  .four-ab {
    top: -40px;
    right: -7%;
  }

  /* line 3942, ../_scss/index.scss */
  .four-ab img {
    width: 180px;
  }

  /* line 3947, ../_scss/index.scss */
  #section4 {
    margin-bottom: 100px;
  }

  /* line 3950, ../_scss/index.scss */
  #section4 .border-longers::after {
    transform: translateY(104px);
  }

  /* line 3954, ../_scss/index.scss */
  #section4 .third-flex {
    margin-bottom: 30px;
    margin-top: -30px;
  }

  /* line 3955, ../_scss/index.scss */
  #section4 .third-flex .third-text-box p {
    letter-spacing: 2px;
    padding: 20px 15px 20px 10px;
    text-align: left;
  }

  /* line 3965, ../_scss/index.scss */
  #section4 .border-longers::after {
    transform: translateY(71px);
  }

  /* line 3969, ../_scss/index.scss */
  #section4 .third-text-box {
    width: 95%;
    margin-left: -1%;
  }

  /* line 4002, ../_scss/index.scss */
  #nine .border-longers::after {
    width: 2px;
  }

  #nine .content_class .row div {
    font-size: 16px;
  }

  /* line 4006, ../_scss/index.scss */
  .five-flex-box {
    right: -5px;
    bottom: -40px;
  }

  /* line 4011, ../_scss/index.scss */
  .skip-title {
    width: 100%;
  }

  /* line 4047, ../_scss/index.scss */
  .skip-abso {
    width: 75%;
    margin-left: 5%;
  }

  /* line 4073, ../_scss/index.scss */
  #seven {
    padding: 30px 0;
  }

  /* line 4087, ../_scss/index.scss */
  .five-flex-box img {
    width: 110px;
    padding-right: 5px;
  }

  /* line 4092, ../_scss/index.scss */
  .five-flex-box .two {
    width: 170px;
  }

  /* line 4102, ../_scss/index.scss */
  .third-flex .third-text-box p {
    padding-top: 20px;
  }

  /* line 4105, ../_scss/index.scss */
  .third-flex .third-text-box p:first-child {
    padding-bottom: 0px;
  }

  /* line 4111, ../_scss/index.scss */
  .tab-area-flex-item .text {
    padding: 0px;
  }

  /* line 4120, ../_scss/index.scss */
  .tab-area-flex-item .point-circle {
    width: 30%;
  }

  /* line 4125, ../_scss/index.scss */
  /* line 4138, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    top: -18.5%;
  }

  /* line 4151, ../_scss/index.scss */
  .circle-text1,
  .circle-text2 {
    font-size: 12px;
    margin: 70px auto;
  }

  /* line 4156, ../_scss/index.scss */
  .point-flex {
    margin-bottom: 20px;
  }

  /* line 4212, ../_scss/index.scss */
  /* line 4216, ../_scss/index.scss */
  #nine .border-longers::after {
    transform: translateY(28px);
  }

  /* line 4224, ../_scss/index.scss */
  .tab-area-lists {
    width: 90%;
  }

  /* line 4228, ../_scss/index.scss */
  .nine-caution {
    width: 85%;
  }

  /* line 4229, ../_scss/index.scss */
  .nine-caution p {
    font-size: 14px;
  }

  /* line 4236, ../_scss/index.scss */
  .list-tab>li {
    font-size: 14px;
    padding: 5px 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  /* line 4243, ../_scss/index.scss */
  #thirty .list-tab>li {
    width: 30.5%;
  }

  /* line 4247, ../_scss/index.scss */
  .tab-area-lists li {
    font-size: 16px;
  }

  /* line 4251, ../_scss/index.scss */
  #thirty .tab-area-wrapper {
    padding: 7.5px;
  }

  /* line 4255, ../_scss/index.scss */
  #nine .tab-area-wrapper {
    padding: 0px;
  }

  /* line 4282, ../_scss/index.scss */
  .efc-link a {
    font-size: 14px;
    padding: 10px 0px 10px 40px;
    margin: 20px auto 0;
    text-align: left;
  }

  /* line 4283, ../_scss/index.scss */
  .efc-link a::after {
    right: 20px;
    width: 20px;
  }

  /* line 4288, ../_scss/index.scss */
  .efc-link a:hover::after {
    right: 10px;
    width: 30px;
  }

  /* line 4299, ../_scss/index.scss */
  .eleven-header {
    padding-top: 60px;
    margin-bottom: 20px;
  }

  /* line 4308, ../_scss/index.scss */
  .modal__content {
    padding: 30px 15px;
    width: 95%;
    height: 75%;
    border: #10345a 3px solid;
  }

  /* line 4316, ../_scss/index.scss */
  _::-webkit-full-page-media,
  _:future {
    top: 47.5%;
  }

  /* line 4321, ../_scss/index.scss */
  :root .modal__content {
    top: 47.5%;
  }

  /* line 4325, ../_scss/index.scss */
  .twelve-title {
    width: 280px;
  }

  /* line 4333, ../_scss/index.scss */
  .twelve-movie-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* line 4347, ../_scss/index.scss */
  #thirty .tab-text {
    width: 95%;
  }

  /* line 4348, ../_scss/index.scss */
  #thirty .tab-text h3 {
    letter-spacing: 1px;
    line-height: 1.8;
  }

  /* line 4356, ../_scss/index.scss */
  .fourty-box-title {
    width: 90%;
  }

  /* line 4360, ../_scss/index.scss */
  #fourty h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  /* line 4365, ../_scss/index.scss */
  .fourty-text {
    width: 90%;
    margin: 20px auto 30px;
  }

  /* line 4370, ../_scss/index.scss */
  .fourty_btn a {
    width: 90%;
  }

  /* line 4374, ../_scss/index.scss */
  .hosyou {
    width: 35px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  /* line 4380, ../_scss/index.scss */
  #fourty .big {
    font-size: 40px;
    padding: 0 5px;
  }

  /* line 4385, ../_scss/index.scss */
  .fourty-title {
    margin-bottom: 20px;
  }

  /* line 4389, ../_scss/index.scss */
  .fourty_btn a {
    font-size: 14px;
    width: 90%;
    padding: 15px 0;
  }

  /* line 4394, ../_scss/index.scss */
  .fourty_btn a::after {
    right: 25px;
    width: 25px;
  }

  /* line 4399, ../_scss/index.scss */
  .fourty_btn a:hover::after {
    right: 5px;
    width: 45px;
  }

  /* line 4405, ../_scss/index.scss */
  .fourty-box-title {
    width: 200px;
    margin: 30px auto 10px;
  }

  /* line 4410, ../_scss/index.scss */
  .fourty-box .fourty-box-text {
    padding: 7.5px;
  }

  /* line 4413, ../_scss/index.scss */
  .fourty-box .fourty-box-text p {
    font-size: 14px;
  }

  /* line 4419, ../_scss/index.scss */
  .all-fixed .all-fixed-link a {
    font-size: 14px;
  }

  /* line 4422, ../_scss/index.scss */
  .all-fixed .all-fixed-link a:after {
    right: 10%;
    top: calc(50% - 10px);
    width: 15px;
  }

  /* line 4427, ../_scss/index.scss */
  .all-fixed .all-fixed-link a:hover::after {
    width: 28px;
    right: 5%;
  }

  /* line 4433, ../_scss/index.scss */
  .all-fixed .all-fixed-link:last-child a {
    background: #e17f4b;
    padding: 21px 0px 10px;
  }

  /* line 4443, ../_scss/index.scss */
  .kv-logo-in img {
    width: 50%;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
  }

  /* line 4460, ../_scss/index.scss */
  .indexkv-wrapper {
    margin-bottom: 30px;
  }

  /* line 4464, ../_scss/index.scss */
  #section1 {
    padding-bottom: 30px;
  }

  /* line 4468, ../_scss/index.scss */
  /* line 4472, ../_scss/index.scss */
  .nine-title {
    width: 100%;
  }

  /* line 4478, ../_scss/index.scss */
  #nine .border-longers::after {
    transform: translateY(20px);
    animation: border_anim4 1s 1s forwards;
  }

  @keyframes border_anim4 {
    0% {
      height: 0px;
    }

    100% {
      height: 15px;
    }
  }

  /* line 4515, ../_scss/index.scss */
  .twelve-title {
    width: 220px;
    margin-bottom: 15px;
  }

  /* line 4524, ../_scss/index.scss */
  #thirty {
    padding: 40px 0;
  }

  /* line 4527, ../_scss/index.scss */
  #thirty .list-tab>li {
    padding: 5px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  /* line 4534, ../_scss/index.scss */
  #fourty {
    padding: 30px 0;
  }

  /* line 4539, ../_scss/index.scss */
  #thirty .tab-content,
  #thirty .tab-content1 {
    padding-bottom: 5px;
    padding-top: 5px;
    border: 3px solid #10345a;
  }

  /* line 4546, ../_scss/index.scss */
  #last {
    padding: 30px 0;
  }

  /* line 4551, ../_scss/index.scss */
  .modal-text h3 {
    font-size: 16px;
  }

  /* line 4555, ../_scss/index.scss */
  .modal-text p {
    font-size: 14px;
  }

  /* line 4560, ../_scss/index.scss */
  .panel-group .panel {
    border-width: 3px;
  }

  /* line 4573, ../_scss/index.scss */
  .border-longers::before {
    border-bottom: solid 2px #10345a;
  }

  /* line 4577, ../_scss/index.scss */
  .border-longers::after {
    width: 2px;
  }

  /* line 4582, ../_scss/index.scss */
  .third-box-inner {
    border: 3px solid #10345a;
    border-bottom: none;
  }

  /* line 4583, ../_scss/index.scss */
  .third-box-inner:last-child {
    border-bottom: 3px solid #10345a;
  }

  /* line 4604, ../_scss/index.scss */
  .tab-area-wrapper {
    padding: 7.5px;
  }

  /* line 4613, ../_scss/index.scss */
  /* line 4618, ../_scss/index.scss */
  /* line 4623, ../_scss/index.scss */
  .android .tab-B.is-active,
  .android .tab-C.is-active {
    margin-bottom: -1px;
  }

  /* line 4628, ../_scss/index.scss */
  /* line 4634, ../_scss/index.scss */
  /*
    .list-tab .active {
      width: 18%;
    }
  */
  /* line 4639, ../_scss/index.scss */
  /*
    .list-tab li:nth-child(1).active {
      margin-left: 1.5%;
      margin-right: 7px;
    }
  */
  /* line 4644, ../_scss/index.scss */
  /*
    .list-tab li:nth-child(2).active,
    .list-tab li:nth-child(3).active,
    .list-tab li:nth-child(4).active {
      margin: 0 7px;
    }
  */
  /* line 4648, ../_scss/index.scss */
  /*
    .list-tab li:nth-child(5).active {
      margin-right: 1.5%;
      margin-left: 7px;
    }
  */
  /* line 4656, ../_scss/index.scss */
  /* line 4671, ../_scss/index.scss */
  .circle-text1 span:nth-child(1),
  .circle-text2 span:nth-child(1) {
    transform: rotate(-12deg);
    top: 10px;
  }

  /* line 4676, ../_scss/index.scss */
  .circle-text1 span:nth-child(2),
  .circle-text2 span:nth-child(2) {
    transform: rotate(-7deg);
    top: 7px;
  }

  /* line 4681, ../_scss/index.scss */
  .circle-text1 span:nth-child(3),
  .circle-text2 span:nth-child(3) {
    transform: rotate(0deg);
    top: 6px;
  }

  /* line 4686, ../_scss/index.scss */
  .circle-text1 span:nth-child(4),
  .circle-text2 span:nth-child(4) {
    transform: rotate(3deg);
    top: 7px;
  }

  /* line 4691, ../_scss/index.scss */
  .circle-text1 span:nth-child(5),
  .circle-text2 span:nth-child(5) {
    transform: rotate(9deg);
    top: 10px;
  }

  /* line 4696, ../_scss/index.scss */
  #page_top {
    width: 60px;
    height: 60px;
    right: 5px;
    bottom: 5px;
  }

  /* line 4702, ../_scss/index.scss */
  #page_top a {
    width: 60px;
    height: 60px;
  }

  /* line 4706, ../_scss/index.scss */
  #page_top a::before {
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -22.5px;
  }

  /* line 4713, ../_scss/index.scss */
  #page_top a::after {
    font-size: 12px;
    top: 30px;
  }

  /* line 4721, ../_scss/index.scss */
  #section11 .thumb-list {
    width: 100%;
  }

  /* line 4725, ../_scss/index.scss */
  #section11 .thumb-link {
    border: 3px solid transparent;
  }

  /* line 4728, ../_scss/index.scss */
  #section11 .thumb-link.active {
    border: #e17f4b 3px solid;
    -webkit-border: #e17f4b 3px solid;
  }

  /* line 4734, ../_scss/index.scss */
  #section11 .slide-title {
    padding: 2.5px 0;
  }

  /* line 4737, ../_scss/index.scss */
  #section11 .slide-title h3 {
    font-size: 16px;
  }

  /* line 4744, ../_scss/index.scss */
  .embed-responsive:before {
    width: 40px;
    height: 40px;
  }

  /* line 4749, ../_scss/index.scss */
  .embed-responsive:after {
    border-width: 7.5px 0 7.5px 15px;
  }

  .comfortable-ab {
    top: -30px;
  }

  .comfortable-ab img {
    height: 35px;
  }

  :root .comfortable-title {
    width: 265px;
  }

  #section-specifications {
    padding: 25px 0 0;
    margin: 0px 0 35px auto;
  }

  /* specifications */
  .specifications-ab img {
    height: 44px;
  }

  .specifications-ab {
    top: -33px;
  }

  :root .specifications-title {
    width: 300px;
    margin-bottom: 25px;
  }

  #section-specifications .border-longers::after {
    top: -18px;
  }
}

@media screen and (max-width: 428px) {

  /* line 4765, ../_scss/index.scss */
  .tab-area-lists {
    width: 90%;
  }

  /* line 4769, ../_scss/index.scss */
  .nine-caution {
    width: 85%;
  }

  /* line 4770, ../_scss/index.scss */
  .nine-caution p {
    font-size: 12px;
    font-size: 12px;
  }

  /* line 4778, ../_scss/index.scss */
  .list-tab>li {
    font-size: 2.6666666667vw;
  }

  .list-tab>li br {
    display: block;
  }

  /* line 4782, ../_scss/index.scss */
  .first_box-inner .first-flex-text p {
    font-size: 13px;
    letter-spacing: 2px;
  }

  /* line 4803, ../_scss/index.scss */
  .efc-link a {
    font-size: 12px;
    padding: 10px 20px 10px 0px;
    margin: 20px auto 0;
    text-align: center;
  }

  /* line 4820, ../_scss/index.scss */
  .third-flex {
    margin: -30px auto 30px;
    display: block;
  }

  /* line 4825, ../_scss/index.scss */
  .fourty-box {
    width: 92.5%;
    border: 3px solid #10345a;
  }
}

@media screen and (max-width: 374px) {

  /* line 4840, ../_scss/index.scss */
  .third-box-inner .third-box-text p {
    letter-spacing: 2px;
  }

  /* line 4844, ../_scss/index.scss */
  #third .border-longers::after {
    transform: translateY(48px);
  }

  /* line 4849, ../_scss/index.scss */
  .five-flex-box img {
    width: 80px;
    height: auto;
  }

  /* line 4854, ../_scss/index.scss */
  .five-flex-box .two {
    width: 160px;
    padding-left: 5px;
  }

  /* line 4870, ../_scss/index.scss */
  .efc-link a {
    font-size: 10px;
    padding: 10px 0px 10px 0px;
    margin: 20px auto 0;
    text-align: center;
  }
}

.second-title-origin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.second-title-origin.sp {
  flex-direction: column;
}

.second-title-origin .house {
  max-width: none;
  width: 50px;
  margin-right: 15px;
}

.notice {
  font-size: 13px;
  line-height: 1.692;
  letter-spacing: 0.1em;
  width: 61%;
  text-align: center;
  margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
  .second-title-origin .house {
    width: 11.46666667vw;
    margin: 0 auto 2.26666667vw;
  }

  .notice {
    text-align: center;
    font-size: 2.66666667vw;
    line-height: 1.75;
    letter-spacing: 0.09em;
    width: 100%;
    margin-top: 2.4vw;
  }
}

.sectionBtn_wrap {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionBtn_wrap+.sectionBtn_wrap {
  margin-top: 16px;
  margin-bottom: 156px;
}

.sectionBtn_wrap a {
  display: block;
  font-size: 19px;
  position: relative;
  color: #fff;
  border-radius: 45px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 90px;
}

.sectionBtn_wrap a::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  transform: translateY(-50%);
}

.sectionBtn_wrap.wrap01 {
  gap: 16px;
}

.sectionBtn_wrap.wrap01 a {
  width: calc((100% - 48px) / 4);
  padding-left: 45px;
}

@media screen and (max-width: 1024px) {
  .sectionBtn_wrap.wrap01 a {
    padding-left: 30px;
  }
}

.sectionBtn_wrap.wrap01 a:first-child {
  background-color: #2e3176;
}

.sectionBtn_wrap.wrap01 a:first-child img {
  width: 35px;
}

.sectionBtn_wrap.wrap01 a:nth-child(2) {
  background-color: #ffbf02;
}

.sectionBtn_wrap.wrap01 a:nth-child(2) img {
  width: 36px;
}

.sectionBtn_wrap.wrap01 a:nth-child(3) {
  background-color: #e37f44;
}

.sectionBtn_wrap.wrap01 a:nth-child(3) img {
  width: 30px;
}

.sectionBtn_wrap.wrap01 a:nth-child(4) {
  background-color: #00a99c;
}

.sectionBtn_wrap.wrap01 a:nth-child(4) img {
  width: 30px;
}

.sectionBtn_wrap.wrap02 {
  gap: 20px;
}

.sectionBtn_wrap.wrap02 a {
  width: calc((100% - 40px) / 3);
  background-color: #0d335b;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .sectionBtn_wrap.wrap02 a {
    padding-left: 10px;
  }
}

.sectionBtn_wrap.wrap02 a:nth-child(1) {
  padding-left: 50px;
}

.sectionBtn_wrap.wrap02 a:nth-child(1) img {
  width: 38px;
}

.sectionBtn_wrap.wrap02 a:nth-child(2) img {
  width: 38px;
}

.sectionBtn_wrap.wrap02 a:nth-child(3) img {
  width: 44px;
}

@media screen and (max-width: 768px) {
  .sectionBtn_wrap {
    max-width: 78.4%;
    display: block;
  }

  .sectionBtn_wrap+.sectionBtn_wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sectionBtn_wrap a {
    font-size: 4vw;
    border-radius: 6.4vw;
    gap: 2.66666667vw;
    height: 12.66666667vw;
    justify-content: center;
    margin-bottom: 4.53333333vw;
  }

  .sectionBtn_wrap a::before {
    right: 9%;
    border-width: 4.26666667vw 2.13333333vw 0 2.13333333vw;
  }

  .sectionBtn_wrap.wrap01 a {
    width: 100%;
    padding-left: 0;
  }

  .sectionBtn_wrap.wrap01 a:first-child img {
    width: 9.524%;
  }

  .sectionBtn_wrap.wrap01 a:nth-child(2) img {
    width: 9.86394558%;
  }

  .sectionBtn_wrap.wrap01 a:nth-child(3) img {
    width: 8.16326531%;
  }

  .sectionBtn_wrap.wrap01 a:nth-child(4) img {
    width: 8.16326531%;
  }

  .sectionBtn_wrap.wrap02 {
    margin-bottom: 28vw;
  }

  .sectionBtn_wrap.wrap02 a {
    width: 100%;
    padding-left: 0;
  }

  .sectionBtn_wrap.wrap02 a:nth-child(1) {
    padding-left: 0;
  }

  .sectionBtn_wrap.wrap02 a:nth-child(1) img {
    width: 10.54421769%;
  }

  .sectionBtn_wrap.wrap02 a:nth-child(2) img {
    width: 10.54421769%;
  }

  .sectionBtn_wrap.wrap02 a:nth-child(3) {
    margin-bottom: 0;
  }

  .sectionBtn_wrap.wrap02 a:nth-child(3) img {
    width: 12.24489796%;
  }
}

.fixed_btnWrap {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
  max-width: 350px;
}

.fixed_btnWrap a {
  display: block;
  width: 100%;
}

.fixed_btnWrap a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .fixed_btnWrap {
    width: 100%;
    top: initial;
    bottom: 0;
    right: 0;
  }

  .fixed_btnWrap a {
    width: 100%;
  }

  .fixed_btnWrap a img {
    width: 100%;
  }
}

.btnWrap02 {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .btnWrap02 {
    margin-bottom: 26.6666666667vw;
  }
}

.btnWrap02 .inner {
  max-width: 850px;
}

.btnWrap03 {
  margin-top: 50px;
  margin-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .btnWrap03 {
    margin-top: 14.6666666667vw;
    margin-bottom: 28.6666666667vw;
  }
}

.btnWrap03 .inner {
  max-width: 850px;
}

.btnWrap04 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .btnWrap04 {
    margin-bottom: 10vw;
  }
}

.btnWrap04 .inner {
  max-width: 850px;
}

#section5_bottom {
  padding: 70px 0 0;
  background-color: #fdf6f2;
}

@media screen and (max-width: 768px) {
  #section5_bottom {
    padding: 10vw 0 0;
  }
}

#designAwards {
  padding: 65px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #designAwards {
    padding: 12vw 0;
  }
}

#designAwards::before {
  content: "";
  display: block;
  width: 70.3125%;
  min-width: 800px;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fdf6f2;
}

@media screen and (max-width: 768px) {
  #designAwards::before {
    width: 92vw;
    min-width: initial;
  }
}

.designAwards_box {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #e37f44;
}

@media screen and (max-width: 768px) {
  .designAwards_box {
    max-width: 89.3333333333vw;
    border: 0.8vw solid #e37f44;
  }
}

.designAwards_img {
  max-width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .designAwards_img {
    max-width: 87.7333333333vw;
  }
}

.designAwards_note {
  font-size: 14px;
  line-height: 1.285;
  letter-spacing: 0.12em;
  padding: 23px 30px 40px;
}

@media screen and (max-width: 768px) {
  .designAwards_note {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.9333333333vw 2.4vw;
  }
}

.wrap-tab._02 dl {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

.wrap-tab._02 dl:last-child {
  margin-bottom: 50px;
}

.wrap-tab._02 dl dt {
  width: 90px;
}

.wrap-tab._02 dl dd ul {
  display: flex;
  gap: 10px;
}

.wrap-tab._02 dl dd ul li {
  background-color: #10345a;
  border-radius: 15px;
}

.wrap-tab._02 dl dd ul li a {
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
}

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