@charset "UTF-8";

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 30px
}

.swiper-button-prev {
  left: 20px
}

.swiper-button-next {
  right: 20px
}

.swiper-button-prev:after,
.swiper-button-next:after {
  width: 30px;
  height: 30px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.swiper-button-prev:after {
  background-image:url("data:image/svg+xml,%3csvg%20id='swiper-arrow.svg'%20xmlns='http://www.w3.org/2000/svg'%20width='59.645'%20height='59.705'%20viewBox='0%200%2059.645%2059.705'%3e%3cdefs%3e%3cstyle%3e%20.cls-1,%20.cls-2%20{%20fill:%20none;%20stroke:%20%23fc7d86;%20}%20.cls-1%20{%20stroke-width:%201.705px;%20}%20.cls-2%20{%20stroke-width:%203.409px;%20fill-rule:%20evenodd;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20id='楕円形_776_のコピー'%20data-name='楕円形%20776%20のコピー'%20class='cls-1'%20cx='29.822'%20cy='29.852'%20r='28.97'/%3e%3cpath%20id='長方形_777_のコピー'%20data-name='長方形%20777%20のコピー'%20class='cls-2'%20d='M3470.35,11998.1l-8.39-7.9,8.39-7.8'%20transform='translate(-3436.368%20-11960.548)'/%3e%3c/svg%3e")
}

.swiper-button-next:after {
  background-image:url("data:image/svg+xml,%3csvg%20id='swiper-arrow2.svg'%20xmlns='http://www.w3.org/2000/svg'%20width='59.645'%20height='59.705'%20viewBox='0%200%2059.645%2059.705'%3e%3cdefs%3e%3cstyle%3e%20.cls-1,%20.cls-2%20{%20fill:%20none;%20stroke:%20%23fc7d86;%20}%20.cls-1%20{%20stroke-width:%201.705px;%20}%20.cls-2%20{%20stroke-width:%203.409px;%20fill-rule:%20evenodd;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20id='楕円形_776'%20data-name='楕円形%20776'%20class='cls-1'%20cx='29.822'%20cy='29.852'%20r='28.97'/%3e%3cpath%20id='長方形_777'%20data-name='長方形%20777'%20class='cls-2'%20d='M4091.65,11982.4l8.39,7.8-8.39,7.9'%20transform='translate(-4065.988%20-11960.548)'/%3e%3c/svg%3e")
}

.swiper-slide img {
  width: 100%;
  height: auto
}

.swiper-pagination {
  bottom: 20px !important
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1
}

.swiper-pagination-bullet-active {
  background: #fc7d86
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
p,
img,
var,
i,
dl,
dt,
dd,
ul,
li,
details,
footer,
header,
nav,
section,
summary,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline
}

body {
  line-height: 1
}

details,
footer,
header,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  height: 100%;
  margin-inline: auto
}

.header__menuBtn {
  position: relative;
  width: 36px;
  height: 14px;
  cursor: pointer
}

.header__menuBtn.open {
  height: 36px
}

.header__menuBtn.open .header__menuBtnLine:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  transform: rotate(45deg)
}

.header__menuBtn.open .header__menuBtnLine:nth-child(2) {
  display: none
}

.header__menuBtn.open .header__menuBtnLine:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 50%;
  transform: rotate(-45deg)
}

.header__menuBtnLine {
  -webkit-transition-duration: .2s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black-01);
  transition-duration: .2s
}

.header__menuBtnLine:nth-child(1) {
  top: 0
}

.header__menuBtnLine:nth-child(2) {
  top: 6px
}

.header__menuBtnLine:nth-child(3) {
  top: 12px
}

.footer {
  width: 100%
}

.footer__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 0;
  background: #fcf3e9
}

.footer__topInn {
  width: 84%;
  margin-inline: auto;
  padding-bottom: 38px;
  border-bottom: 1px solid #fff
}

.footer__title {
  width: 100%;
  margin-bottom: 35px;
  text-align: center
}

.footer__title img {
  max-width: 100%;
  height: auto
}

.footer__topList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 25px;
  list-style: none;
  text-align: center
}

