@charset "UTF-8";
/*----------------------------------
Parts：パーツモジュール
----------------------------------*/
.cl, .ftr-sub-link, .ftr-btm-link ul, .simple-link-list, .anc-nav-list ul, .pickup-cnt-wrap, .photo-cnt01, .photo-cnt02 .photo-cnt02-inr, .photo-cnt03, .photo-cnt04, .photo-cnt05, .photo-cnt06, .photo-cnt07, .photo-cnt08-body, .photo-cnt09, .other-area, .other-area-detail-inr, .other-area-report, .voice-cnt, .step-unit, .about-message, .interview-detail, .interview-message dl, .btn-list01, .pickup-report-tab, .panel-school-movie, .cooperation-list-wrap, .tab-list, .frm-input dd ul, .frm-schoolyear-wrap {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, .ftr-sub-link:after, .ftr-btm-link ul:after, .simple-link-list:after, .anc-nav-list ul:after, .pickup-cnt-wrap:after, .photo-cnt01:after, .photo-cnt02 .photo-cnt02-inr:after, .photo-cnt03:after, .photo-cnt04:after, .photo-cnt05:after, .photo-cnt06:after, .photo-cnt07:after, .photo-cnt08-body:after, .photo-cnt09:after, .other-area:after, .other-area-detail-inr:after, .other-area-report:after, .voice-cnt:after, .step-unit:after, .about-message:after, .interview-detail:after, .interview-message dl:after, .btn-list01:after, .pickup-report-tab:after, .panel-school-movie:after, .cooperation-list-wrap:after, .tab-list:after, .frm-input dd ul:after, .frm-schoolyear-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html .ftr-sub-link, * html .ftr-btm-link ul, .ftr-btm-link * html ul, * html .simple-link-list, * html .anc-nav-list ul, .anc-nav-list * html ul, * html .pickup-cnt-wrap, * html .photo-cnt01, * html .photo-cnt02 .photo-cnt02-inr, .photo-cnt02 * html .photo-cnt02-inr, * html .photo-cnt03, * html .photo-cnt04, * html .photo-cnt05, * html .photo-cnt06, * html .photo-cnt07, * html .photo-cnt08-body, * html .photo-cnt09, * html .other-area, * html .other-area-detail-inr, * html .other-area-report, * html .voice-cnt, * html .step-unit, * html .about-message, * html .interview-detail, * html .interview-message dl, .interview-message * html dl, * html .btn-list01, * html .pickup-report-tab, * html .panel-school-movie, * html .cooperation-list-wrap, * html .tab-list, * html .frm-input dd ul, .frm-input dd * html ul, * html .frm-schoolyear-wrap {
  height: 1%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}


.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.text-r {
  text-align: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-b {
  font-weight: bold;
}

.-seminar_textindent{
  padding-left:5em !important;
  text-indent:-4em;
}

.-textindent1{
  padding-left:1em;
  text-indent:-1em;
}

.-txtblue {
  color:#54b7e2
}

.-inline-block {
  display: inline-block !important;
}

/*----------------------------------
Header Style
----------------------------------*/
header {
  width: 100%;
  padding-bottom: 5px;
  background: #152f73;
}
body.online header {
  padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
  header {
    padding-top: 80px;
  }
  body.online header {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  body.online header {
    padding-bottom: 5px;
  }
  header .wrap {
    padding: 0 10px;
  }
}

.logo-2 {
  width: 360px;
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 152px;
    margin-bottom: 10px;
  }
  .logo-2 {
    width: 260px;
    margin-bottom: 10px;
  }
}

.logo a:hover img {
  opacity: 1;
}
.logo-2 a:hover img {
  opacity: 1;
}

.h-top {
  position: relative;
  padding: 23px 0 35px;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 769px) {
  .h-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding-top: 15px;
    z-index: 999;
    box-sizing: border-box;
    background: #152f73;
  }
}

@media only screen and (max-width: 768px) {
  .h-top {
    padding: 15px 0 0;
    font-size: 10px;
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 769px) {
  .h-top-wrap {
    position: relative;
    width: 1180px;
    margin: 0 auto;
  }
  .h-top-wrap .logo {
    position: relative;
    top: 6px;
  }
  .h-top-wrap .sub-logo {
    top: 3px;
  }
  .h-top-wrap .h-submenu {
    top: 0;
  }
}

.h-submenu {
  position: absolute;
  right: 90px;
  top: 23px;
  margin-right: 27px;
  letter-spacing: -.40em;
  text-align: right;
}

.h-submenu ul {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.h-submenu li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 30px;
  padding: 3px 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.h-submenu li:first-child {
  margin-left: 0;
}

.h-submenu .document {
  padding-left: 34px;
  background-image: url(/images/common/ico-document.svg);
}

.h-submenu .seminar {
  padding-left: 30px;
  background-image: url(/images/common/ico-seminar.svg);
}

.h-submenu .course {
  padding-left: 35px;
  background-image: url(/images/common/ico-course.svg);
}

.h-submenu .contact {
  padding-left: 35px;
  background-image: url(/images/common/ico-contact.svg);
}

.h-submenu .mypage {
  padding-left: 28px;
  background-image: url(/images/common/ico-mypage.svg);
}

.h-submenu a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .h-submenu {
    position: static;
    margin-right: 0;
    text-align: left;
  }
  .h-submenu li {
    margin-left: -5px;
    padding: 3px 0;
    background-position: 50% 0;
    background-size: auto 13px;
  }
  .h-submenu li span {
    display: block;
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  .h-submenu .document {
    padding: 15px 0 0;
    background-image: url(/images/common/ico-document.svg);
  }
  .h-submenu .seminar {
    padding: 15px 0 0;
    background-image: url(/images/common/ico-seminar.svg);
  }
  .h-submenu .course {
    padding: 15px 0 0;
    background-image: url(/images/common/ico-course.svg);
  }
  .h-submenu .contact {
    padding: 15px 0 0;
    background-image: url(/images/common/ico-contact.svg);
  }
  .h-submenu .mypage {
    padding: 15px 0 0;
    background-image: url(/images/common/ico-mypage.svg);
  }
}

.btn-cart {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 30px;
}

.btn-cart a {
  display: block;
  width: 40px;
  height: 33px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: #285db9 url(/images/common/ico-cart.png) 5px 50% no-repeat;
  background-size: 20px auto;
}

.btn-cart a:hover {
  background-color: #2e66c9;
}

.btn-cart span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1;
  font-size: 20px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .btn-cart {
    margin-left: 5px;
    vertical-align: top;
  }
  .btn-cart a {
    width: 30px;
    height: 26px;
    background-position: 4px 50%;
    background-size: 14px auto;
  }
  .btn-cart span {
    font-size: 1.0rem;
    right: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .h-submenu-wrap {
    position: relative;
    left: 0;
    background: #152f73;
    transition: left .2s;
  }
  .h-submenu-wrap.is-fixed {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media only screen and (max-width: 768px) {
  .h-submenu-inr {
    position: relative;
  }
}

.sub-logo {
  position: absolute;
  top: 26px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .sub-logo {
    width: 46px;
    top: 15px;
  }
}

.sp-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-menu {
    width: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.gmenu nav {
  width: 100%;
  background: #152f73;
}

.gmenu nav.is-fixed {
  padding-top: 13px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.gmenu nav > ul {
  width: 1180px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px 0;
}

.gmenu nav > ul > li {
  position: relative;
  display: table-cell;
}

.gmenu nav > ul > li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 32px;
  box-shadow: -1px 0 0 #002756;
  background: #425a91;
}

.gmenu nav > ul > li:first-child:before {
  left: 0;
}

.gmenu nav > ul > li:last-child:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 32px;
  box-shadow: -1px 0 0 #002756;
  background: #425a91;
}

.gmenu nav > ul > li.is-current > a {
  border-color: #89c5e9;
}

.gmenu nav > ul > li.is-current > a:after {
  content: " ";
  position: absolute;
  z-index: 0;
  border-radius: 3px;
  top: -9px;
  left: 6px;
  width: 185px;
  height: 50px;
  background: #294d86;
  background: linear-gradient(to bottom, #294d86 0%, #284d84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#294d86', endColorstr='#284d84',GradientType=0 );
}

.gmenu nav > ul > li.is-current.-col4 > a:after {
  width: 281px;
}

.gmenu nav > ul > li.is-current.-col5 > a:after {
  width: 222px;
}

.gmenu nav > ul > li.is-current.submenu-close > a:after {
  width: 378px;
}

.gmenu nav > ul > li.is-current.tokyo > a {
  border-color: #f0b2c1;
}

.gmenu nav > ul > li.is-current.osaka > a {
  border-color: #fdf89c;
}

.gmenu nav > ul > li > a {
  display: block;
  height: 50px;
  padding-top: 8px;
  border-bottom: 4px solid #425a91;
  box-sizing: border-box;
}

.gmenu nav > ul > li > a:hover {
  border-color: #89c5e9;
}

.gmenu nav > ul > li > a:hover img {
  opacity: 1;
}

.gmenu nav > ul > li span {
  position: relative;
  z-index: 1;
}

.gmenu nav > ul .tokyo a {
  border-color: #f0b2c1;
}

.gmenu nav > ul .osaka a {
  border-color: #fdf89c;
}

.gmenu .gmenu-btm-link {
  display: none;
}

.gmenu .menu-close {
  display: none;
}

.gmenu .menu-btm-close {
  display: none;
}

.gmenu .g-submenu ul {
  display: none;
}

@media only screen and (max-width: 768px) {
  .gmenu {
    display: none;
    position: fixed;
    width: calc(100% - 45px);
    top: 0;
    right: 0;
    background: #0b3277;
    height: 100vh;
    overflow-y: scroll;
  }
  .gmenu nav > ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
  }
  .gmenu nav > ul > li {
    position: relative;
    display: block;
  }
  .gmenu nav > ul > li:before {
    display: none;
  }
  .gmenu nav > ul > li:last-child:after {
    display: none;
  }
  .gmenu nav > ul > li.is-current > a {
    border-bottom: 1px solid #0d1d56;
  }
  .gmenu nav > ul > li.is-current > a:after {
    display: none;
  }
  .gmenu nav > ul > li.is-current.tokyo > a {
    border-bottom: 1px solid #0d1d56;
  }
  .gmenu nav > ul > li.is-current.osaka > a {
    border-bottom: 1px solid #0d1d56;
  }
  .gmenu nav > ul > li > a {
    position: relative;
    height: auto;
    padding: 8px;
    border-bottom: 1px solid #0d1d56;
    box-shadow: 0 1px 0 #314b87;
  }
  .gmenu nav > ul > li > a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gmenu nav > ul > li > a:hover {
    border-color: #0d1d56;
  }
  .gmenu nav > ul > li > a > span {
    display: inline-block;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #425a91;
  }
  .gmenu nav > ul .tokyo a {
    border-color: #0d1d56;
  }
  .gmenu nav > ul .tokyo a:hover {
    border-color: #0d1d56;
  }
  .gmenu nav > ul .tokyo a > span {
    border-color: #f0b2c1;
  }
  .gmenu nav > ul .osaka a {
    border-color: #0d1d56;
  }
  .gmenu nav > ul .osaka a:hover {
    border-color: #0d1d56;
  }
  .gmenu nav > ul .osaka a > span {
    border-color: #fdf89c;
  }
  .gmenu .gmenu-btm-link {
    display: block;
    padding: 25px 20px;
  }
  .gmenu .gmenu-btm-link ul {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
  .gmenu .gmenu-btm-link li {
    margin-top: 8px;
    border-top: 1px solid #4d6598;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(to bottom, #3a548d 0%, #173176 100%);
  }
  .gmenu .gmenu-btm-link li:first-child {
    margin-top: 0;
  }
  .gmenu .gmenu-btm-link li a {
    display: block;
    padding: 8px 35px 8px 15px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #0d1d56;
    border-radius: 0 0 2px 2px;
    background-position: top 50% right 10px;
    background-repeat: no-repeat;
    background-size: auto 15px;
  }
  .gmenu .gmenu-btm-link .document a {
    background-image: url(/images/common/ico-document.svg);
  }
  .gmenu .gmenu-btm-link .seminar a {
    background-image: url(/images/common/ico-seminar.svg);
  }
  .gmenu .gmenu-btm-link .course a {
    background-image: url(/images/common/ico-course.svg);
  }
  .gmenu .gmenu-btm-link .contact a {
    background-image: url(/images/common/ico-contact.svg);
  }
  .gmenu .gmenu-btm-link .mypage a {
    background-image: url(/images/common/ico-mypage.svg);
  }
  .gmenu .menu-close {
    display: block;
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #0a2a4d;
  }
  .gmenu .menu-close img {
    max-width: 60px;
  }
  .gmenu .menu-btm-close {
    display: block;
    padding: 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .gmenu .menu-btm-close a {
    display: block;
    padding: 8px 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
  }
  .gmenu .menu-btm-close span {
    display: inline-block;
    padding-right: 20px;
    background: url(/images/common/ico-cross.svg) 100% 50% no-repeat;
    background-size: 12px auto;
  }
  .gmenu .g-submenu > a:before {
    margin-top: -5px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .gmenu .g-submenu ul {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    border-top: 1px solid #314b87;
    background: #dbeef8;
  }
  .gmenu .g-submenu li {
    border-bottom: 1px solid #bddef1;
  }
  .gmenu .g-submenu li a {
    display: block;
    padding: 12px 15px 12px 20px;
    text-decoration: none;
    color: #0b2954;
  }
  .gmenu .g-submenu li span {
    display: inline-block;
    padding-left: 20px;
    background: url(/images/common/ico-arrow04.svg) 0 50% no-repeat;
    background-size: 15px auto;
  }
  .gmenu .is-open > a:before {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 768px) {
  .gmenu-inr {
    padding-bottom: 25px;
  }
}

/*----------------------------------
Footer Style
----------------------------------*/
.ftr-other {
  padding: 25px 0;
  text-align: right;
  letter-spacing: -.40em;
}

.ftr-other li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  max-width: 100px;
  margin-left: 25px;
}

.ftr-other li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .ftr-other {
    padding: 15px 0;
  }
  .ftr-other li {
    margin-left: 20px;
  }
  .ftr-other li:first-child {
    width: 65px;
  }
  .ftr-other li:last-child {
    width: 70px;
  }
}

.ftr-bnr {
  background: #173176;
}

.ftr-bnr-wrap {
  position: relative;
  padding: 0 70px;
}

.ftr-bnr-slide-wrap {
  position: relative;
  /*width: 998px;*/
  width: calc(100% - 36px);
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .ftr-bnr-slide-wrap {
    width: 100%;
  }
}

.ftr-bnr-slide {
  width: calc(100% + 18px);
}

@media only screen and (max-width: 768px) {
  .ftr-bnr-slide {
    width: calc(100% + 15px);
  }
}

.ftr-bnr-list li a {
  display: inline-block;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .ftr-bnr-list li {
    padding-right: 15px;
  }
  .ftr-bnr-list li img {
    width: 100%;
  }
}

.slide-btn div {
  position: absolute;
  top: 0;
  height: 100%;
  transition: opacity .2s;
}

.slide-btn div:hover {
  opacity: .8;
}

.slide-btn div:before, .slide-btn div:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .slide-btn div {
    padding: 20px 0;
    box-sizing: border-box;
    transition: opacity 0s;
  }
  .slide-btn div:hover {
    opacity: 1;
  }
}

.slide-btn span {
  display: block;
  width: 40px;
  height: 68px;
  margin-top: 20px;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .slide-btn span {
    margin-top: 0;
    width: 25px;
    height: 100%;
    border-radius: 2px;
    background-color: #2b4684;
  }
}

.slide-btn .slick-prev {
  left: 0;
}

.slide-btn .slick-prev:before {
  right: -25px;
  background: #122563;
}

.slide-btn .slick-prev:after {
  right: -26px;
  background: #425a91;
}

@media only screen and (max-width: 768px) {
  .slide-btn .slick-prev {
    left: 12px;
  }
  .slide-btn .slick-prev:before {
    right: -13px;
  }
  .slide-btn .slick-prev:after {
    right: -14px;
  }
}

.slide-btn .slick-next {
  right: 0;
}

.slide-btn .slick-next:before {
  left: -25px;
  background: #425a91;
}

.slide-btn .slick-next:after {
  left: -26px;
  background: #122563;
}

@media only screen and (max-width: 768px) {
  .slide-btn .slick-next {
    right: 12px;
  }
  .slide-btn .slick-next:before {
    left: -13px;
  }
  .slide-btn .slick-next:after {
    left: -14px;
  }
}

.slide-btn .prev {
  background-image: url(/images/common/slide-arrow-l.svg);
}

.slide-btn .next {
  right: 0;
  background-image: url(/images/common/slide-arrow-r.svg);
}

footer {
  padding-top: 20px;
  color: #fff;
  border-top: 1px solid #425a91;
  background: linear-gradient(to bottom, #2b4684 0%, #183277 100%);
}
footer.-ftr2 {
  padding-top: 0;
  border-top: none;
}

footer .wrap {
  position: relative;
}

.ftr-sitemap a, .ftr-other-link a {
  color: #fff;
}

.ftr-sitemap {
  float: left;
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
}

.ftr-sitemap > p:first-child {
  max-width: 242px;
  margin: 10px 0 30px;
}

.ftr-sitemap .btn-mypage {
  position: absolute;
  max-width: 280px;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .ftr-sitemap {
    float: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .ftr-sitemap > p:first-child {
    max-width: 181px;
    margin: 0 0 25px;
    font-size: 0;
  }
  .ftr-sitemap .btn-mypage {
    position: static;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.ftr-sitemap-list > div {
  float: left;
  width: 280px;
  margin-left: 20px;
}

.ftr-sitemap-list > div:first-child {
  margin-left: 0;
}

.ftr-sitemap-list > div *:first-child {
  margin-top: 0;
}

.ftr-sitemap-list > div dl {
  margin-top: 23px;
}

.ftr-sitemap-list > div p {
  margin-top: 20px;
}

.ftr-sitemap-list > div dt, .ftr-sitemap-list > div p {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 7px 25px;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
  border-bottom: 1px solid #425a91;
  background: url(/images/common/ico-aircraft02.svg) 0 2px no-repeat;
}

.ftr-sitemap-list > div dt:before, .ftr-sitemap-list > div p:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #142965;
}

.ftr-sitemap-list > div dd {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}

.ftr-sitemap-list > div dd:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 6px solid #8999bc;
}

@media only screen and (max-width: 768px) {
  .ftr-sitemap-list > div {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .ftr-sitemap-list > div dl {
    margin-top: 10px;
  }
  .ftr-sitemap-list > div p {
    margin-top: 10px;
  }
  .ftr-sitemap-list > div dt, .ftr-sitemap-list > div p {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 10px 20px;
    font-size: 11px;
    font-size: 1.1rem;
    background: url(/images/common/ico-aircraft02.svg) 0 2px no-repeat;
    background-size: 15px;
  }
  .ftr-sitemap-list > div dd {
    display: none;
  }
}

.ftr-other-link {
  float: right;
  width: 280px;
}

@media only screen and (max-width: 768px) {
  .ftr-other-link {
    float: none;
    width: 100%;
  }
}

.ftr-question {
  margin-top: 67px;
  padding: 110px 20px 25px;
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
  border-top: 1px solid #425a91;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #203b7d url(/images/common/ico-question.svg) 50% 20px no-repeat;
}
.ftr-inquiry {
  padding: 0 20px 20px;
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
  border-top: 1px solid #425a91;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #203b7d;
}

@media only screen and (max-width: 768px) {
  .ftr-question {
    margin-top: 20px;
    padding: 60px 15px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #203b7d url(/images/common/ico-question.svg) 50% 12px no-repeat;
    background-size: 33px auto;
  }
  .ftr-inquiry {
    margin-top: 20px;
    padding: 0 15px 25px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #203b7d;
    background-size: 33px auto;
  }
}

.ftr-question-list li {
  position: relative;
  border-bottom: 1px solid #425a91;
}

.ftr-question-list li:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #182d69;
}

.ftr-question-list li:first-child a {
  padding-top: 0;
}

.ftr-question-list li a {
  display: block;
  padding: 10px 0;
}

.ftr-sub-link {
  margin-top: 18px;
}

.ftr-sub-link li {
  float: right;
  padding-left: 23px;
  background: url(/images/common/ico-arrow03.svg) 0 50% no-repeat;
}

.ftr-sub-link li:first-child {
  float: left;
}

@media only screen and (max-width: 768px) {
  .ftr-sub-link li {
    font-weight: bold;
    width: 50%;
    box-sizing: border-box;
  }
}

.ftr-btm-link {
  margin-top: 60px;
  padding: 20px 0;
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 1;
  border-top: 1px solid #203b7d;
  background: #132969;
}

.ftr-btm-link ul {
  float: left;
}

.ftr-btm-link li {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #6779a0;
}

.ftr-btm-link li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.ftr-btm-link p {
  float: right;
}

.ftr-btm-link a {
  color: #fff;
}

.ftr-btm-link a[target="_blank"] {
  padding-right: 20px;
  background: url(/images/common/ico-blank.svg) 100% 50% no-repeat;
}

.ftr-btm-link small {
  font-size: 10px;
  font-size: 16px;
  font-size: 1.0rem;
}

@media only screen and (max-width: 768px) {
  .ftr-btm-link {
    margin-top: 15px;
    padding: 25px 0 60px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    border-top: 1px solid #203b7d;
  }
  .ftr-btm-link ul {
    float: none;
    margin-top: -15px;
  }
  .ftr-btm-link li {
    float: left;
    width: 50%;
    margin: 15px 0 0 0;
    padding-left: 0;
    border-left: none;
  }
  .ftr-btm-link p {
    margin-top: 38px;
    float: none;
    text-align: center;
  }
}

.ftr-contact {
  margin: 20px 0 0 0;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  color: #424242;
}

.ftr-contact > * {
  width: 100%;
}

.ftr-contact a {
  color: #424242;
}

.ftr-contact dl dd:nth-child(2) {
  font-size: 41px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.ftr-contact dl dd:nth-child(2) span {
  display: inline-block;
  padding-left: 26px;
  background-image: url(/images/common/ico-tel.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.ftr-contact dl dd:last-child {
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.ftr-contact dl dt {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .ftr-contact {
    margin: 15px 0 0;
    padding: 15px 0;
    width: 100%;
  }
  .ftr-contact dl dd:nth-child(2) {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .ftr-contact dl dd:nth-child(2) span {
    display: inline-block;
    padding-left: 26px;
    background-image: url(/images/common/ico-tel.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
  }
  .ftr-contact dl dd:last-child {
    font-size: 1.2rem;
  }
  .ftr-contact dl dt {
    font-size: 1.4rem;
  }
}

#page-top {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 768px) {
  #page-top {
    right: 15px;
    width: 40px;
  }
}

/*----------------------------------
Side Style
----------------------------------*/
/*----------------------------------
Navigation Style
----------------------------------*/
.arrow-link a, .arrow-link span {
  display: inline-block;
  padding-left: 30px;
  background: url(/images/common/ico-arrow.svg) 0 50% no-repeat;
}

.arrow-link a:hover {
  text-decoration: underline;
}

.ico-blank {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/images/common/ico-blank02.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-decoration: underline;
}

.ico-blank:hover {
  text-decoration: none;
}

.link-text-right {
  margin-top: 10px;
  text-align: right;
}

.link-text-right a {
  text-decoration: underline;
}

.link-text-right a:hover {
  text-decoration: none;
}

.simple-link-list {
  margin-bottom: 30px;
}

.simple-link-list ul {
  float: left;
  width: 50%;
}

.simple-link-list ul li {
  margin-top: 3px;
}

.simple-link-list ul li a {
  text-decoration: underline;
}

.simple-link-list ul li a:hover {
  text-decoration: none;
}

.simple-link-list ul li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .simple-link-list {
    margin-bottom: 20px;
  }
  .simple-link-list ul {
    float: none;
    width: 100%;
  }
  .simple-link-list ul li:first-child {
    margin-top: 3px;
  }
}

.cart-cancel a {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/images/common/ico-cross02.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .sub-nav {
    display: none;
  }
}

.sub-nav-inr {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6px 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.sub-nav-inr.is-fixed {
  position: fixed;
  top: 63px;
  left: 0;
  z-index: 1000;
}

.sub-nav-inr ul {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.sub-nav-inr ul li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding: 0 5px 0 6px;
}

.sub-nav-inr ul li:first-child {
  width: 190px;
}

.sub-nav-inr ul li:nth-child(2) {
  width: 258px;
}

.sub-nav-inr ul li:nth-child(3) {
  width: 241px;
}

.sub-nav-inr ul li:nth-child(4) {
  width: 290px;
}

.sub-nav-inr ul li:last-child:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 36px;
  background: #e0e0e0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-nav-inr ul li:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 36px;
  background: #e0e0e0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-nav-inr ul li.is-cur a {
  border-radius: 3px;
  background: #d9eef8;
}

.sub-nav-inr ul a {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #212121;
}

.sub-nav-inr.course ul li:first-child {
  width: 186px;
}

.sub-nav-inr.course ul li:nth-child(2) {
  width: 256px;
}

.sub-nav-inr.course ul li:nth-child(3) {
  width: 225px;
}

.sub-nav-inr.course ul li:nth-child(4) {
  width: 180px;
}

.sub-nav-inr.course ul li:nth-child(5) {
  width: 181px;
}

.sub-nav-inr.course ul li.-w20p,
.sub-nav-inr ul li.-w20p {
  width: 20%;
}

.sub-nav-inr.course ul li.-w25p,
.sub-nav-inr ul li.-w25p {
  width: 25%;
}

.sub-nav-inr.corp ul li {
  width: auto;
  table-layout: fixed;
}

.sub-nav-inr.about ul li:first-child {
  width: 208px;
}

.sub-nav-inr.about ul li:nth-child(2) {
  width: 334px;
}

.sub-nav-inr.about ul li:nth-child(3) {
  width: 133px;
}

.sub-nav-inr.about ul li:nth-child(4) {
  width: 133px;
}

.sub-nav-inr.about ul li:nth-child(5) {
  width: 209px;
}

.pan-nav {
  padding: 20px 0;
}

.pan-nav ul {
  letter-spacing: -.40em;
  line-height: 1;
}

.pan-nav ul li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  padding-left: 18px;
  margin-right: 15px;
  font-size: 20px;
  font-size: 1.3rem;
}

.pan-nav ul li:first-child {
  padding-left: 0;
}

.pan-nav ul li:first-child:before {
  display: none;
}

.pan-nav ul li:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pan-nav + .wrap-white {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .pan-nav {
    padding: 10px 0;
  }
  .pan-nav ul {
    margin-top: -10px;
  }
  .pan-nav ul li {
    padding-left: 10px;
    font-size: 1rem;
    margin: 10px 10px 0 0;
    line-height: 1.3;
  }
  .pan-nav ul li:before {
    content: " ";
    position: absolute;
    top: 0;
    margin-top: 4px;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
  }
  .pan-nav + .wrap-white {
    padding-top: 20px;
  }
}

.pan-nav.blue {
  background: #f7fafa;
}

.anc-nav-list {
  margin-bottom: 50px;
}

.anc-nav-list ul {
  margin-top: -25px;
}

.anc-nav-list ul li {
  float: left;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin: 25px 41px 0 0;
}

.anc-nav-list ul li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .anc-nav-list {
    margin-bottom: 25px;
  }
  .anc-nav-list ul {
    margin-top: -15px;
  }
  .anc-nav-list ul li {
    width: 48%;
    margin: 15px 0 0 0;
  }
  .anc-nav-list ul li img {
    width: 100%;
  }
  .anc-nav-list ul li:nth-child(even) {
    float: right;
  }
}

/*----------------------------------
Visual Style
----------------------------------*/
.mv-slide {
  position: relative;
}

.mv-list li {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-list .wrap {
  position: relative;
  height: 600px;
}

.mv-list .mv-lead {
  position: absolute;
  width: 100%;
  color: #0b2954;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
}

.mv-list .catchcopy .mv-lead {
  top: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-list .type01 .mv-lead {
  top: 50px;
  left: 0;
  width: 1180px;
  padding: 0 90px;
  box-sizing: border-box;
}

.mv-list .type01 .mv-lead h2 {
  margin-bottom: 45px;
  text-align: right;
}

.mv-list .type01 .mv-lead h2 img {
  display: inline-block;
}

.mv-list .type02 .mv-lead {
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-list .type03 .mv-lead {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  padding-right: 45px;
}

.mv-list .type03 .mv-lead h2 {
  margin-bottom: 240px;
}

.mv-list .type04 .mv-lead {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv-list .type05 .mv-lead {
  bottom: 340px;
  left: 57%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-list .mv {
  background-image: url(/images/top/mv.jpg);
}

.mv-list .-va-top {
  background-position: 50% 0%;
}

.mv-list .-img-adjust {
  background-size: inherit;
  background-color: #dcedf4;
}

.mv-list .mv01 {
  background-image: url(/images/top/mv01.jpg);
  background-size: inherit;
  background-color: #dcedf4;
}

.mv-list .mv02 {
  background-image: url(/images/top/mv08.jpg);
}

.mv-list .mv03 {
  background-image: url(/images/top/mv09.jpg);
}

.mv-list .mv04 {
  background-image: url(/images/top/mv02.jpg);
}

.mv-list .mv05 {
  background-image: url(/images/top/mv03.jpg);
}

.mv-list .mv06 {
  background-image: url(/images/top/mv04.jpg);
}

.mv-list .mv07 {
  background-image: url(/images/top/mv05.jpg);
}

/* 20250403 追記 */
.mv-slide02 {
  position: relative;
}

.mv-list02-item {
  width: 100%;
  background: linear-gradient(to bottom, #2b4684 0%, #183277 100%);
}

.mv-list02-img {
  margin: 0 auto;
  max-width:100%;
}
/* 20250403 追記 ここまで*/

@media only screen and (max-width: 768px) {
  .mv-list .wrap {
    height: auto;
    padding-top: 101.5625%;
  }
  .mv-list .mv-lead {
    display: none;
  }
  .mv-list .mv {
    background-image: url(/images/top/mv-sp.jpg);
  }
  .mv-list .-img-adjust {
    background-size: cover;
  }
  .mv-list .mv01 {
    background-image: url(/images/top/mv01-sp.jpg);
    background-size: cover;
  }
  .mv-list .mv02 {
    background-image: url(/images/top/mv08-sp2.jpg);
  }
  .mv-list .mv03 {
    background-image: url(/images/top/mv09-sp.jpg);
  }
  .mv-list .mv04 {
    background-image: url(/images/top/mv02-sp.jpg);
  }
  .mv-list .mv05 {
    background-image: url(/images/top/mv03-sp.jpg);
  }
  .mv-list .mv06 {
    background-image: url(/images/top/mv04-sp.jpg);
  }
  .mv-list .mv07 {
    background-image: url(/images/top/mv05-sp.jpg);
  }
  .mv-list .mv02 a.fukuoka_link_btn img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37%;
  }
}

.mv-btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 41px;
  height: 68px;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.mv-btn div:hover {
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  .mv-btn div {
    width: 25px;
    height: 43px;
    transition: opacity 0s;
  }
  .mv-btn div:hover {
    opacity: 1;
  }
}

.mv-btn .prev {
  left: 40px;
  background-image: url(/images/common/mv-arrow-l.svg);
}

@media only screen and (max-width: 768px) {
  .mv-btn .prev {
    left: 5px;
  }
}

.mv-btn .next {
  right: 40px;
  background-image: url(/images/common/mv-arrow-r.svg);
}

@media only screen and (max-width: 768px) {
  .mv-btn .next {
    right: 5px;
  }
}

.common-mv {
  background-size: cover;
  background-image: url(/images/common/common-mv.jpg);
  background-position: 50% 50%;
}

.common-mv.-mv2 {
  background-image: url(/images/common/common-mv-2.jpg);
}

.common-mv .wrap {
  height: 200px;
}

.common-mv h1 {
  font-size: 51px;
  font-size: 3.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-mv.-tokyo h1,
.common-mv.-osaka h1
 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 64px;
  line-height: 1;
  display: inline-block;
}

.common-mv.-tokyo h1 span,
.common-mv.-osaka h1 span {
  margin-top: 20px;
  display: block;
  font-size: 84px;
  font-size: 5.3rem;
}

@media only screen and (max-width: 768px) {
  .common-mv {
    background-position: 90% 50%;
  }
  .common-mv .wrap {
    height: 100px;
  }
  .common-mv h1 {
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .common-mv.-tokyo .wrap h1,
  .common-mv.-osaka .wrap h1 {
    right: 15px;
  }
  .common-mv.-tokyo .wrap h1 span,
  .common-mv.-osaka .wrap h1 span
   {
    margin-top: 10px;
    font-size: 3rem;
  }
  .common-mv.-tokyo .wrap h1 img,
  .common-mv.-osaka .wrap h1 img {
    max-height: 17px;
  }

}

.mv-about-top {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/images/about/mv.jpg);
  background-size: cover;
}

.mv-about-top .wrap {
  position: relative;
  height: 562px;
}

.mv-about-top .wrap h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  line-height: 1;
  color: #fff;
}

.mv-about-top .wrap h1 span {
  margin-top: 20px;
  display: block;
  font-size: 76px;
  font-size: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .mv-about-top .wrap {
    height: 281px;
  }
  .mv-about-top .wrap h1 {
    left: 15px;
  }
  .mv-about-top .wrap h1 span {
    margin-top: 10px;
    font-size: 3rem;
  }
  .mv-about-top .wrap h1 img {
    max-height: 17px;
  }
}

.mv-school-top {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f9fbfb;
}

.mv-school-top .wrap {
  position: relative;
  height: 562px;
}

.mv-school-top .wrap h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 64px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.mv-school-top .wrap h1 span {
  margin-top: 20px;
  display: block;
  font-size: 84px;
  font-size: 5.3rem;
}

.mv-school-top.tokyo {
  background-image: url(/images/tokyo/mv.jpg?date=20190725-2);
  background-color: #f6f7f9;
}

.mv-school-top.osaka {
  background-image: url(/images/osaka/mv.jpg);
  background-color: #f6f7f9;
}

.mv-school-top.other {
  background-image: url(/images/other/mv.jpg);
  background-color: #f6f7f9;
}
.mv-school-top.sapporo {
  background-image: url(/images/sapporo/mv.jpg);
  background-color: #fff;
}

.mv-school-top.nagoya {
  background-image: url(/images/nagoya/mv.jpg);
  background-color: #f6f7f9;
}

.mv-school-top.fukuoka {
  background-image: url(/images/fukuoka/mv.jpg);
  background-color: #f6f7f9;
}

.mv-school-top.left h1 {
  right: auto;
  left: 64px;
}

@media only screen and (max-width: 768px) {
  .mv-school-top {
    background-position: 50% 50%;
    background-size: cover;
  }
  .mv-school-top .wrap {
    height: 281px;
  }
  .mv-school-top .wrap h1 {
    right: 15px;
  }
  .mv-school-top .wrap h1 span {
    margin-top: 10px;
    font-size: 3rem;
  }
  .mv-school-top .wrap h1 img {
    max-height: 17px;
  }
  .mv-school-top.left h1 {
    left: 15px;
    right: auto;
  }
  .mv-school-top.osaka,
  .mv-school-top.fukuoka {
    background-position: 60% 50%;
  }
  .mv-school-top.sapporo {
    background-position: 25% 50%;
  }
  .mv-school-top.osaka .wrap h1 {
    top: 20%;
  }
  .mv-school-top.-top20p .wrap h1 {
    top: 20%;
  }
  .mv-school-top.sapporo .wrap h1,
  .mv-school-top.nagoya .wrap h1,
  .mv-school-top.fukuoka .wrap h1 {
    top: 75%;
    background: rgba(255,255,255,0.9);
    padding: 5px;
    opacity: 0.7;
  }
}

.mv-school-und {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.mv-school-und .wrap {
  height: 302px;
}

.mv-school-und h1 {
  position: absolute;
  top: 50%;
  left: 31%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 742px;
  text-align: center;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 0;
}

.mv-school-und h1 img, .mv-school-und h1 span {
  display: inline-block;
  vertical-align: middle;
}

.mv-school-und h1 span {
  line-height: 1;
  font-size: 67px;
  font-size: 4.2rem;
  margin-left: 13px;
  letter-spacing: 0.2em;
}

.mv-school-und.tokyo {
  background-image: url(/images/tokyo/mv-und.jpg?date=20190725);
}

.mv-school-und.osaka {
  background-image: url(/images/osaka/mv-und.jpg);
}

.mv-school-und.sapporo {
  background-image: url(/images/sapporo/mv-und.jpg);
}

.mv-school-und.nagoya {
  background-image: url(/images/nagoya/mv-und.jpg);
}

.mv-school-und.fukuoka {
  background-image: url(/images/fukuoka/mv-und.jpg);
}

.mv-school-und.osaka h1 {
  left: 17%;
  width: 400px;
  padding: 30px 0;
  background: none;
}

.mv-school-und.sapporo h1 {
  left: 82%;
  width: 550px;
}

.mv-school-und.nagoya h1 {
  left: 83%;
  width: 400px;
  padding: 30px 0;
}

.mv-school-und.fukuoka h1 {
  left: 17%;
  width: 400px;
  padding: 30px 0;
}

.mv-school-und.osaka h1 span,
.mv-school-und.nagoya h1 span,
.mv-school-und.fukuoka h1 span {
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .mv-school-und {
    background-position: 55% 50%;
  }
  .mv-school-und .wrap {
    height: 150px;
  }
  .mv-school-und h1 {
    left: 50%;
    width: 220px;
    padding: 15px 0;
  }
  .mv-school-und h1 img {
    max-height: 15px;
  }
  .mv-school-und h1 span {
    text-align: center;
    font-size: 2.4rem;
    margin: 10px 0 0;
  }
  .mv-school-und.osaka {
    background-position: 60% 50%;
  }
  .mv-school-und.sapporo {
    background-position: 25% 50%;
  }
  .mv-school-und.nagoya {
    background-position: 40% 50%;
  }
  .mv-school-und.fukuoka {
    background-position: 60% 50%;
  }
  .mv-school-und.osaka h1,
  .mv-school-und.sapporo h1,
  .mv-school-und.nagoya h1,
  .mv-school-und.fukuoka h1 {
    left: 50%;
    width: 220px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.5)
  }
  .mv-school-und.sapporo h1 span {
    display: block;
  }
}

.mv-course-top {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f9fbfb;
  background-image: url(/images/course/mv.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.mv-course-top .wrap {
  position: relative;
  height: 562px;
}

.mv-course-top-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.mv-course-top-text h1 {
  line-height: 1;
  font-size: 73px;
  font-size: 4.6rem;
  margin-bottom: 25px;
}

.mv-course-top-text p {
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 769px) {
  .mv-course-top.right .mv-course-top-text {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mv-course-top {
    background-position: 55% 50%;
  }
  .mv-course-top .wrap {
    height: 281px;
  }
  .mv-course-top-text {
    left: 15px;
  }
  .mv-course-top-text h1 {
    line-height: 1;
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 #fff;
  }
  .mv-course-top-text p {
    font-size: 1.2rem;
    text-shadow: 0 1px 0 #fff;
  }
  .mv-course-top.right .mv-course-top-text {
    left: auto;
    right: 15px;
  }
}

.mv-corp {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f9fbfb;
  background-image: url(/images/corp/mv.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.mv-corp .wrap {
  position: relative;
  width: auto;
  height: 562px;
}

.mv-corp-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  width: 50%;
  margin-top: 50px;
  padding: 30px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
}

.mv-corp-text h1 {
  line-height: 1;
  font-size: 73px;
  font-size: 4.6rem;
  margin-bottom: 25px;
}

.mv-corp-text p {
  font-size: 25px;
  font-size: 1.6rem;
}

.mv-corp.right .mv-corp-text {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .mv-corp {
    background-position: 35% 50%;
  }
  .mv-corp .wrap {
    height: 281px;
  }
  .mv-corp-text {
    left: auto;
    right: 0;
    width: 80%;
    padding: 15px;
  }
  .mv-corp-text h1 {
    line-height: 1;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .mv-corp-text p {
    font-size: 1.2rem;
  }
  .mv-corp.right .mv-corp-text {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.mv-course-und {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.mv-course-und .wrap {
  position: relative;
  height: 562px;
}

.mv-course-und .wrap .mv-course-und-text {
  width: 600px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mv-course-und.gs .wrap .mv-course-und-text {
  /* color: #424242;*/
  top: 86%;
  /* left: 10%;*/
}

.mv-course-und.general .wrap .mv-course-und-text {
  width: 375px;
}

.mv-course-und .wrap .mv-course-und-text h1 {
  line-height: 1;
  font-size: 73px;
  font-size: 4.6rem;
  margin-bottom: 25px;
}
.mv-course-und.ca .wrap .mv-course-und-text h1 {
  text-shadow: -1px 1px 6px rgba(0, 0, 0, 0.6);
}
.mv-course-und.gs .wrap .mv-course-und-text h1 {
  text-shadow: -1px 1px 6px rgba(0, 0, 0, 0.6);
}
.mv-course-und.general .wrap .mv-course-und-text h1 {
  text-shadow: -1px 1px 6px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
  .mv-course-und.ca .wrap .mv-course-und-text h1 {
    text-shadow: -1px 1px 4px rgb(0, 0, 0);
  }
  .mv-course-und.gs .wrap .mv-course-und-text h1 {
    text-shadow: -1px 1px 4px rgb(0, 0, 0);
  }
  .mv-course-und.general .wrap .mv-course-und-text h1 {
    text-shadow: -1px 1px 4px rgb(0, 0, 0);
  }
}

.mv-course-und .wrap .mv-course-und-text h1 small {
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
}

.mv-course-und .wrap .mv-course-und-text p {
  font-size: 25px;
  font-size: 1.6rem;
}

.mv-course-und.ca {
  background-image: url(/images/course/ca/mv.jpg);
}

.mv-course-und.gs {
  background-image: url(/images/course/gs/mv.jpg);
}

.mv-course-und.general {
  background-image: url(/images/course/general/mv.jpg);
}

@media only screen and (min-width: 769px) {
  .mv-course-und.right .mv-course-und-text {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mv-course-und .wrap {
    height: 281px;
  }
  .mv-course-und.gs .wrap .mv-course-und-text {
    left:-2%;
  }
  .mv-course-und .wrap .mv-course-und-text {
    width: 100%;
    padding: 0 15px;
    left: 0;
  }
  .mv-course-und.general .wrap .mv-course-und-text {
    width: 100%;
  }
  .mv-course-und .wrap .mv-course-und-text h1 {
    line-height: 1;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .mv-course-und .wrap .mv-course-und-text h1 small {
    font-size: 1.4rem;
  }
  .mv-course-und .wrap .mv-course-und-text p {
    font-size: 1.2rem;
  }
  .mv-course-und.right .mv-course-und-text {
    text-align: right;
  }
}

.mv-report {
  background-image: url(/images/report/mv.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.mv-report .wrap {
  height: 300px;
}

.mv-report h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 742px;
  text-align: center;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 0;
}

.mv-report h1 span {
  line-height: 1;
  font-size: 51px;
  font-size: 3.2rem;
  margin-left: 13px;
  letter-spacing: 0.2em;
  display: block;
}

.mv-report h1 img {
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .mv-report .wrap {
    height: 100px;
  }
  .mv-report h1 {
    width: 220px;
    padding: 15px 0;
  }
  .mv-report h1 img {
    margin-top: 5px;
    max-height: 10px;
  }
  .mv-report h1 span {
    font-size: 1.5rem;
  }
}

.mv-movie {
  background-image: url(/images/movie/mv.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.mv-movie .wrap {
  height: 300px;
}

.mv-movie h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 742px;
  text-align: center;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 0;
}

.mv-movie h1 span {
  line-height: 1;
  font-size: 51px;
  font-size: 3.2rem;
  margin-left: 13px;
  letter-spacing: 0.2em;
  display: block;
}

.mv-movie h1 img {
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .mv-movie .wrap {
    height: 100px;
  }
  .mv-movie h1 {
    width: 220px;
    padding: 15px 0;
  }
  .mv-movie h1 img {
    margin-top: 5px;
    max-height: 10px;
  }
  .mv-movie h1 span {
    font-size: 1.5rem;
  }
}

.mv-achieve {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .mv-achieve {
    margin-bottom: 30px;
  }
}

.mv-way {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/images/way/mv.jpg);
  background-size: cover;
}

.mv-way .wrap {
  position: relative;
  height: 562px;
}

.mv-way h1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .mv-way {
    background-position: 60% 50%;
  }
  .mv-way .wrap {
    height: 281px;
  }
  .mv-way h1 {
    left: 15px;
  }
  .mv-way h1 img {
    width: 200px;
  }
}

.feedback {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

.feedback p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .feedback p {
    width: 100%;
  }
  .feedback p img {
    width: 90%;
  }
}

/*----------------------------------
Paragraph Style
----------------------------------*/
.sec-lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
}

.sec-lead.left {
  text-align: left;
}
.sec-lead.-mb20 {
  margin-bottom: 20px;
}
.sec-lead.-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .sec-lead {
    font-size: 1.2rem;
    margin-bottom: 17px;
  }
}

.sec-lead02 {
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.sec-lead02 .sec-title02 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .sec-lead02 {
    font-size: 1.2rem;
    margin-bottom: 17px;
  }
}

.sec-lead03 {
  margin-bottom: 20px;
}

.sec-lead04 {
  text-align: center;
  margin: 20px 0 40px;
}

@media only screen and (max-width: 768px) {
  .sec-lead04 {
    margin: 15px 0 30px;
  }
}

.emphosis-lead {
  position: relative;
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 32px;
  font-size: 2rem;
  padding-left: 15px;
  line-height: 1.5;
}

.emphosis-lead:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #80c5e9;
  border-radius: 50%;
}

.emphosis-lead small {
  font-weight: normal;
  font-size: 19px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .emphosis-lead {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .emphosis-lead:before {
    top: 5px;
  }
}

.point-lead {
  text-align: center;
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #80c5e9;
  border: 4px solid #80c5e9;
  padding: 31px 0;
}

@media only screen and (max-width: 768px) {
  .point-lead {
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}

.attention-text {
  font-size: 22px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .attention-text {
    font-size: 1.1rem;
  }
}

.und-lead-block {
  margin-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .und-lead-block {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}

.pickup-about {
  position: relative;
  height: 550px;
  background: url(/images/top/bg-about.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.pickup-about .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .pickup-about {
    height: auto;
    padding: 20px 15px;
    background: #f2fafc url(/images/top/bg-about-sp.jpg) 50% 0% no-repeat;
    background-size: 100% auto;
  }
  .pickup-about .wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0;
  }
}

.pickup-about-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 768px) {
  .pickup-about-wrap {
    display: block;
    padding: 20px 15px 20px;
  }
}

.pickup-about-main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pickup-about-main h3 {
  margin-bottom: 20px;
  font-size: 31px;
  font-size: 49px;
  font-size: 3.1rem;
  color: #0b3277;
}

.pickup-about-main .btn-detail {
  max-width: 360px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .pickup-about-main h3 {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pickup-about-main .btn-detail {
    max-width: 100%;
    margin-top: 20px;
  }
}

.pickup-about-movie {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .pickup-about-movie {
    margin-top: 18px;
    margin-left: 0;
  }

  .pickup-about-movie img {
    width: 100%;
  }
}

.movie-player {
  position: relative;
  width: 580px;
  padding-top: 58.6206%;
}

.movie-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .movie-player {
    width: 100%;
  }
}

/* 20240717 追記 */
.pickup-seminar {
  position: relative;
  height: 550px;
  background: url(/images/top/bg-about.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.pickup-seminar.nobg {
  height: 500px;
  background: inherit;
  background-size: inherit;
}

.pickup-seminar .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .pickup-seminar {
    height: auto;
    padding: 20px 15px;
    background: #f2fafc url(/images/top/bg-about-sp.jpg) 50% 0% no-repeat;
    background-size: 100% auto;
  }
  .pickup-seminar.nobg {
    padding: 20px 0 0;
    height: auto;
    background: inherit;
    background-size: inherit;
  }

  .pickup-seminar .wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0;
  }
}

.pickup-seminar-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}

.pickup-seminar-wrap.bluebg {
  background-color: #e3f5ff;
}

@media only screen and (max-width: 768px) {
  .pickup-seminar-wrap {
    display: block;
    padding: 20px 15px 20px;
  }
}

.pickup-seminar-main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pickup-seminar-main h3 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #0b3277;
}

.pickup-seminar-main .btn-detail {
  max-width: 360px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .pickup-seminar-main h3 {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pickup-seminar-main .btn-detail {
    max-width: 100%;
    margin-top: 20px;
  }
}

.pickup-seminar-movie {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .pickup-seminar-movie {
    margin-top: 18px;
    margin-left: 0;
  }
}

.pickup-seminar-movie-player {
  width: 580px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .pickup-seminar-movie-player {
    width: 100%;
  }
}

.pickup-seminar-movie-player iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

/* caページ */
.ca-seminar-movie {
  width: 500px;
  max-width: 600px;
  margin: 0 auto;
}

.ca-seminar-movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.ca-seminar .btn-detail {
  max-width: 360px;
  margin: 0 auto;
}
/* 20240717 追記ここまで */

.tour {
  height: 550px;
  padding: 100px 0 84px;
  text-align: center;
  box-sizing: border-box;
  background: #e4f5ff url(/images/top/bg-tour.jpg) 50% 50% no-repeat;
}

@media only screen and (max-width: 768px) {

  .ca-seminar-movie {
    width: 100%;
  }

  .tour {
    position: relative;
    padding: 35px 35px 0;
    height: 320px;
    text-align: left;
    background: #fff;
  }
  .tour:before, .tour:after {
    content: " ";
    position: absolute;
    top: 0;
    z-index: 0;
    /*-width: 25.625vw;
      height: 25.625vw;-*/
    width: 125px;
    height: 125px;
  }
  .tour:before {
    left: 0;
    background: linear-gradient(to right bottom, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .tour:after {
    right: 0;
    background: linear-gradient(to left bottom, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
}

@media only screen and (max-width: 768px) {
  .tour-inr:before, .tour-inr:after {
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 125px;
    height: 125px;
  }
  .tour-inr:before {
    left: 0;
    background: linear-gradient(to right top, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .tour-inr:after {
    right: 0;
    background: linear-gradient(to left top, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
}

.tour-main h3 span {
  display: block;
  margin-top: 20px;
}
.tour-main h3 img {
  max-width: 650px;
}

.tour-main p:first-child {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 28px;
  font-size: 1.8rem;
}

.tour-main .btn-detail {
  max-width: 360px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  .tour-main > * {
    position: relative;
    z-index: 2;
  }
  .tour-main:before {
    content: " ";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-image: url(/images/top/bg-tour-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 110px;
    height: 100%;
  }
  .tour-main h3 picture img {
    max-height: 53px;
    margin-right: 20%;
  }
  .tour-main h3 span {
    margin-top: 20px;
  }
  .tour-main h3 span img {
    max-height: 13px;
  }
  .tour-main p:first-child {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tour-main p:first-child span {
    display: block;
  }
  .tour-main .btn-detail {
    max-width: 100%;
  }
}

.tour-ribbon {
  margin: 15px auto 20px;
}

@media only screen and (max-width: 768px) {
  .tour-ribbon {
    margin: 15px 0 0 -10px;
    width: 166px;
  }
}

.tour-ribbon + p {
  font-size: 17px;
  font-size: 27px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .tour-ribbon + p {
    display: none;
  }
}

.pickup-cnt {
  padding: 60px 0 90px;
  border-top: 1px solid #d9dcdc;
  background: #f7fafb;
}

@media only screen and (max-width: 768px) {
  .pickup-cnt {
    padding: 50px 0 40px;
  }
}

.pickup-cnt-wrap {
  position: relative;
}

.pickup-cnt-image {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .pickup-cnt-image {
    position: static;
  }
  .pickup-cnt-image img {
    width: 100%;
  }
}

.pickup-cnt-main {
  float: right;
  width: 620px;
  margin-top: 33px;
  padding: 85px 100px 74px 162px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.pickup-cnt-main p {
  margin-top: 20px;
}

.pickup-cnt-main h4 + p {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .pickup-cnt-main {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 40px 20px 35px;
    box-sizing: border-box;
  }
  .pickup-cnt-main p {
    margin-top: 20px;
  }
  .pickup-cnt-main h4 + p {
    margin-top: 0;
  }
}

.school-about {
  height: 540px;
  padding-top: 90px;
  box-sizing: border-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #6685b0;
  color: #fff;
  text-align: center;
}

.school-about h2 {
  font-size: 57px;
  font-size: 3.6rem;
  margin-bottom: 25px;
}

.school-about.tokyo {
  background-image: url(/images/tokyo/mv-about.jpg);
}

.school-about.osaka {
  background-image: url(/images/osaka/mv-about.jpg);
}

.school-about.sapporo, .school-about.nagoya, .school-about.fukuoka {
  height: 398px;
  padding-top: 40px;
  margin: 2px 0 0;
}

.school-about.sapporo {
  background-image: url(/images/sapporo/mv-about.jpg);
}

.school-about.nagoya {
  background-image: url(/images/nagoya/mv-about.jpg);
}

.school-about.fukuoka {
  background-image: url(/images/fukuoka/mv-about.jpg);
}

@media only screen and (max-width: 768px) {
  .school-about {
    height: 270px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .school-about h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .school-about.sapporo, .school-about.nagoya, .school-about.fukuoka {
    height: 270px;
    padding-top: 20px;
    margin: 0;
  }
}

.school-news {
  padding: 60px 0 80px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.school-news .news-list {
  float: left;
  width: 580px;
}

.school-news .school-tour {
  float: right;
}

@media only screen and (max-width: 768px) {
  .school-news {
    padding: 30px 0 35px;
  }
  .school-news .news-list {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .school-news .school-tour {
    float: none;
  }
}

.school-tour {
  position: relative;
  width: 520px;
  padding: 45px 0 0 38px;
  height: 320px;
  box-sizing: border-box;
  background-image: url(/images/common/school-tour-bg.jpg);
}

.school-tour-main {
  display: inline-block;
  text-align: center;
}

.school-tour-main p:nth-child(1) {
  margin-bottom: 20px;
}

.school-tour-main p:nth-child(2) {
  margin-bottom: 20px;
}

.school-tour-main p:nth-child(3) {
  margin-bottom: 20px;
}

.school-tour-main .arrow-link {
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
}

.school-tour-main .btn-detail {
  width: 80%;
  margin: -10px auto 0;
}

@media only screen and (max-width: 768px) {
  .school-tour {
    width: 100%;
    padding: 60px 100px 0 20px;
    text-align: center;
    background-image: none;
  }
  .school-tour:before, .school-tour:after {
    content: " ";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 125px;
    height: 125px;
  }
  .school-tour:before {
    left: 0;
    background: linear-gradient(to right bottom, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .school-tour:after {
    right: 0;
    background: linear-gradient(to left bottom, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .school-tour-main {
    display: inline-block;
    text-align: center;
  }
  .school-tour-main p:nth-child(1) {
    margin-bottom: 20px;
  }
  .school-tour-main p:nth-child(2) {
    margin-bottom: 20px;
  }
  .school-tour-main p:nth-child(3) {
    margin-bottom: 20px;
  }
  .school-tour-main .arrow-link {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .school-tour-inr:before, .school-tour-inr:after {
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 125px;
    height: 125px;
  }
  .school-tour-inr:before {
    left: 0;
    background: linear-gradient(to right top, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .school-tour-inr:after {
    right: 0;
    background: linear-gradient(to left top, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
}

.school-tour-main {
  display: inline-block;
  text-align: center;
}

.school-tour-main p:first-child {
  margin-bottom: 20px;
}

.school-tour-main h3 {
  margin-bottom: 20px;
}

.school-tour-main h3 span {
  display: block;
  margin-top: 20px;
}

.school-tour-main .arrow-link {
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .school-tour-main > * {
    position: relative;
    z-index: 2;
  }
  .school-tour-main:before {
    content: " ";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-image: url(/images/top/bg-tour-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 110px;
    height: 100%;
  }
  .school-tour-main p:first-child img {
    max-height: 28px;
  }
  .school-tour-main h3 > img {
    max-height: 53px;
  }
  .school-tour-main h3 span img {
    max-height: 13px;
  }
  .school-tour-main .arrow-link {
    font-size: 1.4rem;
  }
}

.student-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .student-contact {
    display: block;
  }
}

.student-contact-wrap {
  margin: 0 20px 0 0;
  padding: 25px 0 35px;
  width: 580px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.student-contact-wrap.-col1{
  width: 100%;
}

.student-contact-wrap > * {
  width: 100%;
}

.student-contact-wrap:nth-child(even) {
  margin-right: 0;
}

.student-contact-wrap:first-child dl dd:nth-child(2) {
  font-size: 41px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
body.online .student-contact-wrap:first-child dl dd:nth-child(2) {
  font-weight: normal;
  margin-bottom: 0;
}

.student-contact-wrap:first-child dl dd:nth-child(2) span {
  display: inline-block;
  padding-left: 26px;
  background-image: url(/images/common/ico-tel.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}
body.online .student-contact-wrap:first-child dl dd:nth-child(2) span,
.student-contact-wrap.-col1:first-child dl dd:nth-child(2) span {
  padding-left: 0;
  display: block;
  line-height: 52px;
  height: 52px;
  background: url(/images/common/ico-arrow02.svg) right 10px top 50% no-repeat;
}

.student-contact-wrap:first-child dl dd:last-child {
  font-size: 20px;
  font-size: 1.3rem;
}
body.online .student-contact-wrap:first-child dl dd:last-child {
  font-size: 16px;
  font-size: 1.6rem;
}

.student-contact-wrap dl dt {
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.student-contact-wrap .btn-detail {
  max-width: 360px;
  margin: 0 auto;
}

.student-contact-wrap .note-txt {
  margin: 10px auto 0;
}

@media only screen and (max-width: 768px) {
  .student-contact-wrap {
    margin: 15px 0 0;
    padding: 20px 15px;
    width: 100%;
  }
  .student-contact-wrap:first-child dl dd:nth-child(2) {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .student-contact-wrap:first-child dl dd:nth-child(2) span {
    display: inline-block;
    padding-left: 26px;
    background-image: url(/images/common/ico-tel.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
  }
  .student-contact-wrap:first-child dl dd:last-child {
    font-size: 1.2rem;
  }
  .student-contact-wrap dl dt {
    font-size: 1.4rem;
  }
}

/*--photo-cnt02--*/
.photo-cnt01 .photo-cnt01-image {
  float: left;
  margin-right: 40px;
}

.photo-cnt01 .photo-cnt01-text {
  overflow: hidden;
}

.photo-cnt01 .photo-cnt01-text dl {
  color: #424242;
}

.photo-cnt01 .photo-cnt01-text dl dt {
  font-size: 44px;
  font-size: 2.8rem;
  margin-bottom: 5px;
}

.photo-cnt01 .photo-cnt01-text p {
  text-align: right;
  color: #13449d;
}

.photo-cnt01 .photo-cnt01-text p span {
  border-bottom: 1px solid #13449d;
}

.photo-cnt01 .photo-cnt01-text p a {
  text-decoration: underline;
  border-bottom: 1px solid #13449d;
}

.photo-cnt01 .photo-cnt01-text p a:hover {
  text-decoration: none;
}

.photo-cnt01 .photo-cnt01-text > * {
  margin-bottom: 15px;
}

.photo-cnt01 .photo-cnt01-text > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .photo-cnt01 .photo-cnt01-image {
    float: none;
    margin: 0 0 20px;
  }
  .photo-cnt01 .photo-cnt01-image img {
    width: 100%;
  }
  .photo-cnt01 .photo-cnt01-text dl dt {
    font-size: 1.7rem;
  }
  .photo-cnt01 .photo-cnt01-text > * {
    margin-bottom: 10px;
  }
}

a:hover .photo-cnt01 .photo-cnt01-text p span {
  border-bottom: none;
}

.photo-cnt02 .photo-cnt02-inr {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: #e0e0e0 solid 1px;
}

.photo-cnt02 .photo-cnt02-image {
  float: left;
  margin-right: 40px;
}

.photo-cnt02 .photo-cnt02-text {
  overflow: hidden;
}

.photo-cnt02 .photo-cnt02-text dl dt {
  font-weight: bold;
}

.photo-cnt02 .photo-cnt02-text > * {
  margin-bottom: 25px;
}

.photo-cnt02 .photo-cnt02-text > *:last-child {
  margin-bottom: 0;
}

.photo-cnt02 .photo-cnt02-link p {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .photo-cnt02.right .photo-cnt02-image {
    float: right;
    margin-left: 40px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .photo-cnt02 .photo-cnt02-inr {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .photo-cnt02 .photo-cnt02-image {
    float: none;
    margin: 0 0 20px;
  }
  .photo-cnt02 .photo-cnt02-image img {
    width: 100%;
  }
  .photo-cnt02 .photo-cnt02-text > * {
    margin-bottom: 20px;
  }
  .photo-cnt02 .photo-cnt02-link p {
    text-align: left;
    margin-bottom: 10px;
  }
}

.photo-cnt03 .photo-cnt03-image {
  float: right;
  margin-left: 40px;
}

.photo-cnt03 .photo-cnt03-image p {
  text-align: right;
  margin-top: 15px;
  font-size: 20px;
  font-size: 1.3rem;
}

.photo-cnt03 .photo-cnt03-text {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .photo-cnt03 .photo-cnt03-image {
    float: none;
    margin: 0 0 20px;
  }
  .photo-cnt03 .photo-cnt03-image img {
    width: 100%;
  }
  .photo-cnt03 .photo-cnt03-text p {
    margin-bottom: 20px;
  }
}

.photo-cnt04 .photo-cnt04-image {
  float: left;
  margin-right: 40px;
}

.photo-cnt04 .photo-cnt04-text {
  overflow: hidden;
}

.photo-cnt04 .photo-cnt04-title {
  margin-bottom: 15px;
  font-size: 54px;
  font-size: 3.4rem;
  line-height: 1;
}

.photo-cnt04 .photo-cnt04-title span {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 16px;
}

.photo-cnt04 .photo-cnt04-label {
  letter-spacing: -.40em;
  margin-bottom: 22px;
}

.photo-cnt04 .photo-cnt04-label li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 8px;
}

.photo-cnt04 + .photo-cnt04 {
  margin-top: -25px;
}

.photo-cnt04 .photo-cnt04-ex {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .photo-cnt04 {
    margin-bottom: 30px;
  }
  .photo-cnt04 .photo-cnt04-image {
    float: none;
    margin: 0 0 20px;
  }
  .photo-cnt04 .photo-cnt04-image img {
    width: 100%;
  }
  .photo-cnt04 .photo-cnt04-title {
    font-size: 2rem;
  }
  .photo-cnt04 .photo-cnt04-title img {
    max-height: 20px;
  }
  .photo-cnt04 .photo-cnt04-title span {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .photo-cnt04 .photo-cnt04-label {
    margin-bottom: 15px;
  }
  .photo-cnt04 .photo-cnt04-label li {
    width: 80px;
  }
  .photo-cnt04 + .photo-cnt04 {
    margin-top: -10px;
  }
}

.photo-cnt05 {
  margin-bottom: 23px;
}

.photo-cnt05 .photo-cnt05-image {
  float: right;
  margin-left: 40px;
}

.photo-cnt05 .photo-cnt05-text {
  overflow: hidden;
}

.photo-cnt05 .photo-cnt05-title {
  display: table;
  width: 100%;
  font-size: 33px;
  font-size: 2.1rem;
  margin-bottom: 15px;
}

.photo-cnt05 .photo-cnt05-title span, .photo-cnt05 .photo-cnt05-title:before {
  display: table-cell;
  vertical-align: middle;
}

.photo-cnt05 .photo-cnt05-title span {
  padding-left: 16px;
}

.photo-cnt05 .photo-cnt05-title:before {
  content: " ";
  width: 98px;
  height: 50px;
  background-repeat: no-repeat;
}

.photo-cnt05 .photo-cnt05-title.tokyo:before {
  background-image: url(/images/common/label-tokyo.svg);
}

.photo-cnt05 .photo-cnt05-title.osaka:before {
  background-image: url(/images/common/label-osaka.svg);
}

.photo-cnt05 .photo-cnt05-title.sapporo:before {
  background-image: url(/images/common/label-sapporo.svg);
}

.photo-cnt05 .photo-cnt05-title.nagoya:before {
  background-image: url(/images/common/label-nagoya.svg);
}

.photo-cnt05 .photo-cnt05-title.fukuoka:before {
  background-image: url(/images/common/label-fukuoka.png);
}

.photo-cnt05 .photo-cnt05-list li {
  margin-top: 16px;
}

.photo-cnt05 .photo-cnt05-list li:first-child {
  margin-top: 0;
}

.photo-cnt05 .photo-cnt05-list li p {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}

.photo-cnt05 .photo-cnt05-list li a {
  text-decoration: underline;
}

.photo-cnt05 .photo-cnt05-list li a:hover {
  text-decoration: none;
}

.photo-cnt05 .photo-cnt05-list li.label p:after {
  content: "体験授業付き！";
  position: absolute;
  top: 0;
  left: calc(100% + 24px);
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-size: 1.4rem;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #80c5e9;
  border-radius: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .photo-cnt05 .photo-cnt05-image {
    float: none;
    margin: 0 0 20px;
  }
  .photo-cnt05 .photo-cnt05-image img {
    width: 100%;
  }
  .photo-cnt05 .photo-cnt05-title {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .photo-cnt05 .photo-cnt05-title span, .photo-cnt05 .photo-cnt05-title:before {
    display: block;
  }
  .photo-cnt05 .photo-cnt05-title span {
    padding-left: 0;
  }
  .photo-cnt05 .photo-cnt05-title:before {
    content: " ";
    margin-bottom: 10px;
    width: 98px;
    height: 41px;
    background-size: auto 100%;
  }
  .photo-cnt05 .photo-cnt05-list li {
    margin-top: 10px;
  }
  .photo-cnt05 .photo-cnt05-list li.label {
    padding-right: 110px;
  }
  .photo-cnt05 .photo-cnt05-list li.label p:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 10px);
    font-size: 1rem;
    width: 85px;
    height: 25px;
    line-height: 25px;
  }
}

.photo-cnt06 .photo-cnt06-image {
  float: left;
  margin-right: 40px;
}

.photo-cnt06 .photo-cnt06-text {
  overflow: hidden;
}

.photo-cnt06 .photo-cnt06-text dl {
  color: #424242;
  margin-bottom: 35px;
}

.photo-cnt06 .photo-cnt06-text dl dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.photo-cnt06 .photo-cnt06-text p {
  text-align: right;
  font-size: 25px;
  font-size: 1.6rem;
}

.photo-cnt06 .photo-cnt06-text p span {
  border-bottom: 1px solid #13449d;
}

.photo-cnt06 .photo-cnt06-text p a {
  text-decoration: underline;
}

.photo-cnt06 .photo-cnt06-text p a:hover {
  text-decoration: none;
}

.photo-cnt06 a:hover .photo-cnt06-text p span {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .photo-cnt06 .photo-cnt06-image {
    float: none;
    margin: 0 0 20px;
  }
  .photo-cnt06 .photo-cnt06-image img {
    width: 100%;
  }
  .photo-cnt06 .photo-cnt06-text dl {
    margin-bottom: 10px;
  }
  .photo-cnt06 .photo-cnt06-text dl dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .photo-cnt06 .photo-cnt06-text p {
    text-align: right;
    font-size: 1.2rem;
  }
}

.photo-cnt07 {
  margin-bottom: 70px;
}

.photo-cnt07-image {
  float: right;
  margin-left: 80px;
}

.photo-cnt07-text dl dt {
  font-size: 44px;
  font-size: 2.8rem;
  margin-bottom: 25px;
}

.photo-cnt07-text-ex {
  margin-top: 15px;
}

.photo-cnt07-text-ex li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .photo-cnt07 {
    margin-bottom: 30px;
  }
  .photo-cnt07-image {
    float: none;
    margin: 0 0 15px;
  }
  .photo-cnt07-image img {
    width: 100%;
  }
  .photo-cnt07-text dl dt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.photo-cnt08 {
  margin-bottom: 10px;
}

.photo-cnt08-header {
  font-size: 44px;
  font-size: 2.8rem;
  padding-left: 147px;
  background-image: url(/images/other/step01.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo-cnt08-header img {
  margin-left: 15px;
}

.photo-cnt08-image {
  float: left;
  margin-right: 30px;
}

.photo-cnt08-text dl dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .photo-cnt08 {
    margin-bottom: 20px;
  }
  .photo-cnt08-header {
    font-size: 1.5rem;
    padding: 40px 0 0;
    background-size: 100px auto;
    background-position: 50% 0;
    margin-bottom: 15px;
    text-align: center;
    display: block;
  }
  .photo-cnt08-header img {
    max-width: 80px;
    margin-left: 10px;
  }
  .photo-cnt08-header span {
    display: block;
    margin-bottom: 5px;
  }
  .photo-cnt08-header span + img {
    margin-left: 0;
  }
  .photo-cnt08-image {
    float: none;
    margin: 0 0 15px;
  }
  .photo-cnt08-image img {
    width: 100%;
  }
  .photo-cnt08-text dl dt {
    font-size: 1.3rem;
  }
}

.photo-cnt09 {
  margin-bottom: 50px;
}

.photo-cnt09-image {
  float: left;
  margin-right: 35px;
}

.photo-cnt09-text {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .photo-cnt09 {
    margin-bottom: 30px;
  }
  .photo-cnt09-image {
    float: none;
    margin: 0 0 15px 0;
  }
  .photo-cnt09-image img {
    width: 100%;
  }
}

/*--otherarea--*/
.other-area {
  margin-bottom: 75px;
}

.other-area-detail {
  display: none;
}

.other-area-detail:first-child {
  display: block;
}

.other-area-detail-inr {
  margin-bottom: 50px;
}

.other-area-detail-item {
  width: 580px;
  float: left;
  margin-left: 20px;
}

.other-area-detail-item:first-child {
  margin-left: 0;
}

.other-area-title {
  font-size: 41px;
  font-size: 2.6rem;
  margin: 20px 0;
}

.other-area-seminar {
  position: relative;
  height: 260px;
  padding: 60px 0 0 70px;
  background-image: url(/images/other/seminar-bg.jpg);
  box-sizing: border-box;
  margin-bottom: 23px;
}

.other-area-seminar-main {
  display: inline-block;
  text-align: center;
}

.other-area-seminar p {
  margin-bottom: 23px;
}

.other-area-report {
  border: 4px solid #e9eeee;
  box-sizing: border-box;
  height: 260px;
  padding: 25px;
}

.other-area-report-image {
  float: right;
  margin-left: 40px;
}

.other-area-report-text {
  overflow: hidden;
}

.other-area-report-text dl dt {
  font-weight: bold;
  font-size: 33px;
  font-size: 2.1rem;
  margin-bottom: 18px;
}

.other-area-report-text dl a {
  text-decoration: underline;
}

.other-area-report-text dl a:hover {
  text-decoration: none;
}

.other-area-btn dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-area-btn .btn-detail {
  width: 212px;
}

@media only screen and (max-width: 768px) {
  .other-area {
    margin-bottom: 30px;
  }
  .other-area-detail-item {
    width: 100%;
    float: none;
    margin: 30px 0 0;
  }
  .other-area-detail-item:first-child {
    margin: 0;
  }
  .other-area-detail-inr {
    margin-bottom: 30px;
  }
  .other-area-title {
    font-size: 1.5rem;
    margin: 15px 0;
  }
  .other-area-seminar {
    position: relative;
    padding: 35px;
    height: 320px;
    background: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .other-area-seminar:before, .other-area-seminar:after {
    content: " ";
    position: absolute;
    top: 0;
    z-index: 0;
    width: 125px;
    height: 125px;
  }
  .other-area-seminar:before {
    left: 0;
    background: linear-gradient(to right bottom, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .other-area-seminar:after {
    right: 0;
    background: linear-gradient(to left bottom, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .other-area-seminar-inr:before, .other-area-seminar-inr:after {
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 125px;
    height: 125px;
  }
  .other-area-seminar-inr:before {
    left: 0;
    background: linear-gradient(to right top, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .other-area-seminar-inr:after {
    right: 0;
    background: linear-gradient(to left top, #e2f5ff 0%, #e2f5ff 50%, transparent 51%, transparent 100%);
  }
  .other-area-seminar-main:before {
    content: " ";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-image: url(/images/top/bg-tour-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    width: 110px;
    height: 100%;
  }
  .other-area-seminar p {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  .other-area-seminar p:first-child img {
    max-height: 28px;
  }
  .other-area-seminar p:nth-child(2) img {
    max-height: 16px;
  }
  .other-area-seminar p:nth-child(3) img {
    max-height: 13px;
  }
  .other-area-report {
    height: auto;
    padding: 20px 15px;
  }
  .other-area-report-image {
    width: 40%;
    margin: 0 0 0 15px;
  }
  .other-area-report-image img {
    width: 100%;
  }
  .other-area-report-text dl dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .other-area-btn dl {
    display: block;
  }
  .other-area-btn dt {
    margin-bottom: 10px;
  }
  .other-area-btn .btn-detail {
    width: 100%;
  }
}

/*--voice-cnt--*/
.voice-cnt {
  margin-bottom: 35px;
}

.voice-cnt img {
  float: left;
  width: 28px;
  margin-right: 10px;
}

.voice-cnt p {
  overflow: hidden;
  font-size: 22px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .voice-cnt {
    margin-bottom: 15px;
  }
  .voice-cnt img {
    width: 24px;
    margin-right: 5px;
    margin-top: 0;
  }
  .voice-cnt p {
    font-size: 1.2rem;
  }
}

.voice-cnt.result {
  margin-bottom: 10px;
}

.program-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.program-content dt {
  position: relative;
  width: 204px;
  background: #80c5e9;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.program-content dt:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: linear-gradient(to left bottom, #fff 0%, #fff 50%, transparent 51%, transparent 100%), linear-gradient(to right bottom, transparent 0%, transparent 50%, #fff 51%, #fff 100%);
  background-size: 100% 50%;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.program-content dd {
  padding: 16px 0 16px 40px;
  width: calc(100% - 204px);
  box-sizing: border-box;
}

.program-content dt, .program-content dd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.program-content dt > *, .program-content dd > * {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .program-content {
    display: block;
  }
  .program-content dt {
    position: relative;
    width: 100%;
    font-size: 1.3rem;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  .program-content dt br {
    display: none;
  }
  .program-content dd {
    padding: 0;
    width: 100%;
  }
}

.program-content + .sec-lead02 {
  margin-top: 20px;
}

/*-section-*/
.course-sect {
  margin-bottom: 50px;
  counter-increment: num;
}

.course-sect .sec-title05 span:after {
  content: counter(num);
}

@media only screen and (max-width: 768px) {
  .course-sect {
    margin-bottom: 30px;
  }
}

.task-sect {
  margin-bottom: 35px;
}

.task-sect .border-green-wrap {
  margin-bottom: 35px;
}

.task-sect > *:nth-last-child(2) {
  /*margin-bottom: 0;*/
}

@media only screen and (max-width: 768px) {
  .task-sect {
    margin-bottom: 20px;
  }
  .task-sect .border-green-wrap {
    margin-bottom: 20px;
  }
}

.cart-sect {
  margin-bottom: 15px;
}

.faq-sect {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .faq-sect {
    margin-bottom: 30px;
  }
}

.interview-sect {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .interview-sect {
    margin-bottom: 40px;
  }
}

.confirmation-sect {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .confirmation-sect {
    margin-top: 30px;
  }
}

/*--step--*/
.step-unit {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .step-unit {
    margin-bottom: 30px;
  }
}

.step-wrap {
  width: 580px;
  float: left;
}

.step-wrap:nth-child(2) {
  float: right;
}

.step-wrap-header {
  position: relative;
  height: 132px;
  padding-top: 28px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.step-wrap-header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/other/step-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.step-wrap-header p {
  display: inline-block;
  width: 460px;
  font-size: 33px;
  font-size: 2.1rem;
  color: #fff;
  background: #80c5e9;
  padding: 12px 0;
}

.step-wrap-body {
  border: #e9eeee 4px solid;
  background: #fff;
  padding: 35px 30px;
}

.step-wrap-body dl dt {
  text-align: center;
  font-size: 44px;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 25px;
  padding-top: 60px;
  background-image: url(/images/other/step02.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .step-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .step-wrap:nth-child(2) {
    float: none;
    margin-bottom: 0;
  }
  .step-wrap-header {
    padding-top: 0;
    margin-bottom: 0;
    height: auto;
  }
  .step-wrap-header p {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 1px;
    padding: 8px 0;
  }
  .step-wrap-header:before {
    display: none;
  }
  .step-wrap-body {
    padding: 20px 15px;
  }
  .step-wrap-body dl dt {
    font-size: 1.5rem;
    padding: 40px 0 0;
    background-size: 100px auto;
    background-position: 50% 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

.step-wrap.step03:before {
  content: " ";
  display: block;
  width: 100%;
  height: 132px;
  padding: 15px 0;
  background-image: url(/images/other/step-arrow02.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.step-wrap.step03 .step-wrap-body dl dt {
  background-image: url(/images/other/step03.svg);
}

@media only screen and (max-width: 768px) {
  .step-wrap.step03 {
    margin-bottom: 0;
  }
  .step-wrap.step03:before {
    height: 60px;
    padding: 8px 0;
    background-size: auto 90%;
  }
}

/*--image--*/
.single-image {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .single-image {
    margin-bottom: 20px;
  }
}

.course-model-image {
  text-align: center;
}

.course-model-image a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .course-model-image.w980 {
    width: 980px;
    margin: 0 auto;
  }
}

/*--ブログ--*/
.art-detail {
  margin-top: 10px;
  padding: 42px 100px 90px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.art-detail-category {
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.art-detail-category .report-label {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 14px;
}
.art-detail-category .report-label.other {
  width: 125px;
}

.art-detail-category .report-label.tokyo, .art-detail-category .report-label.osaka {
  color: #212121;
}

.art-detail-category .report-label.event, .art-detail-category .report-label.program {
  width: 90px;
}

.art-detail-category .report-label.tokyo, .art-detail-category .report-label.interview {
  color: #212121;
}

.art-detail-category .report-date {
  margin-left: 10px;
}

.art-detail-category .event {
  background: #9fcd69;
}

.art-detail-category .program {
  background: #80cbc4;
}

.art-detail-category .school {
  background: #e9a632;
}

.art-detail-category .tokyo {
  background: #f4b3c2;
}

.art-detail-category .osaka {
  background: #fdf584;
}

.art-detail-category .other {
  background: #e9a632;
  font-size: 12px;
  font-size: 1.2rem;
}

.art-detail-category .instructor {
  background: #f4b3c2;
}

.art-detail-category .interview {
  background: #fdf584;
}

.art-detail-category .sonota {
  background: #e9a632;
}

.art-detail-title {
  font-size: 44px;
  font-size: 2.8rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.art-detail-main {
  font-size: 25px;
  font-size: 1.6rem;
  line-height: 1.74;
}

.art-detail-main p {
  margin-bottom: 37px;
}

.art-detail-main .image {
  margin: 20px 0;
}

.art-detail-image {
  text-align: center;
  margin-bottom: 45px;
}

.art-detail-btn {
  margin-top: 75px;
  letter-spacing: -.40em;
  text-align: center;
}

.art-detail-btn .btn-detail02 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  max-width: 300px;
  margin-right: 20px;
}

.art-detail-btn .btn-detail02:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .art-detail {
    padding: 20px 15px;
  }
  .art-detail-category {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .art-detail-category .report-label {
    width: 110px;
    padding: 6px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .art-detail-category .report-date {
    display: block;
    margin: 5px 0 0;
  }
  .art-detail-title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .art-detail-main {
    font-size: 1.2rem;
  }
  .art-detail-main p {
    margin-bottom: 20px;
  }
  .art-detail-image {
    margin-bottom: 25px;
  }
  .art-detail-btn {
    margin-top: 30px;
  }
  .art-detail-btn .btn-detail02 {
    max-width: 100%;
    margin: 0 0 15px;
  }
}

/*-tab-*/
.tab-detail > *:last-child {
  margin-bottom: 0;
}

/*-map-*/
.map {
  margin-bottom: 45px;
}

.map iframe {
  width: 100%;
  height: 420px;
}

@media only screen and (max-width: 768px) {
  .map {
    margin-bottom: 30px;
  }
  .map iframe {
    height: 300px;
  }
}

/*--scrollbox--*/
.column-scrl {
  height: 225px;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

/*--movie-cnt--*/
.movie-cnt {
  width: 980px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  margin-bottom: 60px;
}

.movie-cnt video {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .movie-cnt {
    margin-bottom: 30px;
    width: 100%;
    padding-top: 58.6206%;
  }
  .movie-cnt video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*--about--*/
.about-lead {
  /*background-image: url(/images/about/about-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #97b0ce;*/
  margin-top: 30px;
  text-align: center;
}

.about-lead .wrap {
  /*height: 540px;*/
}

.about-lead-text {
  /*position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 475px;
    color: #fff;*/
}

.about-lead-text h2 {
  margin-top: 30px;
  font-size: 48px;
  font-size: 3.0rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about-lead-text p {
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .about-lead {
    /*background-position: 50% 0;
    backgroudn-size: cover;
    padding: 30px 0;*/
  }
  .about-lead .wrap {
    /*height: auto;*/
  }
  .about-lead-text {
    /*position: static;
      transform: translateY(0);
      width: 100%;*/
  }
  .about-lead-text h2 {
    margin-top: 20px;
    font-size: 2rem;
    /*text-align: center;*/
    margin-bottom: 10px;
  }
  .about-lead-text p {
    font-size: 1.2rem;
  }
}

.about-students {
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(/images/about/students-bg.jpg);
}

.about-students .wrap {
  height: 1098px;
}

.about-students-text {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  width: 800px;
  height: 984px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about-students-text-inr {
  width: 100%;
}

.about-students-text h3 {
  margin-bottom: 42px;
}

.about-students-text p {
  line-height: 2.5;
  font-size: 25px;
  font-size: 1.6rem;
}

.about-students-text p + p {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .about-students {
    padding: 30px 0;
  }
  .about-students .wrap {
    height: auto;
  }
  .about-students-text {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    display: block;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .about-students-text h3 {
    margin-bottom: 20px;
  }
  .about-students-text h3 img {
    max-height: 45px;
  }
  .about-students-text p {
    line-height: 2;
    font-size: 1.2rem;
  }
  .about-students-text p + p {
    margin-top: 20px;
  }
}

.students-image {
  background: #f2f9fd;
  padding: 30px 50px;
}

.students-image .sec-title09 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .students-image {
    padding: 20px 15px;
  }
}

.about-message-image {
  float: right;
  margin-left: 73px;
}

.about-message-text {
  overflow: hidden;
  font-size: 25px;
  font-size: 1.6rem;
}

.about-message-text > p {
  line-height: 1.9;
  margin-bottom: 28px;
}

.about-message-text-name {
  text-align: right;
}

.about-message-text-name p:first-child {
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .about-message-image {
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .about-message-image img {
    width: 100%;
  }
  .about-message-text {
    overflow: visible;
    font-size: 1.2rem;
  }
  .about-message-text > p {
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .about-message-text-name img {
    max-height: 17px;
  }
}

.achueve-cnt {
  background: #f2f9fd;
  text-align: center;
  padding: 40px 0;
}

.achueve-cnt h2 {
  margin-bottom: 28px;
}

.achueve-cnt h3 {
  margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
  .achueve-cnt {
    padding: 20px 15px;
  }
  .achueve-cnt h2 {
    margin-bottom: 15px;
  }
  .achueve-cnt h2 img {
    max-height: 40px;
  }
  .achueve-cnt h3 {
    margin-bottom: 20px;
  }
  .achueve-cnt h3 img {
    max-height: 100px;
  }
}

.performance-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .performance-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.performance-cnt {
  width: 436px;
  margin-bottom: 65px;
}

.performance-cnt section {
  margin-bottom: 65px;
}

.performance-cnt section h3 {
  margin-bottom: 30px;
}

.performance-cnt > *:last-child, .performance-cnt:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .performance-cnt {
    width: 100%;
    margin-bottom: 30px;
  }
  .performance-cnt:last-child {
    float: none;
  }
  .performance-cnt section {
    margin-bottom: 30px;
  }
  .performance-cnt section h3 {
    margin-bottom: 15px;
  }
  .performance-cnt section h3 img {
    max-height: 18px;
  }
}

/*--interview--*/
.interview-thumb {
  width: 100%;
  padding: 50px;
  display: table;
  background: #80c5e9;
  box-sizing: border-box;
}

.interview-thumb > * {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

.interview-thumb-image {
  width: 720px;
}

.interview-thumb-text {
  padding: 0 40px;
}

.interview-thumb-text.tokyo2017 {
  padding: 10px 40px 0;
}

.interview-thumb-text dl {
  margin-top: 12px;
  border-bottom: 1px dotted #bdbdbd;
  padding-bottom: 10px;
}

.interview-thumb-text dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}

.interview-thumb-text dl dd {
  font-size: 22px;
  font-size: 1.4rem;
}

.interview-thumb-text dl:first-child {
  margin-top: 0;
}

.interview-thumb-text dl:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .interview-thumb {
    padding: 15px;
    display: block;
  }
  .interview-thumb > * {
    display: block;
  }
  .interview-thumb-image {
    width: 100%;
  }
  .interview-thumb-image img {
    width: 100%;
  }
  .interview-thumb-text {
    padding: 20px 15px;
  }
  .interview-thumb-text dl dd {
    font-size: 1.2rem;
  }
}

.interview-lead {
  text-align: center;
  margin-bottom: 30px;
}

.interview-link {
  background: #f2f9fd;
  padding: 30px 50px;
  margin-bottom: 50px;
}

.interview-link > p {
  margin-bottom: 17px;
}

.interview-link > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .interview-link {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .interview-link > p {
    margin-bottom: 10px;
  }
  .interview-link > p img {
    max-height: 20px;
  }
}

.interview-inr {
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  .interview-inr {
    padding: 0;
  }
}

.interview-detail {
  margin-bottom: 35px;
}

.interview-detail.right .interview-detail-image {
  float: right;
  margin-right: 0;
  margin-left: 70px;
}

.interview-detail.is-hidden .interview-detail-text {
  overflow: hidden;
}

.interview-detail-image {
  float: left;
  margin-right: 70px;
}

.interview-detail-text dl {
  margin-bottom: 45px;
  overflow: hidden;
}

.interview-detail-text dl dt {
  float: left;
  width: 6em;
}

.interview-detail-text dl dd {
  overflow: hidden;
}

.interview-detail-text dl:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .interview-detail {
    margin-bottom: 20px;
  }
  .interview-detail.right .interview-detail-image {
    float: none;
    margin-left: 0;
  }
  .interview-detail.is-hidden .interview-detail-text {
    overflow: visible;
  }
  .interview-detail-image {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .interview-detail-text dl {
    margin-bottom: 20px;
  }
}

.interview-message {
  background: #ffffeb;
  padding: 60px 85px 85px;
  margin-bottom: 45px;
}

.interview-message dl {
  margin-bottom: 40px;
}

.interview-message dl dt {
  float: left;
  width: 6em;
}

.interview-message dl dd {
  overflow: hidden;
}

.interview-message-image {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .interview-message {
    background: #ffffeb;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .interview-message dl {
    margin-bottom: 20px;
  }
}

.way-cnt-list {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  .way-cnt-list {
    margin-top: 40px;
  }
}

.way-cnt {
  margin-bottom: 20px;
  padding: 60px 100px;
  border-radius: 16px;
  background: #fff;
}

.way-cnt-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.way-cnt-head-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

.way-cnt-head-detail h3 {
  margin-bottom: 15px;
  color: #80c5e9;
  font-size: 49px;
  font-size: 3.1rem;
  line-height: 1;
}

.way-cnt-head-detail h3 + dl dd {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
}

.way-cnt-head-detail dl {
  margin-bottom: 5px;
}

.way-cnt-head-detail dt {
  color: #80c5e9;
  font-size: 24px;
  font-size: 1.5rem;
}

.way-cnt-head-detail ul {
  padding-left: 1.1em;
  list-style: disc;
}

.way-cnt-head-detail p {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .way-cnt {
    margin-bottom: 15px;
    padding: 15px;
  }
  .way-cnt-head-detail {
    padding-left: 15px;
  }
  .way-cnt-head-detail h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .way-cnt-head-detail h3 + dl dd {
    font-size: 1.4rem;
  }
  .way-cnt-head-detail dt {
    font-size: 1.3rem;
  }
  .way-cnt-head-detail p {
    margin-top: 15px;
  }
  .way-cnt-head-detail p img {
    max-height: 20px;
  }
  .way-cnt-head-image {
    width: 26%;
  }
}

.way-model-flow {
  position: relative;
}

.way-model-flow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 65px;
  z-index: 0;
  width: 8px;
  height: 100%;
  background: #dbeef8;
}

.way-model-flow-cnt {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.way-model-flow-cnt dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  border-radius: 6px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
  background: #f5f7f8;
}

.way-model-flow-cnt dt {
  width: 130px;
  font-size: 20px;
  font-size: 1.3rem;
}

.way-model-flow-cnt dd {
  font-size: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.way-model-flow-cnt.in-comment {
  margin-bottom: 0;
}

.way-model-flow-comment {
  padding: 15px 0 15px 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.way-model-flow-comment p {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 67px;
  padding: 5px 0 15px 90px;
  box-sizing: border-box;
  background: url(/images/way/ico-comment.svg) no-repeat;
}

.way-model-flow-comment img {
  margin: 10px 0 0 40px;
}

@media only screen and (max-width: 768px) {
  .way-model-flow:before {
    left: 20px;
  }
  .way-model-flow-cnt {
    margin-bottom: 20px;
  }
  .way-model-flow-cnt dl {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
  .way-model-flow-cnt dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .way-model-flow-cnt dd {
    font-size: 1.4rem;
  }
  .way-model-flow-comment {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 15px 40px;
  }
  .way-model-flow-comment p {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    padding: 60px 0 0;
    background-size: 50px auto;
  }
  .way-model-flow-comment img {
    margin: 20px 0 0 0;
    max-height: 140px;
  }
}

.way-model-offer {
  text-align: center;
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 4px solid #dbeef8;
  border-radius: 6px;
  line-height: 1;
}

.way-model-offer span {
  position: relative;
  display: inline-block;
  padding: 15px 66px;
}

.way-model-offer span:before, .way-model-offer span:after {
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.way-model-offer span:before {
  left: 0;
  background-image: url(/images/way/ico-star-l.svg);
}

.way-model-offer span:after {
  right: 0;
  background-image: url(/images/way/ico-star-r.svg);
}

@media only screen and (max-width: 768px) {
  .way-model-offer {
    padding: 0 5px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .way-model-offer span {
    padding: 8px 45px;
  }
}

.way-cnt-list + .bnr-interview {
  margin: 45px 0 65px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .way-cnt-list + .bnr-interview {
    margin: 30px 0 65px;
  }
}

.way-seminar {
  padding: 55px 0;
  background: #e2f5fe;
}

.way-seminar h4 {
  margin-bottom: 60px;
  text-align: center;
}
.way-seminar h4 img {
  max-width: 725px;
}

.way-seminar-cnt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 40px 60px 60px;
  background: #fff;
}

.way-seminar-cnt > p {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.way-seminar-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 45px;
}

.way-seminar-detail dl {
  margin-top: -5px;
}

.way-seminar-detail dt {
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
}

.way-seminar-detail .btn-detail {
  max-width: 360px;
}

@media only screen and (max-width: 768px) {
  .way-seminar {
    padding: 30px 0;
  }
  .way-seminar h4 {
    margin-bottom: 50px;
  }
  .way-seminar h4 img {
    height: 70px;
  }
  .way-seminar-cnt {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px 15px;
  }
  .way-seminar-cnt > p {
    top: -18px;
    width: 200px;
  }
  .way-seminar-detail {
    margin-top: 15px;
    padding-left: 0;
  }
  .way-seminar-detail dl {
    margin-top: 0;
  }
  .way-seminar-detail dt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .way-seminar-detail .btn-detail {
    margin-top: 15px;
  }
  .way-seminar-image img {
    width: 100%;
  }
}

/*--policy--*/
/*.lead-policy { font-size: 107.14286%; }*/
.lead-policy p {
  margin-top: 30px;
}

.lead-policy p:first-child, .lead-policy > dl:first-child {
  margin-top: 0;
}

.lead-policy > ol {
  margin-top: 30px;
}

.lead-policy > ol > li {
  position: relative;
  padding-left: 1.1em;
  margin-top: 20px;
  counter-increment: num;
}

.lead-policy > ol > li:before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.lead-policy > ol > li:first-child {
  margin-top: 0;
}

.lead-policy > dl {
  margin-top: 30px;
}

.lead-policy > dl span {
  display: block;
  margin-top: 10px;
}

.lead-policy.type02 dt {
  font-weight: bold;
}

/*--policy p-mark--*/
.p-mark-btn {
  border: 1px solid #e0e0e0;
  width: 400px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 85.71429%;
}

.p-mark-btn span {
  padding: 30px 0 30px 90px;
  display: inline-block;
  text-align: left;
  background: url(/images/common/logo-pmark.png) 0 50% no-repeat;
  background-size: 70px auto;
}

.p-mark-btn a {
  text-decoration: underline;
  color: #13449d;
}

.p-mark-btn a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .p-mark-btn {
    width: 100%;
    padding: 0 10px;
  }
  .p-mark-btn span {
    padding: 25px 0 25px 80px;
    background: url(/images/common/logo-pmark.png) 0 50% no-repeat;
    background-size: 66px auto;
  }
  .p-mark-btn a:hover {
    text-decoration: underline;
  }
}

/*--tab--*/
.tab-detail {
  display: none;
}

.tab-detail:first-child {
  display: block;
}

.sign {
  margin-top: 30px;
}

/*----------------------------------
Title Style
----------------------------------*/
.sec-title {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-size: 44px;
  font-size: 2.8rem;
  letter-spacing: .1em;
}

.sec-title span {
  display: block;
  margin-top: 15px;
}

.sec-title span img {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 35px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .sec-title span {
    margin-top: 5px;
    font-size: 0;
  }
  .sec-title span img {
    display: inline-block;
    max-height: 10px;
  }
}

.sec-title.sub {
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 38px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .sec-title.sub {
    margin-bottom: 25px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec-title02 {
  font-size: 44px;
  font-size: 2.8rem;
  padding-left: 52px;
  background-image: url(/images/common/ico-aircraft03.svg);
  background-repeat: no-repeat;
  background-size: 41px auto;
  background-position: 0 6px;
  margin-bottom: 30px;
}

.sec-title02 small {
  font-size: 22px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.sec-title02.bb-blue {
  padding-bottom: 10px;
  border-bottom: 1px solid #80c5e9;
}

@media only screen and (max-width: 768px) {
  .sec-title02 {
    font-size: 1.7rem;
    padding-left: 41px;
    background-size: 30px auto;
    background-position: 0 0;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .sec-title02 small {
    display: block;
    font-size: 1.1rem;
  }
}

.sec-title03 {
  position: relative;
  border-top: solid 2px #212121;
  border-bottom: solid 2px #212121;
  padding: 17px 0;
  font-size: 44px;
  font-size: 2.8rem;
  max-width: 530px;
  margin: 0 auto 50px;
  text-align: center;
}

.sec-title03:before, .sec-title03:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #212121;
}

.sec-title03:before {
  top: 1px;
}

.sec-title03:after {
  bottom: 1px;
}

.sec-title03 .ico-check {
  position: relative;
  display: inline-block;
  padding-left: 88px;
}

.sec-title03 .ico-check:before {
  content: " ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 63px;
  height: 63px;
  background-image: url(/images/common/ico-check.svg);
}

.sec-title03.white {
  color: #fff;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.sec-title03.white:before, .sec-title03.white:after {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .sec-title03 {
    padding: 14px 0;
    font-size: 1.6rem;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .sec-title03 .ico-check {
    position: relative;
    display: inline-block;
    padding-left: 50px;
  }
  .sec-title03 .ico-check:before {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}

.sec-title04 {
  width: 596px;
  overflow: hidden;
  font-size: 38px;
  font-size: 2.4rem;
  margin: 0 auto 30px;
  text-align: center;
}

.sec-title04 span {
  position: relative;
  display: inline-block;
}

.sec-title04 span:before, .sec-title04 span:after {
  content: " ";
  width: 500px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #212121;
}

.sec-title04 span:before {
  right: calc(100% + 30px);
}

.sec-title04 span:after {
  left: calc(100% + 30px);
}

.sec-title04 + p {
  text-align: center;
  margin: -25px 0 20px;
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .sec-title04 {
    width: 100%;
    font-size: 1.5rem;
    margin: 0 auto 20px;
  }
  .sec-title04 span:before {
    right: calc(100% + 10px);
  }
  .sec-title04 span:after {
    left: calc(100% + 10px);
  }
  .sec-title04 + p {
    margin: -10px 0 10px;
    font-size: 1.2rem;
  }
}

.sec-title05 {
  margin-bottom: 30px;
}

.sec-title05 span {
  position: relative;
  display: inline-block;
  width: 103px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 30px;
  background: #13449d;
  color: #fff;
  letter-spacing: .1em;
  font-size: 22px;
  font-size: 1.4rem;
}

.sec-title05 span:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 41px;
  font-size: 2.6rem;
  margin-left: 5px;
}

.sec-title05 span:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 30px;
  background-image: url(/images/common/sec-title05-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.sec-title05 em {
  font-size: 44px;
  font-size: 2.8rem;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .sec-title05 {
    position: relative;
    margin-bottom: 15px;
  }
  .sec-title05 span {
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 1.2rem;
  }
  .sec-title05 span:after {
    font-size: 1.6rem;
  }
  .sec-title05 em {
    margin-top: 10px;
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.sec-title06 {
  border-top: 2px solid #0b2954;
  padding-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-size: 2.8rem;
}

.sec-title06 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

.sec-title06 small {
  font-size: 28px;
  font-size: 1.8rem;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .sec-title06 {
    padding-top: 10px;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .sec-title06 img {
    display: block;
    margin-bottom: 10px;
    width: 80px;
  }
  .sec-title06 small {
    font-size: 1.2rem;
  }
}

.sec-title06.air {
  padding-left: 52px;
  background-image: url(/images/common/ico-aircraft03.svg);
  background-repeat: no-repeat;
  background-size: 41px auto;
  background-position: 0 80%;
}

@media only screen and (max-width: 768px) {
  .sec-title06.air {
    padding-left: 41px;
    background-size: 30px auto;
    background-position: 0 8px;
    line-height: 1.5;
  }
}

.sec-title07 {
  margin-bottom: 25px;
  font-size: 44px;
  font-size: 2.8rem;
}

.sec-title07 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

.sec-title07 small {
  font-size: 28px;
  font-size: 1.8rem;
  vertical-align: middle;
}

.sec-title07.-title2 {
  margin-bottom: 10px;
  line-height: 1.4;
}
.sec-title07-no {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .sec-title07 {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .sec-title07 img {
    display: block;
    margin-bottom: 10px;
    width: 80px;
  }
  .sec-title07 small {
    font-size: 1.2rem;
  }
  .sec-title07.-title2 {
    line-height: auto;
  }
  .sec-title07-no {
    margin-bottom: 15px;
  }
}

.sec-title07.circle {
  position: relative;
  padding-left: 24px;
}

.sec-title07.circle:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #80c5e9;
}
.sec-title07.-title2.circle:before {
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .sec-title07.circle {
    padding-left: 16px;
    line-height: 1.4;
  }
  .sec-title07.circle:before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .sec-title07.-title2.circle:before {
    top: 6px;
  }
}

.sec-title08 {
  font-size: 28px;
  font-size: 1.8rem;
  border-left: 5px solid #008ad2;
  padding: 2px 0 2px 15px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  .sec-title08 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sec-title09 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .sec-title09 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.sec-title10 {
  padding: 14px 10px;
  border-radius: 5px;
  background: #ebf6fb;
  border-bottom: 2px solid #d9eef8;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 25px;
}

.sec-title10 > span {
  display: block;
  border-left: 4px solid #13449d;
  padding-left: 18px;
}

@media only screen and (max-width: 768px) {
  .sec-title10 {
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .sec-title10 > span {
    padding-left: 10px;
  }
}

.sec-title11 {
  font-size: 35px;
  font-size: 2.2rem;
  padding-left: 52px;
  background-image: url(/images/common/ico-aircraft04.svg);
  background-repeat: no-repeat;
  background-position: 0 17px;
  margin-bottom: 25px;
  border-top: 3px solid #c6e5f5;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .sec-title11 {
    font-size: 1.5rem;
    padding-left: 41px;
    background-size: 30px auto;
    background-position: 0 8px;
    line-height: 1.5;
  }
}

.sec-title12 {
  text-align: center;
  font-size: 38px;
  font-size: 2.4rem;
  padding-top: 93px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(/images/about/interview/ico-question.svg);
}

@media only screen and (max-width: 768px) {
  .sec-title12 {
    font-size: 1.5rem;
    padding-top: 73px;
    margin-bottom: 20px;
    background-size: 65px auto;
  }
}

.sec-title13 {
  text-align: center;
  font-size: 38px;
  font-size: 2.4rem;
  color: #80c5e9;
  padding: 9px 0;
  margin-bottom: 38px;
  border-top: 1px solid #80c5e9;
  border-bottom: 1px solid #80c5e9;
}

.sec-title13.no-decoration {
  border-top: none;
  border-bottom: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .sec-title13 {
    font-size: 1.5rem;
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

.sec-title14 {
  font-size: 38px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.sec-title14 > span {
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffff00 50%);
  padding-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .sec-title14 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .sec-title14 > span {
    background: none;
    padding-bottom: 0;
  }
  .sec-title14 > span span {
    background: linear-gradient(transparent 60%, #ffff00 60%);
  }
}

.sec-title15 {
  margin-bottom: 25px;
  padding: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 1px 0 #e2e5ea;
  background: #f5f6f8;
  border-radius: 4px;
}

.sec-title15 span {
  padding-left: 18px;
  border-left: 4px solid #173176;
}

@media only screen and (max-width: 768px) {
  .sec-title15 {
    padding: 10px 15px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .sec-title15 span {
    padding-left: 10px;
  }
}

.sec-title16 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .sec-title16 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.sec-title17 {
  font-size: 44px;
  font-size: 2.8rem;
  padding-left: 28px;
  margin-bottom: 30px;
  position: relative;
}
.sec-title17:before {
  content: " ";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #80c5e9;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .sec-title17 {
    font-size: 1.7rem;
    padding-left: 21px;
    background-size: 30px auto;
    background-position: 0 0;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .sec-title17:before {
    top:4px;
    width: 16px;
    height: 16px;
  }
}

.sec-title18 {
  color:#fff;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  line-height: 1.1;
}

.sec-title18 > span {
  border-radius: 4px;
  background: #80C4E9;
  padding: 14px 14px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sec-title18 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .sec-title18 > span {
  }
}

.simple-title {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0 10px;
}

.simple-title.type02 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .simple-title {
    font-size: 1.3rem;
  }
  .simple-title.type02 {
    margin-bottom: 20px;
  }
}

.voice-title {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  padding-left: 38px;
  background-image: url(/images/common/ico-voice.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .voice-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-left: 30px;
    background-size: 20px auto;
  }
}

.way-title {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .way-title {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  .way-title img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 360px;
    max-width: inherit;
  }
}

.way-model-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  background: url(/images/way/ico-pencil.svg) 0 50% no-repeat;
}

@media only screen and (max-width: 768px) {
  .way-model-title {
    padding-left: 30px;
    font-size: 1.5rem;
    background-size: 20px auto;
  }
}

.way-select-title {
  padding: 50px 0 35px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .way-select-title {
    padding: 30px 0 25px;
  }
  .way-select-title img {
    height: 74px;
  }
}

/*----------------------------------
Button Style
----------------------------------*/
.btn-detail {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
}

.btn-detail a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: linear-gradient(to bottom, #2b4684 0%, #183277 100%);
  transition: opacity .2s;
}

.btn-detail a:hover {
  opacity: .85;
}

.btn-area{
  width:580px;
  margin: 0 auto;
}

.btn-area .description {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .btn-area .description {
    font-size: 1.2rem;
  }
}

.btn-detail input,
.btn-detail button {
  font-size: 25px;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  line-height: 52px;
  height: 52px;
  background-image: url(/images/common/ico-arrow02.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-color: #2b4684;
  transition: opacity .2s;
}

.btn-detail button {
  line-height: 1.3;
  height: auto;
  border: none;
  padding: 12px 0;
  cursor: pointer;
}

.btn-prev input {
  background-image:none;
  border:1px solid #2b4684 !important;
  margin: 0 10px 0 0;
  width: 180px;
}
.btn-area .btn-detail:first-child{
	width: 380px;
	float: right;
}
.btn-detail input:hover,
.btn-detail button:hover {
  opacity: .85;
}

.btn-detail span {
  display: block;
  line-height: 52px;
  height: 52px;
  background: url(/images/common/ico-arrow02.svg) right 10px top 50% no-repeat;
}


.btn-detail.pink a {
  background: #f4b3c2;
}

.btn-detail.yellow a {
  background: #fff67f;
}

.btn-detail.yellow02 a {
  background: #ccb336;
}

.btn-detail.green a {
  background: #e4ebeb;
}

.btn-detail.orange a {
  background: #f5b951;
}

.btn-detail.orange02 a {
  background: linear-gradient(to bottom, #ff8b25 0%, #d84c10 100%);
}

.btn-detail.blue a {
  background: #d9eef8;
}

.btn-detail.blue02 a {
  background: #aac1e3;
}

.btn-detail.gray a {
  background: #d8d8d8;
}

.btn-detail.gray span {
  border-radius: 4px;
  background-color: #d8d8d8;
}

.btn-detail.pink a, .btn-detail.yellow a, .btn-detail.yellow02 a, .btn-detail.green a, .btn-detail.orange a, .btn-detail.gray a, .btn-detail.blue a, .btn-detail.blue02 a {
  color: #212121;
}

.btn-detail.pink span, .btn-detail.yellow span, .btn-detail.yellow02 span, .btn-detail.green span, .btn-detail.orange span, .btn-detail.gray span, .btn-detail.blue span, .btn-detail.blue02 span {
  background-image: url(/images/common/ico-arrow.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}

.btn-detail.btn-detail-posa {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 360px;
}

@media only screen and (min-width: 769px) {
  .btn-detail.w360 {
    max-width: 360px;
    margin: 0 auto;
  }
  .btn-detail.w580 {
    max-width: 580px;
    margin: 0 auto;
  }
  .btn-area .btn-detail.w580:first-child {
    width: 580px;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .btn-detail {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-detail.btn-detail-posa {
    position: static;
    margin-top: 25px;
    max-width: 100%;
  }
  .btn-detail a {
    transition: opacity 0s;
  }
  .btn-detail a:hover {
    opacity: 1;
  }
  .btn-detail span {
    display: block;
    height: 40px;
    line-height: 40px;
    background: url(/images/common/ico-arrow02.svg) right 10px top 50% no-repeat;
    background-size: 12px auto;
  }
  .btn-detail input,
  .btn-detail button {
    font-size: 1.3rem;
    line-height: 40px;
    height: 40px;
    background-size: 10px auto;
  }
  .btn-detail button {
    line-height: 1.3;
    height: auto;
  }
  .btn-detail input:hover,
  .btn-detail button:hover {
    opacity: 1;
  }
  .btn-detail.pink span, .btn-detail.yellow span, .btn-detail.yellow02 span, .btn-detail.green span, .btn-detail.y-green span, .btn-detail.orange span, .btn-detail.gray span {
    background-image: url(/images/common/ico-arrow.svg);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }
}

@media only screen and (max-width: 768px) {
  .btn-detail.type02 a {
    padding: 10px 0;
  }
  .btn-detail.type02 span {
    height: auto;
    line-height: 1.4;
    padding: 0 30px 0 15px;
  }
}

.btn-detail02 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  margin: 0 auto;
}

.btn-detail02 a, .btn-detail02 > span {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #13449d;
  border: 1px solid #13449d;
  text-decoration: none;
  border-radius: 4px;
  transition: all .2s;
}

.btn-detail02 a:hover, .btn-detail02 > span:hover {
  background: #13449d;
  color: #fff;
}

.btn-detail02 > span {
  background: #13449d;
  color: #fff;
}

/* 追記*/
.btn-detail02.-interview {
  width: 578px;
}

@media only screen and (min-width: 769px) {
  .btn-detail02.w360 {
    max-width: 360px;
    margin: 0 auto;
  }
}

.btn-detail02.btn-detail02-mb {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .btn-detail02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-detail02 a, .btn-detail02 > span {
    line-height: 38px;
    height: 38px;
  }
  .btn-detail02 a:hover, .btn-detail02 > span:hover {
    color: #13449d;
    background: transparent;
  }
  .btn-detail02.-interview {
    width: 100%;
  }
}

.btn-detail03 {
  width: 140px;
  margin: 0 auto;
}

.btn-detail03 input {
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #2b4684;
  transition: opacity .2s;
}

.btn-detail03 input:hover {
  opacity: .85;
}

@media only screen and (max-width: 768px) {
  .btn-detail03 {
    width: 100px;
  }
  .btn-detail03 input {
    font-size: 1.3rem;
    line-height: 40px;
    height: 40px;
  }
  .btn-detail03 input:hover {
    opacity: 1;
  }
}

.btn-detail04 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  margin: 0 auto;
}

.btn-detail04 a, .btn-detail04 > span {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  background: linear-gradient(to bottom, #2b4684 0%, #183277 100%);
  text-decoration: none;
  border-radius: 4px;
  transition: all .2s;
}

.btn-detail04 a:hover, .btn-detail04 > span:hover {
    opacity: .85;
}

@media only screen and (max-width: 768px) {
  .btn-detail04 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-detail04 a, .btn-detail04 > span {
    height: auto;
    line-height: 20px;
    padding: 10px 0;
  }
}

.btn-detail.news-open span {
  background-image: url(/images/common/ico-plus.svg);
}

.btn-detail.news-close span {
  background-image: url(/images/common/ico-minus.svg);
}

.btn-mypage {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
}

.btn-mypage a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background .2s;
  background: linear-gradient(to bottom, #49a1da 0%, #308bd1 100%);
  transition: opacity .2s;
}

.btn-mypage a:hover {
  opacity: .85;
}

.btn-mypage span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  padding-right: 20px;
  background: url(/images/common/ico-human.svg) 0 50% no-repeat;
}

.btn-mypage span:before {
  content: " ";
  position: absolute;
  top: 6px;
  right: 0;
  width: 14px;
  height: 10px;
  background: url(/images/common/ico-blank03.svg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .btn-mypage {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn-mypage a {
    padding: 9px 0;
    transition: opacity 0s;
  }
  .btn-mypage a:hover {
    opacity: 1;
  }
  .btn-mypage span {
    padding-left: 20px;
    background: url(/images/common/ico-human.svg) 0 50% no-repeat;
    background-size: 12px;
  }
}

.cnt-btn-list {
  letter-spacing: -.40em;
  text-align: center;
}

.optional_capacity_over {
  padding-bottom: 30px;
}

.cnt-btn-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 344px;
  margin-right: 24px;
}

.cnt-btn-list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .cnt-btn-list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .cnt-btn-list li:last-child {
    margin: 0;
  }
}

.cnt-btn-list.type02 li {
  width: 257px;
}

@media only screen and (max-width: 768px) {
  .cnt-btn-list.type02 li {
    width: 100%;
  }
}

.cnt-btn-list-wrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.cnt-btn-list-wrap ul.-btn-center {
  display: inline-block;
}

.cnt-btn-list-wrap li {
  width: 264px;
  margin-left: 15px;
}

.cnt-btn-list-wrap li:first-child {
  margin-left: 0;
}

.cnt-btn-list-wrap p {
  font-size: 19px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .cnt-btn-list-wrap ul {
    display: block;
  }
  .cnt-btn-list-wrap ul.-btn-center {
    display: block;
  }
  .cnt-btn-list-wrap li {
    width: 100%;
    margin: 10px 0 0;
  }
  .cnt-btn-list-wrap li:first-child {
    margin-top: 0;
  }
}

.left-btn-list {
  letter-spacing: -.40em;
}

.left-btn-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 324px;
  margin-right: 22px;
}

.left-btn-list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .left-btn-list li {
    width: 100%;
    margin: 0 0 15px;
  }
  .left-btn-list li:last-child {
    margin: 0;
  }
}

.cnt-btn {
  padding: 50px 0;
  text-align: center;
  background: #fff;
}

.cnt-btn .btn-detail02 {
  max-width: 360px;
}

.cnt-btn .btn-detail04 {
  max-width: 640px;
}

@media only screen and (max-width: 768px) {
  .cnt-btn {
    padding: 20px 15px;
  }
  .cnt-btn02 {
    padding: 30px 0;
  }
  .cnt-btn .btn-detail02 {
    max-width: 100%;
  }
}

.back-btn {
  margin-bottom: 20px;
  text-align: right;
  line-height: 1;
}

.back-btn > span {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  font-size: 1.2rem;
}

.back-btn a {
  display: inline-block;
  width: 195px;
  padding: 10px 0;
  text-align: center;
  color: #4e4e4e;
  text-decoration: none;
  border-radius: 4px;
  background: #e9e9e9;
}

.back-btn a:hover {
  opacity: .85;
}

.back-btn a span {
  position: relative;
  padding-left: 15px;
}

.back-btn a span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: solid #4e4e4e;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .back-btn {
    margin-bottom: 10px;
  }
  .back-btn > span {
    font-size: 1.0rem;
  }
  .back-btn a {
    width: 160px;
  }
  .back-btn a span:before {
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
}

.back-btn.btm {
  margin-bottom: 55px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .back-btn.btm {
    margin-bottom: 40px;
    margin-top: 10px;
  }
}

.btn-list01 {
  margin-bottom: 50px;
}

.btn-list01.col-6 li {
  width: 188px;
  float: left;
  margin-right: 10px;
}

.btn-list01.col-6 li:last-child {
  margin-right: 0;
}

.btn-list01.col-5 li {
  width: 228px;
  float: left;
  margin-right: 10px;
}

.btn-list01.col-5 li:last-child {
  margin-right: 0;
}

.btn-list01.col-4-2 li {
  width: 280px;
  float: left;
  margin-right: 20px;
}

.btn-list01.col-4-2 li:last-child {
  margin-right: 0;
}

.btn-list01.col-4 li {
  width: 220px;
  float: left;
  margin-right: 20px;
}

.btn-list01.col-4 li:last-child {
  margin-right: 0;
}

.btn-list01.col-3 li {
  width: 380px;
  float: left;
  margin-right: 20px;
}

.btn-list01.col-3 li:nth-child(3n) {
  margin-right: 0;
}

.btn-list01.col-3 li:last-child {
  margin-right: 0;
}

.btn-list01.lec {
  margin-bottom: 50px;
  margin-left: -20px;
  margin-top: -15px;
}

.btn-list01.lec.col-3 li {
  margin-left: 20px;
  margin-right: 0;
  margin-top: 15px;
}

.btn-list01.col-2 li {
  width: 580px;
  float: left;
  margin-right: 20px;
}

.btn-list01.col-2 li:nth-child(2n) {
  margin-right: 0;
}

.btn-list01.col-2 li:last-child {
  margin-right: 0;
}

.btn-list01.lec.col-2 li {
  margin-left: 20px;
  margin-right: 0;
  margin-top: 15px;
}

.btn-list01.multi li {
  display: table;
}

.btn-list01.multi li a {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .btn-list01 {
    margin-bottom: 30px;
  }
  .btn-list01.col-6 li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .btn-list01.col-6 li:first-child {
    margin-top: 0;
  }
  .btn-list01.col-5 li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .btn-list01.col-5 li:first-child {
    margin-top: 0;
  }
  .btn-list01.col-4-2 li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .btn-list01.col-4-2 li:first-child {
    margin-top: 0;
  }
  .btn-list01.col-4 li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .btn-list01.col-4 li:first-child {
    margin-top: 0;
  }
  .btn-list01.col-3 li {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .btn-list01.col-3 li:first-child {
    margin-top: 0;
  }
  .btn-list01.lec {
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: -5px;
  }
  .btn-list01.lec.col-3 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
  .btn-list01.lec.col-2 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
  .btn-list01.multi li a {
    height: 50px;
  }
}

.btn-inline {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
  font-size: 22px;
  font-size: 1.4rem;
}

.btn-inline a {
  display: block;
  padding: 3px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: linear-gradient(to bottom, #49a1da 0%, #308bd1 100%);
  transition: opacity .2s;
}

.btn-inline a:hover {
  opacity: .85;
}

@media only screen and (max-width: 768px) {
  .btn-inline {
    display: block;
    margin: 5px 0 0;
    font-size: 1.2rem;
  }
}

/*----------------------------------
List Style
----------------------------------*/
.pickup-recruit {
  padding: 20px 0;
  text-align: center;
  background: #cce8f6;
}

@media only screen and (max-width: 768px) {
  .pickup-recruit {
    padding: 15px 0;
  }
}

.pickup-recruit-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.pickup-recruit-wrap {
  position: relative;
  width: 380px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

/* 20171020 追記 */
.pickup-recruit-wrap.-w50p,
.pickup-recruit-wrap.tokyo,
.pickup-recruit-wrap.osaka {
  width: 580px;
  margin-bottom: 20px;
}
/* 20171020 追記 ここまで */

.pickup-recruit-wrap a {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  transition: opacity .2s;
}

.pickup-recruit-wrap a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background: url(/images/common/ribbon.svg) no-repeat;
  background-size: cover;
}

.pickup-recruit-wrap a:hover {
  opacity: .6;
}

.pickup-recruit-wrap div {
  padding: 35px 0 30px;
}

/* .pickup-recruit-wrap dl {
  padding: 35px 0 30px;
} */

/* .pickup-recruit-wrap dt {
  color: #0b3277;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
} */

/* .pickup-recruit-wrap dd:last-child {
  display: table;
  width: 85%;
  color: #55bcd4;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto;
}

.pickup-recruit-wrap dd:last-child span {
  display: table-cell;
  height: 4em;
  vertical-align: middle;
} */

.pickup-recruit-wrap .arrow-link {
  font-size: 23px;
  font-size: 36px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 768px) {
  .pickup-recruit-wrap {
    width: 100%;
    margin-top: 15px;
  }
  .pickup-recruit-wrap:first-child {
    margin-top: 0;
  }

/* 20171020 追記 */
  .pickup-recruit-wrap.-w50p,
  .pickup-recruit-wrap.tokyo,
  .pickup-recruit-wrap.osaka {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
  }
/* 20171020 追記 ここまで */

  .pickup-recruit-wrap a {
    transition: opacity 0s;
  }
  .pickup-recruit-wrap a:before {
    width: 50px;
    height: 50px;
  }
  .pickup-recruit-wrap a:hover {
    opacity: 1;
  }
  .pickup-recruit-wrap dl {
    padding-top: 30px;
  }
  .pickup-recruit-wrap dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pickup-recruit-wrap .arrow-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pickup-news {
  padding: 60px 0 50px;
}

.pickup-news .wrap {
  max-width: 1080px;
}

.pickup-news .btn-detail {
  max-width: 360px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
  .pickup-news {
    padding: 40px 0 30px;
  }
  .pickup-news .wrap {
    max-width: 100%;
  }
  .pickup-news .btn-detail {
    max-width: 360px;
    margin: 25px auto 0;
  }
}

.pickup-news-list {
  transition: height .2s;
}

.pickup-news-list dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 10px;
  border-top: 1px solid #e0e0e0;
}

.pickup-news-list dl:first-child {
  padding-top: 0;
  border-top: none;
}

.pickup-news-list dt {
  margin-right: 20px;
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
  letter-spacing: .1em;
}

.pickup-news-list dt span {
  display: inline-block;
  width: 70px;
  margin-left: 20px;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0;
  border-radius: 14px;
}

.pickup-news-list dd {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pickup-news-list .tokyo {
  background: #f4c5d0;
}

.pickup-news-list .sapporo, .pickup-news-list .nagoya, .pickup-news-list .fukuoka, .pickup-news-list .kobe, .pickup-news-list .nationwide {
  background: #d9e2e2;
}

.pickup-news-list .osaka {
  background: #fdf998;
}

.pickup-news-list .notice {
  background: #d9eef8;
}

@media only screen and (max-width: 768px) {
  .pickup-news-list dl {
    display: block;
    padding: 15px 0 15px;
    border-top: 1px solid #e0e0e0;
  }
  .pickup-news-list dl:first-child {
    padding-top: 0;
    border-top: none;
  }
  .pickup-news-list dt {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pickup-news-list dt span {
    width: 54px;
    margin-left: 10px;
    padding: 6px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .pickup-news-list dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.news-detail {
  display: none;
  padding-top: 15px;
}

.news-detail p {
  margin-top: 10px;
}

.news-detail p:first-child {
  margin-top: 0;
}

.news-more-hide {
  overflow: hidden;
  transition: height .3s;
}

.pickup-report {
  padding: 60px 0 45px;
  background: #f7fafb;
}

.pickup-report .btn-detail {
  max-width: 360px;
  margin: 40px auto 0;
}

.pickup-report.bg-white {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .pickup-report {
    padding: 40px 0 35px;
  }
  .pickup-report .btn-detail {
    margin: 25px auto 0;
  }
}

.pickup-report-tab li {
  float: left;
  width: 186px;
  text-align: center;
  margin-left: 12.5px;
}

.pickup-report-tab li a {
  padding: 12px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  color: #212121;
  transition: all 0.2s;
}

.pickup-report-tab li a:hover {
  text-decoration: none;
  background: #d9eef8;
}

.pickup-report-tab li:first-child {
  margin-left: 0;
}

.pickup-report-tab li.is-active a {
  background: #d9eef8;
}

@media only screen and (max-width: 768px) {
  .pickup-report-tab {
    margin-top: -10px;
  }
  .pickup-report-tab li {
    margin-top: 10px;
    width: 48%;
    margin-left: 0;
  }
  .pickup-report-tab li a {
    padding: 8px 0;
  }
  .pickup-report-tab li:nth-child(even) {
    float: right;
  }
}

.pickup-report-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-top: -25px;
  margin-right: -20px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .pickup-report-list {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
}

.pickup-report-wrap {
  width: 380px;
  margin-top: 25px;
  margin-right: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.pickup-report-wrap a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #424242;
}

.pickup-report-wrap a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background .2s;
  background: none;
}

.pickup-report-wrap a:hover img {
  opacity: 1;
}

.pickup-report-wrap a:hover:before {
  background: #13449D;
  background: rgba(19, 68, 157, 0.5);
}

.pickup-report-wrap a:hover:after {
  content: "このレポートを読む";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94.7368%;
  height: 94.7368%;
  padding-top: 150px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: url(/images/common/ico-aircraft.svg) 50% 63px no-repeat;
}

@media only screen and (max-width: 768px) {
  .pickup-report-wrap {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  .pickup-report-wrap:first-child {
    margin-top: 0;
  }
  .pickup-report-wrap a:hover:before {
    display: none;
  }
  .pickup-report-wrap a:hover:after {
    display: none;
  }
}

.pickup-report-wrap.new .pickup-report-image:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 103px;
  height: 103px;
  background: url(/images/common/ico-new.svg) no-repeat;
}

@media only screen and (max-width: 768px) {
  .pickup-report-wrap.new .pickup-report-image:before {
    width: 78px;
    height: 78px;
    background: url(/images/common/ico-new.svg) no-repeat;
    background-size: cover;
  }
}

.pickup-report-image {
  height: 238px;
  overflow: hidden;
}

.pickup-report-image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pickup-report-image {
    position: relative;
    height: 0;
    padding-top: 62.63157%;
  }
  .pickup-report-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.pickup-report-main {
  padding: 20px 20px 35px;
}

.pickup-report-main p {
  font-size: 13px;
  font-size: 20px;
  font-size: 1.3rem;
}

.pickup-report-main p .report-label {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 14px;
}
.pickup-report-main p .report-label.other {
  width: 125px;
}

.pickup-report-main p .report-label.tokyo, .pickup-report-main p .report-label.osaka {
  color: #212121;
}

.pickup-report-main p .report-label.event, .pickup-report-main p .report-label.program {
  width: 90px;
}

.pickup-report-main p .report-label.event,
.pickup-report-main p .report-label.program,
.pickup-report-main p .report-label.school,
.pickup-report-main p .report-label.tokyo,
.pickup-report-main p .report-label.osaka,
.pickup-report-main p .report-label.other,
.pickup-report-main p .report-label.instructor,
.pickup-report-main p .report-label.interview,
.pickup-report-main p .report-label.sonota
{
  color: #212121;
}

.pickup-report-main p .report-date {
  margin-left: 5px;
}

.pickup-report-main dl {
  margin-top: 20px;
}

.pickup-report-main dt {
  height: 88px;
  height: 5.5rem;
  color: #13449d;
  font-size: 18px;
  font-size: 28px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.pickup-report-main dd {
  margin-top: 15px;
  line-height: 1.6;
}

.pickup-report-main .event {
  background: #9fcd69;
}

.pickup-report-main .program {
  background: #80cbc4;
}

.pickup-report-main .school {
  background: #e9a632;
}

.pickup-report-main .tokyo {
  background: #f4b3c2;
}

.pickup-report-main .osaka {
  background: #fdf584;
}

.pickup-report-main .other {
  background: #e9a632;

  font-size: 12px;
  font-size: 1.2rem;
}
.pickup-report-main .instructor {
  background: #d9eef8;
}
.pickup-report-main .interview {
  background: #fdf584;
}
.pickup-report-main .sonota {
  background: #e9a632;
}

@media only screen and (max-width: 768px) {
  .pickup-report-main {
    padding: 20px 15px;
  }
  .pickup-report-main p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pickup-report-main p .report-label {
    width: 110px;
    padding: 6px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .pickup-report-main p .report-date {
    display: block;
    margin: 5px 0 0;
  }
  .pickup-report-main dl {
    margin-top: 15px;
  }
  .pickup-report-main dt {
    height: auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .pickup-report-main dd {
    display: none;
  }
}

.news-list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 12px;
  margin-top: 12px;
}

.news-list li:first-child {
  margin-top: 0;
}

.news-list dl dt {
  font-size: 20px;
  font-size: 1.3rem;
  margin-bottom: 3px;
}

.news-list dl dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .news-list dt {
    font-size: 1.1rem;
  }
}

.news-list02 {
  margin-bottom: 60px;
}

.news-list02 li {
  border: #e9eeee 4px solid;
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 20px;
}

.news-list02 li:last-child {
  margin-bottom: 0;
}

.news-list02 li p {
  font-size: 20px;
  font-size: 1.3rem;
  margin-bottom: 2px;
}

.news-list02 li dl dt {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.news-list02 li dl dt a {
  color: #13449d;
}

@media only screen and (max-width: 768px) {
  .news-list02 {
    margin-bottom: 30px;
  }
  .news-list02 li {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .news-list02 li p {
    font-size: 1.1rem;
  }
  .news-list02 li dl dt {
    font-size: 1.4rem;
  }
}

.news-list03 {
  margin-bottom: 18px;
}

.news-list03 li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.news-list03 li dl dt {
  font-size: 20px;
  font-size: 1.3rem;
  margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
  .news-list03 dt {
    font-size: 1.1rem;
  }
}

.pickup-corse-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 25px;
}

.pickup-corse-list .pickup-corse-wrap:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .pickup-corse-list {
    display: block;
    margin-top: 0px;
  }
}

.pickup-corse-wrap {
  width: 380px;
  margin: 20px 20px 0 0;
  background: #fff;
}

.pickup-corse-wrap a {
  position: relative;
  display: block;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  transition-delay: .2s;
}

.pickup-corse-wrap a:hover {
  text-decoration: none;
  /*-box-shadow: 0 0 10px rgba(19,68,157,.8);-*/
}

.pickup-corse-wrap a:hover .pickup-corse-image:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}

.pickup-corse-wrap a:hover .pickup-corse-text p {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .pickup-corse-wrap {
    width: 100%;
    margin: 15px 0 0;
  }
  .pickup-corse-wrap a:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  .pickup-corse-wrap a:hover .pickup-corse-image:before {
    display: none;
  }
}

.pickup-corse-image {
  position: relative;
  /*&:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19,68,157,.8);
    transform: scale(0);
    transition: all .2s;
    border-radius: 100%;
  }*/
}

.pickup-corse-image .pickup-corse-label {
  position: absolute;
  z-index: 1;
  letter-spacing: -.40em;
  bottom: 20px;
  left: 18px;
}

.pickup-corse-image .pickup-corse-label li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 110px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 15px;
  font-size: 22px;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 6px;
}

.pickup-corse-image .pickup-corse-label li.pink {
  background: #e95383;
}

.pickup-corse-image .pickup-corse-label li.orange {
  background: #f2944e;
}

.pickup-corse-image .pickup-corse-label li.blue {
  background: #55bcd4;
}

.pickup-corse-image .pickup-corse-label li.purple {
  background: #6356a3;
}

.pickup-corse-image .pickup-corse-label li.gray {
  background: #727171;
}

@media only screen and (max-width: 768px) {
  .pickup-corse-image img {
    width: 100%;
  }
  .pickup-corse-image .pickup-corse-label {
    bottom: 10px;
    left: 10px;
  }
  .pickup-corse-image .pickup-corse-label li {
    width: 80px;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 1.1rem;
  }
}

.pickup-corse-text {
  padding: 20px 20px 30px;
}

.pickup-corse-text dl {
  margin-bottom: 20px;
  color: #212121;
}

.pickup-corse-text dl dt {
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.pickup-corse-text p {
  text-decoration: underline;
  text-align: right;
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .pickup-corse-text {
    padding: 20px 15px;
  }
  .pickup-corse-text dl {
    margin-bottom: 10px;
  }
  .pickup-corse-text dl dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .pickup-corse-text p {
    font-size: 1.2rem;
  }
}

/*--panel-*/
.panel-list01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -20px 0 95px;
}

@media only screen and (max-width: 768px) {
  .panel-list01 {
    display: block;
    margin: -15px 0 40px;
  }
}

.panel-list01-wrap {
  margin: 20px 60px 0 0;
  width: 520px;
}
.panel-list01-wrap.-w560 {
  width: 560px;
}

.panel-list01-wrap a {
  position: relative;
  display: block;
  background: #fff;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  transition-delay: .2s;
}

.panel-list01-wrap a:hover {
  text-decoration: none;
  /*box-shadow: 0 0 10px rgba(19,68,157,.8);*/
}

.panel-list01-wrap a:hover .panel-list01-image:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}

.panel-list01-wrap a:hover .panel-list01-text p {
  text-decoration: none;
}

.panel-list01-wrap:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .panel-list01-wrap {
    margin: 15px 0 0;
    width: 100%;
  }
  .panel-list01-wrap.-w560 {
    width: 100%;
  }
  .panel-list01-wrap img,
  .panel-list01-wrap.-w560 img{
    width: 100%;
  }
  .panel-list01-wrap a:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
  .panel-list01-wrap a:hover .panel-list01-image:before {
    display: none;
  }
  .panel-list01-wrap a:hover .panel-list01-text p {
    text-decoration: underline;
  }
}

.panel-list01-image {
  position: relative;
  /*&:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19,68,157,.8);
    transform: scale(0);
    transition: all .2s;
    border-radius: 100%;
  }*/
}

.panel-list01-text {
  padding: 20px 20px 30px;
}

.panel-list01-text dl {
  margin-bottom: 20px;
  color: #212121;
}

.panel-list01-text dl dt {
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.panel-list01-text p {
  text-decoration: underline;
  text-align: right;
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .panel-list01-text {
    padding: 20px 15px;
  }
  .panel-list01-text dl {
    margin-bottom: 10px;
  }
  .panel-list01-text dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .panel-list01-text p {
    font-size: 1.2rem;
  }
}

.panel-wide-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.panel-wide-list > * {
  width: 33.33333%;
  border-bottom: 1px solid #e0e0e0;
}

.panel-wide-list.-col2 > * {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .panel-wide-list {
    display: block;
  }
  .panel-wide-list > * {
    width: 100%;
  }
  .panel-wide-list.-col2 > * {
    width: 100%;
  }
}


.panel-wide-list.course .panel-wide-wrap a {
  transition: .4s;
}

.panel-wide-list.course .panel-wide-wrap a:hover {
  opacity: .75;
}

.panel-wide-list.course .panel-wide-wrap:first-child a:before {
  background-image: url(/images/course/panel-image01.jpg);
}

.panel-wide-list.course .panel-wide-wrap:nth-child(2) a:before {
  background-image: url(/images/course/panel-image02.jpg);
}

.panel-wide-list.course .panel-wide-wrap:nth-child(3) a:before {
  background-image: url(/images/course/panel-image03.jpg);
}

.panel-wide-wrap {
  position: relative;
}

.panel-wide-wrap:before {
  content: " ";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 350px;
  left: 0;
  background: #e0e0e0;
}

.panel-wide-wrap a {
  display: block;
  height: 100%;
  color: #212121;
}

.panel-wide-wrap a:hover {
  text-decoration: none;
}

.panel-wide-wrap a:hover .panel-wide-text p {
  text-decoration: none;
}

.panel-wide-wrap a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .panel-wide-wrap:before {
    display: none;
  }
  .panel-wide-wrap a:hover .panel-wide-text p {
    text-decoration: underline;
  }
  .panel-wide-wrap a:before {
    height: auto;
    padding-top: 65.5666%;
  }
}

.panel-wide-text {
  padding: 30px 45px 40px;
}

.panel-wide-text dl {
  margin-bottom: 10px;
}

.panel-wide-text dl dt {
  font-size: 44px;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.panel-wide-text dl dt small {
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: middle;
}

.panel-wide-text p {
  color: #13449d;
  text-align: right;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .panel-wide-text {
    padding: 20px 15px;
  }
  .panel-wide-text dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .panel-wide-text dl dt small {
    font-size: 1rem;
  }
}

.panel-list02 {
  margin-top: -40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel-list02.-top-banner {
  margin-top: 0;
}
.panel-list02.-top-banner .panel-list02-wrap{
  margin-top: 0;
}
.panel-list02.-top-banner .panel-list02-image{
  margin-top: 20px;
  margin-bottom: 20px;
}

.panel-list02-wrap {
  margin-top: 40px;
  width: 580px;
}

.panel-list02-wrap:nth-child(1) .panel-list02-text dt {
  background-image: url(/images/about/ico-num01.svg);
}

.panel-list02-wrap:nth-child(2) .panel-list02-text dt {
  background-image: url(/images/about/ico-num02.svg);
}

.panel-list02-wrap:nth-child(3) .panel-list02-text dt {
  background-image: url(/images/about/ico-num03.svg);
}

.panel-list02-wrap:nth-child(4) .panel-list02-text dt {
  background-image: url(/images/about/ico-num04.svg);
}

.panel-list02-image {
  margin-bottom: 30px;
}

.panel-list02-text dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  font-size: 2.4rem;
  padding-left: 95px;
  margin-bottom: 16px;
  line-height: 1.6;
  height: 70px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.panel-list02-text dd {
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .panel-list02 {
    margin-top: 0;
    display: block;
  }
  .panel-list02-wrap {
    margin-top: 20px;
    width: 100%;
  }
  .panel-list02-image {
    margin-bottom: 15px;
  }
  .panel-list02-image img {
    width: 100%;
  }
  .panel-list02-text dt {
    font-size: 1.4rem;
    padding-left: 50px;
    height: 40px;
    background-size: 40px;
    margin-bottom: 10px;
  }
  .panel-list02-text dd {
    font-size: 1.2rem;
  }
}

.panel-privilege-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -35px;
}

@media only screen and (max-width: 768px) {
  .panel-privilege-list {
    display: block;
    margin-top: 0;
  }
}

.panel-privilege-wrap {
  margin-top: 35px;
  width: 380px;
  color: #fff;
  margin-right: 20px;
}

.panel-privilege-wrap:nth-child(3) {
  margin-right: 0;
}

.panel-privilege-wrap-image {
  margin-bottom: 28px;
}

.panel-privilege-wrap-text dt {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .panel-privilege-wrap {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
  }
  .panel-privilege-wrap-image {
    margin-bottom: 15px;
  }
  .panel-privilege-wrap-image img {
    width: 100%;
  }
  .panel-privilege-wrap-text dt {
    margin-bottom: 10px;
    font-size: 0;
  }
  .panel-privilege-wrap-text dt img {
    max-height: 15px;
  }
}

.panel-about-list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -25px;
}

.panel-about-list ul li {
  width: 380px;
  margin: 25px 20px 0 0;
}

.panel-about-list ul li a {
  display: block;
  background: #fff;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  color: #212121;
}

.panel-about-list ul li a:hover {
  text-decoration: none;
}

.panel-about-list ul li p {
  font-size: 30px;
  font-size: 1.9rem;
  padding: 14px 0 14px 20px;
}

.panel-about-list ul li p span {
  display: inline-block;
  padding-left: 28px;
  background-image: url(/images/common/ico-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.panel-about-list ul li:nth-child(1), .panel-about-list ul li:nth-child(2) {
  width: 580px;
}

.panel-about-list ul li:nth-child(2), .panel-about-list ul li:nth-child(5) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .panel-about-list ul {
    display: block;
    margin-top: 0;
  }
  .panel-about-list ul li {
    width: 100%;
    margin: 20px 0 0;
  }
  .panel-about-list ul li img {
    width: 100%;
  }
  .panel-about-list ul li p {
    font-size: 1.3rem;
    padding: 10px 0 10px 15px;
  }
  .panel-about-list ul li p span {
    padding-left: 20px;
    background-size: 15px auto;
  }
  .panel-about-list ul li:nth-child(1), .panel-about-list ul li:nth-child(2) {
    width: 100%;
  }
}

.panel-school-movie {
  background: #f7fafb;
}

.panel-school-movie-image {
  float: left;
  margin-right: 40px;
}

.panel-school-movie-text {
  padding: 25px 85px 0 0;
  overflow: hidden;
}

.panel-school-movie-text dl {
  margin-bottom: 15px;
}

.panel-school-movie-text dl dt {
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.panel-school-movie-text p {
  text-align: right;
}

.panel-school-movie-text p a {
  text-decoration: underline;
}

.panel-school-movie-text p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .panel-school-movie-image {
    float: none;
    margin-right: 0;
  }
  .panel-school-movie-image img {
    width: 100%;
  }
  .panel-school-movie-text {
    padding: 20px 15px;
  }
  .panel-school-movie-text dl {
    margin-bottom: 15px;
  }
  .panel-school-movie-text dl dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.panel-school-movie.ftr-movie > a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.panel-school-movie.ftr-movie > a:hover p span {
  border-bottom: none;
}

.panel-school-movie.ftr-movie .panel-school-movie-text dl {
  color: #424242;
}

.panel-school-movie.ftr-movie .panel-school-movie-text p span {
  border-bottom: 1px solid #13449d;
}

/*--circle-list--*/
.circle-list li {
  position: relative;
  padding-left: 13px;
}

.circle-list li:before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #80c5e9;
  border-radius: 50%;
}

.circle-list.inline {
  letter-spacing: -.40em;
}

.circle-list.inline li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 18px;
}

.circle-list li.programrow2 {
    margin-right: 12px;
}

.circle-list li.programrow2_last {
    margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .circle-list li:before {
    top: 4px;
  }
  .circle-list.inline li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.cooperation-list-wrap {
  padding: 25px 30px;
  margin-bottom: 22px;
}

.cooperation-list-wrap:last-child {
  margin-bottom: 0;
}

.cooperation-list-image {
  float: right;
  margin-left: 50px;
}

.cooperation-list-text {
  overflow: hidden;
}

.cooperation-list-text dl {
  margin-bottom: 20px;
}

.cooperation-list-text dl dt {
  font-size: 44px;
  font-size: 2.8rem;
  margin-bottom: 5px;
}

.cooperation-list-text dl dd {
  display: none;
  font-size: 25px;
  font-size: 1.6rem;
}

.cooperation-list-text .btn-detail {
  max-width: 360px;
}

@media only screen and (max-width: 768px) {
  .cooperation-list-wrap {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .cooperation-list-image {
    display: none;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .cooperation-list-image img {
    width: 100%;
  }
  .cooperation-list-text dl {
    margin-bottom: 10px;
  }
  .cooperation-list-text dl dt {
    font-size: 1.5rem;
  }
  .cooperation-list-text dl dd {
    display: block;
    font-size: 1.2rem;
  }
  .cooperation-list-text dl dd img {
    width: 100%;
  }
  .cooperation-list-text .btn-detail {
    max-width: 100%;
  }
}

.implementation-school-list {
  margin-bottom: 35px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.implementation-school-list li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 8px 20px;
}

.link-text a,
.implementation-school-list li a {
  text-decoration: underline;
}

.link-text a:hover,
.implementation-school-list li a:hover {
  text-decoration: none;
}

.link-text a[target="_blank"],
.implementation-school-list li a[target="_blank"] {
  padding-right: 20px;
  background: url(/images/common/ico-blank02.svg) 100% 50% no-repeat;
}

.implementation-school-list li span {
  position: absolute;
  top: 8px;
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .implementation-school-list {
    margin-bottom: 15px;
  }
  .implementation-school-list li {
    padding: 8px 15px;
  }
}

.clause-list {
  padding: 40px 95px;
}

.clause-list dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.clause-list dl dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.clause-list dl:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .clause-list {
    padding: 20px 15px;
  }
  .clause-list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

/*--num-list--*/
.num-list01 > li {
  counter-increment: num;
}

.num-list01 > li > span {
  padding-left: 20px;
  display: block;
  position: relative;
}

.num-list01 > li > span:before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .num-list01 > li > span {
    padding-left: 15px;
  }
}

.num-list02 li {
  position: relative;
  counter-increment: num02;
  padding-left: 35px;
}

.num-list02 li:before {
  content: "（" counter(num02) "）";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .num-list02 li {
    padding-left: 30px;
  }
}

.num-list03 {
  list-style: decimal inside;
}

.num-list03 li {
  margin-top: 15px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

/*--simple--*/
.simple-inline-list li {
  display: inline-block;
  margin-right: 32px;
}

.simple-inline-list li span {
  font-weight: bold;
  color: #54b7e2;
}

@media only screen and (max-width: 768px) {
  .simple-inline-list li {
    display: block;
    margin-right: 0;
  }
}

/*--sitemap--*/
.sitemap-list {
  letter-spacing: -.40em;
  margin-top: -55px !important;
  margin-bottom: 110px;
}

.sitemap-list > p {
  margin-top: 55px;
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.sitemap-list > p a {
  display: inline-block;
  padding: 2px 0;
  background-image: url(/images/common/ico-aircraft05.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 25px;
  color: #212121;
}

.sitemap-list dl {
  margin-top: 55px;
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  letter-spacing: normal;
}

.sitemap-list dl dt {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.sitemap-list dl dt a {
  display: inline-block;
  padding: 3px 0;
  background-image: url(/images/common/ico-aircraft05.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 25px;
  color: #212121;
}

.sitemap-list dl dt.document a {
  background-image: url(/images/common/ico-document02.svg);
}

.sitemap-list dl dt.seminar a {
  background-image: url(/images/common/ico-seminar02.svg);
}

.sitemap-list dl dt.course a {
  background-image: url(/images/common/ico-course02.svg);
}

.sitemap-list dl dd {
  font-size: 22px;
  font-size: 1.4rem;
}

.sitemap-list dl dd a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.sitemap-list dl dd a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #0b3277;
}

.sitemap-list dl dd li {
  margin-top: 4px;
}

.sitemap-list dl dd li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .sitemap-list {
    margin-top: -20px !important;
    margin-bottom: 50px;
  }
  .sitemap-list > p {
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .sitemap-list > p a {
    background-position: 0 4px;
    padding: 4px 0 4px 25px;
  }
  .sitemap-list dl {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  .sitemap-list dl dt {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .sitemap-list dl dt a {
    background-position: 0 4px;
    padding: 4px 0 4px 25px;
  }
  .sitemap-list dl dt.document a, .sitemap-list dl dt.seminar a, .sitemap-list dl dt.course a {
    background-size: 18px auto;
  }
  .sitemap-list dl dd {
    font-size: 1.1rem;
  }
  .sitemap-list dl dd a:before {
    top: 6px;
  }
}

.sitemap-sub-list {
  text-align: center;
  letter-spacing: -.40em;
}

.sitemap-sub-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 18px;
}

.sitemap-sub-list li:before {
  content: " ";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #212121;
  box-shadow: -1px 0 0 #ababab;
}

.sitemap-sub-list li:first-child:before {
  display: none;
}

.sitemap-sub-list li a[target="_blank"] {
  padding-right: 20px;
  background: url(/images/common/ico-blank02.svg) 100% 50% no-repeat;
}

@media only screen and (max-width: 768px) {
  .sitemap-sub-list {
    text-align: left;
  }
  .sitemap-sub-list li {
    font-size: 1.1rem;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sitemap-sub-list li:first-child {
    padding-left: 0;
  }
}

/*--tab--*/
.tab-list {
  border-bottom: 4px solid #80c5e9;
}

.tab-list li {
  width: 580px;
  float: left;
  margin-left: 20px;
  font-size: 25px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}

.tab-list li a {
  border-radius: 3px 3px 0 0;
  color: #80c5e9;
  display: block;
  padding: 18px 0 11px;
  border: 1px solid #80c5e9;
  border-bottom: none;
  transition: all .2s;
}

.tab-list li a:hover {
  color: #fff;
  background: #80c5e9;
  text-decoration: none;
}

.tab-list li span {
  display: block;
  font-size: 52px;
  font-size: 3.3rem;
  margin-bottom: 8px;
}

.tab-list li:first-child {
  margin-left: 0;
}

.tab-list li.is-active a {
  color: #fff;
  background: #80c5e9;
}

@media only screen and (max-width: 768px) {
  .tab-list li {
    width: 48%;
    margin-left: 4%;
    font-size: 1.2rem;
  }
  .tab-list li a {
    padding: 12px 0 6px;
  }
  .tab-list li span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.step-tab-list {
  margin-bottom: 15px;
}

.step-tab-list li {
  margin-top: 15px;
}

.step-tab-list li:first-child {
  margin-top: 0;
}

.step-tab-list li.is-active a {
  background: #13449d;
  color: #fff;
}

/*--faq--*/
.faq-list {
  margin-bottom: 32px;
}

.faq-list dl {
  margin-top: 25px;
  background: #f7fafb;
  padding: 25px 45px;
}

.faq-list dl:first-child {
  margin-top: 0;
}

.faq-list dl dt, .faq-list dl dd {
  padding-left: 70px;
  min-height: 54px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.faq-list dl dt {
  padding-top: 10px;
  font-size: 36px;
  font-size: 2.3rem;
  margin-bottom: 20px;
  background-image: url(/images/about/faq/ico-q.svg);
}

.faq-list dl dd {
  padding-top: 15px;
  background-image: url(/images/about/faq/ico-a.svg);
}

.faq-list dl dd ul ul {
  margin-top: 15px;
}

.faq-list .arrow-link {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .faq-list {
    margin-bottom: 20px;
  }
  .faq-list dl {
    padding: 20px 15px;
  }
  .faq-list dl dt, .faq-list dl dd {
    padding-left: 50px;
    min-height: 40px;
    background-size: 40px auto;
    background-position: 0 0;
  }
  .faq-list dl dt {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .faq-list dl dd {
    padding-top: 10px;
  }
}

.answer-list {
  margin-top: 15px;
  font-family: "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.def-list li {
  margin-top: 20px;
}

.def-list li:first-child {
  margin-top: 0;
}

.def-list li em {
  font-weight: bold;
}

/*--lecturer--*/
.lecturer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -50px;
}

@media only screen and (max-width: 768px) {
  .lecturer-list {
    display: block;
    margin-top: 0;
  }
}

.lecturer-list-wrap {
  position: relative;
  margin-top: 50px;
  width: 580px;
}

.lecturer-list-wrap-image {
  position: relative;
  margin-bottom: 15px;
}

.lecturer-list-wrap-image p {
  position: absolute;
  top: 55px;
  left: 45px;
  font-size: 36px;
  font-size: 2.3rem;
  line-height: 1.6;
}

.lecturer-list-wrap-image p span {
  display: block;
  font-size: 22px;
  font-size: 1.4rem;
}

.lecturer-list-wrap-text {
  padding: 0 45px;
}

.lecturer-list-wrap-text p {
  font-size: 28px;
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.lecturer-list-wrap-text dl {
  margin-bottom: 20px;
}

.lecturer-list-wrap-text dl dt {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
}

.lecturer-list-wrap-text dl:first-child {
  position: absolute;
  top: 140px;
  left: 45px;
  width: 50%;
}

.lecturer-list-wrap-text > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .lecturer-list-wrap {
    margin-top: 20px;
    width: 100%;
  }
  .lecturer-list-wrap-image {
    margin-bottom: 15px;
  }
  .lecturer-list-wrap-image img {
    width: 100%;
  }
  .lecturer-list-wrap-image p {
    top: 25px;
    left: 15px;
    font-size: 1.5rem;
  }
  .lecturer-list-wrap-image p span {
    font-size: 1.1rem;
  }
  .lecturer-list-wrap-text {
    padding: 0 15px;
  }
  .lecturer-list-wrap-text p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .lecturer-list-wrap-text dl {
    margin-bottom: 10px;
  }
  .lecturer-list-wrap-text dl dt {
    font-size: 1.3rem;
  }
  .lecturer-list-wrap-text dl:first-child {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.access-list li {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .access-list li {
    margin-top: 20px;
  }
}

/*----------------------------------
table Style
----------------------------------*/
.def-table {
  margin-bottom: 20px;
}

.def-table dl {
  width: 100%;
  display: table;
  border-bottom: 2px solid #e0e0e0;
}

.def-table dl dt, .def-table dl dd {
  display: table-cell;
  padding: 16px 0;
}

.def-table dl dt {
  width: 80px;
  font-weight: bold;
}
.def-table.-w100 dl dt {
  width: 100px;
}

.def-table dl:first-child dt, .def-table dl:first-child dd {
  padding-top: 0;
}

.def-table dl:last-child {
  font-weight: bold;
}

.def-table dl:last-child dd {
  text-align: right;
}

.def-table dl dd.-normal {
  text-align: left;
  font-weight: normal;
}

.def-table dl dd.-price {
  text-align: right;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .def-table dl dt, .def-table dl dd {
    padding: 10px 0;
  }
  .def-table dl dt {
    width: 60px;
  }
}

.def-table02 {
  margin-bottom: 35px;
}

.def-table02 dl {
  margin-top: 5px;
  display: table;
  width: 100%;
  padding-bottom: 5px;
  font-size: 25px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #bdbdbd;
}

.def-table02 dl dt, .def-table02 dl dd {
  display: table-cell;
  vertical-align: top;
}

.def-table02 dl dt {
  width: 332px;
}

.performance-list .def-table02 dl dt {
  width: 352px;
}

.def-table02 dl dt small {
  font-size: 19px;
  font-size: 1.2rem;
  display: block;
}

.def-table02 dl dd {
  text-align: right;
  font-weight: bold;
  color: #54b7e2;
}

.def-table02 dl:fisrt-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .def-table02 {
    margin-bottom: 20px;
  }
  .def-table02 dl {
    font-size: 1.2rem;
  }
  .def-table02 dl dt, .def-table02 dl dd {
    display: table-cell;
    vertical-align: top;
  }
  .def-table02 dl dt {
    width: 200px;
  }
  .performance-list .def-table02 dl dt {
    width: 200px;
  }
  .def-table02 dl dt small {
    font-size: 1.1rem;
  }
}

.table01 {
  margin-bottom: 15px;
}

.table01 table {
  width: 100%;
}

.table01 table tr {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.table01 table tr.price td {
  text-align: right;
  font-weight: bold;
}

.table01 table tr.discount td {
  color: red;
}

.table01 table th, .table01 table td {
  padding: 0.8em 1.2em;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  vertical-align: top;
}

.table01 table th {
  background: #f5f6f8;
  width: 237px;
}

.table01.tbl-price {
  margin-bottom: 55px;
}

.table01.tbl-price table {
  margin-top: 20px;
}

.table01.tbl-price table:first-child {
  margin-top: 0;
}

.table01.tbl-price caption {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  text-align: left;
}

.table01.tbl-price caption:before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #80c5e9;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .table01 table {
    border-bottom: 1px solid #e0e0e0;
  }
  .table01 table th, .table01 table td {
    padding: 0.8em 1.2em;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .table01 table th {
    width: 100%;
  }
  .table01 table tr {
    border-bottom: none;
  }
  .table01.tbl-price {
    margin-bottom: 30px;
  }
  .table01.tbl-price caption span {
    display: block;
  }
  .table01.tbl-price caption:before {
    top: 5px;
  }
}

.table02 {
  margin: 25px 0 45px;
}

.table02 table {
  width: 100%;
}

.table02 table tr {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.table02 table th, .table02 table td {
  padding: 0.8em 1.2em;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.table02 table th {
  background: #000;
  width: 237px;
  color: #fff;
  text-align: center;
}

.table02 table td {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .table02 {
    margin: 15px 0 30px;
  }
  .table02 table th {
    width: 110px;
  }
  .table02 table td {
    font-size: 1.3rem;
  }
}

.table03 table {
  width: 100%;
  text-align: center;
}

.table03 table thead th {
  font-weight: bold;
  background: #f5f6f8;
}

.table03 table thead th:nth-child(1) {
  width: 367px;
  text-align: left;
}

.table03 table thead th:nth-child(2) {
  width: 171px;
}

.table03 table thead th:nth-child(3) {
  width: 170px;
}

.table03 table thead th:nth-child(4) {
  width: 236px;
}

.table03 table thead th:nth-child(5) {
  width: 237px;
}

.table03 table tbody tr td:first-child {
  text-align: left;
}

.table03 table tbody tr td:first-child a {
  text-decoration: underline;
}

.table03 table tbody tr td:first-child a:hover {
  text-decoration: none;
}

.table03 table tr {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.table03 table th, .table03 table td {
  padding: 0.8em 1.2em;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.table03 + .cnt-btn-list {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .table03 table thead th:nth-child(2) {
    width: 180px;
  }
  .table03 table th, .table03 table td {
    padding: 0.5em 0.8em;
  }
  .table03 + .cnt-btn-list {
    margin-top: 30px;
  }
  .table03 .btn-detail03 {
    width: 100%;
  }
  .table03 .btn-detail03 input {
    font-size: 1.2rem;
  }
}

.table04 {
  width: 822px;
  margin: 0 auto;
}

.table04 table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  font-size: 22px;
  font-size: 1.4rem;
}

.table04 table th {
  color: #fff;
  background: #0b3277;
  font-weight: bold;
}

.table04 table tr {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.table04 table th, .table04 table td {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  letter-spacing: -.04em;
}

.table04 table thead th:first-child {
  background: none;
  border: none;
}

.table04 table thead th {
  padding: 13px 0;
}

.table04 table tbody tr:nth-child(1) td:nth-child(odd) {
  background: #e4f7ff;
}

.table04 table tbody tr:nth-child(1) td:nth-child(even) {
  background: #fff5be;
}

.table04 table tbody tr:nth-child(2) td:nth-child(odd) {
  background: #fff5be;
}

.table04 table tbody tr:nth-child(2) td:nth-child(even) {
  background: #e4f7ff;
}

.table04 table span {
  display: block;
  position: relative;
  padding: 13px 0;
}

.table04 table span.border-type01 {
  border-left: 4px solid #79cdd9;
  border-right: 4px solid #79cdd9;
}

.table04 table span.border-type01:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #79cdd9;
}

.table04 table span.border-type01:after {
  content: " ";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 4px;
  height: 10px;
  background: #79cdd9;
}

.table04 table span.border-type02 {
  border-left: 4px solid #79cdd9;
  border-right: 4px solid #79cdd9;
}

.table04 table span.border-type02:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #79cdd9;
}

.table04 table span.border-type02:after {
  content: " ";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 4px;
  height: 10px;
  background: #79cdd9;
}

.table04 table span.border-type03 {
  border-left: 4px solid #79cdd9;
  border-right: 4px solid #79cdd9;
}

.table04 table span.border-type03:before, .table04 table span.border-type03:after {
  content: " ";
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background: #79cdd9;
}

.table04 table span.border-type03:before {
  top: 0;
}

.table04 table span.border-type03:after {
  bottom: 0;
}

.table04 table span.pc-dbl {
  height: 48px;
}

@media only screen and (max-width: 768px) {
  .table04 {
    width: 100%;
    overflow: hidden;
  }
  .table04 table {
    font-size: 1.1rem;
    text-align: left;
  }
  .table04 table thead {
    display: block;
    float: left;
  }
  .table04 table thead tr {
    border-right: none;
  }
  .table04 table thead th:first-child {
    background: none;
    border: none;
    height: 36px;
  }
  .table04 table thead th {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 35px;
  }
  .table04 table thead th.sp-dbl {
    height: 49px;
    line-height: 49px;
  }
  .table04 table tbody {
    display: block;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
    letter-spacing: -.40em;
  }
  .table04 table tbody tr {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    box-sizing: border-box;
  }
  .table04 table tbody tr:first-child {
    border-right: none;
  }
  .table04 table tbody th {
    height: 35px;
    padding: 0 5px;
    text-align: center;
    line-height: 35px;
  }
  .table04 table tbody td {
    height: 34px;
    padding: 0;
    text-align: center;
    line-height: 34px;
  }
  .table04 table tbody td.sp-dbl {
    height: 48px;
    line-height: 1.4;
  }
  .table04 table tbody td.sp-dbl span {
    padding: 5px 0 0;
    height: 44px;
    line-height: 1.4;
  }
  .table04 table th {
    display: block;
    width: auto;
  }
  .table04 table td {
    display: block;
  }
  .table04 table span {
    margin-top: 2px;
    padding: 0;
    height: 30px;
    line-height: 26px;
    box-sizing: border-box;
  }
  .table04 table span.border-type01 {
    border-left: none;
    border-right: none;
    margin-left: 2px;
    border: solid #79cdd9;
    border-width: 2px 0 2px 2px;
  }
  .table04 table span.border-type01:before {
    display: none;
  }
  .table04 table span.border-type01:after {
    display: none;
  }
  .table04 table span.border-type02 {
    border-left: none;
    border-right: none;
    margin-right: 2px;
    margin-left: -1px;
    border: solid #79cdd9;
    border-width: 2px 2px 2px 0;
  }
  .table04 table span.border-type02:before {
    display: none;
  }
  .table04 table span.border-type02:after {
    display: none;
  }
  .table04 table span.border-type03 {
    border-left: none;
    border-right: none;
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid #79cdd9;
  }
  .table04 table span.border-type03:before, .table04 table span.border-type03:after {
    display: none;
  }
  .table04 table span.border-type03:before {
    top: 0;
  }
  .table04 table span.border-type03:after {
    bottom: 0;
  }
  .table04 table span.pc-dbl {
    height: auto;
  }
}

.tbl05 {
  width: 100%;
  border-top: 1px solid #191919;
}

.tbl05 th, .tbl05 td {
  padding: 1em 1.2em;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.tbl05 th {
  width: 175px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #212121;
  background: #f5f6f8;
}

.tbl05.col3 td {
  padding: 0;
}

.tbl05.col3 table {
  width: 100%;
}

.tbl05.col3 table th, .tbl05.col3 table td {
  border: none;
  border-left: 1px solid #bdbdbd;
  padding: 1em 1.2em;
}

.tbl05.col3 table th {
  width: 70px;
  font-weight: normal;
}

.tbl05.col3 table tr:nth-child(n+2) th, .tbl05.col3 table tr:nth-child(n+2) td {
  padding: 0em 1.2em 1em;
}

.tbl05.col3 table td a[target="_blank"] {
  padding-right: 20px;
  background: url(/images/common/ico-blank02.svg) 100% 50% no-repeat;
}

.tbl05.history {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .tbl05 th, .tbl05 td {
    display: block;
    width: 100%;
  }
  .tbl05 th {
    text-align: left;
  }
  .tbl05.th-w01 th, .tbl05.th-w02 th {
    width: 100%;
  }
  .tbl05.col3 table {
    table-layout: fixed;
  }
  .tbl05.col3 table th, .tbl05.col3 table td {
    display: table-cell;
    border: none;
    border-top: 1px solid #bdbdbd;
  }
  .tbl05.col3 table th {
    width: 60px;
  }
  .tbl05.col3 table tr:first-child th, .tbl05.col3 table tr:first-child td {
    border: none;
  }
  .tbl05.col3 table tr:nth-child(n+2) th, .tbl05.col3 table tr:nth-child(n+2) td {
    padding: 1em 1.2em;
  }
}

.faq-course-cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .faq-course-cnt {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -50px;
  }
}

.faq-course-tbl {
  width: 49%;
  margin-top: 20px;
}

.faq-course-tbl > p {
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  background: url(/images/common/ico-aircraft02.svg) 0 50% no-repeat;
}

@media only screen and (max-width: 768px) {
  .faq-course-tbl {
    width: 100%;
  }
  .faq-course-tbl > p {
    font-size: 1.5rem;
  }
}

.tbl06 table {
  width: 100%;
  table-layout: fixed;
}

.tbl06 table tr {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.tbl06 table th, .tbl06 table td {
  height: 66px;
  padding: 0 1.2em;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.tbl06 table th {
  text-align: left;
  vertical-align: middle;
  font-size: 22px;
  font-size: 1.4rem;
  background: #f5f6f8;
}

.tbl06 table td {
  text-align: center;
  font-family: "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 32px;
  font-size: 2.0rem;
  line-height: 1;
  background: #fff;
}

.tbl06 table td span {
  display: block;
  margin-top: 5px;
  font-size: 19px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .tbl06 table th, .tbl06 table td {
    padding: 0 0.8em;
  }
  .tbl06 table th {
    width: 170px;
    font-size: 1.1rem;
  }
  .tbl06 table td {
    font-size: 1.6rem;
  }
  .tbl06 table td span {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}

/*----------------------------------
form Style
----------------------------------*/
form > .btn-detail:last-child {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  form > .btn-detail:last-child {
    margin-top: 30px;
  }
}

/*----------------------------------
frmInput / frmAction
----------------------------------*/
.frm-input {
  margin-bottom: 30px;
}

.frm-input dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
}

.frm-input dl:first-child {
  padding-top: 0;
}

.frm-input dt, .frm-input dd {
  display: table-cell;
  box-sizing: border-box;
}

.frm-input dt {
  width: 220px;
  padding-top: 5px;
  padding-right: 20px;
  vertical-align: top;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.frm-input dt small {
  font-size: 20px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: normal;
}

.frm-input dd {
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.frm-input dd > *:first-child {
  margin-top: 0;
}

.frm-input dd > *:last-child {
  margin-bottom: 0;
}

.frm-input dd input + span, .frm-input dd select + span {
  margin-left: 5px;
  font-size: 92.85714%;
}

.frm-input dd small {
  font-size: 92.85714%;
  color: #464646;
}

.frm-input dd ul {
  padding: 4px 0;
}

.frm-input dd li {
  float: left;
  margin-left: 10px;
}

.frm-input dd em {
  color: #e53935;
}

.frm-input .required {
  position: relative;
}

.frm-input .required:before {
  content: "必須";
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-block;
  padding: 6px;
  font-size: 22px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background: #80c5e9;
  border-radius: 4px;
}

.frm-input.seminar dt {
  width: 182px;
}

.frm-text {
  font-size: 20px;
  font-size: 1.3rem;
  margin: 15px 0 20px;
}

.frm-small-title {
  margin-bottom: 8px;
}

.frm-fwb-text {
  font-weight: bold;
  margin-bottom: 8px;
}

.frm-consent-wrap {
  background: #f7fafa;
  padding: 29px 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .frm-consent-wrap {
    padding: 15px;
  }
}

.frm-consent-inner {
  position: relative;
  display: inline-block;
}

.frm-introduction {
  background: #f7fafa;
  padding: 29px;
  margin-bottom: 30px;
}

.frm-introduction dl {
  margin-bottom: 15px;
}

.frm-introduction dl dt {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.frm-introduction dl dt small {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: normal;
}

.frm-introduction .frm-introduction-wrap {
  margin-top: 15px;
  letter-spacing: -.40em;
}

.frm-introduction .frm-introduction-wrap p, .frm-introduction .frm-introduction-wrap input {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 20px;
}

.frm-introduction .frm-introduction-wrap p {
  margin-right: 1em;
}

.frm-introduction .frm-introduction-wrap input {
  max-width: 200px;
}

@media only screen and (max-width: 768px) {
  .frm-introduction {
    padding: 15px;
  }
  .frm-introduction dl {
    margin-bottom: 10px;
  }
  .frm-introduction dl dt {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .frm-introduction .frm-introduction-wrap {
    margin-top: 10px;
  }
  .frm-introduction .frm-introduction-wrap > * {
    margin-top: 10px;
  }
  .frm-introduction .frm-introduction-wrap > *:first-child {
    margin-top: 0;
  }
  .frm-introduction .frm-introduction-wrap p, .frm-introduction .frm-introduction-wrap input {
    display: block;
    margin-right: 0;
  }
  .frm-introduction .frm-introduction-wrap p {
    margin-right: 0;
  }
}

.frm-schoolyear-wrap > p {
  padding-top: 5px;
  width: 4em;
  float: left;
}

.frm-schoolyear-wrap div {
  overflow: hidden;
}

.frm-schoolyear-wrap div .frm-text {
  margin: 6px 0 10px;
  color: #c00;
}

.frm-schoolyear-wrap ul li {
  margin-left: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .frm-schoolyear-wrap p {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .frm-schoolyear-wrap div .frm-text {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .frm-schoolyear-wrap ul li {
    margin-right: 5px;
  }
}

.frm-consent input[type="checkbox"] + label {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .frm-input dl {
    display: block;
    padding: 15px 0;
  }
  .frm-input dl:first-child {
    padding-top: 0;
  }
  .frm-input dt, .frm-input dd {
    display: block;
  }
  .frm-input dt {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    padding: 0;
    font-size: 116.66667%;
  }
  .frm-input dd small {
    font-size: 1rem;
  }
  .frm-input .required {
    padding-right: 45px;
  }
  .frm-input .required:before {
    top: 3px;
    right: 0;
    font-size: 1rem;
  }
}

/*----------------------------------
formParts
----------------------------------*/
input[type=text], select, textarea {
  padding: 0.7em 0.8em;
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 5px #e0e0e0 inset;
  box-sizing: border-box;
  background: #fafafa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}

input[type=text], textarea {
  width: 100%;
}

input[type=text], textarea {
  max-width: 508px;
}

input[type=submit], input[type=button] {
  border: none;
  cursor: pointer;
}

input[type=submit], input[type=button] {
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:disabled, select:disabled, textarea:disabled {
  color: #bdbdbd;
  cursor: default;
}

select {
  position: relative;
  max-width: 100%;
  width: 185px;
  height: 40px;
  padding: 0.5em 20px 0.7em 0.8em;
  cursor: pointer;
  background-image: url(/images/common/arrow-select.png);
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
}

option {
  background: #fff;
}

textarea {
  height: 10em;
  font-size: 100%;
}

input[type=radio], input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label, input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio], input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label, input[type=checkbox] + label {
    padding: 0 0 0 30px;
  }
  input[type=radio] + label:before, input[type=checkbox] + label:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    box-shadow: 0 0 5px #e0e0e0 inset;
    background: #fafafa;
    border-radius: 4px;
  }
  input[type=radio] + label:before {
    border: 1px solid #d1d1d1;
    border-radius: 30px;
  }
  input[type=checkbox] + label:before {
    border: 1px solid #d1d1d1;
  }
  input[type=radio]:checked + label:after, input[type=checkbox]:checked + label:after {
    content: " ";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label:after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #173176;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #173176;
    border-bottom: 3px solid #173176;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*----------------------------------
frm-parts-wrap
----------------------------------*/
.btn-detail + .lead-required {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .btn-detail + .lead-required {
    margin-top: 30px;
  }
}

.lead-required {
  position: relative;
  margin-bottom: 35px;
}

.lead-required:before {
  content: "必須";
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  font-size: 22px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background: #80c5e9;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lead-required {
    margin-bottom: 20px;
  }
  .lead-required:before {
    font-size: 1rem;
  }
}

.lead-required.type02 {
  margin-bottom: 0;
}

.chrome-lead {
  margin: 5px 0 35px;
}

.frm-name-wrap {
  position: relative;
  letter-spacing: -.40em;
}

.frm-name-wrap input, .frm-name-wrap p {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 1em;
}

.frm-name-wrap input {
  width: 200px;
}

.frm-name-wrap p {
  width: 2em;
}

.frm-name-wrap > *:last-child {
  margin-right: 0;
}

.frm-name-wrap + .frm-name-wrap {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .frm-name-wrap input, .frm-name-wrap p {
    margin-right: 10px;
  }
  .frm-name-wrap input {
    width: 30%;
  }
  .frm-name-wrap + .frm-name-wrap {
    margin-top: 10px;
  }
}

.frm-address-wrap {
  position: relative;
  letter-spacing: -.40em;
  margin-bottom: 20px;
}

.frm-address-wrap p, .frm-address-wrap select {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.frm-address-wrap p {
  margin-right: 1em;
}

.frm-address-wrap.other-address p {
  width: 14em;
}

@media (max-width: 768px) {
  .frm-address-wrap.other-address p {
    width: auto;
    margin-bottom: 5px;
  }
}

.frm-mail-wrap {
  position: relative;
}

.frm-tel input {
  max-width: 200px;
}

.frm-school-wrap {
  letter-spacing: -.40em;
  margin-bottom: 20px;
}

.frm-school-wrap p, .frm-school-wrap input, .frm-school-wrap select {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.frm-school-wrap p {
  margin-right: 1em;
}

.frm-school-wrap input {
  max-width: 200px;
  margin-right: 20px;
}

.frm-school-wrap input.long {
  max-width: 508px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .frm-school-wrap {
    margin-bottom: 10px;
  }
  .frm-school-wrap > * {
    margin-top: 10px;
  }
  .frm-school-wrap > *:first-child {
    margin-top: 0;
  }
  .frm-school-wrap p, .frm-school-wrap input, .frm-school-wrap select {
    display: block;
  }
  .frm-school-wrap p {
    margin-right: 0;
  }
  .frm-school-wrap input {
    margin-right: 0;
  }
}

.frm-address input {
  max-width: 654px;
}

.frm-address-wrap02 {
  position: relative;
  letter-spacing: -.40em;
  margin-bottom: 20px;
}

.frm-address-wrap02 > * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 1em;
}

.frm-address-wrap02 input:nth-child(2) {
  max-width: 183px;
}

.frm-address-wrap02 input:nth-child(4) {
  max-width: 268px;
}

@media only screen and (max-width: 768px) {
  .frm-address-wrap02 {
    margin-bottom: 10px;
  }
  .frm-address-wrap02 > * {
    display: block;
    margin: 0 0 10px;
  }
}

.frm-address-wrap03 {
  position: relative;
  letter-spacing: -.40em;
}

.frm-address-wrap03 > * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 1em;
}

.frm-address-wrap03 input {
  max-width: 477px;
}

.frm-address-wrap03 > * {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 1em;
}

.frm-address-wrap03 input:nth-child(2) {
  max-width: 183px;
}

.frm-address-wrap03 input:nth-child(4) {
  max-width: 268px;
}

@media only screen and (max-width: 768px) {
  .frm-address-wrap03 > * {
    display: block;
    margin: 0 0 10px;
  }
  .frm-address-wrap03 > *:last-child {
    margin-bottom: 0;
  }
}

.frm-post-wrap {
  position: relative;
  letter-spacing: -.40em;
  margin-bottom: 20px;
}

.frm-post-wrap > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 1em;
}

.frm-post-wrap input[type="button"] {
  width: 150px;
  height: 38px;
  margin-left: 15px;
  text-align: center;
  font-size: 107.14286%;
  color: #13449d;
  line-height: 1;
  border: none;
  cursor: pointer;
  border: 1px solid #13449d;
  background: none;
  transition: .4s;
  border-radius: 4px;
}

.frm-post-wrap input[type="button"].indent {
  margin:0 0 0 3.8em;
}

.frm-post-wrap input[type="text"] {
  max-width: 140px;
  margin: 0;
}

.frm-post-wrap span {
  margin: 0 0.5em;
}

@media only screen and (max-width: 768px) {
  .frm-post-wrap > * {
    margin-right: 0.5em;
  }
  .frm-post-wrap input[type="text"] {
    width: 20%;
    max-width: 100%;
  }
  .frm-post-wrap input[type="button"] {
    width: 65px;
    margin-left: 5px;
    margin-right: 0;
  }
}

.frm-enquete-list {
  margin-top: -10px;
}

.frm-enquete-list li {
  margin-top: 10px;
}

.frm-birth-wrap {
  letter-spacing: -.40em;
}

.frm-birth-wrap p, .frm-birth-wrap select {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 20px;
}

.frm-birth-wrap select {
  width: 50px;
}

.frm-birth-wrap select[name=birth_year] {
  width: 80px;
}

@media only screen and (max-width: 768px) {
  .frm-birth-wrap p, .frm-birth-wrap select {
    margin-right: 4px;
  }
  .frm-birth-wrap select {
    width: 45px;
  }
  .frm-birth-wrap select[name=birth_year] {
    width: 70px;
  }
}

.frm-lang-wrap {
  letter-spacing: -.40em;
}

.frm-lang-wrap p, .frm-lang-wrap input {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 20px;
}

.frm-lang-wrap p {
  margin-right: 1em;
}

.frm-lang-wrap input {
  max-width: 200px;
}

@media (max-width: 768px) {
  .frm-lang-wrap > * {
    margin-top: 10px;
  }
  .frm-lang-wrap > *:first-child {
    margin-top: 0;
  }
  .frm-lang-wrap p, .frm-lang-wrap input {
    display: block;
    margin-right: 0;
  }
  .frm-lang-wrap p {
    margin-right: 0;
  }
}

.frm-remarks {
  border: 1px solid #e0e0e0;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.frm-remarks dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .frm-remarks {
    padding: 15px;
    margin-bottom: 30px;
  }
  .frm-remarks dl dt {
    margin-bottom: 15px;
  }
}

.frm-pay-card {
  letter-spacing: -.40em;
}

.frm-pay-card select, .frm-pay-card select + p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.frm-pay-card select + p {
  margin-left: 20px;
}

.frm-pay-card .err-text {
  letter-spacing: normal;
}

.frm-pay-card .frm-text {
  display: block;
  letter-spacing: normal;
  color: #c00;
}

@media (max-width: 768px) {
  .frm-pay-card select, .frm-pay-card select + p {
    display: block;
  }
  .frm-pay-card select + p {
    margin: 15px 0 0;
  }
}

.frm-policy {
  padding: 25px 50px;
  font-size: 20px;
  font-size: 1.3rem;
}

.frm-policy dl {
  margin-bottom: 30px;
}

.frm-policy dl dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.frm-policy dl dd {
  margin-bottom: 20px;
}

.frm-policy ol {
  list-style-type: decimal;
  padding-left: 1.3em;
}

.frm-policy ol li {
  margin-top: 10px;
}

.frm-policy.entry-form ol {
  list-style-type: none;
  padding-left: 0;
}

.frm-policy ol li:first-child {
  margin-top: 0;
}

.frm-policy p {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .frm-policy {
    padding: 15px;
    font-size: 1.1rem;
  }
  .frm-policy dl dt {
    font-size: 1.3rem;
  }
}

.column-scrl .frm-policy dt {
  font-size: 24px;
  font-size: 1.5rem;
}

.frm-policy.lead-policy dt {
  font-weight: normal;
  margin-bottom: 0;
}

.frm-policy.lead-policy dd {
  margin-bottom: 0;
}

.frm-thanks h2 {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.frm-thanks p {
  margin-bottom: 35px;
}

.frm-thanks > *:last-child {
  margin-bottom: 0;
}

.frm-thanks .btn-detail.w360 {
	margin: 0 0 35px 0;
}

@media (max-width: 768px) {
  .frm-thanks h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .frm-thanks p {
    margin-bottom: 20px;
  }
}

/*----------------------------------
select ex
----------------------------------*/
optgroup[data-label], .cat-inst-ex {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .cat-inst-ex {
    display: block;
  }
}

/*----------------------------------
inputError
----------------------------------*/
.err input[type=text], .err select, .err textarea, .err input[type=radio] + label:before, .err input[type=checkbox] + label:before {
  border-color: #ff817e;
  box-shadow: 0 0 5px #ffaeac inset;
  background-color: #ffd3d2;
}

.err-text {
  position: relative;
  display: block;
  top: -5px;
  color: #fff;
  font-size: 17px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.err-text span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e53935;
}

.err-text span:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #e53935;
}

.frm-name-wrap .err-text {
  display: block;
  margin-right: 0;
  width: auto;
}

.frm-post-wrap .err-text span {
  margin: 0;
}

.frm-address-wrap .err-text {
  display: block;
  margin-right: 0;
}

.frm-address-wrap.other-address .err-text {
  width: auto;
}

.frm-consent-inner .err-text {
  text-align: left;
}

.frm-birth-wrap .err-text {
  display: block;
  margin-right: 0;
}

.frm-school-wrap .err-text {
  display: block;
  margin-right: 0;
}

.required + dd .frm-small-title + .frm-mail-wrap {
  position: relative;
}

.required + dd .frm-small-title + .frm-mail-wrap:before {
  content: "必須";
  position: absolute;
  top: 5px;
  left: -60px;
  display: inline-block;
  padding: 6px;
  font-size: 22px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #80c5e9;
  border-radius: 4px;
}


/* 20170517 追記 */
.partnership-school-modal-block {
  margin: 35px;
  text-align: left; !important;
  position: relative;
}

.partnership-school-modal-block input.long {
  max-width:100%;
}

.partnership-school-modal-block .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem !important;
}

.partnership-school-modal-block .close:before {
  content:"×";
  color:#fff;
  display: inline-block;
  padding: 2px 6px;
  background:#2b4684;
  margin:0 0.3em 0 0;
  vertical-align: baseline;
  font-size:1.4rem;
  line-height: 1;
  border-radius: 4px;
}

.partnership-school-modal-block p {
  font-size: 1.6rem;
  padding: 1rem 0 2rem;
}

.partnership-school-list {
  border: 1px solid #e9eeee;
  margin:15px 0 30px 0;
}

.partnership-school-list li {
  border-bottom:1px solid #e9eeee;
  padding:8px;
  cursor: pointer;
  font-size: 1.4rem !important;
}

.partnership-school-list li:last-child {
  border:none;
}

.partnership-school-list li.active {
  background:#2b4684;
  color:#fff;
}

.partnership-school-list li:before {
  content:"選択する";
  color:#fff;
  display: inline-block;
  padding: 0 5px ;
  background:#2b4684;
  margin:0 1em 0 0;
  vertical-align: baseline;
  font-size:1.2rem;
}

.partnership-school-list li.active:before {
  content:"選択中";
  color:#2b4684;
  background:#fff;
  margin:0 1.5em 0 0.5em;

}

.partnership-school-list li:hover {
  background:#2b4684;
  color:#fff;
}

.partnership-school-modal-block .btn_box {
  margin:20px 0;
  text-align: center;
}

.partnership-school-modal-block .btn {
  background:#2b4684;
  color:#fff;
  border-radius: 4px;
  border:none;
  min-width:120px;
  line-height:30px;
  display: inline-block;
}
/* 20170517 追記 ここまで */



@media (max-width: 768px) {
  .required + dd .frm-small-title + .frm-mail-wrap:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .required + dd .frm-text + .frm-small-title {
    position: relative;
    display: inline-block;
    padding-right: 40px;
  }
  .required + dd .frm-text + .frm-small-title:before {
    content: "必須";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 6px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: #80c5e9;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .err, .frm-input .err:first-child {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .btn-area{
    width:100%;
  }
  .btn-area .btn-detail {
	  width: 100% !important;
  }
  .btn-area .btn-detail input,
  .btn-area .btn-detail button {
    float:none;
    width:100%;
  }
  .btn-area .btn-prev{
    margin:10px 0 0 0;
    width:100%;
    display: inline-block;
  }
}

/* 20170526 追記 */
@media (max-width: 768px) {
  #btn-select-school {
    width: 80px;
    margin: 0;
  }
  .partnership-school-list li {
    padding: 5px 0 5px 75px;
    text-indent: -70px;
  }
  .partnership-school-list li:before {
    text-indent: 0;
  }
  .partnership-school-modal-block .close {
    top: -25px;
    right: -25px;
  }
}
.partnership-school-modal-block .btn:hover {
  cursor: pointer;
}
/* 20170526 追記 ここまで */

/* 20171020 追記 */

.cnt-btn-list {
  margin-bottom: 20px;
}
.cnt-btn-list:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .cnt-btn-list {
    margin-bottom: 15px;
  }
}

/* 20171020 追記 ここまで */

.tax10 {
  padding-left:10px;
  font-size: 1.5rem;
  color:red;
  font-weight: normal;
}


ol.numList {
  counter-reset: number 0;
}
ol.numList li {
  padding: 0 0 0 1.5em;
  position: relative;
}
ol.numList li:before {
  content: counter(number) '.';
  counter-increment: number 1;
  position: absolute;
  left: 0;
}

/* 20240126 追記 */

.photo-cnt03-text .-border {
  margin-left: 1em;
  padding: 5px;
  display: block;
  border: 1px solid #bbb;
}

.new-ca {
  box-sizing: border-box;
  padding-inline: 10px;
  width: 100%;
}

.new-ca_wrap {
  box-sizing: border-box;
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  margin-block: 60px;
  padding-inline: 20px;
  padding-bottom: 20px;
  background: #E2F5FE;
}

@media screen and (max-width: 768px) {
  .new-ca_wrap {
    /* width: 90%; */
  }
}

.new-ca_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 168px;
  height: 144px;
  background-image: url(/images/course/ca/new.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -30px;
  left: -10px;
}

@media screen and (max-width: 768px) {
  .new-ca_wrap::before {
    width: 128px;
    height: 114px;
    top: -30px;
    left: -8px;
  }
}

.new-ca_title {
  padding-block: 20px;
  text-align: center;
  color: #424242;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .new-ca_title {
    font-size: 24px;
  }
}

.new-ca_inner {
  background: #fff;
  max-width: 1120px;
  margin-inline: auto;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .new-ca_inner {
    padding: 15px;
  }
}

.new-ca_flex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .new-ca_flex {
    flex-direction: column;
  }
}

.new-ca_flexText {
  color: #213B7D;
  font-size: 16px;
  font-weight: bold;
}

.new-ca_flexText span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .new-ca_flexText span {
    font-size: 22px;
  }
}

.new-ca_flexBtn {
  position: relative;
  background-color: #213B7D;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 14px;
  padding-inline: 45px;
  border-radius: 3px;
  max-width: 296px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .new-ca_flexBtn {
    max-width: 100%;
    margin-top: 10px;
  }
}

.new-ca_flexBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(/images/course/ca/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
}

.new-ca_flexBtn:visited {
  color: #fff;
}

.new-ca_flexBtn:link {
  color: #fff;
}

/* 20240126 追記 ここまで */

/* 20240130 追記 */

/*/////////////////////////////////////////
セレクト初期設定
/////////////////////////////////////////*/
:root {
	--black01:#212121;
	--black02:#424242;
	--white:#FFF;
	--blue:#213B7D;
	--aqua-blue:#EFF7FC;
	--border:#E0E0E0;
	--link:#13449d;
	--page-nav:#EBEFF4;
	--page-nav-current:#0B3277;
	--page-nav-border:#FBFBFB;
	--btn01:linear-gradient(to bottom, #2b4684 0%, #183277 100%);
	--btn02:#d9eef8;

	--font01:Meiryo, sans-serif;
}

/*/////////////////////////////////////////
セレクト一覧ページ
/////////////////////////////////////////*/

.category {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 1.2rem;
	margin-bottom: 3.7rem;
	padding: 3rem 3rem 3rem;
	background: var(--aqua-blue);
}
.pagaNav_wrap + .category {
	margin-bottom: 4.6rem!important;
}
.articleList + .category {
  margin-top: 6rem;
	margin-bottom: 4.6rem!important;
}
.category_list a {
	display: block;
	padding: 0.2rem 1.7rem;
	background: var(--white);
	border: 1px solid var(--blue);
	border-radius: 99.9rem;
	font-family: var(--font01);
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	color: var(--black02);
}
.category_list a.-current {
	font-weight: bold;
	color: var(--white);
	background: var(--blue);
}
@media (hover: hover) and (pointer: fine) {
	.category_list a {
		transition: 0.2s;
	}
	.category_list a:hover {
		color: var(--white);
		background: var(--blue);
	}
}
@media only screen and (max-width: 768px) {
	.category {
		margin-bottom: 2rem;
		padding: 2rem 2rem 2rem;
	}
	.pagaNav_wrap + .category {
		margin-bottom: 2rem!important;
	}
  .articleList + .category {
    margin-top: 4rem;
		margin-bottom: 2rem!important;
  }
}


.articleList {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 2rem;
	row-gap: 1.5rem;
}
.articleList a {
	color: var(--black01);
	transition: 0.2s color;
}
@media (hover: hover) and (pointer: fine) {
	.articleList a:hover {
		color: var(--link);
	}
}
.articleList_item {
	border: 1px solid var(--border);
}
.articleList_img img {
	display: block;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 378 / 213;
}
.articleList_cont {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 1.7rem 2rem 2rem;
	gap: 1rem;
}
.articleList_title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.75;
}
.articleList_text {
	font-size: 1.4rem;
	line-height: 1.7;
}
@media only screen and (max-width: 768px) {
	.articleList {
		grid-template-columns: repeat(1,1fr);
		column-gap: 0;
		row-gap: 0.9rem;
	}
	.articleList_img img {
		aspect-ratio: 343 / 191;
	}
	.articleList_cont {
		display: block;
		padding: 2.1rem 1.5rem 2rem;
	}
	.articleList_title {
		font-size: 1.4rem;
		line-height: 1.71;
	}
	.articleList_text {
		display: none;
	}
}

.pagaNav_wrap {
	margin: 6rem 0;
	text-align: center;
}
.pagaNav {
	display: inline-flex;
	column-gap: 1rem;
	row-gap: 1rem;
  flex-wrap: wrap;
}
.pagaNav_list {
	width: 4.4rem;
}
.pagaNav_list a,
.pagaNav_list span {
	display: block;
	background: var(--page-nav);
	line-height: 4.2rem;
	border-radius: 0.3rem;
	border: 1px solid var(--page-nav);
	transition: 0.2s color, 0.2s background, 0.2s border;
	text-decoration: none;
}
.pagaNav_list .current_page {
	color:var(--white);
	background: var(--page-nav-current);
	border-color: var(--page-nav-current);
}
.pagaNav_list a.-next {
	background: transparent;
}
@media (hover: hover) and (pointer: fine) {
	.pagaNav_list a:hover,
	.pagaNav_list a.-next:hover {
		color:var(--white);
		background: var(--page-nav-current);
		border-color: var(--page-nav-current);
	}
}
@media only screen and (max-width: 768px) {
	.pagaNav_wrap {
		margin: 4rem 0;
	}
}

/*/////////////////////////////////////////
セレクト詳細ページ
/////////////////////////////////////////*/

.selectNew .cnt-btn-list-wrap ul.-btn-center {
	display: inline-flex;
}
.selectNew .task-sect .border-green-wrap {
	padding-top: 2.7rem;
}
.selectNew .sec-title07.circle {
  margin-bottom: 1.7rem;
}
.selectNew .category.-detail {
	margin-bottom: 3.7rem;
	padding: 0;
	background: transparent;
}
.selectNew .def-table dl:last-child dd {
	text-align: left;
	font-weight: normal;
}
.selectNew .def-table dl dt {
  padding-right: 1em;
  box-sizing: border-box;
}
.selectNew .def-table dl dd.-price {
  text-align: right;
  font-weight: bold;
}
.selectNew .photo-cnt03-image {
  max-width: 37.8rem;
}
.photo_imgBox {
	margin-top: 1.2rem;
}
.selectNew .cnt-btn-list {
	display: inline-flex;
}
.selectNew .cnt-btn-list li {
	width: 34.4rem;
	display: block;
}
.selectNew .cnt-btn-list-wrap li {
	width: 26.4rem;
}
.selectNew .btn-detail a {
	display: grid;
	place-items: center;
	height: 100%;
	min-height: 5.2rem;
	background: url(/images/common/ico-arrow02.svg) right 10px top 50% no-repeat, var(--btn01);
	padding: 0.8rem 3.5rem;
	font-size: 1.5rem;
	box-sizing: border-box;
}
.selectNew .btn-detail.blue a {
	background: var(--btn02) url(/images/common/ico-arrow.svg) right 10px top 50% no-repeat;
}
.selectNew .btn-detail span {
	height: auto;
	line-height: 1.5;
	background-image: none;
}

@media only screen and (max-width: 768px) {
  .selectNew .sec-title07.circle {
    margin-bottom: 1.5rem;
  }
  .selectNew .category.-detail {
    margin-bottom: 2rem;
  }
  .selectNew .photo-cnt03-image {
    max-width: 100%;
  }
	.selectNew .cnt-btn-list-wrap ul.-btn-center {
		display: block;
	}
	.selectNew .cnt-btn-list {
		display: block;
	}
	.selectNew .cnt-btn-list li {
		width: 100%;
	}
	.selectNew .cnt-btn-list-wrap li {
		width: 100%;
	}
	.selectNew .btn-detail a {
		min-height: 4rem;
		font-size: 1.3rem;
		background: url(/images/common/ico-arrow02.svg) right 10px top 50% / 12px no-repeat, var(--btn01);
	}
	.selectNew .btn-detail.blue a {
		background: var(--btn02) url(/images/common/ico-arrow.svg) right 12px top 50% / 12px no-repeat;
	}

}

/* 20240130 追記 ここまで */

/* 20240205 追記 */

.ftr-sitemap-list > div .-line {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 7px 35px;
  font-size: 14px;
  font-size: 22px;
  font-size: 1.4rem;
  border-bottom: 1px solid #425a91;
  background: none;
}

.ftr-sitemap-list > div .-line::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/images/common/ico_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -5px;
  left: 0;
}

/* 20240205 追記 ここまで */

/* 20240913 追記 */

.seminar-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.seminar-list dt {
  position: relative;
  padding-left: 13px;
}

.seminar-list dt::before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #80c5e9;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .seminar-list dt::before {
    top: 4px;
  }
}

/* 20240913 追記 ここまで */

/* 20241209 追記 */
/* interview02 */
.interview02 {
  margin-top: 50px;
}

.interview02-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}

.interview02-list-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 20px 25px 20px 20px;
  width: 578px;
  color: #000;
  background: #F2F9FD;
  box-sizing: border-box;
  transition: opacity .3s;
}

.interview02-list a:link {
  color: inherit;
  text-decoration: none;
}

.interview02-list a:visited {
  color: inherit;
}

@media (any-hover: hover) {
  .interview02-list a:hover {
    opacity: .7;
  }  
}

.interview02-list-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/interview/ico-arrow.svg) no-repeat top/cover;
}

.interview02-list-image {
  flex: 0 0 160px;
  margin-right: 25px;
}

.interview02-list-image img {
  width: 160px;
}

.interview02-list-text P+P {
  margin-top: 15px;
}

.interview02-list-text-position {
  padding: 0 8px;
  width: fit-content;
  font-weight: 700;
  color: #ffffff;
  background: #008AD2;
}

.interview02-list-text-title {
  font-weight: 700;
}

.interview02-list-text-title span {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .interview02 {
    margin-top: 40px;
  }

  .interview02-list {
    flex-direction: column;
    row-gap: 15px;
  }

  .interview02-list-wrap {
    padding: 15px 10px 30px;
    width: 100%;
  }

  .interview02-list-wrap::after {
    width: 26px;
    height: 26px;
  }

  .interview02-list-image {
    flex: 0 0 100px;
    margin-right: 15px;
  }

  .interview02-list-image img {
    width: 100px;
  }

  .interview02-list-text p+p {
    margin-top: 10px;
  }
  
  .interview02-list-text-position {
    padding: 3px 8px 0;
    line-height: 1.5;
  }

  .interview02-list-text-title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* interview03 */
.wrap-white.interview03 {
  padding: 30px 0 80px;
}

.interview03-sect {
  margin: 80px 0;
}

.interview03-profile {
  position: relative;
  background: #F2F9FD;
  padding: 40px 20px 20px 40px;
}

.interview03-profile-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interview03-profile-text {
  width: 860px;
}

.interview03-profile-position {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  width: fit-content;
  font-weight: 700;
  color: #ffffff;
  background: #008AD2;
}

.interview03-profile-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.interview03-profile-name {
  font-weight: 700;
}

.interview03-profile-name span {
  margin-left: 17px;
  font-size: 20px;
  font-size: 2rem;
}

.interview03-profile-graduate {
  margin-top: 6px;
}

.interview03-profile-career {
  margin-top: 25px;
}

.interview03-profile-image {
  flex: 0 0 220px;
}

.interview03-profile-image img {
  width: 100%;
}

.interview03-detail {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.interview03-detail + .interview03-detail {
  margin-top: 80px;
}

.interview03-detail.check + .interview03-detail.check {
  margin-top: 60px;
}

.interview03-detail-image {
  flex: 0 0 auto;
  max-width: 437px;
  margin: 0 auto;
}

.interview03-detail.left .interview03-detail-image {
  order: 1;
}

.interview03-detail-cont {
  flex-grow: 1;
}

.interview03-detail.left .interview03-detail-cont {
  order: 2;
}

.sec-title19 {
  color: #008AD2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.sec-title19 span {
  position: relative;
  display: inline-block;
  padding-left: 75px;
}

.sec-title19 span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #008AD2;
}

.interview03-detail-text {
  margin-top: 25px;
  line-height: 2.2;
}

.interview03-detail-text p+p {
  margin-top: 25px;
}

.interview03-detail-text li {
  position: relative;
  padding-left: 22px;
}

.interview03-detail-text li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #000000;
}

.wrap-lightblue {
  background: #E2F5FE;
}

.interview03-check {
  position: relative;
  padding: 60px 0;
}

.interview03-check-icon {
  position: absolute;
  top: -20px;
  left: -50px;
}

.interview03-check-wrap {
  padding: 60px;
  background: #ffffff;
}

.interview03-comment {
  width: 932px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.interview03-comment-wrap {
  padding: 40px;
  background: #008AD2;
}

.interview03-comment-title {
  position: relative;
  padding-left: 46px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}

.interview03-comment-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 26px;
  background: url(../images/common/ico-aircraft03.svg) top / cover;
}

.interview03-comment-text {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .interview03-sect {
    margin: 30px 0;
  }

  .interview03-profile {
    padding: 40px 15px 15px;
  }

  .interview03-profile-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .interview03-profile-text {
    width: 100%;
  }

  .interview03-profile-position {
    padding: 3px 10px;
  }

  .interview03-profile-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .interview03-profile-name span {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .interview03-profile-image {
    flex: 0 0 180px;
  }

  .interview03-profile-image img {
    width: 180px;
  }

  .interview03-detail {
    flex-direction: column;
    gap: 15px;
  }

  .interview03-detail + .interview03-detail {
    margin-top: 40px;
  }

  .sec-title19 {
  font-size: 15px;
  font-size: 1.5rem;
  }

  .sec-title19 span {
    padding-left: 45px;
  }
  
  .sec-title19 span::before {
    top: 12px;
    width: 30px;
  }

  .interview03-detail-text {
    margin-top: 18px;
  }

  .interview03-detail-text p+p {
    margin-top: 8px;
  }

  .interview03-detail-text li::before {
    top: 11px;
    left: 7px;
    width: 4px;
    height: 4px;
  }
  
    .interview03-detail-image.vertical {
    margin: 0 auto;
    max-width: 180px;
  }
  
  .interview03-detail.left .interview03-detail-cont {
    order: 1;
  }

  .interview03-detail.left .interview03-detail-image {
    order: 2;
  }
  
  .interview03-detail.check + .interview03-detail.check {
    margin-top: 40px;
  }

  .interview03-check {
    padding: 60px 0 30px;
  }

  .interview03-check-icon {
    top: -48px;
    left: 50%;
    width: 100px;
    height: 94.051px;
    transform: translateX(-50%);
  }

  .interview03-check-wrap {
    padding: 30px 15px;
  }

  .interview03-comment {
    width: 100%;
    padding-bottom: 30px;
  }

  .interview03-comment-wrap {
    padding: 20px 15px;
  }

  .interview03-comment-title {
    padding-left: 42.752px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .interview03-comment-title::before {
    width: 27.752px;
    height: 24px;
  }

  .interview03-comment-text {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
/* 20241209 追記 ここまで */

/* 20250417 追記 */
/* interview04 */
.interview04 {
  margin-top: 55px;
}

.interview04-result {
  background-color: #80c5e9;
}

.interview04-result-inner {
  padding: 30px;
  box-sizing: border-box;
}

.interview04-result-title {
  width: 574px;
  overflow: hidden;
  margin-inline: auto;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.interview04-result-title span {
  position: relative;
  display: inline-block;
}

.interview04-result-title span::before,
.interview04-result-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 500px;
  height: 2px;
  background-color: #ffffff;
}

.interview04-result-title span::before {
  right: calc(100% + 24px);
}

.interview04-result-title span::after {
  left: calc(100% + 24px);
}

.interview04-result-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(90px, 90px, 1fr);
  gap: 2px;
  margin-top: 18px;
}

.interview04-result-list {
  background-color: #f2f9fd;
  padding-right: 32px;
}

.interview04-result-image {
  display: flex;
  height: 100%;
  background-color: #ffffff;
}

.interview04-result-image img {
  margin-block: auto;
}

.interview04-result-list.-full {
  grid-column: 1 / 3;
  padding: 20px;
}

.interview04-result-item {
  display: grid;
  grid-template-columns: 16.10017889087657fr 57.60286225402504fr 11.98568872987478fr;
  gap: 24px;
  align-items: center;
}

.interview04-result-work {
  font-weight: bold;
}

.interview04-result-subtext {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.interview04-result-number {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #13449d;
}

.interview04-result-number span {
  font-size: 18px;
  font-size: 1.8rem;
}

.interview04-result-notice {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}

.interview04-result-notice span {
  position: absolute;
  top: 0;
  left: 0;
}

.interview04-graduate {
  margin-top: 40px;
  background-color: #f2f9fd;
}

.interview04-graduate+.interview04-graduate {
  margin-top: 20px;
}

.interview04-graduate-inner {
  padding: 50px;
}

.interview04-graduate-info {
  display: grid;
  grid-template-columns: 18.51851851851852fr 75.55555555555556fr;
  grid-template-rows: 1fr;
  gap: 64px;
}

.interview04-graduate-info-profile {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.interview04-graduate-info-profile p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.interview04-graduate-info-profile span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.interview04-graduate-info-work {
  display: grid;
  grid-template-columns: 142px 1fr;
  align-items: center;
  width: 100%;
  min-height: 48px;
}

.interview04-graduate-info-work dt {
  display: grid;
  align-items: center;
  padding: 10px 24px 8px;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  background-color: #008ad2;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
}

.interview04-graduate-info-work dd {
  display: grid;
  align-items: center;
  padding: 10px 16px 8px;
  height: 100%;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}

.interview04-graduate-info-lecture {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.interview04-graduate-info-lecture div {
  display: flex;
  gap: 16px;
  padding: 11px 8px 7px;
  border-bottom: 1px solid #e0e0e0;
}

.interview04-graduate-info-lecture dt {
  flex-shrink: 0;
  width: 135px;
}

.interview04-graduate-faq {
  margin-top: 28px;
  background-color: #ffffff;
}

.interview04-graduate-faq-inner {
  padding: 30px 30px 35px;

}

.interview04-graduate-faq dt {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 16px;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.interview04-graduate-faq dt::before {
  background: url(../images/interview/ico-question.svg) no-repeat 50%/cover;
  content: "";
  width: 48px;
  height: 46px;
}

.interview04-graduate-faq dd+dt {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .interview04 {
    margin-top: 30px;
  }


  .interview04-result {
    width: 100%;
  }

  .interview04-result-inner {
    padding: 16px 15px 15px;
  }

  .interview04-result-title {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .interview04-result-title span::before {
    right: calc(100% + 8px);
  }

  .interview04-result-title span::after {
    left: calc(100% + 8px);
  }

  .interview04-result-wrap {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .interview04-result-list {
    padding-right: 16px;
  }

  .interview04-result-item {
    grid-template-columns: 80px 7fr 2.3fr;
    gap: 16px;
  }

  .interview04-result-item img {
    width: 80px;
    height: 80px;
  }

  .interview04-result-list.-full {
    grid-column: 1 / 2;
    padding: 15px;
  }

  .interview04-result-work {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .interview04-result-work.-other {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .interview04-result-subtext {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .interview04-result-number {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .interview04-result-number span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .interview04-result-notice {
    margin-top: 5px;
  }

  .interview04-graduate {
    margin-top: 29px;
  }

  .interview04-graduate+.interview04-graduate {
    margin-top: 15px;
  }

  .interview04-graduate-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .interview04-graduate-inner {
    padding: 15px;
  }

  .interview04-graduate-info-profile {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }

  .interview04-graduate-info-profile img {
    width: 150px;
    height: 112px;
  }

  .interview04-graduate-info-profile p {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: revert;
  }

  .interview04-graduate-info-profile span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .interview04-graduate-info-work {
    grid-template-columns: 1fr;
    min-height: revert;
  }

  .interview04-graduate-info-work dt {
    padding: 4px 15px;
    border-radius: 4px 4px 0 0;
  }

  .interview04-graduate-info-work dd {
    padding: 8px 15px;
    border-radius: 0 0 4px 4px;
  }

  .interview04-graduate-info-lecture {
    margin-top: 7px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .interview04-graduate-info-lecture div {
    flex-direction: column;
    gap: revert;
    padding: 8px 8px 6px;
  }

  .interview04-graduate-info-lecture dt {
    width: 100%;
    font-weight: bold;
  }

  .interview04-graduate-faq {
    margin-top: 20px;
  }

  .interview04-graduate-faq-inner {
    padding: 20px 15px 15px;
  }

  .interview04-graduate-faq dt {
    grid-template-columns: 34px 1fr;
    gap: 0 8px;
    align-items: start;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .interview04-graduate-faq dt::before {
    width: 34px;
    height: 33px;
  }

  .interview04-graduate-faq dd+dt {
    margin-top: 10px;
  }
}
/* 20250417 追記 ここまで */

/*20250612 追記 */
.map-wrap {
  display: flex;
  justify-content: center;
}
/*20250612 追記 ここまで */