@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
}

th, td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

caption {
  text-align: left;
}

/* font-sizeを可変に */
html {
  scroll-behavior: auto;
  overflow-anchor: none;
  font-size: 10px;
  background: var(--white);
}
@media screen and (max-width: 1065px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000000;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  background: var(--white);
}
body main {
  position: relative;
  overflow: hidden;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*body*/
/* レスポンシブ
--------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1065px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* フォント
--------------------- */
.en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* カラー
--------------------- */
.blue {
  color: #0056A8;
}

/* ボタン
--------------------- */
.btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.btn a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 6.2rem 2rem 3.8rem;
  border-radius: 5rem;
  border: 1px solid #0056A8;
  background: #0056A8 url("../img/btn_white.svg") no-repeat center right 3.2rem/2rem;
  transition: all 0.3s ease;
}
.btn a:hover {
  color: #0056A8;
  background: #FFFFFF url("../img/btn_blue.svg") no-repeat center right 3.2rem/2rem;
}
.btn a .small {
  display: block;
  margin-top: -0.1rem;
  margin-left: 3.2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 1065px) {
  .btn {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn a {
    font-size: 1.55rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #FFFFFF;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.8rem 6rem 1.8rem 3.2rem;
    border-radius: 5rem;
    background: #0056A8 url("../img/btn_white.svg") no-repeat center right 3.2rem/2rem;
  }
  .btn a:hover {
    color: #FFFFFF;
    background: #0056A8 url("../img/btn_white.svg") no-repeat center right 3.2rem/2rem;
  }
  .btn a .small {
    display: block;
    margin-top: -0.1rem;
    margin-left: 2.3rem;
    font-size: 1.15rem;
  }
}
/* 見出し
--------------------- */
.con_title {
  position: relative;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.con_title::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -3.5vw;
  width: 3vw;
  height: 1px;
  background-color: #000000;
}
.con_title::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -3.5vw;
  width: 3vw;
  height: 1px;
  background-color: #000000;
}

@media screen and (max-width: 1065px) {
  .con_title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin: 3.5rem auto 1.5rem auto;
  }
  .con_title::before {
    content: "";
    top: 55%;
    left: -10vw;
    width: 7vw;
  }
  .con_title::after {
    top: 55%;
    right: -10vw;
    width: 7vw;
  }
}
/* ヘッダー
--------------------- */
#education_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 32px 0 67px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
#education_header .logo {
  width: 160px;
}
#education_header .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#education_header .header_btn {
  display: block;
}
#education_header .header_btn a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  height: 52px;
  padding: 0 14px;
  border-radius: 26px;
  font-weight: 800;
  background-color: #0056A8;
}

@media screen and (max-width: 1065px) {
  #education_header {
    height: 59px;
    padding: 0 5px 0 30px;
  }
  #education_header .logo {
    width: 110px;
    height: auto;
  }
  #education_header .logo img {
    width: 100%;
    height: auto;
  }
  #education_header .header_btn {
    display: block;
  }
  #education_header .header_btn a {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    height: 37px;
    padding: 0 14px;
    border-radius: 26px;
    font-weight: 800;
    background-color: #0056A8;
  }
}
/* education_fv
--------------------- */
#education_fv .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#education_fv .inner .box {
  width: 32%;
  max-width: 590px;
  margin-left: auto;
  margin-right: 7.5rem;
}
#education_fv .inner .box h1 {
  font-size: 6.6rem;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4.5rem;
  letter-spacing: 0.27em;
}
#education_fv .inner .box h1 .small {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.09em;
}
#education_fv .inner .box .txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#education_fv .inner .box .jp {
  display: block;
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
}
#education_fv .inner .pht {
  width: 56%;
  height: 43vw;
  max-height: 700px;
  border-radius: 0 0 0 1rem;
  background: url("../img/fv_ph01.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1065px) {
  #education_fv {
    margin-bottom: 7rem;
  }
  #education_fv .inner {
    display: block;
  }
  #education_fv .inner .box {
    width: 95%;
    max-width: 1400px;
    margin-left: auto;
    padding-top: 3rem;
    margin-right: 0;
  }
  #education_fv .inner .box h1 {
    font-size: 4.4rem;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
  }
  #education_fv .inner .box h1 .small {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  #education_fv .inner .box .txt {
    width: 95%;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #education_fv .inner .box .jp {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #education_fv .inner .pht {
    width: 100%;
    height: 75.5vw;
    border-radius: 0;
    margin-left: auto;
  }
}
/* education_policy
--------------------- */
#education_policy {
  margin-top: 15rem;
}
#education_policy .inner {
  max-width: 1318px;
  margin: 0 auto;
  padding: 8rem 0;
  border-radius: 1rem;
  background-color: #F0F2F5;
}
#education_policy .inner .txt_box h2 {
  font-size: 2.8rem;
  color: #FFFFFF;
  border-radius: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 20px;
  background-color: #0056A8;
}
#education_policy .inner .txt_box p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  margin: 4rem 0;
}
#education_policy .inner .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 9.5rem 0 12rem;
}
#education_policy .inner .box p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin-left: 7.3rem;
  width: 50%;
}
#education_policy .inner .box .ph {
  display: block;
  max-width: 495px;
}

