@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  color: #4c4c4c;
  font-family: "M PLUS Rounded 1c",sans-serif,"ヒラギノ丸ゴ Pro","ヒラギノ角ゴ StdN";
}

@media screen and (max-width: 559px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}

.section__ttl-btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 60px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .section__ttl-btn {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 559px) {
  .section__ttl-btn {
    width: 50%;
    font-size: 80px;
    font-size: 5.55556vw;
  }
}

.section__ttl-btn > span {
  display: block;
  border-radius: 6px;
  border: solid 2.5px #4c4c4c;
}

.section__ttl-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 8px;
  width: 280px;
  height: 50px;
  z-index: -3;
  border-radius: 6px;
  background-color: #D3EDFB;
}

@media screen and (max-width: 559px) {
  .section__ttl-btn::after {
    width: 100%;
  }
}

.mb-btn5 {
  margin-bottom: 50px;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.reservation__wrapper {
  padding: 15px 0;
  color: #fff;
  background-color: #2b5db2;
}

.reservation__inner {
  margin-right: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .reservation__inner {
    padding: 0 1vw;
  }
}

.web__content {
  margin-right: 3vw;
  text-align: center;
}

.web__hed {
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .web__hed {
    font-size: 55px;
    font-size: 3.81944vw;
  }
}

.web__btn {
  padding: 15px;
  padding-left: 35px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .web__btn {
    margin: 0;
    margin-left: 2vw;
    padding: 1vw 3vw;
  }
}

.web__btn__icon {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 959px) {
  .web__btn__icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .web__btn__icon {
    width: 15%;
    height: 15%;
  }
}

.web__btn__arrow {
  width: 20px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .web__btn__arrow {
    width: 7%;
    height: 10%;
  }
}

.web__btn__tex {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0 1vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1d2088), to(#337cc7));
  background-image: linear-gradient(to top, #1d2088, #337cc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 959px) {
  .web__btn__tex {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .web__btn__tex {
    font-size: 70px;
    font-size: 4.86111vw;
  }
}

.phone__border {
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.phone__content {
  padding: 10px;
  padding: 10px 10px 0 10px;
  text-align: center;
  border: 4px solid #fff;
  position: relative;
}

.phone__hed {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 959px) {
  .phone__hed {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

.phone__inner {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone__icon-white {
  width: 60px;
}

.phone__tel {
  font-size: 45px;
  font-size: 2.8125rem;
}

@media screen and (max-width: 959px) {
  .phone__tel {
    font-size: 72px;
    font-size: 5vw;
  }
}

.sp-reservation {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 30;
}

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

.sp-reservation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  color: #fff;
  background-color: #2557A7;
}

.sp-reservation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triangle {
  position: relative;
}

.triangle__img {
  width: 12vw;
}

@media screen and (max-width: 559px) {
  .triangle__img {
    width: 15vw;
  }
}

.triangle__tex {
  position: absolute;
  top: 20%;
  left: 10%;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  font-size: 40px;
  font-size: 2.77778vw;
  text-shadow: 1px 1px 0 #bd554d,-1px 1px 0 #bd554d,1px -1px 0 #bd554d,-1px -1px 0 #bd554d,1px 0 0 #bd554d,0 1px 0 #bd554d,-1px 0 0 #bd554d,0 -1px 0 #bd554d;
}

@media screen and (max-width: 559px) {
  .triangle__tex {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

.sp-web {
  width: 50%;
}

.sp-phone {
  width: 50%;
}

.phone__btn {
  padding: 1.3vw 3vw;
  margin-left: 1vw;
  margin-right: 2vw;
}

.crumbs {
  max-width: 1000px;
  margin: auto;
}

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

.crumbs__lists {
  padding-top: 25px;
  margin-left: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crumbs__list:first-child {
  padding-right: 10px;
}

.crumbs__list a {
  color: #1d2088;
  text-decoration: underline;
}

.w-smail {
  font-family: "Noto Sans";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mb-0 {
  margin-bottom: 0;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 559px) {
  .br-sp {
    display: block;
  }
}

.header {
  border-bottom: 10px solid #1D2088;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 30;
  }
}

.header__inner {
  margin: 0 auto;
  padding: 23px 4vw;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
    padding-left: 4vw;
  }
}

.header__ttl {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .header__ttl {
    width: 45%;
  }
}

@media screen and (max-width: 559px) {
  .header__ttl {
    width: 63vw;
  }
}

@media screen and (max-width: 360px) {
  .header__ttl {
    width: 60%;
  }
}

.sp__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.web__btn-sp {
  display: none;
  padding: 5px 13px;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1d2088), to(#337cc7));
  background-image: linear-gradient(to top, #1d2088, #337cc7);
}

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

.crumbs__lists {
  padding: 40px 0;
  margin-left: 4vw;
}

@media screen and (max-width: 768px) {
  .section:first-of-type {
    padding-top: 50px;
  }
}

@media screen and (max-width: 559px) {
  .section:first-of-type {
    padding-top: 46px;
  }
}

.section:last-of-type {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section:last-of-type {
    display: none;
  }
}

.section__title {
  text-align: center;
  padding: 15px 0;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  background-color: #337cc7;
}

@media screen and (max-width: 768px) {
  .section__title {
    margin-top: 45px;
    font-size: 70px;
    font-size: 4.86111vw;
  }
}

@media screen and (max-width: 559px) {
  .section__title {
    font-size: 90px;
    font-size: 6.25vw;
  }
}

.sub-section {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .sub-section:last-of-type {
    padding-bottom: 75px;
  }
}

.sub-section__ttl {
  max-width: 450px;
  padding: 12px 0;
  margin: 0 auto;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #337cc7;
}

@media screen and (max-width: 768px) {
  .sub-section__ttl {
    padding: 5px 0;
    font-size: 70px;
    font-size: 4.86111vw;
  }
}

@media screen and (max-width: 559px) {
  .sub-section__ttl {
    font-size: 90px;
    font-size: 6.25vw;
  }
}

.svg {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .svg {
    width: 60%;
  }
}

@media screen and (max-width: 559px) {
  .svg {
    width: 70%;
  }
}

.svg__wrapper {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .svg__wrapper {
    margin-bottom: 35px;
  }
}

.line1 {
  stroke: #337cc7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0,7;
  stroke-dashoffset: 1;
}

@media screen and (max-width: 768px) {
  .line1 {
    stroke-width: 8;
    stroke-dasharray: 0,15;
  }
}

.pink {
  stroke: #cd75b5;
}

.insurance {
  padding: 0 4vw;
}

.insurance__table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 559px) {
  .insurance__table .blank {
    width: 200px;
  }
}

.insurance__table .col1 {
  width: 127px;
  padding: 0 10px;
  vertical-align: middle;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .insurance__table .col1 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 559px) {
  .insurance__table .col1 {
    width: 100px;
    padding: 0 1vw;
  }
}

.insurance__table .col2 {
  letter-spacing: .1em;
}

@media screen and (max-width: 559px) {
  .insurance__table .col2 {
    width: 16%;
    padding: 0 .5vw;
  }
}

.insurance__table td, .insurance__table th {
  width: 135px;
  padding: 10px 0;
  border: 5px solid #2D9BD8;
}

@media screen and (max-width: 768px) {
  .insurance__table td, .insurance__table th {
    width: 100px;
    padding: 3px 0;
  }
}

@media screen and (max-width: 559px) {
  .insurance__table td, .insurance__table th {
    width: 90px;
    border: 3px solid #2D9BD8;
  }
}

.insurance__table th {
  vertical-align: middle;
  color: #001976;
  text-align: center;
  font-weight: lighter;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .insurance__table th {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

.insurance__table td {
  vertical-align: middle;
  padding-right: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .insurance__table td {
    padding-right: 1vw;
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.insurance__table td:first-of-type {
  padding-right: 3px;
}

.fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .fz-20 {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 559px) {
  .fz-20 {
    font-size: 35px;
    font-size: 2.43056vw;
  }
}

.fz-20-mb {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 559px) {
  .fz-20-mb {
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.note__tex {
  margin-top: 15px;
  text-align: right;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .note__tex {
    padding-right: 4vw;
    margin-top: 35px;
  }
}

@media screen and (max-width: 559px) {
  .note__tex {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

.insurance__wrapper {
  max-width: 800px;
  padding: 0 4vw;
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .insurance__wrapper {
    padding: 0;
  }
}

.insurance__content {
  padding: 30px;
  margin-top: 60px;
  background-color: #d3edfb;
}

@media screen and (max-width: 768px) {
  .insurance__content {
    padding: 25px 4vw 20px;
    margin-top: 35px;
    text-align: justify;
  }
}

.insurance__hed__inner {
  text-align: center;
  margin-bottom: 30px;
}

.insurance__hed {
  letter-spacing: .1em;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 559px) {
  .insurance__hed {
    display: inline-block;
    font-size: 70px;
    font-size: 4.86111vw;
    border-bottom: solid 2px #000;
  }
}

.insurance__tex {
  margin-bottom: 20px;
  line-height: 1.44;
  letter-spacing: .1em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 559px) {
  .insurance__tex {
    line-height: 1.16;
    font-size: 48px;
    font-size: 3.33333vw;
  }
}

.insurance__tex:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .insurance__tex:last-of-type {
    text-align: right;
  }
}

@media screen and (max-width: 559px) {
  .insurance__tex:last-of-type {
    font-size: 43px;
    font-size: 2.98611vw;
  }
}

.expense {
  padding: 0 4vw;
}

.expense__table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #000;
}

.expense__table .col1 {
  width: 350px;
  letter-spacing: .05em;
}

@media screen and (max-width: 959px) {
  .expense__table .col1 {
    width: 40%;
  }
}

.expense__table .col1__detail {
  padding: 15px 0;
  font-size: 25px;
  font-size: 1.5625rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .expense__table .col1__detail {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 559px) {
  .expense__table .col1__detail {
    padding: 7px 0;
  }
}

.expense__table .col2 {
  width: 200px;
  letter-spacing: .019em;
}

@media screen and (max-width: 959px) {
  .expense__table .col2 {
    width: 25%;
  }
}

.expense__table .col2__detail {
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .expense__table .col2__detail {
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.expense__table .col3 {
  width: 350px;
  letter-spacing: .019em;
}

@media screen and (max-width: 959px) {
  .expense__table .col3 {
    width: 30%;
  }
}

.expense__table .col3__detail {
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .expense__table .col3__detail {
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.expense__table td, .expense__table th {
  padding: 10px 0;
  border: 5px solid #2D9BD8;
}

@media screen and (max-width: 559px) {
  .expense__table td, .expense__table th {
    padding: 7px 0;
    border: 3px solid #2D9BD8;
  }
}

.expense__table th {
  color: #001976;
  font-weight: lighter;
  text-align: center;
  letter-spacing: .026em;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .expense__table th {
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.insurance-type {
  padding: 0 4vw;
  padding-top: 60px;
}

.insurance-type__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .1em;
}

.insurance-type__ttl {
  display: inline-block;
  width: 500px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #337cc7;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .insurance-type__ttl {
    width: 80%;
    font-size: 75px;
    font-size: 5.20833vw;
  }
}

.insurance-type__hed {
  margin-top: 60px;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .insurance-type__hed {
    margin-top: 40px;
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

@media screen and (max-width: 559px) {
  .insurance-type__hed {
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

.insurance-type__lists {
  margin-top: 35px;
  margin-left: 50px;
}

@media screen and (max-width: 959px) {
  .insurance-type__lists {
    margin-left: 3.5vw;
  }
}

@media screen and (max-width: 768px) {
  .insurance-type__lists {
    margin-top: 20px;
  }
}

.insurance-type__list + .insurance-type__list {
  margin-top: 25px;
}

.insurance-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .insurance-type__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insurance-type__list:nth-of-type(2) {
    margin-top: 30px;
  }
  .insurance-type__list:nth-of-type(3) {
    margin-top: 45px;
  }
  .insurance-type__list:last-of-type .insurance-type__tex {
    margin-top: 35px;
  }
}

.insurance-type__btn {
  width: 230px;
  padding: 20px 0;
  margin-right: 60px;
  font-weight: lighter;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #4d4d4d;
  background-color: #D2EBF7;
  border-radius: 6px;
  border: solid 2.5px #4c4c4c;
  position: relative;
}

@media screen and (max-width: 959px) {
  .insurance-type__btn {
    width: 180px;
    margin-right: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .insurance-type__btn {
    width: 30%;
    padding: 2vw 0;
    margin: 0;
    border-radius: 15px;
    border: solid 3px #4c4c4c;
    font-size: 45px;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 559px) {
  .insurance-type__btn {
    width: 40%;
    padding: 3vw 0;
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

.insurance-type__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 20px solid #4d4d4d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 959px) {
  .insurance-type__btn::after {
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .insurance-type__btn::after {
    display: none;
  }
}

.insurance-type__tex {
  text-align: left;
  line-height: 1.44;
}

@media screen and (max-width: 959px) {
  .insurance-type__tex {
    font-size: 30px;
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .insurance-type__tex {
    margin-top: 20px;
    line-height: 1.4;
    text-align: justify;
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 559px) {
  .insurance-type__tex {
    font-size: 49px;
    font-size: 3.40278vw;
  }
}

.insurance-type__note {
  display: inline-block;
  margin-top: 35px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .insurance-type__note {
    margin-top: 45px;
    font-size: 35px;
    font-size: 2.43056vw;
  }
}

@media screen and (max-width: 559px) {
  .insurance-type__note {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

.visit__tex {
  padding: 0 4vw;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .visit__tex {
    margin-top: 40px;
    text-align: justify;
  }
}

@media screen and (max-width: 559px) {
  .visit__tex {
    font-size: 55px;
    font-size: 3.81944vw;
  }
}

.price-info {
  padding: 0 4vw;
}

.price-info__list {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price-info__list {
    margin-top: 25px;
    letter-spacing: .1em;
  }
}

.price-info__ttl {
  padding: 5px 0;
  color: #fff;
  background-color: #2D9BD8;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 559px) {
  .price-info__ttl {
    font-size: 58px;
    font-size: 4.02778vw;
  }
}

.price-info__detail {
  padding: 30px 0;
  letter-spacing: .05em;
  border: 4px solid #2D9BD8;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 559px) {
  .price-info__detail {
    padding: 20px 0;
    font-weight: 700;
    font-size: 80px;
    font-size: 5.55556vw;
  }
}

.color-pink {
  color: #cd75b5;
}

.course-info {
  padding: 0 4vw;
}

.course-info__list {
  max-width: 800px;
  margin: auto;
  text-align: center;
  letter-spacing: .1em;
  border: 4px solid #cd75b5;
}

.course-info__ttl {
  padding: 10px 0;
  font-weight: lighter;
  letter-spacing: .1em;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  background-color: #cd75b5;
}

@media screen and (max-width: 559px) {
  .course-info__ttl {
    font-size: 65px;
    font-size: 4.51389vw;
  }
}

.course-info__detail {
  padding: 20px 9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 559px) {
  .course-info__detail {
    padding: 20px 6.5vw;
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

.course-info__detail02 {
  padding: 20px 0;
  color: #c03c92;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 559px) {
  .course-info__detail02 {
    font-size: 55px;
    font-size: 3.81944vw;
  }
}

.course-info__arrow {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 15px solid #4d4d4d;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (max-width: 559px) {
  .course-info__arrow {
    left: 60%;
    border-left: 10px solid #4d4d4d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

.course-info__price {
  color: #C03C92;
  font-size: 45px;
  font-size: 2.8125rem;
}

@media screen and (max-width: 559px) {
  .course-info__price {
    font-weight: 700;
    font-size: 90px;
    font-size: 6.25vw;
  }
}

.money {
  font-weight: lighter;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 559px) {
  .money {
    font-size: 65px;
    font-size: 4.51389vw;
  }
}

.fz {
  font-size: 27px;
  font-size: 1.6875rem;
}

@media screen and (max-width: 559px) {
  .fz {
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

.pt-9 {
  padding-top: 9px;
}

@media screen and (max-width: 899px) {
  .insurance-type__lists {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 17vw;
  }
}

@media screen and (max-width: 559px) {
  .footer {
    padding-bottom: 19vw;
  }
}

.footer__inner {
  padding: 20px 0;
  text-align: center;
  letter-spacing: .03em;
  color: #fffefe;
  background-color: #1d2088;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 15px 0;
    background-color: #172575;
  }
}

@media screen and (max-width: 559px) {
  .copyright {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}
