@charset "shift-jis";

/* --------------------------------------------------------------------
  Financial Academy

  Style Info: cart setting

-------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
#tab5_left,
.style1607_inyo li {
  box-sizing: content-box;
}
body {
  counter-reset: vol 0;
  overflow-x: hidden;
  font-size: 17px;
}
img { max-width: 100%;}
.tac { text-align: center;}
.tar { text-align: right;}
.txt_s{ font-size: .75em;}
.txt_l{ font-size: 1.35em;}
.txt_bold{ font-weight: bold;}

.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

/* fixed-btn */
.fixed-btn {
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 10px 77px 10px 10px;
  background: rgba(0,0,0,.3);
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all .3s;
}
.fixed-btn.is-show {
  bottom: 0;
}
.fixed-btn > *,
.fixed-btn a {
  margin: 0 auto !important;
}

/* btn_cta */
.btn_cta {
  display: block;
  position: relative;
  width: 100%;
  max-width: 523px;
  margin: 50px auto 0;
  padding: 0.9em 15px 0.9em 1em;
  background: #c62b40;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.btn_cta::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}
.btn_cta:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .btn_cta {
    font-size: 16px;
  }
}

/* marker_01 */
.marker_01 {
  background: linear-gradient(transparent 40%, #ffff00 40%);
}

.pc { display: inherit;}
.sp { display: none !important;}
.kitei_sp {display: none;}
.br_pc::before {
  content: "\A";
  white-space: pre;}
a:hover { opacity: .75;}

#contents {
  padding: 0 0 5px 0;
}
section h2 {
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  position: relative;
}
section h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #1e236e;
  width: 115px;
  margin: 20px auto 85px;
}
section h3 {
  text-align: center;
  font-size: 23px;
}
section h3.line {
  position: relative;
  margin: 50px 0 80px;
  color: #1e236e;
  border-top: 1px solid #1e236e;
}
section h3.line>span {
  position: absolute;
  top: -1em;
  background: #f3f3f2;
  padding: 0 .6em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 22px;
}
h3 .sub {
  display: block;
  font-size: .7em;
  font-weight: bold;
  padding-top: 30px;
}
.bg-beige { background-color: #f3f3f2;}
.bg-fabl-l { background-color: rgba(27, 38, 105, .05);}
.lead {
  font-size: 20px;
  text-align: center;
}
.lead .color {
  font-size: 1.35em;
  color: #3193d5;
}
.caution {
  font-size: .8em;
}
.text_l {
  font-size: 18px;
}
img.per {
  width: 86px;
}
img.per02 {
  width: 133px;
}
img.plus {
  width: 112px;
}
img.number {
  width: 1.55em;
}
img.no01 {
  width: 1.1em;
}
img.per,
img.per02,
img.plus,
img.number,
img.no01 {
  vertical-align: baseline;
  padding: 0 5px;
}

section .inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
.btn01 {
  text-align: center;
}
.btn01 a {
  background: #c6272d url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 27px;
  width: 55%;
  max-width: 540px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #782332;
  letter-spacing: .175em;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: .7;
}
.btn01.closing {
  background: #e0e0e0;
  color: #fff;
  padding: 10px 60px;
  font-size: 27px;
  width: 55%;
  max-width: 540px;
  display: block;
  margin: 60px auto 0;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #b7b7b7;
  letter-spacing: .175em;
}
.btn02 {
  text-align: center;
  background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
  width: 100%;
  /*    max-width: 410px;*/
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  padding: 15px;
  position: relative;
  letter-spacing: .1em;
  box-shadow: 0 1.5px 0 #782332;
}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
}
/*.btn02::before{
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 25px;
}*/
.btn02:hover {
  cursor: pointer;
  opacity: .7;
}
.ul_list01>li {
  padding-left: 28px;
  background: url(/images/common/check_fabl.svg) left 4px/21px no-repeat;
  margin-bottom: 15px;
  line-height: 1.6;
}
.ol_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ol_list01>li {
  background: #e8e9f0;
  color: #1e236e;
  text-align: center;
  font-size: 22px;
  position: relative;
}
.ol_list01>li::before {
  content: "";
  padding: .7em;
  position: absolute;
  top: -.7em;
  left: 0;
  right: 0;
}
.ol_list01>li:first-child::before {
  background: url(/images/common/number/fabl/no01.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(2)::before {
  background: url(/images/common/number/fabl/no02.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(3)::before {
  background: url(/images/common/number/fabl/no03.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(4)::before {
  background: url(/images/common/number/fabl/no04.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(5)::before {
  background: url(/images/common/number/fabl/no05.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(6)::before {
  background: url(/images/common/number/fabl/no06.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(7)::before {
  background: url(/images/common/number/fabl/no07.svg)center center/contain no-repeat;
}
.ol_list01>li:nth-child(8)::before {
  background: url(/images/common/number/fabl/no08.svg)center center/contain no-repeat;
}
.ol_list01>li a {
  color: #1e236e;
  text-decoration: underline;
}
.strong {
  background: #e8e9f0;
  color: #1e226e;
  text-align: center;
  padding: 30px;
}
.strong p {
  font-size: 25px;
}
.melit .ol_list01 li {
  width: 30%;
  padding: 50px 40px;
}
.join .ol_list01 {
  margin-bottom: 35px;
}
.join .ol_list01 li {
  width: 100%;
  padding: 50px 35px 35px;
  font-size: 20px;
}
.join .ol_list01 li+li {
  margin-top: 45px;
}
.join .ul_list01 {
  column-count: 2;
  margin-bottom: 50px;
}
.join .strong {
  margin-bottom: 30px;
}
.join .txt_m {
  margin-bottom: 1em;
  font-size: 16px;
}
.wrap_figure {
  position: relative;
  height: 670px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.wrap_figure h3 {
  width: 300px;
  height: 300px;
  background: #1c236d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.wrap_figure .num li {
  width: calc(50% - 125px);
  max-width: 340px;
  text-align: center;
  font-size: 20px;
  color: #1c236d;
  position: absolute;
  margin: auto;

}
.wrap_figure .num li:first-child {
  left: 0;
  right: 0;
  top: 0;
}
.wrap_figure .num li:nth-child(2) {
  right: 0;
  top: 110px;
}
.wrap_figure .num li:nth-child(3) {
  right: 0;
  top: 320px;
}
.wrap_figure .num li:nth-child(4) {
  right: 65px;
  bottom: 0;
}
.wrap_figure .num li:nth-child(5) {
  left: 85px;
  bottom: 0;
}
.wrap_figure .num li:nth-child(6) {
  left: 0;
  top: 320px;
}
.wrap_figure .num li:nth-child(7) {
  left: 0;
  top: 110px;
}
.wrap_figure .num li::before {
  content: "";
  display: block;
  width: 30px;
  padding-top: 52px;
  background-position: center top;
  background-size: auto 80%;
  background-repeat: no-repeat;
  border-bottom: 4px solid #1c236d;
  margin: 0 auto 10px;
}
.wrap_figure .num li:first-child::before {
  background-image: url(/images/common/number/fabl/no01.svg);
}
.wrap_figure .num li:nth-child(2)::before {
  background-image: url(/images/common/number/fabl/no02.svg);
}
.wrap_figure .num li:nth-child(3)::before {
  background-image: url(/images/common/number/fabl/no03.svg);
}
.wrap_figure .num li:nth-child(4)::before {
  background-image: url(/images/common/number/fabl/no04.svg);
}
.wrap_figure .num li:nth-child(5)::before {
  background-image: url(/images/common/number/fabl/no05.svg);
}
.wrap_figure .num li:nth-child(6)::before {
  background-image: url(/images/common/number/fabl/no06.svg);
}
.wrap_figure .num li:nth-child(7)::before {
  background-image: url(/images/common/number/fabl/no07.svg);
}
.ttl01 .ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 335px;
  background: url(/event/231216/img/bg_ttl01.jpg) no-repeat center / cover;
  color: #fff;
  text-align: center;
}
.ttl01 .ttl_wrap {
  padding: 0 4%;
}
.ttl01 .ttl_wrap h2::after {
  margin-bottom: 0;
  border-color: #fff;
}
.ttl02 .ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 335px;
  background: url(/event/231216/img/bg_ttl02.jpg) no-repeat center / cover;
  color: #fff;
  text-align: center;
}
.ttl02 .ttl_wrap {
  padding: 0 4%;
}
.ttl02 .ttl_wrap h2::after {
  margin-bottom: 0;
  border-color: #fff;
}
.teacher>p {
  line-height: 2;
}
.teacher .books {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.teacher .books li {
  height: 146px;
  margin: 10px 15px;
}
.teacher .books li>img {
  height: 100%;
}

.curi h3 {
  line-height: 3;
  font-size: 28px;
  font-weight: bold;
  color: #1e226e;
  margin-bottom: 70px;
}
.curi h3 .day img {
  width: auto;
  background-color: #1e236e;
  padding: 15px;
  border-radius: 8px;
  line-height: 1;
}
.curi .ol_list01>li {
  width: 45%;
  padding: 50px 25px;
  margin-bottom: 50px;
}
.curi .ol_list01>li h4 {
  margin-bottom: .5em;
  font-weight: normal;
}
.curi .ol_list01>li .detail li {
  text-align: left;
  color: #000;
  font-size: 16px;
}
.curi .ol_list01+h3 {
  margin-top: 100px;
}
.consent>* {
  font-size: 16px;
}
.consent>h2 {
  margin-bottom: 55px;
  letter-spacing: 0;
}
.consent>h2::after {
  content: none;
}

.video {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
dt.accordion {
  border: 1px solid #0091d7;
  padding: 10px;
  font-size: 23px;
}
dt.accordion::after {
  content: "";
  padding: 15px;
  background: url(/images/common/arrow_fudo.svg) right 15px/25px no-repeat;
  display: inline-block;
  margin-left: 20px;
}
dt.accordion.active::after {
  transform: rotate(180deg);
  background-position: right 3px;
}
.text01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
  margin-bottom: 25px;
}
.text01 .photo01 {
  width: 50%;
  height: 50%;
  mix-blend-mode: multiply;
}
.text01 .photo02 {
  width: 48%;
  height: 48%;
}
.text01 p {
  position: absolute;
  bottom: 50px;
}
.text02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text02>div {
  width: 50%;
}
.text02>img {
  width: 23%;
  height: 23%;
}
.text02 h3 {
  text-align: left;
  color: #0091d7;
  margin-bottom: 40px;
}
h3.name {
  margin-bottom: 1em;
  font-size: 30px;
}
h3.name .position {
  display: block;
  font-size: .4em;
}
#modal-close {
  display: none;
}

/*-----------------------.experienceLearning---------------------------*/
.experienceLearning {
  /*    border: 2px solid #0091d7;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*    overflow: hidden;*/
  padding: 30px;
  /*    margin: 230px 0 80px;
  margin: 80px 0;*/
  background: #fff;
  width: 80%;
  margin: auto;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}
.experienceLearning h3 {
  color: #0091d7;
  text-align: center;
  font-size: 34px;
  border-bottom: 1px dashed #0091d7;
  margin: 40px auto 30px;
}
.experienceLearning h4 {
  font-size: 18px;
  color: #FFF;
  background-color: #FD9827;
  text-align: center;
  margin-right: 10px;
  display: inline;
  padding: 5px;
}
.experienceLearning p {
  font-size: 12px;
  margin-bottom: 10px;
}
.experienceLearning table {
  border: 1px solid #b6b6b6;
  width: 100%;
  left: 0;
  right: 0;
  margin: 10px 0 25px 0;
  font-size: 14px;
  table-layout: fixed;
}
.experienceLearning .web_dvd table tr {
  border-bottom: 1px solid #b6b6b6;
}
/*.experienceLearning .formular table tbody th,
.experienceLearning .formular table tbody td{
  display: block;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #b6b6b6;
  text-align: center;
}*/
.experienceLearning .formular table tbody th {
  width: 25%;
}
.experienceLearning .formular table tbody th .step {
  display: inline-block;
  color: #fff;
  background: #0091d7;
  border-radius: 10px;
  padding: 0 15px;
}
/*.experienceLearning table th,
.experienceLearning table.courseInfo tbody th*/
.experienceLearning .web_dvd table th {
  /*    width: 320px;
  background: none;
  background-image:none;
  background-color: #fff;*/
  border-right: 1px dotted #b6b6b6;
  text-align: center;
  padding: 10px 0;
}
.experienceLearning table td {
  padding: 10px;
  background-color: #fff;
  width: 75%;
}
.experienceLearning table th.title03 {
  font-size: 23px;
  background-color: #1eb4dc;
  color: #fff;
  border: solid 1px #1eb4dc;
}
.orangeFont {
  color: #ff6500;
}
.experienceLearning p.free {
  text-align: center;
}
.experienceLearning table p.fontore {
  color: #FD9827;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.experienceLearning p.web {
  padding-top: 10px;
  float: left;
}
.experienceLearning p.dvd {
  padding-top: 10px;
  float: right;
}
.experienceLearning p.homeLearning {
  margin: 50px 0 20px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
.experienceLearning p.homeLearning strong {
  color: #1eb4dc;
  font-size: 30px;
}
#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
#modal-overlay:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 106px;
  right: 15%;
  width: 2px;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal-overlay:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 106px;
  right: 15%;
  width: 2px;
  height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tsushin-tsugaku {
  border: 1px solid #0091d7;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  margin-top: 80px;
  /*    margin-bottom:75px;*/
}
.tsushin-tsugaku h3 {
  color: #0091d7;
  text-align: center;
  font-size: 33px;
  border-bottom: 1px dashed #0091d7;
  width: 90%;
  margin: 40px auto 30px;
}
.tsushin-tsugaku>img {
  width: 100%;
  margin-bottom: 50px;
}
.courseList>li {
  width: 50%;
  float: left;
  padding: 30px 30px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
}
.courseList>li:last-child {
  border-left: 1px solid #0091d7;
}
.courseList li img {
  max-width: 100%;
  margin-bottom: 1em;
}
.courseList li h4 {
  font-size: 30px;
  color: #008fd9;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
/*.courseList li p {
  font-size: 19px;
  color: #2d4196;
  line-height: 1.4;
  font-weight: bold;
  border-left: 5px solid #0091d7;
  padding-left: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 10px 0 15px 0;
}
.courseList li p.recommend02{ font-size: 1.1em;}*/
.courseList li .top_txt {
  margin-bottom: 30px;
}
.courseList li .top_txt .price {
  color: #3193d5;
  letter-spacing: .2em;
}
.courseList li a {
  display: block;
  text-align: center;
}
.courseList li table {
  margin-bottom: 40px;
  border-top: 1px solid #3193d5;
  border-left: 1px solid #3193d5;
}
.courseList li table span {
  font-weight: bold;
}
.courseList li table th {
  background-color: #eef6fd;
  width: 33%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #3193d5;
  border-right: 1px solid #3193d5;
  font-weight: normal;
  color: #3193d5;
}
.courseList li table td {
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #3193d5;
  border-right: 1px solid #3193d5;
}
.courseList li table td .list li {
  margin-right: .3em;
  display: inline-block;
}
.courseList li table td .dates {
  display: inline-block;
  text-align: left;
  color: #3193d5;
  line-height: 1;
  padding-top: .3em;
}
.courseList li table td .dates::after {
  content: "rr";
  letter-spacing: -.5em;
  padding-left: .3em;
}
.courseList li table td .dates:hover {
  text-decoration: underline;
}
dl.kitei {
  margin-top: 35px;
}
dl.kitei dt.accordion {
  text-align: center;
}
.kitei_sp {
  display: none;
}
/* ΐSΜσu§x */
.cls-1,
.cls-2,
.cls-3 {
  stroke: #0091d7;
}
.about h3 {
  color: #0091d7 !important;
}
.about li {
  width: 21%;
  border: 1px solid #0091d7;
  margin-bottom: 1em;
}
.about li:nth-child(odd) {
  margin-right: 0;
}
.about li>p {
  font-size: 16px;
}
.about li .caution {
  top: calc(100% + 1em);
}
.about li h4 {
  color: #0091d7;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.5;
}
.about .henkin {
  width: 100%;
  margin-bottom: 75px;
}
.about .henkin h4 {
  font-size: 27px;
}
.about li.double>svg {
  max-width: 100%;
  margin: 0 auto;
}
.about li.keizoku>svg {
  margin: 15px auto 0;
}
.about li.family>svg {
  margin: 20px auto;
}
.about li.kyugaku>svg {
  margin: 15px auto;
}
/* Μ±wKο */
.taiken .inner {
  padding-bottom: 0;
}
.taiken ul.course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.taiken ul.course li {
  width: 47.5%;
  border: 1px solid #3193d5;
  text-align: center;
  font-size: 20px;
}
.taiken ul.course li h3 {
  font-size: 30px;
  line-height: 1.5;
  color: #3193d5;
  padding: 20px;
  border-bottom: 1px solid #3193d5;
  margin-bottom: 20px;
}
.taiken ul.course li .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}
.taiken ul.course li .point>p {
  width: 113px;
  height: 113px;
  border: 1px solid #3193d5;
  border-radius: 100%;
  color: #3193d5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 15px;
}
.taiken ul.course li .point>p span {
  display: block;
  width: 100%;
}
.taiken ul.course li .point>p .txt_s {
  font-size: .8em;
}
.taiken ul.course li .btn02 {
  margin: 0 8.5% 35px;
  width: 83%;
}
.taiken ul.course li .btn02>a {
  color: #fff;
}
/* .info β’νΉζ */
.info .school_info {
  border-top: 3px solid #0092d8;
  border-bottom: 3px solid #0092d8;
  background: #eaf6fd;
  padding: 40px 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.info .school_info h3 {
  width: 70%;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  color: #0092d8;
  font-size: 28px;
  border-top: 1px dashed #0092d8;
  border-bottom: 1px dashed #0092d8;
  text-align: left;
  padding: 25px 0;
  letter-spacing: .1em;
}
.info .school_info h3 figure {
  position: absolute;
  top: -15px;
  right: -246px;
}
.info .school_info .school_info_question li {
  padding-left: 25px;
  padding-bottom: 25px;
  background: url(/vod/img2017/icn_q.svg) left top/24px no-repeat;
  text-align: left;
  font-size: 21px;
  line-height: 1.5;
}
.info .school_info .school_info_question {
  position: relative;
  margin-bottom: 85px;
}
.info .school_info .school_info_question:after {
  content: "";
  border: 14px solid transparent;
  border-top: 24px solid #0092d8;
  position: absolute;
  left: 50%;
  bottom: -65px;
}
.info .school_info>p {
  text-align: center;
  font-size: 18px;
  line-height: 3;
}
.info .school_info+.btn_wrap {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info .school_info+.btn_wrap li {
  width: 47%;
}
.info .school_info+.btn_wrap li a {
  display: block;
  color: #fff;
  font-size: 26px;
  width: 100%;
  /*    height: 60px;*/
  padding: 15px 0 15px 20px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #0092d8;
  color: #0092d8;
  background: url(/vod/img2017/arrow03.svg) 95% center/35px no-repeat;
}
/* uσuΆΜΊvXC_[ */
.comment_slick.slick-initialized .slick-slide {
  padding: 30px;
}
.comment_slick .slick-dots li button:before {
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.comment_slick .slick-prev {
  left: 30px;
  z-index: 10;
}
.comment_slick .slick-prev::before {
  content: "";
  color: #008fd9;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(45deg);
  display: block;
}
.comment_slick .slick-next {
  right: 30px;
}
.comment_slick .slick-next::before {
  content: "";
  color: #008fd9;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  transform: rotate(225deg);
  display: block;
}
/* sliderͺ */

#students_wrap {
  font-size: 10px;
}
#students_wrap p {
  margin-bottom: 1em;
}
#students_wrap .comment {
  padding: 30px 0;
}
#students_wrap .comment li {
  float: left;
  width: 550px;
  text-align: left;
}
#students_wrap .comment li .title {
  font-size: 20px;
  font-size: 2.0em;
  color: #eb7846;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .35em;
}
#students_wrap .comment li .name {
  font-size: 15px;
  font-size: 1.5em;
}
#students_wrap .comment li small {
  display: block;
  font-size: 11px;
  font-size: 1.1em;
}
#students_wrap .comment li:last-child {
  /*width: 150px; */
  width: 400px;
  /* background: yellow; */
  text-align: right;
}
#students_wrap .multi-2col {
  /*height: 260px;*/
  height: 290px;
  font-size: 14px;
  line-height: 1.7;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  margin-bottom: 40px;
}
section#intro .voice .slick-dots {
  bottom: 80px;
}
section#policy {
  padding-bottom: 90px;
}
section#intro p,
section#policy p {
  font-size: 18px;
  line-height: 1.7;
  /*letter-spacing: .05em;*/
  text-align: center;
  margin-bottom: 30px;
}
section#intro .voice {
  background: #f3f3f2;
  padding: 50px 50px 100px;
}
section#intro .voice .width48 {
  background: #fff;
  border: 15px solid #f3f3f2;
}
section#intro .voice .width48 p {
  text-align: left;
}
section#intro .voice .width48 .img {
  position: relative;
  min-height: 100px;
}
section#intro .voice .width48 .img::before {
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
  background-image: url(/school/image/icn_students.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
section#intro .voice .width48 .img.man01::before {
  background-position: left top;
}
section#intro .voice .width48 .img.man02::before {
  background-position: -100px top;
}
section#intro .voice .width48 .img.man03::before {
  background-position: -200px top;
}
section#intro .voice .width48 .img.man04::before {
  background-position: -300px top;
}
section#intro .voice .width48 .img.woman01::before {
  background-position: left bottom;
}
section#intro .voice .width48 .img.woman02::before {
  background-position: -100px bottom;
}
section#intro .voice .width48 .img.woman03::before {
  background-position: -200px bottom;
}
section#intro .voice .width48 .img.woman04::before {
  background-position: -300px bottom;
}
section#intro .voice .width48 .name {
  color: #008fd9;
  font-weight: bold;
  margin-bottom: 10px;
}
section#intro .voice .width48 .names {
  display: inline-block;
  font-size: 15px;
}
section#intro .voice .width48 .txt {
  font-size: 1.4em;
}
/* ηΚ^p */