@media screen and (max-width: 1065px) {
  #education_policy {
    margin-top: 0;
  }
  #education_policy .inner {
    padding: 5rem 0 8rem 0;
    border-radius: 0;
  }
  #education_policy .inner .txt_box {
    width: 90%;
    margin: 0 auto;
  }
  #education_policy .inner .txt_box h2 {
    font-size: 2.8rem;
    margin: 0 auto;
    padding: 1rem 2rem;
  }
  #education_policy .inner .txt_box p {
    font-size: 2.3rem;
    line-height: 3.9rem;
    margin: 3rem 0 2rem 0;
  }
  #education_policy .inner .box {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #education_policy .inner .box p {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-top: 1.7rem;
    margin-left: 0rem;
    width: 100%;
  }
  #education_policy .inner .box .ph {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
/* education_whole
--------------------- */
#education_whole {
  position: relative;
  margin-top: 15rem;
  margin-bottom: 12rem;
}
#education_whole::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -62px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 288px;
  height: 96px;
  background: url("../img/bottom_arrow.svg") no-repeat center/cover;
}
#education_whole .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#education_whole .inner h2 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1065px) {
  #education_whole {
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
  #education_whole::after {
    bottom: -5rem;
    width: 38vw;
    height: 12.5vw;
  }
  #education_whole .inner {
    margin: 0 auto;
    width: 90%;
  }
  #education_whole .inner h2 {
    margin-bottom: 3rem;
  }
}
/* education_hierarchy
--------------------- */
#education_hierarchy {
  position: relative;
  padding: 10rem 0;
  background: #F0F2F5;
}
#education_hierarchy .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#education_hierarchy .inner .contents_top h2 {
  margin-bottom: 4rem;
}
#education_hierarchy .inner .contents_top .lead {
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10rem;
}
#education_hierarchy .inner .contents_top .box {
  display: flex;
  align-items: flex-end;
}
#education_hierarchy .inner .contents_top .box .txt {
  margin-right: 4rem;
}
#education_hierarchy .inner .contents_top .box .txt h3 {
  position: relative;
  font-size: 2.2rem;
  color: #0056A8;
  font-weight: 700;
  margin-bottom: 4rem;
  padding: 0.4rem 0 0.4rem 1.9rem;
}
#education_hierarchy .inner .contents_top .box .txt h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background: #0056A8;
}
#education_hierarchy .inner .contents_top .box .txt h3 .little {
  display: block;
  font-size: 1.1rem;
  padding-top: 1.5rem;
}
#education_hierarchy .inner .contents_top .box .txt p {
  font-size: 1.4rem;
  line-height: 2.7rem;
  font-weight: 500;
}
#education_hierarchy .inner .contents_top .box .illust {
  flex-shrink: 0;
  width: 376px;
  margin-bottom: 2.7rem;
}
#education_hierarchy .inner .contents_top .pht {
  margin-top: 1.3rem;
}
#education_hierarchy .inner .contents_bottom {
  margin-top: 10rem;
  padding: 1.8rem;
  background: #0056A8;
}
#education_hierarchy .inner .contents_bottom .contens_inner {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 6rem 0 6rem 0;
}
#education_hierarchy .inner .contents_bottom .contens_inner h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3.3rem;
}
#education_hierarchy .inner .contents_bottom .contens_inner .con_title {
  font-size: 2.2rem;
  margin: 5.2rem auto 0 auto;
}
#education_hierarchy .inner .contents_bottom .contens_inner .con_title::before {
  left: -3vw;
  width: 2.5vw;
}
#education_hierarchy .inner .contents_bottom .contens_inner .con_title::after {
  right: -3vw;
  width: 2.5vw;
}
#education_hierarchy .inner .contents_bottom .contens_inner .lead {
  font-size: 1.5rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 500;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box {
  display: flex;
  justify-content: space-between;
  max-width: 937px;
  margin: 0 auto;
  padding-top: 4rem;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item {
  width: 457px;
  border: 1px solid #0056A8;
  border-radius: 0.5rem;
  overflow: hidden;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item h3 {
  font-size: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  padding: 1.7rem 0 1.8rem 0;
  background: #0056A8;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt {
  padding: 2.6rem 4rem 3.5rem 4rem;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt .flex {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt .flex h4 {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #0056A8;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt .flex .icon {
  margin-right: 2.6rem;
  width: 10.3rem;
}
#education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt p {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
#education_hierarchy .inner .contents_bottom .end {
  padding: 0 0 6rem 0;
}
#education_hierarchy .inner .contents_bottom .end .con_title {
  margin: 0 auto 2rem auto;
}
#education_hierarchy .inner .contents_bottom .end .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
#education_hierarchy .inner .contents_bottom .end ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 937px;
  margin: 5rem auto 0 auto;
}
#education_hierarchy .inner .contents_bottom .end ul li {
  display: flex;
  align-items: center;
  width: 457px;
  padding: 1rem 0;
  border-bottom: 1px solid #DEE5ED;
}
#education_hierarchy .inner .contents_bottom .end ul li .icon {
  width: 5.3rem;
  margin-right: 0.8rem;
}
#education_hierarchy .inner .contents_bottom .end ul li p {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1065px) {
  #education_hierarchy {
    padding: 3rem 0 0rem 0;
    margin-bottom: 7rem;
  }
  #education_hierarchy .inner {
    width: 100%;
  }
  #education_hierarchy .inner .contents_top {
    width: 90%;
    margin: 0 auto;
  }
  #education_hierarchy .inner .contents_top h2 {
    margin-bottom: 3rem;
  }
  #education_hierarchy .inner .contents_top .lead {
    font-size: 1.5rem;
    line-height: 3.2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 4rem;
  }
  #education_hierarchy .inner .contents_top .box {
    display: block;
  }
  #education_hierarchy .inner .contents_top .box .txt {
    margin-right: 0;
  }
  #education_hierarchy .inner .contents_top .box .txt h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.3rem;
    padding: 0 0 0 1.9rem;
  }
  #education_hierarchy .inner .contents_top .box .txt h3::before {
    width: 4px;
  }
  #education_hierarchy .inner .contents_top .box .txt h3 .little {
    font-size: 1.1rem;
    padding-top: 0rem;
  }
  #education_hierarchy .inner .contents_top .box .txt p {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
  #education_hierarchy .inner .contents_top .box .illust {
    flex-shrink: 0;
    width: 70%;
    margin: 1.7rem auto 1.7rem auto;
  }
  #education_hierarchy .inner .contents_top .pht {
    width: 100%;
    overflow: hidden;
  }
  #education_hierarchy .inner .contents_top .pht img {
    width: 210%;
  }
  #education_hierarchy .inner .contents_bottom {
    width: 100%;
    margin-top: 7rem;
    padding: 1rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner {
    margin: 0 auto;
    padding: 5rem 0 6rem 0;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .con_title {
    font-size: 2rem;
    margin: 4rem auto 0 auto;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .con_title::before {
    left: -6vw;
    width: 5vw;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .con_title::after {
    right: -6vw;
    width: 5vw;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box {
    display: block;
    max-width: 1130px;
    padding-top: 2rem;
    width: 90%;
    margin: 0 auto;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item {
    width: 100%;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item:nth-of-type(1) {
    margin-bottom: 2.5rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item h3 {
    font-size: 1.9rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt {
    padding: 3rem 2.6rem 3.5rem 2.6rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt .flex {
    display: block;
    margin-bottom: 1.5rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt .flex h4 {
    font-size: 1.8rem;
    line-height: 2.9rem;
    text-align: center;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt .flex .icon {
    margin-right: 2.6rem;
    width: 25vw;
    margin: 0 auto;
    margin-bottom: 1.2rem;
  }
  #education_hierarchy .inner .contents_bottom .contens_inner .box .item .txt p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #education_hierarchy .inner .contents_bottom .end {
    padding: 0 0 5rem 0;
  }
  #education_hierarchy .inner .contents_bottom .end .con_title {
    margin: 0 auto 1rem auto;
  }
  #education_hierarchy .inner .contents_bottom .end .sub {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  #education_hierarchy .inner .contents_bottom .end ul {
    display: block;
    max-width: 1130px;
    width: 90%;
    margin: 2rem auto 0 auto;
  }
  #education_hierarchy .inner .contents_bottom .end ul li {
    width: 100%;
    padding: 1rem 0;
  }
  #education_hierarchy .inner .contents_bottom .end ul li .icon {
    width: 13vw;
    margin-right: 1.5rem;
    margin-left: 0.4rem;
  }
}
/* education_skill_up
--------------------- */
#education_skill_up {
  position: relative;
  padding: 12rem 0;
}
#education_skill_up .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#education_skill_up .inner .contents {
  max-width: 937px;
  margin: 0 auto;
}
#education_skill_up .inner .contents .titel_box {
  display: flex;
  justify-content: center;
  background-color: #0056A8;
  border-radius: 0.5rem 0.5rem 0 0;
}
#education_skill_up .inner .contents .h3 {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  padding: 1.2rem 3.8rem 1.3rem 3.8rem;
}
#education_skill_up .inner .contents .h3::before {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  margin-top: 0.2rem;
  margin-right: 1rem;
  background: url("../img/title_icon01.svg") no-repeat center/cover;
}
#education_skill_up .inner .contents h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3.3rem;
}
#education_skill_up .inner .contents .lead {
  font-size: 1.5rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4rem;
}
#education_skill_up .inner .contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem auto 0 auto;
}
#education_skill_up .inner .contents ul li {
  display: flex;
  align-items: center;
  width: 457px;
  padding: 1rem 0;
  border-radius: 0.5rem;
  background: #DEE5ED;
}
#education_skill_up .inner .contents ul li:not(:nth-last-child(-n+2)) {
  margin-bottom: 2rem;
}
#education_skill_up .inner .contents ul li .icon {
  width: 5.2rem;
  margin-right: 0.8rem;
  margin-left: 2.6rem;
}
#education_skill_up .inner .contents ul li p {
  font-size: 1.8rem;
  font-weight: 500;
}
#education_skill_up .inner .contents .sub {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding-top: 1.1rem;
}
#education_skill_up .inner .end {
  max-width: 1130px;
  margin-top: 7rem;
}
#education_skill_up .inner .end .flex {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
#education_skill_up .inner .end .flex .item {
  padding: 3.3rem 5.5rem 4rem 5.5rem;
  width: 350px;
  border: 1px solid #DEE3ED;
  border-radius: 1rem;
}
#education_skill_up .inner .end .flex .item:nth-of-type(1) {
  margin-right: 4rem;
}
#education_skill_up .inner .end .flex .item .pht {
  margin: 0 auto;
  width: 180px;
}