.footer__topItemText {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 2.1
}

.footer__topItemLink img {
  max-width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .footer__topItemLink img {
    height: 72px;
  }
}

.footer__btm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0 55px;
  background: #fcf3e9
}

.footer__btmInner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84%;
  margin-inline: auto
}

.footer__btmLogoArea {
  width: 100%;
  margin-bottom: 33px;
  text-align: center
}

.footer__btmLogoArea img {
  width: 202px;
  max-width: 100%;
  height: auto
}

.footer__snsArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 28px
}

.footer__sns:nth-child(1) img {
  width: 27px;
  height: auto
}

.footer__sns:nth-child(2) img {
  width: 33px;
  height: auto
}

.footer__copy {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0 18px;
  text-align: center
}

.footer__copyText {
  font-size: 10px;
  line-height: 1.5
}

:root {
  --black-01: #333333
}

body {
  width: 100%;
  overflow-x: hidden;
  color: var(--black-01);
  font-style: normal;
  font-family: Zen Kaku Gothic New, メイリオ, sans-serif;
  font-optical-sizing: auto
}

.main {
  display: grid;
  grid-template-columns: 1fr 405px 350px;
  width: 100%
}

.bgArea {
  container-type: inline-size;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh
}

@container (max-width: 571px) {
  .bgArea .bgArea__iconArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.bgAreaSwiper,
.bgAreaSwiper__slide {
  width: 100%;
  height: 100%
}

.bgAreaSwiper__slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bgArea__iconArea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: 50px;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 18px
}

.inMain {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
  z-index: 10;
  position: relative;
  box-shadow: 0 5px 15px #0000001a
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  background: #f7f5f0;
  background-image: url(../images/bgp.png);
  background-repeat: repeat;
  scrollbar-width: none
}

.nav::-webkit-scrollbar {
  display: none
}

.nav__header {
  width: 207px;
  margin-top: 75px;
  margin-inline: auto
}

.nav__header img {
  width: 100%;
  height: auto
}

.nav__pagingArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 50px);
  margin-top: 60px;
  margin-inline: auto;
  padding: 38px 0 45px;
  border-radius: 20px;
  background: #fff
}

.nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  list-style: none
}

.nav__item {
  position: relative;
  padding-bottom: 25px;
  line-height: 1
}

.nav__item:nth-last-child(1) {
  padding-bottom: 0
}

.nav__item:nth-last-child(1):before {
  display: none
}

.nav__item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 100%;
  background: #eee;
  content: ""
}

.nav__item:after {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #eee;
  content: ""
}

.nav__item.active:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: #fc7d86
}

.nav__link {
  padding-left: 30px;
  color: var(--black-01);
  text-decoration: none
}

.nav__link img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  max-width: 100%;
  height: auto;
  transform: translateY(-4px)
}

.nav__snsArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.nav__btnArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  width: calc(100% - 50px);
  margin-top: 50px;
  margin-inline: auto;
  gap: 15px
}

.nav__btnArea img {
  width: 100%;
  height: auto
}

.fadeInImg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-filter: blur(5px);
  -webkit-transition-duration: .5s;
  transform: scale(1.1);
  filter: blur(5px);
  opacity: 0;
  transition-duration: .5s
}

.fadeInImg.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-filter: blur(0);
  transform: scale(1);
  filter: blur(0);
  opacity: 1
}

.fadeInText {
  -webkit-transition-duration: .5s;
  opacity: 0;
  transition-duration: .5s
}

.fadeInText.active {
  opacity: 1
}

.youtube {
  aspect-ratio: 16/9;
  width: 100%
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: none
}

.headline2 {
  position: relative;
  padding-top: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .05em
}

.headline2:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #fc7d86;
  content: ""
}

.text {
  font-size: 16px;
  line-height: 1.71
}

.underline {
  display: inline;
  padding: 0 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffee7a));
  background: linear-gradient(transparent 60%, #ffee7a)
}

.sec__inner {
  width: 84%;
  margin-inline: auto
}

.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em
}

