@charset "UTF-8";
@font-face {
  font-family: NotoSansCJKjp;
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(../fonts/NotoSansCJKjp-Light.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Light.woff) format("woff"), url(../fonts/NotoSansCJKjp-Light.ttf) format("truetype"), url(../fonts/NotoSansCJKjp-Light.eot) format("embedded-opentype");
  font-display: swap
}

@font-face {
  font-family: NotoSansCJKjp;
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSansCJKjp-Regular.ttf) format("truetype"), url(../fonts/NotoSansCJKjp-Regular.eot) format("embedded-opentype");
  font-display: swap
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  list-style: none;
  font-style: normal
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button:focus, input:focus, select:focus, textarea:focus {
  outline-style: auto
}

input, select {
  vertical-align: middle
}

select::-ms-expand {
  display: none
}

img {
  max-width: 100%;
  vertical-align: bottom
}

small {
  font-size: 80%
}

sup {
  vertical-align: top;
  font-size: .8em
}

sub {
  vertical-align: baseline;
  font-size: .8em
}

main, picture, source {
  display: block
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 62.5%;
  color: #000
}

body {
  font-family: NotoSansCJKjp, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 300;
  line-height: 2;
  font-size: 1.6rem;
  position: relative
}

@media screen and (max-width:768px) {
  body {
    font-size: 4.26667vw;
    line-height: 1.5
  }
  small {
  font-size: 60%
}
}

a {
  -webkit-transition: .3s;
  transition: .3s
}

a:hover {
  opacity: .5
}

@media screen and (max-width:768px) {
  a {
    -webkit-transition: 0s;
    transition: 0s
  }
  a:hover {
    opacity: 1
  }
}

a:visited {
  color: #000
}

a:link {
  color: #000
}

.strong {
  font-weight: 400
}

.txt_c {
  text-align: center
}

.txt_l {
  text-align: center
}


@media screen and (max-width:768px) {
  .sp_txt_c {
    text-align: center
  }
  .sp_txt_l {
    text-align: center
  }
  .spBr {
  display: none;
}
}

.object-fit-img {
  object-fit: contain;
  object-fit: cover;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots li.slick-active button:before {
  color: #273d77;
  opacity: 1
}

.slick-dots li {
  margin: 0
}

.slick-dots li button:before {
  color: #dedede;
  font-size: 14px
}

.l_wrapper {
  position: relative
}

.l_header__inr {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 10px;
  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
}

.l_header__logo {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  height: 0;
  display: block
}

.l_header__logo--right {
  max-width: 233px;
  width: 24.27083%;
  padding-top: 3.02083%;
  background-image: url(../img/logo_foresta.svg)
}
.subject a{
   text-decoration: underline;
}
.header-logo {
  height: 100%;
  background-image: url(../img/logo_foresta.svg);
  white-space: nowrap;
  background-repeat: no-repeat;
  max-width: 233px;
  width: 35%;
}

.header-logo > a {
  display: inline-block;
  width: 233px; /*画像サイズ*/
  height: 100%;/*画像サイズ*/
  background-repeat: no-repeat;
  display: block;
  height: 28px;/*画像サイズ*/
  max-width: 233px;

}

@media screen and (max-width:768px) {
  .l_header__inr {
    padding: 4% 2.66667%
  }
  .l_header__logo--left {
    max-width: initial;
    width: 20.28169%;
    padding-top: 6.05634%
  }
  .l_header__logo--right {
    max-width: initial;
    width: 48.30986%;
    padding-top: 6.33803%
  }
}

.l_menu nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, .9);
  z-index: 90
}

.l_menu nav ul {
  max-width: 500px;
  width: 86.66667vw;
  margin: 100px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1
}

.l_menu nav ul li a {
  display: block;
  border-bottom: 2px solid #000;
  padding: 20px;
  position: relative
}

.l_menu nav ul li a:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat
}

.l_menu__btn {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 38px;
  height: 26px;
  z-index: 100
}

.l_menu__btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px
}

.l_menu__btn span:nth-of-type(1) {
  top: 0
}

.l_menu__btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l_menu__btn span:nth-of-type(3) {
  bottom: 0
}

.l_menu__btn:hover {
  opacity: 1
}

.l_menu__btn:hover span:nth-of-type(1) {
  top: -15%
}

.l_menu__btn:hover span:nth-of-type(3) {
  bottom: -15%
}

.open .l_menu__btn {
  position: fixed;
  top: 24px
}

.open .l_menu__btn span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg)
}

.open .l_menu__btn span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards
}

.open .l_menu__btn span:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg)
}

@media screen and (max-width:768px) {
  .l_menu nav ul {
    margin: 20.66667vw auto 0;
    font-size: 5.06667vw
  }
  .l_menu nav ul li a {
    border-bottom-width: .53333vw;
    padding: 4vw
  }
  .l_menu nav ul li a:after {
    width: 4.26667vw;
    height: 4vw;
    right: 4vw
  }
  .l_menu__btn {
    width: 7.73333vw;
    height: 5.33333vw
  }
  .l_menu__btn span {
    height: .8vw;
    border-radius: .8vw
  }
  .l_menu__btn:hover span:nth-of-type(1) {
    top: 0
  }
  .l_menu__btn:hover span:nth-of-type(3) {
    bottom: 0
  }
  .open .l_menu__btn {
    position: fixed;
    top: 4vw
  }
  .open .l_menu__btn span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
  }
  .open .l_menu__btn span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards
  }
  .open .l_menu__btn span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg)
  }
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}

.l_main {
  max-width: 1000px;
  width: 86.66667%;
  padding: 0 10px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .l_main {
    padding: 0;
    width: 95%;
  }
}

