
:root {
  --white: #fff;
  --brown: #442020;
  --bg-yellow: #FBFAEE;
  --bg-blue: #EAF2F5;
  --bg-lightpink: #ffedeb;
}

html {
  scroll-behavior: smooth
}

body {
  color: var(--brown);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold
}

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

a[href^="tel:"] {
  pointer-events: none
}

.mobile a[href^="tel:"] {
  pointer-events: auto;
}

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

@-webkit-keyframes close-animation {
  from {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes close-animation {
  from {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
}

@-webkit-keyframes open-animation {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

@keyframes open-animation {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 23px;
  padding-left: 37px;
  z-index: 1
}

@media(max-width: 768px) {
  .header {
    padding-top: 9px;
    padding-left: 11px;
  }
}

.header__logo {
  max-width: 314px;
}

@media(max-width: 1366px) {
  .header__logo {
    max-width: max(132px, 22.9868vw);
  }
}

@media(max-width: 768px) {
  .header__logo {
    max-width: 132px;
  }
}

.footer {
  position: relative;
  background-color: var(--brown);
}

.footer__page-top-btn {
  width: 92px;
  position: absolute;
  top: -48px;
  right: 27px;
}

@media(max-width: 768px) {
  .footer__page-top-btn {
    max-width: 49px;
    top: -23px;
    right: 11px;
  }
}
.footer__page-top-btn2 {
  width: 92px;
  position: fixed;
  bottom:3rem;
  right:3rem;
  z-index:1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
#scrollButton.show{
  opacity: 1;
  pointer-events: auto;
}
@media(max-width: 768px) {
  .footer__page-top-btn2 {
    max-width: 49px;
    bottom:1.5rem;
    right:1.5rem;
  }
}

.footer__inner {
  max-width: 728px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 58px 20px 32px;
}

@media(max-width: 768px) {
  .footer__inner {
    max-width: 330px;
    padding-top: 42px;
    padding-bottom: 11px;
  }
}

.footer__logo {
  width: 291px;
  font-size: 2.375rem;
  letter-spacing: .1em;
  text-align: center;
  text-indent: 17px;
  margin-inline: auto;
}

@media(max-width: 768px) {
  .footer__logo {
    width: 195px;
    height: 42px;
    font-size: 1.625rem;
    padding-top: 2px;
  }
}

@media(max-width: 310px) {
  .footer__logo {
    text-align: left;
    width: 80%;}
  }

.footer__nav {
  margin: 79px auto 0;
}

@media(max-width: 768px) {
  .footer__nav {
    margin-top: 39px;
  }
}

.footer__nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width: 1100px) {
  .footer__nav-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media(max-width: 768px) {
  .footer__nav-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
}

.footer__nav-item {
  color: var(--white);
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: .06em
}

@media(max-width: 1100px) {
  .footer__nav-item {
    font-size: max(1.4545vw, .75rem);
  }
}

@media(max-width: 768px) {
  .footer__nav-item {
    font-size: .75rem;
    line-height: 2.5
  }
}

.footer__copy {
  color: var(--white);
  font-size: 1rem;
  text-align: center;
  margin: 25px auto 0;
}

@media(max-width: 1100px) {
  .footer__copy {
    font-size: max(1.4545vw, .6875rem);
  }
}

@media(max-width: 768px) {
  .footer__copy {
    font-size: .6875rem;
    letter-spacing: .06em;
    white-space: nowrap;
    margin-top: 19px;
  }
}
@media(max-width: 500px) {
  .footer__copy {
    white-space: break-spaces;
  }
  }

@media(hover: hover)and (pointer: fine) {
  .footer__page-top-btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .footer__page-top-btn:hover {
    opacity: .7
  }
  .footer__page-top-btn2 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .footer__page-top-btn2:hover {
    opacity: .7
  }
  .footer__nav-link {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .footer__nav-link:hover {
    opacity: .7
  }
}

@media(min-width: 769px) {
  .br-sp-b {
    display: none
  }
}

@media(max-width: 768px) {
  .br-sp-n {
    display: none
  }
}

.sticky-btn {
  width: 143px;
  height: 106px;
  position: fixed;
  top: 23px;
  color: #fff;
  font-size: 18px;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1ce00), to(#48bb15));
  background: -webkit-linear-gradient(top, #a1ce00 0%, #48bb15 100%);
  background: -o-linear-gradient(top, #a1ce00 0%, #48bb15 100%);
  background: linear-gradient(180deg, #a1ce00 0%, #48bb15 100%);
  -webkit-box-shadow: 10px 10px 20px rgba(167, 22, 22, .1607843137);
  box-shadow: 10px 10px 20px rgba(167, 22, 22, .1607843137);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 31px;
  padding-left: 10px;
  z-index: 999;
}

@media(max-width: 768px) {
  .sticky-btn {
    width: 111px;
    height: 59px;
    top: 12px;
    padding-top: 13px;
    padding-left: 12px;
    font-size: 14px;
  }
}

.sticky-btn::before {
  content: "";
  width: 45px;
  position: absolute;
  top: -12px;
  left: -15px;
  aspect-ratio: 45/40;
  background: url(../images/sticky-btn-decoration_ton_f.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .sticky-btn::before {
    width: 25px;
    aspect-ratio: 25/23;
    top: -6px;
    left: -7px;
  }
}

.sticky-btn__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: var(--white);
}

@media(max-width: 768px) {
  .sticky-btn__text {
    font-size: .9375rem;
    line-height: 1.4
  }
}

.sticky-btn__bottom {
  display: block;
  position: relative;
  padding-left: 13px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 18px;
}

@media(max-width: 768px) {
  .sticky-btn__bottom {
    padding-left: 0;
    display: inline;
    font-size: 14px;
  }
}

.sticky-btn__bottom::before {
  content: "";
  width: 8px;
  position: absolute;
  top: 6px;
  right: 27px;
  aspect-ratio: 8/13;
  background: url(../images/sticky-btn-right-arrow.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .sticky-btn__bottom::before {
    width: 6px;
    position: absolute;
    top: 4px;
    left: 74px;
    right: unset;
  }
}

@media(hover: hover)and (pointer: fine) {
  .sticky-btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .sticky-btn:hover {
    opacity: .7
  }
}

.application-btn-container{
  margin-top:2rem;
}
@media(max-width:820px){
  .application-btn-container{
    margin-top:0;
  }
}
.application-btn-container .application-btn{
  margin:0 auto;
}

.application-btn {
  width: 630px;
  min-width: 630px;
  height: 117px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/application-btn.png), -webkit-gradient(linear, left top, left bottom, from(#a1ce00), to(#48bb15));
  background: url(../images/application-btn.png), -webkit-linear-gradient(#a1ce00 0%, #48bb15 100%);
  background: url(../images/application-btn.png), -o-linear-gradient(#a1ce00 0%, #48bb15 100%);
  background: url(../images/application-btn.png), linear-gradient(#a1ce00 0%, #48bb15 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 101% auto;
  background-image: image-set(url(../images/application-btn.png) 1x, url(../images/application-btn@2x.png) 2x), -webkit-gradient(linear, left top, left bottom, from(#a1ce00), to(#48bb15));
  background-image: -webkit-image-set(url(../images/application-btn.png) 1x, url(../images/application-btn@2x.png) 2x), -webkit-linear-gradient(#a1ce00 0%, #48bb15 100%);
  background-image: image-set(url(../images/application-btn.png) 1x, url(../images/application-btn@2x.png) 2x), -o-linear-gradient(#a1ce00 0%, #48bb15 100%);
  background-image: image-set(url(../images/application-btn.png) 1x, url(../images/application-btn@2x.png) 2x), linear-gradient(#a1ce00 0%, #48bb15 100%);
  border-radius: 65px;
  -webkit-box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
  box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
}

@media(max-width: 768px) {
  .application-btn {
    max-width: 270px;
    min-width: inherit;
    height: 54px;
    background: url(../images/application-btn_sp.png), -webkit-gradient(linear, left top, left bottom, from(#a1ce00), to(#48bb15));
    background: url(../images/application-btn_sp.png), -webkit-linear-gradient(#a1ce00 0%, #48bb15 100%);
    background: url(../images/application-btn_sp.png), -o-linear-gradient(#a1ce00 0%, #48bb15 100%);
    background: url(../images/application-btn_sp.png), linear-gradient(#a1ce00 0%, #48bb15 100%);
    background-image: image-set(url(../images/application-btn_sp.png) 1x, url(../images/application-btn_sp@2x.png) 2x), -webkit-gradient(linear, left top, left bottom, from(#a1ce00), to(#48bb15));
    background-image: -webkit-image-set(url(../images/application-btn_sp.png) 1x, url(../images/application-btn_sp@2x.png) 2x), -webkit-linear-gradient(#a1ce00 0%, #48bb15 100%);
    background-image: image-set(url(../images/application-btn_sp.png) 1x, url(../images/application-btn_sp@2x.png) 2x), -o-linear-gradient(#a1ce00 0%, #48bb15 100%);
    background-image: image-set(url(../images/application-btn_sp.png) 1x, url(../images/application-btn_sp@2x.png) 2x), linear-gradient(#a1ce00 0%, #48bb15 100%);
    -webkit-box-shadow: 5px 5px 10px rgba(240, 152, 79, .24);
    box-shadow: 5px 5px 10px rgba(240, 152, 79, .24);
  }
}

@media(max-width: 320px) {
  .application-btn {
    width: 95%;
    min-width: auto;}
  }

  .setsumeikai-btn{
    line-height:1.6;
    margin-bottom:2em;
    font-size:1.2em;
  }
  .setsumeikai-btn a{
    background-color: #f3592d;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 2em;
    margin: 0.5em;
    display: inline-block;
    box-shadow:10px 10px 10px rgba(240, 152, 79, .24);
  }
  .setsumeikai-btn a:hover{
    opacity:0.7;
    transition:0.5s;
  }
  .setsumeikai-btn .tb-view{
    display:none;
  }
  @media screen and (max-width:1100px){
    .setsumeikai-btn .tb-view{
      display:inline-block;
    }
  }
  @media screen and (max-width:768px){
    .setsumeikai-btn{
      font-size:1em;
    }
  }

.application-btn_emphasis {
  position: relative;
}

.application-btn_emphasis::before {
  content: "";
  max-width: 582px;
  width: 100%;
  position: absolute;
  top: -158px;
  aspect-ratio: 582/190;
  background: url(../images/application-btn-emphasis.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/application-btn-emphasis.png) 1x, url(../images/application-btn-emphasis@2x.png) 2x);
  background-image: image-set(url(../images/application-btn-emphasis.png) 1x, url(../images/application-btn-emphasis@2x.png) 2x);
}

@media(max-width: 768px) {
  .application-btn_emphasis::before {
    max-width: 232px;
    top: -64px;
    aspect-ratio: 116/37;
    background: url(../images/application-btn-emphasis_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/application-btn-emphasis_sp.png) 1x, url(../images/application-btn-emphasis_sp@2x.png) 2x);
    background-image: image-set(url(../images/application-btn-emphasis_sp.png) 1x, url(../images/application-btn-emphasis_sp@2x.png) 2x);
  }
}

.application-btn_price {
  position: relative;
}

.application-btn_price::after {
  content: "";
  max-width: 197px;
  width: 100%;
  position: absolute;
  top: -46px;
  left: -87px;
  aspect-ratio: 197/200;
  background: url(../images/application-btn-price.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/application-btn-price.png) 1x, url(../images/application-btn-price@2x.png) 2x);
  background-image: image-set(url(../images/application-btn-price.png) 1x, url(../images/application-btn-price@2x.png) 2x);
}

@media(max-width: 768px) {
  .application-btn_price::after {
    max-width: 76px;
    top: -18px;
    left: -21px;
    aspect-ratio: 76/78;
    background: url(../images/application-btn-price_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/application-btn-price_sp.png) 1x, url(../images/application-btn-price_sp@2x.png) 2x);
    background-image: image-set(url(../images/application-btn-price_sp.png) 1x, url(../images/application-btn-price_sp@2x.png) 2x);
  }
}

.application-btn__top-text {
  color: var(--white);
  font-size: 2.5rem;
  letter-spacing: .1em;
  margin-top: -3px;
}

@media(max-width: 768px) {
  .application-btn__top-text {
    font-size: 1.0625rem
  }
}

.application-btn__bottom-text {
  font-size: 1.625rem;
  letter-spacing: .01em;
  margin-top: 10px;
}

@media(max-width: 768px) {
  .application-btn__bottom-text {
    font-size: .75rem;
    margin-top: 4px;
  }
}

.application-btn__triangle {
  width: 14px;
  display: inline-block;
  background: url(../images/application-triangle.png) no-repeat center center/contain;
  aspect-ratio: 14/13;
  vertical-align: 2px;
  margin-right: 9px;
  margin-left: 12px;
}

@media(max-width: 768px) {
  .application-btn__triangle {
    width: 6px;
    aspect-ratio: 6/7;
    vertical-align: 1px;
    margin-right: 4px;
    margin-left: 7px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .application-btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .application-btn:hover {
    opacity: .7
  }
}

.spiral-top-bottom-blue {
  max-width: 738px;
  max-height: 129px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 246/43;
  background: url(../images/spiral-top-bottom-pink.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/spiral-top-bottom-pink.png) 1x, url(../images/spiral-top-bottom-pink@2x.png) 2x);
  background-image: image-set(url(../images/spiral-top-bottom-pink.png) 1x, url(../images/spiral-top-bottom-pink@2x.png) 2x);
  font-size: 2.25rem;
  letter-spacing: .04em;
  text-align: center
}

@media(max-width: 1100px) {
  .spiral-top-bottom-blue {
    max-width: max(67.09vw, 308px);
    font-size: max(3.2727vw, .9375rem);
  }
}

@media(max-width: 768px) {
  .spiral-top-bottom-blue {
    max-width: 309px;
    aspect-ratio: 309/47;
    background: url(../images/spiral-top-bottom-pink.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/spiral-top-bottom-pink.png) 1x, url(../images/spiral-top-bottom-pink@2x.png) 2x);
    background-image: image-set(url(../images/spiral-top-bottom-pink.png) 1x, url(../images/spiral-top-bottom-pink@2x.png) 2x);
    font-size: .9375rem
  }
}

@media(max-width: 352px) {
  .spiral-top-bottom-blue {
    white-space: normal;
  background-size: 90% 90%;
  height: 80px;
  width: 100%;
  line-height: 1.5;
}
}

.spiral-top-bottom-yellow {
  max-width: 738px;
  max-height: 129px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 246/43;
  background: url(../images/spiral-top-bottom-yellow.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/spiral-top-bottom-yellow.png) 1x, url(../images/spiral-top-bottom-yellow@2x.png) 2x);
  background-image: image-set(url(../images/spiral-top-bottom-yellow.png) 1x, url(../images/spiral-top-bottom-yellow@2x.png) 2x);
  font-size: 2.25rem;
  letter-spacing: .04em;
  text-align: center
}

@media(max-width: 1100px) {
  .spiral-top-bottom-yellow {
    max-width: max(67.09vw, 308px);
    font-size: max(3.2727vw, .9375rem);
  }
}

@media(max-width: 768px) {
  .spiral-top-bottom-yellow {
    max-width: 309px;
    aspect-ratio: 309/47;
    background: url(../images/spiral-top-bottom-yellow_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/spiral-top-bottom-yellow_sp.png) 1x, url(../images/spiral-top-bottom-yellow_sp@2x.png) 2x);
    background-image: image-set(url(../images/spiral-top-bottom-yellow_sp.png) 1x, url(../images/spiral-top-bottom-yellow_sp@2x.png) 2x);
    font-size: .9375rem
  }
}

.fv {
  width: 100%;
  position: relative;
  background: url(../images/fv-bg_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-bg_ton.png) 1x, url(../images/fv-bg_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-bg_ton.png) 1x, url(../images/fv-bg_ton@2x.png) 2x);
}

@media(max-width: 768px) {
  .fv {
    background: url(../images/fv-bg_ton_sp.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-bg_ton_sp.png) 1x, url(../images/fv-bg_ton_sp@2x.png) 2x);
    background-image: image-set(url(../images/fv-bg_ton_sp.png) 1x, url(../images/fv-bg_ton_sp@2x.png) 2x);
  }
}

.fv__swiper-slide {
  aspect-ratio: 683/395
}

@media(max-width: 768px) {
  .fv__swiper-slide {
    aspect-ratio: 75/101
  }
}

/*1枚目通年用*/
.fv__swiper-slide_1 {
  background: url(../images/fv-slide-1_ton_f.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-1_ton_f.png) 1x, url(../images/fv-slide-1_ton_f2@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-1_ton_f.png) 1x, url(../images/fv-slide-1_ton_f2@2x.png) 2x);
}
@media(max-width: 768px) {
  .fv__swiper-slide_1 {
    background: url(../images/fv-slide-1_sp_ton_f.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-1_sp_ton_f.png) 1x, url(../images/fv-slide-1_sp_ton_f@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-1_sp_ton_f.png) 1x, url(../images/fv-slide-1_sp_ton_f@2x.png) 2x);
  }
}

/*夏用スライド
.fv__swiper-slide_1 {
  background: url(../images/fv-slide-summer2024-1.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-summer2024-1.png) 1x, url(../images/fv-slide-summer2024-1@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-summer2024-1.png) 1x, url(../images/fv-slide-summer2024-1@2x.png) 2x);
}
@media(max-width: 768px) {
  .fv__swiper-slide_1 {
    background: url(../images/fv-slide-summer2024-1_sp.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-summer2024-1_sp.png) 1x, url(../images/fv-slide-summer2024-1_sp@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-summer2024-1_sp.png) 1x, url(../images/fv-slide-summer2024-1_sp@2x.png) 2x);
  }
}*/

/*秋用スライド
.fv__swiper-slide_1 {
	background: url(../images/fv-slide-autumn2024-1.png) no-repeat center center/cover;
	background-image: -webkit-image-set(url(../images/fv-slide-autumn2024-1.png) 1x, url(../images/fv-slide-autumn2024-1_pc@2x.png) 2x);
	background-image: image-set(url(../images/fv-slide-autumn2024-1.png) 1x, url(../images/fv-slide-autumn2024-1_pc@2x.png) 2x);
}
@media(max-width: 768px) {
	.fv__swiper-slide_1 {
			background: url(../images/fv-slide-autumn2024-1_sp.png) no-repeat center center/cover;
			background-image: -webkit-image-set(url(../images/fv-slide-autumn2024-1_sp.png) 1x, url(../images/fv-slide-autumn2024-1_sp@2x.png) 2x);
			background-image: image-set(url(../images/fv-slide-autumn2024-1_sp.png) 1x, url(../images/fv-slide-autumn2024-1_sp@2x.png) 2x);
	}
}*/

/*2枚目通年用*/
.fv__swiper-slide_2 {
  background: url(../images/fv-slide-2_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-2_ton.png) 1x, url(../images/fv-slide-2_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-2_ton.png) 1x, url(../images/fv-slide-2_ton@2x.png) 2x);
}
@media(max-width: 768px) {
  .fv__swiper-slide_2 {
    background: url(../images/fv-slide-2_sp_ton.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-2_sp_ton.png) 1x, url(../images/fv-slide-2_sp_ton@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-2_sp_ton.png) 1x, url(../images/fv-slide-2_sp_ton@2x.png) 2x);
  }
}

/*夏用スライド2
.fv__swiper-slide_2 {
  background: url(../images/fv-slide-summer2024-2.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-summer2024-2.png) 1x, url(../images/fv-slide-summer2024-2@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-summer2024-2.png) 1x, url(../images/fv-slide-summer2024-2@2x.png) 2x);
}
@media(max-width: 768px) {
  .fv__swiper-slide_2 {
    background: url(../images/fv-slide-summer2024-2_sp.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-summer2024-2_sp.png) 1x, url(../images/fv-slide-summer2024-2_sp@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-summer2024-2_sp.png) 1x, url(../images/fv-slide-summer2024-2_sp@2x.png) 2x);
  }
}
*/

/*秋用スライド2
.fv__swiper-slide_2 {
	background: url(../images/fv-slide-autumn2024-2.png) no-repeat center center/cover;
	background-image: -webkit-image-set(url(../images/fv-slide-autumn2024-2.png) 1x, url(../images/fv-slide-autumn2024-2@2x.png) 2x);
	background-image: image-set(url(../images/fv-slide-autumn2024-2.png) 1x, url(../images/fv-slide-autumn2024-2@2x.png) 2x);
}
@media(max-width: 768px) {
	.fv__swiper-slide_2 {
			background: url(../images/fv-slide-autumn2024-2_sp.png) no-repeat center center/cover;
			background-image: -webkit-image-set(url(../images/fv-slide-autumn2024-2_sp.png) 1x, url(../images/fv-slide-autumn2024-2_sp@2x.png) 2x);
			background-image: image-set(url(../images/fv-slide-autumn2024-2_sp.png) 1x, url(../images/fv-slide-autumn2024-2_sp@2x.png) 2x);
	}
}*/

.fv__swiper-slide_3 {
  background: url(../images/fv-slide-3_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-3_ton.png) 1x, url(../images/fv-slide-3_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-3_ton.png) 1x, url(../images/fv-slide-3_ton@2x.png) 2x);
}

@media(max-width: 768px) {
  .fv__swiper-slide_3 {
    background: url(../images/fv-slide-3_sp_ton.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-3_sp_ton.png) 1x, url(../images/fv-slide-3_sp_ton@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-3_sp_ton.png) 1x, url(../images/fv-slide-3_sp_ton@2x.png) 2x);
  }
}

.fv__swiper-slide_4 {
  background: url(../images/fv-slide-4_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-4_ton.png) 1x, url(../images/fv-slide-4_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-4_ton.png) 1x, url(../images/fv-slide-4_ton@2x.png) 2x);
}

@media(max-width: 768px) {
  .fv__swiper-slide_4 {
    background: url(../images/fv-slide-4_sp_ton.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-4_sp_ton.png) 1x, url(../images/fv-slide-4_sp_ton@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-4_sp_ton.png) 1x, url(../images/fv-slide-4_sp_ton@2x.png) 2x);
  }
}

.fv__swiper-slide_5 {
  background: url(../images/fv-slide-5_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-5_ton.png) 1x, url(../images/fv-slide-5_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-5_ton.png) 1x, url(../images/fv-slide-5_ton@2x.png) 2x);
}

@media(max-width: 768px) {
  .fv__swiper-slide_5 {
    background: url(../images/fv-slide-5_sp_ton.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-5_sp_ton.png) 1x, url(../images/fv-slide-5_sp_ton@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-5_sp_ton.png) 1x, url(../images/fv-slide-5_sp_ton@2x.png) 2x);
  }
}

.fv__swiper-slide_6 {
  background: url(../images/fv-slide-6_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-slide-6_ton.png) 1x, url(../images/fv-slide-6_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-slide-6_ton.png) 1x, url(../images/fv-slide-6_ton@2x.png) 2x);
}

@media(max-width: 768px) {
  .fv__swiper-slide_6 {
    background: url(../images/fv-slide-6_ton_sp.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-slide-6_ton_sp.png) 1x, url(../images/fv-slide-6_ton_sp@2x.png) 2x);
    background-image: image-set(url(../images/fv-slide-6_ton_sp.png) 1x, url(../images/fv-slide-6_ton_sp@2x.png) 2x);
  }
}

.swiper-button-next,
.swiper-button-prev{
  color:#fff;
}
.swiper-button-next{
  right:3%;
}
.swiper-button-prev{
  left:3%;
}

.fv__top-decoration {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 683/395;
  background: url(../images/fv-top-decoration_ton.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/fv-top-decoration_ton.png) 1x, url(../images/fv-top-decoration_ton@2x.png) 2x);
  background-image: image-set(url(../images/fv-top-decoration_ton.png) 1x, url(../images/fv-top-decoration_ton@2x.png) 2x);
  z-index: 0
}

@media(max-width: 768px) {
  .fv__top-decoration {
    aspect-ratio: 75/101;
    background: url(../images/fv-top-decoration_ton_sp.png) no-repeat center center/cover;
    background-image: -webkit-image-set(url(../images/fv-top-decoration_ton_sp.png) 1x, url(../images/fv-top-decoration_ton_sp@2x.png) 2x);
    background-image: image-set(url(../images/fv-top-decoration_ton_sp.png) 1x, url(../images/fv-top-decoration_ton_sp@2x.png) 2x);
  }
}

.swiper {
  width: 100%;
}

.fv__swiper-pagination {
  max-width: 201px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 4.5% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media(max-width: 768px) {
  .fv__swiper-pagination {
    max-width: 137px;
    bottom: 11px !important
  }
}

.fv .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #ffb9af !important;
  opacity: 1;
  margin: 0 !important
}

@media(max-width: 768px) {
  .fv .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important
  }
}

.fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 19px !important;
  height: 19px !important;
  background: rgba(0, 0, 0, 0) !important;
  border: 4px solid #ffb9af
}

@media(max-width: 768px) {
  .fv .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px !important;
    height: 14px !important;
    border: 3px solid #ffb9af
  }
}

.art-everywhere_pos {
  margin-top: 22px;
}

@media(max-width: 768px) {
  .art-everywhere_pos {
    margin-top: 7px;
  }
}

.art-everywhere__inner {
  max-width: 1260px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
}

@media(max-width: 400px) {
  .art-everywhere__inner {
    padding: 0 8px;
  }
}

.art-everywhere__logo {
  max-width: 314px;
  margin-inline: auto;
}

@media(max-width: 1000px) {
  .art-everywhere__logo {
    max-width: max(31.4vw, 149px);
  }
}

@media(max-width: 768px) {
  .art-everywhere__logo {
    max-width: 149px;
  }
}

.art-everywhere__subtitle {
  max-width: 956px;
  margin: 10px auto 0;
  text-align:center;
}

@media(max-width: 768px) {
  .art-everywhere__subtitle {
    margin-top: 12px;
  }
}

@media(max-width: 1000px) {
  .art-everywhere__subtitle-top {
    max-width: max(95.6vw, 352px);
  }
}

@media(max-width: 768px) {
  .art-everywhere__subtitle-top {
    max-width: 352px;
    margin: 0 auto;
  }
}

.art-everywhere__subtitle-bottom {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
  -webkit-text-stroke: 1px var(--brown);
  margin-top: 0.5em;
  margin-bottom: 50px;
}

@media(max-width: 1000px) {
  .art-everywhere__subtitle-bottom {
    font-size: max(3vw, 1.25rem);
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 769px){
  .art-everywhere__subtitle-bottom .sp-view{
    display: none;
  }
}

@media(max-width: 768px) {
  .art-everywhere__subtitle-bottom {
    font-size: 1.25rem;
    -webkit-text-stroke: inherit;
    margin-bottom:30px;
    margin-top: 5px;
  }
}

.subtitle_caption{
  margin-bottom: 4rem;
}
@media (max-width: 768px){
  .subtitle_caption{
    margin-bottom: 3rem;
  }
}

.subtitle_caption p{
  line-height: 1.6;
  font-size: 1.2rem;
}

@media (min-width: 769px){
  .subtitle_caption p .sp-view{
    display: none;
  }
}

@media (max-width: 768px){
  .subtitle_caption p{
    font-size: 1rem;
  }
}

.subtitle_caption p:not(:last-child){
  margin-bottom: 1rem;
}

.art-everywhere__subtitle h3{
  text-align: center;
display: inline-block;
margin: 15px auto;
font-size: 1.4rem;
    border-bottom: 2px dotted #ccc;
  line-height: 1.8;}

@media(max-width: 838px) {

.art-everywhere__subtitle h3{
margin: 10px auto;
}
.art-everywhere__subtitle a h3{
margin: 10px auto;
width: 620px;
background: transparent!important;
}
}

@media(max-width: 768px) {

  .art-everywhere__subtitle h3{
    margin: 5px auto;
  font-size: 1.0rem;
  border-bottom: 0;
  margin-bottom: 0;
}
.art-everywhere__subtitle a h3 {
width: 100%;
margin-top: 0;
}
}

@media(max-width: 500px) {
  .art-everywhere__subtitle h3{
  font-size: 0.8rem;
}
}

.art-everywhere__subtitle h3 img{
  width: 25px;
  vertical-align: baseline;
  margin-right: 5px;
}
@media(max-width: 507px) {
.art-everywhere__subtitle h3 img {
    vertical-align: bottom;}
}

@media(max-width: 440px) {
.art-everywhere__subtitle h3 img {
  vertical-align: baseline;
  width: 17px;}
}

h3.art-everywhere_midashi {
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    background: repeating-linear-gradient(45deg, #f8e56e 0 3px, #fff 3px 8px);
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    border-bottom: 0;
    color: var(--brown);
    padding-top: 7px;
    padding-right: 35px;
    margin-bottom: 10px;
    }

h3.art-everywhere_midashi::before {
    position: absolute;
        bottom: -8px;
        left: calc(50% - 6px);
          transform: rotate(36deg);
        height: 16px;
    width: 2px;
    background-color: var(--brown);
    content: "";
}

h3.art-everywhere_midashi::after {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 2px solid  var(--brown);
    border-radius: 3px;
    content: '';
}
@media(max-width: 768px) {
h3.art-everywhere_midashi {
    font-size: .8rem;
  }
}
@media(max-width: 458px) {

h3.art-everywhere_midashi {
    padding: 0.8rem;
    font-size: .7rem;
    padding-top: 2px;
    width: 100%;
    padding-right: 0.8rem;
  }
}

.art-everywhere__subtitle h3 small{
    font-size: 0.9rem;
    vertical-align: text-bottom;
    margin-bottom: 2px;
    display: inline-block;
}

@media(max-width: 768px) {
  .art-everywhere__subtitle h3 small{
  font-size: 0.7rem;
  margin-bottom: 0;    vertical-align: inherit;
  border-bottom: 2px dotted #ccc;
}
}

@media(max-width: 450px) {
  .art-everywhere__subtitle h3 small{
  font-size: 0.6rem;
}
}

.art-everywhere__application {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  margin-top: 51px;
}

@media(max-width: 1100px) {
  .art-everywhere__application {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 350px;
  }
}

@media(max-width: 768px) {
  .art-everywhere__application {
    -webkit-column-gap: 132px;
    -moz-column-gap: 132px;
    column-gap: 132px;
    overflow: hidden;
    margin-top: 10px;
  }
}

@media(max-width: 768px) {
  .art-everywhere__application-boy {
    grid-area: 1/1/2/2;
    -webkit-transform: translate(-8px);
    -ms-transform: translate(-8px);
    transform: translate(-8px);
    margin-left: auto;
  }
}

.art-everywhere__application-btn-box {
  grid-area: 2/1/3/3;
  text-align: center;
  margin-top: 34px;
}

@media(max-width: 1100px) {
  .art-everywhere__application-btn-box {
    margin-top: -44px;
    z-index: 800;
  }
}

@media(max-width: 768px) {
  .art-everywhere__application-btn-box {
    margin-top: -20px;
    padding-bottom:10px;
  }
}

@media(max-width: 768px) {
  .art-everywhere__application-girl {
    grid-area: 1/2/2/3;
    -webkit-transform: translate(14px);
    -ms-transform: translate(14px);
    transform: translate(14px);
    margin-right: auto;
  }
}

.taiken-present{
  text-align:center;
  margin-top:3em;
  margin-bottom:-5em;
}
.taiken-present img{
  max-width:476px;
}
.taiken-present p{
  margin-top:1em;
  line-height:1.4em;
}
@media(max-width:1100px){
  .taiken-present{
    margin-bottom:-8em;
  }
}
@media(max-width:768px){
  .taiken-present{
    margin-top:0;
    margin-bottom:0;
  }
  .taiken-present p{
    font-size:0.8em;
  }
  .taiken-present img{
    max-width:317px;
  }
}

.art-everywhere__coupon {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
  margin: 30px auto 0;
}

@media(max-width: 768px) {
  .art-everywhere__coupon {
    font-size: .75rem;
    margin-top: 10px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .art-everywhere__coupon {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .art-everywhere__coupon:hover {
    opacity: .7
  }
}

.news-list_pos {
  margin-top: 70px;
}

@media(max-width: 768px) {
  .news-list_pos {
    margin-top: 34px;
  }
}

.news-list__inner {
  max-width: 737px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
}

@media(max-width: 768px) {
  .news-list__inner {
    max-width: 500px;
  }
}

.news-list__title {
  position: relative;
  font-size: 2.375rem;
  letter-spacing: .1em;
  text-align: center
}

@media(max-width: 768px) {
  .news-list__title {
    font-size: 1.3125rem
  }
}

.news-list__title::after {
  content: "";
  width: 179px;
  position: absolute;
  bottom: -15px;
  left: 48.5%;
  -webkit-transform: translate(-48.5%);
  -ms-transform: translate(-48.5%);
  transform: translate(-48.5%);
  aspect-ratio: 179/32;
  background: url(../images/news-list-decoration_pink.png) no-repeat center center/contain;
  z-index: -1
}

@media(max-width: 768px) {
  .news-list__title::after {
    width: 84px;
    bottom: -11px;
  }
}

.news-list__items {
  margin-top: 50px;
}

@media(max-width: 768px) {
  .news-list__items {
    margin-top: 30px;
  }
}

.news-list__item {
  border-bottom: 1px solid var(--brown);
}

.news-list__item:first-of-type {
  border-top: 1px solid var(--brown);
}

.news-list__link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.444;
  padding: 20px 20px;
}

@media(max-width: 768px) {
  .news-list__link {
    font-size: .75rem;
    line-height: 1.5;
    padding: 9px 9px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .news-list__link {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .news-list__link:hover {
    opacity: .7
  }
}

.life-skills {
  position: relative;
}

.life-skills_pos {
  padding-top: 190px;
  background-color:var(--bg-lightpink);
  margin-top:-2px;
}
@media(max-width:1100px){
  .life-skills_pos{
    padding-top:100px;
  }
}
@media(max-width: 768px) {
  .life-skills_pos {
    padding-top: 0;
    margin-top: -16px;
  }
}

.life-skills__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/life-skills-top-bg.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/life-skills-top-bg.png) 1x, url(../images/life-skills-top-bg@2x.png) 2x);
  background-image: image-set(url(../images/life-skills-top-bg.png) 1x, url(../images/life-skills-top-bg@2x.png) 2x);
}

@media(max-width: 768px) {
  .life-skills__semicircle {
    aspect-ratio: 375/52;
    background: url(../images/life-skills-top-bg_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/life-skills-top-bg_sp.png) 1x, url(../images/life-skills-top-bg_sp@2x.png) 2x);
    background-image: image-set(url(../images/life-skills-top-bg_sp.png) 1x, url(../images/life-skills-top-bg_sp@2x.png) 2x);
  }
}

.life-skills__title {
  max-width: 614px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media(max-width: 768px) {
  .life-skills__title {
    max-width: 285px;
    min-width: 285px;
    top: -72px;
  }
}

@media(max-width: 470px) {
  .life-skills__title {
    max-width: 255px;
    min-width: 255px;
  }
}

@media(max-width: 360px) {
  .life-skills__title {
    max-width:auto;
    min-width:80%;
  }
}

.life-skills__bg {
  background-color: var(--bg-yellow);
}

.life-skills__inner {
  max-width: 939px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px 108px;
}
@media(max-width: 1100px){
  .life-skills__inner{
    padding-bottom:50px;
  }
}

@media(max-width: 768px) {
  .life-skills__inner {
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media(max-width:428px){
  .life-skills__inner{
    padding-top:2rem;
    padding-bottom:1rem;
  }
}

.life-skills__subtitle {
  -webkit-transform: translateY(-23.3%);
  -ms-transform: translateY(-23.3%);
  transform: translateY(-23.3%);
  font-size: 2.25rem;
  line-height: 1.9444444444;
  letter-spacing: .04em;
  text-align: center
}

@media(max-width: 1000px) {
  .life-skills__subtitle {
    font-size: max(3.6vw, 1rem);
  }
}

@media(max-width: 768px) {
  .life-skills__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
    padding-top:2rem;
  }
}
@media(max-width:428px){
  .life-skills__subtitle{
    font-size:0.8rem;
    padding-top:0;
  }
}

.life-skills__underline {
  position: relative;
}

.life-skills__underline::after {
  content: "";
  max-width: 177px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -42%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  aspect-ratio: 177/40;
  background: url(../images/life-skills-underline_pink.png) no-repeat center center/contain;
  z-index: -1
}

@media(max-width: 768px) {
  .life-skills__underline::after {
    max-width: 71px;
    bottom: -8px;
  }
}

.life-skills__quote {
  font-size: 1.25rem;
  line-height: 2.2;
  margin-top: -12px;
}

@media(max-width: 768px) {
  .life-skills__quote {
    font-size: .75rem;
    line-height: 2.5;
    letter-spacing: .02em;
    margin-top: 33px;
  }
}

.life-skills__quote-link {
  border-bottom: 1px solid var(--brown);
}

.life-skills__power {
  max-width: 898px;
  aspect-ratio: 898/795;
  background: url(../images/life-skills-bottom-bg_pink.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/life-skills-bottom-bg_pink.png) 1x, url(../images/life-skills-bottom-bg_pink@2x.png) 2x);
  background-image: image-set(url(../images/life-skills-bottom-bg_pink.png) 1x, url(../images/life-skills-bottom-bg_pink@2x.png) 2x);
  margin: 87px auto 0;
  padding-top: 22px;
}

@media(max-width: 768px) {
  .life-skills__power {
    min-width: 348px;
    max-height: 383px;
    -webkit-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    transform: translateX(-2%);
    aspect-ratio: 348/383;
    background: url(../images/life-skills-bottom-bg_pink_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/life-skills-bottom-bg_pink_sp.png) 1x, url(../images/life-skills-bottom-bg_pink_sp@2x.png) 2x);
    background-image: image-set(url(../images/life-skills-bottom-bg_pink_sp.png) 1x, url(../images/life-skills-bottom-bg_pink_sp@2x.png) 2x);
    margin-top: 51px;
    padding-top: 14px;
  }
}

@media(max-width: 400px) {
  .life-skills__power {
    min-width: auto;
  margin: 0px auto;
  margin-top: 15px;
  }
  }

.life-skills__power-text {
  font-size: 1.875rem;
  line-height: 2.3333333333;
  letter-spacing: .04em;
  text-align: center;
  white-space: pre-line;
}

@media(max-width: 1000px) {
  .life-skills__power-text {
    font-size: max(3vw, .875rem);
  }
}

@media(max-width: 768px) {
  .life-skills__power-text {
    font-size: .875rem;
    line-height: 2.1428571429
  }
}
@media(max-width: 360px) {
.life-skills__power-text{
font-size: .675rem;}
}

.life-skills__dot {
  position: relative;
}

.life-skills__dot::after {
  content: "";
  max-width: 335px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -43%;
  left: 50%;
  -webkit-transform: translate(-50.3%);
  -ms-transform: translate(-50.3%);
  transform: translate(-50.3%);
  aspect-ratio: 335/15;
  background: url(../images/life-skills-dot_pink.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .life-skills__dot::after {
    top: -7px;
  }
}

.life-skills__three-power {
  max-width: 639px;
  margin: 4px auto 0;
}

@media(max-width: 1000px) {
  .life-skills__three-power {
    max-width: max(63.9vw, 316px);
  }
}

@media(max-width: 768px) {
  .life-skills__three-power {
    max-width: 316px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .life-skills__quote-link {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .life-skills__quote-link:hover {
    opacity: .7
  }
}

.art-kids {
  position: relative;
  margin-top:250px;
}
@media(max-width:1100px){
  .art-kids{
    margin-top:200px;
  }
}

@media(max-width: 768px){
  .art-kids{
    margin-top:6rem;
  }
}
.art-kids__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/back-img-lightpink.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/back-img-lightpink.png) 1x, url(../images/back-img-lightpink@2x.png) 2x);
  background-image: image-set(url(../images/back-img-lightpink.png) 1x, url(../images/back-img-lightpink@2x.png) 2x);
  margin-bottom:-3%;
}

@media(max-width: 768px) {
  .art-kids__semicircle {
    aspect-ratio: 1366/293;
    background: url(../images/back-img-lightpink_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/back-img-lightpink_sp.png) 1x, url(../images/back-img-lightpink_sp@2x.png) 2x);
    background-image: image-set(url(../images/back-img-lightpink_sp.png) 1x, url(../images/back-img-lightpink_sp@2x.png) 2x);
  }
}

.features2{
  padding-top: 150px;
  background-color:#EAF2F5;
  margin-top:-2px;
}
@media(max-width:1100px){
  .features2{
    padding-top:100px;
  }
}
@media(max-width:768px){
  .features2{
    padding-top:0;
    margin-top:-16px;
  }
}

.features2__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/back-img-yellow.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/back-img-yellow.png) 1x, url(../images/back-img-yellow@2x.png) 2x);
  background-image: image-set(url(../images/back-img-yellow.png) 1x, url(../images/back-img-yellow@2x.png) 2x);
  position:relative;
  margin-bottom:-3%;
}

