@charset "utf-8";

html{ color: #333;}
*, *::before, *::after{ box-sizing: border-box;}

main{font-size: 10px;}
@media screen and (max-width: 599px) {
  main{ font-size: 8px;}
}

a{ color: #666;}
a[href^="tel:"]{ pointer-events: none;}
@media screen and (max-width: 599px) {
  a[href^="tel:"] {
    pointer-events: visible;
  }
}

p{
  text-align: justify;
  text-justify: inter-ideograph;
}

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

button{ outline: 0;}

optgroup{ display: none;}

.bg-beige{ background-color: #f3f3f2;}
.bg-cream{ background-color: #FAF7F2;}
.bg-lblue { background-color: #F2F8FF;}

.txt_red{ color: red;}
.txt_orange{ color: #EA5520;}
.txt_kabu{ color: #5E76A7;}
.txt_bold{ font-weight: bold;}

.txt_s{ font-size: .85em;}
.txt_l{ font-size: 1.5em;}

section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
section article,
section .inner{
  width: 100%;
  max-width: 1000px;
  padding: 65px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section article,
  section .inner{ padding: 65px 10%;}
}
@media screen and (max-width: 599px) {
  section article,
  section .inner{
    padding: 50px 5%;
  }
  section article.pt_auto{ padding-top: 25px;}
}

/* ------------------------------
p, lead
------------------------------ */
section p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em;
}
.lead{ font-size: 1.2rem;}
@media screen and (max-width: 599px) {
  section p {
    font-size: 14px;
  }
  section p.lead{ font-size: 16px;}
  section p.lead_sp{
    font-size: 14px;
    line-height: 2;
  }
}

/* ------------------------------
display
------------------------------ */
@media screen and (min-width: 1025px) {
  .pc { display: block !important;}
  .tab { display: none;}
  .sp { display: none;}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc{ display: none;}
  .tab{ display: block !important;}
  .sp{ display: none;}
}
@media screen and (max-width: 599px) {
  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: block !important;}
}

/* ------------------------------
heading
------------------------------ */
section h2 {
  font-size: 27px;
  font-size: 2.7em;
  letter-spacing: .13em;
  font-weight: normal;
  line-height: 1.7;
  position: relative;
}
section h2::after {
  content: "";
  display: block;
  border-bottom: 3px solid #EA5520;
  width: 100px;
  margin: 20px auto 60px;
}
section h2.bd_none::after{ content: none;}
section h2 .sub {
  display: block;
  font-size: .7em;
}
section h2 .sub::before {
  content: "\2572";
}
section h2 .sub::after {
  content: "\2571";
}
section h3 {
  font-size: 27px;
  font-size: 2.7em;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
}
section h4 {
  font-size: 20px;
  font-size: 2.0em;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
}
.ttl_dashed{
  color: #40a9a5;
  font-size: 25px;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl_dashed::before{
  content: "";
  height: 1.5em;
  border-left: 2px dashed;
  padding-right: 25px;
  transform: rotate(-25deg);
}
.ttl_dashed::after{
  content: "";
  height: 1.5em;
  border-right: 2px dashed;
  padding-left: 25px;
  transform: rotate(25deg);
}
@media screen and (max-width: 599px) {
  section h2 {
    font-size: 19px;
  }
  section h2::after {
    width: 50px;
    margin: 15px auto 30px;
  }
  section h3 {
    font-size: 21px;
    font-size: 2.1em;
  }
  section h4 {
    font-size: 15px;
    font-size: 1.5em;
  }
  .ttl_dashed{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .ttl_dashed::before,
  .ttl_dashed::after{
    height: 2.5em;
  }
}

/* ------------------------------
button
------------------------------ */
.btn a,
.btn input, .btn button{
  display: block;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  max-width: 465px;
  padding: 10px 40px;
  margin: 0 auto;
  position: relative;
  border-radius: 2.8px;
  background: #EA5520;
  box-shadow: 0 1.5px 0 #CBCBCB;
  letter-spacing: .11em;
}
.btn a:hover,
.btn input:hover { text-decoration: none;}
.btn .red {
  background: #E60A17;
  box-shadow: 0 1.5px 0 #C60813;
}
.btn .arrow01::after {
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}
.btn input {
  border: none;
}
.btn input:hover {
  opacity: 0.7;
  cursor: pointer;
}
.btn input.orange{
  background: #EA5520 url(/images/common/arrow02.svg) 98% center/.85em no-repeat;
}
.btn input.l_orange {
  background: #eba145 url(../images/common/btn_icon_arrow01.png) 95% center no-repeat;
}
@media screen and (max-width: 599px) {
  .btn a,
  .btn input,
  .btn1ck p input {
    width: 100%;
    padding: 10px;
    letter-spacing: normal;
    font-size: 18px;
  }
  .btn a.arrow01::after {
    padding: 6px;
  }
}

/* entry_btn */
.entry_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 1em 40px 1em 1em;
  background: #c6272d;
  border-radius: 5px;
  box-shadow: 0 1.5 0 #c6272d;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.entry_btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  content: '';
}
.entry_btn::after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  border-left: 10px solid #c6272d;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
}
.entry_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .entry_btn {
    font-size: 16px;
  }
}

/* fixed-btn */
.fixed-btn {
  min-height: auto;
  padding: 15px 90px 15px 15px;
  padding-right: 70px;
}
.fixed-btn .btn {
  width: 100%;
}
.fixed-btn .btn a {
  padding-right: 25px;
}

/* ------------------------------
box
------------------------------ */
.box_border {
  background: #fff;
  border-right: 1.5px solid #1C246D;
  border-bottom: 1.5px solid #1C246D;
  padding: 25px 30px;
}
.note-box {
  background-color: #fff;
  border: 1px solid #EA5520;
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 30px 40px;
}
.note-box .ttl,
.note-box .txt {
  font-size: 16px;
  border: 0;
}
.note-box .txt {
  margin: 30px 0;
}
@media screen and (max-width: 599px) {
  .box_border{ padding: 20px 15px;}

  .note-box {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .note-box .ttl,
  .note-box .txt {
    font-size: 14px;
  }
  .note-box .txt {
    margin: 20px 0;
  }
}

/* ------------------------------
page_header
------------------------------ */
.page_header {
  position: relative;
  padding-top: 3px;
}
.page_header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(68,161,197,1) 0%,rgba(68,161,197,1) 15%,rgba(94,118,167,1) 15%,rgba(94,118,167,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
  content: '';
}
.page_header .header_inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 96%;
  max-width: 1440px;
  height: 59px;
  margin: 0 auto;
}
.page_header .fa_logo {
  width: 265px
}
@media screen and (max-width: 599px) {
  .page_header .header_inner {
    justify-content: center;
    height: 43px;
  }
  .page_header .fa_logo {
    width: 202px
  }
}

/* ------------------------------
mv
------------------------------ */
.mv * {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mv .kv {
  position: relative;
  height: 41.67vw;
  background: url(/school/image/lp/bonus/mv.jpg) no-repeat center / cover;
}
.mv .txt_box {
  position: absolute;
  top: 3.96vw;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.7em;
}
.mv .sub {
  color: #40a9a5;
  font-size: 1.53vw;
  letter-spacing: 0.6em;
  line-height: 1.2;
  text-align: center;
}
.mv .sub span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.8em 0.2em 0.3em;
  border: 1px solid #40a9a5;
  border-radius: 9999px;
  font-feature-settings: initial;
}
.mv h1 {
  font-size: 3.06vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-feature-settings: initial;
}
.mv h1 .txt_l {
  font-size: 3.61vw;
  font-feature-settings: initial;
}
.mv h1 .txt_s {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 2.08vw;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.3em;
  font-feature-settings: initial;
}
.mv h1 .txt_nml {
  font-feature-settings: initial;
}
.mv .txt_btm {
  display: flex;
  justify-content: flex-end;
  text-align: end;
}
.mv .obi {
  padding: 0.7em;
  background: #40a9a5;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
.mv .obi .txt_inner {
  display: inline-block;
  text-align: left;
}
.mv .obi .txt_inner::before {
  display: inline-block;
  margin-right: 0.5em;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
}
@media screen and (max-width: 999px) {
  .mv .obi {
    font-size: 3vw;
  }
  .mv .obi .txt_inner::before {
    border-left: 2vw solid #fff;
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
  }
}
@media screen and (max-width: 699px) {
  .mv .txt_box {
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 599px) {
  .mv .kv {
    height: 114.4vw;
    background: url(/school/image/lp/bonus/mv_sp.jpg) no-repeat center / cover;
  }
  .mv .txt_box {
    top: 27vw;
    letter-spacing: 0.2em;
  }
  .mv .sub {
    font-size: 3.2vw;
    letter-spacing: 0.5em;
  }
  .mv h1 {
    font-size: 6.4vw;
    line-height: 1.3;
  }
  .mv h1 .txt_l {
    font-size: 7.47vw;
  }
  .mv h1 .txt_s {
    margin-left: 0.3em;
    font-size: 4.27vw;
  }
  .mv .obi {
    padding: 0.6em;
    font-size: 3.73vw;
    letter-spacing: 0.1em;
  }
  .mv .obi .txt_inner::before {
    border-left: 2.67vw solid #fff;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro .box .img{
  position: relative;
}
.intro .box .img::after{
  content: "#BONUS";
  color: #40A9A5;
  font-size: 45px;
  font-family: 'Josefin Slab', serif;
  letter-spacing: .06em;
  line-height: 1;
  position: absolute;
  right: 18px;
  bottom: 5px;
}
@media screen and (min-width: 600px) {
  .intro .inner{
    padding-bottom: 92px;
  }
  .intro .box{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .intro .box .img{
    flex: 0 0 43.5%;
    margin-left: 4.35%;
  }
}
@media screen and (max-width: 599px) {
  .intro .box .img{
    margin-bottom: 40px;
  }
}

/* ------------------------------
data
------------------------------ */
.data{
  position: relative;
}
.data .inner{
  padding-top: 110px;
}
.data .ttl_baloon{
  width: fit-content;
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  color: #40A9A5;
  font-size: 25px;
  line-height: 1;
  margin: 0 auto 60px;
  padding: 1em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
}
.data .ttl_baloon .txt_s{
  font-size: 16px;
}
.data .ttl_baloon::after{
  content: "";
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-right: 1px solid #40A9A5;
  border-bottom: 1px solid #40A9A5;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -18px;
}
.data .wrap_figure {
  position: relative;
}
.data .wrap_proposal {
  position: absolute;
  bottom: 45px;
  right: -10px;
}
.data .proposal{
  position: relative;
  width: 265px;
  background-color: #fff;
  border-radius: 0 50px 0 50px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding: 1.6em 2em;
}
.data .proposal::before{
  content: "Point";
  color: rgba(64, 169, 165, .4);
  font-size: 70px;
  font-family: 'Josefin Slab', serif;
  line-height: 1;
  position: absolute;
  left: -1em;
  top: -30px;
}
@media screen and (min-width: 600px) {
  .data .graph{
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .data .wrap_proposal {
    bottom: 15px;
    right: -10%;
  }
}
@media screen and (max-width: 959px) {
  .data .proposal{
    width: 210px;
    font-size: 18px;
    padding: 1em;
  }
  .data .proposal::before{
    font-size: 60px;
    left: -0.5em;
  }
}
@media screen and (max-width: 699px) {
  .data .proposal::before{
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .data .ttl_baloon{
    width: 80%;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto 50px;
    padding: 14px;
    white-space: normal;
  }
  .data .ttl_baloon .txt_s{
    font-size: 12px;
  }
}
@media screen and (max-width: 699px) {
  .data .wrap_proposal {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .data .proposal{
    width: 300px;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .data .inner{
    padding-top: 85px;
  }
  .data .proposal{
    width: 90%;
    font-size: 16px;
    padding: 2.5em 2em;
  }
  .data .proposal::before{
    top: -20px;
    left: -0.5em;
    font-size: 40px;
  }
}

/* ------------------------------
chance
------------------------------ */
.chance .roadmap {
  margin-top: 65px;
}
.chance .roadmap .ttl{
  color: #40A9A5;
}
.chance .proposal{
  position: relative;
  width: calc(100% - 60px);
  margin: 60px 0 0 60px;
  background-color: #FAF7F2;
  border-radius: 0 50px 0 50px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding: 1.6em 3em;
}
.chance .proposal::before{
  content: "Point";
  color: rgba(64, 169, 165, .4);
  font-size: 70px;
  font-family: 'Josefin Slab', serif;
  line-height: 1;
  position: absolute;
  left: -1em;
  top: -30px;
}
.chance .txt_list {
  margin: 2em 0;
  font-size: 16px;
}
.chance .txt_list li {
  padding-left: 2em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.536%22%20height%3D%2221.208%22%20viewBox%3D%220%200%2025.536%2021.208%22%3E%3Cg%20transform%3D%22translate(-279.307%20-2214.037)%22%3E%3Cpath%20d%3D%22M1.307%2C4.037H22.514V25.245H1.307ZM21.752%2C4.8H2.067V24.483H21.752Z%22%20transform%3D%22translate(278%202210)%22%20fill%3D%22%23231815%22%2F%3E%3Cpath%20d%3D%22M-86.345-72.919a2.022%2C2.022%2C0%2C0%2C0-1.388.616l-9.188%2C9.238-5.246-5.275a2.022%2C2.022%2C0%2C0%2C0-2.859-.008%2C2.022%2C2.022%2C0%2C0%2C0-.008%2C2.859l6.679%2C6.716a2.022%2C2.022%2C0%2C0%2C0%2C1.433.6%2C2.022%2C2.022%2C0%2C0%2C0%2C1.433-.6l10.621-10.68a2.022%2C2.022%2C0%2C0%2C0%2C.446-2.239%2C2.022%2C2.022%2C0%2C0%2C0-1.925-1.227Z%22%20transform%3D%22translate(389.101%202288.696)%22%20fill%3D%22%2340a9a5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left top 0.2em;
  text-align: left;
}
.chance .txt_list li + li {
  margin-top: 0.3em;
}
@media screen and (min-width: 600px) {
  .chance .roadmap{
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 84px;
  }
  .chance .roadmap img{
    grid-row: 1/3;
  }
  .chance .roadmap p:not([class]){
    grid-row: 1/2;
  }
  .chance .roadmap .proposal {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1024px) {
  .chance .roadmap .proposal {
    grid-column: 1/3;
    grid-row: 3/4;
    max-width: 480px;
    justify-self: center;
  }
}
@media screen and (max-width: 599px) {
  .chance .roadmap {
    margin-top: 30px;
  }
  .chance .roadmap .ttl{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 2em;
  }
  .chance .roadmap img{
    width: 90%;
    max-width: 350px;
    display: block;
    margin: 40px auto;
  }
  .chance .proposal{
    width: 90%;
    margin: 65px auto 0;
    font-size: 16px;
    padding: 2.5em 2em;
  }
  .chance .proposal::before{
    top: -20px;
    left: -0.5em;
    font-size: 40px;
  }
  .chance .txt_list {
    font-size: 14px;
  }
  .chance .txt_list li {
    background-size: 23px auto;
  }
}

/* ------------------------------
learn
------------------------------ */
.learn .inner{
  max-width: 1100px;
}
.learn_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 50px;
  margin-top: 75px;
}
.learn_list li {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.learn_list img{
  margin-bottom: 1em;
}
.learn_list .ttl{
  font-size: 25px;
  letter-spacing: 0;
  margin-top: auto;
}
@media screen and (max-width: 599px) {
  .learn_list{
    justify-content: space-between;
    row-gap: 35px;
    margin-top: 56px;
  }
  .learn_list li{
    width: 50%;
  }
  .learn_list li:nth-child(3) {
    margin-left: 24.5%;
  }
  .learn_list .ttl{
    font-size: 13px;
  }
}

/* ------------------------------
osusume
------------------------------ */
.osusume .inner{
  max-width: 1150px;
}
.osusume .ttl_baloon{
  width: fit-content;
  background-color: #EA5520;
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 0 auto 58px;
  padding: 1em 3em;
  position: relative;
}
.osusume .ttl_baloon::before{
  content: "";
  width: 45px;
  padding-top: 46px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247.937%22%20height%3D%2248.837%22%20viewBox%3D%220%200%2047.937%2048.837%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_29%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2029%22%20transform%3D%22translate(-860.988%20-4382.151)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_3%22%20data-name%3D%22%E7%B7%9A%203%22%20y1%3D%2221.624%22%20x2%3D%229.01%22%20transform%3D%22translate(862.295%204383.459)%22%20fill%3D%22none%22%20stroke%3D%22%23ea5520%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%224%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_4%22%20data-name%3D%22%E7%B7%9A%204%22%20y1%3D%2219.822%22%20x2%3D%2219.822%22%20transform%3D%22translate(874.812%204397.637)%22%20fill%3D%22none%22%20stroke%3D%22%23ea5520%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%224%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_5%22%20data-name%3D%22%E7%B7%9A%205%22%20y1%3D%225.406%22%20x2%3D%2223%22%20transform%3D%22translate(884.723%204424.38)%22%20fill%3D%22none%22%20stroke%3D%22%23ea5520%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%224%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -43px;
  top: -35px;
}
.osusume .ttl_baloon::after{
  content: "";
  width: auto;
  border-top: 22px solid #EA5520;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 0;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
@media screen and (min-width: 600px) {
  .osusume_list{
    display: flex;
    column-gap: 3.3%;
  }
  .osusume_list li{
    flex: 0 1 calc(100% / 5);
  }
  .osusume_list li p{
    text-align: center;
    margin-top: 2em;
  }
}
@media screen and (max-width: 599px) {
  .osusume .ttl_baloon{
    width: 80%;
    font-size: 16px;
    margin-bottom: 52px;
    padding: 1em;
  }
  .osusume .ttl_baloon::before{
    content: "";
    width: 27px;
    padding-top: 27px;
    right: -24px;
    top: -23px;
  }
  .osusume .ttl_baloon::after{
    border-top-width: 13px;
    border-right-width: 12px;
    border-left-width: 12px;
    bottom: -12px;
  }
  .osusume_list {
    display: inline-block;
  }
  .osusume_list li {
    display: flex;
    align-items: center;
  }
  .osusume_list li + li {
    margin-top: 34px;
  }
  .osusume_list li img {
    flex: 0 0 100px;
    width: 100px;
    margin-right: 24px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher-wrap .photo img {
  border-radius: 30px;
}
.teacher-wrap .name{
  font-size: 25px;
  margin: 0 auto 1.2em;
}
.teacher-wrap p{
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .teacher-wrap{ display: flex;}
  .teacher-wrap .photo {
    flex: 0 0 25%;
    width: 25%;
    margin-right: 4.2%;
  }
}
@media screen and (max-width: 1024px) {
  #teacher ul li {
    width: 21.7%;
  }

  #teacher ul li:not(:last-child) {
    margin-right: 4.4%;
  }
}
@media screen and (max-width: 599px) {
  .teacher-wrap .photo {
    width: 200px;
    margin: 0 auto 30px;
  }
  .teacher-wrap .name{
    font-size: 20px;
    text-align: center;
  }
  .teacher-wrap p {
    font-size: 14px;
  }
}

/* ------------------------------
application
------------------------------ */
.application {
  background: #fbf8eb;
}
.application h2::after {
  border-color: #d7ba41;
}
.application h2 .txt_s {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  font-size: 25px;
}
.application h2 .txt_s::before,
.application h2 .txt_s::after {
  position: absolute;
  bottom: 0.2em;
  height: 1.2em;
  border-left: 2px solid #333;
  content: '';
}
.application h2 .txt_s::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.application h2 .txt_s::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.application .cont_box {
  padding: 60px 5%;
  background: #fff;
  border: 1px solid #d7ba41;
}
.application .ttl_border{
  margin-bottom: 2em;
  padding: 0.2em 1em;
  border-top: 1px solid #d7ba41;
  border-bottom: 1px solid #d7ba41;
  color: #d7ba41;
  font-size: 25px;
  text-align: center;
}
.application .table01 {
  width: 100%;
  border-top: 1px solid #d7ba41;
  border-left: 1px solid #d7ba41;
  font-size: 16px;
}
.application .table01 th,
.application .table01 td{
  border-right: 1px solid #d7ba41;
  border-bottom: 1px solid #d7ba41;
  padding: 1.5em 1em;
}
.application .table01 td {
  background: #fff;
  text-align: left;
}
.application .table01 th {
  background: #f1eac9;
  vertical-align: middle;
  min-width: 30%;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.application .table01 td .txt_s {
  font-size: 12px;
}
.application .juko_kiyaku_area_wrap {
  background: #fff;
}
@media screen and (min-width: 600px) {
  .application .table01 th {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .application h2 .txt_s {
    font-size: 15px;
  }
  .application .cont_box {
    padding: 40px 4%;
  }
  .application .ttl_border {
    font-size: 18px;
  }
  .application .table01 {
    font-size: 14px;
  }
  .application .table01 th,
  .application .table01 td {
    display: block;
  }
}

/* ------------------------------
juko_kiyaku
------------------------------ */
.juko_kiyaku_area {
  margin-top: 40px;
  padding: 0 25px 0 0;
  background: #fff;
  border: 25px solid #fff;
  border-right: none;
  height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .entry .juko_kiyaku_area {
    width: 96%;
    margin: 35px auto 0;
    padding: 0 20px 0 0;
    border: 15px solid #fff;
    border-right: none;
    height: 245px;
  }
}

/* ------------------------------
faq
------------------------------ */
.faq dl{
  font-size: 1.6em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.faq dt{
  padding-left: 3em;
  padding-bottom: .8em;
  margin-bottom: .8em;
  border-bottom: 1px solid #ddd;
  color: #1c236d;
  position: relative;
}
.faq dt::before{
  content: "Q";
  color: #fff;
  background: #1c236d;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
.faq dd{
  padding-left: 3em;
  position: relative;
}
.faq dd::before{
  content: "A";
  color: #fff;
  background: #EA5521;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
 .faq dl{ font-size: 14px;}
}