@media screen and (max-width: 1065px) {
  #education_skill_up {
    padding: 0 0 7rem 0;
  }
  #education_skill_up .inner {
    max-width: 1130px;
  }
  #education_skill_up .inner .contents {
    max-width: 1130px;
    width: 90%;
  }
  #education_skill_up .inner .contents .titel_box {
    border-radius: 0.5rem;
  }
  #education_skill_up .inner .contents h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 3.5rem auto 2rem auto;
  }
  #education_skill_up .inner .contents .h3 {
    font-size: 2rem;
    width: 100%;
  }
  #education_skill_up .inner .contents .h3::before {
    width: 5vw;
    height: 7vw;
  }
  #education_skill_up .inner .contents .lead {
    margin-bottom: 4rem;
  }
  #education_skill_up .inner .contents ul {
    display: block;
    margin: 2rem auto 0 auto;
  }
  #education_skill_up .inner .contents ul li {
    width: 100%;
  }
  #education_skill_up .inner .contents ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 1rem;
  }
  #education_skill_up .inner .contents ul li:not(:nth-last-child(1)) {
    margin-bottom: 1rem;
  }
  #education_skill_up .inner .contents ul li .icon {
    width: 10vw;
  }
  #education_skill_up .inner .contents ul li p {
    font-size: 1.6rem;
  }
  #education_skill_up .inner .contents .sub {
    line-height: 2rem;
    padding-top: 1.2rem;
  }
  #education_skill_up .inner .end {
    margin-top: 7rem;
  }
  #education_skill_up .inner .end .flex {
    display: block;
    padding-top: 1.2rem;
  }
  #education_skill_up .inner .end .flex .item {
    display: block;
    padding: 3rem 2.5rem 3.5rem 2.5rem;
    width: 100%;
  }
  #education_skill_up .inner .end .flex .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #education_skill_up .inner .end .flex .item .pht {
    width: 50vw;
    margin: 0 auto 1.2rem auto;
  }
  #education_skill_up .inner .end .flex .item .txt {
    width: auto;
    margin-left: 0rem;
  }
  #education_skill_up .inner .end .flex .item .txt h3 {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}
