@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.section_inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

a:hover {
  cursor: pointer !important;
}

@media (max-width: 1020px) {
  .section_inner {
    padding: 0 12px;
  }
}
.pkg {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.dsp-sp {
  display: none;
}

@media (max-width: 1020px) {
  .pkg {
    width: 100%;
    padding: 80px 20px;
  }

  .dsp-pc {
    display: none;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}

header div.header_inner {
  position: relative;
  background: #FFF;
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

header div.pkg {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#logo {
  position: absolute;
  top: 35px;
}
#logo img {
  width: 100%;
}

/* nav */
#menu {
  position: absolute;
  background: #044369;
  display: none;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 0;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  top: 0;
  right: 0;
}

#menu i {
  height: 60px;
  line-height: 60px;
}

#menu i:first-child {
  display: block;
}

#menu i:nth-child(2) {
  display: none;
}

nav#nav-sub {
  position: absolute;
  top: 35px;
  right: 80px;
}

nav#nav-sub ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

nav#nav-sub ul li {
  height: 55px;
  line-height: 55px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

nav#nav-sub ul li:hover {
  opacity: 0.7;
}

nav#nav-sub ul li a {
  display: block;
  line-height: 55px;
  color: #FFF;
  font-weight: bold;
  padding: 0 20px;
}

nav#nav-sub ul li:first-child a {
  background: url(../img/i-tel.png) no-repeat left center;
  font-size: 32px;
  font-family: 'Bebas Neue';
  padding: 5px 0 0 54px;
  margin-right: 10px;
  color: #000;
  font-weight: normal;
}

nav#nav-sub ul li:nth-child(2) a {
  background: #044369;
}

nav#nav-sub ul li:nth-child(3) a {
  background: #FD8200;
}

nav#nav-sub ul li:nth-child(4) a {
  background: #FFDD00;
}

nav#nav-sub ul li:last-child a {
  background: #00b900;
}

nav#nav-sub-sp {
  position: absolute;
  height: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
  display: none;
}

nav#nav-sub-sp ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 5px;
}

nav#nav-sub-sp ul li {
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 5px;
}

nav#nav-sub-sp ul li a {
  height: 40px;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 0;
  color: #FFF;
}

nav#nav-sub-sp ul li:first-child a {
  background: #FD8200;
}

nav#nav-sub-sp ul li:nth-child(2) a {
  background: #044369;
}

nav#nav-sub-sp ul li:nth-child(3) a {
  background: #FFDD00;
}

nav#nav-sub-sp ul li:nth-child(4) a {
  background: #00b900;
}

nav#nav-sp {
  background: #FFF;
  position: absolute;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-x: scroll;
  top: 60px;
}

nav#nav-sp,
nav#nav-sp ul li div {
  display: none;
}

nav#nav-sp ul li {
  position: relative;
}

nav#nav-sp ul a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #000;
  color: #FFF;
  padding-left: 20px;
  border-bottom: solid 1px #333;
}

nav#nav-sp ul span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: #044369;
  color: #FFF;
  text-align: center;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
}

nav#nav-sp ul span i {
  line-height: 60px;
}

nav#nav-sp ul span i:first-child {
  display: block;
}

nav#nav-sp ul span i:nth-child(2) {
  display: none;
}

nav#nav-sp ul li div {
  padding: 10px 20px;
  height: 200px;
  overflow-x: scroll;
}

nav#nav-sp ul li div ul a {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

nav#nav-sp ul li div ul a i {
  font-size: 15px;
  line-height: 40px;
  vertical-align: middle;
  padding-right: 10px;
  color: #044369;
}

nav#nav-sp ul li div ul li a {
  background: none;
  color: #000;
}

nav#nav-sp ul#nav-sub-sp-btn {
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

nav#nav-sp ul#nav-sub-sp-btn li a {
  background: none;
  color: #666;
  height: 25px;
  line-height: 25px;
  border: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

nav#nav-sp ul#nav-sub-sp-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

nav#nav-sp ul#nav-sub-sp-btn li {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
}

nav#nav-sp ul#nav-sub-sp-btn li:nth-child(odd) {
  padding-right: 5px;
}

nav#nav-sp ul#nav-sub-sp-btn li:nth-child(even) {
  padding-left: 5px;
}

nav#nav-sp ul#nav-sub-sp-btn li:nth-child(3),
nav#nav-sp ul#nav-sub-sp-btn li:nth-child(4) {
  margin-bottom: 0;
}

nav#nav-sp ul#nav-sub-sp-btn li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