@media(max-width: 768px) {
  .features2__semicircle {
    aspect-ratio: 1366/293;
    background: url(../images/back-img-yellow_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/back-img-yellow_sp.png) 1x, url(../images/back-img-yellow_sp@2x.png) 2x);
    background-image: image-set(url(../images/back-img-yellow_sp.png) 1x, url(../images/back-img-yellow_sp@2x.png) 2x);
  }
}

.features2__bg{
  background-color: var(--bg-yellow);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.features2 .art-kids__feature-bottom{
  margin-top:0;
}
@media(max-width:768px){
  .features2 .art-kids__feature-bottom{
    margin-bottom:1rem;
  }
}

.features2__title{
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

.features2 .art-kids__feature-bottom > li{
  width:calc(100% / 2);
}
@media(max-width:768px){
  .features2 .art-kids__feature-bottom > li{
    width:100%;
  }
}

.features2__feature-bottom-text{
  line-height:1.6;
}

.features2__3-title-container{
  text-align:center;
}

.features2__3-title{
  font-size:1.4rem;
  border-bottom:10px dotted #84ced7;
  margin-bottom:1.5em;
  text-align:center;
  display:inline-block;
  padding-bottom:0.5em;
}
@media(max-width:768px){
  .features2__3-title{
    font-size:1.1rem;
  }
}

.features2__3-title .number{
  font-size:2em;
  background:url(../images/features2_number_bg.png) no-repeat center top/contain;
  display:inline-block;
  width: 2em;
  height: 1.5em;
  text-align: center;
}
.features2__3-title .bold{
  font-size:2em;
}
@media(max-width:768px){
  .features2__3-title .number,
  .features2__3-title .bold{
    font-size:1.5em;
  }
}

@media(max-width:768px){
  .features2 .art-kids__inner{
    padding-top:10px;
    padding-bottom:1rem;
  }
}

.features2 .art-kids__feature-bottom-img{
  text-align:center;
}

.features2__feature-bottom-text{
  margin-top:2em;
  margin-bottom:1em;
}

@media(max-width:768px){
  .features2__3-content{
    margin-bottom:2rem;
  }
}

.features2__3-content-text{
  text-align:center;
  line-height:1.6;
}
@media(min-width:769px){
  .features2__3-content-text .sp-view{
    display:none;
  }
}
@media(max-width:768px){
  .features2__3-content-text{
    font-size:0.8rem;
  }
}

.features2__3-content .flexbox{
  display:flex;
  margin-top:3rem;
}
@media(max-width:768px){
  .features2__3-content .flexbox{
    flex-direction:column;
    align-items:center;
    max-width:343px;
    margin:2rem auto 0 auto;
  }
}

.features2__3-content .flex-content{
  width:calc(100% / 3);
  padding:0 2rem;
}
@media(max-width:768px){
  .features2__3-content .flex-content{
    width:100%;
    padding:0;
    text-align:center;
  }
  .features2__3-content .flex-content:not(:last-child){
    margin-bottom:1.5rem;
  }
  .features2__3-content .flex-content p{
    text-align:left;
    font-size:0.8rem;
  }
}

.features2__3-content .flex-content img{
  margin-bottom:2rem;
}
@media(max-width:768px){
  .features2__3-content .flex-content img{
    max-width:200px;
    margin-bottom:1rem;
  }
}

.features2__3-content .flex-content p{
  line-height:1.6;
}

.art-kids__message{
  text-align:left;
  margin:3rem 0 5rem 0;
}
@media (max-width: 1000px){
  .art-kids__message{
    margin: 3rem 0;
  }
}
@media(max-width:768px){
  .art-kids__message{
    margin:2.5rem 0;
  }
}

.art-kids2 .art-kids__message{
  margin-top: 0;
}

.art-kids__message_tonton{
  margin-bottom: 0;
}

.art-kids__message h2{
  font-size:2.5rem;
  text-align: left;
  margin-bottom: 1em;
}
@media (max-width: 1000px){
  .art-kids__message h2{
    font-size: 1.5rem;
  }
}
@media(max-width:768px){
  .art-kids__message h2{
    font-size:1.2rem;
    text-align: center;
  }
}

.art-kids__message-img img{
  max-width:508px;
}
@media(max-width:768px){
  .art-kids__message-img img{
    max-width:70%;
  }
}

.art-kids__message p{
  line-height:1.6;
  font-size:1.2rem;
}
@media (max-width: 1000px){
  .art-kids__message p{
    font-size: 1rem;
  }
}
@media(max-width:768px){
  .art-kids__message p{
    font-size:0.8rem;
  }
}

.art-kids__message > *:not(:last-child){
  margin-bottom:3rem;
}
@media(max-width:768px){
  .art-kids__message > *:not(:last-child){
    margin-bottom:1.5rem;
  }
}

.art-kids__message .flexbox{
  display:flex;
  align-items: center;
}
.art-kids__message_tonton .flexbox{
  flex-direction: row-reverse;
}

.art-kids__message .flexbox > div:nth-child(1){
  width:40%;
}
.art-kids__message .flexbox > div:nth-child(2){
  width:60%;
  padding:0 2rem;
}
.art-kids__message .flexbox > div:nth-child(2) p:not(:last-child){
  margin-bottom:1rem;
}
@media(max-width:768px){
  .art-kids__message .flexbox{
    flex-direction:column;
  }
  .art-kids__message .flexbox > div:nth-child(1),
  .art-kids__message .flexbox > div:nth-child(2){
    width:100%;
    padding: 0;
  }
  .art-kids__message .flexbox > div:nth-child(1){
    margin-bottom:2rem;
    text-align: center;
  }
}
@media (max-width: 480px){
  .art-kids__message .flexbox > div:nth-child(2){
    width: 90%;
    margin: 0 auto;
  }
}

.sign-board__container{
  text-align:center;
  margin-top:3rem;
}
.sign-board__container img{
  max-width:360px;
}
@media(max-width:768px){
  .sign-board__container{
    margin-top:1.5rem;
  }
  .sign-board__container img{
    max-width:150px;
  }
}

@media(max-width:768px){
  .features2 .art-kids__feature-bottom > li p{
    font-size:0.8rem;
  }
}

.art-kids2{
  margin-top: -1px;
}

@media(max-width:768px){
  .art-kids2 .art-kids__inner{
    padding:1px 16px 6rem;
  }
}

.art-kids__title {
  max-width: 806px;
  width: 100%;
  position: absolute;
  top: -16.2%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 1300px) {
  .art-kids__title {
    max-width: max(62vw, 322px);
  }
}

@media(max-width: 768px) {
  .art-kids__title {
    max-width: 322px;
    min-width: 322px;
    top: -58px;
  }
}

@media(max-width: 470px) {
  .art-kids__title {
    max-width: 282px;
    min-width: 282px;
  }
}

@media(max-width: 360px) {
  .art-kids__title {
    max-width: auto;
    min-width: auto;
  }
}

.art-kids__bg {
  background-color: var(--bg-lightpink);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.art-kids__inner {
  max-width: 1164px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 25px 20px 37px;
}

@media(max-width: 768px) {
  .art-kids__inner {
    padding: 40px 16px 1rem;
  }
}

.art-kids__subtitle-top {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center
}

@media(max-width: 1100px) {
  .art-kids__subtitle-top {
    font-size: max(2.2727vw, 15px);
  }
}

@media(max-width: 768px) {
  .art-kids__subtitle-top {
    font-size: .9375rem
  }
}

@media (min-width: 769px){
  .art-kids__subtitle-top .sp-view{
    display: none;
  }
}

.art-kids__feature-top {
  display: block;
  margin-top: 53px;
}

@media(max-width: 768px) {
  .art-kids__feature-top {
    max-width: 343px;
    margin: 30px auto 0;
  }
}

.feature-title{
  text-align:center;
  margin-top:3em;
}
.feature-title h3 img{
  max-width:502px;
}
@media(max-width:768px){
  .feature-title{
    margin-top:2em;
  }
  .feature-title h3 img{
    max-width:334px;
  }
}

.art-kids__feature-bottom {
  max-width: 1080px;
  display: flex;
  justify-content:center;
  margin: 60px auto;
}
.art-kids__feature-bottom > li{
  width:calc(100% / 3);
  margin:0 2rem;
}
@media(max-width:768px){
  .art-kids__feature-bottom > li{
    width:100%;
    max-width:unset;
    margin:0 auto;
    text-align:center;
  }
}

.art-kids__feature-bottom > li p{
  text-align:left;
}
@media(max-width:768px){
  .art-kids__feature-bottom > li p{
    text-align:center;
  }
}

.art-kids__feature-bottom > li p span{
  font-size:1.4em;
}

@media(max-width: 768px) {
  .art-kids__feature-bottom {
    max-width: 343px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction:column;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 15px;
    margin-top: 27px;
    margin-bottom:2rem;
  }
}

@media(max-width: 768px) {
  .art-kids__feature-bottom-item {
    max-width: 162px;
  }
}

.art-kids__feature-bottom-text {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  letter-spacing: .03em;
  text-align: center;
  white-space: pre-line;
  margin-top: 22px;
}

@media(max-width: 768px) {
  .art-kids__feature-bottom-text {
    font-size: .75rem;
    line-height: 1.5;
    margin-top: 12px;
  }
}

.art-kids__feature-bottom li img{
  width:auto;
}

.art-kids__subtitle-movie {
  margin: 76px auto 0;
}

@media(max-width: 768px) {
  .art-kids__subtitle-movie {
    margin-top: 45px;
  }
}

.art-kids__movie {
  max-width: 768px;
  margin: 56px auto 0;
}

@media(max-width: 1100px) {
  .art-kids__movie {
    max-width: max(69.818vw, 261px);
  }
}

@media(max-width: 768px) {
  .art-kids__movie {
    max-width: 261px;
    margin-top: 30px;
  }
}

.art-kids__subtitle-description {
  margin: 93px auto 0;
}

@media(max-width: 768px) {
  .art-kids__subtitle-description {
    margin-top: 33px;
  }
}

.art-kids__description {
  max-width: 1018px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 51px auto 0;
}

@media(max-width: 768px) {
  .art-kids__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 335px;
    row-gap: 14px;
    margin-top: 21px;
  }
}

.art-kids__description-text {
  font-size: 1.375rem;
  line-height: 2;
  white-space: pre-line;
}

@media(max-width: 1100px) {
  .art-kids__description-text {
    min-width: max(47.92vw, 370px);
    font-size: max(2vw, 12px);
  }
}

@media(max-width: 768px) {
  .art-kids__description-text {
    min-width: inherit;
    font-size: .75rem;
    line-height: 1.8333333333
  }
}

@media(max-width: 768px) {
  .art-kids__description-img {
    max-width: 200px;
    margin-right: 11px;
    margin-left: auto;
  }
}

.power {
  background-color: var(--bg-yellow);
}

.power__title-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 683/230;
  background: url(../images/power-bg.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/power-bg.png) 1x, url(../images/power-bg@2x.png) 2x);
  background-image: image-set(url(../images/power-bg.png) 1x, url(../images/power-bg@2x.png) 2x);
}