.l_sec {
  padding: 50px 0 20px;
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}
.l_sec_details2 {
  padding: 50px 0 0;
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}

.l_sec2 {
  padding: 85px 0 50px;
  position: relative;
  padding-left: calc(50vw - 45%);
  padding-right: calc(50vw - 45%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}

.l_sec_voice {
  padding: 10px 0 0;
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}

.l_sec__inr {
  padding: 0 30px
}

.l_sec__ttl {
  text-align: center;
}

.l_sec__lead {
  margin-bottom: 10px
}

.l_sec__txt~.l_sec__txt {
  margin-top: 1em
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

@media screen and (max-width:768px) {
  .l_sec {
    padding: 8px 0 8px;
  }
  .l_sec:nth-child(4) {
    padding: 8px 0 20px;
  }
  .l_sec_details2 {
    padding: 50px 0 0;
  }
  .l_sec__inr {
    padding: 0
  }
  .l_sec__ttl {
    margin-bottom: 0;
  }
  .l_sec__lead {
    margin-bottom: 10px
  }
  .l_sec2 {
  padding: 75px 0 50px;
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}
}

.l_btnarea {
  background: #ffe158
}

.l_btnarea--white {
  background: #fff
}

.l_btnarea__btn {
  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
}

.l_btnarea__btn--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l_btnarea__btn--center a {
  margin: 0 6px
}

.l_btnarea__link {
  margin-top: 30px
}

.l_btnarea__bottom a {
  margin-bottom: 20px;
}

.l_btnarea__bottom {
  margin-top: 12px;
  text-align: center
}

@media screen and (max-width:768px) {
  .l_btnarea__btn {
    display: block
  }
  .l_btnarea__btn a~a {
    margin-top: 4.61538%
  }
  .l_btnarea__btn--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l_btnarea__btn--center a {
    margin: 0
  }
  .l_btnarea__btn--center a~a {
    margin-top: 0;
    margin-left: 3.07692%
  }
  .l_btnarea__link {
    margin-top: 6.15385%
  }
}

.l_about {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #f7f7f7), url(../img/bg01.jpg);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url(../img/bg01.jpg);
  line-height: 1.8
}

.l_about__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px
}

.l_about__box>div {
  padding: 20px;
  width: calc(50% - 40px)
}

@media screen and (max-width:768px) {
  .l_about {
    background-size: 100%, 4.93333vw 5.06667vw
  }
  .l_about__box {
    display: block;
    margin: 0
  }
  .l_about__box>div {
    padding: 0;
    width: 100%
  }
  .l_about__box div~div {
    margin-top: 10.66667vw
  }
}

.l_point {
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 0;
  background: #fff1d0
}

.l_btn {
  text-align: center;
  background: #fff
}

.l_newschool {
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: 0;
  background: #ffe158;
}

.l_schoolabout {
  text-align: center;
}

.l_point__con {
  padding: 30px 0 40px
}

.l_point__con2 {
  padding: 30px 0 0px
}

.img-center {
  width: 70%;
  margin: 70px auto;
}

.mtpc-10 {
  margin-top: 10px;
}

.mtpc-20 {
  margin-top: 20px;
}

.mtpc-30 {
  margin-top: 30px;
}

.mtpc-40 {
  margin-top: 40px;
}

.mbpc-10 {
  margin-bottom: 10px;
}
.mbpc-20 {
  margin-bottom: 20px;
}

.mbpc-30 {
  margin-bottom: 30px;
}


.about-area {
  padding: 20px 0;
  width: 50%;
  margin: 0 auto;
}
.mini-sub {
 display: block;
 text-align: center;
}

.mini-sub a {
  border-bottom: 1px solid #000;
}
.features-box-col,
.features-box-col3 {
  background-color: #fff;
  margin: 0 105px 25px;
  padding: 20px 20px 0;
}
.features-col-tit {
  text-align: center;
  color: #273d77;
  font-size: 29px;
  font-weight: bold;
  border: 2px solid #273d77;
  width: 20%;
  margin: 0 auto;
}
.features-col1-sub {
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.features-sub2-tit {
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.features-cv-btn {
  padding-bottom: 40px;
}
.text-padding {
  padding: 0;
  width: 95%;
  margin: 0 auto;
}

.features-col-bltit {
  text-align: center;
  color: #273d77;
  font-size: 29px;
  font-weight: bold;
  border: 2px solid #273d77;
  width: 20%;
  margin: 0 auto 0;
}
.features-col-bltit2 {
  text-align: center;
  color: #273d77;
  font-size: 29px;
  font-weight: bold;
  border: 2px solid #273d77;
  width: 20%;
  margin: 35px auto 0;
}
@media screen and (max-width:768px) {
  .l_point__con {
    padding: 3vw 0
  }
  .l_point__con2 {
    padding: 0;
  }
  .about-area {
    width: 100%;
  }
  .img-center {
    width: 100%;
    margin: 30px auto;
  }
  .features-box-col {
    margin: 0 0px 25px;
  }
  .features-col-tit {
    text-align: center;
    width: 35%;
    font-size: 18px;
  }
  .mtpc-20,
  .mtpc-30 {
    margin-top: 0;
  }
  .mbpc-20 {
    margin-bottom: 0;
  }
  .mtpc-40 {
     margin-top: 0; 
  }
  .features-col-bltit {
    margin: 0 auto 0;
    font-size: 23px;
  }
  .features-col-bltit2 {
    margin: 7px auto 0;
    font-size: 23px;
  }
  .features-sub2-tit {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .features-box-col3 {
    padding: 20px 20px 22px;
    margin: 0 0px 25px;
  }
  .features-col1-sub {
    margin: 0;
    padding: 5px 0;
}
}

.l_point_list {
  margin: -10px;
  line-height: 1.5
}

.l_point_list__num {
  width: 6%;
  margin: 0 auto 10px;
  display: block
}

.l_point_list__ttl {
  margin-bottom: 20px;
  text-align: center
}

.l_point_list__fig {
  margin-bottom: 20px;
  text-align:center;
}

.l_point_list__txt {
  padding: 0 105px;
}

.l_point_list__txt~.l_point_list__txt {
  margin-top: 10px
}
.text-center {
  text-align: center;
}

@media screen and (max-width:768px) {
  .l_point_list {
    display: block;
    margin: 0
  }
  .l_point_list>div~div {
    margin-top: 7.2vw
  }
  .l_point_list__num {
    width: 18.66667vw;
    margin: 0 auto 4vw
  }
  .l_point_list__ttl {
    margin-bottom: 0;
  }
  .l_point_list__fig {
    margin-bottom: 0;
    padding-top: 0;
  }
  .l_point_list__fig img {
    width: 100%;
    height: auto;
    object-fit: fill
  }
  .l_point_list__txt~.l_point_list__txt {
    margin-top: 2.66667vw
  }
  .l_point_list__txt {
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .mtsp-20 {
    margin-top: 20px;
  }
}

.l_point_list-02 {
  line-height: 1.5
}

.l_point_list-02__ttl {
  margin-bottom: 30px;
  text-align: center
}

.l_point_list-02__pic {
  margin-bottom: 20px;
  text-align: center
}

.l_point_list-02__txt {
  margin-bottom: 20px
}

.l_point_list-02__inr {
  width: 480px;
  margin: 30px auto 0
}

.l_point_list-02 li {
  padding: 0 105px
}

.l_point_list-02 li~li {
  border-top: 2px solid #273d77;
  margin-top: 50px;
  padding-top: 50px
}

@media screen and (max-width:768px) {
  .l_point_list-02__ttl {
    margin-bottom: 5.33333vw;
    text-align: center
  }
  .l_point_list-02__pic {
    margin-bottom: 4vw
  }
  .l_point_list-02__txt {
    margin-bottom: 2.66667vw
  }
  .l_point_list-02__inr {
    width: 100%;
    margin: 4vw auto 0;
    text-align: left
  }
  .l_point_list-02 li {
    padding: 0
  }
  .l_point_list-02 li~li {
    border-top: none;
    margin-top: 11.33333vw;
    padding-top: 0
  }
}

.l_point_list-03__ttl {
  margin: 50px 0 20px;
  text-align: center
}

.l_point_list-03__lead {
  text-align: center;
  margin-bottom: 30px
}

.l_point_list-03__fig {
  margin-left: 20px
}

.l_point_list-03__con {
  width: 424px
}

.l_point_list-03 dl {
  background: #fff;
  border: 2px solid #273d77;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 4px gray;
}
.l_point_list-03 dt{
  background-color: #C5F5FF
}

.l_point_list-03 dl dt {
  padding: 40px 50px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
}

.l_point_list-03 dl dd {
  display: none
}

.l_point_list-03 dl dd>ul {
  margin-top: 30px;
  line-height: 1.5
}

.l_point_list-03 dl dd>ul>li {
  padding: 30px;
  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
}

.l_point_list-03 dl dd>ul>li~li {
  position: relative;
  margin-top: 88px
}

.l_point_list-03 dl dd>ul>li~li:before {
  display: block;
  content: "";
  width: 50.4%;
  height: 0;
  border-top: 1px solid #d6d9e3;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  top: -44px;
  left: 0
}

.l_point_list-03 dl dd>ul>li~li:after {
  display: block;
  content: "";
  width: 50.4%;
  height: 0;
  border-top: 1px solid #d6d9e3;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  top: -44px;
  right: 0
}

@media screen and (max-width:768px) {
  .l_point_list-03__ttl {
    margin: 6.66667vw 0 2.66667vw
  }
  .l_point_list-03__lead {
    margin-bottom: 4vw
  }
  .l_point_list-03__fig {
    margin-left: 0
  }
  .l_point_list-03__con {
    width: 100%
  }
  .l_point_list-03 dl {
    border: .53333vw solid #273d77;
    border-radius: 1.33333vw
  }
  .l_point_list-03 dl dt {
    padding: 5.33333vw;
    box-shadow: 0 .66667vw 1.6vw rgba(0, 0, 0, .2)
  }
  .l_point_list-03 dl dd>ul {
    margin-top: 4vw
  }
  .l_point_list-03 dl dd>ul>li {
    padding: 4vw;
    display: block
  }
  .l_point_list-03 dl dd>ul>li~li {
    margin-top: 6.66667vw
  }
  .l_point_list-03 dl dd>ul>li~li:before {
    border-top: .26667vw solid #d6d9e3;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    top: -3.46667vw
  }
  .l_point_list-03 dl dd>ul>li~li:after {
    border-top: .26667vw solid #d6d9e3;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    top: -3.46667vw
  }
}

#l_cam {
  padding-bottom: 0
}

.l_cam {
  background: #ffe9ec;
  padding: 60px 0;
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%)
}

.l_cam__inr>div~div {
  margin-top: 40px
}

.l_cam__ttl {
  position: relative
}

.l_cam__ttl:before {
  display: block;
  content: "";
  max-width: 472px;
  width: 52.44444%;
  padding-top: 8.44444%;
  background: url(../img/cam_balloon_pc.png) no-repeat center/contain;
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.l_cam__lead {
  margin-top: 40px;
  margin-bottom: 20px
}

.l_cam__mt {
  margin-top: 30px!important
}

.l_cam dl {
  letter-spacing: -.8px
}

.l_cam dl~dl {
  margin-top: 40px
}

.l_cam dl dt {
  font-weight: 400;
  margin-bottom: 10px
}

.l_cam dl dd {
  line-height: 1.6
}

.l_cam dl dd p~p {
  margin-top: 20px
}
.except {
  margin-top: 0 !important;
  font-size: 1.5rem !important;
  line-height: 1.6;
  padding-left: 10px;
}
.except_red {
  margin-top: 0 !important;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FF0077;
}
.school_btn {
  width: 75%;
}

@media screen and (max-width:768px) {
  .l_cam {
    padding: 17.33333vw 8vw 8vw
  }
  .l_cam__inr>div~div {
    margin-top: 5vw
  }
  .l_cam__ttl:before {
    max-width: initial;
    width: 100%;
    padding-top: 22.76923%;
    background: url(../img/cam_balloon_sp.png) no-repeat center/contain;
    top: -22.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .l_cam__lead {
    margin-top: 6.66667vw;
    margin-bottom: 5.33333vw
  }
  .l_cam dl~dl {
    margin-top: 4vw
  }
  .l_cam dl dt {
    margin-bottom: 2.66667vw
  }
  .l_cam dl dd p~p {
    margin-top: 2.66667vw
  }
  .except_red {
    font-size: 3.2vw;
  }
}

.l_link {
  border-top: 2px solid #273d77
}

.l_link__ttl {
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: 400;
  padding-left: 20px
}

.l_link__ttl_top {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  display: inline-block;
}

.bottom-black {
  border-bottom: 2px solid #000;
}

.annotation {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}

.l_link__con {
  margin-top: 30px
}

.l_link__box {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px
}

.l_link__box a {
  width: calc(33.333% - 20px);
  margin: 10px
}

.l_link__txt {
  margin-top: 20px
}

.l_link__btn {
  margin-top: 30px;
  text-align: center
}

.l_link__btn--02 a {
  margin: 0 20px
}

.fw600 {
  font-weight: 600;
}

.w75 {
  width: 75%;
}

@media screen and (max-width:1400px) {
  .l_link .btn~.btn {
    margin-top: 20px
  }
  .l_link__ttl_top {
    padding-left: 8px;
  }
}

@media screen and (max-width:768px) {
  .l_link {
    border-top: 2px solid #273d77
  }
  .l_link__ttl {
    border-width: .53333vw;
    font-size: 5.06667vw;
    padding-left: 2.66667vw
  }
  .l_link__con {
    margin-top: 8vw
  }
  .l_link__box {
    padding: 2.66667vw 0;
    margin: -2.66667vw
  }
  .l_link__box a {
    width: calc(50% - 25px);
    margin: 2.66667vw
  }
  .l_link__txt {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .l_link__btn {
    margin-top: 5.33333vw;
    text-align: center
  }
  .l_link__btn--02 a {
    margin: 0
  }
  .l_link__btn--02 a~a {
    margin-top: 4vw
  }
  .label-school {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-top: 0;
}
}

.l_ribbon {
  color: #fff;
  text-align: center;
  padding: 10px 0
}

.l_ribbon--kokugo {
  background: #7c4f99
}

.l_ribbon--eigo {
  background: #f22828
}
@media screen and (max-width:768px) {
  .l_ribbon {
    padding: 2.66667vw 0
  }
  .l_ribbon--eigo img,
  .l_ribbon--kokugo img {
  width: 80%;
}
}

.l_recommend {
  padding-top: 0
}

.l_recommend__head {
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: url(../img/bg03.png) no-repeat center #efefef;
  text-align: center;
  padding: 40px
}

.l_recommend__list>ul li {
  padding: 70px 0 100px;
  position: relative;
  line-height: 1.5
}

.l_recommend__list>ul li:last-child {
  padding-bottom: 0
}

.l_recommend__list>ul li~li {
  border-top: 3px solid #efefef
}

.l_recommend__list>ul li~li .l_recommend__num {
  top: -67px
}

.l_recommend__inr {
  margin-bottom: 30px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.l_recommend__con {
  width: 461px
}

.l_recommend__fig {
  margin-left: 10px
}

.l_recommend__box {
  position: relative;
  padding-top: 70px!important;
  padding-right: 150px!important;
  font-weight: 400
}

.l_recommend__balloon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.l_recommend__num {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.l_recommend .icon_girl {
  position: static!important
}

@media screen and (max-width:768px) {
  .l_recommend__head {
    position: relative;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-image: url(../img/bg03_sp.png);
    background-size: cover;
    padding: 6.66667vw 6.66667vw 13.33333vw
  }
  .l_recommend__list>ul li {
    padding: 16vw 0
  }
  .l_recommend__list>ul li~li {
    border-top: .8vw solid #efefef
  }
  .l_recommend__list>ul li~li .l_recommend__num {
    top: -12.53333vw;
    width: 24.13333vw;
    height: 23.33333vw
  }
  .l_recommend__inr {
    margin-bottom: 9.33333vw;
    padding: 0;
    display: block
  }
  .l_recommend__con {
    width: 100%
  }
  .l_recommend__fig {
    margin-left: 0
  }
  .l_recommend__box {
    padding-top: 12.8vw!important;
    padding-bottom: 0!important;
    padding-right: 4vw!important
  }
  .l_recommend__balloon {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .l_recommend__num {
    width: 22.53333vw;
    height: 22.53333vw;
    top: -8.66667vw
  }
  .l_recommend__box_inr {
    overflow: hidden
  }
  .l_recommend__box_inr>p {
    margin-bottom: 4vw;
    line-height: 1.7;
    letter-spacing: -1px
  }
  .l_recommend__box_inr .icon_girl--middle:after {
    float: right;
    clear: both
  }
  .l_recommend__space {
    float: right;
    height: 0
  }
  .l_recommend__space02 {
    float: right;
    height: .5em
  }
}

.l_hearing__inr {
  padding: 80px;
  line-height: 1.5
}

.l_hearing__head {
  margin-bottom: 20px
}

@media screen and (max-width:768px) {
  .l_hearing__inr {
    padding: 7.33333vw 0 0
  }
  .l_hearing__head {
    margin-bottom: 5.33333vw
  }
}

.l_footer__inr,
.l_footer__inr2 {
  border-top: 4px solid #ccc;
  text-align: center;
  padding: 20px 0;
  line-height: 1
}
.top_return {
  text-align: right;
}

.top_return:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 0 0 10px;
    background: url(../img/bleach.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.top_return a {
  font-size: 1.4rem;
}

@media screen and (max-width:768px) {
  .l_footer__inr {
    border-width: .53333vw;
    padding: 10px 0 55px;
  }
  .l_footer__inr2 {
    border-width: .53333vw;
    padding: 10px 0 155px;
  }
  .top_return {
    padding-bottom: 5px;
  }
}

.btn {
  box-shadow: 0 5px rgba(0, 0, 0, .2);
  border-radius: 10px
}

@media screen and (max-width:768px) {
  .btn {
    box-shadow: 0 .66667vw rgba(0, 0, 0, .2);
    border-radius: 1.33333vw
  }
}

.btn_line {
  color: #000;
  border-bottom: 2px solid #000;
  line-height: 1.6
}

.btn_line:after {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  margin-left: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%)
}

@media screen and (max-width:768px) {
  .btn_line {
    border-width: .26667vw
  }
  .btn_line:after {
    margin-left: 2.66667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-width: .26667vw
  }
}

.link_circle {
  border-bottom: dotted 4px #aaa;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.8rem;
  position: relative
}

.link_circle:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  right: 10px;
  background: url(../img/icon_arrow.svg) no-repeat
}

@media screen and (max-width:768px) {
  .link_circle {
    border-width: .53333vw
  }
}

.heading_a {
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: -webkit-linear-gradient(left, #ff9600, #ff7200);
  background: linear-gradient(to right, #ff9600, #ff7200);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 0
}

.heading_a:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ff8b00 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.heading_a--blue {
  background: #273d77
}

.heading_a--blue:after {
  border-color: #273d77 transparent transparent transparent
}

@media screen and (max-width:768px) {
  .heading_a {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw
  }
  .heading_a:after {
    border-width: 4vw 4vw 0 4vw;
    bottom: -3.86667vw
  }
  .heading_a--wd690 {
    padding-right: 4vw;
    padding-left: 4vw
  }
}

.heading_b {
  border-left: 4px solid #f9317c;
  line-height: 2.0;
  font-size: 20px;
  font-weight: 500;
  padding-left: 8px
}

@media screen and (max-width:768px) {
  .heading_b {
    border-width: .8vw;
    line-height: 1.8;
    font-size: 4.26667vw;
    padding-left: 2.66667vw
  }
}

.heading_c {
  text-align: center;
  font-weight: 400;
  background-color: #ff7b8d;　
}

@media screen and (max-width:768px) {
  .heading_c {
    border-width: .53333vw;
    padding: 1.33333vw
  }
}

.heading_d {
  background: #273d77;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400
}

.heading_e {
  padding-bottom: 10px;
  border-bottom: dotted 4px #ff7400
}

.txt_note {
  padding-left: 1.5em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FF0077;
}

.txt_note span {
  position: absolute;
  left: 8px;
}

@media screen and (max-width:768px) {
  .txt_note {
    font-size: 3.2vw
  }
}

.txt_underline {
  border-bottom: 1px solid #000
}

.txt_small {
  font-size: 80%
}

.txt_large {
  font-size: 160%
}

.txt_bold {
  font-weight: 900
}

.txt_red {
  color: #f22828
}

.icon_girl {
  position: relative
}

.icon_girl:after {
  display: block;
  content: "";
  width: 143px;
  height: 138px;
  background: url(../img/icon_girl.png) no-repeat center/contain;
  position: absolute;
  bottom: -40px;
  right: 0
}

.icon_girl--small:after {
  width: 90px;
  height: 87px;
  bottom: -10px;
  right: calc(50% - 110px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.icon_girl--middle:after {
  width: 109px;
  height: 105px;
  bottom: 0;
  right: 30px
}

@media screen and (max-width:768px) {
  .icon_girl:after {
    display: block;
    content: "";
    width: 19.06667vw;
    height: 18.4vw;
    bottom: -5.33333vw;
    right: -4vw
  }
  .icon_girl--small:after {
    width: 17.73333vw;
    height: 18vw;
    bottom: -10px;
    right: calc(50% - 24vw);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
  .icon_girl--middle:after {
    position: static;
    width: 25.06667vw;
    height: 24.13333vw
  }
}

.box_a {
  width: 100%;
  padding: 30px;
  background: url(../img/bg02.jpg);
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .box_a {
    padding: 4vw;
    background-size: 1.6vw, 1.6vw;
    line-height: 1.8
  }
}

.list {
  position: relative;
  padding-left: 1em
}

.list span {
  position: absolute;
  left: 0
}

.list li~li {
  margin-top: 10px
}

/*講習日程部分*/
.jname,
.kosya {
  font-weight: bold;
}

.jname {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .list li~li {
    margin-top: 2.66667vw
  }
}

.line {
  background: rgba(255, 234, 55, .7);
  padding: 2px 4px
}

@media screen and (max-width:768px) {
  .line {
    padding: 0 .53333vw
  }
}

@media screen and (max-width:768px) {
  .is_only_pc {
    display: none!important
  }
}

.is_only_sp {
  display: none!important
}

@media screen and (max-width:768px) {
  .is_only_sp {
    display: inherit!important
  }
}

.is_accordion {
  position: relative
}

.is_accordion__btn {
  display: block;
  width: 56px;
  height: 56px;
  border: 2px solid #273d77;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.is_accordion__btn:before {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background: #273d77;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.is_accordion__btn:after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background: #273d77;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(50%, 50%) rotate(0);
  transform: translate(50%, 50%) rotate(0)
}

.is_accordion.active .is_accordion__btn:after {
  -webkit-transform: translate(50%, 50%) rotate(90deg);
  transform: translate(50%, 50%) rotate(90deg)
}

.newschool {
  color: #FF0077;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  right: -4px;
}

.top-form-padding {
  padding-bottom: 20px;
}

@media screen and (max-width:768px) {
  .is_accordion__btn {
    width: 10.66667vw;
    height: 10.66667vw;
    border: .53333vw solid #273d77;
    right: 2.66667vw
  }
  .is_accordion__btn:before {
    width: 5.33333vw;
    height: .53333vw
  }
  .is_accordion__btn:after {
    width: 5.33333vw;
    height: .53333vw
  }
  .w90 {
    width: 90% !important;
  }
  .top-form-padding {
    padding: 20px 0;
}
}

/*footermenu*/
.accordionbox{
  margin: 0 auto 0;
}
.accordionlist dt{
    display:block;
    background: #fff;
    padding: 20px 0 0 5px;
    border-top: 1px solid #DFDFDF;
    position: relative;
    text-align: center;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    top: 0px;
    padding-left: 10px;
    float: left;
    position: absolute;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.sankaku {
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/*.accordion_icon span:nth-of-type(2) {
    top: 5px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}*/
/*＋、－切り替え*/
/*.accordion_icon.active span:nth-of-type(1) {
  display:none;
}*/
.accordion_icon.active .sankaku {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}
.main-jpen {
    position: relative;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-top: 0;
    background: #f5f5f5;
    margin-top: 30px;
}
.inline {
  display: inline-block;
}
@media screen and (max-width:768px) { 
.accordionlist dd{
    background: #fff;
    padding:0 0 10px 15px;
    line-height: 1.5;
}
}
/*料金表ページ*/
#price-wrapper,
#school-wrapper {
    max-width: 1000px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
}
#price-footer {
  background: #fff url(../img/grimm_footer.gif) right bottom no-repeat;
  padding: 24px 0 0 0;
  box-sizing: border-box;
}
#price-footer ul{
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 30px 20px;
  border-bottom: 1px #FF7A26 solid;
}

#price-footer ul li {
  position: relative;
  padding: 0 30px 0 0;
}

#price-footer ul li::before,
#price-footer ul li::after{
  position: relative;
  display: block;
  content: "";
  vertical-align: middle;
}
#price-footer ul li:before{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FF6D00;
  left: -16px;
  bottom: -15px;
}
#price-footer ul li:after{
  width: 0px;
  height: 0px;
  border: 4px transparent solid;
  border-left: 5px #fff solid;
  left: -11px;
  bottom: 12px;
}

.copy {
  background-color: #FF7A26;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#price-body {
  background: #fff url(/assets/img/payment/sykamore2.jpg) !important;
}

.paytext-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.conread {
  text-align: left;
  display: inline-block;
}
.footer-bottom {
  margin-bottom: 130px;
}

@media screen and (max-width:768px) {
.box-padding {
  padding: 10px 20px 10px 20px;
}
.footer-bottom {
  margin-top: 20px;
}
#mainCon p {
  font-size: 16px;
}
.main-jpen {
  position: relative;
  padding-left: calc(50vw - 90%);
  padding-right: calc(50vw - 90%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 0;
}
.accordionlist dt {
  padding: 80px 0 0 5px;
}
}

/*体験談*/

.modal_open{
    display: inline-block;
    float: left; 
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 90%;
    max-width: 840px;
    margin: 0;
    padding: 60px 2vw 80px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fffbf0;
    font-size: 14px;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}

.modal_list {
  display: flex;
  flex-wrap: wrap;
}

.main_visual {
  width: 30%;
  margin: 10px;
}

#demoslide01 p {
  line-height: 23px;
  color: #E50012;
  font-weight: bold;
  text-align: left;
  font-size: 19px;
 }

 #modal1 h2,#modal2 h2,#modal3 h2,
 #modal4 h2,#modal5 h2,#modal6 h2,
 #modal7 h2 {
  color:#E50012;
  font-weight: bold;
}

#modal1 img,#modal2 img,#modal3 img,
#modal4 img,#modal5 img,#modal6 img,
#modal7 img {
  width: 50%;
}

#modal6 img,#modal7 img {
  padding: 10px 0;
}

.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 0 10px 10px 10px;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 670px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 39px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 50px;
    background-color: #F88316;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
    margin-top: 15px;
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

.flex-corner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0 0;
}

.flex-img,
.flex-txt {
  width: 50%;
}

.flex-label-blue {
  background-color: #006CB8;
  color: #fff;
  padding: 10px;
  font-size: 23px;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}

.flex-label-pink {
  background-color: #E73656;
  color: #fff;
  padding: 10px;
  font-size: 23px;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}

.flex-label-green {
  background-color: #6FBA2C;
  color: #fff;
  padding: 10px;
  font-size: 23px;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}

.flex-border {
  background: linear-gradient(transparent 75%, #FFEA37 75%);
  font-weight: bold;
}

.city-label {
  color: #ff7200;
  font-weight: bold;
  position: relative;
  float: left;
  display: inline-block;
}
.top-btn {
  margin: 40px 0;
}

@media screen and (max-width: 769px) {
.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: calc(100vw + 238px);
}
#modal1 img,#modal2 img,#modal3 img,
#modal4 img,#modal5 img,#modal6 img,
#modal7 img {
  width: 80%;
}
.readmore-label {
  padding: 7px 35px;
}
.top-btn {
  margin: 25px 0 20px;
}
}

.spbr {
  display: none;
}

.modal-text {
    text-align: left;
    line-height: 20px;
  }

.voice_detail_prog {
  font-size: 14px;
  padding: 10px 0;
}

.header-link {
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  font-size: 13px;
}

.header-link p a {
  letter-spacing: -0.5px;
}

.sm40 {
  font-size: 60%;
}

.school-label-position {
  position: relative;
  top: -7px;
}

.pc-voice {
  display: block;
}

.sp-voice {
  display: none;
}
.details-col02 {
  padding-top: 15px;
}
.back-gray {
  background-color: #eaeaea;
  position: relative;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.point02-sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.point02-txt {
  padding: 20px 210px;
}
.point03-sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.point03-sub:before {
  content: "";
  width: 5px;
  height: 1.5em;
  background: #ff8d00;
  display: block;
  position: absolute;
  top: 0.4vw;
  left: 4vw;
}
.topbtn-padding {
  margin-top: 10px;
}
    

@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
 
  .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }

  .main_visual {
    width: 47%;
    margin: 5px;
  }

  #demoslide01 p {
    font-size: 13px;
    line-height: 17px;
  }

  .spbr {
    display: block;
  }

  #modal1 h2, #modal2 h2, #modal3 h2, #modal4 h2, 
  #modal5 h2, #modal6 h2, #modal7 h2 {
    font-size: 17px;
  }

  .modal-text {
    line-height: 19px;
  }
  .readmore {
    padding: 0;
  }
  .pc-voice {
  display: none;
}

  .sp-voice {
  display: block;
}
.label-pt10 {
  padding-top: 0;
}