nav#nav-sp ul#nav-sub-sp-btn li:first-child a {
  background: #044369;
}

nav#nav-sp ul#nav-sub-sp-btn li:nth-child(2) a {
  background: #FD8200;
}

nav#nav-sp ul#nav-sub-sp-btn li:nth-child(3) a {
  background: #FFDD00;
}

nav#nav-sp ul#nav-sub-sp-btn li:nth-child(4) a {
  background: #00b900;
}

@media (min-width: 1021px) {
  nav#nav-sp {
    display: none !important;
  }
}
@media (max-width: 1020px) {
  header div.header_inner {
    height: 60px;
  }

  .pkg {
    width: 100%;
    padding: 80px 20px;
  }

  #nav-sub {
    display: none;
  }

  iframe {
    width: 100%;
  }

  .dsp-sp {
    display: block;
  }

  #menu {
    display: block;
  }

  header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0 0 10px rgba(153, 153, 153, 0.2);
    -o-box-shadow: 0 0 10px rgba(153, 153, 153, 0.2);
    -ms-box-shadow: 0 0 10px rgba(153, 153, 153, 0.2);
  }

  header div.pkg {
    padding: 0 20px;
  }

  #logo {
    top: 15px;
    width: 170px;
  }

  #logo img {
    width: 100%;
    height: auto;
  }
}
.mv {
  margin: 130px 0 0 0;
  width: 100%;
  position: relative;
  height: 770px;
  background: url(../img/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv_heading {
  padding: 0 0 20px 0;
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.mv_heading img {
  width: 100%;
}
.mv_text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.mv_text p {
  line-height: 2.5;
}
.mv_text span {
  padding: 4px 8px;
  background-color: #000;
}

@media (max-width: 1020px) {
  .mv {
    background: url(../img/mv_bg-sp.jpg) no-repeat center right/cover;
    margin: 60px 0 0 0;
    height: 550px;
  }
  .mv_inner {
    width: 90%;
  }
  .mv_heading img {
    width: 100%;
  }
  .mv_text p {
    line-height: 2;
  }
  .mv_text span {
    font-size: 1.6rem;
  }
}
.s1 {
  background: url(../img/s1_bg.jpg) no-repeat center right/cover;
}
.s1 .section_inner {
  padding-top: 134px;
  padding-bottom: 134px;
}
.s1_tag {
  background-color: #044369;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 0 20px 0;
  padding: 10px 26px;
}
.s1_tag span {
  color: #F5EB00;
}
.s1 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 50px;
}
.s1 p {
  font-size: 2.5rem;
}

@media (max-width: 1020px) {
  .s1 .section_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s1_tag {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .s1 h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
  .s1 p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.before-s2_inner {
  max-width: 1200px;
  margin: auto;
  padding: 50px 12px;
}
.before-s2_inner h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 50px;
}

.s2 {
  background: url(../img/s2_bg.jpg) no-repeat center center/cover;
}
.s2 .section_inner {
  padding-top: 140px;
  padding-bottom: 133px;
}
.s2_point-list {
  display: flex;
  justify-content: space-between;
}
.s2_point-list a {
  width: 32%;
}
.s2_point-item {
  width: 100%;
  padding: 27px 35px 60px 35px;
  background-color: #fff;
  box-shadow: 0 20px 0 -10px #ebebeb, 0 40px 0 -20px #d1d1d1;
  position: relative;
  overflow: inherit;
}
.s2_point-item::after {
  content: url(../img/i-arrow.svg);
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.s2_point-item:hover::after {
  bottom: 15px;
}
.s2_point-heading {
  font-family: 'Oswald', sans-serif;
  color: #FFDD00;
  font-size: 2.8rem;
  position: relative;
  display: flex;
}
.s2_point-heading::after {
  content: "";
  flex-grow: 1;
  width: 20%;
  height: 1px;
  background: #333;
  margin: 15px 0 0 20px;
}
.s2_point-text {
  margin: 20px 0 0 0;
  line-height: 1.5;
  height: 90px;
  text-align: center;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1020px) {
  .s2 {
    background: url(../img/s2_bg.jpg) no-repeat center left/cover;
  }
  .s2 .section_inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .s2_point-list a {
    width: 32%;
    margin: 0 0 32px 0;
  }
  .s2_point-item {
    padding: 30px 32px 46px 32px;
    margin: auto;
    max-width: 400px;
  }
  .s2_point-item:after {
    bottom: 20px;
  }
  .s2_point-text {
    margin: 4px 0 0 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .before-s2_inner {
    padding: 30px 12px;
  }
  .before-s2_inner h1 {
    font-size: 2.8rem;
    line-height: 42px;
  }

  .s2_point-list {
    flex-direction: column;
  }
  .s2_point-list a {
    width: 100%;
  }
}
.s3 {
  background: url(../img/point_bg.png) no-repeat center top/cover;
  background-attachment: fixed;
}
.s3 .section_inner {
  padding-top: 130px;
  padding-bottom: 88px;
}
.s3_heading {
  margin: 0 0 38px 0 !important;
}
.s3_box {
  margin: 0 0 48px 0;
}
.s3 .bubble {
  display: inline;
}
.s3 .bubble:after {
  left: 12%;
}
.s3_achievement {
  margin: 0 0 50px 0;
}
.s3_achievement-title {
  background: url(../img/s3_titlebg.png) no-repeat center center/cover;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 5px #084266 solid;
  margin: 0 0 20px 0;
}
.s3_achievement-subtitle {
  background-color: #084266;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
}
.s3_achievement p {
  margin: 0 0 30px 0;
}
.s3_youtube {
  height: 0;
  overflow: hidden;
  padding-bottom: 50.5%;
  position: relative;
  width: 90%;
  margin: 0 auto 48px auto;
}
.s3_youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.s3 .table-wrapper {
  margin: 80px 0 0 0;
}
.s3_btn {
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.s3_btn .btn {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 2rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  border-radius: 0.5rem;
}
.s3_btn a.btn--yellow {
  color: #333;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}
.s3_btn a.btn--yellow:hover {
  margin-top: 3px;
  color: #333;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

@media (max-width: 1020px) {
  .s3 .section_inner {
    padding-top: 80px;
    padding-bottom: 68px;
  }
  .s3_box {
    padding: 30px 10px;
  }
  .s3_youtube {
    width: 100%;
    padding-bottom: 56.25%;
  }
  .s3_achievement {
    margin: 0 0 30px 0;
  }
  .s3 .table-wrapper {
    margin: 50px 0 0 0;
  }
  .s3_btn {
    margin: 20px 0 0 0;
  }
  .s3_btn .btn {
    width: 100%;
    max-width: 400px;
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .s3 .box {
    padding: 20px 10px;
  }
  .s3 .bubble {
    display: inline-block;
  }
}
.s4 {
  background: url(../img/point_bg.png) no-repeat center top/cover;
  background-attachment: fixed;
}
.s4 .section_inner {
  padding-top: 130px;
  padding-bottom: 88px;
}
.s4_upper .graybox {
  padding-right: 90px;
  padding-left: 90px;
  margin: 0 0 130px;
}
.s4_upper .graybox h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.s4_upper .graybox p:not(:last-child) {
  margin: 0 0 50px 0;
}
.s4_upper .graybox .list:not(:last-child) {
  margin: 0 0 50px 0;
}
.s4_upper .graybox .list li {
  position: relative;
  padding-left: 1.25em;
}
.s4_upper .graybox .list li:not(:last-child) {
  margin-bottom: 0.7em;
}
.s4_upper .graybox .list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.s4_lower .box {
  margin: 0 0 80px 0;
}
.s4_lower .graybox {
  padding-right: 64px;
  padding-left: 64px;
  margin: 32px 0 74px;
}
.s4_lower .special-title {
  margin: 0 0 18px;
}
.s4_flow {
  margin: 38px 0 0 0;
}
.s4_flow img {
  width: 100%;
}
.s4_subtitle {
  display: flex;
  justify-content: center;
}
.s4_subtitle img {
  width: 100%;
}
.s4_subtitle.-first {
  margin-bottom: 48px;
}
.s4_subtitle.-first img {
  max-width: 680px;
}
.s4_subtitle.-second img {
  max-width: 500px;
}
.s4_subtitle.-third img {
  max-width: 330px;
}
.s4_tabletitle {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.s4_table {
  margin: 0 0 40px;
}
.s4_uni {
  display: flex;
  justify-content: space-between;
  margin: 0 0 78px 0;
}
.s4_uni-photo {
  width: 25%;
}
.s4_uni-photo img {
  width: 100%;
}
.s4_uni-text {
  width: 72%;
}
.s4_uni-text h4 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 8px 0;
}
.s4_note {
  text-align: center;
  margin: 8px 0 46px 0;
}
.s4_note h3 {
  font-size: 2rem;
  font-weight: bold;
}
.s4 .annotation {
  margin: 8px 0 0 0;
}
.s4 .-sp {
  display: none;
}
.s4_mid-box {
  margin: 0 0 130px;
  display: flex;
  justify-content: space-between;
}
.s4_mid-box_item {
  width: 32%;
}
.s4_mid-box .box {
  background: url(../img/s4_bg.png) no-repeat center top/cover;
  padding: 35px 44px;
  text-align: center;
  line-height: 25px;
  position: relative;
}
.s4_mid-box .box::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 33px 38.5px 0 38.5px;
  border-color: #084266 transparent transparent transparent;
}
.s4_mid-box .box2 {
  padding: 7px;
  background: #084266;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 40px 0 0 0;
  line-height: 22px;
}
.s4_mid-box .box2_inner {
  border: 1px solid #fff;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1020px) {
  .s4 .section_inner {
    padding-top: 80px;
    padding-bottom: 68px;
  }
  .s4_upper .graybox {
    margin: 0 0 80px;
  }
  .s4_mid-box .box {
    padding: 24px 17px 30px 17px;
  }
}
@media (max-width: 798px) {
  .s4_upper .graybox {
    padding-right: 20px;
    padding-left: 20px;
  }
  .s4_lower .graybox {
    padding-right: 20px;
    padding-left: 20px;
    margin: 32px　0 46px;
  }
  .s4_mid-box {
    flex-direction: column;
  }
  .s4_mid-box_item {
    width: 100%;
  }
  .s4_mid-box_item + .s4_mid-box_item {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 767px) {
  .s4_flow {
    margin: 30px 0 0 0;
  }
  .s4_flow .-pc {
    display: none;
  }
  .s4_flow .-sp {
    display: block;
  }
  .s4_note {
    margin: 8px 0 30px 0;
  }
  .s4_note h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .s4_uni {
    flex-direction: column;
    margin: 0 0 38px 0;
  }
  .s4_uni-photo {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .s4_uni-text {
    width: 100%;
  }
  .s4_subtitle .-pc {
    display: none;
  }
  .s4_subtitle .-sp {
    display: block;
  }
  .s4_subtitle.-first {
    margin-bottom: 40px;
  }
  .s4_subtitle.-first img {
    max-width: 400px;
  }
  .s4_subtitle.-second img {
    max-width: 285px;
  }
  .s4_subtitle.-third img {
    max-width: 300px;
  }
  .s4_table {
    margin: 0 0 30px;
  }
}
.s5 {
  background: #F7F7F7;
}
.s5 .section_inner {
  padding-top: 70px;
  padding-bottom: 88px;
}
.s5_heading {
  text-align: center;
  margin: 0 0 30px 0;
}
.s5_heading h1 {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 42px;
}
.s5_flow {
  margin: 0 0 100px 0;
}
.s5_flow img {
  width: 100%;
}
.s5_grapharea {
  margin: 0 0 100px 0;
}
.s5_graph {
  margin: 12px 0 0 0;
}
.s5_graph img {
  width: 100%;
}
.s5 .-sp {
  display: none;
}

@media (max-width: 1020px) {
  .s5_heading h1 {
    font-size: 2.4rem;
    line-height: 36px;
  }
  .s5_flow {
    margin: 0 0 60px 0;
  }
  .s5_grapharea {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .s5_flow .-pc {
    display: none;
  }
  .s5_flow .-sp {
    display: block;
  }
}
.s6 {
  background-color: #F7F7F7;
}
.s6 .section_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.s6 .school-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.s6 .school-list li {
  width: 320px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  transition: all 0.3s ease;
}
.s6 .school-list li a {
  display: block;
}
.s6 .school-list h4 {
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #084266;
}
.s6 .school-list li img {
  width: 100%;
  height: auto;
}
.s6 .school-list address {
  padding: 25px 30px;
  font-size: 14px;
}
.s6 .school-list address span {
  font-weight: bold;
}
.s6 .school-list address p:not(:last-of-type) {
  margin-bottom: 15px;
}
.s6 .school-list li:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .s6 .school-list {
    width: 100%;
  }
  .s6 .school-list li,
  .s6 .school-list li img {
    width: 100%;
  }
  .s6 .school-list li:not(:nth-child(3)),
  .s6 .school-list li:not(:nth-child(5)) {
    margin-right: 0;
  }
}

.point_heading {
  text-align: center;
  margin: 0 0 62px 0;
}
.point_heading h1 {
  width: 140px;
  margin: auto;
}
.point_heading h1 img {
  width: 100%;
}
.point_heading h2 {
  margin: 20px 0 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 1020px) {
  .point_heading {
    margin: 0 0 36px 0;
  }
  .point_heading h1 {
    width: 100px;
  }
  .point_heading h2 {
    font-size: 2rem;
  }
}
.adv {
  padding: 62px 20px;
  background-color: #084266;
}
.adv_heading {
  text-align: center;
  margin: 0 0 36px 0;
}
.adv_heading h1 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
.adv_inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adv_btn {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333;
  border-radius: 0.5rem;
}
.adv_btn + .adv_btn {
  margin: 0 0 0 60px;
}
.adv a.btn-flat {
  overflow: hidden;
  padding: 30px 120px;
  color: #333;
  border-radius: 0;
  background: #fff;
}
.adv a.btn-flat span {
  position: relative;
}
.adv a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-90%) translateY(-25%) rotate(45deg);
  background: #FFDD00;
}
.adv a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

@media (max-width: 1020px) {
  .adv_inner {
    flex-direction: column;
  }
  .adv_btn {
    font-size: 2rem;
  }
  .adv_btn + .adv_btn {
    margin: 20px 0 0 0;
  }
  .adv_heading h1 {
    font-size: 2.8rem;
  }
  .adv a.btn-flat {
    padding: 30px;
    width: 100%;
    max-width: 350px;
  }
}
.box {
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.14);
  padding: 55px 73px;
}
.box .bubble {
  margin: 0 0 42px 0;
}
.box_content {
  display: flex;
  justify-content: space-between;
}
.box_profile {
  width: 35%;
}
.box_photo {
  margin: 0 0 20px 0;
}
.box_photo img {
  width: 100%;
}
.box_brief {
  line-height: 1.5;
}
.box_brief h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.box_brief span {
  font-size: 1.8rem;
}
.box_brief-note {
  margin: 20px 0 0 0;
}
.box_brief-note h4 {
  font-weight: bold;
}
.box_brief-note ul > li {
  padding-left: 1em;
  position: relative;
}
.box_brief-note ul > li::before {
  content: "■";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1rem;
}
.box_text {
  width: 58%;
}
.box_text p {
  margin: 0 0 20px 0;
}

@media (max-width: 798px) {
  .box {
    padding: 20px 10px;
  }
  .box .bubble {
    margin: 0 0 32px 0;
  }
  .box_content {
    flex-direction: column;
  }
  .box_profile {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .box_brief {
    font-size: 1.4rem;
  }
  .box_text {
    width: 100%;
  }
}
.bubble {
  position: relative;
  width: 100%;
  height: auto;
  background: #084266;
  padding: 14px 30px;
  text-align: left;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.5;
}

.bubble:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 132, 38, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #084266;
  top: 100%;
  left: 8%;
}

@media (max-width: 1020px) {
  .bubble {
    font-size: 1.6rem;
    padding: 10px 16px;
  }
}
.graybox {
  background-color: #F7F7F7;
  padding: 43px;
}

@media (max-width: 798px) {
  .graybox {
    padding: 32px;
  }
}
.fl-table {
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}

.fl-table td, .fl-table th {
  text-align: center;
}

.fl-table td {
  border-right: 1px solid #F7F7F7;
  padding: 20px;
}

.fl-table thead th {
  color: #ffffff;
  background: #084266;
  padding: 16px;
}

.fl-table tr {
  background: #F7F7F7;
}

@media (max-width: 900px) {
  .table-wrapper table {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 900px) and (min-width: 670px) {
  .table-wrapper table.-display.-faster {
    display: table;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .table-wrapper table.-display.-slower {
    display: table;
  }
}
.special-title h4 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.special-title h4::before {
  content: '';
  display: inline-block;
  background-image: url(../img/special-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  margin: 0 6px 3px 0;
}

@media (max-width: 767px) {
  .special-title h4 {
    font-size: 1.6rem;
  }
  .special-title h4::before {
    width: 18px;
    height: 16px;
    margin: 0 6px 0 0;
  }
}
.highlight {
  background: linear-gradient(transparent 50%, #FFDD00 50%);
}

.bold {
  font-weight: bold;
}

.annotation > li {
  padding-left: 1.25em;
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 1020px) {
  .annotation > li {
    font-size: 1rem;
  }
}
.annotation > li:not(:last-child) {
  margin-bottom: 0.25em;
}
.annotation > li::before {
  counter-increment: item;
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  text-align: center;
  font-size: 1.3rem;
  padding: 20px;
}
