@charset "utf-8";
/*====================
navigation
=========================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
    padding: 16px 0
}
.logotype {
  max-width: 130px;
}
nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 48em) {
  nav {
    display: inline;
  }
}

.menu__item {
  display: flex;
  flex-direction: column;
  padding: 0 1em 0;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 48em) {
  .menu__item {
    display: block;
    padding: 12px 24px;
    font-size: 14px;
    transition-duration: 0.5s;
    border-bottom: solid .5px #999;
    position: relative;
  }
  .menu__item:hover {
    background-color: #1ba1d0;
    color: white;
  }
}
.menu__item.btn {
  border: none;
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  color: white;
  margin: 0px auto 0;
  border-radius: 50vh;
}
.submit{
    margin: 40px auto 32px;
}
.submit a{

  border: none;
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  color: white;
  margin: 0px auto 0;
  border-radius: 50vh;
    padding: 8px 24px;

}
@media (min-width:48em){
    .submit{
    display: none;
    }
}
@media (max-width:48em){
    .menu__item.btn{
        display: none;
    }
}
.menu__item.btn.login {
  background: white;
  color: #333;
  border: solid 1px #333;
}
@media (min-width:768px) {
  .menu__item.border {
    position: relative;
    transition: 0.2s all ease;
  }
  .menu__item.border:hover {
    color: #19a3d0;
  }
  .menu__item.border:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #19a3d0;
    position: absolute;
    bottom: -24px;
    left: 0;
  }
  .menu__item.btn {
    margin-top: 0;
    width: 180px;
    text-align: center;
    margin-left: 1em;
    padding: .5rem;
    transition: 0.5s all ease;
  }
  .menu__item.btn:hover {
    filter: brightness(130%);
  }
  .menu__item.btn.login:hover {
    background-color: #333;
    color: white;
    border: solid 1px white;
  }
}
/*=====================
mainvisual
===================*/
.fv_btn {
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  text-align: center;
  width: 90%;
  border-radius: 50vh;
  margin: 20px auto 0;
  color: white;
  font-size: 18px;
  position: relative;
  transition: 0.2s all ease;
}
.fv_btn::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.fv_btn:hover {
  filter: brightness(130%);
}
.fv_btn a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 20px 24px;
}
.blead {
  margin-top: 70px;
  font-size: 12px;
  color: #bbb;
  padding: 8px 0
}
@media (min-width:768px) {
  .main_visual {
    background: center/ contain url("/images/front/fv_bg02.png") no-repeat;
    background-position: calc(50vw - 50%);
    padding: 0px 0 40px;
    position: relative;
    overflow: hidden;
  }
  .main_visual::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: -60px;
    left: -150px;
    background-color: #dfdfdf;
    transform: rotateZ(-65deg)
  }
  .main_text {
    max-width: 50%;
    padding-top: 20px;
    position: relative;
  }
  .main_text img {
    padding-top: 24px;
  }
  .main_text + .caution {
    width: 50%;
    font-size: 14px;
    margin: 12px 0 0 !important;
  }
  .fv_btn {
    width: 50%;
    margin: 24px 0 0;
    font-size: 22px;
  }
  .fv_btn a {
    padding: 20px;
  }
  .blead {
    margin-top: 60px;
  }
}
@media (min-width:850px) {
  .main_visual {
    background-position: calc(60vw - 50%);
  }
  .main_visual::before {
    width: 600px;
    height: 400px;
    top: -60px;
    left: -380px;
  }
}
@media (min-width:1200px) {
  .main_visual {
    background-position: center right;
  }
  .main_visual .wrap {
    max-width: 1200px;
  }
  .main_text {
    max-width: 50%;
  }
  .main_visual::before {
    width: 650px;
    height: 400px;
    top: -60px;
    left: -450px;
  }
}
@media (min-width:1350px) {
  .main_text {
    max-width: 55%;
  }
  .main_visual::before {
    width: 850px;
    height: 400px;
    top: -60px;
    left: -450px;
  }
}
@media (min-width:1700px) {
  .main_visual {
    background-image: url("/images/front/fv_bg.png");
  }
}
/*===================
about
=================*/
.title {
  text-align: center;
  font-size: min(5vw, 30px);
  margin-bottom: 28px;
}
.title h2 {
  font-size: 140%;
  color: #18528d;
}
.flex_img {
  margin-top: 20px;
}
@media (min-width:768px) {
  .title {
    margin-bottom: 48px;
  }
  .flex_box {
    display: flex;
  }
  .flex_box p {
    flex: 0 0 60%;
  }
  .flex_img {
    margin-left: 40px;
    margin-top: 0;
  }
}
/*=============
reason
=========*/
#reason {
  background-color: #efefef;
}
.reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.reason_list li {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 100%;
  margin-bottom: 36px;
}
.reason_img {
  text-align: center;
  margin-bottom: 12px;
}
.reason_box {
  position: relative;
  padding-top: 20px;
}
.reason_number {
  text-align: center;
  padding: 12px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 auto;
  border-radius: 50vh;
  font-weight: bold;
  background-color: white;
  color: #3280ce;
}
.reason_title {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  margin-bottom: 8px;
}
.reason_img {
  max-width: 288px;
  margin: 0 auto;
}
@media (min-width:600px) {
  .reason_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reason_list li {
    width: calc(25% - 12px);
    padding: 12px;
    font-size: 16px;
  }
  .reason_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .reason_box {
    padding-top: 32px;
  }
  .reason_number {
    top: -30px;
  }
}
/*====================
curri
==================*/
#curri {
  background-color: #eef5fa;
}
.sub_title {
  text-align: center;
  margin-bottom: 2rem;
}
.sub_title span {
  padding: 12px 20px;
  border-radius: 4px;
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  font-size: 120%;
  color: white;
}
.curri_list li {
  background-color: white;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 28px;
  font-weight: bold;
}
.curri_number {
  font-size: 150%;
}
.curri_img {
  margin: 12px auto;
  max-width: 100px;
}
@media (min-width:768px) {
  .sub_title {
    margin-bottom: 3rem;
  }
  .sub_title + center p {
    margin-bottom: 1rem;
  }
  .curri_list {
    display: flex;
    justify-content: space-between;
  }
  .curri_list li {
    width: calc(33% - 12px);
  }
}
.tri_blue {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #3083ce;
  border-bottom: 0;
  margin: 24px auto 40px;
}
#curri .flex_box {
  max-width: 750px;
  margin: 0 auto 48px;
}
#curri .flex_img {
  flex: 0 0 50%;
}
.text_box {
  font-size: 110%;
}
.big_text {
  font-weight: bold;
  font-size: 120%;
  color: #18528d;
}
@media (min-width:768px) {
  .tri_blue {
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 40px solid #3083ce;
    margin: 40px auto 80px;
  }
  #curri .flex_box {
    margin: 0 auto 60px;
  }
  .flex_box.reverse {
    flex-direction: row-reverse;
  }
  .flex_box.reverse .flex_img {
    margin-left: 0;
    margin-right: 40px;
  }
}
.flex_box.reverse + p {
  text-align: center;
  font-size: min(5.5vw, 30px);
  font-weight: bold;
  margin-bottom: 8rem
}
.flex_box.reverse + p span {
  color: #18528d;
}
.curri_box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 80px;
}
.curri_title {
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  font-size: 120%;
  color: white;
  text-align: center;
  padding: 12px;
  font-weight: bold;
}
.curri_title span {
  padding-right: 12px;
}
.curri_inner {
  padding: 16px;
}
.curri_inner h4 {
  font-size: 110%;
  margin-bottom: 20px;
}
.format_box {
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #efefef;
  display: inline-block;
  padding: 12px 0;
  overflow: hidden;
}
.format_box li {
  display: inline;
  padding: 12px;
}
.format_box li:nth-child(1) {
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  color: white;
}
.index {
  padding-left: 1.8em;
  margin-bottom: 40px;
}
.index li {
  list-style: disc;
  margin-bottom: 8px;
}
.curri_box .curri_img {
  width: 80%;
  max-width: 220px;
  text-align: center;
}
.caution {
  font-size: 14px;
  margin: 16px auto 40px;
}
.exm_box {
  background-color: #eef5fa;
  border-radius: 8px;
  padding: 16px;
}
.exm_text h5 {
  font-size: 120%;
  border-bottom: solid 1px #18528d;
  padding-bottom: 4px;
  margin-bottom: 12px;
  color: #18528d;
}
.exm_img {
  margin: 0 auto 20px;
  ;
  text-align: center;
}
.exm_list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 12px;
}
.exm_list li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: center / contain url("/images/front/check.png") no-repeat;
}
.exm_list + p {
  font-size: 14px;
}
.bg {
  background-color: #eef5fa;
  border-radius: 8px;
  padding-bottom: 16px;
}
.while {
  font-size: 14px;
  margin: 16px;
  padding-bottom: 16px;
  background-color: #eaeaea;
  padding: 16px;
  border-radius: 8px;
}
@media (min-width:768px) {
  .curri_title {
    font-size: 140%;
    padding: 24px;
  }
  .curri_inner {
    padding: 40px;
  }
  .curri_flex_box {
    display: flex;
    justify-content: space-between;
  }
  .curri_inner h4 {
    font-size: 130%;
    margin-bottom: 40px;
  }
  .format_box {
    margin-bottom: 40px;
  }
  .index {
    margin-bottom: 60px;
  }
  .index li {
    margin-bottom: 12px;
  }
  .curri_box .curri_img {
    max-width: 300px;
    margin: 0;
    margin-left: 28px;
  }
  .exm_box {
    padding: 40px;
    display: flex;
  }
  .exm_text h5 {
    font-size: 130%;
    padding-bottom: 4px;
    margin-bottom: 12px;
    color: #18528d;
  }
  .exm_img {
    margin: 0 40px 0px 0;
    flex: 0 0 12%;
  }
  .exm_list li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 12px;
  }
  .exm_list li::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background: center / contain url("/images/front/check.png") no-repeat;
  }
  .exm_list + p {
    font-size: 14px;
  }
  .while {
    margin: 0px 40px;
    padding: 28px;
  }
  .curri_box + .fv_btn {
    margin: 80px auto 0;
    width: 55%;
  }
}
/*==================
profile
==================*/
#profile {
  background-color: #efefef;
}
#profile .flex_box {
  max-width: 750px;
  margin: 0 auto;
}
#profile .flex_img {
  text-align: center;
  max-width: 180px;
  margin: 0 auto 28px;
}
#profile .flex_box p {
  font-size: 14px;
}
.white {
  background-color: white;
  border-radius: 10px;
  margin: 40px auto;
  padding: 20px;
  max-width: 800px;
}
#profile .white .flex_img {
  max-width: 220px;
  margin: 28px auto 0;
}
#profile p + .flex_img {
  margin: 28px auto 0
}
@media (min-width:768px) {
  .white {
    margin: 60px auto;
    padding: 36px;
  }
  #profile .flex_box p {
    font-size: 16px;
  }
  #profile p + .flex_img {
    margin: 0px auto 0
  }
}
/*====================
seminar
===============*/
.banner {
  max-width: 800px;
  margin: 28px auto;
  text-align: center;
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  border-radius: 8px;
  padding: 16px;
}
.banner p {
  margin-bottom: 20px;
  color: white;
}
.banner p strong {
  font-size: 18px;
}
#schedule_container {
  max-width: 800px;
  margin: 40px auto;
}
.schedule_box {
  border: solid 1px #18528d;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  background: rgb(251, 251, 251);
  background: linear-gradient(22deg, rgba(251, 251, 251, 1) 0%, rgba(239, 249, 250, 1) 100%);
  margin-bottom: 28px;
}
.day {
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: bold;
}
.day span {
  border: solid 1px #18528d;
  padding: 4px 8px;
  color: #18528d;
  display: inline-block;
  background-color: white;
  margin-bottom: 8px;
}
.cta_btn {
  background: rgb(62, 135, 209);
  background: linear-gradient(72deg, rgba(62, 135, 209, 1) 0%, rgba(25, 163, 208, 1) 100%);
  text-align: center;
  width: 90%;
  border-radius: 50vh;
  margin: 20px auto 0;
  color: white;
  font-size: 18px;
  position: relative;
  transition: 0.2s all ease;
}
.cta_btn a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 20px 24px;
}
.cta_btn::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  padding: 0 7px 0 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_btn:hover {
  filter: brightness(130%);
}
.cta_btn_disable {
  background-color: #eee;
  text-align: center;
  width: 90%;
  border-radius: 50vh;
  margin: 20px auto 0;
  color: #333;
  font-size: 18px;
  position: relative;
  transition: 0.2s all ease;
}
.cta_btn_disable p {
  display: block;
  width: 100%;
  padding: 20px 24px;
}
@media (min-width:768px) {
  .banner {
    padding: 40px;
  }
  #schedule_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .schedule_box {
    width: calc(50% - 16px);
    padding: 24px;
  }
}
/*==============
footer
=============*/
footer {
  background: #0f2950;
  color: white;
  font-size: 12px;
}
.footer_logo {
  max-width: 200px;
  margin: 0 auto;
}
.footer_link {
  margin: 40px auto;
}
.footer_link li {
  margin-bottom: 8px;
}
.footer_link a:hover {
  border-bottom: solid 1px;
}
copy {
  display: block;
  text-align: center;
}
@media (min-width:768px) {
  .footer_link {
    text-align: center;
    font-size: 14px;
  }
  .footer_link li {
    display: inline;
    padding: 0 8px;
  }
}
/*======================
0305調整
=====================*/
.header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h4.midashi1 {
  margin-bottom: 8px;
  font-size: 120%;
    margin-top: 20px;
}
.back {}
@media (max-width:600px) {
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    display: block;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    font-size: 120%;
    background-color: #ddd;
  }
  .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    background-color: #fff;
  }
}