@media(max-width: 768px) {
  .power__title-bg {
    aspect-ratio: 375/184;
    background: url(../images/power-bg_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/power-bg_sp.png) 1x, url(../images/power-bg_sp@2x.png) 2x);
    background-image: image-set(url(../images/power-bg_sp.png) 1x, url(../images/power-bg_sp@2x.png) 2x);
  }
}

.power__title {
  max-width: 888px;
}

@media(max-width: 1300px) {
  .power__title {
    max-width: max(327px, 68.307vw);
  }
}

@media(max-width: 768px) {
  .power__title {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.power__inner {
  max-width: 1000px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px 167px;
}

@media(max-width: 768px) {
  .power__inner {
    padding: 0 8px 121px;
  }
}

@media(max-width: 375px) {
  .power__inner {
    padding: 0 8px 101px;
  }
}

.power__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  margin-top: 68px;
}

@media(max-width: 900px) {
  .power__items {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media(max-width: 768px) {
  .power__items {
    grid-template-columns: 84px 84px 95.5px 95.5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 21px;
    margin-top: 30px;
  }
}

@media(max-width: 400px) {
  .power__items {
    grid-template-columns: auto;
  }
}
.power__item {
  max-width: 500px;
}

.power__item_1 {
  grid-area: 1/1/2/3
}

.power__item_2 {
  grid-area: 1/3/2/5
}

.power__item_3 {
  grid-area: 2/1/3/3
}

.power__item_4 {
  grid-area: 2/3/3/5
}

.power__item_5 {
  grid-area: 3/2/4/4
}

@media(max-width: 768px) {
  .power__img_1 {
    min-width: 168px;
  }
}

@media(max-width: 768px) {
  .power__img_2 {
    min-width: 191px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

.power__text {
  max-width: 400px;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
  margin: 14px auto 0;
}

@media(max-width: 768px) {
  .power__text {
    max-width: 162px;
    font-size: .75rem;
    line-height: 1.6666666667;
    text-align: start;
    margin: 8px auto 0;
  }
}

@media(max-width: 768px) {
  .power__text_1 {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
  }
  .power__text_2, .power__text_4 {
    margin-left: 25px;
  }
}

@media(max-width: 768px) {
  .power__text_3 {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
  }
}

.power__text_5 {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media(max-width: 768px) {
  .power__text_5 {
    -webkit-transform: translate(15px, -3px);
    -ms-transform: translate(15px, -3px);
    transform: translate(15px, -3px);
  }
}

.entry {
  position: relative;
  background-color: var(--bg-blue);
}

.entry_pos {
  margin-top: -1px;
}

.entry__title {
  max-width: 813px;
  margin-inline: auto;
}

@media(max-width: 1200px) {
  .entry__title {
    max-width: max(67.75vw, 299px);
  }
}

@media(max-width: 768px) {
  .entry__title {
    max-width: 299px;
  }
}

@media(max-width: 508px) {
  .entry__title {
    max-width: 259px;
  }
}

.entry__inner {
  max-width: 1260px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: -57px auto 0;
  padding: 0 20px 201px;
}

@media(max-width: 768px) {
  .entry__inner {
    margin-top: -19px;
    padding: 0 17px 95px;
  }
}

.entry__bg {
  max-width: 1140px;
  background-color: var(--white);
  border-radius: 50px;
  margin-inline: auto;
  padding: 89px 20px 76px;
}

@media(max-width: 768px) {
  .entry__bg {
    max-width: 405px;
    border-radius: 20px;
    padding: 35px 10px 23px;
  }
}

.entry__text-top {
  position: relative;
  font-size: 1.625rem;
  line-height: 2.3076923077;
  letter-spacing: .1em;
  text-align: center;
  white-space: pre-line;
  z-index: 1
}

@media(max-width: 1200px) {
  .entry__text-top {
    font-size: max(2.166vw, .75rem);
  }
}

@media(max-width: 768px) {
  .entry__text-top {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em
  }
}

.entry__underline {
  position: relative;
}

.entry__underline::after {
  content: "";
  max-width: 146px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -71%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  aspect-ratio: 146/37;
  background: url(../images/entry-underline.png) no-repeat center center/contain;
  z-index: -1
}

@media(max-width: 768px) {
  .entry__underline::after {
    width: 114%;
    bottom: -9px;
    aspect-ratio: 60/16;
    background: url(../images/entry-underline_sp.png) no-repeat center center/contain
  }
}

.entry__strong {
  font-size: 3.125rem;
  line-height: .8
}

@media(max-width: 1200px) {
  .entry__strong {
    font-size: max(4.166vw, 1rem);
  }
}

@media(max-width: 768px) {
  .entry__strong {
    font-size: 1rem;
    line-height: 1.375
  }
}

.entry__experience-lesson {
  max-width: 883px;
  display: block;
  -webkit-transform: translate(-4%);
  -ms-transform: translate(-4%);
  transform: translate(-4%);
  margin: 13px auto 0;
}

@media(max-width: 1200px) {
  .entry__experience-lesson {
    max-width: max(73.583vw, 309px);
  }
}

@media(max-width: 768px) {
  .entry__experience-lesson {
    max-width: 309px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 11px;
  }
  .kaiga_course .entry__experience-lesson img {
    margin-left: -10px;
  }
}

@media(max-width: 380px) {
  .entry__experience-lesson {
    /*margin-left: 0;*/
  }
}

.entry__formula {
  max-width: 662px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 24px auto 0;
}

@media(max-width: 1100px) {
  .entry__formula {
    max-width: max(60.1818vw, 242px);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media(max-width: 768px) {
  .entry__formula {
    max-width: 242px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 0;
  }
}

.entry__formula-item {
  max-width: 307px;
}

.entry__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-46%, -45%);
  -ms-transform: translate(-46%, -45%);
  transform: translate(-46%, -45%);
}

@media(max-width: 768px) {
  .entry__plus {
    -webkit-transform: translate(-51%, -49%);
    -ms-transform: translate(-51%, -49%);
    transform: translate(-51%, -49%);
  }
}

.entry__formula.entry__formula_kaiga {
  max-width: 662px;
  display: block;
  margin: 40px auto 0;
}

@media(max-width: 1100px) {
  .entry__formula.entry__formula_kaiga {
    max-width: max(60.1818vw, 242px);
  }
}

@media(max-width: 768px) {
  .entry__formula.entry__formula_kaiga {
    max-width: 242px;
    margin-top: 15px;
  }
}

.entry__formula.entry__formula_kaiga h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

@media(max-width: 768px) {
  .entry__formula.entry__formula_kaiga h3 {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
}

.entry__text-mid {
  font-size: 1.875rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 46px;
}

@media(max-width: 1200px) {
  .entry__text-mid {
    font-size: max(2.5vw, .875rem);
  }
}

@media(max-width: 768px) {
  .entry__text-mid {
    font-size: .875rem;
    line-height: 1.7142857143;
    margin-top: 16px;
  }
}

.entry__supplement {
  max-width: 670px;
  font-size: .9375rem;
  line-height: 2;
  white-space: pre-line;
  margin: 8px auto 0;
padding-left: 1em;
text-indent: -1em;
}

@media(max-width: 768px) {
  .entry__supplement {
    max-width: 316px;
    margin: 0 auto;
    font-size: .625rem;
    line-height: 1.6;
    margin-top: 11px;
  }
}

.entry__selection-title {
  letter-spacing: 0;
  margin: 120px auto 0;
}
@media (max-width: 1000px){
  .entry__selection-title{
    margin: 5rem auto 0;
  }
}

.entry__selection-title__subtext{
  text-align:center;
  font-size:1.2rem;
  margin-top:2em;
  line-height:2em;
}
@media(max-width:768px){
  .entry__selection-title__subtext{
    margin-top:1rem;
    font-size:0.8rem;
    line-height:1.6;
    margin-bottom:1rem;
  }
}

@media(max-width: 428px) {
  .entry__selection-title__subtext {
    font-size:0.8rem;
    text-align:left;
    margin-top:1em;
  }
  .entry__selection-title__subtext .pc-view{
    display:none;
  }
}

@media(max-width: 768px) {
  .entry__selection-title {
    letter-spacing: .04em;
    margin-top: 50px;
  }
}

.entry__signboard {
  max-width: 389px;
  margin: 51px auto 0;
}

@media(max-width: 768px) {
  .entry__signboard {
    max-width: 166px;
    margin-top: 24px;
  }
}

.entry__selection {
  max-width: 1064px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -118px auto 0;
}

@media(max-width: 768px) {
  .entry__selection {
    margin-top: -38px;
  }
}

.entry__selection-text {
  font-size: 1.875rem;
  line-height: 2.3;
  text-align: center
}

@media(max-width: 1200px) {
  .entry__selection-text {
    font-size: max(2.5vw, .75rem);
  }
}

@media(max-width: 768px) {
  .entry__selection-text {
    font-size: .75rem;
    line-height: 2
  }
}

@media(max-width: 768px) {
  .entry__selection-text_online {
    -webkit-transform: translate(-7px);
    -ms-transform: translate(-7px);
    transform: translate(-7px);
  }
}

@media(max-width: 768px) {
  .entry__selection-text_movie {
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
  }
}

.entry__online-dot {
  position: relative;
}

.entry__online-dot::after {
  content: "";
  max-width: 342px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -43%;
  left: 50%;
  -webkit-transform: translate(-50.3%);
  -ms-transform: translate(-50.3%);
  transform: translate(-50.3%);
  aspect-ratio: 342/15;
  background: url(../images/entry-online-dot.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .entry__online-dot::after {
    max-width: 137px;
    top: -5px;
  }
}

.entry__movie-dot {
  position: relative;
}

.entry__movie-dot::after {
  content: "";
  max-width: 145px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -41%;
  left: 50%;
  -webkit-transform: translate(-50.3%);
  -ms-transform: translate(-50.3%);
  transform: translate(-50.3%);
  aspect-ratio: 145/14;
  background: url(../images/entry-movie-dot.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .entry__movie-dot::after {
    max-width: 52px;
    top: -5px;
  }
}

.entry__selection-img {
  display: block;
  margin-top: 6px;
}

@media(max-width: 768px) {
  .entry__selection-img {
    margin-top: 1px;
  }
}

@media(max-width: 768px) {
  .entry__selection-img_online {
    -webkit-transform: translate(-9px);
    -ms-transform: translate(-9px);
    transform: translate(-9px);
  }
}

@media(max-width: 768px) {
  .entry__selection-img_movie {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px);
  }
}

.entry__application {
  margin-top: 88px;
}

@media(max-width: 768px) {
  .entry__application {
    margin-top: 34px;
  }
}

.treasure {
  position: relative;
  background-color:#FBFAEE;
  padding-bottom:10rem;
}
@media(max-width: 1100px){
  .treasure{
    padding-bottom:5rem;
  }
}
@media(max-width:768px){
  .treasure{
    padding-bottom:1px;
  }
}

.treasure__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/treasure-top-bg.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/treasure-top-bg.png) 1x, url(../images/treasure-top-bg@2x.png) 2x);
  background-image: image-set(url(../images/treasure-top-bg.png) 1x, url(../images/treasure-top-bg@2x.png) 2x);
}

@media(max-width: 768px) {
  .treasure__semicircle {
    aspect-ratio: 375/52;
    background: url(../images/treasure-top-bg_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/treasure-top-bg_sp.png) 1x, url(../images/treasure-top-bg_sp@2x.png) 2x);
    background-image: image-set(url(../images/treasure-top-bg_sp.png) 1x, url(../images/treasure-top-bg_sp@2x.png) 2x);
  }
}

.treasure__title {
  max-width: 703px;
  width: 100%;
  position:relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}
@media(max-width: 1100px){
  .treasure__title{
    margin-bottom:-3rem;
  }
}

.treasure__title picture{
  position:relative;
  top:-100px;
}
@media(max-width:768px){
  .treasure__title picture{
    top:-3rem;
  }
}

@media(max-width: 1300px) {
  .treasure__title {
    max-width: max(54.0769vw, 280px);
  }
}

@media(max-width: 768px) {
  .treasure__title {
    max-width: 280px;
    min-width: 280px;
    top: 0;
    margin-bottom:-1rem;
  }
}

@media(max-width: 361px) {
  .treasure__title {
    max-width: auto;
    min-width: auto;
  }
}

.treasure__bg {
  background-color: var(--bg-yellow);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

@media(max-width: 768px) {
  .treasure__bg {
    padding-top: 0;
  }
}

.treasure__subtitle {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  font-size: 2.25rem;
  line-height: 1.9444444444;
  letter-spacing: .04em;
  text-align: center
}

@media(max-width: 1300px) {
  .treasure__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: max(2.769vw, 15px);
  }
}

@media(max-width: 768px) {
  .treasure__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: .9375rem;
    line-height: 2
  }
}

.treasure__underline {
  position: relative;
}

.treasure__underline::after {
  content: "";
  max-width: 187px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -59%;
  left: 50%;
  -webkit-transform: translate(-47%);
  -ms-transform: translate(-47%);
  transform: translate(-47%);
  aspect-ratio: 187/50;
  background: url(../images/treasure-underline.png) no-repeat center center/contain;
  z-index: -1
}

@media(max-width: 768px) {
  .treasure__underline::after {
    bottom: -10px;
  }
}

.treasure__contents-outer {
  overflow: hidden;
  margin-bottom:2rem;
}
@media(max-width:768px){
  .treasure__contents-outer{
    margin-bottom:0;
  }
}

.treasure__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

@media(max-width: 768px) {
  .treasure__inner {
    max-width: 400px;
    padding: 0 16px;
  }
}

.treasure__contents {
  width: 100%;
  display: block;
  /*-webkit-transform: translate(-5.4%);
  -ms-transform: translate(-5.4%);
  transform: translate(-5.4%);*/
  margin-top: 31px;
}

@media(max-width: 768px) {
  .treasure__contents {
    width: 129%;
    margin-top: 5px;
    -webkit-transform: translate(-15%);
    -ms-transform: translate(-15%);
    transform: translate(-15%);
  }
}
@media(max-width:428px){
  .treasure__contents{
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.reason_pos {
  margin-top: -1px;
  /*margin-bottom: 210px;*/
}

@media(max-width: 768px) {
  .reason_pos {
    margin-bottom: 0;
  }
}

.reason__title-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1367/461;
  background: url(../images/reason-bg.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/reason-bg.png) 1x, url(../images/reason-bg@2x.png) 2x);
  background-image: image-set(url(../images/reason-bg.png) 1x, url(../images/reason-bg@2x.png) 2x);
}

@media(max-width: 768px) {
  .reason__title-bg {
    aspect-ratio: 375/184;
    background: url(../images/reason-bg_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/reason-bg_sp.png) 1x, url(../images/reason-bg_sp@2x.png) 2x);
    background-image: image-set(url(../images/reason-bg_sp.png) 1x, url(../images/reason-bg_sp@2x.png) 2x);
  }
}

.reason__title {
  max-width: 888px;
}

@media(max-width: 1300px) {
  .reason__title {
    max-width: max(327px, 68.307vw);
  }
}

@media(max-width: 768px) {
  .reason__title {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media(max-width: 360px) {
  .reason__title {
    max-width: 290px;
  }
}

.reason__1 {
  margin-top: 74px;
}

@media(max-width: 768px) {
  .reason__1 {
    margin-top: 1px;
  }
}

.reason__2 {
  /*margin-top: 157px;*/
}

@media(max-width: 768px) {
  .reason__2 {
    margin-top: 0;
  }
}

.reason__subheading {
  max-width: 311px;
  aspect-ratio: 311/227
}

@media(max-width: 1100px) {
  .reason__subheading {
    max-width: max(28.2727vw, 148px);
  }
}

@media(max-width: 768px) {
  .reason__subheading {
    max-width: 148px;
    aspect-ratio: 74/53
  }
}

.reason__text-bule {
  color: #5fb4e2;
  font-size: 2.25rem;
  line-height: 1.6388888889;
  letter-spacing: .04em;
  text-align: center
}

@media(max-width: 1100px) {
  .reason__text-bule {
    font-size: max(3.2727vw, 1rem);
  }
}

@media(max-width: 768px) {
  .reason__text-bule {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.reason1_pos {
  margin-top: 30px;
}

.reason1__inner {
  padding: 0 20px;
}

@media(max-width: 768px) {
  .reason1__inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-inline: auto;
    padding: 0 16px;
  }
}

.reason1__title {
  margin-inline: auto;
}

.reason1__subtitle {
  white-space: pre-line;
  margin-top: 39px;
}

@media(max-width: 768px) {
  .reason1__subtitle {
    margin-top: 18px;
  }
}

.reason1__text {
  font-size: 1.25rem;
  line-height: 2.3;
    max-width: 741px;
    text-align: left;
    margin: 10px auto;
  margin-top: 33px;
}

@media(max-width: 1100px) {
  .reason1__text {
    font-size: max(1.8181vw, .75rem);
    max-width: 611px;
  }
}

@media(max-width: 768px) {
  .reason1__text {
    font-size: .75rem;
    line-height: 2.1666666667;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
    margin-top: 8px;
  }
}

@media(max-width: 470px) {
  .reason1__text {
    max-width: 90%;
  }
}


@media(max-width: 406px) {
  .reason1__text {
    max-width: 97%;
  }
}
@media(max-width: 380px) {

.reason1__text {
    font-size: .65rem;
  }
}

.reason1__dot-5 {
  position: relative;
}

.reason1__dot-5::before {
  content: "";
  max-width: 89px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -58%;
  left: 50%;
  -webkit-transform: translate(-45%);
  -ms-transform: translate(-45%);
  transform: translate(-45%);
  aspect-ratio: 89/9;
  background: url(../images/reason1-dot-5.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .reason1__dot-5::before {
    max-width: 57px;
    top: -8px;
    -webkit-transform: translate(-53%);
    -ms-transform: translate(-53%);
    transform: translate(-53%);
    aspect-ratio: 57/6
  }
}

.reason1__dot-8 {
  position: relative;
}

.reason1__dot-8::before {
  content: "";
  max-width: 145px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -58%;
  left: 50%;
  -webkit-transform: translate(-49%);
  -ms-transform: translate(-49%);
  transform: translate(-49%);
  aspect-ratio: 145/9;
  background: url(../images/reason1-dot-8.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .reason1__dot-8::before {
    max-width: 92px;
    top: -8px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    aspect-ratio: 92/6
  }
}

.reason1__dot-9 {
  position: relative;
}

.reason1__dot-9::before {
  content: "";
  max-width: 169px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -58%;
  left: 50%;
  -webkit-transform: translate(-48%);
  -ms-transform: translate(-48%);
  transform: translate(-48%);
  aspect-ratio: 169/9;
  background: url(../images/reason1-dot-9.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .reason1__dot-9::before {
    max-width: 102px;
    top: -8px;
    -webkit-transform: translate(-50.7%);
    -ms-transform: translate(-50.7%);
    transform: translate(-50.7%);
    aspect-ratio: 102/6
  }
}

.reason1__img {
  max-width: 1033px;
  display: block;
  margin: 35px auto 0;
}

@media(max-width: 768px) {
  .reason1__img {
    max-width: 335px;
    margin-top: 31px;
  }
}

.tonton_message{
  margin-top: 5rem;
}
@media (max-width: 768px){
  .tonton_message{
    margin-top: 3rem;
  }
}

.tonton_message p{
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 1000px){
  .tonton_message p{
    font-size: 1.5rem;
  }
}
@media (max-width: 768px){
  .tonton_message p{
    font-size: 0.9rem;
  }
}

.reason2 {
  position: relative;
}

.reason2__partition-top {
  aspect-ratio: 683/50;
  background: url(../images/reason-partition-top_pink.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-partition-top_pink.png) 1x, url(../images/reason-partition-top_pink@2x.png) 2x);
  background-image: image-set(url(../images/reason-partition-top_pink.png) 1x, url(../images/reason-partition-top_pink@2x.png) 2x);
  background-color:#FBFAEE;
}

@media(max-width: 768px) {
  .reason2__partition-top {
    aspect-ratio: 15/2;
    background: url(../images/reason-partition-top_pink_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/reason-partition-top_pink_sp.png) 1x, url(../images/reason-partition-top_pink_sp@2x.png) 2x);
    background-image: image-set(url(../images/reason-partition-top_pink_sp.png) 1x, url(../images/reason-partition-top_pink_sp@2x.png) 2x);
    background-color:#FBFAEE;
  }
}

.reason2__title {
  position: absolute;
  top: -82px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 768px) {
  .reason2__title {
    top: -41px;
  }
}

.reason2__bg {
  background-color: var(--bg-lightpink);
}

.reason2__inner {
  max-width: 1108px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 25px 20px 170px;
}
@media (max-width: 1000px){
  .reason2__inner{
    padding: 25px 20px 130px;
  }
}

@media(max-width: 768px) {
  .reason2__inner {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
}
@media(max-width:368px){
  .reason2__inner{
    padding-bottom:5rem;
  }
}

.reason2__text-top {
  max-width: 978px;
  font-size: 1.25rem;
  line-height: 2.3;
  margin: 26px auto 0;
}

@media(max-width: 1300px) {
  .reason2__text-top {
    font-size: max(1.5384vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason2__text-top {
    max-width: 335px;
    font-size: .75rem;
    line-height: 2.1666666667;
    margin-top: 17px;
  }
}

.reason2__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 60px;
  margin-top: 43px;
}

@media(max-width: 768px) {
  .reason2__items {
    row-gap: 47px;
    margin-top: 31px;
  }
}

.reason2__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media(max-width: 768px) {
  .reason2__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media(max-width: 768px) {
  .reason2__item_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.reason2__item_3 {
  margin-top: 29px;
}

@media(max-width: 768px) {
  .reason2__item_3 {
    margin-top: 0;
  }
}

.reason2__text-box {
  max-width: 551px;
}

@media(max-width: 768px) {
  .reason2__text-box {
    max-width: 315px;
  }
}

.reason2__text-box_1 {
  margin-top: 32px;
}

@media(max-width: 768px) {
  .reason2__text-box_1 {
    margin-top: 12px;
  }
}

.reason2__text-box_2 {
  margin-top: 82px;
}

@media(max-width: 768px) {
  .reason2__text-box_2 {
    margin-top: 6px;
  }
}

.reason2__text-box_3 {
  margin-top: 39px;
}

@media(max-width: 768px) {
  .reason2__text-box_3 {
    margin-top: 17px;
  }
}

.reason2__title-area {
  background: url(../images/reason-spiral-bottom-blue.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-spiral-bottom-blue.png) 1x, url(../images/reason-spiral-bottom-blue@2x.png) 2x);
  background-image: image-set(url(../images/reason-spiral-bottom-blue.png) 1x, url(../images/reason-spiral-bottom-blue@2x.png) 2x);
  padding-bottom: 30px;
}

@media(max-width: 768px) {
  .reason2__title-area {
    padding-bottom: 14px;
  }
}

.reason2__item-title {
  font-size: 2.25rem;
  line-height: 1.1666666667;
  white-space: pre-line;
}

@media(max-width: 1300px) {
  .reason2__item-title {
    font-size: max(2.769vw, 1.125rem);
  }
}

@media(max-width: 768px) {
  .reason2__item-title {
    font-size: 1.125rem
  }
}

@media(max-width: 768px) {
  .reason2__item-title_3 {
    line-height: 1.4444444444
  }
}

.reason2__date {
  display: block;
  font-size: 1.375rem;
  text-align: right;
  margin-top: 5px;
}

@media(max-width: 1300px) {
  .reason2__date {
    font-size: max(1.6923vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason2__date {
    font-size: .75rem
  }
}

.reason2__item-text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  white-space: pre-line;
  margin-top: 20px;
}

@media(max-width: 1300px) {
  .reason2__item-text {
    font-size: max(1.6923vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason2__item-text {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    margin-top: 16px;
  }
}

.reason2__item-text_1 {
  margin-top: 30px;
}

@media(max-width: 768px) {
  .reason2__item-text_1 {
    margin-top: 16px;
  }
}

.reason2__item-text_3 {
  margin-top: 0px;
}

@media(max-width: 768px) {
  .reason2__item-text_3 {
    margin-top: 15px;
  }
}

.reason2__supplement {
  background-color: var(--white);
  font-size: 1.375rem;
  line-height: 2.0909090909;
  white-space: pre-line;
  border-radius: 10px;
  padding: 21px 37px 10px;
}

@media(max-width: 1300px) {
  .reason2__supplement {
    font-size: max(1.6923vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason2__supplement {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    padding: 16px 18px 10px;
  }
}

.reason2__supplement_1 {
  margin-top: 40px;
}

@media(max-width: 768px) {
  .reason2__supplement_1 {
    margin-top: 11px;
  }
}

.reason2__supplement_2 {
  margin-top: 40px;
}

@media(max-width: 768px) {
  .reason2__supplement_2 {
    margin-top: 10px;
  }
}

.reason2__supplement_3 {
  margin-top: 40px;
}

@media(max-width: 768px) {
  .reason2__supplement_3 {
    margin-top: 13px;
  }
}

.reason2__img {
  max-width: 493px;
}

@media(max-width: 768px) {
  .reason2__img {
    max-width: 230px;
  }
}

.reason2__img_2 {
  max-width: 468px;
  -webkit-transform: translate(10%);
  -ms-transform: translate(10%);
  transform: translate(10%);
}

@media(max-width: 1100px) {
  .reason2__img_2 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@media(max-width: 768px) {
  .reason2__img_2 {
    max-width: 218px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.reason2__img_3 {
  max-width: 482px;
}

@media(max-width: 768px) {
  .reason2__img_3 {
    max-width: 218px;
  }
}

.reason2__btn {
  max-width: 577px;
  width: 100%;
  height: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/reason2-btn.png) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../images/reason2-btn.png) 1x, url(../images/reason2-btn@2x.png) 2x);
  background-image: image-set(url(../images/reason2-btn.png) 1x, url(../images/reason2-btn@2x.png) 2x);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(183, 177, 27, 0.16));
  filter: drop-shadow(5px 5px 10px rgba(183, 177, 27, 0.16));
  -webkit-box-shadow: 5px 5px 10px rgba(183, 177, 27, .1607843137);
  box-shadow: 5px 5px 10px rgba(183, 177, 27, .1607843137);
  font-size: 2.1875rem;
  letter-spacing: .01em;
  border-radius: 49.67px;
  margin: 50px auto 0;
}

@media(max-width: 768px) {
  .reason2__btn {
    max-width: 300px;
    height: 50px;
    font-size: 1rem;
    margin-top: 37px;
  }
}

.reason2__partition-bottom {
  aspect-ratio: 683/60;
  background: url(../images/reason2-partition-bottom.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason2-partition-bottom.png) 1x, url(../images/reason2-partition-bottom@2x.png) 2x);
  background-image: image-set(url(../images/reason2-partition-bottom.png) 1x, url(../images/reason2-partition-bottom@2x.png) 2x);
  margin-top: -1px;
}

@media(max-width: 768px) {
  .reason2__partition-bottom {
    aspect-ratio: 15/2;
    background: url(../images/reason2-partition-bottom_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/reason2-partition-bottom_sp.png) 1x, url(../images/reason2-partition-bottom_sp@2x.png) 2x);
    background-image: image-set(url(../images/reason2-partition-bottom_sp.png) 1x, url(../images/reason2-partition-bottom_sp@2x.png) 2x);
  }
}

@media(hover: hover)and (pointer: fine) {
  .reason2__btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .reason2__btn:hover {
    opacity: .7
  }
}

a.reason2__btn_kaiga {
  display: block;
  max-width: 90%;
  margin-top: 30px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3592d), to(#e3532a));
  background: -webkit-linear-gradient(#f3592d 0%, #e3532a 100%);
  background: -o-linear-gradient(#f3592d 0%, #e3532a 100%);
  background: linear-gradient(#f3592d 0%, #e3532a 100%);
}

@media(max-width: 768px) {
  a.reason2__btn_kaiga {
    max-width: 100%;
  }
}

span.reason2__btn_kaiga{
    display: block;
    margin-top: 30px;
line-height: 1.8;
}

@media (max-width: 1300px){
  span.reason2__btn_kaiga{
font-size: max(1.5vw, .75rem);
}
}
@media (max-width: 768px){
  span.reason2__btn_kaiga{
font-size: max(1.0vw, .6rem);
margin-top: 20px;}
}

.reason3 {
  position: relative;
}

.reason3__title {
  position: absolute;
  top: -207px;
  top: -13.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 1000px) {
  .reason3__title {
    top: -10.5%;
  }
}

@media(max-width: 768px) {
  .reason3__title {
    top: -11%;
  }
}

@media(max-width: 500px) {
  .reason3__title {
    top: -79px;
  }
}

.reason3__inner {
  max-width: 1080px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 91px 20px 158px;
}

@media(max-width: 768px) {
  .reason3__inner {
    padding: 59px 20px 74px;
  }
}

.reason3__text-top {
  font-size: 1.375rem;
  text-align: center;
  margin-top: 15px;
}

@media(max-width: 1100px) {
  .reason3__text-top {
    font-size: max(2vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason3__text-top {
    font-size: .75rem;
    margin-top: 7px;
  }
}

.reason3__img-top {
  max-width: 839px;
  margin: 56px auto 0;
}

@media(max-width: 1100px) {
  .reason3__img-top {
    max-width: max(76.27vw, 307px);
  }
}

@media(max-width: 768px) {
  .reason3__img-top {
    max-width: 307px;
    margin-top: 31px;
  }
}

.reason3__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 87px;
}

@media(max-width: 768px) {
  .reason3__bottom {
    max-width: 219px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 26px;
    margin: 36px auto 0;
  }
}

.reason3__item {
  max-width: 540px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.reason3__item_2 {
  max-width: 526px;
}

.reason3__item-img {
  display: block
}

.reason3__item-img_1 {
  max-width: 520px;
}

.reason3__item-img_2 {
  max-width: 526px;
}

.reason3__item-text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  margin-top: 31px;
}

@media(max-width: 1100px) {
  .reason3__item-text {
    font-size: max(2vw, .6875rem);
  }
}

@media(max-width: 768px) {
  .reason3__item-text {
    font-size: .6875rem;
    line-height: 1.6363636364;
    margin-top: 10px;
  }
}

.reason3__item-text_2 {
  max-width: 519px;
}

.reason4 {
  position: relative;
  background-color: var(--bg-yellow);
}

.reason4__partition-top {
  aspect-ratio: 683/50;
  background: url(../images/reason-partition-top.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-partition-top.png) 1x, url(../images/reason-partition-top@2x.png) 2x);
  background-image: image-set(url(../images/reason-partition-top.png) 1x, url(../images/reason-partition-top@2x.png) 2x);
}

@media(max-width: 768px) {
  .reason4__partition-top {
    aspect-ratio: 15/2;
    background: url(../images/reason-partition-top_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/reason-partition-top_sp.png) 1x, url(../images/reason-partition-top_sp@2x.png) 2x);
    background-image: image-set(url(../images/reason-partition-top_sp.png) 1x, url(../images/reason-partition-top_sp@2x.png) 2x);
  }
}

.reason4__title {
  position: absolute;
  top: -77px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 768px) {
  .reason4__title {
    top: -41px;
  }
}

.reason4__bg {
  background-color: var(--bg-yellow);
  margin-top: -1px;
}

.reason4__inner {
  max-width: 1091px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 30px 20px 50px;
}
@media(max-width: 1100px){
  .reason4__inner{
    padding-bottom:3rem;
  }
}

@media(max-width: 768px) {
  .reason4__inner {
    max-width: 345px;
    padding: 59px 20px 1rem;
  }
}

@media(max-width: 500px) {
  .reason4__inner {
    padding: 59px 20px 1rem;
  }
}
@media(max-width:428px){
  .reason4__inner{
    padding-top:3rem;
    padding-bottom:1rem;
  }
}

.reason4__subtitle {
  margin-top: 58px;
}

@media(max-width: 768px) {
  .reason4__subtitle {
    margin-top: -11px;
  }
}
@media(min-width:369px){
  .reason4__subtitle .sp-view{
    display:none;
  }
}
@media(max-width:368px){
  .reason4__subtitle{
    line-height:1.6em;
  }
  .reason4__subtitle .sp-view{
    display:block;
  }
}

.reason4__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 84px;
  margin-top: 50px;
}

@media(max-width: 768px) {
  .reason4__contents {
    row-gap: 21px;
    margin-top: 30px;
  }
}
@media(max-width:368px){
  .reason4__contents{
    margin-top:1rem;
  }
}

.reason4__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media(max-width: 768px) {
  .reason4__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(max-width:368px){
  .reason4__text-box_online > p:last-of-type{
    font-size:.75rem;
    line-height:1.6;
  }
}


.reason4__item_movie {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media(max-width: 768px) {
  .reason4__item_movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.reason4__text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.reason4__text-box_movie {
  margin-top: 24px;
}

@media(max-width: 768px) {
  .reason4__text-box_movie {
    margin: 0;
  }
}

.reason4__category {
  font-size: 1.875rem
}

@media(max-width: 1300px) {
  .reason4__category {
    font-size: max(2.3076vw, 1rem);
  }
}

@media(max-width: 768px) {
  .reason4__category {
    font-size: 1rem
  }
}

.reason4__category_online {
  color: #e6d84a
}

.reason4__category_movie {
  display: block;
  color: #92d1ed;
  text-align: right
}

@media(max-width: 768px) {
  .reason4__category_movie {
    text-align: start
  }
}

.reason4__item-title {
  font-size: 2.25rem;
  margin-top: 24px;
  padding-bottom: 17px;
}

@media(max-width: 1300px) {
  .reason4__item-title {
    font-size: max(2.769vw, 1.125rem);
  }
}

@media(max-width: 768px) {
  .reason4__item-title {
    font-size: 1.125rem;
    margin-top: 11px;
    padding-bottom: 13px;
  }
}

.reason4__item-title_online {
  background: url(../images/reason-spiral-bottom-yellow.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-spiral-bottom-yellow.png) 1x, url(../images/reason-spiral-bottom-yellow@2x.png) 2x);
  background-image: image-set(url(../images/reason-spiral-bottom-yellow.png) 1x, url(../images/reason-spiral-bottom-yellow@2x.png) 2x);
}

.reason4__item-title_movie {
  background: url(../images/reason-spiral-bottom-blue.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-spiral-bottom-blue.png) 1x, url(../images/reason-spiral-bottom-blue@2x.png) 2x);
  background-image: image-set(url(../images/reason-spiral-bottom-blue.png) 1x, url(../images/reason-spiral-bottom-blue@2x.png) 2x);
  text-align: right
}

@media(max-width: 768px) {
  .reason4__item-title_movie {
    text-align: start
  }
}

.reason4__item-text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  margin-top: 21px;
}

@media(max-width: 1300px) {
  .reason4__item-text {
    font-size: max(1.692vw, .75rem);
  }
}

.reason4__item_time .reason4__item-text {
  margin-top: 41px;
}

@media(max-width: 768px) {
  .reason4__item_time .reason4__item-text {
    margin-top: 10px;
  }
}

@media(max-width: 768px) {
  .reason4__item-text {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    margin-top: 15px;
  }
}

.reason4__item-text_movie {
  max-width: 515px;
}

@media(max-width: 768px) {
  .reason4__item-text_movie {
    max-width: 300px;
    margin-top: 22px;
  }
}

.reason4__item-text_movie small {
  font-size: 0.9rem;
}

@media(max-width: 768px) {
  .reason4__item-text_movie small {
    font-size: 0.7rem;
    line-height: 1.5;
    display: block;
    margin-top: 9px;
  }
}

.reason4__time {
  max-width: 355px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

@media(max-width: 768px) {
  .reason4__time {
    margin-top: 27px;
    max-width: 284px;
  }
}

.reason4__time2 {
  margin-top: 10px;
}

.reason4__time .reason4__time_lupe {
  position: absolute;
  right: -24px;
  top: -15px;
  width: 40px;
}

@media(max-width: 768px) {
  .reason4__time .reason4__time_lupe {
    right: -16px;
    width: 30px;
  }
}

.reason4__time img, .reason4__time2 img {
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #aaaaaa42;
}

.reason4__time .reason4__time_lupe img {
  box-shadow: 0 0 0 0;
}

.reason4__supplement {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: .9375rem;
  line-height: 2.2666666667;
  text-indent: -0.7rem;
  white-space: pre-line;
  padding-left: .8rem
}

@media(max-width: 1300px) {
  .reason4__supplement {
    font-size: max(1.1538vw, .6875rem);
  }
}

@media(max-width: 768px) {
  .reason4__supplement {
    font-size: .6875rem;
    line-height: 1.6363636364
  }
}

.reason4__supplement_top {
  margin-top: 18px;
}

@media(max-width: 768px) {
  .reason4__supplement_top {
    margin-top: 13px;
  }
}

.reason4__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.reason4__img_online {
  max-width: 507px;
  margin-top: 15px;
}

@media(max-width: 768px) {
  .reason4__img_online {
    max-width: 293px;
    -webkit-transform: translate(23px);
    -ms-transform: translate(23px);
    transform: translate(23px);
    margin-top: 23px;
  }
}

@media(max-width: 340px) {
  .reason4__img_online {
    transform: translate(0);
  }
  }

.reason4__subtext{
  margin-top:1rem;
}
@media(max-width:428px){
  .reason4__subtext{
    font-size:0.8rem;
    line-height:1.6em;
  }
}

.reason4__img_movie {
  max-width: 514px;
}

@media(max-width: 768px) {
  .reason4__img_movie {
    max-width: 276px;
    -webkit-transform: translate(28px);
    -ms-transform: translate(28px);
    transform: translate(28px);
    margin-top: 20px;
  }
}

@media(max-width: 340px) {
  .reason4__img_movie {
    transform: translate(0px);
  }
  }

.reason4__partition-bottom {
  aspect-ratio: 683/60;
  background: url(../images/reason4-partition-bottom.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason4-partition-bottom.png) 1x, url(../images/reason4-partition-bottom@2x.png) 2x);
  background-image: image-set(url(../images/reason4-partition-bottom.png) 1x, url(../images/reason4-partition-bottom@2x.png) 2x);
  margin-top: -1px;
}

@media(max-width: 768px) {
  .reason4__partition-bottom {
    aspect-ratio: 15/2;
    background: url(../images/reason4-partition-bottom_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/reason4-partition-bottom_sp.png) 1x, url(../images/reason4-partition-bottom_sp@2x.png) 2x);
    background-image: image-set(url(../images/reason4-partition-bottom_sp.png) 1x, url(../images/reason4-partition-bottom_sp@2x.png) 2x);
  }
}

.reason5 {
  position: relative;
}

.reason5__title {
  position: absolute;
  top: -22.3%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 1000px) {
  .reason5__title {
    top: -19.5%;
  }
}

@media(max-width: 768px) {
  .reason5__title {
    top: -18.1%;
  }
}

@media(max-width: 550px) {
  .reason5__title {
    top: -74px;
  }
}

.reason5__inner {
  max-width: 827px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 86px 20px 196px;
}

@media(max-width: 768px) {
  .reason5__inner {
    max-width: 335px;
    padding: 71px 20px 91px;
  }
}

.reason5__text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  text-align: center;
  margin-top: 19px;
}

@media(max-width: 1100px) {
  .reason5__text {
    font-size: max(2vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason5__text {
    font-size: .75rem;
    line-height: 2.1666666667;
    margin-top: 12px;
    max-width: 400px;
    text-align: left;
  }
}

.reason5__img {
  max-width: 752px;
  display: block;
  margin: 23px auto 0;
}

@media(max-width: 1100px) {
  .reason5__img {
    max-width: max(68.3636vw, 335px);
  }
}

@media(max-width: 768px) {
  .reason5__img {
    margin-top: 10px;
  }
}

.reason6 {
  position: relative;
}

.reason6__partition-top {
  aspect-ratio: 683/50;
  background: url(../images/reason-partition-top.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-partition-top.png) 1x, url(../images/reason-partition-top@2x.png) 2x);
  background-image: image-set(url(../images/reason-partition-top.png) 1x, url(../images/reason-partition-top@2x.png) 2x);
}

@media(max-width: 768px) {
  .reason6__partition-top {
    aspect-ratio: 15/2;
    background: url(../images/reason6-partition-top_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/reason6-partition-top_sp.png) 1x, url(../images/reason6-partition-top_sp@2x.png) 2x);
    background-image: image-set(url(../images/reason6-partition-top_sp.png) 1x, url(../images/reason6-partition-top_sp@2x.png) 2x);
  }
}

.reason6__title {
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 768px) {
  .reason6__title {
    top: -35px;
  }
}

@media(max-width: 500px) {
  .reason6__title {
    top: -56px;
  }
}

.reason6__bg {
  background-color: var(--bg-blue);
  margin-top: -1px;
}

.reason6__inner {
  max-width: 970px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 50px 20px;
}

@media(max-width: 1100px) {
  .reason6__inner {
    padding: 1rem 20px;
  }
}

@media(max-width: 768px) {
  .reason6__inner {
    max-width: 100%;
    padding: 45px 8px 0;
  }
}

@media (max-width: 552px) {
  .reason6__inner {
    padding: 45px 8px 0;
  }
}

.reason6__supplement {
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 14px;
}

@media(max-width: 1100px) {
  .reason6__supplement {
    font-size: max(2.1818vw, .875rem);
  }
}

@media(max-width: 768px) {
  .reason6__supplement {
    font-size: .875rem;
    letter-spacing: 0;
    margin-top: 9px;
  }
}

.reason6__img {
  max-width: 856px;
  margin: 50px auto 0;
}

@media(max-width: 1100px) {
  .reason6__img {
    max-width: max(77.8181vw, 324px);
  }
}

@media(max-width: 768px) {
  .reason6__img {
    max-width: 324px;
    margin-top: 24px;
  }
}

.reason6__text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  text-align: center;
  margin-top: 47px;
}

@media(max-width: 1100px) {
  .reason6__text {
    font-size: max(2vw, .75rem);
  }
}

@media(max-width: 768px) {
  .reason6__text {
    font-size: .75rem;
    line-height: 2.1666666667;
    max-width: 600px;
    text-align: left;
    margin: 10px auto;
    margin-top: 24px;
  }
}

@media(max-width: 368px) {
  .reason6__text {
    width: 90%;
    max-width: 90%;
  }
}

.reason6__text {
  font-size: 1rem;
  line-height: 2.0909090909;
  text-align: left;
  margin: 0 auto;
  margin-top: 27px;
  max-width: 613px;
}

@media (max-width: 768px) {
  .reason6__text {
      font-size: 0.8rem;
  }
}

@media (max-width: 405px) {
  .reason6__text {
      font-size: 0.7rem;
        margin-top: 11px;	}
}

.reason6__application {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 180px;
}

@media(max-width: 1100px) {
  .reason6__application {
    margin-top: 225px;
  }
}

@media(max-width: 768px) {
  .reason6__application {
    overflow: inherit;
    margin-top: 108px;
  }
}

.reason_pos .reason6__application{
  margin-top: 0;
  padding-top: 100px;
}
@media (max-width: 1100px){
  .reason_pos .reason6__application{
    padding-top: 270px;
  }
}
@media (max-width: 768px){
  .reason_pos .reason6__application{
    padding-top: 108px;
  }
}

.reason6__satisfaction {
  max-width: 683px;
  display: block;
  margin: 70px auto 0;
}

@media(max-width: 768px) {
  .reason6__satisfaction {
    max-width: 332px;
    margin: 39px auto 0;
  }
}

@media(max-width: 500px) {
  .reason6__satisfaction {
    margin: 19px auto 0;
  }
}

.course {
  position: relative;
  padding-bottom:8em;
  background-color:#FBFAEE;
}
@media(max-width:768px){
  .course{
    padding-bottom:5em;
  }
}

.course__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/treasure-top-bg.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/treasure-top-bg.png) 1x, url(../images/treasure-top-bg@2x.png) 2x);
  background-image: image-set(url(../images/treasure-top-bg.png) 1x, url(../images/treasure-top-bg@2x.png) 2x);
}

@media(max-width: 768px) {
  .course__semicircle {
    aspect-ratio: 375/52;
    background: url(../images/treasure-top-bg_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/treasure-top-bg_sp.png) 1x, url(../images/treasure-top-bg_sp@2x.png) 2x);
    background-image: image-set(url(../images/treasure-top-bg_sp.png) 1x, url(../images/treasure-top-bg_sp@2x.png) 2x);
  }
}

.course__title {
  max-width: 710px;
  width: 100%;
  position: absolute;
  top: -117px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1
}

@media(max-width: 1300px) {
  .course__title {
    max-width: max(54.6153vw, 280px);
  }
}

@media(max-width: 1000px) {
  .course__title {
    top: -108px;
  }
}

@media(max-width: 768px) {
  .course__title {
    max-width: 280px;
    top: -60px;
  }
}

@media(max-width: 360px) {
  .course__title {
    max-width: 250px;
  }
}

.course__bg {
  background-color: var(--bg-yellow);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

@media(max-width: 768px) {
  .course__bg {
    padding-top: 1px;
  }
}
@media(max-width:368px){
  .course__bg{
    padding-top:1rem;
  }
}

.course__2 {
  /*margin-top: 119px;*/
}

@media(max-width: 768px) {
  .course__2 {
    margin-top: 68px;
  }
}
@media(max-width:368px){
  .course__2{
    margin-top:3rem;
  }
}

.course__3 {
  margin-top: 89px;
}

@media(max-width: 768px) {
  .course__3 {
    margin-top: 58px;
  }
}

.course__4 {
  margin-top: 90px;
}

@media(max-width: 768px) {
  .course__4 {
    margin-top: 38px;
  }
}

.course__5 {
  margin-top: 97px;
}

@media(max-width: 768px) {
  .course__5 {
    margin-top: 48px;
  }
}

.course__6 {
  margin-top: 144px;
}

@media(max-width: 768px) {
  .course__6 {
    margin-top: 53px;
  }
}

.course1__inner {
  max-width: 1080px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 0 20px 0;
}

@media(max-width: 1405px) {
  .course1__inner {
    padding: 20px 0 20px 0;
  }
}

@media(max-width: 768px) {
  .course1__inner {
    max-width: 345px;
  }
}

.course1__title {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  margin-inline: auto;
}

@media(max-width: 768px) {
  .course1__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 8px;
  }
}

.course1__text-top {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  text-align: center;
  margin-top: -24px;
}

@media(max-width: 1100px) {
  .course1__text-top {
    font-size: max(2vw, .75rem);
  }
}

@media(max-width: 768px) {
  .course1__text-top {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    margin-top: 17px;
  }
}

.course1__signboard {
  max-width: 389px;
  margin: 45px auto 0;
}

@media(max-width: 768px) {
  .course1__signboard {
    max-width: 166px;
    margin-top: 24px;
  }
}

.course1__selection {
  max-width: 1064px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0 auto 0;
}

@media(max-width: 1065px) {
  .course1__selection {
  max-width: 95%;
}
}
@media(max-width: 768px) {
  .course1__selection {
    max-width: 100%;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-top: -36px;
  }
}
@media(max-width: 480px) {

.course1__selection {
display: block;
margin-top: 16px;
}
}

.course1__selection .course1__selection-item_movie{
  max-width: 700px;
}

.course1__ul{
  margin: 3rem 0;
  text-align: center;
}
@media (max-width: 768px){
  .course1__ul{
    margin: 2rem 0;
  }
}

.course1__ul ul{
  display: inline-block;
}

.course1__ul ul li{
  list-style-type: disc;
  font-size: 2rem;
  text-align: left;
}
@media (max-width: 1000px){
  .course1__ul ul li{
    font-size: 1.5rem;
  }
}
@media (max-width: 768px){
  .course1__ul ul li{
    font-size: 1rem;
  }
}

.course1__ul ul li:not(:last-child){
  margin-bottom: 0.5em;
}

.course1-ttl-container{
  margin-top:1rem;
}
@media(max-width:480px){
  .course1-ttl-container{
    margin-top:2rem;
  }
}
.v-cut-ribbon {
  display: inline-block;
  color: white;
  font-size:2rem;
  padding:0.5em;
  position: relative;
  width:100%;
  text-align:center;
  margin-bottom:2rem;
}
.v-cut-ribbon-tonton{
  background-color: #ff7f7e;
}
.v-cut-ribbon-peto{
  background-color: #40c0d0;
}
.v-cut-ribbon::before,
.v-cut-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #EAF2F5;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  z-index: 1;
}
.v-cut-ribbon::before {
  left: 0;
  transform: scaleX(-1);
}
.v-cut-ribbon::after {
  right: 0;
}
@media(max-width:1100px){
  .v-cut-ribbon{
    font-size:1.2rem;
    margin-bottom:1rem;
  }
}
.course1-ttl-img{
  text-align:center;
}

.course1-ttl-img img{
  max-width: 600px;
}
@media (max-width: 1000px){
  .course1-ttl-img img{
    max-width: 400px;
  }
}

.course1-ttl-img p{
  text-align:center;
  font-size:1.5rem;
  margin-bottom:-1em;
}
.course1__selection-img{
  padding:0 1rem;
}
@media(max-width:1100px){
  .course1-ttl-img p{
    font-size:1.2rem;
    margin-bottom:-0.5em;
  }
}
@media(max-width:768px){
  .course1-ttl-img img{
    max-width:300px;
  }
}
@media(max-width:480px){
  .course1-ttl-img-peto{
    margin-bottom:-1rem;
  }
}
.course1-bottom-btn{
  margin:3rem 0;
  text-align:center;
}
.course1-bottom-btn a{
  display:inline-block;
  padding:0.5em 1em;
  font-size: 1.5rem;
  background-color: #fff;
  border-radius:3em;
  box-shadow:10px 10px 15px #ffb9af;
}
@media(max-width:1100px){
  .course1-bottom-btn{
    margin:2rem 0 3rem 0;
  }
}
@media(max-width:768px){
  .course1-bottom-btn{
    margin:2rem 0;
  }
}

@media(max-width:768px){
  .course1-bottom-btn a{
    font-size:1rem;
  }
}

.course1__selection-text {
  font-size: 1.875rem;
  line-height: 2.3;
  text-align: center
}

@media(max-width: 1200px) {
  .course1__selection-text {
    font-size: max(2.5vw, .75rem);
  }
}

@media(max-width: 768px) {
  .course1__selection-text {
    font-size: .75rem;
    line-height: 2
  }
}

@media(max-width: 368px) {
  .course1__selection-text {
    margin-top:1rem;
  }
}

.course1__selection-text_movie {
  margin-left: 18%;
}

@media(max-width: 768px) {
  .course1__selection-text_movie {
    margin-left: 4%;
  }
}

.course1__online-dot {
  position: relative;
}

.course1__online-dot::after {
  content: "";
  max-width: 342px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -43%;
  left: 50%;
  -webkit-transform: translate(-50.3%);
  -ms-transform: translate(-50.3%);
  transform: translate(-50.3%);
  aspect-ratio: 342/15;
  background: url(../images/entry-online-dot.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .course1__online-dot::after {
    max-width: 137px;
    top: -5px;
  }
}

.course1__movie-dot {
  position: relative;
}

.course1__movie-dot::after {
  content: "";
  max-width: 145px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -41%;
  left: 50%;
  -webkit-transform: translate(-50.3%);
  -ms-transform: translate(-50.3%);
  transform: translate(-50.3%);
  aspect-ratio: 145/14;
  background: url(../images/entry-movie-dot.png) no-repeat center center/contain;
}

@media(max-width: 768px) {
  .course1__movie-dot::after {
    max-width: 52px;
    top: -5px;
  }
}

.course1__selection-img {
  max-width: 519px;
  display: block;
  margin: 6px auto 0 auto;
}

@media(max-width: 768px) {
  .course1__selection-img {
    margin-top: 14px;
  }
}

@media(max-width: 405px) {
  .course1__selection-img {
    max-width: 209px;
  margin: 0 auto;
  display: block;
  }
}

.course1__selection-img_movie {
  -webkit-transform: translate(14px);
  -ms-transform: translate(14px);
  transform: translate(14px);
}

@media(max-width: 1200px) {
  .course1__selection-img_movie {
    -webkit-transform: translate(7px);
    -ms-transform: translate(7px);
    transform: translate(7px);
  }
}

@media(max-width: 768px) {
  .course1__selection-img_movie {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    transform: translate(5px);
  }
}

.course1__text-bottom {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: left;
  margin: 28px auto 0;
}

@media(max-width: 1200px) {
  .course1__text-bottom {
    font-size: max(1.666vw, .75rem);
  }
}

@media(max-width: 768px) {
  .course1__text-bottom {
    font-size: .75rem;
    line-height: 1.6666666667;
    text-align: start;
    margin-top: 12px;
  }
}

.course1__text-bottom_online {
  max-width: 502px;
}

@media(max-width: 768px) {
  .course1__text-bottom_online {
    max-width: 200px;
  }
}

@media(max-width: 480px) {
  .course1__text-bottom_online {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.course1__text-bottom_movie {
  -webkit-transform: translate(17px);
  -ms-transform: translate(17px);
  transform: translate(17px);
  letter-spacing: .03em
}

@media(max-width: 1200px) {
  .course1__text-bottom_movie {
    -webkit-transform: translate(8px);
    -ms-transform: translate(8px);
    transform: translate(8px);
  }
}

@media (max-width: 1000px){
  .course1__text-bottom_movie{
    font-size: 1rem;
  }
}

@media(max-width: 768px) {
  .course1__text-bottom_movie {
    max-width: 200px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    letter-spacing: inherit;
    /*margin:0 auto;*/
    font-size: 0.8rem;
  }
}

@media(max-width: 480px) {
  .course1__text-bottom_movie  {
    max-width: 90%;
    margin-left: auto;
  }
}
@media(max-width:368px){
  .course1__text-bottom_movie{
    margin-top:1rem;
  }
}

.course1__inner small {
  display: block;
  text-align: center;
  margin: 20px 0;
}

@media(max-width: 768px) {
  .course1__inner small {
    font-size: 0.6rem;
    line-height: 1.5;
    margin-top: 9px;
  }
}

.course2 {
  position: relative;
}

.course2__title {
  max-width: 386px;
  width: 100%;
  position: absolute;
  top: -82px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media(max-width: 1100px) {
  .course2__title {
    max-width: max(35.09vw, 211px);
  }
}

@media(max-width: 1000px) {
  .course2__title {
    top: -62px;
  }
}

@media(max-width: 768px) {
  .course2__title {
    max-width: 181px;
    top: -47px;
  }
}

.course2__inner {
  max-width: 1140px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 0 20px 0;
}

@media(max-width: 768px) {
  .course2__inner {
    max-width: 350px;
    padding: 0 12px 0;
  }
}

.course2__body {
  background-color: var(--white);
  border-radius: 50px;
  padding: 92px 20px 38px;
  max-width: 1000px;
  margin: 0 auto;
}

@media(max-width: 768px) {
  .course2__body {
    border-radius: 20px;
    padding: 44px 0 0px;
  }
}
.course2__body h4{
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
}
@media(max-width: 768px) {
.course2__body h4 {
font-size: .7rem;
}
}

.course2__body h4 span{
  font-size: 1.6rem;
  display: block;
  margin-top: 15px;
  color: #ffb9af;
}

  @media(max-width: 768px) {
  .course2__body h4 span{
    font-size: 1.1rem;
  margin-top: 0px;
  }
}

/* トンペト・クラスと料金表 */
@media(max-width:768px){
  .course2__item_inner{
      width:90%;
      margin:0 auto;
  }
  .course2__item_inner.course2__item_tonton{
    background:none;
    padding-bottom:0;
  }
}

.course-subtitle-container{
  text-align:center;
  margin-top:2rem;
}
.course-subtitle-container h4 img{
  max-width:550px;
}
.course-subtitle-container p{
  margin-top:0.5em;
  font-size:2em;
}
@media(max-width:1100px){
  .course-subtitle-container p{
    font-size:1.8em;
  }
}
@media(max-width:768px){
  .course-subtitle-container{
    margin-top:1rem;
  }
  .course-subtitle-container p{
    font-size:1rem;
  }
}

.course-description{
  font-size:1.2rem;
  margin-bottom:1rem;
  text-align:center;
  line-height:1.4;
}
.course-description .course-description-ttl{
  font-size:1.6em;
}
.course2__item_popular .course-description{
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.course-description .course-popular{
  background-color:#ffdc4c;
  border-radius:50%;
  display:inline-block;
  padding:0.5em 1em;
  font-size:1.2rem;
  margin-right:0.5em;
}
@media(max-width:1100px){
  .course-description{
    font-size:1rem;
  }
  .course-description .course-popular{
    font-size:1rem;
  }
}
@media(max-width:768px){
  .course-description{
    font-size:0.8rem;
    margin-bottom:0.5rem;
  }
  .course-description .course-description-ttl{
    font-size:1.4em;
  }
}

.course-price{
  background-color:#ff6c5b;
  text-align:center;
  font-size:1.2rem;
  padding:0.5em 0;
  color:#fff;
  margin-bottom:0.5rem;
}
.course-price span.price-tonton{
  font-size:1.6em;
  display:inline-block;
  margin-left:0.3em;
  margin-top: 0.2em;
}
@media(max-width:768px){
  .course-price{
    font-size:1rem;
  }
  .course-price span.price-tonton{
    margin-left: 0.1em;
  }
}

.strike{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.course-table-img .caution{
  text-align:right;
  margin-top:0.5em;
}
@media(max-width:768px){
  .course-table-img .caution{
    font-size:0.6rem;
  }
}

.course-btn-container{
  grid-column:1 / -1;
  text-align:center;
  display:flex;
  align-items:center;
  flex-direction:column;
  margin-top:3rem;
}
.course-btn-container .course2__btn_bottom{
  margin-top:0;
  margin-left:0;
}
.course-btn-container .course2__btn_bottom:not(:first-child){
  margin-top:1rem;
}
@media(max-width:768px){
  .course-btn-container{
    margin-top:0;
  }
}

.course2__subtitle-top {
  max-width: 574px;
  margin-inline: auto;
}

@media(max-width: 1100px) {
  .course2__subtitle-top {
    max-width: max(52.1818vw, 350px);
  }
}

.course2__top-contents {
  max-width: 1016px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  background: url(../images/course1-hr.png) no-repeat center bottom/contain;
  margin-top: 19px;
  margin-left: 4.7%;
  padding-bottom: 58px;
}

@media(max-width: 768px) {
  .course2__top-contents {
    max-width: 333px;
    grid-template-columns: 1fr;
    row-gap: 18px;
    margin-top: 13px;
    padding-bottom: 34px;
  }
}

@media(max-width: 360px) {
  .course2__top-contents {
    max-width: 97%;
  grid-template-columns: auto;
  display: block;
  margin-top: 13px;}
}

.course2__top-info {
  max-width: 457px;
}

.course2__description {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  white-space: pre-line;
}

@media(max-width: 1100px) {
  .course2__description {
    font-size: max(1.6363vw, .75rem);
  }
}

@media(max-width: 768px) {
  .course2__description {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    padding-right: 10px;
  }
}

@media(max-width: 335px) {
  .course2__description {
  padding: 0 5px;
}
}
.course2__description_tonton {
  max-width: 482px;
  margin-top: 18px;
  margin-left: auto;
}

@media(max-width: 768px) {
  .course2__description_tonton {
    max-width: 333px;
    letter-spacing: .02em;
    margin-top: 14px;
  }
}

.course2__description_peto {
  max-width: 472px;
  margin-top: 18px;
  margin-left: auto;
}

@media(max-width: 768px) {
  .course2__description_peto {
    max-width: 326px;
    letter-spacing: .02em;
    margin-top: 18px;
    margin-left: 4.5%;
  }
}

.course2__item_illust .course2__description_peto {
  max-width: 482px;}

.course2__categorys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media(max-width: 1000px) {
  .course2__categorys {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 295px;
    row-gap: 10px;
    margin-left: auto;
  }
}

@media(max-width: 768px) {
  .course2__categorys {
    max-width: inherit;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 3px;
  }
}

.course2__categorys_top {
  margin-top: 30px;
  padding-right: 10px;
}

@media(max-width: 768px) {
  .course2__categorys_top {
    margin-top: 15px;
    padding-right: 17px;
  }
}

@media(max-width: 336px) {
  .course2__categorys_top {
    padding-right: 5px;
  }
}

.course2__categorys_tonton {
  line-height: 1.25;
  margin-top: 48px;
  padding-right: 17px;
}

@media(max-width: 768px) {
  .course2__categorys_tonton {
    margin-top: 18px;
  }
}

.course2__item_kaiga .course2__categorys_tonton {
  margin-top: 20px;}

.course2__categorys_peto {
  line-height: 1.25;
  margin-top: 20px;
  padding-right: 19px;
}

@media(max-width: 768px) {
  .course2__categorys_peto {
    padding-right: 18px;
    width: 95%;
}
}

@media(max-width: 336px) {
  .course2__categorys_peto {
    padding-right: 5px;
  }

  .course2__categorys_peto .course2__category {
height: 51px;}
}

@media(max-width: 320px) {

.course2__categorys.course2__categorys_peto
{
  display: block;
}

.course2__categorys.course2__categorys_peto .course2__category{
  display: inline-block;float: left;
margin-right: 3px;
margin-bottom: 5px;
padding: 7px 5px;height: 47px;
}
}

.course2__category {
  min-width: 91px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7cc7e9;
  color: var(--white);
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
  white-space: pre-line;
  border-radius: 5px;
  padding: 0 5px;
}

@media(max-width: 1100px) {
  .course2__category {
    font-size: max(1.4545vw, .875rem);
  }
}

@media(max-width: 768px) {
  .course2__category {
    min-width: 67px;
    height: 37px;
    font-size: .6875rem;
    padding: 0 5px;
    line-height: 1.3636363636
  }
}

@media(max-width: 320px) {
  .course2__category {
    min-width: auto;
  }
}

.course2__category_wide {
  max-width: 126px;
  width: 100%;
}

@media(max-width: 768px) {
  .course2__category_wide {
    max-width: 80px;
  }
}

.course2__btn {
  max-width: 457px;
  display: inline-block;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
  box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
  overflow: hidden;
    cursor: pointer;
}

@media(max-width: 768px) {
  .course2__btn {
    max-width: 280px;
  }
}

.course2__btn_top {
  margin-top: 117px;
  margin-left: 5.8%;
}

@media(max-width: 768px) {
  .course2__btn_top {
    margin-top: 24px;
  }
}

.course2__btn_bottom {
  margin-top: 43px;
  margin-left: 10.8%;
      cursor: pointer;
  }

@media(max-width: 768px) {
  .course2__btn_bottom {
    margin-top: 22px;
  }
}
@media(max-width: 368px) {

.course2__btn_bottom {
  margin-left: 8%;
  }
}

.course2__table {
  max-width: 486px;
}

@media(max-width: 768px) {
  .course2__table {
    max-width: 313px;
  }
}

@media(max-width: 375px) {
  .course2__table {
    max-width: 95%;
    margin-top: 10px
  }
}
.course2__table_tonton {
  margin-top: 29px;
  margin: 29px auto 0;
}

@media(max-width: 768px) {
  .course2__table_tonton {
    margin-top: 21px;
  }
}

.course2__table_peto {
  margin-top: 29px;
  margin: 27px auto 0;
}
@media(max-width: 320px) {
  .course2__table_peto {
    clear: both;
  }
}

.course2__dl {
  max-width: 486px;
  display: grid;
  grid-template-columns: 104px auto;
  font-size: 1.125rem
}

@media(max-width: 1200px) {
  .course2__dl {
    grid-template-columns: max(8.666vw, 68px) auto;
  }
}

@media(max-width: 1100px) {
  .course2__dl {
    font-size: max(1.6363vw, .75rem);
  }
}

@media(max-width: 768px) {
  .course2__dl {
    font-size: .75rem
  }
}

.course2__dt {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7cc7e9;
  color: var(--white);
  padding-top: 20px;
}

@media(max-width: 768px) {
  .course2__dt {
    min-height: 40px;
    padding-top: 14px;
  }
}

.course2__dt:not(:first-of-type) {
  border-top: 2px solid var(--white);
}

@media(max-width: 768px) {
  .course2__dt:not(:first-of-type) {
    border-top: 1px solid var(--white);
  }
}

.course2__dt_top {
  border-top-left-radius: 10px;
}

.course2__dt_bottom {
  border-bottom-left-radius: 10px;
}

.course2__dd {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bg-blue);
  line-height: 1.6666666667;
  white-space: pre-line;
  padding-left: 35px;
  padding: 14px 10px 14px 10.8%;
}

@media(max-width: 1100px) {
  .course2__dd {
    padding-left: 5.8%;
  }
}

@media(max-width: 768px) {
  .course2__dd {
    min-height: 40px;
    line-height: 1.8333333333;
    padding: 9px 10px 9px 6.7%;
  }
}

.course2__dd:not(:first-of-type) {
  border-top: 2px solid var(--white);
}

@media(max-width: 768px) {
  .course2__dd:not(:first-of-type) {
    border-top: 1px solid var(--white);
  }
}

.course2__dd_top {
  border-top-right-radius: 10px;
}

.course2__dd_bottom {
  display: block;
  border-bottom-right-radius: 10px;
}

.course2__dd_bottom small{
  font-weight: normal;
  font-size: 0.7rem;
}

.course2__bottom-contents {
  max-width: 1083px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 17px;
  justify-content: center;
  margin: 43px auto 0;
  /*background: url(../images/course1-hr.png) no-repeat center bottom/contain;*/
  padding-bottom: 44px;
}

@media(max-width: 768px) {
  .course2__bottom-contents {
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding-bottom: 34px;
    margin-top: 21px;
  }
}
@media(max-width: 360px) {
  .course2__bottom-contents {
display: block;
}
}

.course2__bottom-contents_kaiga {
  background: none;
  position: relative;
}

.course2__bottom-contents_kaiga  .kaiga_course__title_new {
width: 100%;
height: auto;
line-height: 1.8;
font-size: 0.8rem;
display: block;
position: absolute;
left: 0;
padding: 100px 20px;
background-color: rgba(255, 255, 255, 0.92);
height: auto;
border: 1px solid #ccc;
top: 110px;
bottom: auto;
font-size: 1.1rem;
border-radius: 5px;
box-shadow: 1px 1px 2px 1px #ccc;
}
@media(max-width: 768px) {

.course2__bottom-contents_kaiga .kaiga_course__title_new {
top: 100px;
font-size: 1.0rem;
}
}
@media(max-width:500px) {

.course2__bottom-contents_kaiga .kaiga_course__title_new {
font-size: 0.8rem;
}
}

.course2__item_illust .kaiga_course__title_new {
  display: none;
}

@media(max-width: 768px) {
.course2__item_illust{
  position: relative;
}
  .course2__item.course2__item_illust .kaiga_course__title_new {
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-size: 0.8rem;
    display: block;
    position: absolute;
    left: 0;
    padding: 100px 20px;
    background-color: rgba(255, 255, 255, 0.92);
    height: auto;
    border: 1px solid #ccc;
    bottom: auto;
    font-size: 1.0rem;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #ccc;
  }

}
@media(max-width:500px) {

  .course2__item.course2__item_illust .kaiga_course__title_new {

font-size: 0.8rem;
}
}


.course2__item {
  max-width: 533px;
}

.course2__item_peto {
  margin-left: auto;
}

@media(max-width: 768px) {
  .course2__item_tonton {
    background: url(../images/course1-hr.png) no-repeat center bottom/contain;
    padding-bottom: 34px;
  }
}

.course2__text-bottom {
  font-size: 1.875rem;
  line-height: 1.375;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 42px;
}

@media(max-width: 1100px) {
  .course2__text-bottom {
    font-size: max(2.7272vw, 1rem);
  }
}

@media(max-width: 768px) {
  .course2__text-bottom {
    font-size: 1rem;
    margin-top: 28px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .course2__btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .course2__btn:hover {
    opacity: .7
  }
}

.illust-course-link{
  text-align: center;
  margin-top: 2em;
  font-size: 1.2rem;
}
@media (max-width: 1100px){
  .illust-course-link{
    font-size: max(1.6363vw, .75rem);
  }
}

.illust-course-link a{
  text-decoration: underline;
}

@media(max-width: 768px) {
  .course2__item_kaiga {
    background: url(../images/course1-hr.png) no-repeat center bottom/contain;
    padding-bottom: 34px;
  }
}

.course2__item_illust .course2__dd.course2__dd_bottom {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

.course2__item_illust .course2__dd.course2__dd_bottom span {
  font-size: 0.8rem;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

@media(max-width: 768px) {
  .course2__subtitle-top, .course2__subtitle-tonton, .course2__item_illust .course2__subtitle-peto {
    padding: 0 5px;
  }
}

.course3__inner {
  max-width: 1140px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
}

@media(max-width: 768px) {
  .course3__inner {
    max-width: 375px;
  }
}

.course3__title {
  max-width: 1054px;
  margin: 0 auto;
}

@media(max-width: 1300px) {
  .course3__title {
    max-width: max(81.0769vw, 375px);
  }
}

.course3__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 37px;
}

@media(max-width: 1300px) {
  .course3__contents {
    max-width: max(87.692vw, 375px);
    margin: 37px auto 0;
  }
}

@media(max-width: 768px) {
  .course3__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 36px;
    margin-top: 5px;
    width: 90%;
  }
  .course3__contents2 {
    margin-top: 35px;
  }
}

.course3__text {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.1111111111;
  text-align: center;
  white-space: pre-line;
  z-index: 1
}

@media(max-width: 1100px) {
  .course3__text {
    font-size: max(3.2727vw, 1.25rem);
  }
}

@media(max-width: 768px) {
  .course3__text {
    font-size: 1.25rem;
    line-height: 1.3
  }
}

.course3__text span {
  font-size: 1.6rem;
  letter-spacing: -2px;
}

@media(max-width: 768px) {
  .course3__text span {
    font-size: 0.9rem;
    margin-top: 0px;
    display: block;
  }
}

.course3__img {
  display: block;
  margin-top: -40px;
}

@media(max-width: 768px) {
  .course3__img {
    margin-top: -72px;
  }
}

@media(max-width: 368px) {
  .course3__img {
    margin-top: -52px;
  }
}

.course4__inner {
  max-width: 974px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
}

.course4__title {
  margin-inline: auto;
}

.course4__img {
  display: block;
  margin: 49px auto 0;
}

@media(max-width: 1100px) {
  .course4__img {
    max-width: max(88.5454vw, 375px);
  }
}

@media(max-width: 768px) {
  .course4__img {
    max-width: 375px;
    margin-top: 32px;
  }
}

.course5__inner {
  max-width: 1081px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 0 20px;
}

.course5__title {
  width: 100%;
  white-space: nowrap;
  margin-inline: auto;
}

@media(max-width: 352px) {
  .course5__title {
background-size: 100% 90%;
}
}
@media(max-width: 340px) {
  .course5__title {
width: 100%;
max-width: 100%;
white-space: break-spaces;
padding: 20px 0;
}
}
.course5__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 72px;
  margin-top: 73px;
  margin-left: 43px;
}

@media(max-width: 1000px) {
  .course5__contents {
    margin-left: 4.3vw
  }
}

@media(max-width: 768px) {
  .course5__contents {
    row-gap: 43px;
    margin-top: 31px;
    margin-left: inherit
  }
}

.course5__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media(max-width: 768px) {
  .course5__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 15px;
  }
}

.course5__img {
  max-width: 423px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media(max-width: 1200px) {
  .course5__img {
    max-width: max(35.25vw, 237px);
  }
}

@media(max-width: 768px) {
  .course5__img {
    max-width: 237px;
  }
}

.course5__text-box {
  max-width: 570px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media(max-width: 768px) {
  .course5__text-box {
    max-width: 331px;
  }
}

.course5__item-title {
  color: #5fb4e2;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: .04em;
  white-space: pre-line;
}

@media(max-width: 1200px) {
  .course5__item-title {
    font-size: max(2.5vw, 1rem);
  }
}

@media(max-width: 768px) {
  .course5__item-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.course5__item-text {
  font-size: 1.25rem;
  line-height: 1.8;
  white-space: pre-line;
  margin-top: 20px;
}

@media(max-width: 1200px) {
  .course5__item-text {
    font-size: max(1.666vw, .75rem);
  }
}

@media(max-width: 768px) {
  .course5__item-text {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    margin-top: 8px;
  }
}

.course6__inner {
  max-width: 1221px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 0 20px 215px;
}

@media(max-width: 768px) {
  .course6__inner {
    max-width: 375px;
    padding: 0 10px 182px;
  }
}

.course6__title {
  margin-inline: auto;
}

.course6__contents {
  display: grid;
  grid-template-columns: 1fr 2.948% 1fr;
  grid-template-rows: 11.3022% 25.2252% 1.8018% 9.5004% 2.6208% 24.4062% 12.1212%;
  margin-top: 50px;
}

@media(max-width: 980px) {
  .course6__contents {
        margin-bottom: 70px;
        }
}
@media(max-width: 768px) {
  .course6__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 23px;
  }
}

.course6__item_1 {
  grid-area: 1/1/3/3
}

.course6__item_2 {
  grid-area: 2/2/5/4
}

.course6__item_3 {
  grid-area: 4/1/7/3
}

.course6__item_4 {
  grid-area: 6/2/8/4
}

.course6__application {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

@media(max-width: 768px) {
  .course6__application {
    overflow: inherit;
    margin-top: 84px;
  }
}

.lesson {
  position: relative;
}

.lesson__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/art-kids-top-bg.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/art-kids-top-bg.png) 1x, url(../images/art-kids-top-bg@2x.png) 2x);
  background-image: image-set(url(../images/art-kids-top-bg.png) 1x, url(../images/art-kids-top-bg@2x.png) 2x);
  margin-top: -1px;
}

@media(max-width: 768px) {
  .lesson__semicircle {
    aspect-ratio: 375/52;
    background: url(../images/art-kids-top-bg_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/art-kids-top-bg_sp.png) 1x, url(../images/art-kids-top-bg_sp@2x.png) 2x);
    background-image: image-set(url(../images/art-kids-top-bg_sp.png) 1x, url(../images/art-kids-top-bg_sp@2x.png) 2x);
  }
}

.lesson__title {
  max-width: 1194px;
  width: 100%;
  position: absolute;
  top: -106px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media(max-width: 1300px) {
  .lesson__title {
    max-width: max(91.846vw, 325px);
  }
}

@media(max-width: 768px) {
  .lesson__title {
    max-width: 295px;
    top: -136px;
  }
}

.lesson__bg {
  background-color: var(--bg-blue);
  margin-top: -1px;
}

.lesson__inner {
  max-width: 1052px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 4px 20px 175px;
}

@media(max-width: 768px) {
  .lesson__inner {
    padding: 0px 20px 94px;
  }
}

@media(max-width: 448px) {
  .lesson__inner {
    padding: 20px 20px 94px;
  }
}

.lesson__text-top {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  text-align: center
}

@media(max-width: 1100px) {
  .lesson__text-top {
    font-size: max(2vw, .75rem);
  }
}

@media(max-width: 768px) {
  .lesson__text-top {
    font-size: .75rem;
    line-height: 2.1666666667;
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
  }
}

.lesson__flow-title-area {
  max-width: 940px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 38px auto 0;
}

@media(max-width: 1100px) {
  .lesson__flow-title-area {
    max-width: max(85.4545vw, 335px);
  }
}

@media(max-width: 768px) {
  .lesson__flow-title-area {
    max-width: 335px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal
  }
}

.lesson__flow-title {
  max-width: 496px;
  width: 100%;
  max-height: 118px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 496/118;
  background: url(../images/lesson-flow-title.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/lesson-flow-title.png) 1x, url(../images/lesson-flow-title@2x.png) 2x);
  background-image: image-set(url(../images/lesson-flow-title.png) 1x, url(../images/lesson-flow-title@2x.png) 2x);
  font-size: 2.875rem;
  text-align: center;
  margin-left: auto;
}

@media(max-width: 1100px) {
  .lesson__flow-title {
    max-width: max(45.1vw, 168px);
    font-size: max(4.1818vw, 1rem);
  }
}

@media(max-width: 768px) {
  .lesson__flow-title {
    max-width: 168px;
    max-height: 58px;
    aspect-ratio: 168/58;
    background: url(../images/lesson-flow-title_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/lesson-flow-title_sp.png) 1x, url(../images/lesson-flow-title_sp@2x.png) 2x);
    background-image: image-set(url(../images/lesson-flow-title_sp.png) 1x, url(../images/lesson-flow-title_sp@2x.png) 2x);
    font-size: 1rem;
    margin-top: 14px;
    margin-left: 0;
  }
}

@media(max-width: 1100px) {
  .lesson__flow-img {
    max-width: max(30.2727vw, 139px);
  }
}

@media(max-width: 768px) {
  .lesson__flow-img {
    max-width: 139px;
  }
}

.lesson__flow-items {
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 42px;
  margin: 20px auto 0;
}

@media(max-width: 1100px) {
  .lesson__flow-items {
    max-width: max(68.1818vw, 375px);
  }
}

@media(max-width: 768px) {
  .lesson__flow-items {
    max-width: 335px;
    row-gap: 6px;
    margin-top: 3px;
  }
}

.lesson__flow-item {
  max-width: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 10px;
}

.lesson__flow-item:not(:last-of-type) {
  background: url(../images/lesson-spiral-line.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/lesson-spiral-line.png) 1x, url(../images/lesson-spiral-line@2x.png) 2x);
  background-image: image-set(url(../images/lesson-spiral-line.png) 1x, url(../images/lesson-spiral-line@2x.png) 2x);
  padding-bottom: 52px;
}

@media(max-width: 768px) {
  .lesson__flow-item:not(:last-of-type) {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background: url(../images/lesson-spiral-line_sp.png) no-repeat center bottom/contain;
    background-image: -webkit-image-set(url(../images/lesson-spiral-line_sp.png) 1x, url(../images/lesson-spiral-line_sp@2x.png) 2x);
    background-image: image-set(url(../images/lesson-spiral-line_sp.png) 1x, url(../images/lesson-spiral-line_sp@2x.png) 2x);
    padding-bottom: 34px;
  }
}

.lesson__flow-number {
  max-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media(max-width: 1100px) {
  .lesson__flow-number {
    max-width: max(11.818vw, 68px);
  }
}

@media(max-width: 768px) {
  .lesson__flow-number {
    max-width: 58px;
  }
}

.lesson__flow-text-box {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 18px;
}

@media(max-width: 768px) {
  .lesson__flow-text-box {
    margin-top: 20px;
  }
}

.lesson__flow-subtitle {
  font-size: 2rem;
  letter-spacing: .05em
}

@media(max-width: 1100px) {
  .lesson__flow-subtitle {
    font-size: max(2.9vw, .875rem);
  }
}

@media(max-width: 768px) {
  .lesson__flow-subtitle {
    font-size: .875rem;
    letter-spacing: .04em
  }
}

.lesson__flow-text {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 14px;
}

@media(max-width: 1100px) {
  .lesson__flow-text {
    font-size: max(1.818vw, .6875rem);
  }
}

@media(max-width: 768px) {
  .lesson__flow-text {
    font-size: .6875rem;
    line-height: 1.6363636364;
    margin-top: 11px;
  }
}

.lesson__btn {
  max-width: 458px;
  display: block;
  -webkit-box-shadow: 10px 10px 10px rgba(240, 152, 79, .2431372549);
  box-shadow: 10px 10px 10px rgba(240, 152, 79, .2431372549);
  border-radius: 76px;
  margin-top: 20px;
  margin-left: auto;
}

@media(max-width: 1100px) {
  .lesson__btn {
    max-width: max(41.6363vw, 195px);
  }
}

@media(max-width: 768px) {
  .lesson__btn {
    max-width: 195px;
    margin-top: 15px;
    margin: 15px 11px 0 auto;
  }
}

.lesson__security-title {
  margin: 101px auto 0;
}

@media(max-width: 768px) {
  .lesson__security-title {
    margin-top: 47px;
  }
}

.lesson__security-img {
  display: block;
  margin: 45px auto 0;
}

@media(max-width: 1200px) {
  .lesson__security-img {
    max-width: max(80.923vw, 336px);
  }
}

@media(max-width: 768px) {
  .lesson__security-img {
    max-width: 336px;
    margin-top: 20px;
  }
}

.lesson__application {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 178px;
}

@media(max-width: 1000px) {
  .lesson__application {
        margin-top: 218px;
  }
}

@media(max-width: 768px) {
  .lesson__application {
    overflow: inherit;
    margin-top: 99px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .lesson__btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .lesson__btn:hover {
    opacity: .7
  }
}

.faq {
  position: relative;
}

.faq__semicircle {
  aspect-ratio: 1366/293;
  background: url(../images/treasure-top-bg_pink.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/treasure-top-bg_pink.png) 1x, url(../images/treasure-top-bg_pink@2x.png) 2x);
  background-image: image-set(url(../images/treasure-top-bg_pink.png) 1x, url(../images/treasure-top-bg_pink@2x.png) 2x);
  margin-top: -1px;
}

@media(max-width: 768px) {
  .faq__semicircle {
    aspect-ratio: 375/52;
    background: url(../images/treasure-top-bg_pink_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/treasure-top-bg_pink_sp.png) 1x, url(../images/treasure-top-bg_pink_sp@2x.png) 2x);
    background-image: image-set(url(../images/treasure-top-bg_pink_sp.png) 1x, url(../images/treasure-top-bg_pink_sp@2x.png) 2x);
  }
}

.faq__title {
  max-width: 628px;
  width: 100%;
  position: absolute;
  top: -132px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media(max-width: 1100px) {
  .faq__title {
    max-width: max(57.09vw, 285px);
  }
}

@media(max-width: 1000px) {
  .faq__title {
    top: -108px;
  }
}

@media(max-width: 768px) {
  .faq__title {
    max-width: 245px;
    top: -54px;
  }
}

.faq__bg {
  background-color: var(--bg-yellow);
  margin-top: -1px;
}

.faq__inner {
  max-width: 1052px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 4px 20px 100px;
}
@media(max-width:1100px){
  .faq__inner{
    padding: 4px 20px 1px;
  }
}
@media(max-width: 768px) {
  .faq__inner {
    padding: 1rem 20px;
  }
}

.faq__contents {
  max-width: 836px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 35px;
  margin: -33px auto 0 7.7%;
}

@media(max-width: 1100px) {
  .faq__contents {
    max-width: max(76vw, 335px);
    margin-left: auto;
  }
}

@media(max-width: 768px) {
  .faq__contents {
    max-width: 535px;
    row-gap: 30px;
    margin: 3px auto 0;
  }
}

@media(max-width: 550px) {
  .faq__contents {
    max-width: 100%;
  }
}

.faq__contents h3 {
  margin: 5px auto;
  margin-top: 50px;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  background: url(../images/reason-spiral-bottom-pink.png) no-repeat center bottom/contain;
  background-image: -webkit-image-set(url(../images/reason-spiral-bottom-pink.png) 1x, url(../images/reason-spiral-bottom-pink@2x.png) 2x);
  background-image: image-set(url(../images/reason-spiral-bottom-pink.png) 1x, url(../images/reason-spiral-bottom-pink@2x.png) 2x);
  padding-bottom: 28px;
}

@media(max-width: 800px) {
  .faq__contents h3 {
    margin-top: 30px;
    padding-bottom: 18px;
  }
}

@media(max-width: 768px) {
  .faq__contents h3 {
    font-size: 0.9rem;
  }
}

.faq__details.is-opened .faq__summary-btn-vertical {
  -webkit-animation: .4s open-animation forwards;
  animation: .4s open-animation forwards
}

.faq__summary {
  display: block
}

.faq__summary::-webkit-details-marker {
  display: none
}

.faq__summary-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer
}

@media(max-width: 768px) {
  .faq__summary-inner {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.faq__summary-icon {
  max-width: 91px;
  display: inline-block;
  margin-top: -1px;
}

@media(max-width: 1100px) {
  .faq__summary-icon {
    max-width: max(8.2727vw, 46px);
  }
}

@media(max-width: 768px) {
  .faq__summary-icon {
    max-width: 46px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@media(max-width: 768px) {
  .faq__summary-icon_3-row {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
  }
}

.faq__summary-underline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid var(--brown);
}

@media(max-width: 768px) {
  .faq__summary-underline {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

.faq__summary-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  letter-spacing: .06em;
  padding-bottom: 24px;
  padding-left: 8px;
}

@media(max-width: 1100px) {
  .faq__summary-text {
    font-size: max(2vw, .875rem);
  }
}

@media(max-width: 768px) {
  .faq__summary-text {
    font-size: .875rem;
    line-height: 1.4285714286;
    letter-spacing: .04em;
    padding-left: 6px;
    padding-bottom: 17px;
  }
}

.faq__summary-btn {
  min-width: 30px;
  height: 30px;
  display: block;
  position: relative;
  margin-left: auto;
}

@media(max-width: 768px) {
  .faq__summary-btn {
    min-width: 18px;
    height: 18px;
  }
}

@media(max-width: 768px) {
  .faq__summary-btn_3-row {
    margin-top: 19px;
  }
}

.faq__summary-btn-horizontal {
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f89a8c;
}

@media(max-width: 768px) {
  .faq__summary-btn-horizontal {
    height: 2px;
    width: 18px;
  }
}

.faq__summary-btn-vertical {
  width: 3px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  background-color: #f89a8c;
  -webkit-animation: .4s close-animation forwards;
  animation: .4s close-animation forwards
}

@media(max-width: 768px) {
  .faq__summary-btn-vertical {
    width: 2px;
    height: 18px;
  }
}

.faq__answer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding-top: 25px;
  padding-right: 16px;
}

@media(max-width: 768px) {
  .faq__answer-inner {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 28px 0 0 9px;
  }
}
@media(max-width: 550px) {
  .faq__answer-inner {
    padding: 28px 0 0 0;
  }
}

.faq__answer-icon {
  max-width: 78px;
  display: inline-block
}

@media(max-width: 1100px) {
  .faq__answer-icon {
    max-width: max(7.09vw, 41px);
  }
}

@media(max-width: 768px) {
  .faq__answer-icon {
    max-width: 41px;
  }
}

.faq__answer-text {
  max-width: 626px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: .05em;
  margin-top: 8px;
  padding-bottom: 44px;
}

@media(max-width: 1100px) {
  .faq__answer-text {
    font-size: max(1.4545vw, .75rem);
  }
}

@media(max-width: 850px) {
  .faq__answer-text {
    padding-bottom: 4px;
  }
}

@media(max-width: 768px) {
  .faq__answer-text {
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: 0;
    margin-top: 2px;
    padding-bottom: 14px;
  }
}

.faq__answer-text b{
  background: linear-gradient(transparent 50%, #f3e658 30%);
}

.faq__answer-text span{
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-bottom: 5px;
}

@media(max-width: 908px) {

img.faq__answer-text_arrow{
  width: 15px!important;
}
}

.faq__answer-underline {
  -webkit-text-decoration: underline #707070;
  text-decoration: underline #707070;
  text-underline-offset: 5px;
}

.faq__application {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 241px;
}

@media(max-width: 768px) {
  .faq__application {
    overflow: inherit;
    margin-top: 129px;
  }
}

.faq__youtube-title {
  white-space: nowrap;
  margin: 108px auto 0;
}

@media(max-width: 768px) {
  .faq__youtube-title {
    margin-top: 29px;
  }
}

@media(max-width: 352px) {
  .faq__youtube-title {
    white-space: normal;
    background-size: 100% 100%;
    height: 100px;
    width: 100%;
    line-height: 1.6;
}
}

.faq__coupon-text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  text-align: center;
  white-space: pre-line;
  margin-top: 52px;
}

@media(max-width: 1100px) {
  .faq__coupon-text {
    font-size: max(2vw, .75rem);
  }
}

@media(max-width: 768px) {
  .faq__coupon-text {
    font-size: .75rem;
    line-height: 2.1666666667;
    margin-top: 15px;
  }
}

.faq__coupon {
  max-width: 743px;
  display: block;
  position: relative;
  margin: 40px auto 0;
}

@media(max-width: 1100px) {
  .faq__coupon {
    max-width: max(67.5454vw, 300px);
  }
}

@media(max-width: 768px) {
  .faq__coupon {
    max-width: 300px;
    margin-top: 29px;
  }
}

.faq__coupon::after {
  content: "";
  max-width: 174px;
  width: 100%;
  position: absolute;
  top: -33px;
  left: -88px;
  aspect-ratio: 174/154;
  background: url(../images/faq-coupon-btn-decoration.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/faq-coupon-btn-decoration.png) 1x, url(../images/faq-coupon-btn-decoration@2x.png) 2x);
  background-image: image-set(url(../images/faq-coupon-btn-decoration.png) 1x, url(../images/faq-coupon-btn-decoration@2x.png) 2x);
}

@media(max-width: 1100px) {
  .faq__coupon::after {
    max-width: max(15.818vw, 59px);
    left: max(-11vw, -82px);
  }
}

@media(max-width: 768px) {
  .faq__coupon::after {
    max-width: 59px;
    top: -20px;
    left: -19px;
    aspect-ratio: 59/53;
    background: url(../images/faq-coupon-btn-decoration_sp.png) no-repeat center top/contain;
    background-image: -webkit-image-set(url(../images/faq-coupon-btn-decoration_sp.png) 1x, url(../images/faq-coupon-btn-decoration_sp@2x.png) 2x);
    background-image: image-set(url(../images/faq-coupon-btn-decoration_sp.png) 1x, url(../images/faq-coupon-btn-decoration_sp@2x.png) 2x);
  }
}

.faq__youtube-bottom {
  max-width: 954px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 127px auto 0;
}

@media(max-width: 1100px) {
  .faq__youtube-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(max-width: 768px) {
  .faq__youtube-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 32px;
    margin-top: 62px;
  }
}

.faq__youtube-item {
  max-width: 453px;
}

@media(max-width: 1100px) {
  .faq__youtube-item {
    max-width: max(41.1818vw, 238px);
  }
}

@media(max-width: 768px) {
  .faq__youtube-item {
    max-width: inherit
  }
}

@media(max-width: 768px) {
  .faq__youtube-movie {
    max-width: 238px;
    margin-inline: auto;
  }
}

.faq__youtube-text {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 16px;
  padding-left: 8px;
}

@media(max-width: 1100px) {
  .faq__youtube-text {
    font-size: max(1.8181vw, .75rem);
  }
}

@media(max-width: 768px) {
  .faq__youtube-text {
    max-width: 315px;
    font-size: .75rem;
    line-height: 1.8333333333;
    letter-spacing: .05em;
    margin-top: 10px;
    margin: 10px auto 0;
    padding-left: 0;
  }
}

@media(hover: hover)and (pointer: fine) {
  .faq__answer-link {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .faq__answer-link:hover {
    opacity: .7
  }
  .faq__btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .faq__btn:hover {
    opacity: .7
  }
}

.news-post{
  background-color:var(--bg-yellow);
  padding-top:7rem;
}
@media(max-width:768px){
  .news-post{
    padding-top:7rem;
  }
}
@media(max-width:428px){
  .news-post{
    padding-top:1rem;
  }
}

.news-post__inner {
  max-width: 907px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 0 20px 66px;
}

@media(max-width: 768px) {
  .news-post__inner {
    padding-bottom: 67px;
  }
}

.news-post__contents {
  /*margin-top: 114px;*/
}

@media(max-width: 768px) {
  .news-post__contents {
    margin-top: 44px;
  }
}

.news-post__title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  text-align: center
}

@media(max-width: 1100px) {
  .news-post__title {
    font-size: max(2.1818vw, .9375rem);
  }
}

@media(max-width: 768px) {
  .news-post__title {
    font-size: .9375rem;
    line-height: 1.6;
    letter-spacing: .04em
  }
}

.news-post__underline {
  display: block;
  width: 505px;
  aspect-ratio: 505/16;
  background: url(../images/news-post-spiral-underline.png) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/news-post-spiral-underline.png) 1x, url(../images/news-post-spiral-underline@2x.png) 2x);
  background-image: image-set(url(../images/news-post-spiral-underline.png) 1x, url(../images/news-post-spiral-underline@2x.png) 2x);
  margin: 18px auto 0;
}

@media(max-width: 1100px) {
  .news-post__underline {
    max-width: max(45.9vw, 341px);
  }
}

@media(max-width: 768px) {
  .news-post__underline {
    width: 341px;
    aspect-ratio: 341/11;
    background: url(../images/news-post-spiral-underline_sp.png) no-repeat center center/contain;
    background-image: -webkit-image-set(url(../images/news-post-spiral-underline_sp.png) 1x, url(../images/news-post-spiral-underline_sp@2x.png) 2x);
    background-image: image-set(url(../images/news-post-spiral-underline_sp.png) 1x, url(../images/news-post-spiral-underline_sp@2x.png) 2x);
    margin-top: 11px;
  }
}
@media(max-width: 360px) {

.news-post__underline {
width: 100%;}
}
.news-post__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 45px;
}

@media(max-width: 1100px) {
  .news-post__body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media(max-width: 768px) {
  .news-post__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 24px;
    margin-top: 19px;
  }
}

.news-post__body_clum1{
  margin-top: 45px;
}

@media(max-width: 768px) {
.news-post__body_clum1 {
  margin-top: 19px;
}
}

.news-post__item {
  padding-bottom: 79px;
}

@media(max-width: 768px) {
  .news-post__item {
    padding-bottom: 30px;
  }
}

.news-post__item:not(:first-of-type) {
  padding-top: 34px;
}

.news-post__item:not(:last-of-type) {
  border-bottom: 2px dotted #88d5f0;
}

.news-post__text-box {
  max-width: 584px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  row-gap: 10px;
}

@media(max-width: 1100px) {
  .news-post__text-box {
    max-width: max(53.09vw, 375px);
  }
}

@media(max-width: 768px) {
  .news-post__text-box {
    row-gap: 22px;
  }
}

.news-post__body_clum1 .news-post__text-box{
    max-width: 100%;
}

.news-post__text-top {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  white-space: pre-line;
}

@media(max-width: 1100px) {
  .news-post__text-top {
    font-size: max(1.6363vw, .6875rem);
  }
}

@media(max-width: 768px) {
  .news-post__text-top {
    max-width: 315px;
    font-size: .6875rem;
    line-height: 1.8181818182;
    margin-inline: auto;
  }
}

.news-post__text-bottom {
  background-color: rgba(234, 242, 245, .83);
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: 1rem;
  line-height: 2.125;
  border-radius: 10px;
  white-space: pre-line;
  padding: 14px 15px 8px 30px;
}

@media(max-width: 1100px) {
  .news-post__text-bottom {
    font-size: max(1.4545vw, .75rem);
  }
}

@media(max-width: 768px) {
  .news-post__text-bottom {
    width: 335px;
    font-size: .75rem;
    line-height: 1.8333333333;
    padding: 14px 15px 11px 15px;
  }
}


@media(max-width:400px) {
  .news-post__text-bottom {
    width: 100%;
  }
}
.news-post__body_clum1 .news-post__text-bottom{
  margin-top: 25px;
padding: 23px 15px 8px 30px;}

@media(max-width: 768px) {

.news-post__body_clum1 .news-post__text-bottom {
margin-top: 20px;
width: 100%;
padding: 20px;
}
}

.news-post__img {
  max-width: 278px;
}

@media(max-width: 1100px) {
  .news-post__img {
    max-width: max(25.2727vw, 190px);
  }
}

@media(max-width: 768px) {
  .news-post__img {
    max-width: 190px;
  }
}

@media(max-width: 768px) {
  .news-post__img_small {
    max-width: 180px;
  }
}

.news-post__img img{
border-radius: 5px;
}

.news-post__btn {
  max-width: 458px;
  display: block;
  -webkit-box-shadow: 10px 10px 10px rgba(240, 152, 79, .2431372549);
  box-shadow: 10px 10px 10px rgba(240, 152, 79, .2431372549);
  border-radius: 76px;
  margin-top: 20px;
  margin-left: auto;
  margin: 49px auto 0;
}

@media(max-width: 1100px) {
  .news-post__btn {
    max-width: max(41.6363vw, 195px);
  }
}

@media(max-width: 768px) {
  .news-post__btn {
    max-width: 300px;
    margin-top: 30px;
  }
}

@media(hover: hover)and (pointer: fine) {
  .news-post__btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
  }
  .news-post__btn:hover {
    opacity: .7
  }
}

.news-post__item .application-btn {
  width: auto;
  min-width: auto;
  height: 51px;
  display: inline-block;
  display: -webkit-box;
  display: inline-block;
  display: -ms-flexbox;
  align-items: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 105% 117%;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
  box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
  color: #fff;
  font-size: 1.2rem;
  padding: 16px 70px;
  margin-right: 5px;
  margin-top: 20px;
  text-align: center;
}

@media(max-width: 768px) {
  .news-post__item .application-btn {
    font-size: 1.0rem;
    max-width: 90%;
    padding: 16px 30px;
      text-shadow: 1px 1px 1px #33333387;
  }
}

@media(max-width: 500px) {
  .news-post__item .application-btn {
    font-size: .8rem;
  }
}
.news-post__item .application-btn img {
  display: inline-block;
  width: 17px;
  margin-left: 10px;
    vertical-align: baseline;
}
@media(max-width: 768px) {
.news-post__item .application-btn img {
    margin-left: 5px;}
}


.news-post__close{
background: #999;
border-radius: 5px;
position: relative;
}

.news-post__close img{
opacity: 0.3;
display: block;}

.news-post__close .news-post__close_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
}

.news-post__body_clum1 iframe{
  width: 100%;
  height:400px;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media(max-width: 768px) {
  .news-post__body_clum1 iframe {
height: 350px;}
}

@media(max-width: 450px) {
  .news-post__body_clum1 iframe {
height: 250px;}
}


span.pc_txt {
  display: initial;
}

span.sp_txt {
  display: none;
}

@media(max-width: 768px) {
  span.pc_txt {
    display: none;
  }
  span.sp_txt {
    display: initial;
  }
}


/* 絵画・イラストコース追加 */

#kaiga_course {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}


/* --- ModalSection --- */

.JS_Click_ShowModal_Trigger {
  cursor: pointer;
}

.JS_Click_ShowModal_Trigger span {
  font-size: 14px;
  margin-left: 3px;
}

@media(max-width: 768px) {
  .JS_Click_ShowModal_Trigger span {
    font-size: 11px;
    margin-left: 0;
  }
}

.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}

.ModalLayer.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}

.ModalLayer-Mask {
  position: absolute;
  background: rgb(103 103 103 / 55%);
  width: 100%;
  height: 100vh;
}

.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 650px;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  position: relative;
}