.fixArea {
  -webkit-transition-duration: .3s;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition-duration: .3s
}

.fixArea.active {
  display: none;
  opacity: 0
}

.fixArea__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  width: 94%;
  margin-inline: auto;
  padding: 0 0 20px;
  gap: 12px
}

.fixArea__btn {
  display: block;
  max-width: calc(50% - 6px)
}

.fixArea__btn img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3))
}

.mv {
  position: relative;
  width: 100%
}

.mv__img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.mv__catch {
  position: absolute;
  top: 14.3%;
  left: 8%;
  width: 86px;
  height: auto
}

.mv__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 100%;
  padding: 25px 0;
  background: #fc7d86;
  list-style: none
}

.mv__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff
}

.mv__item:nth-last-child(1) {
  border-right: none
}

.mv__underImg {
  max-width: 90%;
  height: auto
}

.sec1 {
  position: relative;
  width: 100%;
  padding-top: 76px
}

.sec1__bg1 {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 37.3%;
  height: auto
}

.sec1__imgArea {
  aspect-ratio: 126/77;
  width: 100%;
  margin-top: 40px;
  overflow: hidden
}

.sec1__imgArea img {
  width: 100%;
  height: auto
}

.sec1__text1 {
  margin-top: 20px
}

.sec1__text2 {
  margin-top: 32px;
  color: #333;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.57;
  text-align: center;

  margin: 32px -20px 0;
}

.sec1__text2 .underline {
  line-height: 1.7
}

.sec1__text2Span {
  display: inline-block;
  margin-bottom: 10px
}

.sec1__2 {
  position: relative;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 84px
}

.sec1__2:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 190.512px;
  left: 0;
  width: 100%;
  height: calc(100% - 190.512px);
  background: #fef9f2;
  content: ""
}

.sec1__bg2 {
  z-index: -1;
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  height: auto
}

.sec1__youtube {
  margin-bottom: 20px;
}

.sec1__2Title {
  width: 75%;
  margin-top: 50px;
  margin-inline: auto;
  color: #fc7d86;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center
}

.sec1__2Title img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-top: 23px
}

.sec1__2List {
  display: grid;
  grid-template-columns: 100%;
  margin-top: 28px;
  gap: 18px;
  list-style: none
}

.sec1__2Item {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff
}

.sec1__2Item img {
  display: block;
  width: 100%;
  height: auto
}

.sec1__2ItemText {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  font-size: 16px;
  line-height: 1.7
}

.sec2 {
  position: relative;
  width: 100%;
  padding-top: 70px;
  border-radius: 0 75px 0 0;
  background: #fff
}

.sec2:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fef9f2;
  content: ""
}

.sec2__list {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
  margin-top: 35px;
  gap: 35px;
  list-style: none
}

.sec2__item {
  width: 100%;
  text-align: center
}

.sec2__itemTitle {
  margin: 15px -9% 0
}

.sec2__itemTitle span {
  padding: 2px 5px 3px 7px;
  background: var(--black-01);
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 2.05;
  white-space: nowrap
}

.sec2__itemText {
  margin-top: 17px;
  text-align: left
}

.sec2Swiper {
  width: 100%;
  margin-top: 55px
}

.sec2Swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.sec2Swiper__slide img {
  width: 100%;
  height: auto
}

.sec3 {
  width: 100%;
  padding-top: 73px;
  padding-bottom: 80px;
  background: #fef9f2
}

.sec3__imgArea {
  aspect-ratio: 1260/788;
  width: 100%;
  margin-top: 40px;
  overflow: hidden
}

.sec3__imgArea img {
  width: 100%;
  height: auto
}

.sec3__textArea {
  margin-top: 25px
}

.sec3__name {
  color: #333;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  text-align: center
}

.sec3__text {
  margin-top: 25px
}

.sec4 {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  border-radius: 0 75px 0 0;
  background: #f9f9f9
}

.sec4:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fef9f2;
  content: ""
}

.sec4Swiper {
  margin-top: 40px;
  padding-bottom: 45px
}

.sec4Swiper .swiper-slide {
  height: auto
}