.sp-label {
  position: relative;
  top: -12px;
}
.sp-school-label {
  position: relative;
  top: -15px;
}
.point02-txt {
  padding: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.point02-sub {
  font-size: 15px;
  padding: 15px 0;
  text-align: left;
  padding: 0;
  width: 90%;
  margin: 15px auto 10px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.point03-sub {
  font-size: 22px;
  padding: 15px 0;
  text-align: left;
  padding: 0;
  width: 95%;
  margin: 15px auto 10px;
}

.cv-btn {
  margin-top: 25px;
}
.details-col01 {
  margin: 15px auto 0;
}
.point03-sub {
  font-size: 19px;
  padding: 15px 0;
  text-align: left;
  padding: 0;
  width: 90%;
  margin: 15px auto 10px;
}
.point03-sub:before {
  content: "";
  width: 5px;
  height: 1.7em;
  background: #ff8d00;
  display: block;
  position: absolute;
  left: -3vw;
}
.topbtn-padding {
  margin: 13px 0;
}
.details-col02 {
  padding-top: 10px;
}
.features-cv-btn {
  padding-bottom: 20px;
}
}
@media screen and (max-width:375px) {
  .main_visual {
    width: 47%;
    margin: 5px;
  }
}

/*校舎一覧*/

.acd-check{
    display: none;
}
.acd-label{
    background: #ff7200;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    position: relative;
    border-radius: 5px;
    font-size: 25px;
    font-weight: bold;
}
.acd-label:after{
    background: #ff7200;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: 800;
    border-radius: 5px;
}
.acd-content{
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    text-align: center;
}

.school-box {
    display: inline-block;
    background-color: #f9f9f9;
    width: 30%;
    line-height: 1.3;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dedcd7;
    background: url(/assets/img/img-arrow.png) no-repeat right 5px center;
    background-size: 15px auto;
    box-shadow: 1px 1px 2px #d4d3d0;
    padding: 34px 0;
    margin: 35px 10px 0 0;
}
.school-box2 {
    display: inline-block;
    background-color: #f9f9f9;
    width: 30%;
    line-height: 1.3;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dedcd7;
    background: url(/assets/img/img-arrow.png) no-repeat right 5px center;
    background-size: 15px auto;
    box-shadow: 1px 1px 2px #d4d3d0;
    padding: 34px 0;
    margin: 0 10px 0 0;
}
.school-box3 {
    display: inline-block;
    background-color: #f9f9f9;
    width: 30%;
    line-height: 1.3;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dedcd7;
    background: url(/assets/img/img-arrow.png) no-repeat right 5px center;
    background-size: 15px auto;
    box-shadow: 1px 1px 2px #d4d3d0;
    padding: 34px 0;
    margin: 0 10px 0 0;
}
.school-box4 {
    display: inline-block;
    background-color: #f9f9f9;
    width: 30%;
    line-height: 1.3;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dedcd7;
    background: url(/assets/img/img-arrow.png) no-repeat right 5px center;
    background-size: 15px auto;
    box-shadow: 1px 1px 2px #d4d3d0;
    padding: 34px 0;
    margin: 12px 10px 0 0;
}
.school-box-dj {
  padding: 45px 0;
}
.school-box:nth-child(n + 4),
.school-box2:nth-child(n + 4),
.school-box3:nth-child(n + 4),
.school-box4:nth-child(n + 4) {
  margin: 35px 10px 0 0;
}
.school-box .btn-link,
.school-box .btn-link2,
.school-box2 .btn-link,
.school-box2 .btn-link2,
.school-box3 .btn-link,
.school-box3 .btn-link2,
.school-box4 .btn-link,
.school-box4 .btn-link2 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.school-margin {
  margin: 35px 10px 0 0 !important;
}
.school-margin-other,
.school-margin-other2,
.school-margin-other3,
.school-margin-other4 {
  margin: 12px 10px 0 0
}
.text-align-center,.text-align-center-other {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.school-c {
    position: relative;
    top: 20px;
}
.schoo-c2 {
  position: relative;
  top: 20px;
}
.schoo-c4,
.schoo-c5,
.schoo-c6 {
  position: relative;
  top: 12px;
}

/* .new:after {
    content: "";
    display: block;
    position: absolute;
    top: -29px;
    left: 0;
    background: url(/assets/img/img-new.png) no-repeat;
    background-size: 58px auto;
    width: 100%;
    height: 30px;
} */
.morilabel {
  font-size: 15px;
  color: #2361ad;
  font-weight: bold;
}

.redlabel {
  color: #d23b18;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
}

.dojyolabel {
  color: #FF6D00;
  padding: 3px 5px;
  font-size: 15px;
  font-weight: bold;
}


.schoolname {
  font-weight: bold;
  font-size: 18px;
  padding-top: 3px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.school-flex,.school-flex-01,.school-flex-02,.school-flex-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.school-flex-02:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
    margin: 40px 10px 0 0;
}

.school-flex-01:after {
    content: "";
    display: block;
    width: 62%;
    height: 0;
    margin: 0 10px 0 0;
}

.w100 {
  width: 100%;
}
.school-padding {
  padding: 20px 0 20px 0;
}
.school-padding2,
.school-padding3 {
  padding: 20px 0 20px 0;
}
.school-ibaraki {
  margin: 12px 0 20px 0;
}

@media screen and (max-width: 769px) {
.acd-label:after {
  height: 44px;
}
.schoolname {
  font-size: 16px;
  padding-top: 0;
}
.school-box,
.school-box3,
.school-box4 {
  width: 45%;
  padding: 27px 0;
  margin: 28px 10px 0 0;
}
.school-box2 {
  width: 45%;
  padding: 35px 0;
  margin: 12px 10px 0 0;
}
.school-box,
.school-box3,
.school-box4 {
  width: 45%;
  padding: 27px 0;
  margin: 28px 10px 0 0;
}

.school-box4 {
  width: 45%;
  padding: 27px 0;
  margin: 12px 10px 0 0;
}

.school-margin,.school-margin-sp {
  margin: 28px 10px 0 0 !important;
}
.school-margin-sp-new {
  margin: 28px 10px 0 0;
}
.school-margin-sp-other {
  margin: 7px 10px 0 0;
}
.school-margin-sp-other2 {
  margin: 12px 10px 0 0 !important;
}
.acd-content {
  display: flex;
  flex-wrap: wrap;
}
.new:after {
  top: -25px;
  background-size: 45px auto;
}
.school-box,
.school-box2,
.school-box3,
.school-box4 {
  background-size: 12px auto;
}
.annotation {
  font-size: 12px;
  bottom: 10px;
}
.acd-check:checked + .acd-label + .acd-content {
  padding: 5px 10px 10px 10px;
}
.school-flex-01:after,
.school-flex-02:after,
.school-flex-03:after {
  content: "";
  display: block;
  width: 45%;
  height: 0;
  margin: 0 10px 0 0;
}

.acd-label {
  font-size: 20px;
  padding: 10px;
}
.morilabel,
.redlabel,
.dojyolabel {
  display: block;
  font-size: 14px;
  padding: 0;
}
.text-align-center {
  position: relative;
  top: 0%;
  left: 0%;
  transform: translateY(-0%) translateX(-0%);
  -webkit-transform: translateY(-0%) translateX(-0%);
}
.text-align-center-other {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.school-box:nth-child(n + 4),
.school-box2:nth-child(n + 4),
.school-box3:nth-child(n + 4),
.school-box4:nth-child(n + 4) {
    margin: 28px 10px 0 0;
}
.school-box a,
.school-box2 a,
.school-box3 a,
.school-box4 a {
    padding: 5px 0;
}
.school-margin-other {
  margin: 12px 10px 0 0 !important;
}
.school-flex-02 > div:nth-child(3),
.school-margin-other2 {
  margin: 28px 10px 0 0 !important;
}
.school-margin-other3 {
  padding: 37px 0;
  margin: 12px 10px 0 0 !important;
}
.school-margin-other4 {
  padding: 27px 0;
  margin: 12px 10px 0 0 !important;
}
.school-padding {
  padding: 20px 0 0 0;
}
.school-padding2 {
  padding: 0 0 20px 0;
}
.school-padding3 {
  padding: 0;
}
.school-box .btn-link,
.school-box2 .btn-link,
.school-box3 .btn-link,
.school-box4 .btn-link {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.school-box .btn-link2,
.school-box2 .btn-link2,
.school-box3 .btn-link2,
.school-box4 .btn-link2 {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.school-c,
.schoo-c6 {
  top: 0;
}
.sp-schoolbox {
  padding: 5px 0;
}
.sp-schoolbox2 {
  padding: 37px 0;
}
.sp-schoolbox3 {
  padding: 35px 0;
}
.schoo-c2,
.schoo-c3,
.schoo-c4 {
  position: relative;
  top: 8px;
}

.schoo-c5 {
  position: relative;
  top: 16px;
}
.school-ibaraki {
    margin: -3px 0 2px 0;
}
.school-longname {
    letter-spacing: -1px;
}
}