/* education_career
--------------------- */
#education_career {
  padding: 12rem 0 8rem 0;
  background: #F0F2F5;
  max-width: 1300px;
  margin: 0 auto;
}
#education_career .inner {
  max-width: 1130px;
  margin: 0 auto;
}
#education_career .inner .contents {
  max-width: 1130px;
  margin: 0 auto;
}
#education_career .inner .contents .titel_box {
  display: flex;
  justify-content: center;
  background-color: #0056A8;
  border-radius: 0.5rem 0.5rem 0 0;
}
#education_career .inner .contents h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3.3rem;
}
#education_career .inner .contents .lead {
  font-size: 2.4rem;
  line-height: 4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
}
#education_career .inner .contents .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#education_career .inner .contents .box .pht {
  width: 495px;
  border-radius: 1rem;
  overflow: hidden;
}
#education_career .inner .contents .box .p_item {
  font-size: 1.6rem;
  line-height: 3.4rem;
  width: 50%;
  margin-top: 4.5rem;
}
#education_career .inner .end {
  max-width: 1130px;
  margin-top: 8rem;
}
#education_career .inner .end h2 {
  font-size: 2.4rem;
}
#education_career .inner .end .flex {
  display: flex;
  padding-top: 1rem;
}
#education_career .inner .end .flex .item {
  display: flex;
  padding: 3rem 1.3rem 3rem 1.6rem;
  width: 553px;
  border-radius: 1rem;
  background: #FFFFFF;
}
#education_career .inner .end .flex .item:nth-of-type(1) {
  margin-right: 2.3rem;
}
#education_career .inner .end .flex .item .flex_icon {
  width: 12.5rem;
}
#education_career .inner .end .flex .item .txt {
  width: 70%;
  margin-left: 2.5rem;
}
#education_career .inner .end .flex .item .txt h3 {
  font-size: 2.2rem;
  color: #0056A8;
  margin-bottom: 1.5rem;
}
#education_career .inner .end .flex .item .txt p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 1065px) {
  #education_career {
    padding: 1.5rem 0 7rem 0;
    background: #F0F2F5;
    max-width: 1300px;
    margin: 0 auto;
  }
  #education_career .inner {
    max-width: 1130px;
    margin: 0 auto;
    width: 90%;
  }
  #education_career .inner .contents {
    max-width: 1130px;
    margin: 0 auto;
  }
  #education_career .inner .contents .titel_box {
    display: flex;
    justify-content: center;
    background-color: #0056A8;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  #education_career .inner .contents h2 {
    font-size: 2.4rem;
    line-height: 3.1rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  #education_career .inner .contents .lead {
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2.5rem;
  }
  #education_career .inner .contents .box {
    display: block;
  }
  #education_career .inner .contents .box .pht {
    width: 100%;
  }
  #education_career .inner .contents .box .p_item {
    font-size: 1.5rem;
    line-height: 2.8rem;
    width: 100%;
    margin-top: 1.7rem;
  }
  #education_career .inner .end {
    max-width: 1130px;
    margin-top: 5rem;
  }
  #education_career .inner .end h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #education_career .inner .end .flex {
    display: block;
    padding-top: 1.2rem;
  }
  #education_career .inner .end .flex .item {
    display: block;
    padding: 3rem 2.5rem 3rem 2.5rem;
    width: 100%;
  }
  #education_career .inner .end .flex .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #education_career .inner .end .flex .item .flex_icon {
    width: 22vw;
    margin: 0 auto 1.2rem auto;
  }
  #education_career .inner .end .flex .item .txt {
    width: auto;
    margin-left: 0rem;
  }
  #education_career .inner .end .flex .item .txt h3 {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}
