html,body{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0;
}
a{
  color: #000;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.en{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.ye{ color: #FFEC34; }
.or{ color: #f88828; }
.bg-ye1{ background-color: #FFEC34; }
.bg-ye2{ background-color: #FFFCE1; }

.bg-grid{
  background: url(../../images/internship/bg-grid.png) center top;
  background-size: 3rem auto;
}




#wrapper{
  padding-top: 7rem;
}
.anchor{
  padding-top: 7rem;
  margin-top: -7rem;
}

.nav{
  width: 100%;
  height: 7rem;
  background: #fff;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: 15rem;
  margin: 0 auto 0 3rem;
  position: relative;
  z-index: 2;
}
.nav ul.nav-li{
  display: flex;
  margin-right: 3rem;
  gap: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.nav a.nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 100%;
  background: #FFEC34;
  font-size: 1.8rem;
  font-weight: 500;
}


.fv{
  width: 100%;
  aspect-ratio: 1500 / 580;
  min-height: 58rem;
  display: flex;
  align-items: flex-end;
  padding: 5rem min(4.67vw,7rem);
  position: relative;
}
.fv::before,
.fv::after{
  content: "";
  display: block;
  background-color: #FFEC34;
  opacity: 0.85;
  position: absolute;
  top: 0;
  z-index: 1;
}
.fv::before{
  width: min(46.5rem,31vw);
  height: 100%;
  clip-path: polygon(0 0,25% 0,100% 100%,0 100%);
  left: 0;
}
.fv::after{
  width: min(21.4rem,14.27vw);
  height: 40rem;
  clip-path: polygon(0 0,100% 0,100% 100%);
  right: 0;
}
.fv-swiper{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.fv-swiper,
.fv-swiper .swiper-wrapper,
.fv-swiper .swiper-slide,
.fv-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-swiper .swiper-slide-active img,
.fv-swiper .swiper-slide-duplicate-active img,
.fv-swiper .swiper-slide-prev img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}
.fv-swiper .swiper-slide img.photos-3{
  object-position: center 49%;
  filter: brightness(1.25);
}
.fv-swiper .swiper-slide img.photos-5{
  object-position: center 23%;
  filter: brightness(1.3);
}
.fv-swiper .swiper-slide img.photos-1{
  object-position: center 33%;
  filter: brightness(1.3);
}
.fv .wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.fv h1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 6rem;
  font-weight: 500;
}
.fv .h1-en{
  font-size: 2rem;
  font-weight: 600;
}
.marker{
  display: block;
  line-height: 1.3;
  padding: 0 1.2rem;
  position: relative;
}
.marker::before{
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: width 1s;
}
.marker.loaded::before{
  width: 100%;
}
.marker span{
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-1.2rem);
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0.8s;
}
.marker.loaded span{
  opacity: 1;
  transform: translateX(0);
}
.h1-en .marker::before{
  transition-delay: 0.3s;
}
.h1-en .marker span{
  transition-delay: 1.1s;
}
.fv img.img1,
.fv img.img2,
.fv img.img3{
  position: absolute;
  z-index: 2;
}
.fv img.img1{
  width: 14.3rem;
  left: 5.2rem;
  bottom: 25rem;
}
.fv img.img2{
  width: 6.8rem;
  right: -10.3rem;
  bottom: -1.7rem;
}
.fv img.img3{
  width: 15.5rem;
  right: 3.9rem;
  top: 2.7rem;
}


section{
  padding: 8rem 0 10rem;
}


.ttl-1{
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4rem;
}
.ttl-1-en{
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FFEC34;
  text-align: center;
  margin-bottom: 0.1em;
}
.bg-ye1 .ttl-1-en{
  color: #fff;
}


.flyer{
  position: relative;
}
.flyer::before{
  content: "";
  display: block;
  width: 100%;
  height: 54rem;
  background-color: #FFFCE1;
  clip-path: polygon(0 50%,100% 0,100% 100%,0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.flyer ul.flyer-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.flyer ul.flyer-li li{
  display: block;
}
.flyer ul.flyer-li li h3{
  font-weight: 400;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  margin-bottom: 3rem;
}
.flyer ul.flyer-li + p{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
}


.about .fade-b-ct + p{
  text-align: center;
  margin-bottom: 8rem;
}
.about ul li{
  display: block;
  background-color: #FFFCE1;
  padding: 4rem 5rem 5rem;
  position: relative;
}
.about ul li + li{
  margin-top: 4rem;
}
.about ul li.li-1{
  padding-left: 44rem;
}
.about ul li.li-2{
  padding-right: 30rem;
}
.about ul li.li-1 img.img{
  width: 34rem;
  position: absolute;
  left: 5rem;
  bottom: 1.7rem;
}
.about ul li.li-2 img.img{
  width: 19.7rem;
  position: absolute;
  right: 5rem;
  bottom: 3.5rem;
}
.about ul li .ttl-wrap{
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.about ul li .ttl-wrap h3{
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.about ul li .ttl-wrap .h3-en{
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #FFEC34;
}


.requirements .box{
  width: 65rem;
  background: #fff;
  padding: 4rem 5rem;
  margin: 0 auto;
}
.requirements .box dl{
  display: grid;
  grid-template-columns: auto 1fr;
}
.requirements .box dl dt,
.requirements .box dl dd{
  padding-bottom: 1em;
  border-bottom: 1px solid #CCCCCC;
}
.requirements .box dl dd + dt,
.requirements .box dl dd + dt + dd{
  margin-top: 1em;
}
.requirements .box dl dt{
  font-weight: 500;
  padding-right: 6rem;
}


ul.n-ul{
  margin-left: 1.5em;
}
.overview .box-1{
  padding: 4rem 5rem;
  background: #fff;
  position: relative;
}
.overview .box-1 ul.n-ul{
  margin-top: 1em;
}
.overview .box-1 img.img{
  width: 20.8rem;
  position: absolute;
  right: 9.4rem;
  top: 3.7rem;
}
.overview .box-2{
  padding: 3rem 5rem;
  background: #fff;
  margin-top: 3rem;
}
.overview .box-2 h3{
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 2rem;
}
.overview .box-2 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.overview .box-2 ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 2rem / 3);
  height: 5rem;
  background: #FFFCE1;
  text-align: center;
}
.overview ul.schedule{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
.overview ul.schedule li{
  display: block;
  background: #fff;
}
.overview ul.schedule li h4{
  text-align: center;
  line-height: 4rem;
  background-color: #FFEC34;
}
.overview ul.schedule li .inner{
  padding: 3rem 5rem;
}
.overview ul.schedule li dl.time{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 3rem;
  row-gap: 0.5em;
}
.overview ul.schedule li dl.time dt{
  padding-left: 2.7rem;
  position: relative;
}
.overview ul.schedule li dl.time dt::before{
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
  background-color: #FFEC34;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.overview ul.schedule li dl.time dt::after{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 0.5em);
  background-color: #FFEC34;
  position: absolute;
  left: 0.55rem;
  transform: translateX(-50%);
  top: 0.7em;
}
.overview ul.schedule li dl.time dt:nth-last-child(2)::after{
  content: none;
}


.area .area-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area .area-wrap:nth-child(2n){
  flex-direction: row-reverse;
}
.area .area-wrap + .area-wrap{
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #CCCCCC;
}
.area .area-wrap img.map{
  width: 28rem;
}
.area .area-wrap .txt{
  width: 75rem;
}
.area .area-wrap .txt h3{
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  padding-left: 2.1rem;
  margin-bottom: 1.8rem;
  position: relative;
}
.area .area-wrap .txt h3::before{
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background-color: #FFEC34;
  position: absolute;
  left: 0;
  top: 0;
}
.area .area-wrap .txt ul.area-photo{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 2rem;
}
.area .area-wrap .txt ul.area-photo li{
  display: block;
  position: relative;
}
.area .area-wrap .txt ul.area-photo li p{
  width: 100%;
  line-height: 2.2rem;
  font-size: 1.4rem;
  padding-right: 0.7rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
}
.area .area-wrap .txt ul.area-photo li p small{
  font-size: 0.96rem;
  margin-left: 0.4em;
}


.photos{
  border-top: 1px solid #F1F1F1;
}
.photos .ttl-1{
  margin-bottom: 6rem;
}
.photos ul.gallery{
  display: grid;
  grid-template-columns: repeat(4, 20rem);
  gap: 1rem;
  justify-content: center;
}
.photos ul.gallery li,
.photos ul.gallery li a{
  display: block;
}
.photos ul.gallery li a{
  aspect-ratio: 1 / 1;
  background: #ddd;
}
.photos ul.gallery li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.voices .ttl-1{
  margin-bottom: 6rem;
}
.voices-swiper{
  overflow: unset;
}
.voices-swiper .swiper-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 42rem;
  height: auto;
  background: #fff;
  padding: 3rem 2.4rem;
  margin: 0 2rem;
}
.voices-swiper .swiper-slide img.ico{
  width: 13rem;
  margin: 0 auto;
}
.voices-swiper .swiper-slide h3{
  font-size: 2rem;
  text-align: center;
  margin: 1.8rem 0;
}
.voices-swiper .swiper-slide h3 + p{
  margin-bottom: 1.5em;
}
.voices-swiper .swiper-slide .interest{
  width: 100%;
  display: grid;
  grid-template-columns: 65% 1fr;
  align-items: center;
  border: 2px solid #FFEC34;
  margin-top: auto;
}
.voices-swiper .swiper-slide .interest h4{
  display: grid;
  justify-content: center;
  font-size: 1.4rem;
  padding: 0.6em 0;
}
.voices-swiper .swiper-slide .interest p{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  font-size: 3rem;
}
.voices-swiper .swiper-slide .interest p small{
  font-size: 70%;
}
.voices-swiper .swiper-button-prev::after,
.voices-swiper .swiper-button-next::after{
  content: none;
}
.voices-swiper .swiper-button-prev,
.voices-swiper .swiper-button-next{
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  margin-top: 0;
  position: absolute;
  top: 16rem;
}
.voices-swiper .swiper-button-prev{
  background: url(../../images/internship/swiper-prev.png) center center no-repeat;
  background-size: contain;
  left: calc(50% - 28rem);
}
.voices-swiper .swiper-button-next{
  background: url(../../images/internship/swiper-next.png) center center no-repeat;
  background-size: contain;
  right: calc(50% - 28rem);
}
.swiper-pagination{
  display: flex;
  justify-content: center;
  position: unset;
  margin-top: 5rem;
}
.swiper-pagination-bullet{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #FFEC34;
  opacity: 0.3;
  margin: 0 1rem !important;
}
.swiper-pagination-bullet-active{
  opacity: 1;
}


.arrow-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 8rem;
  border: 0.2rem solid #000;
  background: #FFEC34;
  font-size: 2.2rem;
  font-weight: 500;
  transition: opacity 0.3s;
  position: relative;
  margin: 6rem auto 0;
}
.arrow-btn::before{
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: url(../../images/internship/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.8rem;
  top: 0;
}
.arrow-btn:hover{
  opacity: 0.7;
}


.entry .box{
  width: 80rem;
  background: #fff;
  padding: 5rem 9rem;
  margin: 0 auto;
  position: relative;
}
.entry .box img.img{
  width: 22rem;
  position: absolute;
  right: -11.4rem;
  top: -13.8rem;
}
.entry .box dl{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 3rem;
  row-gap: 2rem;
}
.entry .box dl dt{
  padding-top: 0.9em;
  font-weight: 500;
}
.entry input[type=text],
.select-wrap select{
  display: block;
  width: 100%;
  height: unset;
  padding: 0.9em 1em;
  background: none;
  color: inherit;
  border: 1px solid #000;
  font-size: 1.8rem;
}
.entry .arrow-btn{
  margin-top: 5rem;
}


.select-wrap{
  display: block;
  position: relative;
}
.select-wrap::before{
  content: "";
  display: block;
  width: 1.6rem;
  height: 6.1rem;
  background: url(../../images/internship/select-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
  pointer-events: none;
}


.mw_wp_form .error{
  font-size: 90% !important;
  color: red !important;
  margin-top: 0.5em;
}
.mw_wp_form_complete p{
  text-align: center;
}
.mw_wp_form_complete p + p{
  margin-top: 1.5em;
}


.links ul.links-li{
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.links ul.links-li li{
  display: block;
  width: 34rem;
}
.links ul.links-li li h3{
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  margin-bottom: 3rem;
  border-bottom: 1px solid;
}
.links ul.links-li li a.qr{
  display: block;
  width: 20rem;
  margin: 0 auto;
}
.links ul.links-li li .balloon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  border-radius: 1rem;
  background: #FFF9C1;
  line-height: 1.5;
  text-align: center;
  margin: 3.3rem auto 0;
  position: relative;
}
.links ul.links-li li .balloon::before{
  content: "";
  display: block;
  width: 2rem;
  height: 1.9rem;
  background: #FFF9C1;
  clip-path: polygon(50% 0,100% 100%,0 100%);
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}


footer{
  padding: 3rem;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}




/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.loaded,
.fade-b-ct.loaded > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.loaded > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.loaded > :nth-child(3) { transition-delay: 0.4s; }

.fade-b-ct.loaded > :nth-child(2),
.fade-b-ct.loaded > :nth-child(3) {
  transition-property: opacity, transform;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #FFEC34;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8rem; }

.content{
  width: 100%;
	max-width: 120rem;
  padding: 0 5rem;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){

html{ font-size: 0.833vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.4rem; }

.content{
	width: 100%;
	padding: 0 1.6rem;
}

.bg-grid{
  background-size: 2.4rem auto;
}


#wrapper{
  padding-top: 5rem;
}
.anchor{
  padding-top: 5rem;
  margin-top: -5rem;
}

.nav{
  height: 5rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}
.nav a.logo{
  width: 12rem;
  margin: 0 auto 0 1.6rem;
}
.nav a.nav-btn{
  width: 9rem;
  font-size: 1.4rem;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #000;
  height: 2px;
  width: 2.2rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.7rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: calc(100% - 5rem);
  background: #000;
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: block;
  width: 65%;
  height: calc(100% - 5rem);
  background: #fff;
  padding: 4rem 2rem;
  box-shadow: inset 0 0.8rem 0.8rem -0.8rem rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  opacity: 0.2;
  pointer-events: inherit;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


ul.h-nav li{
  font-size: 1.6rem;
  font-weight: 500;
}
ul.h-nav li + li{
  margin-top: 0.7em;
  padding-top: 0.7em;
  border-top: 1px solid #CCCCCC;
}


.fv{
  aspect-ratio: unset;
  min-height: unset;
  height: 45rem;
  padding: 3.6rem 1.6rem;
}
.fv::before{
  width: 100%;
  height: 14rem;
  clip-path: polygon(0 0,100% 70%,100% 100%,0 100%);
  top: unset;
  bottom: 0;
}
.fv::after{
  width: 70%;
  height: 8rem;
  clip-path: polygon(0 0,100% 0,100% 100%);
}
.fv .wrap{
  gap: 0.8rem;
}
.fv h1{
  gap: 0.8rem;
  font-size: 3.6rem;
}
.fv .h1-en{
  font-size: 1.3rem;
}
.marker{
  padding: 0 0.7rem;
}
.marker span{
  transform: translateX(-0.7rem);
}
.fv img.img1{
  width: 7.2rem;
  left: 0rem;
  bottom: 14rem;
}
.fv img.img2{
  width: 3.4rem;
  right: -5.2rem;
  bottom: -1.6rem;
}
.fv img.img3{
  width: 7.8rem;
  right: 1.6rem;
  top: 1.2rem;
}


section{
  padding: 4rem 0;
}


.ttl-1{
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.ttl-1-en{
  font-size: 3rem;
  margin-bottom: 0.15em;
}


.flyer::before{
  height: 20rem;
  clip-path: polygon(0 50%,100% 0,100% 100%,0 100%);
}
.flyer ul.flyer-li{
  grid-template-columns: 75%;
  justify-content: center;
  gap: 3rem;
}
.flyer ul.flyer-li li h3{
  margin-bottom: 1.4rem;
}
.flyer ul.flyer-li + p{
  font-size: 1.4rem;
  margin-top: 2rem;
}


.about .fade-b-ct + p{
  text-align: left;
  margin-bottom: 3rem;
}
.about ul li{
  padding: 3rem 1.6rem 2.4rem;
}
.about ul li + li{
  margin-top: 3rem;
}
.about ul li.li-1{
  padding-left: 1.6rem;
}
.about ul li.li-2{
  padding-right: 1.6rem;
}
.about ul li.li-1 img.img{
  width: 22.1rem;
  position: unset;
  margin: 0 auto 0.5rem;
}
.about ul li.li-2 img.img{
  width: 12.7rem;
  position: unset;
  margin: 0 auto 2rem;
}
.about ul li .ttl-wrap{
  display: block;
  text-align: center;
  margin-bottom: 1.6rem;
}
.about ul li .ttl-wrap h3{
  font-size: 2.4rem;
}
.about ul li .ttl-wrap .h3-en{
  font-size: 1.5rem;
}


.requirements .box{
  width: 100%;
  padding: 2.4rem 1.6rem;
}
.requirements .box dl dt,
.requirements .box dl dd{
  padding-bottom: 0.9em;
}
.requirements .box dl dd + dt,
.requirements .box dl dd + dt + dd{
  margin-top: 0.9em;
}
.requirements .box dl dt{
  padding-right: 2.4rem;
}


.overview .box-1{
  padding: 2.4rem 1.6rem;
}
.overview .box-1 img.img{
  width: 8.6rem;
  right: 0rem;
  top: -5rem;
}
.overview .box-1 p{
  text-align: center;
}
.overview .box-2{
  padding: 2rem 1.6rem 2.4rem;
  margin-top: 2.4rem;
}
.overview .box-2 h3{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.overview .box-2 ul{
  gap: 0.8rem;
}
.overview .box-2 ul li{
  width: 100%;
  height: 4rem;
}
.overview ul.schedule{
  grid-template-columns: 100%;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.overview ul.schedule li h4{
  line-height: 3.4rem;
}
.overview ul.schedule li .inner{
  padding: 2rem;
}
.overview ul.schedule li dl.time{
  column-gap: 2rem;
}
.overview ul.schedule li dl.time dt{
  padding-left: 2.2rem;
}
.overview ul.schedule li dl.time dt::before{
  width: 1rem;
  height: 1rem;
  top: 0.45em;
}
.overview ul.schedule li dl.time dt::after{
  left: 0.5rem;
}


.area .area-wrap{
  display: block;
}
.area .area-wrap + .area-wrap{
  margin-top: 3rem;
  padding-top: 2.4rem;
}
.area .area-wrap img.map{
  width: 45%;
  margin: 0 auto 1.4rem;
}
.area .area-wrap .txt{
  width: 100%;
}
.area .area-wrap .txt h3{
  font-size: 1.8rem;
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
}
.area .area-wrap .txt h3::before{
  width: 0.4rem;
}
.area .area-wrap .txt ul.area-photo{
  grid-template-columns: repeat(2, 1fr);
}
.area .area-wrap .txt ul.area-photo li{
  display: block;
  position: relative;
}
.area .area-wrap .txt ul.area-photo li p{
  line-height: 2rem;
  font-size: 1.2rem;
  padding-right: 0.6rem;
}
.area .area-wrap .txt ul.area-photo li p small{
  font-size: 0.9rem;
}


.photos .ttl-1{
  margin-bottom: 4rem;
}
.photos ul.gallery{
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}


.voices .ttl-1{
  margin-bottom: 4rem;
}
.voices-swiper .swiper-slide{
  width: 32rem;
  padding: 2rem 1.6rem;
  margin: 0 2rem;
}
.voices-swiper .swiper-slide img.ico{
  width: 10rem;
}
.voices-swiper .swiper-slide h3{
  font-size: 1.8rem;
  margin: 1.6rem 0;
}
.voices-swiper .swiper-slide .interest{
  grid-template-columns: 70% 1fr;
}
.voices-swiper .swiper-slide .interest h4{
  font-size: 1.2rem;
}
.voices-swiper .swiper-slide .interest p{
  gap: 0.2em;
  font-size: 2.4rem;
}
.voices-swiper .swiper-slide .interest p small{
  font-size: 65%;
}
.voices-swiper .swiper-button-prev::after,
.voices-swiper .swiper-button-next::after{
  content: none;
}
.voices-swiper .swiper-button-prev,
.voices-swiper .swiper-button-next{
  width: 4rem;
  height: 4rem;
  top: 12.8rem;
}
.voices-swiper .swiper-button-prev{
  left: calc(50% - 18rem);
}
.voices-swiper .swiper-button-next{
  right: calc(50% - 18rem);
}
.swiper-pagination{
  margin-top: 3rem;
}
.swiper-pagination-bullet{
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.6rem !important;
}


.arrow-btn{
  width: 25rem;
  height: 5.6rem;
  font-size: 1.6rem;
  margin: 4rem auto 0;
}
.arrow-btn::before{
  width: 0.8rem;
  right: 1rem;
}


.entry .ttl-1,
.entry .ttl-1-en{
  padding-right: 11rem;
}
.entry .box{
  width: 100%;
  padding: 3rem 1.6rem;
}
.entry .box img.img{
  width: 9.6rem;
  right: 0;
  top: -11rem;
}
.entry .box dl{
  grid-template-columns: 100%;
  row-gap: 0;
}
.entry .box dl dt{
  padding-top: 0;
  margin-bottom: 0.5em;
}
.entry .box dl dd + dt{
  margin-top: 1.6rem;
}
.entry input[type=text],
.select-wrap select{
  padding: 0.9em;
  font-size: 1.4rem;
}
.entry .arrow-btn{
  margin-top: 3rem;
}


.select-wrap::before{
  width: 1.4rem;
  height: 4.9rem;
  right: 1.4rem;
}


.mw_wp_form_complete p{
  text-align: left;
}


.links ul.links-li{
  flex-wrap: wrap;
  gap: 3rem;
}
.links ul.links-li li{
  width: 78%;
}
.links ul.links-li li h3{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.links ul.links-li li a.qr{
  width: 15rem;
  margin: 0 auto;
}
.links ul.links-li li .balloon{
  height: 6.6rem;
  margin: 3rem auto 0;
}


footer{
  padding: 2rem;
  font-size: 1.2rem;
}




}/*　スマホここまで */