.sec4Swiper .swiper-slide.slide1 {
  margin-left: 0
}

.sec4Swiper .swiper-slide.slide1 .sec4__contTitle {
  color: #68a356
}

.sec4Swiper .swiper-slide.slide1 .sec4__contTimeArea {
  background: #77b265
}

.sec4Swiper .swiper-slide.slide1 .sec4__dt {
  background: #daf0d3
}

.sec4Swiper .swiper-slide.slide2 {
  margin-left: 0
}

.sec4Swiper .swiper-slide.slide2 .sec4__contTitle {
  color: #f28194
}

.sec4Swiper .swiper-slide.slide2 .sec4__contTimeArea {
  background: #f28194
}

.sec4Swiper .swiper-slide.slide2 .sec4__dt {
  background: #fbe4e8
}

.sec4Swiper .swiper-slide.slide3 {
  margin-left: 0
}

.sec4Swiper .swiper-slide.slide3 .sec4__contTitle {
  color: #e76e38
}

.sec4Swiper .swiper-slide.slide3 .sec4__contTimeArea {
  background: #ea7947
}

.sec4Swiper .swiper-slide.slide3 .sec4__dt {
  background: #f6dcd0
}

.sec4__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff
}

.sec4__contHeader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 85px;
  width: 100%;
  min-height: 87px;
  padding-left: 25px
}

.sec4__contTitle {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #333;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.37;
  margin-top: 20px;
}

.sec4__contTitle span {
  font-size: 14px
}

.sec4__contTimeArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 0 20px;
  background: #333
}

.sec4__contTime {
  color: #fff;
  font-weight: 700;
  font-size: 30px
}

.sec4__contTime span {
  font-size: 15px
}

.sec4__contImgArea {
  margin: 35px 25px 0
}

.sec4__contImgArea img {
  width: 100%;
  height: auto
}

.sec4__contText {
  margin: 20px 25px 0
}

.sec4__dl {
  width: calc(100% - 50px);
  margin: 18px 25px 0;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px
}

.sec4__dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  font-size: 17px;
  text-align: center
}

.sec4__dd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 15px;
  gap: 40px;
  font-size: 17px;
  white-space: nowrap
}

.sec4__priceB {
  color: #ff4949;
  font-weight: 700;
  font-size: 30px
}

.sec4__priceB span {
  color: #333;
  font-weight: 400;
  font-size: 12px
}

.sec4__priceB span.sec4__priceB-mini {
  color: #ff4949;
  font-weight: 700;
  font-size: 20px
}

.sec4__underText {
  font-size: 14px;
  line-height: 1.5
}

.sec4__title {
  text-align: center;
  color: #9f1548;
  font-size: 16px;
  margin: 20px -8% 0;
}

.sec4__bnrArea {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center
}

.sec4__bnrArea img {
  width: 100%;
  height: auto
}

.sec5 {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
  border-radius: 0 75px 0 0;
  background: #fff
}

.sec5:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #f9f9f9;
  content: ""
}

.sec5__text {
  margin-top: 40px
}

.sec5Swiper {
  margin-top: 26px;
  padding-bottom: 45px
}

.sec5Swiper .swiper-slide {
  height: auto
}

.sec5__cont {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #fff9f2
}

.sec5__contImgArea {
  width: 100%
}

.sec5__contImgArea img {
  width: 100%;
  height: auto
}

.sec5__contTextArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 25px 20px
}

.sec5__contTitle {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.73
}

.sec5__contText {
  margin-top: 20px
}

.sec5__contSupArea {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.5;
  text-align: right
}

.sec5__contPerson {
  font-weight: 700
}

.sec6 {
  position: relative;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
  border-radius: 0 75px 0 0;
  background: #f9f9f9
}

.sec6:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  content: ""
}

.sec6__detailsArea {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #ccc
}

.sec6__detailsArea summary {
  display: block;
  list-style-type: none
}

.sec6__detailsArea summary::-webkit-details-marker {
  display: none
}

.sec6__details {
  border-bottom: 1px solid #ccc
}