/* #education_model
--------------------- */
#education_model {
  padding: 0 0 12rem 0;
  margin: 0 auto;
  max-width: 1300px;
  background: #F0F2F5;
}
#education_model .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 4.5rem 0 4rem 0;
  border-radius: 0.5rem;
  background-color: #0056A8;
}
#education_model .inner h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
#education_model .inner h2.h2-01::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  margin: 0 auto 2rem auto;
  background: url("../img/education_model_icon01.svg") no-repeat center/cover;
}
#education_model .inner h2.h2-02 {
  margin-top: 7rem;
}
#education_model .inner h2.h2-02::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  margin: 0 auto 2rem auto;
  background: url("../img/education_model_icon02.svg") no-repeat center/cover;
}
#education_model .inner h2 .small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
#education_model .inner .wrappwer {
  position: relative;
  max-width: 1093px;
  padding: 7rem 0 8rem 0;
  margin: 0 auto;
  border-radius: 0.5rem;
  background: url("../img/notes_bg.svg") no-repeat center/cover;
}
#education_model .inner .wrappwer::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 27rem;
  height: 4rem;
  background: url("../img/clip_item.svg") no-repeat center/cover;
}
#education_model .inner .wrappwer .item {
  max-width: 917px;
  margin: 0 auto;
}
#education_model .inner .wrappwer .item .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1.5rem 0.7rem 1.5rem;
  background: #EDF2F8;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