@media screen and (max-width: 768px) {
  .ModalLayer-Inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.Modal-Inner_ill {
  position: absolute;
  left: -4%;
  top: -11%;
  display: inline-block;
  background: url(../images/illust01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: rotate(-23deg);
  width: 100px;
  height: 50px;
  background-image: image-set(url('../images/illust01.png') 1x, url('../images/illust01@2x.png') 2x);
}

@media screen and (max-width: 768px) {
  .Modal-Inner_ill {
    left: 0;
  }
}

.ModalSection {
  background: #fff;
  border-radius: 30px;
  box-shadow: 3px 4px 0px 3px #f3e658;
}

.Modal-Inner {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
  max-width: 650px;
  padding: 20px;
  display: block;
}

@media screen and (max-width: 660px) {
  .Modal-Inner {
    padding: 20px 5px;
  }
}

.Modal-Inner-Headline {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 440px) {
  .Modal-Inner-Headline {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.Modal-Inner-Text {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

.Modal-Inner-Text .modal-btn {
  display: inline-block;
  padding: 0 15px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-right: 2px dotted #ccc;
  width: 49%;
}

.Modal-Inner-Text .modal-btn:last-of-type {
  border-right: 0;
}

.Modal-Inner-Text .modal-btn_nensyo {
  height: 79px;
  width: 100%;
  position: relative;
}

.Modal-Inner-Text .modal-btn.modal-btn_kaiga {
  font-size: 18px;
}

.Modal-Inner-Text .modal-btn .modal-btn_kaiga {
  display: inline-block;
  font-size: 16px;
  border-bottom: 2px solid #f3e658;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}
.Modal-Inner-Text .modal-btn .modal-btn_kaiga::after{
position: absolute;
    right: -21%;
    top: 67%;
display: inline-block;
background: url(../images/icon_arrow3.png) no-repeat center center/contain;
width: 20px;
content: "";
height: 25px;
}
@media screen and (max-width: 630px) {

.Modal-Inner-Text .modal-btn .modal-btn_kaiga::after{
right: -13%;
    width: 14px;
    height: 21px;}
}

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

.Modal-Inner-Text .modal-btn .modal-btn_kaiga::after{
width: 15px;
height: 20px;
    right: -25%;}
}

@media screen and (max-width: 776px) {
  .Modal-Inner-Text .modal-btn .modal-btn_kaiga {
    font-size: 14px;
  }
}

.Modal-Inner-Text .modal-btn span {
  font-size: 13px;
  margin-top: 20px;
  display: block;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 580px) {
  .Modal-Inner-Text .modal-btn span {
    font-size: 11px;
  }
}

.Modal-Inner-Text .modal-btn_nensyo span {
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 21px;
  margin-top: 0;
  display: block;
  font-weight: bold;
}
.Modal-Inner-Text .modal-btn_nensyo span::after{
position: absolute;
right: -59%;
top: 7%;
display: inline-block;
background: url(../images/icon_arrow3.png) no-repeat center center/contain;
width: 20px;
content: "";
height: 25px;
}

@media screen and (max-width: 630px) {
.Modal-Inner-Text .modal-btn_nensyo span::after {
    right: -89%;
    top: 0%;
    width: 14px;
    height: 21px;}
  }

  @media screen and (max-width: 590px) {
  .Modal-Inner-Text .modal-btn_nensyo span::after {
    right: 40%;
    top: 7%;
    width: 15px;
    height: 20px;}
    }

  @media screen and (max-width: 515px) {
  .Modal-Inner-Text .modal-btn_nensyo span::after {
    right: 30%;}
    }

.Modal-Inner .art-everywhere__coupon {
  display: block;
  font-size: 1.0rem;
  margin: 20px auto 0;
}

.Modal-Inner-Text .modal-btn.modal-btn_nenchu{
  position: relative;
}
.Modal-Inner-Text .modal-btn.modal-btn_nenchu::after{
position: absolute;
right: 14%;
top: 17%;
display: inline-block;
background: url(../images/icon_arrow3.png) no-repeat center center/contain;
width: 20px;
content: "";
height: 25px;
}

@media screen and (max-width: 630px) {
  .Modal-Inner-Text .modal-btn, .Modal-Inner-Text .modal-btn.modal-btn_kaiga, .Modal-Inner-Text .modal-btn_nensyo span {
    font-size: 16px;
  }
  .Modal-Inner-Text .modal-btn_nensyo {
    height: 62px;
  }
  .Modal-Inner-Text .modal-btn.modal-btn_nenchu span {
    margin-top: 23px;
  }
  .Modal-Inner-Text .modal-btn.modal-btn_nenchu::after {
    right: 19%;
    top: 14%;
    width: 14px;
    height: 21px;}
  .Modal-Inner-Text .modal-btn .modal-btn_kaiga {
    margin-bottom: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 590px) {
  .Modal-Inner_ill {
    left: 0%;
    top: -5%;
  }
  .Modal-Inner {
    padding-bottom: 10px;
  }
  .Modal-Inner-Text {
    flex-direction: column;
    margin: 0 15px;
  }
  .Modal-Inner-Text .modal-btn {
    display: block;
    padding: 15px 5px;
    border-bottom: 2px dotted #ccc;
    border-right: 0;
    width: 100%;
  }
  .Modal-Inner-Text .modal-btn span {
    margin-top: 0;
  }
  .Modal-Inner-Text .modal-btn_nensyo {
    height: auto;
  }
  .Modal-Inner-Text .modal-btn_nensyo span {
    height: auto;
    position: relative;
    text-align: center;
    transform: none;
    top: auto;
    left: auto;
  }

  .Modal-Inner-Text .modal-btn.modal-btn_nenchu::after {
    right: 32%;
    top: 25%;
    width: 15px;
    height: 20px;}
  .modal-btn.modal-btn_nenchu br {
    display: none;
  }
  .Modal-Inner-Text .modal-btn.modal-btn_nenchu span {
    margin-top: 0px;
  }
  .Modal-Inner .art-everywhere__coupon {
    font-size: 0.8rem;
    margin: 10px auto 10px;
  }
}

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

.Modal-Inner-Text .modal-btn.modal-btn_nenchu::after {
      right: 25%;}
}


/* ふきだし */

.balloon1 {
  position: relative;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  padding: 12px 10px;
  min-width: 120px;
  max-width: 200px;
  color: #fff;
  font-size: 16px;
  background: #88d7ec;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 1px 1px 1px 1px #eee;
}

@media screen and (max-width: 768px) {
  .balloon1 {
    margin: 10px auto;
    padding: 8px 10px;
    max-width: 150px;
    font-size: 12px;
    margin-bottom: 0px;
  }
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #88d7ec;
}

@media screen and (max-width: 768px) {
  .balloon1:before {
    top: 80%;
  }
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .news-post__item .news-post__text-bottom a img.news-post__line, footer a img.news-post__line {
    max-width: 120px!important
  }
}

@media screen and (max-width: 400px) {
  .news-post__item .news-post__text-bottom a img.news-post__line, footer a img.news-post__line {
    max-width: 110px!important
  }
}


/* 絵画・イラストコース */

.kaiga_course {
  position: relative;
}

.kaiga_course__inner {
  max-width: 1080px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 10px 71px 20px 91px;
  margin-top: -190px;
}

@media(max-width: 818px) {
  .kaiga_course__inner {
    padding: 10px 10px 10px 10px;
  }
}

@media(max-width: 768px) {
  .kaiga_course__inner {
    max-width: 405px;
    margin-top: -50px;
  }
}

.kaiga_course__title {
  max-width: 727px;
  width: 100%;
  /* position: absolute;
  top: -4.2%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); */
  z-index: 1;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
}

@media(max-width: 1300px) {
  .kaiga_course__title {
    max-width: max(58vw, 322px);
  }
}

@media(max-width: 768px) {
  .kaiga_course__title {
    max-width: 322px;
    min-width: 322px;
    top: -58px;
  }
}

@media(max-width: 470px) {
  .kaiga_course__title {
    max-width: 282px;
    min-width: 282px;
    top: -38px;
  }
}

@media(max-width: 360px) {
  .kaiga_course__title {
    max-width: 252px;
    min-width: auto;
  }
}

.kaiga_course__title_new {
  position: absolute;
  left: 15%;
  bottom: 9%;
  width: 510px;
  height: auto;
  line-height: 1.8;
}

@media(max-width: 1130px) {
  .kaiga_course__title_new {
    width: 420px;
    height: auto;
    line-height: 1.8;
    font-size: 0.8rem;
}}
@media(max-width: 950px) {
  .kaiga_course__title_new {
left: 12%;
bottom: 10%;
width: 420px;
}
}
@media(max-width: 850px) {
  .kaiga_course__title_new {
  left: 8%;
  bottom: 8%;
  width: 383px;
  }
}

@media(max-width: 768px) {
  .kaiga_course__title_new {
    left: -20%;
    bottom: -20%;
    width: 140%;
  font-size: 0.7rem;
  border: 1px dotted #eee;
  padding: 10px;
  box-shadow: 1px 1px 2px 1px #cccccc52;
  background: rgba(255, 255, 255, 0.61);
  }
}

@media(max-width: 500px) {
  .kaiga_course__title_new {
  left: -20%;
  bottom: -35%;
  width: 140%;
}
}

@media(max-width:440px) {
  .kaiga_course__title_new {
    width: 133%;

  }
}
@media(max-width:415px) {
  .kaiga_course__title_new {
  position: relative;
  display: block;
  left: unset;
  bottom: unset;
  width: 100%;
  margin-top: -50px;
  }
}
.kaiga_course__title03 {
  max-width: 623px;
  display: block;
  margin: 0px auto;
  margin-top: 20px;
}

@media(max-width: 1017px) {
  .kaiga_course__title03 {
    max-width: 573px;
    margin: 27px auto;
  }
}

@media(max-width: 832px) {
  .kaiga_course__title03 {
    max-width: 523px;
  }
}

@media(max-width: 768px) {
  .kaiga_course__title03 {
    max-width: 315px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

@media(max-width: 500px) {
  .kaiga_course__title03 {
    margin-top: 50px;
  }
}
@media(max-width: 415px) {
  .kaiga_course__title03 {
    margin-top: 10px;
    max-width: 100%;

  }
}

.kaiga_course__kids_box {
  display: block;
  position: relative;
  height: 60px;
}

@media(max-width: 818px) {
  .kaiga_course__kids_box {
    height: 100px;
  }
}

@media(max-width: 768px) {
  .kaiga_course__kids_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 90px;
    width: 110%;
    margin-left: -10%;
    margin-bottom: 30px;
    column-gap: 14px;
  }
}

@media(max-width: 550px) {
  .kaiga_course__kids_box {
    margin-bottom: 15px;
    margin-left: -5%;
  }
}

@media(max-width: 452px) {
  .kaiga_course__kids_box {
    width: 98%;
    margin-left: 0;
  }
}

.kaiga_course__kids1 {
  position: absolute;
  left: -110px;
  top: -110px;
  width: 340px;
  height: auto;
}

.kaiga_course__kids2 {
  position: absolute;
  right: -50px;
  top: -100px;
  width: 260px;
  height: auto;
}

@media(max-width: 1200px) {
  .kaiga_course__kids1 {
    top: -90px;
  }
  .kaiga_course__kids2 {
    top: -70px;
  }
}

@media(max-width: 818px) {
  .kaiga_course__kids1 {
    top: -50px;
    left: -30px;
    width: 330px;
  }
  .kaiga_course__kids2 {
    top: -29px;
    right: -10px;
  }
}

@media(max-width: 768px) {
  .kaiga_course__kids1, .kaiga_course__kids2 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
  }
}

.kaiga_course02_img {
  max-width: 717px;
  display: block;
  margin: 0px auto;
}

.kaiga_course h3 {
  font-size: 1.4rem;
  line-height: 2.0909090909;
  text-align: center;
  margin-top: 44px;
  display: block;
}

@media(max-width: 818px) {
  .kaiga_course h3 {
    font-size: 1.1rem;
  }
}

@media(max-width: 768px) {
  .kaiga_course h3 {
    font-size: .9rem;
  }
}

@media(max-width: 500px) {
  .kaiga_course h3 {
    font-size: .7rem;
    margin-top: 24px;
  }
}

.kaiga__selection {
  max-width: 1064px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 60px;
  margin: 43px auto 0;
}

@media(max-width: 768px) {
  .kaiga__selection {
    display: block;
    margin-top: 36px;
  }
}

@media(max-width: 400px) {
  .kaiga__selection {
    margin-top: 25px;
  }
}

.kaiga__selection h4 {
  display: block;
  font-size: 1.5rem;
  text-align: center;
}

.kaiga__selection h4 img {
  display: block;
  margin: 0 auto;
  width: 130px;
  margin-top: 5px;
}

@media(max-width: 818px) {
  .kaiga__selection h4 {
    font-size: 1.1rem;
  }
}

@media(max-width: 768px) {
  .kaiga__selection h4 {
    font-size: 1.0rem;
  }
  .kaiga__selection h4 img {
    width: 90px
  }
}

.kaiga__selection-img {
  max-width: 519px;
  display: block;
  margin-top: 6px;
}

.kaiga__selection-text {
  max-width: 444px;
  display: block;
  text-align: left;
  margin: 10px auto;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 30px;
}

.kaiga__selection-item2 .kaiga__selection-text {
  max-width: 330px;
}

@media(max-width: 1134px) {
  .kaiga__selection-text {
    font-size: 1.0rem;
  }
  .kaiga__selection-text {
    max-width: 404px;
  }
  .kaiga__selection-item2 .kaiga__selection-text {
    max-width: 300px;
  }
}

@media(max-width: 768px) {
  .kaiga__selection-text {
    font-size: .75rem;
    line-height: 2;
    margin-top: 10px;
  }
}

@media(max-width: 500px) {
  .kaiga__selection-text {
    font-size: .65rem;
  }
}

@media(max-width: 768px) {
  br.kaiga__selection-item_pcbr {
    display: none;
  }
}

.kaiga__selection-btn {
  max-width: 380px;
  display: block;
  margin: 10px auto;
  margin-top: 30px;
  cursor: pointer;
}

@media(max-width: 768px) {
  .kaiga__selection-btn {
    max-width: 340px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .kaiga__selection-item2 .kaiga__selection-btn {
    margin-bottom: 30px;
  }
}

@media(max-width: 500px) {
  .kaiga__selection-btn {
    max-width: 90%;
    margin-bottom: 30px;
  }
}

@media(max-width: 400px) {
  .kaiga__selection-btn {
    max-width: 80%;
  }
}

.kaiga__selection-btn img {
  box-shadow: 10px 10px 10px rgba(240, 152, 79, .24);
  border-radius: 20px;
}

.kaiga__selection_take {
  max-width: 1064px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  align-items: center;
  column-gap: 0;
  margin: 43px auto 0;
}

@media(max-width: 768px) {
  .kaiga__selection_take {
    max-width: 390px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0;
    flex-direction: column;
    margin: 23px auto 0;
    align-items: flex-end;
  }
}

.kaiga__selection_take-btn {
  cursor: pointer;
}

@media(max-width: 768px) {
  .kaiga__selection_take-btn {
    max-width: 230px;
    margin-top: -30px
  }
}

.kaiga_course .entry__experience-lesson {
  max-width: 713px;
}

@media (max-width: 980px) {
  .kaiga_course .entry__experience-lesson {
    max-width: 603px;
  }
}

@media (max-width: 860px) {
  .kaiga_course .entry__experience-lesson {
    max-width: 473px;
  }
}

@media (max-width: 768px) {
  .kaiga_course .entry__experience-lesson {
    max-width: 330px;
  }
}

@media (max-width: 400px) {
  .kaiga_course .entry__experience-lesson {
    max-width: 80%;
  }
}

@media (max-width: 380px) {
  .kaiga_course .entry__experience-lesson {
    margin-left: auto;
  }
}

.kaiga_course .entry__formula.entry__formula_kaiga {
  margin: 0 auto 0;
}

@media (max-width: 980px) {
  .kaiga_course .entry__formula.entry__formula_kaiga {
    max-width: max(53.1818vw, 242px);
  }
}

@media (max-width: 768px) {
  .kaiga_course .entry__formula.entry__formula_kaiga {
    max-width: 320px;
  }
  .entry__formula.entry__formula_kaiga {
    max-width: 302px;
  }
}

@media (max-width: 400px) {
  .kaiga_course .entry__formula.entry__formula_kaiga {
    max-width: 80%;
  }
}

.entry__formula.entry__formula_kaiga h3, .kaiga_course .entry__formula-item {
  text-align: left;
  margin: 0;
  font-weight: normal;
  font-size: 1.4rem;
}

@media (max-width: 860px) {
  .entry__formula.entry__formula_kaiga h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .entry__formula.entry__formula_kaiga h3 {
    font-size: 0.9rem;
  }
}

.kaiga_course .entry__formula_kaiga small {
  display: block;
  margin-top: 20px;
  font-weight: normal;
  line-height: 1.9;
}

.kaiga_course .entry__formula_kaiga small .img_auto {
  width: 11px;
}

@media (max-width: 888px) {
  .kaiga_course .entry__formula_kaiga small br {
    display: none;
  }
  .kaiga_course .entry__formula_kaiga small .img_auto {
    width: 0;
  }
}

@media (max-width: 768px) {
  .kaiga_course .entry__formula_kaiga small {
    font-size: 0.7rem;
  }
}

@media (max-width: 500px) {
  .kaiga_course .entry__formula_kaiga small {
    font-size: 0.6rem;
  }
}


/* modal */

.modal__button--open, .modal__button--open2, .modal__button--open3, .modal__button--open4, .modal__button--open5, .modal__button--open6, .modal__button--open7 {
  @extend .modal__button;
}

.modal__button--close, .modal__button--close2, .modal__button--close3, .modal__button--close4, .modal__button--close5, .modal__button--close6, .modal__button--close7 {
  @extend .modal__button;
  background: #88d7ec;
  display: block;
  width: 100px;
  text-align: center;
  margin: 10px auto;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .modal__button--close, .modal__button--close2, .modal__button--close3, .modal__button--close4, .modal__button--close5, .modal__button--close6, .modal__button--close7 {
    font-size: 0.6rem;
  }
}

.modal__button--closeb, .modal__button--close2b, .modal__button--close3b, .modal__button--close4b, .modal__button--close5b, .modal__button--close6b, .modal__button--close7b {
  @extend .modal__button;
  position: absolute;
  top: -2px;
  right: 4px;
  border-radius: 50%;
  padding: 5px;
  font-size: 1.1rem;
  background: #fff;
  box-shadow: 1px 1px 3px 1px #76757566;
}

.modal__item, .modal__item2, .modal__item3, .modal__item4, .modal__item5, .modal__item6, .modal__item7 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(103 103 103 / 55%);
  overflow-y: scroll;
  z-index: 1000;
}

.modal__bg {
  min-height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content, .modal__content2, .modal__content3, .modal__content4, .modal__content5, .modal__content6, .modal__content7 {
  background: #fff;
  margin: 10px auto;
  max-width: 680px;
  padding: 20px;
  position: relative;
  width: 90%;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 3px 4px 0px 3px #f3e658;
}

@media (max-width: 400px) {
  .modal__content, .modal__content2, .modal__content3, .modal__content4, .modal__content5, .modal__content6, .modal__content7 {
    padding: 20px 5px;
    width: 93%;
    box-shadow: 3px 3px 0px 2px #f3e658;
  }
}

/*.modal__content4, .modal__content5 {
  max-width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}*/

.modal__content4 h4, .modal__content5 h4 {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.modal__content4 h4 img, .modal__content5 h4 img {
  display: block;
  width: 80px;
  margin: 5px auto;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .modal__content4 h4, .modal__content5 h4 {
    font-size: .9rem;
  }
  .modal__content4 h4 img, .modal__content5 h4 img {
    width: 60px;
  }
}

.modal__content7,
.modal__content4,
.modal__content5 {
  top: 1%;
  width: 98%;
  max-width: 1200px;
}

.modal__content3{
  text-align: center;
}
@media (max-width: 500px) {

.modal__content3{
    padding: 20px 10px;
    width: 93%;}
}

.modal__content3 h3{
      display: block;
      margin: 0;
      text-align: center;
      margin-top: 0;
}
.modal__content3 pre{
    color: var(--brown);
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: normal;
    font-size: 0.7rem;
    border: 2px dotted #eee;
    display: block;
    width: 90%;
    padding: 10px;
    border-radius: 10px;
    margin: 10px auto;
    white-space: break-spaces;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
}
.modal__content3 img{
  width: auto;
    max-width:90%;
}
@media (max-width: 768px) {
.modal__content3 img{
    max-width:100%;
}
}

img.modal__item3_sp{
  display: none;
}
@media (max-width: 768px) {
  img.modal__item3_sp{
    display: block;
    width: 80%;
    margin-top: -30px;
    margin-bottom: 10px;
  }
}
.modal__content3 img.hatena{
  vertical-align: middle;
width: 30px;
}
@media (max-width: 600px) {

.modal__content3 img.hatena {
    width: 20px;
    margin-left: 10px;
  margin-bottom: 5px;}
  }

.modal__content3 center{
  font-size: 0.9rem;
display: block;}
@media (max-width: 500px) {

  .modal__content3 h3{
    font-size: 0.9rem;
  }
.modal__content3 center {
    font-size: 0.8rem;
}
}
    .modal__content3 .modal__item3_box{
        display: block;
        padding: 10px;
        border-radius: 10px;
        margin: 10px auto;
        line-height: 1.6;
        margin-bottom: 20px;
    background-color: var(--bg-blue);
    }

/* ---- */

.img_auto {
  width: auto;
  height: auto;
}

/*LP_Blue_Btn*/
.sticky-btn2 {
  top: 147px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa372), to(#e44d3c));
  background: -webkit-linear-gradient(top, #ffa372 0%, #e44d3c 100%);
  background: -o-linear-gradient(top, #ffa372 0%, #e44d3c 100%);
  background: linear-gradient(180deg, #ffa372 0%, #e44d3c 100%);
}
@media(max-width: 768px) {
  .sticky-btn2 {
    top: 83px;
  }
}
.sticky-btn span, .sticky-btn2 span {
  font-size: 14px;
  margin-left: 3px;
}
@media(max-width: 768px) {
  .sticky-btn span, .sticky-btn2 span {
    font-size: 11px;
    margin-left: 0;
  }
}

.taiken_nensho{
  text-align:center;
  border-bottom:2px dotted #ccc;
  padding-bottom:1em;
  margin-bottom:1em;
}
.taiken_nensho > a{
  position:relative;
}
.taiken_nensho > a span{
  font-size:21px;
}
.taiken_nensho > a::after{
  position:absolute;
  right:-3em;
  top:50%;
  transform:translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display:inline-block;
  background:url(../images/icon_arrow3.png) no-repeat center center/contain;
  width:20px;
  content:"";
  height:25px;
}
@media screen and (max-width:630px){
  .taiken_nensho{
    margin-top:1em;
  }
  .taiken_nensho > a span{
    font-size:unset;
  }
  .taiken_nensho > a::after{
    width:15px;
    height:20px;
  }
}

/* アンカーリンク */
.art-everywhere .top-anchor {
  display: block;
  margin: 10px auto;
  text-align: center;
}

@media screen and (max-width:768px) {
  .art-everywhere .top-anchor {
      margin-bottom: 50px;
  }
}

@media screen and (max-width:480px) {
  .art-everywhere .top-anchor {
      margin-bottom: 30px;
  }
}

.art-everywhere .top-anchor ul {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-self: center;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .art-everywhere .top-anchor ul {
      flex-wrap: wrap;
      gap: 10px 0;
  }
}

.art-everywhere .top-anchor ul li {
  display: inline-block;
  text-align: center;
  padding: 6px 15px;
  flex-grow: 1;
  border-right: 1px solid var(--brown);
  margin: auto;
}

.art-everywhere .top-anchor ul li:first-child,
.art-everywhere .top-anchor ul li:nth-child(3) {
  padding: 13px 15px;
}

@media screen and (max-width:1100px) {
  .art-everywhere .top-anchor ul li {
      padding: 5px 15px;
  }
}

@media screen and (max-width:810px) {
  .art-everywhere .top-anchor ul li {
      padding: 5px 5px;
  }
}

@media screen and (max-width:768px) {
  .art-everywhere .top-anchor ul li {
      width: 33%;
      border-right: 1px solid #c2bcbc;
  }
}

@media screen and (max-width:670px) {
  .art-everywhere .top-anchor ul li {
      width: 30%;
  }
  .art-everywhere .top-anchor ul li:nth-child(2n) {
      width: 34%;
  }
  .art-everywhere .top-anchor ul li:last-child {
      width: 30%;
  }
}

@media screen and (max-width:480px) {
  .art-everywhere .top-anchor ul li:nth-child(2) {
      width: 39%;
  }
}

@media screen and (max-width:435px) {
  .art-everywhere .top-anchor ul li:nth-child(3) {
      width: 25%;
  }
  .art-everywhere .top-anchor ul li:nth-child(2) {
      width: 43%;
  }
}

.art-everywhere .top-anchor ul li:last-child {
  border-right: 0;
}

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

  .art-everywhere .top-anchor ul li:nth-child(3) {
      border-right: 0;
  }
}

.art-everywhere .top-anchor ul li a {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  text-align: left;
  align-items: center;
}

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

  .art-everywhere .top-anchor ul li a {
      font-size: 0.9rem;
  }
}

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

  .art-everywhere .top-anchor ul li a br {
      display: none;
  }

  .art-everywhere .top-anchor ul li:first-child,
  .art-everywhere .top-anchor ul li:nth-child(3) {
      padding: 5px 5px;
  }
}

@media screen and (max-width:670px) {
  .art-everywhere .top-anchor ul li:first-child {
      padding: 13px 5px;
  }
  .art-everywhere .top-anchor ul li a br {
      display: inherit;
  }
}

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

  .art-everywhere .top-anchor ul li a {
      font-size: 0.8rem;
  }
}

@media screen and (max-width:1100px) {
  .art-everywhere .top-anchor ul li a span img {
      width: 17px;
      vertical-align: baseline;
  }
}

.art-kids__subtitle {
  font-size: 2.25rem;
  text-align: center;
  display: block;
  margin: 80px auto;
  position: relative;
}

@media(max-width: 1400px) {
  .art-kids__subtitle {
      font-size: 2.0rem;
  }
}

@media(max-width: 1245px) {
  .art-kids__subtitle {
      font-size: 1.8rem;
      margin: 70px auto;
  }
}

@media(max-width: 1000px) {
  .art-kids__subtitle {
      margin: 60px auto;
  }
}

@media(max-width: 900px) {
  .art-kids__subtitle {
      font-size: 1.6rem;
  }
}

@media(max-width: 810px) {
  .art-kids__subtitle {
      font-size: 1.4rem;
  }
}

@media(max-width: 768px) {
  .art-kids__subtitle {
      font-size: 1.2rem;
      margin: 3rem auto;
      margin-bottom: 10px;
      line-height: 1.6;
  }
}

@media (min-width: 769px){
  .art-kids__subtitle .sp-view{
    display: none;
  }
}

@media(max-width: 420px) {
  .art-kids__subtitle {
      font-size: 1rem;
  }
}

.art-kids__subtitle::before, .art-kids__subtitle::after {
  display: block;
  width: 100%;
  content: "";
  height: 3px;
  position: absolute;
  background: url(../images/line1_pink.png) no-repeat center top/contain;
  background-image: -webkit-image-set(url(../images/line1_pink.png) 1x, url(../images/line1_pink@2x.png) 2x);
  background-image: image-set(url(../images/line1_pink.png) 1x, url(../images/line1_pink@2x.png) 2x);
}

.art-kids__subtitle::before {
  top: -35px;
}

.art-kids__subtitle::after {
  bottom: -35px;
}

@media(max-width: 1245px) {
  .art-kids__subtitle::before {
      top: -25px;
  }
  .art-kids__subtitle::after {
      bottom: -25px;
  }
}

@media(max-width: 768px) {
  .art-kids__subtitle::before {
      top: -15px;
      left: 10.5%;
      width: 80%;
  }
  .art-kids__subtitle::after {
      bottom: -15px;
      left: 10.5%;
      width: 80%;
  }
}

@media(max-width: 500px) {
  .art-kids__subtitle::before {
      left: 30.5%;
      width: 40%;
  }
  .art-kids__subtitle::after {
      left: 30.5%;
      width: 40%;
  }
}

.art-kids__subtitle-online{
  margin-top: 8rem;
}
@media (max-width: 1000px){
  .art-kids__subtitle-online{
    margin-top: 7rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px){
  .art-kids__subtitle-online{
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.art-kids__midashi {
  font-size: 2.25rem;
  text-align: center;
  display: block;
  margin: 0 auto 70px auto;
  margin-bottom: 20px;
}

@media screen and (max-width:1100px) {
  .art-kids__midashi {
      font-size: 1.8rem;
  }
}

@media screen and (max-width:810px) {
  .art-kids__midashi {
      font-size: 1.4rem;
  }
}

@media screen and (max-width:768px) {
  .art-kids__midashi {
      margin: 0 auto 40px auto;
      margin-bottom: 20px;
  }
}

@media screen and (max-width:450px) {
  .art-kids__midashi {
      font-size: 1.2rem;
  }
}
@media screen and (max-width:405px) {
  .art-kids__midashi {
      font-size: 1.0rem;
  }
}

.art-kids__midashi b {
  display: inline-block;
  margin-right: 4px;
  font-size: 4.25rem;
}

@media screen and (max-width:1100px) {
  .art-kids__midashi b {
      font-size: 3.25rem;
  }
}

@media screen and (max-width:600px) {
  .art-kids__midashi b {
      font-size: 2.25rem;
  }
}

@media screen and (max-width:450px) {
  .art-kids__midashi b {
      font-size:1.9rem;
  }
}

.video-container{
  background-color:#fff;
  padding:3rem;
  margin:3rem 0;
  border-radius:1rem;
}
@media(max-width:768px){
  .video-container{
    padding:1.5rem;
    margin:2rem 0;
  }
}
.video-container h3{
  text-align:center;
  font-size:2rem;
  margin-bottom:1em;
}
@media(max-width:1100px){
  .video-container h3{
    font-size:1.5rem;
  }
}
@media(max-width:768px){
  .video-container h3{
    font-size:1rem;
  }
}
.video-wrapper{
  max-width:90%;
  margin:0 auto;
}
@media(max-width:1100px){
  .video-wrapper{
    max-width:100%;
  }
}
.video-bottom-btn{
  text-align:center;
  margin-top:2rem;
}
.video-bottom-btn a{
  display: inline-block;
  padding:0.5em 1em;
  font-size: 1.4rem;
  background-color: #ff6c5b;
  color: #fff;
  border-radius:3em;
}
@media(max-width:1100px){
  .video-bottom-btn a{
    font-size:1.2rem;
  }
}
@media(max-width:768px){
  .video-bottom-btn{
    margin-top:1rem;
  }
  .video-bottom-btn a{
    font-size:1rem;
  }
}

.art-kids__sakuhin {
  padding-bottom: 70px;
  padding-top: 70px;
}

@media screen and (max-width:1100px) {
  .art-kids__sakuhin {
      padding-bottom: 60px;
  }
}
@media screen and (max-width:820px) {
.art-kids__sakuhin {
    padding-bottom: 20px;
}
}

@media screen and (max-width:768px) {
  .art-kids__sakuhin {
      padding-top: 2rem;
      padding-bottom: 0;
  }
  .art-kids__sakuhin ul{
    margin-bottom:2rem!important;
  }
}

.art-kids__sakuhin ul {
  display: flex;
  margin: 0px auto;
  max-width: 1260px;
  justify-content: space-around;
  gap: 0 15px;
  text-align: left;
  align-items: center;
}

@media screen and (max-width:1270px) {
  .kids__sakuhin ul {
      max-width: 95%;
  }
}

.art-kids__sakuhin ul li img {
  filter: drop-shadow(0 2px 2px #999);
  max-height: 130px;
}

.life-skills__power_column {
  display: flex;
  margin: 20px auto;
  margin-top: 0;
  max-width: 1164px;
  gap: 0 30px;
  justify-content: center;
  text-align: left;
  align-items: center;
}

@media screen and (max-width:1785px) {
  .life-skills__power_column {
      margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .life-skills__power_column {
      margin-top: 15px;
      gap: 0 10px;
  }
}

@media screen and (max-width:565px) {
  .life-skills__power_column {
      display: grid;
      gap: 0px;
      max-width: 350px;
  }
}

.life-skills__power_column .life-skills__quote {
  font-size: 1rem;
  flex: 1;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width:768px) {
  .life-skills__power_column .life-skills__quote {
      letter-spacing: 0;
      font-size:0.8rem;
      line-height:1.6em;
  }
}

@media screen and (max-width:660px) {
  .life-skills__power_column .life-skills__quote {
      line-height: 2.0;
  }
}

@media screen and (max-width:480px) {
  .life-skills__power_column .life-skills__quote {
    display: none;
  }
}

.life-skills__power_column .life-skills__quote::before, .life-skills__power_column .life-skills__quote::after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
}

.life-skills__power_column .life-skills__quote::before {
  background: url(../images/icon-quotation1.png) repeat center bottom/contain;
  left: -20px;
  top: -30px;
}

.life-skills__power_column .life-skills__quote::after {
  background: url(../images/icon-quotation2.png) repeat center bottom/contain;
  right: 0;
  bottom: -30px;
}

@media(max-width:565px) {

  .life-skills__power_column .life-skills__quote::before {
      left: -42px;
      top: -12px;
  }
  .life-skills__power_column .life-skills__quote::after {
      right: -26px;
      bottom: -20px;
  }
}

.life-skills__power {
  flex: 1.5;
  padding-left: 10px;
  background-size: 100% 100%;
  margin: 7px auto 0;
}

@media screen and (max-width:1600px) {
  .life-skills__power {
      margin-top: 0;
  }
}
@media screen and (max-width:405px) {

.life-skills__power {
  min-width: 80%;
  max-width: 80%;
}
}

.life-skills__three-power {
  max-width: 400px;
}
@media screen and (max-width:405px) {

.life-skills__three-power {

    max-width: 90%;
}
}

.life-skills__power-text {
  font-size: 1.175rem;
  line-height: 1.8;
}

@media screen and (max-width:1100px) {
  .life-skills__power-text {
      font-size: 0.9rem;
  }
}

@media screen and (max-width:480px) {
  .life-skills__power-text {
      font-size: 0.8rem;
  }
}
@media screen and (max-width:405px) {
.life-skills__power-text{
  letter-spacing: 0;
}
}
@media screen and (max-width:390px) {
.life-skills__power-text{
font-size: 0.7rem;
}
}

.reason1__subtitle.reason__text-bule {
  display: inline-block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: var(--bg-yellow);
  font-size: 1.55rem;
}

@media screen and (max-width:1100px) {
  .reason1__subtitle.reason__text-bule {
      font-size: 1.55rem;
      line-height: 1.4;
  }
}

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

  .reason1__subtitle.reason__text-bule {
      font-size: 1.2rem;
  }
}

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

  .reason1__subtitle.reason__text-bule {
      font-size: 1.0rem;
  }
}

.reason1__text {
  display: block;
  max-width: 1000px;
  margin: -60px auto 0 auto ;
  padding: 25px;
  padding-top: 60px;
  border-radius: 10px;
  border: 4px solid #fff;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width:1100px) {
  .reason1__text {
      margin-top: -50px;
      width: 90%;
      margin-bottom:50px;
  }
}

@media screen and (max-width:768px) {
  .reason1__text {
      padding-top: 50px;
      margin-bottom: 20px;
      font-size: 0.8rem;
  }
}

@media screen and (max-width:500px) {
  .reason1__text {
      font-size: 0.7rem;
      padding-top: 45px;
      margin-top: -40px;
  }
}

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

  .reason1__text {
      width: 95%;
      margin: 5px auto;
      padding: 15px;
      padding-top: 45px;
      margin-top: -40px;
  }
}

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

  .reason1__text {
      width: 90%;
      margin-bottom: 20px;
  }
}

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

  .reason1__text h5 {
      font-size: 1.0rem;
  }
}

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

  .reason1__text h5 {
      font-size: 0.8rem;
      margin-bottom: 6px;
  }
}

@media screen and (max-width:450px) {
  .reason1__text h5 {
      line-height: 2.0;
  }
  .reason1__text h5 br {
      display: none;
  }
}
.original__method{
  text-align:center;
}
.original__method .reason1__subtitle{
  background-color:var(--bg-yellow);
}

.voice__title {
  max-width: 400px;
  display: block;
  margin: 0px auto;
  margin-top: -130px;
  text-align: center;
}

@media screen and (max-width:1200px) {
  .voice__title {
      max-width: 360px;
      margin-top: -113px;
  }
}

@media screen and (max-width:900px) {
  .voice__title {
      max-width: 310px;
      margin-top: -96px;
  }
}

@media screen and (max-width:768px) {
  .voice__title {
      max-width: 280px;
  }
}

@media screen and (max-width:500px) {
  .voice__title {
      max-width: 230px;
      margin-top: -82px;
  }
}

@media screen and (max-width:405px) {
  .voice__title {
    margin-top: -71px;
  }
}

.reason6__inner ul {
  display: flex;
  margin: 20px auto;
  max-width: 934px;
  gap: 0;
  justify-content: center;
  text-align: left;
  align-items: center;
}

@media screen and (max-width:1100px) {
  .reason6__inner ul {
      max-width: 100%;
  }
}

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

@media screen and (max-width:490px) {
.reason6__inner ul {
  margin-left: -5%;
  max-width: 105%;
}
}

.reason6__inner ul li:first-child {
  flex: 2;
}

.reason6__inner ul li:last-child {
  flex: 1.5;
}

@media screen and (max-width:1100px) {
  .reason6__inner ul li:first-child {
      flex: 1.5;
  }
}

@media screen and (max-width:565px) {
  .reason6__inner ul li:last-child {
      flex: 2;
  }
}

.reason6__inner ul li span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width:400px) {

.reason6__inner ul li span {
    font-size: .8rem;
  }
}

.reason6__subtitle.reason__text-bule {
  display: block;
  margin: 0 auto;
  margin-left: -20%;
  margin-top: 20px;
  padding: 0;
  width: 140%;
  background-color: transparent;
  text-shadow: 1px 1px 0 var(--bg-blue), -1px -1px 0 var(--bg-blue), -1px 1px 0 var(--bg-blue), 1px -1px 0 var(--bg-blue), 0px 1px 0 var(--bg-blue), 0-1px 0 var(--bg-blue), -1px 0 0 var(--bg-blue), 1px 0 0 var(--bg-blue);
  font-size: 1.8rem;
}

.reason__text-pink {
  color: #ff6c5b;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff !important;
}

@media screen and (max-width:1200px) {
  .reason6__subtitle.reason__text-bule {
      margin-left: 0%;
      width: 100%;
  }
}

@media screen and (max-width:1100px) {
  .reason6__subtitle.reason__text-bule {
      font-size: 1.6rem;
      margin-top: 10px;
  }
}

@media screen and (max-width:810px) {
  .reason6__subtitle.reason__text-bule {
      font-size: 1.4rem;
  }
}

@media screen and (max-width:768px) {
  .reason6__subtitle.reason__text-bule {
      margin-left: -7%;
      width: 107%;
  }
}

@media screen and (max-width:670px) {
  .reason6__subtitle.reason__text-bule {
      margin-left: -25%;
      width: 125%;
  }
}

@media screen and (max-width:500px) {
  .reason6__subtitle.reason__text-bule {
      font-size: 1.2rem;
  }
}

@media screen and (max-width:430px) {
  .reason6__subtitle.reason__text-bule {
    width: 135%;
  }
}

@media screen and (max-width:400px) {
  .reason6__subtitle.reason__text-bule {
        font-size: 1.0rem;
  }
}

.reason6__supplement {
  font-size: 1rem;
}

@media screen and (max-width:1100px) {
  .reason6__supplement {
      margin-top: 8px;
  }
}
@media screen and (max-width:400px) {
  .reason6__supplement {
    font-size: .8rem;
  }
}

@media (min-width: 769px) {
  .reason__text-bule .br-sp-b {
      display: inherit;
  }
}

@media screen and (max-width:768px) {
  .reason6__inner ul li span, .reason6__supplement {
      margin-left: -7%;
  }
}

@media screen and (max-width:670px) {
  .reason6__inner ul li span, .reason6__supplement {
      margin-left: -25%;
  }
}

/* NEWS（新） */
.news-post {
  background-color: var(--bg-yellow);
  padding-bottom: 60px;
  padding-top:5rem;
  margin-top:-1px;
}
@media(max-width:1100px){
.news-post{
  padding-bottom:3rem;
}
}

.news-post__inner {
  max-width: 972px;
  padding: 60px 20px 0;
  border-radius: 15px;
  background: #fff;
}

@media screen and (max-width:1050px) {
  .news-post__inner {
      margin: 0 10px;
  }
}

.news-post .news-list__title {
  font-size: 1.875rem;
  margin-bottom: 35px;
}

@media(min-width:769px){
  .news-post .sp-view{
    display:none;
  }
}

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

  .news-post .news-list__title {
      font-size: 1.6rem;
  }
  .news-post{
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .news-post__inner{
    padding:2rem 20px 0;
  }
}

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

  .news-post .news-list__title {
      font-size: 1.4rem;
  }
}

.news-post .news-list__title span {
  z-index: 2;
  display: block;
  position: relative;
}

.news-post .news-list__title::after {
  width: 119px;
  left: 49.5%;
  z-index: 1;
}

.news-post__contents {
  margin-top: 60px;
  display: block;
}

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

  .news-post__contents {
      margin-top: 40px;
  }
}

.news-post .news-post-title{
	text-align:center;
	font-size:1.2rem;
	line-height:1.4;
	margin-bottom:2em;
}
@media screen and (max-width:768px){
	.news-post .news-post-title{
		font-size:1rem;
	}
}

.top_notice{
	display:flex;
	flex-wrap:wrap;
	margin:0 -2%;
}
.top_notice > a{
	width:calc(100% / 3);
	padding:0 2%;
	margin-bottom:5%;
}
.top_notice > a:hover{
	opacity:0.8;
}
.top_notice .category{
	background-color: #FBFAEE;
	display: inline-block;
	padding: 0.3em;
	font-size: 0.9em;
	margin: 1em 0;
}
.top_notice .title{
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:0.5em;
}
.top_notice .ct{
	line-height:1.6em;
}
.top_notice .ct .desc{
	margin-bottom:0.5em;
	opacity:0.6;
}

@media(max-width: 768px){
	.top_notice > a{
		width:50%;
	}
	.top_notice .category{
		font-size:0.8em;
	}
	.top_notice .title{
		font-size:1em;
	}
	.top_notice .ct{
		font-size:0.8em;
	}
}

/* 先生一覧 */
.content-teacher{
	text-align:center;
	margin:5em 0 0;
	background-color:#fff;
	padding:3em 1em 0;
	border-radius:3em;
	line-height:1.5;
}
.content-teacher h3{
	font-size:1.875rem;
	margin-bottom:1em;
}
.content-teacher > p{
	font-size:1.2em;
	margin-bottom:3em;
}
.teacher_list{
	display:flex;
	flex-wrap:wrap;
}
.teacher_list .teacher_block{
	width:calc(100% / 3);
	padding:0 1em 3em;
}
.teacher_list .teacher_block .teacher_img{
	margin-bottom:1em;
}
.teacher_list .teacher_block .teacher_img img{
	max-width:200px;
	border-radius:50%;
	box-shadow:3px 3px 15px #EAF2F5;
}
.teacher_list .teacher_block .teacher_position{
	margin-bottom:0.5em;
}
.teacher_list .teacher_block .teacher_name{
	font-size:1.2em;
}
.teacher_list .teacher_block .teacher_btn{
	margin-top:1em;
}
.teacher_list .teacher_block .teacher_btn a{
	background-color:#a4d8e5;
	color:#fff;
	padding:0.5em 1em;
	border-radius:3em;
}
@media(max-width:1140px){
	.content-teacher{
		/*max-width:972px;*/
		margin:3em auto 0;
	}
}
@media(min-width:769px){
	.content-teacher .sp-view{
		display:none;
	}
}
@media(max-width:768px){
	.content-teacher .pc-view{
		display:none;
	}
	.content-teacher{
    border-radius:1em;
    padding-top:2em;
	}
	.content-teacher h3{
		font-size:1.2em;
		margin-bottom:0.5em;
	}
	.content-teacher > p{
		font-size:0.8em;
		margin-bottom:2em;
	}
	.teacher_list .teacher_block{
		width:50%;
		padding:0 1em 2em;
	}
	.teacher_list .teacher_block .teacher_position{
		font-size:0.6em;
    line-height:1.2em;
	}
	.teacher_list .teacher_block .teacher_name{
		font-size:0.8em;
	}
	.teacher_list .teacher_block .teacher_btn a{
		font-size:0.8em;
		padding:0.3em 0.5em;
		width:100%;
		display:inline-block;
	}
}
.teacher-more-btn{
  text-align:center;
  padding-bottom:3rem;
}
.teacher-more-btn a{
  display:inline-block;
  padding:0.5em 1em;
  font-size:1.4rem;
  background-color:#7cc7e9;
  color:#fff;
  border-radius:3em;
}
@media(max-width:1100px){
  .teacher-more-btn a{
    font-size:1.2rem;
  }
}
@media(max-width:768px){
  .teacher-more-btn{
    padding-bottom:1.5rem;
  }
  .teacher-more-btn a{
    font-size:1rem;
  }
}

.teacher-link{
  display:inline-block;
  padding:0.5em 1em;
  background-color:#fff;
  border-radius:3em;
  text-align:center;
  width:100%;
  margin-top:1em;
}
@media(max-width:768px){
  .teacher-link{
    font-size:0.8em;
    margin-bottom:1em;
  }
}

/* インターナショナルお知らせ */
.international-info{
  background-color:var(--bg-yellow);
  padding-top:5rem;
}
@media(max-width:768px){
  .international-info{
    padding-top:3rem;
  }
}

.international-info__bg{
  max-width:1002px;
  margin:0 auto;
  background-color:#f2c344;
  border-radius:1em;
  padding:1rem;
}
@media(max-width:1050px){
  .international-info__bg{
    margin:0 10px;
    max-width:100%;
  }
}

.international-info__inner{
  border:7px dotted #fff;
  padding:1rem;
  border-radius:1rem;
}
.international-info__title{
  padding:1rem;
}
@media(max-width:900px){
  .international-info__title{
    padding-bottom:2rem;
  }
}
@media(max-width:768px){
  .international-info__title{
    padding:0 0 1rem 0;
  }
}

.international-info__flexbox01{
  display:flex;
  margin-top:-11rem;
  margin-bottom:2rem;
}
@media(max-width:900px){
  .international-info__flexbox01{
    flex-direction:column;
    margin-top:0;
  }
}
@media(max-width:768px){
  .international-info__flexbox01{
    margin-bottom:1rem;
  }
}

.international-info__flexbox01 > div{
  flex:0 0 auto;
  align-self:flex-end;
  line-height:1.6;
}
.international-info__flexbox01 > div:nth-child(1){
  width:60%;
  background-color:#f7d885;
  border-radius:1rem;
  padding:1.5rem;
}
@media(max-width:900px){
  .international-info__flexbox01 > div:nth-child(1){
    width:100%;
    margin-bottom:2rem;
    padding:1rem;
  }
}
@media(max-width:768px){
  .international-info__flexbox01 > div:nth-child(1){
    margin-bottom:1.5rem;
  }
}

.international-info__flexbox01 > div > p:nth-child(1){
  font-size:1.2rem;
}
@media(max-width:1050px){
  .international-info__flexbox01 > div > p:nth-child(1){
    font-size:1rem;
  }
}
@media(max-width:768px){
  .international-info__flexbox01 > div > p,
  .international-info__flexbox01 > div > p:nth-child(1){
    font-size:.75rem;
  }
}

.international-info__flexbox01 > div > *:not(:last-child){
  margin-bottom:1rem;
}
@media(max-width:768px){
  .international-info__flexbox01 > div > :not(:last-child){
    margin-bottom:1em;
  }
}

.international-info__flexbox01 > div:nth-child(2){
  width:40%;
  padding-left:2rem;
  text-align:center;
}
@media(max-width:900px){
  .international-info__flexbox01 > div:nth-child(2){
    width:100%;
    padding-left:0;
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
  }
  .international-info__flexbox01 > div:nth-child(2) .img-container{
    margin-bottom:0;
    width:30%;
  }
  .international-info__flexbox01 > div:nth-child(2) .thumb-container{
    width:70%;
    padding-right:1rem;
  }
}
@media(max-width:768px){
  .international-info__flexbox01 > div:nth-child(2) .img-container{
    width:25%;
  }
  .international-info__flexbox01 > div:nth-child(2) .thumb-container{
    width:75%;
  }
}

.international-info__btn{
  background-color:#b29cfc;
  color:#fff;
  font-size:1.2rem;
  display:block;
  padding:0.4em 1em;
  border-radius:3em;
  text-align:center;
  margin-top:1rem;
}
@media(max-width:768px){
  .international-info__btn{
    font-size:0.9rem;
  }
}

.international-tonton{
  max-width:250px;
}
@media(max-width:900px){
  .international-tonton{
    max-width:unset;
  }
}

.international-info__flexbox02{
  display:flex;
  align-items:center;
  justify-content:center;
}
.international-info__flexbox02 > div:nth-child(1){
  width:20%;
}

.international-info__flexbox02 > div:nth-child(2){
  padding-left:2rem;
  line-height:1.6;
}
@media(max-width:768px){
  .international-info__flexbox02 > div:nth-child(2){
    padding-left:1rem;
    width:80%;
    font-size:.75em;
  }
}

.international-info__flexbox02 > div:nth-child(2) > *:not(:last-child){
  margin-bottom:1rem;
}
@media(max-width:768px){
  .international-info__flexbox02 > div:nth-child(2) > *:not(:last-child){
    margin-bottom:1em;
  }
}

.international-info__flexbox02 > div:nth-child(2) p:nth-child(2){
  font-size:1.2rem;
}
@media(max-width:1050px){
  .international-info__flexbox02 > div:nth-child(2) p:nth-child(2){
    font-size:1rem;
  }
}
@media(max-width:768px){
  .international-info__flexbox02 > div:nth-child(2) p:nth-child(2){
    font-size:.75rem;
  }
}

.international-info__flexbox02 > div:nth-child(2) .caution{
  font-size:0.8rem;
}

.campaign-banner{
  text-align: center;
  margin-top: 3rem;
}
@media(max-width: 768px){
  .campaign-banner{
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.campaign-banner img{
  max-width: 1000px;
}

.application-deadline_container{
  display: flex;
  border: 5px solid #f7ef75;
  margin: 3rem auto 0;
  max-width: 1200px;
}
@media(max-width: 1200px){
  .application-deadline_container{
    flex-direction: column;
  }
}
@media(max-width: 768px){
  .application-deadline_container{
    margin-top: 2rem;
  }
}
.application-deadline_container .month{
  width: calc(100% / 3);
  background-color: #f7ef75;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media(max-width: 1200px){
  .application-deadline_container .month{
    width: 100%;
  }
}
@media(max-width: 768px){
  .application-deadline_container .month{
    padding: 0.5rem;
  }
}
.application-deadline_container .date{
  width: calc(100% / 3 * 2);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
@media(max-width: 1200px){
  .application-deadline_container .date{
    width: 100%;
  }
}
@media(max-width: 768px){
  .application-deadline_container .date{
    flex-direction: column;
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
.application-deadline_container .month h3{
  background-image: url(../images/blue_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  line-height: 1.6;
  font-size: 2rem;
}
@media(max-width: 768px){
  .application-deadline_container .month h3{
    font-size: 1.1rem;
  }
}
.application-deadline_container .date > div:not(:last-child){
  margin-right: 1em;
}
@media(max-width: 768px){
  .application-deadline_container .date > div:not(:last-child){
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.application-deadline_container .date > div{
  border-bottom: 3px dashed #f7ef75;
}
@media(max-width: 768px){
  .application-deadline_container .date > div{
    text-align: center;
  }
}
.application-deadline_container .date > div span{
  display: inline-block;
}
.application-deadline_container .date > div span:not(:last-child){
  margin-right: 1em;
}
.application-deadline_container .date > div .red{
  color: #ec5515;
  font-weight: bold;
  font-size: 1.6em;
}
@media(max-width: 768px){
  .application-deadline_container .date > div .red{
    font-size: 1.4em;
  }
}

.yellow-btn-container{
  margin-top: 3rem;
  text-align: center;
}
@media(max-width: 768px){
  .yellow-btn-container{
    margin-top: 1rem;
  }
}
.yellow-btn-container p{
  margin-bottom: 0.8em;
  font-size: 1.4rem;
}
@media(max-width: 768px){
  .yellow-btn-container p{
    font-size: 0.8rem;
  }
}
.yellow-btn{
  display: inline-block;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 1rem 3rem;
  border-radius: 50px;
  background-color: #f7ef75;
  box-shadow: 10px 10px 10px #ddd;
}
@media(max-width: 768px){
  .yellow-btn{
    max-width: 270px;
    padding: 0.8rem 3rem;
    box-shadow: 5px 5px 10px #ddd;
  }
}
.yellow-btn img{
  max-height: 60px;
  width: auto;
  max-width: 100%;
}

.iseki-link{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 2rem;
}
@media (max-width: 768px){
  .iseki-link{
    font-size: 1rem;
  }
}

@media (min-width: 769px){
  .iseki-link .sp-view{
    display: none;
  }
}

.iseki-link a{
  text-decoration: underline;
}

/* course-select */
.course-select{
  margin: 5rem 0;
}
@media (max-width: 1000px){
  .course-select{
    margin: 4rem 0;
  }
}
@media (max-width: 768px){
  .course-select{
    margin: 1rem 0;
  }
}

.course-select h4{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2em;
  line-height: 1.6;
}

@media (max-width: 1000px){
  .course-select h4{
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px){
  .course-select h4{
    font-size: 1rem;
    margin-bottom: 1em;
  }
}

@media (min-width: 769px){
  .course-select h4 .sp-view{
    display: none;
  }
}

.course-select-container{
  display: flex;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 1100px){
  .course-select-container{
    flex-direction: column;
  }
}

@media (max-width: 1100px){
  .course-select-container > div:not(:last-child){
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px){
  .course-select-container > div:not(:last-child){
    margin-bottom: 1.5rem;
  }
}

.course-select-container > div img{
  max-height: 250px;
  width: auto;
  margin-bottom: 2rem;
}
@media (max-width: 850px){
  .course-select-container > div img{
    max-height: 200px;
  }
}
@media (max-width: 768px){
  .course-select-container > div img{
    width: 100%;
    height: auto;
    max-height: unset;
    margin-bottom: 1rem;
  }
  .course-select-container > div:nth-child(2) img{
    width: 30%;
  }
}

.course-select-container > div p{
  font-size: 1.4rem;
}
@media (max-width: 768px){
  .course-select-container > div p{
    font-size: 0.8rem;
  }
}

.course-select-container > div a{
  text-decoration: underline;
}
