@charset "UTF-8";
@-webkit-keyframes moveimg {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes moveimg {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@media screen and (min-width:1025px) {
  #header.is_sc {
    padding: 0 3% !important
  }
}

#header{
	z-index: 999 !important;
}

#header.active {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 2% 3% !important
}
@media screen and (min-width:1025px) {
  #header.active .h_logo {
    opacity: .5
  }
  #header.active .h_logo img {
    width: 80px !important
  }
}
@media screen and (min-width:769px) {
  #header .flex.new {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  #header .flex.new .h_logo {
    margin: 0 auto 0 0
  }
}
#header .flex.new .pc_nav, #header .flex.new .pc_nav > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
#header .flex.new .pc_nav > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 16px
}
#header .flex.new .pc_nav > ul > li {
  padding-bottom: 16px
}
#header .flex.new .pc_nav > ul > li a {
  font-size: 13px
}
#header .flex.new .pc_nav > ul > li:last-child a {
  background: linear-gradient(45deg, #26b7bc, #77d5d8);
  color: #fff;
  padding: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 100vmax;
  width: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 14px
}
#header .flex.new .pc_nav .submenu_wrap.show .submenu, .home .l_ttl_w .ttl_txt span {
  display: block
}
#header .flex.new .pc_nav .submenu_wrap .submenu {
  -webkit-box-shadow: rgba(0, 0, 0, .08) 0 0 32px;
  box-shadow: rgba(0, 0, 0, .08) 0 0 32px;
  display: none;
  background: #fff;
  border-radius: 24px;
  padding: 24px 32px;
  position: absolute;
  margin: 8px 0 0 -32px
}
#header .flex.new .pc_nav .submenu_wrap .submenu li {
  line-height: 1;
  vertical-align: middle
}
#header .flex.new .pc_nav .submenu_wrap .submenu li a {
  color: #586166 !important
}
#header .flex.new .pc_nav .submenu_wrap .submenu li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: -3px;
  -webkit-transition: all .2s;
  transition: all .2s
}
#header .flex.new .pc_nav .submenu_wrap .submenu li:hover::before {
  background: #26b7bc
}
#header .flex.new .pc_nav .submenu_wrap .submenu li:not(:last-child) {
  margin-bottom: 16px
}
@media screen and (max-width:1024px) {
  #header .flex.new .pc_nav {
    display: none !important
  }
}
@media screen and (min-width:769px) {
  #header .flex.new .hum {
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #fff;
    z-index: 9
  }
  #header .flex.new .hum.active {
    color: #fff !important
  }
  #header .flex.new .hum.active .hum_btn span:nth-of-type(1) {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    margin-top: 3px;
    background: #fff
  }
  #header .flex.new .hum.active .hum_btn span:nth-of-type(2) {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    margin-top: -5px;
    background: #fff
  }
  #header .flex.new .hum.active + .h_nav {
    right: 0;
  }
  #header .flex.new .hum .hum_txt {
    display: none
  }
  #header .flex.new .hum .hum_btn {
    margin-left: 30px
  }
  #header .flex.new .hum .hum_btn span {
    width: 25px;
    height: 1px;
    background: #8998a2;
    display: block;
    margin: 5px 0;
    -webkit-transition: .5s;
    transition: .5s
  }
}
#header .flex.new .h_nav {
  overflow-y: scroll;
  padding: 20% 14%
}
@media screen and (min-width:769px) {
  #header .flex.new .h_nav {
    background: #99a1a7;
    display: none;
    height: 100vh;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    right: -100%
  }
  #header .flex.new .h_nav .flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  #header .flex.new .h_nav {
    padding: 64px;
    width: 60%
  }
}
@media screen and (min-width:1025px) {
  #header .flex.new .h_nav {
    padding: 100px;
    width: 40%
  }
}
#header .flex.new .h_nav ul li {
  line-height: 1;
  margin-bottom: 36px
}
#header .flex.new .h_nav ul li a {
  color: #fff;
  font-size: 16px
}
#header .flex.new .h_nav ul li .submenu {
  padding-left: 16px;
  margin: 36px 0
}
#header .flex.new .h_nav ul li .submenu li {
  margin-bottom: 24px
}
#header .flex.new .h_nav ul li .submenu li a {
  font-size: 14px
}
#header .flex.new .h_nav ul li .submenu li::before {
  background: #bec8ce;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 14px
}
#header .flex.new .h_nav ul li .submenu li:last-child {
  text-align: left !important
}
#header .flex.new .h_nav--btn {
  border: 1px solid #fff;
  border-radius: 100vmax;
  text-align: center;
  width: 100%
}
#header .flex.new .h_nav--btn a {
  display: block;
  padding: 20px 0
}
@media screen and (min-width:769px) {
  #header .flex.new .h_nav--btn a {
    padding: 26px 0
  }
}
#header .flex.new .h_nav .h_sns_btn_w {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#header .flex.new .h_nav .h_sns_btn_w a {
  display: inline-block;
  margin: 20px
}
#header .flex.new .h_nav .h_sns_btn_w a img {
  width: 25px
}
#header .flex.new .h_nav .h_sns_btn_w a:nth-child(2) img {
  width: 23px
}
.home .l_ttl_w {
  margin-bottom: 48px !important
}
@media screen and (min-width:1025px) {
  .home .l_ttl_w {
    margin-bottom: 80px !important
  }
}
.home .l_ttl_w .ttl_txt, .page-id-12416 .form_input_w table td span.wpcf7-list-item.first {
  margin: 0 !important
}
.home .l_ttl_w .ttl_txt--main {
  font-size: clamp(50px, 6.5vw, 110px);
  font-weight: 100;
  line-height: 1;
  margin-bottom: 16px
}
.home .l_ttl_w .ttl_txt--sub {
  display: block;
  font-size: clamp(13px, 1.7vw, 17px)
}
.home .l_ttl_w .ttl_txt::after, .home .plan .plan_c_w .plan_c_i .flex .txtarea .plan_c_i_ttl_w::after {
  display: none !important
}
.home #header .pc_nav ul li a {
  color: #fff
}
.home #header.is_sc .pc_nav ul li a {
  color: #586166
}
.home #header.is_sc .hum_btn span {
  background: #8998a2 !important
}
.home #header .hum_btn span, .home #header.active .hum_btn span {
  background: #fff !important
}
.home .home_main .in {
  height: 90%
}
@media screen and (min-width:1025px) {
  .home .home_main .in {
    padding-left: 60px
  }
}
.home .home_main .in .catch .main_catch .txt_line {
  font-size: clamp(30px, 3.9vw, 40px);
  line-height: 2;
  letter-spacing: .2em
}
.home .home_main .in .catch .sub_catch {
  font-size: clamp(14px, 1.8vw, 18px)
}
.home .home_main .in .catch .sub_catch span:nth-child(12), .home .home_main .in .catch .sub_catch span:nth-child(13), .home .home_main .in .catch .sub_catch span:nth-child(4), .home .home_main .in .catch .sub_catch span:nth-child(7) {
  margin-right: 6px
}
.home .top-news {
  margin: 0 auto;
  text-align: right
}
@media screen and (min-width:1025px) {
  .home .top-news {
    width: 1200px
  }
}
.home .top-news__wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 32px;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 30px;
  right: 8%;
  gap: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 70%;
  z-index: 2
}
@media screen and (max-width:768px) {
  .home .top-news__wrap {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 86vh;
    right: 0;
    left: -1%;
    line-height: 1;
    padding: 20px 24px;
    max-width: 76%;
	height: 45px !important;
  }
}
.home .top-news a:hover {
  opacity: 1 !important
}
@media screen and (min-width:1025px) {
  .home .top-news a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}