.naphfl {
  display: flex;
  justify-content: space-between;
}
.naphfl p {
  width: 50%;
}
.naphfl p.pho {
  padding-left: 80px;
}
/* ηΚ^p±±άΕ */

.ar_img {
  display: flex;
  flex-wrap: wrap;
}
.ar_img img {
  width: 33.3%;
  height: 33.3%;
}
#policy ul {
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
  width: 87%;
  max-width: 870px;
  margin: 0 auto;
}
#policy ul li:first-child {
  width: 38%;
}
#policy ul li:first-child img {
  width: 100%;
}
#policy ul li:last-child {
  width: 55%;
  padding-top: 2em;
}
#policy ul li:last-child p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: inherit;
  text-align: left;
}
.sp_br {
  display: none;
}
/* ^ubgΘΊ */
@media screen and (max-width: 1024px) {
  #head2 {
    height: 85px !important;
  }
  #container {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
  .lead {
    font-size: 20px;
  }
  h2>.icn {
    right: 0;
  }
  ol.curriculum>li {
    width: 32%;
  }
  .btn01 {
    max-width: 100%;
  }
  .btn01 a,
  .btn01.closing {
    width: 80%;
  }
  .video {
    max-width: 100%;
  }
  .text01 p {
    left: 0;
    bottom: 5px;
  }
  .text02 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 889px) and (min-width: 768px) {
  ul.canLearn.circle li {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  ul.canLearn.circle li {
    width: 125px;
    height: 125px;
    font-size: 12px;
    margin: 10px;
  }
}
@media screen and (max-width: 700px) {

  .coverimg_wrap {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
  #policy ul {
    margin-bottom: 40px;
    display: block;
  }
  #policy ul li:first-child {
    width: 100%;
  }
  #policy ul li:last-child {
    text-align: left;
  }
  #policy h3 {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  #policy ul li {
    width: 100%;
    text-align: center;
  }
  #policy ul li img {
    width: 42%;
    width: 60%;
    margin: auto;
  }
  #policy ul li:last-child {
    width: 100%;
    padding-left: 0;
  }
  #policy ul li:last-child p {
    font-size: 14px;
    padding: 0 10px;
  }
  section#intro h2 {
    font-size: 20px;
  }
  section p {
    font-size: 14px;
  }
  section#policy {
    padding-bottom: 20px;
  }
}
/* X}z */
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  .br_pc::before {
    content: none;
  }
  .br_sp::before {
    content: "\A";
    white-space: pre;
  }
  .text_l {
    font-size: 1.15em;
  }
  section .inner {
    padding: 40px 0;
  }
  section h2 {
    font-size: 19px;
    letter-spacing: 0;
  }
  section h2::after {
    width: 80px;
    margin: 15px auto 25px;
  }
  section h3 {
    font-size: 1.2rem
  }
  .lead {
    font-size: 12px;
    text-align: left;
  }
  .btn01 a {
    font-size: 16px;
    padding: 10px 5px;
    background: #ca2828 url(/images/common/arrow02.svg) 97% center/12px no-repeat;
    letter-spacing: .1em;
    margin: 30px auto;
    width: 100%;
    text-align: center;
  }
  .btn01.closing {
    font-size: 16px;
    padding: 10px 5px;
    letter-spacing: .1em;
    margin: 30px auto 0;
    width: 95%;
    text-align: center;
  }
  .btn02::before {
    left: 5px;
  }
  ul.type li {
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
  }
  .ol_list01>li {
    font-size: 18px;
  }
  .melit .ol_list01 li {
    width: 80%;
    padding: 25px;
    margin: 20px auto;
  }
  .join .ol_list01 li {
    padding: 25px;
    font-size: 16px;
    margin-top: 30px;
  }
  .join .ul_list01 {
    column-count: 1;
  }
  .wrap_figure {
    height: auto;
  }
  .wrap_figure h3 {
    width: auto;
    height: auto;
    border-radius: 10px;
    position: static;
    margin-bottom: 1.5em;
  }
  .wrap_figure .num li {
    width: calc(100% - 2em);
    max-width: inherit;
    font-size: 17px;
    position: static;
    margin: 0 0 1em 2.5em;
    text-align: left;
    text-indent: -2em;
  }
  .wrap_figure .num li::before {
    display: inline-block;
    width: 20px;
    padding-top: 25px;
    background-position: center center;
    background-size: contain;
    border-bottom: 0;
    margin: 0 1em 0 0;
    vertical-align: middle;
  }
  .ttl01 .ttl_wrap,
  .ttl02 .ttl_wrap {
    min-height: 200px;
  }
  .strong {
    padding: 15px;
  }
  .strong p {
    font-size: 17px;
  }
  section h3.line {
    margin: 50px 0 20px;
  }
  section h3.line>span {
    white-space: normal;
    font-size: 16px;
  }
  section h3.line>span.w75 {
    width: 75%;
  }
  .join .caution+h3.line {
    margin: 100px auto 50px;
  }
  ol.curriculum>li {
    width: 49%;
    margin-bottom: 15px;
  }
  ol.curriculum li::before {
    left: 0;
  }
  ol.curriculum>li h3 {
    margin-bottom: 0;
    font-size: 12px;
  }
  ol.curriculum>li>ol {
    display: none;
  }
  ul.find {
    display: block;
  }
  ul.find li {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .kitei {
    display: none;
  }
  .kitei_sp {
    display: block;
  }
  .about .kitei_sp h3 {
    border: 1px solid #0091d7;
    font-size: 15px !important;
  }
  .teacher .books li {
    height: 108px;
  }

  .curi h3 {
    line-height: 3;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .curi h3 .day img {
    padding: 10px;
  }
  .curi .ol_list01>li {
    width: 95%;
    padding: 30px 15px;
    margin: 0 auto 50px;
  }
  .curi .ol_list01>li .detail li {
    font-size: 14px;
  }
  .curi .ol_list01+h3 {
    margin-top: 0px;
  }
  .consent>* {
    font-size: 13px;
  }
  .consent>h2 {
    margin-bottom: 30px;
  }

  #students_wrap .comment {
    padding: 30px 0;
  }
  .contentBlock.contentBlock02 {
    margin-top: 170px;
  }
  #students_wrap .comment {
    padding: 30px 0;
  }
  .contentBlock.contentBlock02 {
    margin-top: 170px;
  }
  section#intro .voice {
    padding: 50px 16px 100px;
  }
  .comment_slick .slick-prev {
    left: 10px;
  }
  .comment_slick .slick-next {
    right: 10px;
  }
  .comment_slick .slick-prev::before,
  .comment_slick .slick-next::before {
    width: 5px;
    height: 5px;
  }
  .voice .slick-dots li {
    margin: 0;
  }
  section#intro .voice .width48 .name {
    font-size: 14px;
    color: #008fd9;
    font-weight: bold;
    margin-bottom: 10px;
  }
  section#intro .voice .width48 .names {
    font-size: 12px;
  }
  .naphfl p.pho {
    padding-left: 0px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry .gaiyou {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #1e236e;
  border-left: 1px solid #1e236e;
}
.entry .gaiyou+.gaiyou {
  margin-top: 60px;
}
.entry .gaiyou th,
.entry .gaiyou td {
  padding: 1.5em;
  border-right: 1px solid #1e236e;
  border-bottom: 1px solid #1e236e;
}
.entry .gaiyou th {
  width: 14.5%;
  font-weight: normal;
  background: #e8e9f0;
  color: #1e236e;
  text-align: center;
}
.entry .gaiyou td {
  background: #fff;
}
.entry .gaiyou td a {
  text-decoration: underline;
}
.entry .gaiyou td .map {
  display: inline-block;
  margin-left: 1em;
  background: #1c236d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  text-decoration: none;
}
.entry .gaiyou td .check {
  display: inline-block;
}
.entry .gaiyou td .check li {
  text-align: left;
}
.entry .gaiyou td .check li+li {
  margin-top: 1em;
}
.entry .gaiyou td .check li input {
  display: none;
}
.entry .gaiyou td .check li .list {
  padding-left: 50px;
  position: relative;
  display: block;
}
.entry .gaiyou td .check li .list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: #fff;
}
.entry .gaiyou td .check li input:checked+.list::before {
  border: 1px solid #e35369;
  background: #fbf3f0;
}
.entry .gaiyou td .check li input:checked+.list::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d7063a;
  border-right: 3px solid #d7063a;
}
.entry .gaiyou.step {
  margin-bottom: 60px;
}
.entry .gaiyou.step th {
  position: relative;
  padding: 0.6em 100px 0.6em 2.5em;
  font-size: 20px;
  text-align: left;
}
.entry .gaiyou.step td {
  padding: 2.5em 1em;
  text-align: center;
}
.entry .gaiyou.step th,
.entry .gaiyou.step td {
  display: block;
  width: 100%;
}
.entry .gaiyou.step th .required {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0.45em 0.6em;
  background: #ee7c52;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.entry .entry_check_list {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
.entry .entry_check_list li+li {
  margin-top: 30px;
}
.entry .entry_check_list input[type=radio] {
  display: none;
}
.entry .entry_check_list .radio_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.5em 2em 1.5em 60px;
  border: 1px solid #1c2569;
  border-radius: 5px;
  text-align: left;
  line-height: 1.4;
  cursor: pointer;
}
.entry .entry_check_list .radio_entry::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 50%;
  content: '';
}
.entry .entry_check_list .radio_entry::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #1c2569;
  border-radius: 50%;
  opacity: 0;
  content: '';
}
.entry .entry_check_list input[type=radio]:checked+.radio_entry {
  background: #1c2569;
  color: #fff;
}
.entry .entry_check_list input[type=radio]:checked+.radio_entry::after {
  opacity: 1;
}
.entry .entry_check_list .radio_entry span {
  float: right;
}
@media screen and (max-width: 599px) {
  .entry .gaiyou+.gaiyou {
    margin-top: 40px;
  }
  .entry .gaiyou.step {
    margin-bottom: 40px;
  }
  .entry .gaiyou th,
  .entry .gaiyou td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .entry .gaiyou td .map {
    margin: 0.3em 0 0.5em;
  }
  .entry .gaiyou.step th {
    padding: 0.6em 75px 0.6em 1em;
    font-size: 16px;
  }
  .entry .gaiyou.step th .required {
    font-size: 14px;
  }
  .entry .entry_check_list .radio_entry span {
    display: block;
    margin-top: 0.5em;
    float: none;
  }
}
.btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 1.2em 35px 1.2em 1em;
  background: #c6272e;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 0 #4e4949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.btn_entry::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  content: '';
}
.btn_entry::after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border-left: 13px solid #c6272e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
}
.btn_entry:hover {
  text-decoration: none;
}
.btn_entry.desabled {
  pointer-events: none;
  background: #e0e0e0;
  box-shadow: 0 2px 0 #b7b7b7;
}
.btn_entry.desabled::after {
  border-left-color: #e0e0e0;
}
@media screen and (max-width: 599px) {
  .btn_entry {
    font-size: 18px;
  }
}
/* ------------------------------
mv
------------------------------ */
.mv {
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.mv .img {
  padding: 75px 3%;
  background: url(/event/231216/img/mv.jpg) center center/cover no-repeat;
}
.mv .img .inner {
  width: 98%;
  max-width: 650px;
  padding: 62px 5%;
  background: rgba(28, 37, 105, 0.9);
  color: #fff;
  text-align: center;
}
.mv h1 {
  font-family: Georgia, "ΰΎ©", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGSΎ©E", "?CI", Meiryo, serif;
  font-size: 95px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: .75;
}
.mv h1 .txt_s {
  display: inline-block;
  font-size: 46px;
  letter-spacing: 0;
  text-indent: -.75em;
}
.mv .lead {
  width: fit-content;
  border: 1px solid;
  border-radius: 2em;
  font-size: 16px;
  margin: 0 auto 2em;
  padding: 0 15px;
}
.mv .date {
  max-width: 490px;
  margin: 1.4em auto 0;
  padding: 0.2em;
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
  color: #333;
  font-size: 22px;
}
.mv .catch {
  padding: 2.5em 4%;
  background: #e8e9f0;
  color: #1e236e;
  font-size: 22px;
  text-align: center;
}
.mv .catch .catch_note {
  margin-top: 1.8em;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .mv .img .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .mv .img {
    background: none;
    padding: 0 0 0 ;
  }
  .mv .img::after {
    content: "";
    display: block;
    padding-top: 30%;
    background: url(/event/231216/img/mv.jpg) center center/cover no-repeat;
  }
  .mv .img .inner {
    width: 100%;
    padding: 20px 5%;
  }
  .mv h1 {
    margin: 0 0 15px;
    font-size: 55px;
    line-height: .6;
  }
  .mv h1 .txt_s {
    font-size: 26px;
  }
  .mv .lead {
    font-size: 13px;
    text-align: center;
  }
  .mv .date {
    font-size: 14px;
  }
  .mv .catch {
    padding: 2em 4%;
  }
  .mv .catch p {
    font-size: 16px;
    text-align: left;
  }
  .mv .catch .catch_note {
    font-size: 12px;
  }
}

/* ------------------------------
message
------------------------------ */
.message {
  padding: 80px 0;
  background: #dbf2f7 url(/event/241207/img/bg_message_pc.jpg) no-repeat top center / 100%;
}
.message .message_inner {
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 4% 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.message h2 {
  margin: 0 0.4em 1em 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22M0%2C0H8V14H0Z%22%20transform%3D%22translate(1116%201102)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-1116%20-1102)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M457.636%2C1.872h.709l5.623-14h-.7Z%22%20transform%3D%22translate(659.188%201114.128)%22%20fill%3D%22%231b2669%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: repeat-x;
  background-position: left center;
  color: #1b2669;
  font-family: "Hiragino Mincho ProN W6", "qMmΎ© ProN W6", "Hiragino Mincho ProN", "HGΎ©E", "ΰΎ©", YuMincho, "lr oΎ©", "lr Ύ©", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
}
.message h2::after {
  content: none;
}
.message h2 span {
  display: inline-block;
  padding-right: 1.5em;
  background: #fff;
}
.message p {
  font-family: "Hiragino Mincho ProN W3", "qMmΎ© ProN W3", "Hiragino Mincho ProN", "HGΎ©E", "ΰΎ©", YuMincho, "lr oΎ©", "lr Ύ©", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.message p .txt_strong {
  background: linear-gradient(transparent 40%, rgba(215, 186, 65, 0.2) 40%);
  font-family: "Hiragino Mincho ProN W6", "qMmΎ© ProN W6", "Hiragino Mincho ProN", "HGΎ©E", "ΰΎ©", YuMincho, "lr oΎ©", "lr Ύ©", serif;
  font-weight: bold;
}
.message p + p {
  margin-top: 1.5em;
}
.message .sign {
  text-align: right;
}
.message .line_btm {
  max-width: 895px;
  height: 15px;
  margin: 25px 0 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22M0%2C0H8V14H0Z%22%20transform%3D%22translate(1116%201102)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-1116%20-1102)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M457.636%2C1.872h.709l5.623-14h-.7Z%22%20transform%3D%22translate(659.188%201114.128)%22%20fill%3D%22%231b2669%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: repeat-x;
  background-position: left center;
}
.message .btn_toggle {
  display: block;
  position: relative;
  width: 220px;
  margin: 0 auto;
  padding: 0.5em 20px 0.5em 0.5em;
  background: #1b2669;
  border-radius: 5px;
  color: #fff;
  font-family: 'qMmpSVbN Pro', 'Hiragino Kaku Gothic Pro','lr oSVbN','MS P Gothic', system-ui, sans-serif;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.message .btn_toggle::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
.message .btn_toggle:hover {
  opacity: 0.8;
}
.message .btn_toggle .txt_more {
  display: none;
}
.message .message_inner.hide {
  height: 665px;
  overflow: hidden;
  transition: max-height 0.2s
}
.message .message_inner.hide::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 60%,rgba(255,255,255,1) 100%);
  content: '';
}
.message .message_inner.hide .btn_toggle {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 5;
}
.message .message_inner.hide .btn_toggle::after {
  top: calc(50% - 8px);
  transform: rotate(135deg);
}
.message .message_inner.hide .btn_toggle .txt_more {
  display: block;
}
.message .message_inner.hide .btn_toggle .txt_close {
  display: none;
}
@media screen and (max-width: 599px) {
  .message {
    padding: 70px 0;
    background-image: url(/event/241207/img/bg_message_sp.jpg);
  }
  .message .message_inner {
    padding: 40px 6.5% 35px;
  }
  .message h2 {
    font-size: 20px;
  }
  .message h2 span {
    padding-right: 0.3em;
  }
  .message p {
    font-size: 14px;
  }
  .message .message_inner.hide {
    height: 510px;
  }
}