.sec6__details[open] .sec6__detailsSummury:after {
  display: none
}

.sec6__detailsSummury {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 20px 35px 20px 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.71
}

.sec6__detailsSummury:before {
  -ms-flex-negative: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  flex-shrink: 0;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  background: #fc7d86;
  content: ""
}

.sec6__detailsSummury:after {
  -ms-flex-negative: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  flex-shrink: 0;
  width: 2px;
  height: 14px;
  transform: translateY(-50%);
  background: #fc7d86;
  content: ""
}

.sec6__detailsInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  padding: 0 5px 20px;
  font-size: 16px;
  line-height: 1.71
}

.sec6__detailsInner:before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 6px;
  margin-left: 4px;
  border-radius: 50%;
  background: #fc7d86;
  content: ""
}

.sec6__detailsInner a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

@media (min-width: 769px) {
  .sec6__detailsInner a:hover {
    border-bottom: 1px solid transparent;
  }
}

.sec7 {
  position: relative;
  width: 100%;
  padding-top: 75px;
  border-radius: 0 75px 0 0;
  background: #fff
}

.sec7:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #f9f9f9;
  content: ""
}

.sec7Swiper {
  margin-top: 35px;
  padding-bottom: 45px
}

.sec7__cont {
  aspect-ratio: 1260/788;
  width: 100%;
  overflow: hidden;
  border-radius: 10px
}

.sec7__cont img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec7__dl {
  /* display: grid; */
  grid-template-columns: 5.5em 1fr;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #ccc
}

.sec7__dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 3px 0;
  /* border-bottom: 1px solid #ccc; */
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75
}

.sec7__dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 3px 16px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.5
}

.sec7__dd span {
  font-size: 14px;
}

.sec7__list {
  padding-left: 1em;
  list-style: none
}

.sec7__item {
  text-indent: -1em
}

.sec7__ddImgArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding-right: 25px
}

.sec7__ddImgArea img {
  max-width: 100%;
  height: auto
}

.sec7__mapArea {
  aspect-ratio: 630/385;
  width: 100%;
  margin-top: 28px
}

.sec7__mapArea iframe {
  width: 100%;
  height: 100%;
  border: none
}

.sec7__underSec {
  width: 100%;
  margin-top: 43px
}

.sec7__underSecTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center
}

.sec7__underSecTabArea {
  width: 100%;
  margin-top: 30px;
  border-bottom: 2px solid #67b7c8
}

.sec7__underSecTabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 2px solid #67b7c8
}

.sec7__underSecTab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42%;
  height: 58px;
  border: 2px solid #67b7c8;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #67b7c8;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.46;
  text-align: center;
  cursor: pointer
}

.sec7__underSecTab.active {
  background: #67b7c8;
  color: #fff
}

.sec7__underSecTabContArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0;
  background: #f8fdfe
}

.sec7__underSecTabCont {
  display: none;
  width: 84%;
  margin-inline: auto
}

.sec7__underSecTabCont.active {
  display: block
}

.sec7__underSecTabCont iframe {
  width: 100%;
  height: 100%;
  border: none
}

@media (min-width: 769px) {

  .header,
  .fixArea,
  .mv__list {
    display: none
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 80px
  }

  .main {
    position: relative;
    grid-template-columns: 100%;
    margin-top: 80px
  }

  .bgArea {
    display: none
  }

  .inMain {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .nav {
    -webkit-transition-duration: .3s;
    z-index: 100;
    position: fixed;
    top: 80px;
    left: 100vw;
    width: 100%;
    height: calc(100vh - 80px);
    transition-duration: .3s;
    padding-bottom: 30px;
  }

  .nav.open {
    left: 0
  }

  .nav__header {
    display: none
  }

  .nav__pagingArea {
    width: 84%;
    margin-top: 30px;
    padding: 43px 0 46px
  }

  .nav__btnArea {
    width: 84%;
    margin-top: 30px
  }

  .sec1__2:after {
    top: 47.04vw;
    height: calc(100% - 47.04vw)
  }
}


.btn img {
  width: 444px;
}