.home .top-news__cat {
  border-right: 1px solid #e6e6e6
}
.home .top-news__cat span {
  color: #26b7bc;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  padding-right: 20px
}
.home .discover .top-discover .splide__slide, .home .top-news__cont {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.home .top-news__cont {
  gap: 20px;
  overflow: hidden
}
.home .top-news__cont .date span {
  color: #8998a2;
  font-size: 14px
}
.home .top-news__cont .cont {
  overflow: hidden
}
.home .top-news__cont .cont p {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
@media screen and (min-width:1025px) {
  .home .top-news__cont::after {
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='19' height='7' viewBox='0 0 19 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.9704H18.2249' stroke='%234E565B' stroke-width='0.593103'/%3E%3Cline x1='13.0495' y1='0.790308' x2='18.3214' y2='6.06227' stroke='%234E565B' stroke-width='0.593103'/%3E%3C/svg%3E%0A");
    content: "";
    display: block;
    width: 18px;
    height: 6px
  }
}
.home .top-news__cont--sp {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}
.home .top-news__cont--sp p {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
.home .discover {
  padding-bottom: 100px
}
@media screen and (max-width:768px) {
  .home .discover {
    padding: 160px 0 70px
  }
}
.home .discover .top-discover {
  margin: 40px 0 0
}
@media screen and (min-width:1025px) {
  .home .discover .top-discover {
    margin: 64px 0
  }
}
.home .discover .top-discover .splide__slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.home .discover .top-discover .splide__slide img {
  border-radius: 4px
}
@media screen and (min-width:1025px) {
  .home .discover .top-discover .splide__slide img {
    border-radius: 8px
  }
}
.home .discover .discover_ttl_bg_w .discover_ttl_bg {
  opacity: .5
}
.home .plan {
  background: #fff;
  position: relative;
  padding: 0 0 48px
}
@media screen and (min-width:1025px) {
  .home .plan {
    padding: 0 0 140px
  }
}
.home .plan .in {
  position: relative;
  z-index: 2
}
.home .plan::after {
  background: linear-gradient(135deg, #68c3cb, #b1d1dd 30%, #edd4cf 85%);
  content: "";
  display: block;
  width: 100%;
  height: 88%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1
}
@media screen and (min-width:1025px) {
  .home .plan::after {
    height: 70%
  }
  .home .plan .plan_c_w {
    max-width: 1140px;
    margin: 0 auto
  }
}
.home .plan .plan_c_w .plan_c_i {
  margin: 0 0 56px;
  padding: 0 24px 38px;
  min-height: auto
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i {
    margin: 0 0 68px;
    padding: 48px 80px;
    width: 1034px
  }
  .home .plan .plan_c_w .plan_c_i::before {
    background: linear-gradient(195deg, #edd4cf, #c8d2d7 60%, #6fc5cc 100%);
    border-radius: 10px 0 0 10px;
    content: "";
    width: 16px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .home .plan .plan_c_w .plan_c_i {
    margin-bottom: 32px;
    padding: 24px
  }
}
@media screen and (max-width:768px) {
  .home .plan .plan_c_w .plan_c_i {
    border-radius: 8px
  }
  .home .plan .plan_c_w .plan_c_i:last-child {
    margin-bottom: 0
  }
}
.home .plan .plan_c_w .plan_c_i .desc {
  font-size: 16px
}
@media screen and (max-width:768px) {
  .home .plan .plan_c_w .plan_c_i .desc {
    font-size: 13px
  }
}
.home .plan .plan_c_w .plan_c_i .flex {
  gap: 64px
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width:768px) {
  .home .plan .plan_c_w .plan_c_i .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
  }
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i .flex .txtarea {
    width: 56% !important
  }
}
.home .plan .plan_c_w .plan_c_i .flex .txtarea .plan_c_i_ttl_w .en_ttl {
  color: #586166;
  font-size: clamp(13px, 1.7vw, 16px)
}
.home .plan .plan_c_w .plan_c_i .flex .txtarea .plan_c_i_ttl_w .jp_ttl {
  font-size: clamp(23px, 3vw, 32px);
  letter-spacing: .1em
}
.home .plan .plan_c_w .plan_c_i .flex .imgarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: static !important;
  width: auto
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i .flex .imgarea {
    margin-right: -186px
  }
  .home .plan .plan_c_w .plan_c_i .flex .imgarea img {
    border-radius: 8px
  }
}
.home .plan .plan_c_w .plan_c_i .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}
.home .plan .plan_c_w .plan_c_i .button_wrap .c-btn {
  margin: 20px 0 0;
  width: 100%
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i .button_wrap .c-btn {
    width: 190px;
    margin: 48px 0 0
  }
  .home .plan .plan_c_w .plan_c_i .button_wrap {
    gap: 32px
  }
}
.home .plan .plan_c_w .plan_c_i .c-btn {
  margin: 20px 0 0 auto
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i .c-btn {
    margin: 48px auto 0 0
  }
}
.home .plan .plan_c_w .plan_c_i:nth-child(2n+1) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.home .plan .plan_c_w .plan_c_i:nth-child(2n) {
  margin: 0 0 56px
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i:nth-child(2n) {
    margin: 0 0 68px auto
  }
  .home .plan .plan_c_w .plan_c_i:nth-child(2n)::before {
    border-radius: 0 10px 10px 0;
    content: "";
    left: auto;
    right: 0;
    top: 0
  }
}
@media screen and (max-width:768px) {
  .home .plan .plan_c_w .plan_c_i:nth-child(2n) .flex .imgarea {
    width: calc(100% + 48px);
    margin-left: -24px
  }
  .home .plan .plan_c_w .plan_c_i:nth-child(2n) .flex .imgarea img {
    border-radius: 10px 10px 0 0
  }
}
@media screen and (min-width:1025px) {
  .home .plan .plan_c_w .plan_c_i:nth-child(2n) .flex .imgarea {
    margin-left: -186px;
    margin-right: auto
  }
  .home .plan .plan_c_w .plan_c_i:nth-child(2n) .c-btn {
    margin: 48px auto 0 0
  }
}
@media screen and (max-width:768px) {
  .home .plan .plan_c_w .plan_c_i:nth-child(3) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .home .plan .plan_c_w .plan_c_i:nth-child(3) .flex .imgarea {
    width: calc(100% + 48px);
    margin-left: -24px
  }
  .home .plan .plan_c_w .plan_c_i:nth-child(3) .flex .imgarea img {
    border-radius: 10px 10px 0 0
  }
}
.home .goal__cont ul li, .home .plan .splide__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.home .plan .splide__pagination {
  right: 140px;
  left: auto;
  bottom: 20px
}
@media screen and (max-width:768px) {
  .home .plan .splide__pagination {
    position: static !important;
    margin: 16px auto 0
  }
  .home .plan .splide__track {
    width: calc(100% + 48px);
    left: -24px
  }
  .home .plan .splide__track img {
    border-radius: 8px 8px 0 0
  }
}
.home .plan .splide__track p.u-supple, .plan .site .l-clm__item figure figcaption {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 8px;
  left: 10px
}
@media screen and (max-width:768px) {
  .home .voice .l_ttl_w {
    margin-bottom: 0 !important
  }
}
.home .voice::after {
  z-index: 2;
  bottom: 0px
}
.home .voice .voice-list .voice_li_w .voice_li_i .txtarea h3 {
  font-size: 15px
}
@media screen and (max-width:768px) {
  .home .voice .voice-list .voice_li_w .voice_li_i .txtarea h3 {
    font-size: 14px;
    line-height: 2
  }
}
.home .voice .voice-list .splide__track {
  padding: 0 1rem
}
@media screen and (max-width:768px) {
  .home .voice {
    padding: 70px 0 50px !important
  }
  .home .voice .voice-list {
    width: calc(100% + 26px)
  }
  .home .voice .voice-list .voice_li_w {
    margin: 50px 0 0 !important;
    padding: 0 !important
  }
  .home .voice .voice-list .voice_li_w .voice_li_i {
    margin: 0 !important
  }
  .home .voice .voice-list .voice_li_w .voice_li_i a {
    -webkit-box-shadow: 3px 3px 12px #00000014;
    box-shadow: 3px 3px 12px #00000014
  }
  .home .voice .voice-list .splide__pagination {
    bottom: 100px
  }
  .home .voice .voice-list .c-btn {
    margin: 40px -80px 0 0
  }
}
.home .voice .in {
  z-index: 3 !important
}
.home .goal {
  background: #fff;
  padding: 140px 0 0
}
.home .goal, .home .goal__wrap {
  position: relative
}
@media screen and (min-width:1025px) {
  .home .goal__wrap {
    max-width: 1200px;
    margin: 0 auto
  }
}
.home .goal__ttl {
  position: absolute;
  top: 10%;
  right: 5%
}
.home .goal__ttl span {
  color: #f9f9f9;
  display: block;
  font-size: clamp(80px, 10.4vw, 156px);
  font-weight: 100;
  line-height: 1;
  text-align: right
}
@media screen and (max-width:768px) {
  .home .goal__ttl span {
    font-weight: 200
  }
}
.home .goal__catch {
  position: relative;
  text-align: center;
  z-index: 1
}
@media screen and (min-width:769px) {
  .home .goal__catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
  }
}
.home .goal__catch span {
  display: block
}
.home .goal__catch--sub {
  font-size: clamp(13px, 1.7vw, 17px);
  margin-bottom: 64px;
  line-height: 2.2
}
@media screen and (max-width:768px) {
  .home .goal__catch--sub {
    letter-spacing: .1em;
    margin-bottom: 30px
  }
}
.home .goal__catch--main {
  font-size: clamp(20px, 2.6vw, 40px);
  letter-spacing: .2em
}
.home .goal__cont, .page-id-12416 .form_input_w table td .ios_hack, .page-id-12416 .form_input_w table td span.wpcf7-list-item, .plan .site .l-clm__item figure {
  position: relative
}
.home .goal__cont ul li {
  -webkit-animation: moveimg linear;
  animation: moveimg linear;
  animation-timeline: scroll()
}
.home .goal__cont ul li img {
  border-radius: 8px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width:768px) {
  .home .goal__cont ul li img {
    border-radius: 4px
  }
}
.home .goal__cont--01 {
  margin-left: 5%
}
@media screen and (min-width:1025px) {
  .home .goal__cont--01 {
    margin-left: 10%
  }
}
.home .goal__cont--01 img {
  height: 137px
}
@media screen and (min-width:769px) {
  .home .goal__cont--01 img {
    height: 270px
  }
}
.home .goal__cont--02 {
  margin: -2% 0 0 auto
}
@media screen and (min-width:1025px) {
  .home .goal__cont--02 {
    margin: -10% 20% 0 auto
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .home .goal__cont--02 {
    margin: -8% 0 0 auto
  }
}
.home .goal__cont--02 img {
  height: 145px
}
@media screen and (min-width:769px) {
  .home .goal__cont--02 img {
    height: 280px
  }
}
.home .goal__cont--03 {
  margin: -20% auto 0 0
}
@media screen and (min-width:1025px) {
  .home .goal__cont--03 {
    margin: 15% auto 0 0
  }
}
.home .goal__cont--03 img {
  height: 153px
}
@media screen and (min-width:769px) {
  .home .goal__cont--03 img {
    height: 260px
  }
}
.home .goal__cont--04 {
  margin: -5% 10% 20% auto
}
@media screen and (min-width:1025px) {
  .home .goal__cont--04 {
    margin: -45% auto 10% 25%
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .home .goal__cont--04 {
    margin: -8% 10% 20% auto
  }
}
.home .goal__cont--04 img {
  height: 86px
}
@media screen and (min-width:769px) {
  .home .goal__cont--04 img {
    height: 160px
  }
}
.home .goal__cont--05 {
  margin: 20% auto 0 5%
}
@media screen and (min-width:1025px) {
  .home .goal__cont--05 {
    margin: 40% auto 140px 30%;
    padding-bottom: 200px
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .home .goal__cont--05 {
    margin: 35% auto 0 5%
  }
}
.home .goal__cont--05 img {
  height: 145px
}
@media screen and (min-width:769px) {
  .home .goal__cont--05 img {
    height: 340px
  }
}
.home .goal__cont--06 {
  margin: -20% 0 0 auto
}
@media screen and (min-width:1025px) {
  .home .goal__cont--06 {
    margin: -80% 0 0 auto
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .home .goal__cont--06 {
    margin: -35% 0 0 auto
  }
}
.home .goal__cont--06 img {
  height: 207px
}
@media screen and (min-width:769px) {
  .home .goal__cont--06 img {
    height: 350px
  }
}
.home .goal__cont--07 {
  margin: -5% auto 0 0;
  padding-bottom: 100px
}
@media screen and (min-width:1025px) {
  .home .goal__cont--07 {
    margin: 15% 10% 0 auto;
    padding-bottom: 200px
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .home .goal__cont--07 {
    margin: 0 auto 0 15%
  }
}
.home .goal__cont--07 img {
  height: 75px
}
@media screen and (min-width:769px) {
  .home .goal__cont--07 img {
    height: 175px
  }
}
.home .cta {
  background: linear-gradient(135deg, #6fc5cc, #c8d2d7 60%, #edd4cf 100%);
  position: relative;
  z-index: 2;
  padding: 70px 0
}
@media screen and (min-width:1025px) {
  .home .cta {
    padding: 100px 0
  }
}
.home .cta .in {
  background: 0 0;
  padding: 0
}
.home .cta .in * {
  color: #fff
}
.home .cta .in .cta_w {
  text-align: center
}
.home .cta .in .cta_w .description {
  letter-spacing: .1em
}
.home .cta .in .btn_w {
  margin-top: 50px
}
.home .news {
  padding: 70px 0 100px
}
@media screen and (min-width:1025px) {
  .home .news {
    padding: 140px 0
  }
}
.home .news .l-lrbox__item {
  gap: 56px
}
@media screen and (min-width:1025px) {
  .home .news .l-lrbox__item {
    gap: 148px
  }
}
@media screen and (min-width:769px) {
  .home .news .l-lrbox__l {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
  }
}
.home .news .l-lrbox__l .ttl_txt {
  color: #fff
}
.home .news .l-lrbox__l .ttl_txt--main {
  display: block;
  font-size: clamp(50px, 6.5vw, 110px);
  font-weight: 100;
  line-height: 1;
  margin-bottom: 16px
}
.home .news .l-lrbox__l .ttl_txt--sub {
  display: block;
  font-size: clamp(13px, 1.7vw, 17px)
}
.faq__lists--a div, .home .news .l-lrbox__r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.home .news .l-lrbox__r * {
  color: #fff
}
.home .news .l-lrbox__r ul li {
  border-bottom: 1px solid #fff;
  margin-bottom: 36px;
  padding-bottom: 38px
}
.home .news .l-lrbox__r ul li .info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 0;
  margin-bottom: 14px
}
.home .news .l-lrbox__r ul li .info .date {
  font-size: 14px;
  font-weight: 300
}
.home .news .l-lrbox__r ul li .info .cat {
  margin-top: -4px
}
.home .news .l-lrbox__r ul li .info .cat span {
  background: #fff;
  color: #8998a2
}
.home .news .l-lrbox__r ul li h3 {
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.home .news .l-lrbox__r .c-btn {
  margin: 40px 0 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.home .news .l-lrbox__r .c-btn::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='34.7034' stroke='white' stroke-width='0.593103'/%3E%3Cg clip-path='url(%23clip0_4_46)'%3E%3Cpath d='M22.9997 39.207L44.7812 39.207L36.9193 32' stroke='white' stroke-width='0.800015'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_46'%3E%3Crect width='9' height='23' fill='white' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 46 40)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}
.overlay {
  background: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 3
}
.breadcrambs ul li {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.breadcrambs ul li span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 160px
}
.home_main, .page-id-12416 .form_input_w table td, .page-id-12416 .form_input_w table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.home_main {
  height: 100vh;
  min-height: 700px;
  padding-bottom: 5%;
  position: relative
}
.home_main .in {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  max-width: 1440px
}
.home_main .main_catch {
  font-weight: 100;
  line-height: 1.1;
  overflow: hidden;
  font-size: calc(110/1400*100vw)
}
@media screen and (min-width:1440px) {
  .home_main .main_catch {
    font-size: 110px
  }
}
@media screen and (max-width:768px) {
  .home_main .main_catch {
    font-size: 110px
  }
}
.home_main, .home_main .main_catch .txt_line, .home_main .sub_catch .txt_line {
  overflow: hidden
}
.home_main .main_catch .txt_line span {
  display: inline-block;
  -webkit-transform: translateY(8rem);
  transform: translateY(8rem);
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 300
}
.home_main .main_catch .txt_line span.space {
  margin-right: 25px
}
.home_main .main_catch .txt_line span.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.home_main .sub_catch {
  line-height: 1.6;
  letter-spacing: 3px;
  font-family: 'Noto Sans JP';
  margin-top: 25px;
  font-size: calc(23/1400*100vw)
}
@media screen and (min-width:1440px) {
  .home_main .sub_catch {
    font-size: 23px
  }
}
@media screen and (max-width:768px) {
  .home_main .sub_catch {
    font-size: 18px
  }
}
.home_main .sub_catch .txt_line span {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: .5s;
  transition: .5s
}
.home_main .sub_catch .txt_line span.space {
  margin-right: 25px
}
.home_main .sub_catch .txt_line span.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.home_main .bg {
  background: url(../img/main_bg.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
.home_main .bg.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0)
}
.home_main .sc_bar {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 5%;
  bottom: 0;
  padding-bottom: 160px;
  letter-spacing: 1.6px;
  font-size: 13px
}
.home_main .sc_bar:after {
  height: 160px;
  width: 1px;
  content: "";
  background: #fff;
  display: block;
  margin: 5px auto auto;
  -webkit-animation: sc_barAnim 2s ease-in-out infinite;
  animation: sc_barAnim 2s ease-in-out infinite;
  opacity: 0;
  position: absolute;
  left: 50%
}
@media screen and (max-width:768px) {
  .home_main {
    padding-bottom: 10%;
    height: 90vh;
    min-height: auto
  }
  .home_main .bg {
    background: url(../img/main_bg_sp.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
  }
  .home_main .main_catch {
    font-size: 53px;
    line-height: 1
  }
  .home_main .sub_catch {
    font-size: 17px;
    margin-top: 20px
  }
}
.page-id-12416 .form_input_w {
  width: 80%;
  margin: auto
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w {
    width: 100%;
    margin-bottom: 0
  }
}
.faq__lists--a div p img, .page-id-12416 .form_input_w table, .school-p.lead_area picture, .school-p.voice .splide__pagination li, .voice-list .splide__pagination li {
  width: 100%
}
.page-id-12416 .form_input_w table th {
  width: 30%;
  text-align: left;
  line-height: 1;
  vertical-align: middle;
  padding: 15px 0
}
.page-id-12416 .form_input_w table th.al_t {
  vertical-align: top;
  padding: 25px 0 15px
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table th {
    display: block;
    width: 100%;
    padding: 30px 0 15px
  }
}
.page-id-12416 .form_input_w table th span {
  display: block;
  font-weight: 400;
  margin-top: 8px;
  font-size: calc(12/1400*100vw);
  color: #bec8ce
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table th span {
    font-size: 12px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table th span {
    font-size: 12px
  }
}
.page-id-12416 .form_input_w table th.inq .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-id-12416 .form_input_w table th.inq .flex:after {
  display: block;
  content: "必須";
  background: #586166;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: calc(11/1400*100vw);
  line-height: 1
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table th.inq .flex:after {
    font-size: 11px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table th.inq .flex:after {
    font-size: 11px
  }
  .page-id-12416 .form_input_w table tr {
    border-bottom: 1px solid #eee
  }
}
.page-id-12416 .form_input_w table td {
  padding: 15px 15px 15px 40px;
  vertical-align: middle
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td {
    display: block;
    width: 100%;
    padding: 0 0 30px
  }
}
.page-id-12416 .form_input_w table td input, .page-id-12416 .form_input_w table td textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif
}
.page-id-12416 .form_input_w table td input[type=email], .page-id-12416 .form_input_w table td input[type=tel], .page-id-12416 .form_input_w table td input[type=text] {
  width: 100%;
  height: 65px;
  border: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #eaeaea;
  letter-spacing: 1px;
  color: #586166;
  font-size: calc(16/1400*100vw)
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table td input[type=email], .page-id-12416 .form_input_w table td input[type=tel], .page-id-12416 .form_input_w table td input[type=text] {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td input[type=email], .page-id-12416 .form_input_w table td input[type=tel], .page-id-12416 .form_input_w table td input[type=text] {
    font-size: 16px
  }
}
.page-id-12416 .form_input_w table td .ios_hack:before {
  content: "";
  background-image: url(../images/common/calendar.svg);
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.page-id-12416 .form_input_w table td input[type=date] {
  width: 100%;
  height: 65px;
  border: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #eaeaea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #586166;
  font-size: calc(16/1400*100vw);
  letter-spacing: 1px
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table td input[type=date] {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td input[type=date] {
    font-size: 15px;
    padding: 20px 10px
  }
}
.page-id-12416 .form_input_w table td select, .page-id-12416 .form_input_w table td textarea {
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: calc(16/1400*100vw);
  letter-spacing: 1px
}
.page-id-12416 .form_input_w table td select {
  height: 65px;
  padding: 10px 20px;
  background-color: #eaeaea;
  background-image: url(../images/common/bottom_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 15px top 50%;
  color: #586166;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table td select {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td select {
    font-size: 15px;
    background-position: right 10px top 50%;
    padding: 10px 20px
  }
}
.page-id-12416 .form_input_w table td textarea {
  height: 200px;
  padding: 20px;
  background: #eaeaea
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table td textarea {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td textarea {
    font-size: 15px
  }
}
.page-id-12416 .form_input_w table td .wpcf7-form-control-wrap {
  display: block
}
.page-id-12416 .form_input_w table td .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.page-id-12416 .form_input_w table td .wpcf7-list-item-label {
  color: #333;
  cursor: pointer
}
.page-id-12416 .form_input_w table td input[type=radio] {
  position: absolute;
  opacity: 0
}
.page-id-12416 .form_input_w table td .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease
}
.page-id-12416 .form_input_w table td input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #586166;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff
}
.page-id-12416 .form_input_w table td .wpcf7-not-valid-tip {
  font-size: calc(14/1400*100vw)
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w table td .wpcf7-not-valid-tip {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td .wpcf7-not-valid-tip {
    font-size: 14px
  }
}
.page-id-12416 .form_input_w table td .datetime_w {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td .datetime_w {
    display: block !important
  }
}
.page-id-12416 .form_input_w table td .datetime_w .datetime {
  width: 48%
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w table td .datetime_w .datetime {
    width: 100%;
    margin: 0 0 15px
  }
  .page-id-12416 .form_input_w table td .datetime_w .datetime:last-child {
    width: 100%
  }
}
.page-id-12416 .form_input_w table td p {
  font-size: 14px;
  margin-top: 10px
}
.page-id-12416 .form_input_w .agree {
  margin-top: 60px;
  text-align: center;
  line-height: 2.25
}
.page-id-12416 .form_input_w .agree p a {
  color: #26b7bc
}
.page-id-12416 .form_input_w .agree .wpcf7-list-item {
  margin-left: 0
}
.page-id-12416 .form_input_w .agree, .page-id-12416 .form_input_w .agree label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.page-id-12416 .form_input_w input[type=submit] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  text-align: center;
  background: linear-gradient(45deg, #26b7bc, #77d5d8);
  margin: 40px auto 0;
  padding: 30px 0;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  width: 350px;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
  font-size: calc(18/1400*100vw)
}
@media screen and (min-width:1440px) {
  .page-id-12416 .form_input_w input[type=submit] {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .form_input_w input[type=submit] {
    font-size: 16px;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0
  }
}
.page-id-12416 .form_input_w .wpcf7 .wpcf7-submit:disabled {
  opacity: .5
}
.page-id-12416 .form_input_w .wpcf7 .wpcf7-submit:hover {
  opacity: .6 !important;
  cursor: pointer
}
.page-id-12416 .line_w {
  margin-bottom: 200px;
  margin-top: 90px
}
@media screen and (max-width:768px) {
  .page-id-12416 .line_w {
    margin-top: 70px
  }
}
.page-id-12416 .line_w .in {
  border-top: 1px solid #b6c1c7;
  padding-top: 90px
}
.page-id-12416 .line_w .line_i {
  text-align: center
}
@media screen and (max-width:768px) {
  .page-id-12416 .line_w .line_i {
    text-align: left
  }
}
.page-id-12416 .line_w .line_i a.btn {
  margin: 40px 0 30px;
  display: inline-block;
  width: 380px
}
@media screen and (max-width:768px) {
  .page-id-12416 .line_w .line_i a.btn {
    margin: 40px auto 30px;
    display: block;
    max-width: 80%
  }
}
.page-id-12416 .line_w .line_i a.btn img {
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
  border-radius: 12px;
  overflow: hidden
}
.page-id-12416 .line_w .line_i .cau {
  text-align: center;
  font-size: calc(14/1400*100vw)
}
@media screen and (min-width:1440px) {
  .page-id-12416 .line_w .line_i .cau {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  .page-id-12416 .line_w .line_i .cau {
    font-size: 14px
  }
}
.voice_li_w, .voice_li_w .voice_li_i .voice_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.voice_li_w {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px
}
.voice_li_w .voice_li_i {
  -webkit-box-shadow: 3px 3px 12px #00000014;
  box-shadow: 3px 3px 12px #00000014;
  margin-bottom: 100px
}
@media screen and (min-width:769px) {
  .voice_li_w .voice_li_i {
    -ms-flex-preferred-size: calc((100% - 96px)/3);
    flex-basis: calc((100% - 96px)/3)
  }
}
@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i {

    width: 96%;
    margin: 0 auto 100px
  }
}
.voice_li_w .voice_li_i a {
  display: block;
  width: 100%;
  border-radius: 13px 13px 13px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 10%;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%
}
@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i a {
    border-radius: 8px;
    padding-bottom: 5%
  }
}
.voice_li_w .voice_li_i a:hover {
  opacity: 1 !important;
  -webkit-box-shadow: 3px 5px 20px #00000030;
  box-shadow: 3px 5px 20px #00000030
}
.voice_li_w .voice_li_i .voice_num {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #8998a2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  left: 5%;
  bottom: 0;
  top: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: calc(15/1400*100vw)
}
@media screen and (min-width:1440px) {
  .voice_li_w .voice_li_i .voice_num {
    font-size: 15px
  }
}
@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i .voice_num {
    font-size: 11px
  }
}
.voice_li_w .voice_li_i .voice_num:before {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background: #8998a2;
  margin-bottom: 30px
}
@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i .voice_num:before {
    margin-bottom: 20px;
    height: 80px
  }
}
.voice_li_w .voice_li_i .voice_meta {
  background: linear-gradient(135deg, #68c3cb, #b1d1dd 30%, #edd4cf 85%);
  bottom:0;
  border-radius: 0 10px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  padding: 8px 14px;
  line-height: 1
}
.voice_li_w .voice_li_i .voice_name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px
}
@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i .voice_name {
    margin-top: 20px
  }
}
.voice_li_w .voice_li_i .imgarea {
  position: relative;
  top:0px;
}
.voice_li_w .voice_li_i .txtarea {
  padding-right: 7.5%;
  letter-spacing: 1px
}
.voice_li_w .voice_li_i .txtarea .inner{
	padding: 20px;
}

@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i .txtarea {
    position: relative;
    top: -20px
  }
}
.voice_li_w .voice_li_i .txtarea h3 {
  margin-bottom: 25px;
  font-size: calc(16/1400*100vw);
  color: #586166
}
@media screen and (min-width:1440px) {
  .voice_li_w .voice_li_i .txtarea h3 {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .voice_li_w .voice_li_i .txtarea h3 {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6
  }
}
.company-servie .service_i .txtarea p {
  font-size: clamp(13px, 1.7vw, 15px)
}
.representative .sns.test {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: auto
}
.representative .sns.test a {
  margin: 0 !important;
  width: 40px !important;
  height: 40px
}
.representative .sns.test a:first-child {
  width: 30px !important;
  height: 30px
}
@media screen and (min-width:769px) {
  #footer.new .f_logo {
    margin-right: 80px !important
  }
  #footer.new .footer_l_w {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media screen and (min-width:769px) and (min-width:1025px) {
  #footer.new .footer_l_w {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
@media screen and (min-width:769px) {
  #footer.new .footer_l_w ul.flex_w {
    width: 90%
  }
  #footer.new .footer_l_w ul.flex_w li {
    margin: 0 0 32px !important;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    line-height: 1
  }
  #footer.new .footer_l_w ul.flex_w li:nth-child(2n) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
  #footer.new .footer_l_w ul.flex_w li:nth-child(4n) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  #footer.new .footer_l_w ul.flex_w li a {
    font-size: 13px !important
  }
}
@media screen and (max-width:768px) {
  #footer.new .f_logo {
    margin: 56px auto 69px
  }
  #footer.new .f_logo img {
    width: 67px !important
  }
}
#footer.new .footer_l_w a {
  font-size: 12px !important;
  white-space: nowrap
}
#footer.new .footer_l_w a.outlink::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1046_1940' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='-1' width='7' height='8'%3E%3Cpath d='M7 -0.000976562H0V6.99902H7V-0.000976562Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1046_1940)'%3E%3Cpath d='M0.234375 6.76717L6.6744 0.327148' stroke='%23586166' stroke-miterlimit='10'/%3E%3Cpath d='M6.67245 6.76717V0.327148H0.232422' stroke='%23586166' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px
}
@media screen and (max-width:768px) {
  #footer.new .footer_l_w .f_nav {
    display: block !important
  }
  #footer.new .footer_l_w .f_nav ul li {
    margin-bottom: 24px
  }
}
#footer.new .footer_l_w ul.policy_nav {
  margin-top: 80px
}
@media screen and (max-width:768px) {
  #footer.new .footer_l_w ul.policy_nav {
    margin-bottom: -80px
  }
}
#footer.new .footer_l_w ul.policy_nav li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 0
}
#footer.new .footer_l_w ul.policy_nav li:not(:last-child) {
  margin-right: 24px
}
#footer.new .footer_l_w ul.policy_nav li:not(:last-child)::after {
  background: #8998a2;
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin-left: 24px
}
#footer.new .footer_l_w ul.policy_nav li a {
  color: #8998a2;
  font-size: clamp(11px, 1.43vw, 12px)
}
@media screen and (min-width:1025px) {
  #footer.new .footer_r_w .f_sns_w {
    top: -140px
  }
}
.listfadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}
.listfadein.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.single-news .thumb-img {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  height: auto
}
.single-news .article_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px
}
.single-news .article_info .date {
  color: #8998a2;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal
}
.single-news .article_info .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}
.single-news .article_info .cat span {
  font-size: 12px
}
.post-type-archive-news .news .btn_area, .tax-newscat .news .btn_area {
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
  padding: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:768px) {
  .post-type-archive-news .news .btn_area, .tax-newscat .news .btn_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    left: -7%;
    width: 114%
  }
}
@media screen and (min-width:1025px) {
  .post-type-archive-news .news .btn_area, .tax-newscat .news .btn_area {
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 30px
  }
}
.post-type-archive-news .news .btn_area .tab_btn, .tax-newscat .news .btn_area .tab_btn {
  background: #fff;
  border-radius: 100vmax;
  cursor: pointer;
  font-size: clamp(10px, 1.3vw, 12px);
  line-height: 1;
  padding: 6px 14px;
  -webkit-transition: all .5s;
  transition: all .5s
}
@media screen and (min-width:1025px) {
  .post-type-archive-news .news .btn_area .tab_btn, .tax-newscat .news .btn_area .tab_btn {
    padding: 12px 40px
  }
}
.post-type-archive-news .news .btn_area .tab_btn:hover, .tax-newscat .news .btn_area .tab_btn:hover {
  opacity: .7
}
.post-type-archive-news .news .btn_area .tab_btn.active, .tax-newscat .news .btn_area .tab_btn.active {
  background: #26b7bc;
  color: #fff
}
@media screen and (min-width:1025px) {
  .post-type-archive-news .news__cont, .tax-newscat .news__cont {
    max-width: 900px;
    margin: 0 auto
  }
}
.post-type-archive-news .news__cont ul li, .tax-newscat .news__cont ul li {
  border-bottom: 1px solid #bec8ce
}
@media screen and (min-width:769px) {
  .post-type-archive-news .news__cont ul li:first-child a, .tax-newscat .news__cont ul li:first-child a {
    border-top: 1px solid #bec8ce
  }
}
.post-type-archive-news .news__cont ul li a, .tax-newscat .news__cont ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0
}
@media screen and (max-width:768px) {
  .post-type-archive-news .news__cont ul li a, .tax-newscat .news__cont ul li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0
  }
}
.post-type-archive-news .news__cont ul li a .date, .tax-newscat .news__cont ul li a .date {
  color: #586166;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  width: 120px
}
@media screen and (max-width:768px) {
  .post-type-archive-news .news__cont ul li a .date, .tax-newscat .news__cont ul li a .date {
    margin-bottom: 14px;
    width: 100px
  }
}
.post-type-archive-news .news__cont ul li a .cat, .tax-newscat .news__cont ul li a .cat {
  width: 160px
}
@media screen and (max-width:768px) {
  .post-type-archive-news .news__cont ul li a .cat, .tax-newscat .news__cont ul li a .cat {
    margin-bottom: 14px
  }
}
.post-type-archive-news .news__cont ul li a .cat span:nth-child(n+2), .tax-newscat .news__cont ul li a .cat span:nth-child(n+2) {
  display: none
}
.post-type-archive-news .news__cont ul li a h3, .tax-newscat .news__cont ul li a h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .post-type-archive-news .news__cont ul li a h3, .tax-newscat .news__cont ul li a h3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}
.faq__wrap {
  background: #f9f9f9;
  border-radius: 8px;
  position: relative;
  padding: 0 24px 28px
}
.faq__wrap:not(:last-child) {
  margin-bottom: 16px
}
.faq__wrap::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1L10 9L1 1' stroke='%2326B7BC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 8px;
  top: 36px;
  right: 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
