/* ===================================================================
   top
=================================================================== */
header {
  position: fixed;
  left: 0;
}

/*---------------------------------------------------------------------------*/
.sec_area {
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.sec_area .bg_top {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

.sec_area .bg_top img {
  width: 100%;
}

.sec_ttl {
  padding-top: 45px;
  text-align: center;
  line-height: 1.0;
}

.for_en {
  font-weight: bold;
}

.txt_area {
  font-size: 20px;
  display: block;
}

.txt_area p + p {
  margin-top: 1em;
}

/*---------------------------------------------------------------------------*/
.sec_area.main {
  clear: both;
  padding: 190px 0 0;
  text-align: center;
}

.main .inner {
  padding-bottom: 240px;
  position: relative;
}

.main .catch_txt {
  width: 490px;
  margin: 0 auto 55px;
}

.main .main_logo {
  text-align: center;
  z-index: 3;
}

.main .for_en {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

.main .inner p + p {
  margin-top: 20px;
}

.main .greeting_area {
  background-color: #fde86e;
  padding: 50px 70px;
  -moz-border-radius: 30px;
       border-radius: 30px;
  margin: 120px 0 80px;
}

.main .greeting_area ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main .greeting_area ul li figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.main .greeting_area ul li figure img {
  width: 215px;
  height: 215px;
}

.main .greeting_area ul li figcaption {
  text-align: left;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main .greeting_area ul li figcaption p {
  font-size: 20px;
}

.main .greeting_area ul li figcaption a {
  color: #fc4554;
}

.main .greeting_area ul li:not(:last-child) {
  padding-bottom: 20px;
}

.main .greeting_area ul li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 10px;
  margin-top: 30px;
  background: url(../common/images/line02.png) center repeat-x;
  -moz-background-size: contain;
       background-size: contain;
  z-index: 1;
}

.main .greeting_area ul li:nth-of-type(2) figure {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main .greeting_area ul li:nth-of-type(2) figcaption p + p {
  text-align: right;
}

.main .greeting_area ul li .newsite_btn {
  width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
     -moz-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  text-align: center;
  font-size: 20px;
  margin: 15px 0 20px;
}

.main .greeting_area ul li .newsite_btn .txt_red {
  display: block;
  color: #fe6905;
}

.main .greeting_area ul li .newsite_btn a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 50px;
  background: #fe8c05;
  -moz-border-radius: 12px;
       border-radius: 12px;
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
}

.main .greeting_area ul li .newsite_btn a span::after {
  content: '';
  width: 9px;
  height: 15px;
  margin-left: 30px;
  display: inline-block;
  background: url(../images/arrow_wh.png) no-repeat;
}

.main .old_txt {
  font-size: 22px;
  margin-bottom: 100px;
}

.main .attention_txt {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  width: 420px;
  margin: 0 auto;
  padding: 10px 0;
  border: 3px solid #e53947;
}

.main .img01 {
  left: 0;
  top: 0;
}

.main .img02 {
  right: 0;
  top: -40px;
}

.main .img03 {
  left: 0;
  top: 285px;
}

.main .img04 {
  right: 0;
  top: 258px;
}

.main #page_scroll {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -52px;
  z-index: 10;
}

.contact_bnr {
  left: -60px;
  bottom: 12px;
}

/*---------------------------------------------------------------------------*/
.sec_area.sec01 {
  background-color: #52a5dc;
  background-image: url(../images/sec01_bg01.png);
  background-repeat: no-repeat;
  background-position: center 110px;
  padding: 140px 0 325px;
}

.sec01 .bg_top {
  height: 54px;
  top: -53px;
}

.sec01 .bg_top img {
  height: 54px;
}

.sec01 .txt_area {
  margin-left: 50px;
  margin-right: 110px;
}

/*---------------------------------------------------------------------------*/
.sec_area.sec02 {
  height: 660px;
  padding-top: 230px;
  background-image: url(../images/sec02_bg.png);
  background-position: center bottom;
  background-color: #006aae;
}

.sec02 .bg_top {
  height: 54px;
  top: -53px;
}

.sec02 .bg_top img {
  height: 54px;
}

.sec02 .txt_area {
  margin-left: 90px;
  margin-right: 50px;
  line-height: 1.7;
}

.sec02 .arrow {
  left: 50%;
  top: -60px;
  margin-left: -75px;
}

/*---------------------------------------------------------------------------*/
.sec_area.teacher {
  background-color: #ffed20;
  padding-bottom: 280px;
}

.teacher-row {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.teacher-row:nth-of-type(n + 2) {
  margin-top: 100px;
}

.teacher-row:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  z-index: 2;
}

.teacher-row--l:before {
  width: 1060px;
  height: 335px;
  background-image: url("../images/teach_frame_l.png");
  left: -60px;
  top: -7px;
}

.teacher-row--r:before {
  width: 961px;
  height: 326px;
  background-image: url("../images/teach_frame_r.png");
  right: -70px;
  top: 0;
}

.teacher-row--one:before {
  width: 570px;
  height: 335px;
  background-image: url("../images/teach_frame_one.png");
  left: 183px;
  top: 0;
}

.teacher-block {
  width: 50%;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 56px;
}

.teacher-block:nth-of-type(even) .photo {
  padding-left: 20px;
}

.teacher-block:nth-of-type(odd) {
  padding-left: 95px;
}

.teacher-block:nth-of-type(odd) .photo {
  padding-left: 40px;
}

.teacher-block .name {
  position: absolute;
  left: 50%;
}

.teacher-block .name1 {
  margin-left: -220px;
  top: -70px;
}

.teacher-block .name2 {
  margin-left: 60px;
  top: -70px;
}

.teacher-block .name_one {
  margin-left: -180px;
  top: -70px;
}

.teacher-block__text {
  font-size: 20px;
  margin-top: 40px;
}

.teacher .bg_top {
  height: 65px;
  top: -64px;
}

.teacher .bg_top img {
  height: 65px;
}

.teacher .txt_area {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 85px;
}

.teacher .txt_area li {
  width: 420px;
  display: inline-block;
  vertical-align: top;
}

.teacher .txt_area .l_txt {
  margin-right: 60px;
}

.teacher .txt_area.one .l_txt {
  margin-right: 0;
  margin-left: 60px;
}

.teacher .photo_area {
  height: 334px;
  background: url(../images/teach_photo.png) no-repeat center center;
  position: relative;
  margin-top: 26px;
}

.teacher .photo_area02 {
  height: 324px;
  background: url(../images/teach_photo06.png) no-repeat center center;
  position: relative;
  margin-top: 26px;
}

.teacher .photo_area .name {
  position: absolute;
  left: 50%;
}

.teacher .photo_area .name1 {
  margin-left: -433px;
  top: -70px;
}

.teacher .photo_area .name2 {
  margin-left: 290px;
  top: -60px;
}

.teacher .photo_area .name3 {
  margin-left: -490px;
  top: -53px;
}

.teacher .photo_area .name4 {
  margin-left: 270px;
  top: -50px;
}

.teacher .photo_area .name5 {
  margin-left: -395px;
  top: -50px;
}

.teacher .photo_area .name6 {
  margin-left: 320px;
  top: -55px;
}

.teacher__text--bottom {
  text-align: center;
  width: 1015px;
  margin: 100px auto 0;
  font-size: 20px;
  text-indent: 2em;
}

.teacher__text--bottom > img {
  margin-top: 20px;
}

.blog_area {
  background: #00843b;
  width: 1015px;
  margin: 110px auto 30px;
  -moz-border-radius: 28px;
       border-radius: 28px;
  padding: 60px 0 40px;
  color: #fff;
}

.blog_area h2 {
  background: #00b450;
  width: 135px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  margin: -105px auto 0;
  -moz-border-radius: 9px 9px 0 0;
       border-radius: 9px 9px 0 0;
}

.blog_list {
  margin-top: 85px;
  text-align: center;
  font-size: 0;
  position: relative;
}

.blog_list:after {
  content: '';
  display: block;
  /*background: url(../common/images/blog_line.png) left center no-repeat;*/
  position: absolute;
  width: 6px;
  height: 154px;
  top: 0;
  left: 50%;
  margin-left: -3px;
}

.blog_list li {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
}

.blog_list li + li {
  margin-left: 100px;
}

.blog_list li a {
  color: #fff;
  text-decoration: none;
}

.blog_list li a:hover .date {
  text-decoration: none;
}

.blog_list li a:hover img {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.blog_list li a:hover p {
  text-decoration: underline;
}

.blog_list li .date {
  font-size: 22px;
  padding: 10px 0 10px 50px;
  margin-bottom: 10px;
  font-weight: bold;
  background: url(../common/images/icon_book.png) left center no-repeat;
  font-family: "Helvetica";
}

.blog_list li .photo, .blog_list li .txt_box {
  display: inline-block;
  vertical-align: top;
}

.blog_list li .photo {
  text-align: center;
  width: 162px;
  margin-right: 20px;
}

.blog_list li .txt_box {
  width: 218px;
}

.blog_list li .photo img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.blog_list li .ttl {
  font-size: 20px;
  margin-top: 1em;
}

.btn_blog {
  margin: 45px auto 0;
  text-align: center;
}

/*---------------------------------------------------------------------------*/
.sec_area.classes {
  background-color: #e53947;
  padding-bottom: 150px;
}

.classes .bg_top {
  height: 58px;
  top: -57px;
}

.classes .bg_top img {
  height: 58px;
}

.classes .bnr {
  margin: 80px 0;
  text-align: center;
}

.classes .bnr a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.classes .bnr a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.class_list li {
  background-color: #fff;
  padding: 50px 70px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: relative;
}

.class_list li + li {
  margin-top: 80px;
}

.class_list li .txt_area .sub_ttl {
  font-size: 32px;
  line-height: 1.0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.class_list .box1 .txt_area .sub_ttl {
  color: #e53947;
  background-image: url(../common/images/line01.png);
}

.class_list .box2 .txt_area .sub_ttl {
  color: #009944;
  background-image: url(../common/images/line02.png);
}

.class_list .box3 .txt_area .sub_ttl {
  color: #289bdc;
  background-image: url(../common/images/line03.png);
}

.class_list .box4 .txt_area .sub_ttl {
  color: #f18b30;
  background-image: url(../common/images/line04.png);
}

.class_list li .txt_area .sub_ttl span {
  font-size: 15px;
  color: #c0c0c0;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

.class_list li .txt_area .bnr_img, .class_list li .txt_area .btn {
  margin: 25px 0 0;
  text-align: center;
}

.class_list .box1 .deco_img {
  right: -45px;
  top: -30px;
}

.class_list .box2 .deco_img {
  left: -80px;
  bottom: -25px;
}

.class_list .box3 .deco_img {
  right: -50px;
  bottom: -35px;
}

.class_list .box4 .deco_img {
  left: -110px;
  top: -75px;
}

/*.class_list li .photo_box {
  vertical-align: top;
  width: 335px;
}
.class_list li .txt_area {
  width: 420px;
  margin-left: 55px;
  vertical-align: middle;
}*/
@media screen and (max-width: 640px) {
  .class_list .box4 .deco_img {
    left: -80px;
    top: auto;
    bottom: -75px;
  }
}

/*---------------------------------------------------------------------------*/
.sec_area.cost {
  background-color: #009944;
}

.cost .bg_top {
  height: 58px;
  top: -57px;
}

.cost .bg_top img {
  height: 58px;
}

.cost .sec_bg {
  background-image: url(../images/cost_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: auto;
       background-size: auto;
  text-align: center;
  height: 711px;
  margin-top: 30px;
  padding-top: 80px;
}

.cost table {
  width: 575px;
  margin: 42px auto 50px;
  background: url(../images/cost_bg02.png) no-repeat center center;
}

.cost table td {
  font-size: 22px;
  font-weight: normal;
  padding: 12px 15px;
}

.cost table th {
  font-size: 22px;
  font-weight: normal;
  padding: 12px 15px;
  text-align: left;
  width: 275px;
}

/*---------------------------------------------------------------------------*/
.sec_area::before {
  content: '';
  margin-top: 0;
  height: 130px;
  display: block;
  visibility: hidden;
}

.sec_area.contact {
  background-color: #52a5dc;
  padding-bottom: 100px;
}

.contact .bg_top {
  height: 68px;
  top: -67px;
}

.contact .bg_top img {
  height: 68px;
}

.contact .sec_ttl {
  margin-bottom: 95px;
}

.contact .txt_area {
  text-align: center;
  margin: 0 auto 60px;
  width: 795px;
}

.contact .txt_area h3 {
  margin: 40px;
}

.contact .txt_area p {
  text-align: left;
}

.contact .tel {
  margin: 95px auto;
  width: 30%;
}

.contact .tel img {
  width: 100%;
}

.contact_item dl {
  font-size: 0;
  margin-bottom: 40px;
}

.contact_item dl dt, .contact_item dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}

.contact_item dl dt {
  width: 155px;
  font-weight: bold;
}

.contact_item dl dd {
  width: 790px;
  font-size: 18px;
}

.contact_item dl dd ul {
  font-size: 0;
}

.contact_item dl dd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  font-weight: bold;
  position: relative;
}

.contact_item dl dd ul li + li {
  margin-left: 4%;
}

.contact_item dl dd ul li span {
  position: absolute;
  left: 0;
  bottom: -1.7em;
  font-size: 16px;
}

.contact_item dl.error dd {
  color: #e60012;
}

.contact.confirm {
  padding: 155px 0 110px;
  min-height: 900px;
}

.contact.confirm .contact_item {
  margin-top: 120px;
}

.contact.confirm .btn_area {
  margin-top: 90px;
}

.contact .btn_area span + span {
  margin-left: 25px;
}

.contact .thanks {
  font-size: 20px;
  text-align: center;
}

/*---------------------------------------------------------------------------*/
.sec_area.faq {
  padding-bottom: 85px;
  background-color: #006aae;
}

.faq .bg_top {
  height: 55px;
  top: -54px;
}

.faq .bg_top img {
  height: 55px;
}

.faq .txt_area {
  color: #fff;
  margin-top: 85px;
  padding: 0 72px;
}

.faq_list {
  width: 840px;
  margin: 55px auto 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 43px;
  font-size: 20px;
}

.faq_list li {
  padding: 18px 0;
}

.faq_list li + li {
  background: url(../images/faq_list_line.png) no-repeat center top;
}

.faq_list li p {
  padding-left: 40px;
  background: url(../images/faq_check.png) no-repeat left center;
}

/*_________ Link bnner ____________________*/
.info-banner {
  padding-bottom: 75px;
  position: relative;
  text-align: center;
}

.info-banner__row {
  margin-bottom: 100px;
}

.info-banner__box {
  margin-bottom: 50px;
}

.info-banner__list {
  margin-top: 80px;
  text-align: center;
}

.info-banner__list:nth-of-type(n + 2) {
  margin-left: 30px;
}

.info-banner__list-list {
  margin-top: 80px;
}

.info-banner__list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}

.accordion {
  margin: 30px auto;
  max-width: 645px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.title {
  border: solid 3px #000;
  -moz-border-radius: 10px;
       border-radius: 10px;
  padding: 21px 0;
  margin-bottom: 30px;
  display: block;
  color: #333;
  font-weight: bold;
  background-color: #ffdc36;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 34px;
  width: 3px;
  height: 1em;
  background-color: #e50808;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.title::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content ul {
  margin-bottom: 50px;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
     -moz-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.info {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 53px 0 45px;
  line-height: 1.8;
  background-color: #fad200;
}

.info__title {
  margin-bottom: 25px;
  line-height: 1;
}

.txt003 {
  margin-left: 85px;
}

.whatsnext {
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -438px;
}