/* ------------------------------
achievement
------------------------------ */
.achievement_ttl {
  color: #1e236e;
  border-top: 1px dotted #1E236E;
  border-bottom: 1px dotted #1E236E;
  font-size: 25px;
  padding: 5px;
  margin-top: 60px;
}
.achievement_list .item {
  border: 1px solid #1c2569;
  border-radius: 5px;
  margin-top: 68px;
  text-align: left;
  position: relative;
}
.achievement_list .item .head {
  min-width: 280px;
  background-color: #1c2569;
  color: #fff;
  font-family: "ΰΎ©", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGSΎ©E", "?CI", "Meiryo", serif;
  padding: 5px;
  position: absolute;
  left: -1px;
  top: -28px;
}
.achievement_list .item .ttl {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  font-size: 25px;
  font-weight: lighter;
  text-align: center;
  display: flex;
  align-items: flex-end;
  padding: 0 5px 10px;
}
.achievement_list .item .ttl .num {
  font-size: 29px;
  line-height: 1;
  margin-right: 15px;
}
.achievement_list .item .ttl .num .small {
  font-size: 15px;
}
.achievement_list .item .ttl .txt_s {
  line-height: 2.1;
  padding-right: .5em;
}
.achievement_list .item .data {
  color: #1c2569;
  font-size: 20px;
  letter-spacing: .05em;
  padding: 15px 30px 15px 325px;
  display: flex;
}
.achievement_list .item .data.top { padding-top: 25px;}
.achievement_list .item .data.bottom { padding-bottom: 25px;}
.achievement_list .item .data > * {
  flex: 1 1 50%;
}
.achievement_list .item .data dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
}
.achievement_list .item .data .between {
  justify-content: space-between;
}
.achievement_list .item .data dl .txt_l {
  font-size: 36px;
  line-height: 1;
}
.achievement_list .item .data .notes {
  font-size: 16px;
  margin-left: 10px;
}
.achievement_list .item .data .arrow {
  flex: 0 0 auto;
  align-self: center;
  border-left: 18px solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.achievement_list .item .data .noarrow {
  flex-basis: calc(50% + 32px);
}
.achievement_txt_more{
  color: #1c2569;
  font-size: 24px;
  text-align: right;
  margin-top: 1.5em;
}
@media screen and (max-width: 839px) {
  .achievement_list .item .data{ padding: 16px 12px;}
  .achievement_list .item .data.top { padding-top: 70px;}
  .achievement_list .item .data .arrow {
    border-left: 13px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .achievement_list .item .data .noarrow {
    flex-basis: calc(50% + 27px);
  }
}
@media screen and (max-width: 599px) {
  .achievement_list .item .data{ font-size: 14px;}
  .achievement_list .item .data dl .txt_l{ font-size: 28px;}
  .achievement_list .item .data .notes{ font-size: 12px;}
  .achievement_txt_more{ font-size: 18px;}
}

/* ---------------
other_schools
--------------- */
.other_schools .such-one-box {
  background-color: #fff;
  font-size: 16px;
  padding: 30px 40px;
}
.other_schools .ttl-such-one {
  color: #1e236e;
  border-top: 1px dotted #1E236E;
  border-bottom: 1px dotted #1E236E;
  font-size: 16px;
  padding: 5px;
  margin-top: 40px;
}
.other_schools .such-one-box .introduction-wrap {
  display: flex;
  justify-content: space-between;
}
.other_schools .such-one-box .introduction-wrap>div {
  width: 48%;
  max-width: 460px;
  margin-top: 30px;
}
.other_schools .such-one-box .introduction .detail {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
}
.other_schools .such-one-box .introduction.fudo .detail {
  background-color: #0091d7;
}
.other_schools .such-one-box .introduction.mf .detail {
  background-color: #00af78;
}
.other_schools .such-one-box .introduction .detail .heading {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.other_schools .such-one-box .introduction .detail .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
.other_schools .such-one-box .introduction .detail .btn {
  display: block;
  background-color: #fff;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  padding: 4px 0;
}
.other_schools .such-one-box .introduction.fudo .detail .btn {
  background-image: url(/school/image/online_izumi/icn_arrow_circle_fudo.svg);
  color: #0091d7;
}
.other_schools .such-one-box .introduction.mf .detail .btn {
  background-image: url(/school/image/online_izumi/icn_arrow_circle_mf.svg);
  color: #00af78;
}
.other_schools .such-one-box .introduction .detail .btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .other_schools .such-one-box {
    padding: 15px;
  }
  .other_schools .ttl-such-one {
    font-size: 15px;
  }
  .other_schools .such-one-box p {
    font-size: 14px;
  }
  .other_schools .such-one-box .introduction-wrap {
    display: block;
  }
  .other_schools .such-one-box .introduction-wrap>div {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .other_schools .such-one-box .introduction .detail {
    padding: 20px 15px;
  }
  .other_schools .such-one-box .introduction .detail .txt {
    margin-bottom: 20px;
  }
}