#education_model .inner .wrappwer .item h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.3rem;
}
#education_model .inner .wrappwer .item .sub {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#education_model .inner .wrappwer .item .notes {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
}
#education_model .inner .wrappwer .item .pht {
  margin-top: 1.5rem;
}
#education_model .inner .wrappwer .item .btn {
  margin-top: 4rem;
}
#education_model .inner .wrappwer .end {
  margin-top: 6rem;
}

@media screen and (max-width: 1065px) {
  #education_model {
    padding: 0;
    background-color: #F0F2F5;
  }
  #education_model .inner {
    margin: 0 auto;
    padding: 3rem 0 2rem 0;
    border-radius: 0;
  }
  #education_model .inner .wrappwer {
    position: relative;
    max-width: 120;
    width: 95%;
    padding: 5rem 0 7rem 0;
  }
  #education_model .inner .wrappwer::after {
    top: -1rem;
    width: 30vw;
    height: 6vw;
  }
  #education_model .inner .wrappwer h2 {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
  #education_model .inner .wrappwer .item {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
  }
  #education_model .inner .wrappwer .item .en {
    font-size: 1.5rem;
  }
  #education_model .inner .wrappwer .item h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
  }
  #education_model .inner .wrappwer .item .sub {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
  #education_model .inner .wrappwer .item .notes {
    margin-top: 2rem;
    margin-left: 1.7rem;
  }
  #education_model .inner .wrappwer .item .pht {
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  #education_model .inner .wrappwer .item .pht.scroll-hint img {
    width: 180%;
  }
  #education_model .inner .wrappwer .end {
    margin-top: 6.5rem;
  }
}
/* education_woman
--------------------- */
#education_woman {
  padding: 12rem 0;
  max-width: 1300px;
  margin: 0 auto;
}
#education_woman .inner {
  max-width: 937px;
  margin: 0 auto;
}
#education_woman .inner .contents {
  max-width: 1130px;
  margin: 0 auto;
}
#education_woman .inner .contents h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
#education_woman .inner .contents p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  margin: 4rem 0;
}