@media screen and (min-width:1025px) {
  .faq__wrap::after {
    top: 46px;
    right: 40px
  }
  .faq__wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px 32px
  }
}
.faq__wrap h2 {
  font-size: clamp(16px, 2.1vw, 18px);
  font-weight: 400;
  padding: 28px 32px 0 0
}
@media screen and (min-width:1025px) {
  .faq__wrap h2 {
    padding: 32px 0 0
  }
}
.faq__wrap.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.faq__cont {
  cursor: pointer
}
.faq__lists:nth-child(2) {
  margin-top: 28px
}
@media screen and (min-width:1025px) {
  .faq__lists:nth-child(2) {
    margin-top: 40px
  }
}
.faq__lists:not(:last-child) {
  margin-bottom: 16px
}
.faq__lists a {
  text-decoration: underline;
  word-break: break-all
}
.faq__lists--a, .faq__lists--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  position: relative
}
@media screen and (min-width:1025px) {
  .faq__lists--a, .faq__lists--q {
    padding: 24px 32px
  }
}
.faq__lists--q::before {
  position: relative
}
.faq__lists--a::before, .faq__lists--q::before {
  color: #26b7bc;
  font-family: 'Raleway', sans-serif;
  font-size: clamp(24px, 3.1vw, 28px);
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  line-height: 1
}
@media screen and (min-width:1025px) {
  .faq__lists--a::before, .faq__lists--q::before {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px
  }
}
.faq__lists--q, .faq__lists--q::after {
  -webkit-transition: all .5s;
  transition: all .5s
}
.faq__lists--q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  cursor: pointer
}
.faq__lists--q span {
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.faq__lists--q::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='8.25' x2='17' y2='8.25' stroke='%2326B7BC' stroke-width='1.5'/%3E%3Cline x1='8.75' y1='-3.27835e-08' x2='8.75' y2='16.5' stroke='%2326B7BC' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  -ms-flex-preferred-size: 16px;
  flex-basis: 16px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.faq__lists--q::before {
  content: "Q"
}
.faq__lists--a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 8px 8px
}
.faq__lists--a div p {
  font-size: 14px;
  line-height: 1.8
}
.faq__lists--a div p:not(:last-child) {
  margin-bottom: 12px
}
@media screen and (max-width:768px) {
  .faq__lists--a div p {
    overflow-x: scroll
  }
}
@media screen and (max-width:768px) {
  .faq__lists--a div p img {
    min-width: 300%
  }
}
.faq__lists--a::before {
  content: "A";
  position: relative;
  top: 2px
}
.faq__lists.open .faq__lists--q {
  background: #eaf7f7;
  border-radius: 8px 8px 0 0
}
.faq__lists.open .faq__lists--q::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='17' height='2' viewBox='0 0 17 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='1.25' x2='17' y2='1.25' stroke='%2326B7BC' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (min-width:1025px) {
  .btob_title h2 {
    display: inline-block
  }
}
.btob_title h2 span:nth-child(8) {
  font-size: 24px;
  position: relative;
  top: -12px
}
@media screen and (min-width:1025px) {
  .btob_title h2 span:nth-child(8) {
    font-size: 45px;
    top: -24px
  }
}
.btob iframe {
  -webkit-box-shadow: rgba(0, 0, 0, .08) 0 0 32px !important;
  box-shadow: rgba(0, 0, 0, .08) 0 0 32px !important;
  display: block;
  margin: 40px auto !important
}
@media screen and (min-width:1025px) {
  .btob iframe {
    max-width: 900px;
    margin: 80px auto 100px !important
  }
}
.btob-form .txtarea {
  margin-bottom: 16px
}
@media screen and (min-width:1025px) {
  .btob-form .txtarea {
    margin-bottom: 64px
  }
  .plan__wrap:not(:last-child) {
    padding-bottom: 200px
  }
}
@media screen and (max-width:1024px) {
  .plan__wrap {
    padding-bottom: 100px
  }
}
.plan__cont {
  margin-bottom: 40px
}
@media screen and (min-width:1025px) {
  .plan__cont {
    margin-bottom: 80px
  }
}
.plan .outline .u-h3 {
  line-height: 1
}
@media screen and (max-width:768px) {
  .plan .price .l-clm {
    gap: 0
  }
}
.plan .price .l-clm__item {
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, .08) 0 0 32px !important;
  box-shadow: rgba(0, 0, 0, .08) 0 0 32px !important;
  margin-bottom: 24px
}
@media screen and (min-width:1025px) {
  .plan .price .l-clm__item {
    border-radius: 8px;
    margin-bottom: 40px
  }
}
.plan .price .l-clm__item .u-supple, .plan .price dl {
  width: calc(100% - 36px);
  margin: 0 auto 24px
}
@media screen and (min-width:1025px) {
  .plan .price .l-clm__item .u-supple {
    width: calc(100% - 128px);
    margin: 0 auto 40px
  }
}
.plan .price .l-clm__ttl {
  background: linear-gradient(135deg, #68c3cb, #b1d1dd 30%, #edd4cf 85%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: clamp(16px, 2.1vw, 22px);
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 24px;
  padding: 15px 0
}
@media screen and (min-width:1025px) {
  .plan .price .l-clm__ttl {
    border-radius: 8px 8px 0 0;
    margin-bottom: 40px;
    padding: 20px 0
  }
}
.plan .price dl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .plan .price dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media screen and (min-width:1025px) {
  .plan .price dl {
    width: calc(100% - 128px)
  }
}
.plan .price dl:not(:last-child) {
  border-bottom: 1px solid #bec8ce;
  margin-bottom: 16px;
  padding-bottom: 16px
}
@media screen and (min-width:1025px) {
  .plan .price dl:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}
.plan .price dl:last-child {
  margin-bottom: 24px
}
@media screen and (min-width:1025px) {
  .plan .price dl:last-child {
    margin-bottom: 40px
  }
}
.plan .price dl dt {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-size: clamp(14px, 1.8vw, 18px) !important;
  letter-spacing: .1em
}
.plan .price dl dd p, .plan .price dl dt p {
  white-space: nowrap
}
.plan .price dl dt p span {
  color: #8998a2
}
.plan .price dl dd, .school-p.outline dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right
}
.plan .price--text {
  color: #8998a2;
  font-size: clamp(11px, 1.43vw, 17px);
  letter-spacing: .1em
}
.plan .price--text span {
  color: #586166;
  font-size: clamp(20px, 2.6vw, 30px);
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  margin-right: 4px
}
.plan .price--text span.padding {
  padding-right: 10px
}
@media screen and (min-width:1025px) {
  .plan .price--text span.padding {
    padding-right: 12px
  }
}
.plan .site .l-clm__item {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 32px 24px
}
@media screen and (min-width:1025px) {
  .plan .site .l-clm__item {
    padding: 40px 60px 48px
  }
}
.plan .site .l-clm__item figure img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
  width: 100%
}
@media screen and (min-width:1025px) {
  .plan .site .l-clm__item figure img {
    margin-bottom: 32px
  }
}
.plan .site .l-clm__item .c-btn {
  margin: 24px 0 0 auto
}
@media screen and (min-width:1025px) {
  .plan .site .l-clm__item .c-btn {
    margin: 32px auto 0
  }
}
.plan .site--ttl {
  font-size: clamp(28px, 3.65vw, 30px);
  font-weight: 200;
  text-align: center;
  margin-bottom: 24px
}
@media screen and (min-width:1025px) {
  .plan .site--ttl {
    margin-bottom: 30px
  }
}
.plan .site--address {
  margin-bottom: 32px
}
.plan .option__wrap {
  -webkit-box-shadow: rgba(0, 0, 0, .08) 0 0 32px !important;
  box-shadow: rgba(0, 0, 0, .08) 0 0 32px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:768px) {
  .plan .option__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media screen and (min-width:1025px) {
  .plan .option__l {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px
  }
}
.plan .option__l img {
  border-radius: 8px 8px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
@media screen and (max-width:768px) {
  .plan .option__l img {
    aspect-ratio: 9/5
  }
}
@media screen and (min-width:1025px) {
  .plan .option__l img {
    border-radius: 8px 0 0 8px
  }
}
.plan .option__r {
  border-radius: 0 0 8px 8px;
  padding: 32px 24px
}
@media screen and (min-width:1025px) {
  .plan .option__r {
    border-radius: 0 8px 8px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 65px
  }
}
.plan .option__r .cat {
  margin-bottom: 24px
}
.plan .option__r .u-h3 {
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1;
  margin-bottom: 20px
}
.plan .option__r .c-btn {
  margin: 24px 0 0 auto
}
@media screen and (min-width:1025px) {
  .plan .option__r .c-btn {
    margin: 24px auto 0 0
  }
}
.plan #hatsuwa dl:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0
}
.school__wrap {
  margin: 0 auto
}
@media screen and (min-width:1025px) {
  .school__wrap {
    max-width: 1140px
  }
}
.school__cont {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, .08) 0 0 32px;
  box-shadow: rgba(0, 0, 0, .08) 0 0 32px;
  padding: 0 24px 40px;
  position: relative
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .school__cont {
    max-width: 90%;
    padding: 24px 40px
  }
}
@media screen and (min-width:1025px) {
  .school__cont {
    border-radius: 14px;
    padding: 64px 80px;
    max-width: 1000px
  }
}
@media screen and (min-width:769px) {
  .school__cont::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#68c3cb), color-stop(30%, #b1d1dd), color-stop(85%, #edd4cf));
    background: linear-gradient(0deg, #68c3cb, #b1d1dd 30%, #edd4cf 85%);
    border-radius: 14px 0 0 14px;
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
  }
}
@media screen and (max-width:768px) {
  .school__ttl {
    margin-top: 16px
  }
}
.school__ttl span {
  display: block;
  line-height: 1
}
.school__ttl--sub {
  font-size: clamp(13px, 1.7vw, 16px);
  letter-spacing: .1em;
  margin-bottom: 16px
}
.school__ttl--main {
  font-size: clamp(23px, 3vw, 32px);
  letter-spacing: .15em;
  margin-bottom: 24px
}
@media screen and (min-width:1025px) {
  .school__ttl--main {
    margin-bottom: 32px
  }
}
.school .l-lrbox {
  margin-bottom: 68px
}
.school .l-lrbox__item, .school-p.outline dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.school .l-lrbox__item {
  gap: 50px
}
@media screen and (max-width:768px) {
  .school .l-lrbox__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
}
@media screen and (min-width:769px) {
  .school .l-lrbox__item {
    gap: 64px
  }
  .school .l-lrbox:nth-child(2n) {
    margin: 0 0 0 auto
  }
  .school .l-lrbox:nth-child(2n)::before {
    border-radius: 0 14px 14px 0;
    left: auto;
    right: 0
  }
  .school .l-lrbox:nth-child(2n) .l-lrbox__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
@media screen and (min-width:1025px) {
  .school .l-lrbox:nth-child(2n) .l-lrbox__r {
    left: -140px;
    right: auto
  }
  .school .l-lrbox__l {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
  }
}
.school .l-lrbox__l .c-btn {
  margin: 24px auto 0 0
}
@media screen and (max-width:768px) {
  .school .l-lrbox__l .c-btn {
    margin: 24px 0 0 auto
  }
}
@media screen and (min-width:1025px) {
  .school .l-lrbox__l .c-btn {
    margin: 48px auto 0 0
  }
  .school .l-lrbox__r {
    width: 510px;
    position: absolute;
    right: -140px
  }
}
@media screen and (max-width:768px) {
  .school .l-lrbox__r {
    width: calc(100% + 48px)
  }
}
.school .l-lrbox__r .u-figure {
  aspect-ratio: 3/2;
  display: block
}
.school .l-lrbox__r .u-figure img {
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (min-width:769px) {
  .school .l-lrbox__r .u-figure img {
    border-radius: 8px
  }
}
.school .l-lrbox__r .splide__pagination {
  bottom: -24px
}
.school-p {
  margin-bottom: 90px
}
@media screen and (min-width:1025px) {
  .school-p {
    margin-bottom: 180px
  }
}
.school-p.-bg_gray {
  background: #f6f6f6;
  padding: 100px 0 55px
}
@media screen and (max-width:768px) {
  .school-p.-bg_gray {
    padding: 100px 0
  }
  .school-p.lead_area {
    margin-bottom: 60px
  }
}
.school-p.lead_area p {
  font-size: clamp(13px, 1.7vw, 16px) !important
}
.school-p.lead_area picture img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (min-width:1025px) {
  .school-p.lead_area picture img {
    height: 565px
  }
}
.school-p.lead_area .splide {
  position: relative
}
.school-p.lead_area .splide__track {
  margin-bottom: 100px
}
.school-p.lead_area .splide__pagination {
  bottom: -32px
}
.school-p.lead_area .splide .u-supple {
  color: #fff;
  font-size: 10px !important;
  position: absolute;
  left: 24px;
  bottom: 10px
}
.school-p.outline {
  margin-bottom: 150px
}
.school-p.outline .school-p__cont {
  border: 1px solid #bec8ce;
  margin: 0 auto;
  padding: 20px
}
@media screen and (min-width:1025px) {
  .school-p.outline .school-p__cont {
    padding: 58px 108px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}
.school-p.outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.school-p.outline dl:not(:last-child) {
  border-bottom: 1px solid #bec8ce;
  margin-bottom: 25px;
  padding-bottom: 25px
}
@media screen and (min-width:769px) {
  .school-p.outline dl dt {
    width: 280px
  }
}
.school-p.outline dl dd, .school-p.outline dl dt {
  white-space: nowrap
}
@media screen and (max-width:768px) {
  .school-p.outline dl dd, .school-p.outline dl dt {
    font-size: 12px
  }
  .school-p.access {
    padding: 25px 0 20px
  }
  .school-p.access .school-p__cont.splide {
    width: 108%;
    border-radius: 0;
    padding: 25px 0 50px;
    position: relative;
    left: -24px;
    width: calc(100% + 50px)
  }
}
.school-p.access .school-p__cont.-bg_gray {
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 70px
}
@media screen and (min-width:769px) {
  .school-p.access .school-p__cont.-bg_gray {
    padding: 50px 40px 40px
  }
}
.school-p.access .school-p__cont:not(:last-child) {
  margin-bottom: 30px
}
@media screen and (max-width:768px) {
  .school-p.access .school-p__cont:not(:last-child) {
    margin-bottom: 20px
  }
  .school-p.access .school-p__cont.map {
    margin-bottom: 40px
  }
}
.school-p.access .school-p__cont .u-h3 {
  font-size: clamp(14px, 1.8vw, 24px)
}
@media screen and (max-width:768px) {
  .school-p.access .school-p__cont .u-h3 {
    text-align: center
  }
  .school-p.access .school-p__cont .splide__list {
    padding-right: 16% !important
  }
}
@media screen and (min-width:769px) {
  .school-p.access .school-p__cont .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
.school-p.access .school-p__cont .splide__pagination {
  bottom: 28px
}
.school-p.access .school-p__cont .l-clm {
  gap: 13px
}
@media screen and (max-width:768px) {
  .school-p.access .school-p__cont .l-clm {
    gap: 20px
  }
}
.school-p.access .school-p__cont .l-clm__item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 30px
}
@media screen and (max-width:768px) {
  .school-p.access .school-p__cont .l-clm__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}
@media screen and (min-width:769px) {
  .school-p.access .school-p__cont .l-clm__item {
    -ms-flex-preferred-size: calc((100% - 39px)/4);
    flex-basis: calc((100% - 39px)/4);
    padding: 30px 25px 35px
  }
}
.school-p.access .school-p__cont .l-clm__item span {
  color: #586166;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: clamp(16px, 2.1vw, 25px);
  text-align: center;
  margin-bottom: 11px;
  font-weight: 300
}
@media screen and (min-width:1025px) {
  .school-p.access .school-p__cont .l-clm__item span {
    margin-bottom: 25px
  }
}
.school-p.access .school-p__cont .l-clm__item picture img {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px
}
@media screen and (min-width:1025px) {
  .school-p.access .school-p__cont .l-clm__item picture img {
    aspect-ratio: 11/10;
    margin-bottom: 25px
  }
}
.school-p.access .school-p__cont .l-lrbox__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width:1025px) {
  .school-p.access .school-p__cont .l-lrbox__l {
    width: 750px
  }
}
@media screen and (max-width:1024px) {
  .school-p.access .school-p__cont .l-lrbox__l {
    width: 100%
  }
}
.school-p.access .school-p__cont .l-lrbox__l iframe {
  aspect-ratio: 25/18;
  width: 100%
}
.commerce__cont dl dd, .school-p.access .school-p__cont .l-lrbox__r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.school-p.plan .l-clm {
  gap: 44px
}
.school-p.plan .l-clm picture img {
  aspect-ratio: 3/2;
  margin-bottom: 34px
}
.school-p.plan .l-clm .u-h3 {
  font-size: clamp(23px, 3vw, 36px);
  line-height: 1
}
.school-p.voice .school-p__cont {
  margin-top: 30px
}
@media screen and (max-width:768px) {
  .school-p.voice .school-p__cont {
    width: 108%
  }
}
@media screen and (min-width:1025px) {
  .school-p.voice .school-p__cont {
    margin-top: 120px
  }
}
.school-p.voice .voice_li_w {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin-bottom: 50px !important
}
@media screen and (max-width:768px) {
  .school-p.voice .voice_li_w {
    gap: 28px
  }
}
.school-p.voice .voice_li_w .voice_li_i {
  margin-bottom: 0
}
@media screen and (max-width:768px) {
  .school-p.voice .voice_li_w .voice_li_i {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
  .school-p.voice .voice_li_w .voice_li_i.active {
    -webkit-box-shadow: 3px 3px 12px #00000014;
    box-shadow: 3px 3px 12px #00000014
  }
}
@media screen and (min-width:769px) {
  .school-p.voice .voice_li_w {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
.school-p.voice .c-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (min-width:769px) {
  .school-p.voice .c-btn {
    margin-top: 40px
  }
}
@media screen and (max-width:768px) {
  .school-p.voice .c-btn {
    margin-right: 6%;
    position: relative;
    top: 50px
  }
  .school-p.voice .splide__track {
    padding: 40px 28% 0 0 !important;
    margin-left: -10%;
    margin-bottom: -40px
  }
}
.school-p.voice .splide__pagination {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 48px;
  background: rgba(255, 255, 255, .3);
  width: 90%;
  margin: 0 auto 0 8px;
  padding: 0;
  gap: 0
}
.school-p.voice .splide__pagination__page {
  background: rgba(255, 255, 255, .3);
  width: 100%;
  border-radius: 0;
  display: block;
  height: 4px;
  margin: 0
}
.school-p.voice .splide__pagination__page.is-active {
  background: #fff
}
.school-p.gallery .l-clm {
  gap: 53px
}
.school-p.gallery .l-clm__item {
  -ms-flex-preferred-size: calc((100% - 106px)/3);
  flex-basis: calc((100% - 106px)/3)
}
.school-p.gallery .l-clm__item .u-figure {
  position: relative
}
.school-p.gallery .l-clm__item .u-figure figcaption, .school-p.others .l-clm__item .u-figure figcaption {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 40px;
  left: 10px
}
.school-p.gallery .l-clm__item .u-figure img {
  aspect-ratio: 7/5;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover
}
.school-p.gallery .l-clm__item .u-h3 {
  font-size: 18px;
  margin-bottom: 15px
}
.school-p.others .l-clm__item {
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 24px
}
@media screen and (max-width:768px) {
  .school-p.others .l-clm__item {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100%
  }
}
@media screen and (min-width:1025px) {
  .school-p.others .l-clm__item {
    padding: 40px 60px 50px
  }
}
.school-p.others .l-clm__item .u-h3 {
  font-size: clamp(28px, 3.65vw, 40px);
  font-weight: 100;
  margin-bottom: 30px;
  text-align: center
}
.school-p.others .l-clm__item .u-figure {
  position: relative
}
.school-p.others .l-clm__item .u-figure img {
  aspect-ratio: 11/7;
  margin-bottom: 32px
}
.school-p.others .l-clm__item p, .texts p, p.texts {
  line-height: 2.2
}
.school-p.others .l-clm__item .c-btn {
  margin-top: 35px
}
.commerce__cont dl {
  border-bottom: 1px solid #bec8ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px
}
@media screen and (max-width:768px) {
  .commerce__cont dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.commerce__cont dl:first-child {
  border-top: 1px solid #bec8ce;
  padding-top: 25px
}
.commerce__cont dl dt {
  font-weight: 500
}
@media screen and (min-width:769px) {
  .commerce__cont dl dt {
    width: 280px
  }
}
.voice-list .voice_li_w {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  padding-bottom: 50px !important
}
@media screen and (max-width:768px) {
  .voice-list .voice_li_w {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .voice-list .voice_li_w.lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
}
.voice-list .voice_li_w.lists .voice_li_i {
  margin-bottom: 40px !important
}
@media screen and (max-width:768px) {
  .voice-list .voice_li_w {
    gap: 28px
  }
}
.voice-list .voice_li_w .voice_li_i {
  margin: 0 !important
}
@media screen and (max-width:768px) {
  .voice-list .voice_li_w .voice_li_i {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
  .voice-list .voice_li_w .voice_li_i.active {
    -webkit-box-shadow: 3px 3px 12px #00000014;
    box-shadow: 3px 3px 12px #00000014
  }
}
@media screen and (min-width:769px) {
  .voice-list .voice_li_w .voice_li_i a {
    -webkit-box-shadow: 3px 3px 12px #00000014;
    box-shadow: 3px 3px 12px #00000014
  }
}
.voice-list .voice_li_w .voice_li_i a .imgarea {
  overflow: visible
}
.voice-list .voice_li_w .voice_li_i a .txtarea h3 {
  margin: 0
}
.voice-list .voice_li_w .voice_li_i a .txtarea h3::after {
  display: none
}
@media screen and (min-width:769px) {
  .voice-list .voice_li_w {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
.voice-list .c-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (min-width:769px) {
  .voice-list .c-btn {
    margin-top: 40px
  }
}
@media screen and (max-width:768px) {
  .voice-list .c-btn {
    margin-right: 6%;
    position: relative;
    top: 40px
  }
  .voice-list .splide__track {
    padding: 40px 28% 40px 0 !important;
    margin-left: -10%;
    margin-bottom: -40px
  }
}
.voice-list .splide__pagination {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 80px;
  background: rgba(255, 255, 255, .3);
  width: 90%;
  margin: 0 auto 0 8px;
  padding: 0
}
.voice-list .splide__pagination__page {
  width: 100%;
  border-radius: 0;
  display: block;
  height: 4px;
  margin: 0
}
.voice-list .splide__pagination__page.is-active {
  background: #fff
}
.up_main.pages {
  padding: 100px 0 80px;
  height: auto
}
.up_main.pages .copy {
  bottom: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  top: 150px
}
.cat span {
  background: #eaf7f7;
  border-radius: 100vmax;
  color: #26b7bc;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  padding: 6px 10px;
  line-height: 1
}
.cat.-bg-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 24px
}
@media screen and (min-width:1025px) {
  .cat.-bg-green {
    margin-bottom: 32px
  }
}
.cat.-bg-green span {
  background: #26b7bc;
  color: #fff;
  font-size: clamp(12px, 1.56vw, 14px);
  padding: 10px 24px
}
@media screen and (max-width:768px) {
  .cat.-bg-green span {
    padding: 8px 18px
  }
}
.c-btn.-circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 1.8vw, 17px);
  margin-top: 24px
}
@media screen and (max-width:768px) {
  .c-btn.-circle {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
@media screen and (min-width:1025px) {
  .c-btn.-circle {
    margin-top: 64px
  }
}
.c-btn.-circle::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='34.7034' stroke='%23586166' stroke-width='0.593103'/%3E%3Cline x1='23' y1='37.0454' x2='47' y2='37.0454' stroke='%23586166'/%3E%3Cline x1='42.0227' y1='32.6204' x2='47.3257' y2='37.1658' stroke='%23586166'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 16px
}
@media screen and (min-width:1025px) {
  .c-btn.-circle::after {
    width: 70px;
    height: 70px;
    margin-left: 20px
  }
}
.c-btn.-circle.-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.c-btn.-border, .wp-pagenavi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.c-btn.-border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #8998a2;
  border-radius: 100vmax;
  font-size: clamp(12px, 1.56vw, 14px);
  line-height: 1;
  padding: 17px 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 138px
}
@media screen and (min-width:1025px) {
  .c-btn.-border {
    padding: 21px 24px;
    width: 190px
  }
}
.c-btn.-border::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='25' height='6' viewBox='0 0 25 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='5.04541' x2='24' y2='5.04541' stroke='%23586166'/%3E%3Cline x1='19.0227' y1='0.620372' x2='24.3257' y2='5.16583' stroke='%23586166'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 18px;
  height: 4px
}
@media screen and (min-width:1025px) {
  .c-btn.-border::after {
    width: 24px;
    height: 5px
  }
}
.wp-pagenavi {
  gap: 14px;
  margin: 80px auto 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (min-width:1025px) {
  .wp-pagenavi {
    max-width: 900px;
    gap: 24px
  }
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .pages, .wp-pagenavi .previouspostslink {
  display: none
}
.wp-pagenavi .page, .wp-pagenavi span.current {
  border-radius: 50%;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px
}
@media screen and (min-width:1025px) {
  .wp-pagenavi .page, .wp-pagenavi span.current {
    width: 50px;
    height: 50px;
    line-height: 50px
  }
}
.wp-pagenavi .page {
  border: 1px solid #bec8ce;
  color: #8998a2
}
.wp-pagenavi span.current {
  background: #26b7bc;
  border: 1px solid #26b7bc;
  color: #fff
}
.txtarea.-center {
  text-align: center
}
summary {
  display: block;
  list-style: none
}
summary::-webkit-details-marker {
  display: none !important
}
.l-lrbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px
}
@media screen and (max-width:768px) {
  .l-lrbox__item.-sp_clear {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.l-lrbox__l {
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%
}
.l-lrbox__l picture img {
  aspect-ratio: 6/4;
  -o-object-fit: cover;
  object-fit: cover
}
.l-lrbox__r {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.l-clm, .pagenav__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}
@media screen and (max-width:768px) {
  .l-clm.-sp_clear {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.l-clm.l-clm_2 .l-clm__item {
  -ms-flex-preferred-size: calc((100% - 40px)/2);
  flex-basis: calc((100% - 40px)/2)
}
.splide__pagination {
  gap: 10px
}
.splide__pagination__page {
  background: #dadada;
  width: 10px;
  height: 10px;
  margin: 0
}
.splide__pagination__page.is-active {
  background: #26b7bc;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.pagenav__wrap ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 50px
}
@media screen and (max-width:768px) {
  .pagenav__wrap ul {
    width: 87%
  }
}
@media screen and (min-width:769px) {
  .pagenav__wrap ul {
    margin: 0 auto 100px;
    max-width: 1040px;
    gap: 14px
  }
}
.pagenav__wrap ul li {
  -ms-flex-preferred-size: calc((100% - 20px)/2);
  flex-basis: calc((100% - 20px)/2);
  position: relative
}
@media screen and (min-width:769px) {
  .pagenav__wrap ul li {
    -ms-flex-preferred-size: calc((100% - 42px)/4);
    flex-basis: calc((100% - 42px)/4)
  }
}
.pagenav__wrap ul li a {
  background: #f9f9f9;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  padding: 18px 0 10px;
  text-align: center
}
@media screen and (min-width:769px) {
  .pagenav__wrap ul li a {
    padding: 24px 0
  }
}
.pagenav__wrap ul li a::after {
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 5L1 1' stroke='%2326B7BC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 12px;
  height: 6px
}
@media screen and (max-width:768px) {
  .pagenav__wrap ul li a::after {
    margin: 10px auto 0
  }
}
@media screen and (min-width:769px) {
  .pagenav__wrap ul li a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
.u-h3 {
  font-size: clamp(23px, 3vw, 36px);
  margin-bottom: 24px
}
@media screen and (min-width:1025px) {
  .u-h3 {
    margin-bottom: 40px
  }
}
.u-h4 {
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 48px;
  padding-bottom: 24px
}
.u-h4.-line {
  border-bottom: 1px solid #bec8ce
}
.u-supple {
  font-size: 12px;
  font-weight: 300
}
.u-supple a {
  text-decoration: underline
}
@media screen and (min-width:769px) {
  .pc_hide {
    display: none !important
  }
}
@media screen and (max-width:768px) {
  .sp_hide {
    display: none !important
  }
}

.torikeshi {
  position: relative !important;
}

.torikeshi:after {
  content: "" !important;
  transform: rotate(-15deg) !important;
  width: 100% !important;
  border-top: 1px solid #777070 !important;
  position: absolute !important;
  top: 50% !important;
  left:0px !important;
}

.plan .price--textb span{
	color: #e296bf !important;
}






#lesson {
  padding: calc(100 / 1440 * 100vw) 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #lesson {
      padding-top: 60px;
      padding-bottom: 30px; }
      #lesson .in {
        width: 85%; } }

.movie__box {
  max-width: 810px;
  margin: 0 auto; }

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

/*

MODAL
-----------------------------------*/
/* モーダルウィンドウのスタイル */
a.modalOpen img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a.modalOpen img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999; }

/* オーバーレイのスタイル */
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 103vh;
  z-index: 99999; }

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position: absolute;
  z-index: 11;
  width: 60%;
  display: block;
  padding: 10px;
  background: #fff;
  margin: 0 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }
  @media screen and (max-width: 768px) {
    .modal .inner {
      width: 90%;
      padding: 5px;
      margin: 20px 0; } }

@media all and (min-width: 769px) and (max-width: 1290px) {
  .modal .inner {
    width: 70%; } }
.modal .inner .inner-scroll {
  overflow: auto;
  height: 100%;
  padding: 0 10px 0 0; }

.modal .inner .inner-scroll img {
  width: 100%;
  height: auto; }

.modal .inner h2 {
  margin: 0 0 10px;
  line-height: 1 !important;
  background: none; }

.modal .inner h3 {
  font-size: 1.6rem;
  margin: 15px 0;
  color: #000; }

.modal-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 999999;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .modal-close-btn {
      top: -15px;
      right: -10px; } }

@media screen and (max-width: 768px) {
  .modalClose img {
    width: 30px;
    height: auto; } }

.modal-close-btn:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.btn-modal {
  width: 200px;
  margin: 20px auto 0;
  background: #fff; }

.btn-modal img {
  width: 100%;
  height: auto; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }


.lesson{
  margin:0;
  padding: 140px 0 70px;
  position: relative;
  background:#F9F9F9;
}
 
.lesson .in{
    z-index: 2;
}

.lesson .lesson__movie{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.lesson .lesson__movie{
		display:block;
	}
}

.lesson .lesson__movie .lesson__movie--item {
	width: 47%;
	margin: 0 0 40px;
}

.lesson__movie--txt{
	margin: 25px 0 0;
	font-size:15px; 
}

.lesson__movie--txt .icon{
	color:#26B7BC;
	border: 1px solid #26B7BC;
	padding: 5px 8px;
	border-radius:4px;
	font-size:15px;
	margin: 0 10px 0 0;
	font-weight:500;
}

.lesson__movie--txt p{
	font-size:15px;
	margin: 15px 0 0;
}



@media screen and (max-width: 768px) {
	.lesson .lesson__movie .lesson__movie--item {
		width: 100%;
		margin: 0 0 24px;
	}
	
	.lesson__movie--txt{
		margin: 20px 0 0;
		font-size:13px; 
	}

	.lesson__movie--txt .icon{
		color:#26B7BC;
		border: 1px solid #26B7BC;
		padding: 5px 8px;
		border-radius:3px;
		font-size: 13px;
		margin: 0 10px 0 0; 
		font-weight: bold;
		font-weight:500;
	}

	.lesson__movie--txt p{
		font-size:13px;
		margin: 12px 0 0;
	}
}


@media screen and (max-width: 768px) {
#voice .swiper-button-prev svg{
	width: 6px;
	height: auto;
}

#voice .swiper-button-next svg{
	width: 6px;
	height: auto;
}
}

