@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, picture, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, main, footer, header, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: inherit;
}

ul:not([class]), ol:not([class]) {
  padding-left: 1.25em;
}

ul[class], ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}
a[class] {
  text-decoration: none;
}

@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

source, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: middle;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel] {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}

textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}

@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    font-size: 1.6rem;
  }
  textarea, button, select, option {
    font-size: 1.6rem;
  }
}
input[type=text], input[type=email], input[type=tel], input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type=button], button {
  cursor: pointer;
  border: none;
  padding: 0;
  width: auto;
}

/* 02_base
================================================ */
html {
  overflow: auto;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #06142B;
  background: #fff;
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1100px;
    min-width: auto;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img {
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img, a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-wrapper {
  position: relative;
}

@media all and (max-width: 767px) {
  .l-container {
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    /* max-width: 750px; */
    margin: auto;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) {
  .l-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
a.under {
  position: relative;
}
a.under::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  border-bottom: 1px solid #06142B;
}
a.under:hover {
  opacity: 0.4;
}

/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}

@media all and (min-width: 768px) {
  .u-media-query {
    font-family: "pc";
  }
}
@media all and (max-width: 767px) {
  .u-view-pc {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}
/* layout
-------------------------------------- */
.u-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .u-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
iframe {
  max-width: 100%;
}

/* .l-header
================================================ */
.l-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header .logo-white {
  display: none;
}

@media all and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    min-width: 320px;
    height: 60px;
  }
  .l-header__wrap {
    padding: 18px 20px;
    height: 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__logo {
    padding-right: 10px;
    position: relative;
    z-index: 10;
    width: calc(100% - 120px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__logo img {
    width:195px;
    max-width: 100%;
  }
  .l-header .l-header__wrap {
    position: relative;
    z-index: 20;
  }
  .l-header__btn {
    position: absolute;
    width: 80px;
    top: 0;
    right: 60px;
  }
}
@media all and (min-width: 768px) {
  .l-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header__logo {
    padding-left: 22px;
  }
  .l-header__logo img {
    width: 319px;
  }
  .l-header__wrap {
    position: relative;
    margin: auto;
    width: 100%;
    height: 81px;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  background: #0C2958;
}

.l-nav-btn__line {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 3px;
  content: "";
  background: #fff;
  z-index: 999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav-btn__line:nth-child(1) {
  top: 17px;
}
.l-nav-btn__line:nth-child(2) {
  top: 27px;
}
.l-nav-btn__line:nth-child(3) {
  top: 37px;
}

.l-nav-btn.is-open .l-nav-btn__line {
  background: #fff;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* .l-nav
================================================ */
.l-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 767px) {
  .l-nav {
    position: absolute;
    top: 60px;
    left: 120%;
    width: 100%;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-size: 1.6rem;
    overflow: auto;
    z-index: 5;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    left: 0;
  }
  .l-nav__wrap {
    padding-bottom: 30px;
    width: 100%;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list {
  position: relative;
}
.l-nav-list a {
  position: relative;
  display: block;
  line-height: 1.3333333333;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: #06142B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 91px;
    gap: 0 40px;
    margin-left: 20px;
  }
  .l-nav-list a {
    white-space: nowrap;
  }
  .l-nav-list a:hover {
    color: #999;
  }
  .l-nav-list .btn01 {
    padding: 0;
  }
  .l-nav-list .btn01 a {
    position: relative;
  }
  .l-nav-list .btn01 a:hover::before {
    z-index: 2;
    right: 10px;
  }
}
@media (max-width: 1280px) {
  .l-nav-list {
    gap: 0 20px;
  }
  .l-nav-list a {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .l-nav-list__item {
    border-bottom: 1px solid #163A96;
  }
  .l-nav-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    gap: 20px;
    font-weight: 700;
    padding: 25px 15px;
  }
}
@media all and (max-width: 767px) {
  body.is-open .l-nav-list__item {
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  body.is-open .item01 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  body.is-open .item02 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  body.is-open .item03 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  body.is-open .item04 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  body.is-open .item05 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  body.is-open .item06 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  body.is-open .item07 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

@media all and (min-width: 768px) {
  .l-nav-overlay {
    display: none !important;
  }
}
.l-footer {
  position: relative;
  background: #EDEDED;
  text-align: center;
  font-size: 1.6rem;
}

.l-footer__logo {
  padding: 40px;
}

.l-footer__txt02 {
  padding: 10px 0 40px;
}
.l-footer__txt02 a {
  color: #137DE1;
}

.l-footer__cr {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  background: #202020;
}

.pagetop {
  position: fixed;
  bottom: 80px;
  right: 10px;
}

@media all and (min-width: 768px) {
  .pagetop {
    padding-bottom: 120px;
  }
}
.scroll-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 20;
}

@media all and (max-width: 767px) {
  .scroll-fixed {
    width: 100px;
    bottom: 0px;
    right: 0px;
  }
  .l-footer {
    font-size: 1.4rem;
  }
  .l-footer__logo {
    padding: 35px;
  }
  .l-footer__cr {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
.c-list01 {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.c-list01 li {
  position: relative;
  padding-left: 33px;
  background: url(../img/cmn_ico01.png) 0 10px/25px no-repeat;
  font-size: 2.8rem;
  font-weight: 700;
}
.c-list01 li + li {
  margin-top: 8px;
}

@media all and (max-width: 767px) {
  .c-list01 {
    display: table;
    margin: auto;
    max-width: 325px;
  }
  .c-list01 li {
    font-size: 2rem;
    line-height: 1.4;
    background: url(../img/cmn_ico01.png) 0 5px/20px no-repeat;
    padding-left: 28px;
  }
}
.c-head01 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  color: #06142B;
  font-weight: 500;
  font-size: 1.6rem;
}

.c-head01__en {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #163A96;
}

.c-head01__jp {
  position: relative;
  display: table;
  margin: auto;
  font-weight: 900;
  font-size: 3.2rem;
  z-index: 3;
}
.c-head01__jp::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #F6F287;
  height: 10px;
  z-index: -1;
}

@media all and (max-width: 767px) {
  .c-head01__jp.is-line2::before {
    display: none;
  }
  .c-head01__jp.is-line2 span {
    position: relative;
    display: table;
    margin: auto;
  }
  .c-head01__jp.is-line2 span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: #F6F287;
    height: 10px;
    z-index: -1;
  }
}
@media all and (min-width: 768px) {
  .c-head01 {
    margin-bottom: 35px;
    font-size: 3rem;
  }
  .c-head01__en {
    font-size: 2.2rem;
  }
  .c-head01__jp {
    font-size: 5rem;
  }
  .c-head01__jp::before {
    height: 20px;
  }
}
.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

.about-main__txt01 {
  font-weight: 700;
  text-align: center;
}

.about-main__catch-head {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  background: #06142B;
}
.about-main__catch-head span {
  position: relative;
  font-size: 5.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 5px;
}

.about-main__catch-txt {
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  background: #EFF2F8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .about-inner01 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/about_bg01-sp.webp) top center/auto 100% no-repeat;
    background: url(../img/about_bg01-sp.webp) top center/cover no-repeat;
  }
  .about-main__txt01 {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  .about-main__catch {
    margin: 0 6.7vw;
  }
  .about-main__catch-txt {
    text-align: center;
  }
  .about-main__img01 p {
    font-size: 1rem;
    margin: 2em;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .about-inner01 {
    padding-top: 30px;
    padding-bottom: 80px;
    background: url(../img/about_bg01-pc.webp) center center/cover no-repeat;
  }
  .about-main__txt01 {
    margin: 45px 0 20px;
    font-size: 2.4rem;
  }
  .about-main__img01 {
    text-align: center;
    margin-bottom: 15px;
  }
  .about-main__img01 p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .about-main__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-main__catch-head {
    height: 90px;
    padding: 0 20px;
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    background: #06142B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-main__catch-head span {
    position: relative;
    font-size: 8rem;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0 5px;
  }
  .about-main__catch-txt {
    height: 90px;
    padding: 10px 20px;
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
.about-inner02 {
  background: #EFF2F8;
}

.about-point__item-head {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #163A96;
}

.about-point__item-txt {
  font-weight: 700;
  font-size: 1.6rem;
}

.about-point .strong {
  position: relative;
  color: #163A96;
  font-size: 2rem;
  z-index: 3;
}
.about-point .strong::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #F6F287;
  height: 10px;
  z-index: -1;
}

@media all and (max-width: 767px) {
  .about-inner02 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .about-point {
    display: table;
    margin: auto;
  }
  .about-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 0;
  }
  .about-point__item-ico {
    width: 60px;
    min-width: 60px;
  }
}
@media all and (min-width: 768px) {
  .about-inner02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 50px;
  }
  .about-point__item-text {
    text-align: center;
  }
  .about-point__item-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
  }
  .about-point__item-ico img {
    height: 120px;
  }
  .about-point__item-txt {
    font-size: 2.4rem;
  }
  .about-point__item-head {
    margin-top: 8px;
    font-size: 2rem;
  }
  .about-point .strong {
    font-size: 3.2rem;
  }
}
.safety {
  color: #AFAFAF;
  font-size: 1.2rem;
  background: #06142B;
}

.safety_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.safety_list li .num {
  white-space: nowrap;
}

@media all and (max-width: 767px) {
  .safety-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .safety-wrap {
    margin: auto;
    width: 100%;
    max-width: 375px;
    min-height: 330px;
    background: url(../img/safety_bg01-sp.png) center center/90% no-repeat;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .safety_img02 {
    margin-top: 5px;
    text-align: center;
  }
  .safety_list {
    margin: 20px 20px 0;
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) {
  .safety-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .safety-wrap {
    margin: auto;
    width: 100%;
    max-width: 1093px;
    height: 213px;
    background: url(../img/safety_bg01-pc.png) center center/cover no-repeat;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .safety-wrap::after {
    display: block;
    content: "";
    clear: both;
  }
  .safety_img02 {
    float: right;
    width: 475px;
    max-width: 47%;
    text-align: center;
  }
  .safety_img01 {
    float: left;
    max-width: 50%;
  }
  .safety_txt01 {
    float: right;
    width: 475px;
    max-width: 47%;
  }
}
.question-inner01 {
  padding-top: 40px;
}

.question-wrap {
  border: 2px solid #163A96;
  background-color: #fff;
  width: 100%;
  margin: 80px auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.question-head01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  margin: -20px auto 0;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #163a96;
}

.question-item {
  cursor: pointer;
  position: relative;
  background: #EFF2F8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.question-item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  top: 12px;
  left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.question-item .tag {
  font-weight: 700;
  color: #163A96;
}
.question-item.is-active {
  color: #fff;
  background: #163A96;
}
.question-item.is-active .tag {
  color: #fff;
}
.question-item.is-active::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 3px solid #E25241;
  border-bottom: 3px solid #E25241;
  top: 16px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .question-wrap {
    max-width: 330px;
  }
  .question-list {
    padding: 0 10px 18px;
  }
  .question-item {
    margin-top: 8px;
    padding: 8px 10px 10px 40px;
  }
  .question-item .tag {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.question-inner02 {
  text-align: center;
}

.question-head02 {
  padding: 20px 0 30px;
  background: url(../img/question_ico01-pc.png) top center/180px no-repeat;
}

.question-head02__txt01 {
  font-size: 1.6rem;
}

.question-head02__txt02 {
  font-weight: 900;
  font-size: 2rem;
}
.question-head02__txt02 span {
  font-size: 2.4rem;
  color: #163A96;
}

@media all and (min-width: 768px) {
  .question-inner01 {
    padding-top: 80px;
  }
  .question-wrap {
    padding: 0 86px 40px;
    width: 100%;
    max-width: 1092px;
    margin: 80px auto;
    position: relative;
  }
  .question-wrap::before{
    content:'';
    position: absolute;
    top: -278px;
    left: -138px;
    width: 363px;
    height: 392px;
    background: url(../img/img_question01.png)no-repeat center/contain;
    z-index: -1;
  }
  .question-head01 {
    margin: -30px auto 20px;
    width: 450px;
    height: 60px;
    border-radius: 30px;
    font-size: 2.8rem;
  }
  .question-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 40px;
  }
  .question-item {
    padding: 8px 10px 10px 40px;
    width: calc(50% - 20px);
  }
  .question-item .tag {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .question-head02 {
    padding: 20px 0 30px;
    background: url(../img/question_ico01-pc.png) top center/180px no-repeat;
  }
  .question-head02__txt01 {
    font-size: 2.4rem;
  }
  .question-head02__txt02 {
    font-size: 3.2rem;
  }
  .question-head02__txt02 span {
    font-size: 4rem;
  }
}
.question-list02 {
  margin-top: 24px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.question-item02 {
  width: 240px;
}
.question-item02 .ico01 img {
  width: 66px;
}
.question-item02 .ico02 img {
  width: 149px;
}
.question-item02 .ico03 img {
  width: 61px;
}
.question-item02 .ico04 img {
  width: 69px;
}
.question-item02 .question-item02__txt {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  color: #163A96;
}

@media all and (max-width: 767px) {
  .question-list02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 260px;
    margin: auto;
    gap: 20px 0;
  }
  .question-item02 {
    width: 130px;
  }
  .question-item02 .ico01 img {
    width: 35px;
  }
  .question-item02 .ico02 img {
    width: 80px;
  }
  .question-item02 .ico03 img, .question-item02 .ico04 img {
    width: 33px;
  }
  .question-item02 .question-item02__txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.slider01 {
  position: relative;
}
.slider01 li {
  padding: 0 10px;
}
.slider01 .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  text-indent: -9999px;
}
.slider01 .slick-prev.slick-arrow {
  background: url(../img/slide_ico_l.png) 0 0/50px no-repeat;
  left: 5px;
}
.slider01 .slick-next.slick-arrow {
  background: url(../img/slide_ico_r.png) 0 0/50px no-repeat;
  right: 5px;
}

@media all and (min-width: 768px) {
  .slider01 .slick-arrow {
    top: calc(50% - 39px);
    width: 78px;
    height: 78px;
  }
  .slider01 .slick-prev.slick-arrow {
    background: url(../img/slide_ico_l.png) 0 0/78px no-repeat;
    left: 10%;
  }
  .slider01 .slick-next.slick-arrow {
    background: url(../img/slide_ico_r.png) 0 0/78px no-repeat;
    right: 10%;
  }
}
@media (min-width: 1600px) {
  .slider01 .slick-prev.slick-arrow {
    left: 380px;
  }
  .slider01 .slick-next.slick-arrow {
    right: 380px;
  }
}
.tokuten {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #E8F6FF;
}

.tokuten-head {
  text-align: center;
}

.tokuten-box {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #f25f4e;
}

.tokuten-box__head {
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  font-size: 2rem;
  background: #f25f4e;
  color: #fff;
  text-align: center;
}

.tokuten-box__text {
  padding: 17px 43px;
}
.tokuten-box__img{
  text-align: center;
  margin: auto;
}

.tokuten-box__txt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f25f4e;
  text-align: center;
  line-height: 1.3;
}
.tokuten-box__txt.small{
  font-size: 2rem;
}
.tokuten-box__txt span {
  font-size: 3.4rem;
}

.tokuten-btn01 {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
}
.tokuten-btn01__head{
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.tokuten-btn01__txt {
  margin-top: 10px;
  font-size: 1.2rem;
}

.tokuten-btn02 {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
}

.tokuten-btn02__catch {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.tokuten-wrap__detail-trigger-btn {
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  background-color: #F25F4E;
  margin: 40px auto 0;
  font-size: 2.8rem;
  max-width: 420px;
  border-radius: 40px;
  padding: 16px;
  position: relative;
  transition: opacity 0.3s ease;
}
.tokuten-wrap__detail-trigger-btn:hover{
  opacity: .7;
}
.tokuten-wrap__detail-trigger-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 21px;
  width: 28px;
  height: 28px;
  background: url(../img/ico_arrow_red01.png) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.is-active.tokuten-wrap__detail-trigger-btn::before{
  transform: translateY(-50%) rotate(0deg); 
}
.tokuten-wrap__detail-content{
  padding-top: 60px;
}

@media all and (min-width: 768px) {
  .tokuten {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .tokuten-wrap {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tokuten-box {
    width: 537px;
  }
  .tokuten-box__head {
    font-size: 2.8rem;
    padding-top: 7px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tokuten-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .tokuten-head__line01 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .tokuten-head__line01 .strong {
    font-size: 3rem;
  }
  .tokuten-head__line02 {
    font-size: 4rem;
  }
  .tokuten-head__line02 .strong {
    font-size: 4.4rem;
  }
  .tokuten-btn01{
    margin-top: 40px;
  }
  .tokuten-btn01__head{
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .tokuten-btn01__txt{
    margin-top: 24px;
  }
  .tokuten-box__text{
    min-height: 320px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .tokuten-wrap__detail-trigger-btn {
    max-width: 330px;
    font-size: 2rem;
  }
  .tokuten-wrap__detail-content{
    padding-top: 20px;
  }
  .tokuten-wrap {
    margin: 15px auto;
    width: 330px;
  }
  .tokuten-box + .tokuten-box {
    margin-top: 20px;
  }
  .tokuten-box__head {
    font-size: 2rem;
  }
  .tokuten-box__text {
    padding: 5px 0 15px;
  }
  .tokuten-box__txt {
    font-size: 2rem;
  }
  .tokuten-box__txt span {
    font-size: 2.4rem;
  }
  .tokuten-btn01, .tokuten-btn02 {
    max-width: 347px;
  }
  .tokuten-btn01__txt, .tokuten-btn02__txt {
    margin: 10px 0;
    font-size: 1rem;
    text-align: center;
  }
  .tokuten-btn02 {
    margin-top: 15px;
  }
  .tokuten-btn02__catch {
    font-size: 2rem;
  }
  .tokuten-head__line01 {
    font-size: 1.6rem;
  }
  .tokuten-head__line01 .strong {
    font-size: 2rem;
  }
  .tokuten-head__line02 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .tokuten-head__line02 .strong {
    font-size: 2.8rem;
  }
}
.tokuten-header {
  text-align: center;
}

.tokuten-head__line01 {
  display: block;
  font-weight: 500;
  letter-spacing: 0;
}
.tokuten-head__line01 .strong {
  font-weight: 700;
}

.tokuten-head__line02 {
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tokuten-head__line02 .strong {
  color: #F25F4E;
}

.reason {
  padding-top: 40px;
}

@media all and (max-width: 767px) {
  .reason iframe {
    height: 166px;
  }
}
.reason-head {
  margin-bottom: 20px;
}

.reason-item__head img {
  width: 60px;
}
.reason-item__head h3 {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 900;
}
.reason-item__head h3 .small {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .reason-item__head {
    text-align: center;
  }
  .reason-item__head h3 {
    line-height: 1.4;
  }
  .reason-item__head h3 .small {
    margin: 7px 0;
  }
}
@media all and (min-width: 768px) {
  .reason {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reason-head {
    margin-bottom: 50px;
  }
  .reason-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    max-width: 100%;
    width: 1092px;
    margin: 20px auto;
  }
  .reason-item__head img {
    width: 100px;
  }
  .reason-item__head h3 {
    padding-bottom: 10px;
    width: calc(100% - 114px);
    font-size: 3.2rem;
  }
}
.reason-item__wrap {
  max-width: 100%;
  width: 327px;
  margin: auto;
  background: #F5F5F5;
  padding: 10px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reason-item__wrap .reason-item__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reason-item__head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.reason-item__head02.is-center {
  text-align: center;
}

.reason-item__txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .reason-item__wrap {
    width: 1092px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
  }
  .reason-item__wrap .reason-item__img {
    width: 493px;
  }
  .reason-item__wrap .reason-item__text {
    width: calc(100% - 493px);
    padding-right: 20px;
  }
}
.reason-item__wrap02 {
  max-width: 100%;
  width: 1110px;
  margin: 20px auto;
  text-align: center;
}

.reason-item__txt03 {
  margin: 20px;
}

.reason-item__wrap03 {
  width: 100%;
  overflow-x: auto;
  margin: 20px auto 80px;
  text-align: center;
}
.reason-item__wrap03 img {
  width: 1150px;
  min-width: 1150px;
}

.reason-item__slider {
  margin-bottom: 80px;
}

@media all and (max-width: 767px) {
  .reason-item__head02 {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
  }
  .reason-item__txt02 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .reason-item__txt03 {
    margin: 10px;
  }
  .reason-item__wrap03 {
    margin: 0px auto 50px;
  }
  .reason-item__wrap03 img {
    width: 850px;
    min-width: 850px;
  }
  .reason-item__slider {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .reason-item03__wrap {
    max-width: 100%;
    width: 327px;
    margin: 0 auto 40px;
  }
  .reason-item03__item {
    margin-top: 12px;
  }
  .reason-item03__item + .reason-item03__item {
    margin-top: 20px;
  }
}
.reason-item03__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #163A96;
}

.reason-item03__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  height: 64px;
  color: #fff;
  background: #163A96;
}

.reason-item03__item-inner {
  padding: 8px 8px 15px;
}

.reason-item03__txt {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

@media all and (min-width: 768px) {
  .reason-item03__wrap {
    max-width: 100%;
    width: 1110px;
    margin: 20px auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 21px;
  }
  .reason-item03__head {
    font-size: 2.8rem;
    height: 100px;
  }
  .reason-item03__item-inner {
    padding: 20px 15px;
  }
  .reason-item03__txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .reason-item03__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 180px;
  }
}
@media all and (min-width: 768px) {
  .reason-item04__wrap {
    max-width: 100%;
    width: 1110px;
    margin: 20px auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reason-item04__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: 250px;
  }
  .reason-item04__item {
    width: calc(50% - 20px);
  }
  .reason-item04__head {
    padding: 7px 10px;
    width: 422px;
    font-size: 2.4rem;
  }
}
.reason-item04__head {
  padding: 5px 10px;
  margin: auto;
  color: #fff;
  background: #163A96;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
}

.reason-item04__txt {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}
.reason-item04__txt .small {
  font-size: 1.2rem;
}

@media all and (max-width: 767px) {
  .reason-item04__wrap {
    max-width: 100%;
    width: 327px;
    margin: auto;
  }
  .reason-item04__txt {
    margin: 10px 0 40px;
    font-size: 1.4rem;
  }
  .reason-item04__txt .small {
    font-size: 1rem;
  }
}
.freelance {
  max-width: 100%;
  width: 327px;
  margin: 20px auto;
  text-align: center;
}

.freelance-head__catch {
  font-weight: 700;
  font-size: 2rem;
}

.freelance-box {
  margin-top: 10px;
  padding: 30px 10px 20px;
  background: #EFF2F8;
}

.freelance-header__txt01 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}
.freelance-header__txt01 img {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 62px;
}

.freelance-header__head {
  font-weight: 900;
  font-size: 2.4rem;
}

.freelance-header__txt02 {
  font-size: 1.6rem;
}

.freelance-img {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.freelance-img01 {
  width: 210px;
}

.freelance-img02 {
  width: 91px;
}

@media all and (max-width: 767px) {
  .freelance-header__txt01 {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .freelance-header__txt02 {
    margin-top: 10px;
  }
  .freelance-header__txt01{
    position: static;
  }
}
@media all and (min-width: 768px) {
  .freelance-head__catch {
    font-size: 2.4rem;
  }
  .freelance {
    width: 1092px;
  }
  .freelance-box {
    padding: 50px 40px 30px;
  }
  .freelance-img {
    margin-top: 30px;
    gap: 0 10px;
  }
  .freelance-img01 {
    width: 464px;
  }
  .freelance-img02 {
    width: 252px;
  }
  .freelance-header__txt01 {
    font-size: 2.8rem;
  }
  .freelance-header__txt01 img {
    left: calc(50% - 340px);
    top: -40px;
  }
  .freelance-header__head {
    font-size: 4rem;
  }
  .freelance-header__txt02 {
    font-size: 2rem;
  }
}
.teacher {
  padding-top: 60px;
  padding-bottom: 20px;
}
.teacher-inner {
  width: 100%;
  max-width: 327px;
  margin: auto;
}

.teacher-head02 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

@media all and (min-width: 768px) {
  .teacher {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .teacher-inner {
    max-width: 890px;
  }
  .teacher-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    gap: 20px;
  }
  .teacher-img {
    width: 220px;
  }
  .teacher-text {
    width: calc(100% - 240px);
  }
}
.teacher-text__txt01 {
  margin-top: -7px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #163A96;
}
.teacher-text__txt01 .small {
  font-size: 1.8rem;
}

.teacher-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  gap: 10px;
}
.teacher-text__list li {
  color: #fff;
  background: #163A96;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.teacher-text__list li span {
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
}

.teacher-text__txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.teacher-message {
  margin-top: 20px;
  background: #FFFFFF;
  text-align: center;
  padding: 24px 16px;
}

.teacher-message__head {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #163A96;
}
.teacher-message__lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 -5px 16px;
}

@media all and (min-width: 768px) {
  .teacher-img__wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
  }
}
@media all and (max-width: 767px) {
  .teacher-message {
    padding: 24px 15px;
  }
  .teacher-message__head {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .teacher-message__txt {
    font-size: 1.4rem;
    line-height: 2.28;
    text-align: left;
  }
  .teacher-img {
    width: calc(100% - 230px);
    max-width: 222px;
    float: left;
  }
  .teacher-wrap{
    max-width: 500px;
    margin: auto;
  }
  .teacher-text__txt01 {
    width: 225px;
    float: right;
    font-size: 2rem;
  }
  .teacher-text__txt01 .small {
    font-size: 1.2rem;
  }
  .teacher-text__list {
    width: 225px;
    float: right;
    gap: 5px;
  }
  .teacher-text__list li {
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .teacher-text__list li span {
    font-size: 2rem;
  }
  .teacher-text__txt02 {
    clear: both;
    font-size: 1.4rem;
  }
  .teacher-img02 {
    margin: 20px 0 10px;
  }
}
.difference {
  padding-top: 60px;
  padding-bottom: 54px;
}

.difference-head02 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}

.difference-img01 {
  width: 100%;
  margin: auto;
}

@media all and (min-width: 768px) {
  .difference-img01 {
    max-width: 1034px;
  }
}
@media all and (max-width: 767px) {
  .difference {
    padding-bottom: 40px;
  }
  .difference-head02 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .difference-img01 {
    padding: 0 20px 10px;
    overflow-x: auto;
  }
  .difference-img01 picture img {
    min-width: 878px;
  }
}
.difference-table {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  width: 1034px;
  table-layout: auto;
}
.difference-table td img {
  width: 24px;
}
.difference-table th, .difference-table td {
  white-space: nowrap;
  vertical-align: middle;
  height: 60px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.difference-table .th03 {
  border-bottom: 1px solid #fff;
}
.difference-table .small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.difference-table .large {
  font-size: 2.4rem;
}
.difference-table .th01 {
  height: 80px;
  background: #163A96;
}
.difference-table .th02 .head {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.difference-table .th02 .head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  background: #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.difference-table .th03 {
  color: #06142B;
  background: #EFF2F8;
  font-size: 2rem;
  letter-spacing: 0;
  width: 60px;
  text-align: center;
}
.difference-table .th03 span {
  margin: auto;
  display: table;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.difference-table .th01 {
  border-right: 4px solid #163A96;
  border-left: 4px solid #163A96;
}
.difference-table .th01 img {
  width: 200px;
}
.difference-table .td01 {
  border-right: 4px solid #163A96;
  border-left: 4px solid #163A96;
}
.difference-table .th01 .underline, .difference-table .td01 .underline {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.difference-table .th01 .underline::after, .difference-table .td01 .underline::after {
  position: absolute;
  content: "";
  bottom: -4px;
  height: 4px;
  left: -4px;
  right: -4px;
  background: #163A96;
}
.difference-table .th02 p, .difference-table .th02 + .th02 p {
  border-left: 1px solid #fff;
}
.difference-table .td02 + .td02 {
  border-left: 1px solid #D9D9D9;
}
.difference-table .td01, .difference-table .td02 {
  width: 280px;
}

@media all and (max-width: 767px) {
  .difference-table {
    min-width: 880px;
    font-size: 1.4rem;
  }
  .difference-table .small {
    font-size: 1rem;
  }
  .difference-table .th01 {
    height: 60px;
  }
  .difference-table .th01 img {
    width: 150px;
  }
  .difference-table .th02 .head {
    height: 60px;
  }
  .difference-table .th02 .head p {
    height: 40px;
  }
  .difference-table .th03 {
    font-size: 1.6rem;
    width: 40px;
  }
  .difference-table .th04 {
    width: 110px;
  }
  .difference-table .td01 {
    width: 265px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .difference-table .td02 {
    width: 265px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 235px;
  }
}
.plan {
  padding-top: 40px;
  padding-bottom: 20px;
}

.plan-inner01 {
  width: 100%;
  margin: auto;
}

.plan-img01 {
  text-align: center;
}

.plan-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.plan-list01 li {
  border: 2px solid #163A96;
  width: 280px;
  text-align: center;
  padding: 10px 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #163A96;
}

.plan-list02 {
  margin-top: 20px;
  padding: 20px 0 30px 40px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plan-list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}
.plan-list02 .plan-list02__head {
  color: #fff;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0px;
  background: #163A96;
}
.plan-list02 .plan-list02__txt {
  color: #163A96;
}

.plan-guarantee__txt01 {
  position: relative;
  display: table;
  margin: 0 auto 15px;
  width: 180px;
  text-align: center;
  padding: 3px 0;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
  color: #06142B;
}
.plan-guarantee__txt01::before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: calc(50% - 7px);
  border: 7px solid transparent;
  border-top: 10px solid #fff;
}

@media all and (min-width: 768px) {
  .plan {
    padding-top: 60px;
    padding-bottom: 54px;
  }
  .plan-inner01 {
    max-width: 1092px;
  }
  .plan-guarantee {
    width: 100%;
    max-width: 1092px;
    margin: auto;
    color: #fff;
    background: #06142B url(../img/plan-guarantee_bg01-pc.webp) 0 0/100% no-repeat;
  }
  .plan-guarantee__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    height: 253px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .plan-guarantee__head {
    padding-top: 10px;
  }
  .plan-guarantee__text {
    width: 575px;
  }
  .plan-guarantee__txt02 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .plan-guarantee__inner {
    padding: 0 3vw;
    height: 23vw;
  }
  .plan-guarantee__head {
    width: 32vw;
  }
  .plan-guarantee__txt02 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .plan-head {
    margin-bottom: 0;
  }
  .plan-list01 {
    max-width: 327px;
    margin: auto;
  }
  .plan-list01 li {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan-guarantee {
    margin: auto;
    width: 375px;
    height: auto;
    padding-top: 25px;
    background: url(../img/plan-guarantee_bg01-sp.webp) 0 0/100% no-repeat;
  }
  .plan-guarantee__inner {
    height: 322px;
  }
  .plan-guarantee__head {
    text-align: center;
    width: 287px;
    margin: 0 auto 15px;
  }
  .plan-guarantee__txt02 {
    padding: 0 37px 0 35px;
    font-size: 1.4rem;
    color: #fff;
  }
}
.plan-price {
  margin: 20px 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: 900;
  font-size: 5rem;
  letter-spacing: 0.05em;
}

.plan-price__txt02 {
  font-size: 10rem;
  color: #163A96;
  font-family: "Outfit", sans-serif;
}

.plan-price__txt03 {
  position: absolute;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  top: 8px;
  left: calc(50% + 110px);
}

@media all and (max-width: 767px) {
  .plan-price {
    font-size: 3.6rem;
  }
  .plan-price__txt02 {
    font-size: 8rem;
  }
  .plan-price__txt03 {
    font-size: 1.4rem;
    top: 7px;
    left: calc(50% + 80px);
  }
  .plan-list02 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .plan-list02 li + li {
    margin-top: 8px;
  }
  .plan-list02 li.up {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .plan-list02 .plan-list02__head {
    width: 140px;
    height: 30px;
  }
  .plan-list02 .plan-list02__txt {
    min-width: 165px;
  }
}
.curriculum {
  padding-top: 60px;
  padding-bottom: 60px;
}

.curriculum-img01 {
  width: 100%;
  max-width: 1062px;
  margin: auto;
}

.curriculum-list {
  display: table;
  margin: 0 auto 50px;
}

.curriculum-table {
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  table-layout: auto;
  white-space: nowrap;
}
.curriculum-table .en {
  font-family: "Outfit", sans-serif;
}
.curriculum-table th {
  vertical-align: middle;
}
.curriculum-table td {
  vertical-align: middle;
  padding: 0 2em;
}
.curriculum-table th {
  font-weight: 700;
}
.curriculum-table .th01 {
  color: #fff;
  background: #0C2958;
  font-size: 2.4rem;
}
.curriculum-table .th02 div {
  padding: 5px;
  font-size: 2.4rem;
  color: #fff;
  background: #0C2958;
}
.curriculum-table .th02 div + div {
  font-size: 2rem;
  margin-top: 5px;
  color: #163A96;
  background: #EFF2F8;
}
.curriculum-table .th03 {
  padding: 0 0.9em;
  font-size: 2.4rem;
  color: #163A96;
  background: #EFF2F8;
}
.curriculum-table tr + tr .th01 {
  font-family: "Outfit", sans-serif;
  font-size: 3.6rem;
  width: 100px;
}
.curriculum-table td {
  height: 80px;
  background: #F8F8F8;
}

@media all and (max-width: 767px) {
  .curriculum {
    padding-bottom: 20px;
  }
  .curriculum-list {
    margin: 0 auto 20px;
  }
  .curriculum-img01 {
    padding: 0 20px;
    overflow-x: auto;
  }
  .curriculum-img01 img {
    min-width: 700px;
  }
  .curriculum-table {
    font-size: 1.4rem;
    min-width: 700px;
  }
  .curriculum-table .th01 {
    font-size: 1.6rem;
  }
  .curriculum-table .th01.en {
    line-height: 1;
  }
  .curriculum-table .th02 div {
    padding: 10px 5px;
    font-size: 1.6rem;
  }
  .curriculum-table .th02 div + div {
    padding: 10px 5px 13px;
    font-size: 1.4rem;
  }
  .curriculum-table .th03 {
    font-size: 1.6rem;
  }
  .curriculum-table tr + tr .th01 {
    font-size: 2.8rem;
    padding: 0 0.5em;
    width: auto;
  }
  .curriculum-table td {
    height: 60px;
  }
}
.voice {
  padding-top: 60px;
  padding-bottom: 90px;
}

.voice-list01 {
  margin-top: 50px;
}

.voice-list02 {
  margin: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
  font-size: 2rem;
  color: #163A96;
}

.voice-item {
  position: relative;
  margin: auto;
  width: 670px;
  padding: 20px;
  border: 2px solid #163A96;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.voice-item .voice-item__ico {
  position: absolute;
  left: -120px;
  bottom: -40px;
  width: 290px;
}
.voice-item::after {
  display: block;
  content: "";
  clear: both;
}

.voice-item__img {
  width: 240px;
  float: left;
}

.voice-item__txt01 {
  width: 370px;
  float: right;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  color: #163A96;
  padding-bottom: 10px;
}

@media all and (min-width: 768px) {
  .voice-item__txt02 {
    width: 370px;
    float: right;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media all and (max-width: 767px) {
  .voice {
    padding-bottom: 20px;
  }
  .voice-list01 {
    margin-top: 25px;
  }
  .voice-list02 {
    margin: 15px auto;
    max-width: 280px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 5px 15px;
  }
  .voice-item {
    width: 327px;
    margin: auto;
    padding: 10px 10px 15px;
  }
  .voice-item .voice-item__ico {
    left: -70px;
    bottom: 145px;
    width: 179px;
  }
  .voice-item__img {
    width: 100px;
    float: left;
  }
  .voice-item__txt01 {
    width: 190px;
    float: right;
    font-size: 2rem;
    line-height: 1.4583333333;
    font-weight: 700;
    color: #163A96;
    padding-bottom: 10px;
  }
  .voice-item__txt02 {
    clear: both;
    padding-top: 30px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.flow {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flow-inner {
  margin: auto;
  width: 100%;
  max-width: 1092px;
}

.flow-catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.flow-step__item {
  padding: 5px 10px 10px;
  background: #EFF2F8;
}

.flow-item__txt01 {
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #163A96;
}

.flow-item__head {
  margin: 10px 0 5px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #163A96;
}

.flow-item__txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .flow-catch {
    font-size: 2.8rem;
  }
  .flow-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
  }
  .flow-step__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px 10px;
  }
  .flow-step__item + .flow-step__item {
    position: relative;
  }
  .flow-step__item + .flow-step__item::before {
    position: absolute;
    content: "";
    top: calc(50% - 10px);
    left: -33px;
    border: 20px solid transparent;
    border-left: 25px solid #163A96;
  }
}
@media all and (max-width: 767px) {
  .flow {
    padding-bottom: 20px;
  }
  .flow-step__item {
    width: 327px;
    margin: auto;
    padding-bottom: 20px;
  }
  .flow-step__item + .flow-step__item {
    position: relative;
    margin-top: 40px;
  }
  .flow-step__item + .flow-step__item::before {
    position: absolute;
    content: "";
    left: calc(50% - 30px);
    top: -28px;
    border: 30px solid transparent;
    border-top: 20px solid #163A96;
  }
  .flow-item__txt01, .flow-item__head {
    font-size: 2rem;
  }
  .flow-item__txt02 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.faq {
  padding-top: 60px;
  padding-bottom: 95px;
}

.faq-inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.faq-head {
  margin-bottom: 50px;
}

.faq-item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #163A96;
  font-weight: 700;
  background: #E6EDF4;
}

.faq-item__q-head {
  padding: 0 15px;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
}

.faq-item__q-text {
  font-size: 2.2rem;
}

.faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.faq-item__a-head {
  padding: 0 15px;
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #163A96;
}

.faq-item__a-text {
  padding: 20px 0 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .faq {
    padding-bottom: 25px;
  }
  .faq-inner {
    width: 325px;
  }
  .faq-item__q {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq-item__q-head {
    font-size: 3.2rem;
  }
  .faq-item__q-text {
    font-size: 1.6rem;
  }
  .faq-item__a-head {
    font-size: 3.2rem;
  }
  .faq-item__a-text {
    padding: 10px 10px 25px 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
/* 20240601 */
.outfit {
  font-family: "Outfit", sans-serif;
}

.about-main__copy {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
.about-main__copy .underline {
  position: relative;
  z-index: 4;
}
.about-main__copy .underline::before {
  position: absolute;
  content: "";
  left: 0.6em;
  right: 0.7em;
  height: 10px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f8f258));
  background: linear-gradient(transparent 60%, #f8f258 60%);
  background: #f8f258;
  opacity: 0.7;
  z-index: -1;
}
.about-main__movie {
  width: 100%;
  max-width: 750px;
  margin: 40px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about-main__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

@media all and (max-width: 767px) {
  .about-main__copy {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .about-main__movie {
    margin-top: 5.3333333333vw;
    padding: 0 6.7vw;
  }
  .safety-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .safety-wrap {
    padding: 20px 25px 25px;
    background-size: 90% 100%;
  }
  .safety_img01 {
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) {
  .safety_img02 {
    margin: -8px 0 -8px;
  }
  .safety_list li {
    display: block;
  }
  .reason-item03__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .reason-item03__wrap .reason-item03__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 500px;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .reason-item03__wrap .reason-item03__head {
    padding: 10px 0;
    height: auto;
    font-size: 2.4rem;
  }
  .reason-item03__wrap .reason-item03__img {
    margin: 5px 0;
    height: 250px;
  }
  .reason-item04__head {
    max-width: 422px;
  }
  .freelance-header__txt01 img {
    width: 83px;
  }
  .freelance-box + .freelance-box {
    margin-top: 20px;
  }
  .freelance-box + .freelance-box .freelance-header__txt01 img {
    left: calc(50% - 450px);
  }
}
.course-catch {
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.course-table__wrap {
  width: 100%;
  margin: auto;
  max-width: 662px;
}

.course-table {
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  table-layout: auto;
  box-sizing: border-box;
}
.course-table th {
  white-space: nowrap;
}
.course-table th, .course-table td {
  vertical-align: middle;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}
.course-table th.left, .course-table td.left {
  text-align: left;
}
.course-table th.top, .course-table td.top {
  vertical-align: top;
}
.course-table th.btn, .course-table td.btn {
  padding: 20px 10px 0;
  border-bottom: 1px solid #fff;
}
.course-table th.btn a, .course-table td.btn a {
  display: block;
}
.course-table .th03 {
  border-bottom: 1px solid #fff;
}
.course-table .small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.course-table .space {
  border-bottom: 1px solid #fff;
}
.course-table .th01, .course-table .th02, .course-table .th03 {
  padding: 13px 0 10px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 2.8rem;
}
.course-table .head {
  display: block;
}
.course-table .th-ico {
  position: relative;
  display: table;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 20px;
}
.course-table .th-ico__inner {
  display: block;
  padding: 2px 10px;
}
.course-table .head-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.course-table .th01 {
  background: #163A96;
}
.course-table .th01 .th-ico {
  color: #163A96;
}
.course-table .th02 {
  background: #BF4646;
}
.course-table .th02 .th-ico {
  color: #BF4646;
}
.course-table .th03 {
  background: #573C81;
}
.course-table .th03 .th-ico {
  color: #573C81;
}
.course-table .th04 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-weight: 700;
  color: #163A96;
  background: #EFF2F8;
}
.course-table .th05 {
  padding: 13px;
  min-width: 56px;
  max-width: 56px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #163A96;
  background: #EFF2F8;
}
.course-table .th05 span {
  display: table;
  margin: auto;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.course-table .th06 {
  padding: 13px;
  font-weight: 700;
  color: #163A96;
  background: #EFF2F8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.course-table .course-list li {
  position: relative;
  padding-left: 16px;
  text-align: left;
}
.course-table .course-list{
  display: inline-block;
}
.course-table .course-list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #06142B;
}
.course-table .td01,
.course-table .td02,
.course-table .td03 {
  padding: 10px;
  font-size: 1.5rem;
}
.course-table .td01 .large,
.course-table .td02 .large,
.course-table .td03 .large {
  margin-right: 2px;
  font-size: 2.4rem;
  font-weight: 500;
}
.course-table .td02 {
  background: rgba(191, 70, 70, 0.2);
}
.course-table .td03 {
  background: rgba(113, 83, 162, 0.2);
}
.course-table .course-price {
  line-height: 1.2;
}
.course-table .course-price .outfit {
  font-size: 3.6rem;
  font-weight: 700;
}
.course-table .course-price .small01 {
  font-size: 1.6rem;
  font-weight: 700;
}
.course-table .course-price .small02 {
  font-size: 1.2rem;
  font-weight: 700;
}

.course-map {
  padding-bottom: 60px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .course-map {
    padding-bottom: 20px;
  }
  .course-catch {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .course-table .small {
    font-size: 1rem;
  }
  .course-table th, .course-table td {
    font-size: 1.4rem;
  }
  .course-table th.btn, .course-table td.btn {
    padding: 10px 5px 0;
  }
  .course-table .small {
    font-size: 1.2rem;
  }
  .course-table .th01, .course-table .th02, .course-table .th03 {
    padding: 11px 0 10px;
    font-size: 2rem;
  }
  .course-table .th-ico {
    font-size: 1.4rem;
  }
  .course-table .th05 {
    padding: 13px 0;
    min-width: 24px;
    max-width: 24px;
  }
  .course-table .th06 {
    padding: 10px;
    min-width: 120px;
    max-width: 120px;
  }
  .course-table .course-list li {
    padding-left: 16px;
  }
  .course-table .course-list li::before {
    top: 9px;
    left: 4px;
    width: 3px;
    height: 3px;
  }
  .course-table .td01,
  .course-table .td02,
  .course-table .td03 {
    min-width: 260px;
    width: 260px;
    font-size: 1.3rem;
  }
  .course-table .td01 .large,
  .course-table .td02 .large,
  .course-table .td03 .large {
    font-size: 2.2rem;
  }
  .course-table .course-price {
    line-height: 1.2;
  }
  .course-table .course-price .outfit {
    font-size: 2.8rem;
  }
  .course-table .course-price .small01 {
    font-size: 1.6rem;
  }
  .course-table .course-price .small02 {
    font-size: 1.2rem;
  }
  .course-table__wrap {
    padding: 0 20px;
    overflow-x: auto;
    width: auto;
  }
}
/* かりきゅらむ */
.curriculum-table02 {
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 1092px;
  table-layout: auto;
  white-space: nowrap;
}
.curriculum-table02 .en {
  font-family: "Outfit", sans-serif;
}
.curriculum-table02 th {
  vertical-align: middle;
  font-weight: 700;
}
.curriculum-table02 th, .curriculum-table02 td {
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.75;
}
.curriculum-table02 .th01 {
  min-width: 92px;
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
}
.curriculum-table02 .th01,
.curriculum-table02 .th02 {
  padding: 3px 0 2px 0;
  border: 1px solid #fff;
  color: #fff;
  background: #163A96;
}
.curriculum-table02 .th02 {
  font-size: 2rem;
}
.curriculum-table02 .th02.a {
  width: 180px;
}
.curriculum-table02 .th02.b {
  width: 410px;
}
.curriculum-table02 .th02.c {
  width: 410px;
}
.curriculum-table02 .th03 {
  text-align: left;
  color: #163A96;
  background: rgba(22, 58, 150, 0.2);
  padding: 0 0.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.curriculum-table02 td {
  vertical-align: middle;
  padding: 0 0.5em;
}
.curriculum-table02 td.small01 {
  font-size: 1.4rem;
}

.curriculum01,
.curriculum02 {
  margin-top: -20px;
  padding-top: 20px;
  width: 100%;
  max-width: 1092px;
  margin: auto;
}
.curriculum01 .curriculum-head02,
.curriculum02 .curriculum-head02 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 30px;
  margin-bottom: 20px;
}
.curriculum01 .curriculum-head02::before,
.curriculum02 .curriculum-head02::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background: #163A96;
}
.curriculum01 .curriculum-list01,
.curriculum02 .curriculum-list01 {
  margin-bottom: 25px;
  display: block;
}
.curriculum01 .curriculum-list01 li,
.curriculum02 .curriculum-list01 li {
  font-size: 2.4rem;
  font-weight: 400;
  background-position: 0 8px;
}
.curriculum01 .curriculum-list01 li + li,
.curriculum02 .curriculum-list01 li + li {
  margin-top: 4px;
}
.curriculum01 .curriculum-img01,
.curriculum02 .curriculum-img01 {
  max-width: 1092px;
}

.curriculum02 {
  margin-top: 20px;
}
.curriculum02 .curriculum-table02 .th01,
.curriculum02 .curriculum-table02 .th02 {
  background: #BF4646;
}
.curriculum02 .curriculum-table02 .th03 {
  color: #BF4646;
  background: rgba(191, 70, 70, 0.2);
}
.curriculum02 .curriculum-head02::before {
  background: #BF4646;
}

.plan-price__table {
  margin: 19px auto;
  position: relative;
}
.plan-price__table + .plan-price__table::before {
  position: absolute;
  content: "";
  top: -10px;
  left: calc(50% - 470px);
  width: 905px;
  height: 1px;
  background: #D9D9D9;
}
.plan-price__table .plan-price__head01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  text-align: center;
  color: #fff;
}
.plan-price__table .plan-price__head01.a {
  margin-bottom: 4px;
  background: #163A96;
}
.plan-price__table .plan-price__head01.b {
  background: #BF4646;
}
.plan-price__table .plan-price__head01.c {
  background: #573C81;
  height: 124px;
}
.plan-price__table .plan-price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
}
.plan-price__table .plan-price__txt01 {
  padding-bottom: 15px;
}
.plan-price__table .plan-price__txt03 {
  top: 15px;
  left: calc(50% + 140px);
}

.plan {
  padding-bottom: 0;
}

.safety02 {
  margin-bottom: 60px;
}

@media all and (min-width: 768px) {
  .plan-price__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan-price__table dd {
    padding: 0 0 20px 40px;
  }
  .plan-price__table dt {
    padding: 21px 0;
  }
}
@media all and (min-width: 1091.99px) {
  .scroll-guide {
    display: none;
  }
  .course-inner01 {
    padding-top: 65px;
  }
}
@media all and (max-width: 767px) {
  .course-inner01 {
    margin-top: -30px;
    padding-top: 60px;
  }
  .scroll-wrap {
    position: relative;
  }
  .scroll-wrap .scroll-guide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .scroll-wrap .scroll-guide img {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50vw - 90px);
    max-width: 180px;
    min-width: 180px;
  }
  .scroll-wrap .scroll-guide.is-move {
    display: none;
  }
  .curriculum-table02 {
    font-size: 1.4rem;
    width: 100%;
    min-width: 860px;
  }
  .curriculum-table02 .th01 {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    font-size: 1.6rem;
  }
  .curriculum-table02 .th02 {
    font-size: 1.6rem;
  }
  .curriculum-table02 .th02.a {
    width: 150px;
  }
  .curriculum-table02 .th02.b {
    width: 280px;
  }
  .curriculum-table02 .th02.c {
    width: 370px;
    min-width: 360px;
  }
  .curriculum-img01 {
    padding: 0;
  }
  .curriculum01,
  .curriculum02 {
    padding: 60px 0 0;
    margin-top: -60px;
  }
  .curriculum01 .curriculum-head02,
  .curriculum02 .curriculum-head02 {
    font-size: 2rem;
    padding: 12px 20px;
    margin-bottom: 10px;
  }
  .curriculum01 .curriculum-list01,
  .curriculum02 .curriculum-list01 {
    max-width: 100%;
  }
  .curriculum01 .curriculum-list01 li,
  .curriculum02 .curriculum-list01 li {
    font-size: 2rem;
    font-weight: 700;
    background-position: 0 6px;
  }
  .curriculum01 .curriculum-list01 li + li,
  .curriculum02 .curriculum-list01 li + li {
    margin-top: 8px;
  }
  .curriculum02 {
    margin-top: 40px;
    margin-top: -20px;
  }
  .curriculum01 .scroll-hint-shadow-wrap{
    margin-right: -25px;
  }
  .plan-list01 {
    margin-top: 20px;
  }
  .plan-price__table {
    margin: 19px auto;
    max-width: 310px;
  }
  .plan-price__table .plan-price__head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 10px;
  }
  .plan-price__table .plan-price__head01 {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
  }
  .plan-price__table .plan-price__head01.a {
    margin-bottom: 0;
  }
  .plan-price__table .plan-price__head01.c {
    height: 40px;
  }
  .plan-price__table + .plan-price__table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .plan-price__table + .plan-price__table::before {
    top: -20px;
    left: calc(50% - 164px);
    width: 328px;
  }
  .plan-price__table .plan-price {
    margin-top: 10px;
  }
  .plan-price__table .plan-price__txt01 {
    font-size: 2.8rem;
    padding-bottom: 10px;
  }
  .plan-price__table .plan-price__txt02 {
    font-size: 6rem;
  }
  .plan-price__table .plan-price__txt03 {
    position: absolute;
    top: 5px;
    left: calc(50% + 75px);
    font-size: 1.4rem;
  }
  .safety02 {
    margin-bottom: 30px;
  }
}