@media screen and (max-width: 1065px) {
  #education_woman {
    padding: 7rem 0 7.5rem 0;
  }
  #education_woman .inner {
    max-width: 1130px;
    margin: 0 auto;
    width: 90%;
  }
  #education_woman .inner .contents {
    max-width: 1130px;
    margin: 0 auto;
  }
  #education_woman .inner .contents h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 auto 2.5rem auto;
  }
  #education_woman .inner .contents p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 2rem 0 3rem 0;
    text-align: left;
  }
}
/* .footer 
--------------------- */
footer {
  background-color: #007AC7;
}

.education_footer .container {
  max-width: 1232px;
  width: 90%;
  padding: 80px 0 122px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .education_footer .container {
    max-width: 770px;
  }
}
.education_footer .container .list {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 42px 32px;
}
.education_footer .container .list .item {
  width: 365px;
  font-size: 24px;
  border: solid 2px #FFFFFF;
}
.education_footer .container .list .item a {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  padding: 21px 27px 23px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.education_footer .container .list .item a::after {
  content: "";
  background-image: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}
.education_footer .container .education_footer_link {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
.education_footer .container .education_footer_link div {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  font-size: 14px;
}
.education_footer .container .education_footer_link div a {
  display: block;
  color: #FFFFFF;
}
.education_footer .container .education_footer_link small {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1065px) {
  footer {
    background-color: #007AC7;
  }
  .education_footer .container {
    max-width: 1232px;
    width: 90%;
    padding: 5rem 0 5rem 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1065px) and (max-width: 1300px) {
  .education_footer .container {
    max-width: 770px;
  }
}
@media screen and (max-width: 1065px) {
  .education_footer .container .list {
    display: block;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .education_footer .container .list .item {
    width: 90%;
    font-size: 24px;
    font-weight: 500;
    border-radius: 3px;
    border: solid 2px #FFFFFF;
    margin: 0 auto 2rem auto;
  }
  .education_footer .container .list .item a {
    display: block;
    color: #FFFFFF;
    padding: 1.3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
  }
  .education_footer .container .list .item a::after {
    content: "";
    background-image: url("../img/arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 0.8rem;
  }
  .education_footer .container .education_footer_link {
    margin-top: 40px;
    display: block;
    justify-content: space-between;
  }
  .education_footer .container .education_footer_link div {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .education_footer .container .education_footer_link div a {
    display: block;
  }
  .education_footer .container .education_footer_link div .start {
    margin-bottom: 1.5rem;
  }
  .education_footer .container .education_footer_link small {
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: 6rem;
  }
  .education_footer .container.SP .footer__nav .footer__link {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    font-size: 14px;
  }
  .education_footer .container.SP .footer__small {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */