@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #494949;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
hgroup,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  color: #494949;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

  .grecaptcha-badge { visibility: hidden; }

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1000px) {
  .pc {
    display: none !important;
  }
  #container {
    width: 756px;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    font-size: clamp(14px, 3.73vw, 16px);
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    margin: 0 auto;
    padding: 0 0 0 4vw;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  #header #header-logo {
    width: clamp(157px, 42vw, 220px);
    height: 56px;
    margin: 0;
  }
  #header #header-logo img {
    vertical-align: middle;
  }
  #header .header-btn {
    display: grid;
    place-items: center;
    width: clamp(150px, 40vw, 200px);
    height: 100%;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    color: #fff;
    font-size: clamp(13px, 3.4vw, 15px);
    font-weight: bold;
  }
  #footer {
    position: relative;
    font-size: clamp(14px, 3.73vw, 16px);
    background: rgb(251, 176, 59);
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    color: #fff;
  }
  #footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 1.65em 4vw;
    font-size: 12px;
    font-weight: bold;
  }
  #footer ul li {
    margin: 0 1.5em;
  }
  #footer ul li a {
    color: #fff;
  }
  #footer .copyright {
    display: block;
    padding: 1.65em 4vw;
    font-size: 12px;
    text-align: center;
    background-color: #494949;
  }
  .cta,
  .cta2 {
    padding: 20px 4vw 15px;
    background: rgb(251, 176, 59);
    background: url(../img/cta-bg.png), linear-gradient(135deg, rgb(255, 153, 153) 0%, rgb(251, 176, 59) 100%);
    background-size: cover, cover;
  }
  .cta h2,
  .cta2 h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: clamp(16px, 4.26vw, 18px);
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .cta .inner,
  .cta2 .inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 14px;
    background-color: #fff;
    border-radius: 12px;
  }
  .cta h2 {
    padding: 14px 0 10px 85px;
    background-image: url(../img/cta@2x.png);
    background-repeat: no-repeat;
    background-size: 58px auto;
    background-position: bottom -10px left 14px;
  }
  .cta2 h2 {
    text-align: center;
    padding-bottom: 12px;
    font-size: clamp(14px, 3.73vw, 16px);
  }
  .btn-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.1em 0;
    font-size: clamp(18px, 4.8vw, 24px);
    font-weight: bold;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    border: 1px solid #ff6619;
    border-radius: 50px;
    color: #fff;
    text-align: center;
  }
  .btn-cta::before, .btn-cta::after {
    content: "";
    width: clamp(27px, 7.2vw, 36px);
    height: clamp(27px, 7.2vw, 36px);
    margin: 0 clamp(12px, 3.2vw, 20px);
  }
  .btn-cta::after {
    background-image: url(../img/btn-arrow.svg);
    background-size: contain;
  }
  .btn-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.1em 0;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: bold;
    border: 2px solid #ff6619;
    border-radius: 50px;
    color: #ff6619;
    text-align: center;
  }
  .btn-w::before, .btn-w::after {
    content: "";
    width: clamp(27px, 7.2vw, 36px);
    height: clamp(27px, 7.2vw, 36px);
    margin: 0 clamp(12px, 3.2vw, 20px);
  }
  .btn-w::after {
    background-image: url(../img/btn-arrow-w.svg);
    background-size: contain;
  }
  .mv {
    position: relative;
    padding: 50px 4vw 70px;
    background: rgb(255, 120, 159);
    background: url(../img/mv-bg.png), linear-gradient(135deg, rgb(255, 120, 159) 0%, rgb(255, 215, 8) 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    color: #fff;
  }
  .mv .mv-before {
    margin: 0 0 15px;
    padding: 0.25em;
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.05em;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
  }
  .mv .mv-title {
    margin-bottom: 10px;
    font-size: clamp(26px, 6.9vw, 32px);
    font-weight: 900;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .mv .mv-logo {
    font-size: clamp(9px, 2.4vw, 14px);
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .mv .mv-logo img {
    width: clamp(100px, 26.6vw, 180px);
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  }
  .mv .award {
    width: clamp(146px, 39vw, 200px);
    padding: clamp(8px, 2.1vw, 16px) 0;
    background-image: url(../img/award.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .mv .award h2 {
    margin: 0;
    font-size: clamp(9px, 2.4vw, 12px);
    font-weight: 900;
  }
  .mv .award strong {
    position: relative;
  }
  .mv .award strong b {
    margin-right: 2px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: clamp(37px, 9.86vw, 42px);
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 0.85em;
  }
  .mv .award strong span {
    display: inline-block;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: bold;
  }
  .mv .award strong .kome {
    position: absolute;
    top: clamp(-15px, -3.46vw, -13px);
    right: 4px;
    font-size: clamp(8px, 2.13vw, 12px);
    font-weight: bold;
  }
  .mv .memo {
    width: clamp(160px, 42vw, 260px);
    margin-top: 20px;
    font-size: clamp(9px, 2.13vw, 13px);
  }
  .mv .img {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
    width: clamp(188px, 50vw, 270px);
  }
  .mv .mv-cta {
    position: absolute;
    left: 50%;
    bottom: clamp(-90px, -18.6vw, -70px);
    z-index: 10;
    width: 92%;
    padding: 22px 4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 9px;
  }
  .mv .mv-cta > p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: clamp(13px, 3.46vw, 18px);
    font-weight: 900;
    text-align: center;
    color: #494949;
  }
  .mv .mv-cta > p::before, .mv .mv-cta > p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #e24315;
  }
  .mv .mv-cta > p::before {
    left: -15px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .mv .mv-cta > p::after {
    right: -10px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .mv .mv-cta > p b {
    font-weight: 900;
    color: #e24315;
  }
  .mv-reskilling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 865px;
    max-width: 100%;
    margin-top: 75px;
    padding: 20px 4vw;
    background-color: #fff;
    border-radius: 10px;
  }
  .mv-reskilling > img {
    width: 210px;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 24px;
  }
  .mv-reskilling p {
    margin: 0;
    font-size: 12px;
    line-height: 1.75em;
    color: #494949;
  }
  .section-reskilling {
    padding: 0 4vw 30px;
    background: #FFF1F2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 241, 242, 0)), color-stop(80%, rgb(255, 245, 230)));
    background: linear-gradient(180deg, rgba(255, 241, 242, 0) 0%, rgb(255, 245, 230) 80%);
  }
  .section-reskilling .header {
    position: relative;
    z-index: 1;
    padding: 20px 4vw;
  }
  .section-reskilling .header .en {
    position: absolute;
    top: -2%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #F4F4F4;
    letter-spacing: 0.12em;
    text-align: center;
    opacity: 0.7;
  }
  .section-reskilling .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 90px;
    font-size: 16px;
    font-weight: 900;
    color: #494949;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.06em;
  }
  .section-reskilling .header h2 span {
    color: #e24315;
  }
  .section-reskilling .inner {
    position: relative;
    z-index: 1;
    width: 987px;
    max-width: 100%;
    margin: 20px auto 40px;
    padding: 50px 8vw 30px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
            box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
  }
  .section-reskilling .inner .title-img {
    position: absolute;
    top: -108px;
    right: 8px;
    z-index: -1;
    display: block;
    width: 87px;
    height: 111px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-reskilling .inner .img {
    width: 220px;
    margin: 0 auto 30px;
  }
  .section-reskilling .inner > p {
    font-size: 14px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 0.16em;
  }
  .section-reskilling .inner > p strong {
    font-weight: inherit;
    color: #e24315;
  }
  .section-reskilling .inner .memo {
    list-style: none;
    letter-spacing: 0.16em;
  }
  .section-reskilling .inner .memo li {
    font-size: 10px;
    font-weight: 700;
  }
  .section-reskilling .inner .memo li::before {
    content: "※";
    margin-right: 0.25em;
  }
  .section-reskilling .reskilling-step-title {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
  }
  .section-reskilling .reskilling-step-title b {
    font-weight: inherit;
    color: #e24315;
  }
  .section-reskilling .reskilling-step {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 4%;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .section-reskilling .reskilling-step li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: 246px;
    max-width: 100%;
  }
  .section-reskilling .reskilling-step li img {
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .section-reskilling .reskilling-step li:nth-child(3) img {
    margin-bottom: -4px;
  }
  .section-reskilling .reskilling-step li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
  .section-reskilling .reskilling-step li .text b {
    position: relative;
    padding-left: 10px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .section-reskilling .reskilling-step li .text b small {
    position: absolute;
    left: 0;
    top: calc(50% + 0.75em);
    font-size: 7px;
    -webkit-transform: translateY(50%) rotate(-90deg);
            transform: translateY(50%) rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .section-reskilling .reskilling-step li .text b i {
    font-style: normal;
    font-size: 22px;
    font-weight: 700;
    color: #e24315;
    letter-spacing: -0.06em;
    line-height: 1em;
  }
  .section-reskilling .reskilling-step li .text p {
    margin: 0 0 0 0.75em;
    font-size: 9.45px;
    font-weight: 700;
    letter-spacing: 0.18em;
  }
  .section-price {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding: 30px 4vw;
    background: #FBB03B;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 159)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 159) 100%);
  }
  .section-price::before, .section-price::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 900px;
    height: 100%;
    -webkit-clip-path: polygon(350px 0, 900px 0%, 550px 100%, 0% 100%);
            clip-path: polygon(350px 0, 900px 0%, 550px 100%, 0% 100%);
    background: #FE3048;
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    opacity: 0.32;
  }
  .section-price::before {
    right: 52%;
  }
  .section-price::after {
    left: 47%;
  }
  .section-price .header {
    position: relative;
    z-index: 1;
    margin-bottom: 170px;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-price .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 95px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    opacity: 0.2;
  }
  .section-price .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .section-price .header h2 span {
    color: #e24315;
  }
  .section-price .price-wrapper {
    position: relative;
    width: 800px;
    max-width: 92%;
    margin: 0 auto 15px;
  }
  .section-price .price-wrapper > img {
    position: absolute;
    top: -185px;
    left: 50%;
    z-index: -1;
    width: 238px;
    height: 192px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-price .price-wrapper .price {
    width: 800px;
    max-width: 100%;
    margin: 50px auto 10px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 900;
    -webkit-box-shadow: 0 0 2px rgba(196, 196, 198, 0.75);
            box-shadow: 0 0 2px rgba(196, 196, 198, 0.75);
    background-color: #fff;
    border-radius: 20px;
  }
  .section-price .price-wrapper .price .usu,
  .section-price .price-wrapper .price .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
  }
  .section-price .price-wrapper .price .usu *,
  .section-price .price-wrapper .price .sub * {
    font-weight: inherit;
  }
  .section-price .price-wrapper .price .usu i,
  .section-price .price-wrapper .price .sub i {
    margin-left: 0.25em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .section-price .price-wrapper .price .usu b,
  .section-price .price-wrapper .price .sub b {
    font-size: 24px;
  }
  .section-price .price-wrapper .price .usu small,
  .section-price .price-wrapper .price .sub small {
    margin-left: 0.5em;
    letter-spacing: 0.1em;
  }
  .section-price .price-wrapper .price .usu {
    position: relative;
    z-index: 2;
    width: 315px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 60px;
    font-size: 12px;
    border-radius: 20px 20px 0 0;
  }
  .section-price .price-wrapper .price .usu::after {
    content: "";
    position: absolute;
    left: calc(50% - 16px);
    bottom: -11px;
    width: 33px;
    height: 13px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
  }
  .section-price .price-wrapper .price .usu i {
    font-size: clamp(22px, 8vw, 30px);
  }
  .section-price .price-wrapper .price .sub {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #EF0303;
    border-radius: 0 0 20px 20px;
  }
  .section-price .price-wrapper .price .sub::after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    width: 95px;
    height: 100%;
    -webkit-clip-path: polygon(35% 1%, 100% 0%, 65% 100%, 0% 100%);
            clip-path: polygon(35% 1%, 100% 0%, 65% 100%, 0% 100%);
    background-color: rgba(255, 255, 255, 0.2);
  }
  .section-price .price-wrapper .price .sub i {
    font-size: clamp(30px, 10.6vw, 40px);
  }
  .section-price .price-wrapper .price-bubble {
    position: absolute;
    top: -30px;
    right: -16px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75px;
    height: 75px;
    color: #fff;
    font-weight: 900;
    background-color: #EF0303;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
  }
  .section-price .price-wrapper .price-bubble::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0px;
    width: 12px;
    height: 12px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #EF0303;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .section-price .price-wrapper .price-bubble b {
    margin: 0.75em auto;
    font-size: 8px;
    letter-spacing: 0.2em;
  }
  .section-price .price-wrapper .price-bubble i {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 700;
  }
  .section-price .price-wrapper .price-bubble i small {
    position: absolute;
    bottom: -12px;
    right: -8px;
    font-size: 10px;
  }
  .section-price .price-wrapper .price-bubble p {
    margin: 4px 0 0;
    font-size: 6px;
  }
  .section-price .cashback {
    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: 0 auto;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.14em;
    text-shadow: 0 0 2px rgba(196, 196, 198, 0.75);
  }
  .section-price .cashback::before, .section-price .cashback::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 20px;
    margin-top: 5px;
    background-image: url(../img/ico-cashback.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .section-price .cashback::before {
    background-position: left center;
  }
  .section-price .cashback::after {
    background-position: right center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-price .cashback span {
    display: inline-block;
    padding: 0 10px;
  }
  .section-price .cashback b {
    margin: 0 0.1em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: inherit;
    letter-spacing: 0.05em;
  }
  .section-price .price-conditions {
    margin: 30px auto 20px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .section-price .inner {
    width: 1086px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-price .inner h4 {
    padding: 1em 25px;
    font-size: 16px;
    background-color: #F7F7F7;
    border-radius: 13px 13px 0 0;
  }
  .section-price .inner .box {
    padding: 25px 25px 40px;
    background-color: #fff;
    border: 1px solid #EFF3F6;
    margin-bottom: 1px;
  }
  .section-price .inner .box:last-child {
    border-radius: 0 0 13px 13px;
  }
  .section-price .inner .box h5 {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .section-price .inner .conditions-type li,
  .section-price .inner .conditions-memo li,
  .section-price .inner .conditions-list li {
    margin-bottom: 0.5em;
  }
  .section-price .inner .conditions-type {
    display: grid;
    grid-template-columns: 120px 160px;
    margin-bottom: 1.25em;
    padding-left: 1em;
    font-size: 15px;
    font-weight: 700;
    color: #E03C5C;
  }
  .section-price .inner .conditions-memo {
    list-style: none;
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1.25em;
  }
  .section-price .inner .conditions-memo li {
    font-size: 14px;
  }
  .section-price .inner .conditions-memo li::before {
    content: "※";
    margin-right: 0.5em;
  }
  .section-price .inner .conditions-list {
    list-style: none;
    padding-left: 1em;
    text-indent: -1.25em;
  }
  .section-price .inner .conditions-list li {
    font-size: 14px;
  }
  .section-price .inner .conditions-list li::before {
    content: "・";
    margin-right: 0.5em;
  }
  .section-skillup {
    padding: 70px 0 0;
  }
  .section-skillup .header {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-skillup .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 71px;
    font-weight: 700;
    color: #F4F4F4;
    letter-spacing: 0.12em;
    opacity: 0.7;
  }
  .section-skillup .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 900;
    color: #494949;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.36em;
  }
  .section-skillup .header h2 span {
    color: #e24315;
  }
  .section-skillup #skillupSlider01,
  .section-skillup #skillupSlider02 {
    list-style: none;
  }
  .section-skillup #skillupSlider01 li,
  .section-skillup #skillupSlider02 li {
    margin: 0 9px 13px 0;
  }
  .section-skillup #skillupSlider01 li img,
  .section-skillup #skillupSlider02 li img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 11px;
  }
  .section-skillup #skillupSlider01 li img {
    width: 132px;
    height: 92px;
  }
  .section-skillup #skillupSlider02 li img {
    width: 99px;
    height: 68px;
  }
  .section-skillup .col2-title,
  .section-skillup .skillup-list,
  .section-skillup #accordionCurriculum,
  .section-skillup .skillup-footer {
    padding: 0 4%;
  }
  .section-skillup .col2-title {
    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;
    width: 980px;
    max-width: 100%;
    margin: 70px auto 50px;
  }
  .section-skillup .col2-title > img {
    width: 85px;
    height: 73px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 20px;
  }
  .section-skillup .col2-title h3 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.75em;
  }
  .section-skillup .col2-title h3 b {
    font-weight: inherit;
    color: #e24315;
  }
  .section-skillup .skillup-list {
    list-style: none;
    counter-reset: skillup;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .section-skillup .skillup-list li {
    counter-increment: skillup;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 14px;
    font-size: 14px;
    font-weight: 700;
    background: #FBB03B;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    border-radius: 8px;
    overflow: hidden;
  }
  .section-skillup .skillup-list li::before {
    content: "0" counter(skillup);
    display: inline-block;
    width: 64px;
    padding: 0.55em 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    background-color: rgba(226, 67, 21, 0.5);
  }
  .section-skillup .skillup-list li span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    color: #fff;
    text-align: center;
  }
  .section-skillup #accordionCurriculum {
    display: none;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .section-skillup #accordionCurriculum img {
    width: 980px;
    max-width: none;
  }
  .section-skillup #curriculumOpen {
    position: relative;
    width: 320px;
    margin: 45px auto 0;
    padding: 1.55em;
    font-size: 14px;
    font-weight: 700;
    color: #FF6619;
    text-align: center;
    border: 1px solid #FF6619;
    border-radius: 5em;
  }
  .section-skillup #curriculumOpen::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../img/ico-arrow-o.svg);
            mask-image: url(../img/ico-arrow-o.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #FF6619;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-skillup #curriculumOpen:hover {
    color: #fff;
    background-color: #FF6619;
    cursor: pointer;
  }
  .section-skillup #curriculumOpen:hover::after {
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .section-skillup #curriculumOpen.open::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .section-skillup #curriculumOpen.open:hover::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .section-skillup .skillup-footer {
    position: relative;
    height: 195px;
    margin-top: 100px;
    background: #FBB03B;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
  }
  .section-skillup .skillup-footer > img {
    position: absolute;
    left: calc(50% - 119px);
    top: -40px;
    width: 238px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-skillup .skillup-footer p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 110px 0 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
  }
  .section-slider {
    padding: 40px 0 50px;
    background-color: #fff5e6;
  }
  .section-slider > h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    font-size: clamp(18px, 4.8vw, 24px);
    font-weight: 900;
    text-align: center;
  }
  .section-slider > h2 b {
    font-weight: 900;
    color: #e24315;
  }
  .section-slider > h2 small {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: clamp(9px, 2.13vw, 13px);
  }
  .section-slider .memo {
    margin: 0;
    padding: 0 4vw;
    font-size: clamp(9px, 2.13vw, 13px);
    text-indent: -1.5em;
    padding-left: calc(4vw + 1.5em);
    color: #707070;
  }
  .section-slider .memo::before {
    content: "※";
    margin-right: 0.5em;
  }
  #supportEX {
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 10px 40px;
    text-align: center;
    overflow: hidden;
  }
  #supportEX .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(20, minmax(100%, 1fr));
    gap: 0 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    counter-reset: slide;
  }
  #supportEX .swiper-slide {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 10px 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #supportEX .up {
    width: 84px;
    height: 64px;
    padding: 7px 0 0 20px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background-image: url(../img/slider-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    border-radius: 50%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  #supportEX .up em,
  #supportEX .up span {
    display: block;
  }
  #supportEX .up em {
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.25em;
  }
  #supportEX .up i {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
  }
  #supportEX .up b {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 1em;
  }
  #supportEX .up span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  #supportEX .col2-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px 10px;
  }
  #supportEX .col2-title .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  #supportEX .col2-title .text .support-title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 900;
    color: #4c4c4c;
    line-height: 1.5em;
  }
  #supportEX .col2-title .text .support-title b {
    font-weight: 900;
    color: #e24315;
  }
  #supportEX .col2-title .text p {
    margin: 0;
    font-size: 11px;
  }
  #supportEX .col2-ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(255, 153, 153);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 153, 153)), to(rgb(251, 176, 59)));
    background: linear-gradient(90deg, rgb(255, 153, 153) 0%, rgb(251, 176, 59) 100%);
    border-radius: 0 0 14px 14px;
  }
  #supportEX .col2-ba .before,
  #supportEX .col2-ba .after {
    width: 50%;
    padding: 15px 5px;
  }
  #supportEX .col2-ba .before small,
  #supportEX .col2-ba .after small {
    display: block;
    margin-bottom: 5px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.28em;
  }
  #supportEX .col2-ba .before b,
  #supportEX .col2-ba .after b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
  }
  #supportEX .col2-ba .before b span,
  #supportEX .col2-ba .after b span {
    font-size: 12px;
  }
  #supportEX .col2-ba .before {
    position: relative;
    background-color: #f5ede9;
    border-radius: 0 0 0 13px;
  }
  #supportEX .col2-ba .before::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background-color: #f5ede9;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  #supportEX .col2-ba .after {
    border-radius: 0 0 13px 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  #supportEX .col2-ba .after small {
    color: #fff;
  }
  #supportEX .col2-ba .after b {
    color: #fff;
  }
  #supportEX .support-pagination {
    margin-top: 10px;
  }
  #supportEX .support-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffd4d4;
    opacity: 1;
  }
  #supportEX .support-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e24315;
  }
  .section-company .inner {
    padding: 50px 4vw 10px;
  }
  .section-company h2 {
    margin: 0 auto 20px;
    font-size: clamp(18px, 4.8vw, 24px);
    font-weight: 900;
    text-align: center;
  }
  .section-company h2 b {
    font-weight: 900;
    color: #e24315;
  }
  .section-company .company-list {
    list-style: none;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 4vw;
  }
  .section-company .company-list li {
    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: 16px;
    padding: 12px 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
            box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
    border-radius: 16px;
  }
  .section-company .company-list li:last-child {
    margin-bottom: 0;
  }
  .section-company .memo {
    margin: 0;
    font-size: clamp(11px, 2.9vw, 13px);
    font-weight: bold;
    text-align: right;
    color: #686868;
  }
  .section-company-wrapper .footer-img {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .section-company-wrapper .footer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-company-wrapper .footer-img::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    right: -1px;
    width: 100%;
    height: 40px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-color: #fff;
  }
  .section-counseling {
    padding-bottom: 35px;
    background-color: #fff5e6;
  }
  .section-counseling .header {
    position: relative;
    z-index: 1;
    padding: 20px 4vw;
    background: rgb(251, 176, 59);
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    text-align: center;
  }
  .section-counseling .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -85%);
            transform: translate(-50%, -85%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: clamp(67px, 17.8vw, 80px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    opacity: 0.16;
  }
  .section-counseling .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.12em;
    line-height: 1.75em;
    text-align: left;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .section-counseling .comment-wrapper {
    padding: 40px 4vw 0;
  }
  .section-counseling .comment-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 160px;
    margin: 0 auto 30px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.07em;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-counseling .comment-wrapper > div b {
    font-weight: 900;
    color: #e24315;
  }
  .section-counseling .comment-wrapper > div p {
    margin: 0;
  }
  .section-counseling .comment-wrapper .comment01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-image: url(../img/secret01@2x.png);
  }
  .section-counseling .comment-wrapper .comment01 p {
    width: 165px;
    padding-right: 15px;
  }
  .section-counseling .comment-wrapper .comment02 {
    background-image: url(../img/secret02@2x.png);
  }
  .section-counseling .comment-wrapper .comment02 p {
    width: 176px;
    padding-left: 12px;
  }
  .section-counseling .comment-wrapper .comment03 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-image: url(../img/secret03@2x.png);
  }
  .section-counseling .comment-wrapper .comment03 p {
    width: 163px;
    padding-right: 10px;
  }
  .section-counseling .comment-wrapper .comment04 {
    background-image: url(../img/secret04@2x.png);
  }
  .section-counseling .comment-wrapper .comment04 p {
    width: 176px;
    padding-left: 12px;
  }
  .section-counseling .summary {
    width: 80%;
    margin: 0 auto;
    padding: 0 4vw;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: bold;
    line-height: 1.75em;
    letter-spacing: 0.18em;
  }
  .section-counseling .summary b {
    font-weight: bold;
    color: #e24315;
  }
  .section-point {
    padding: 50px 4vw 30px;
  }
  .section-point .header {
    margin-bottom: 50px;
  }
  .section-point .header h2 {
    font-size: clamp(19px, 5vw, 26px);
    font-weight: bold;
    text-align: center;
  }
  .section-point .header h2 b {
    font-weight: bold;
    color: #e24315;
  }
  .section-point .header h2 i {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: clamp(33px, 8.8vw, 40px);
    font-style: normal;
    font-weight: bold;
  }
  .section-point .point {
    position: relative;
    z-index: 1;
    margin: 0 auto 40px;
    text-align: center;
  }
  .section-point .point::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: 210px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff7f5;
  }
  .section-point .point:last-child {
    margin-bottom: 0;
  }
  .section-point .point.p1 img {
    width: 182px;
  }
  .section-point .point.p2 img {
    width: 123px;
  }
  .section-point .point.p3 img {
    width: 147px;
  }
  .section-point .point img {
    margin: 0 auto 10px;
  }
  .section-point .point > b {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0.6em 1em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.46vw, 15px);
    background: rgb(251, 176, 59);
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    color: #fff;
    border-radius: 40px;
    line-height: 1em;
    letter-spacing: 0.14em;
  }
  .section-point .point > b i {
    font-size: clamp(20px, 5.3vw, 24px);
    font-style: normal;
  }
  .section-point .point p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10%;
    text-align: left;
    letter-spacing: 0.04em;
  }
  .section-flow {
    padding: 0 0 30px;
    background-color: #fff5e6;
  }
  .section-flow .header {
    position: relative;
    padding: 0 4vw;
  }
  .section-flow .header::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 4%;
    width: 92%;
    height: 30px;
    background-color: #fff5e6;
  }
  .section-flow .header p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5px;
    color: #724d12;
    font-weight: bold;
  }
  .section-flow .header p::before, .section-flow .header p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #724d12;
  }
  .section-flow .header p::before {
    left: -15px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .section-flow .header p::after {
    right: -10px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .section-flow .header h2 {
    margin: 0 auto 40px;
    font-size: clamp(18px, 4.8vw, 24px);
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .section-flow .header h2 i {
    position: relative;
    top: 2px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: clamp(29px, 7.7vw, 32px);
    font-weight: 900;
    font-style: normal;
    color: #e24315;
  }
  .section-flow .header h2 b {
    font-weight: 900;
    color: #e24315;
  }
  .section-flow .flow-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    padding: 0 4vw;
    text-align: center;
  }
  .section-flow .flow-wrapper::before, .section-flow .flow-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -5;
    width: 5px;
    height: 100%;
    background-image: url(../img/flow-line.svg);
    background-repeat: repeat-y;
    background-position: bottom center;
    background-size: contain;
  }
  .section-flow .flow-wrapper::before {
    left: calc(25% + 2vw);
  }
  .section-flow .flow-wrapper::after {
    right: calc(25% + 2vw);
  }
  .section-flow .flow-wrapper > div {
    position: relative;
    font-weight: 900;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
  }
  .section-flow .flow-wrapper .flow1,
  .section-flow .flow-wrapper .flow2,
  .section-flow .flow-wrapper .flow3,
  .section-flow .flow-wrapper .flow4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: span 2;
    margin-bottom: 20px;
    padding: 14px 10px;
  }
  .section-flow .flow-wrapper .flow1 img,
  .section-flow .flow-wrapper .flow2 img,
  .section-flow .flow-wrapper .flow3 img,
  .section-flow .flow-wrapper .flow4 img {
    margin-right: 8px;
  }
  .section-flow .flow-wrapper .flow1 span,
  .section-flow .flow-wrapper .flow2 span,
  .section-flow .flow-wrapper .flow3 span,
  .section-flow .flow-wrapper .flow4 span {
    display: block;
    text-align: left;
  }
  .section-flow .flow-wrapper .flow5,
  .section-flow .flow-wrapper .flow6,
  .section-flow .flow-wrapper .flow7,
  .section-flow .flow-wrapper .flow8 {
    padding: 18px 5px;
  }
  .section-flow .flow-wrapper .flow5 img,
  .section-flow .flow-wrapper .flow6 img,
  .section-flow .flow-wrapper .flow7 img,
  .section-flow .flow-wrapper .flow8 img {
    margin-bottom: 8px;
  }
  .section-flow .flow-wrapper .flow5 span,
  .section-flow .flow-wrapper .flow6 span,
  .section-flow .flow-wrapper .flow7 span,
  .section-flow .flow-wrapper .flow8 span {
    display: block;
  }
  .section-flow .flow-wrapper .flow1 img {
    width: 22px;
  }
  .section-flow .flow-wrapper .flow2 img {
    width: 17px;
  }
  .section-flow .flow-wrapper .flow3 img {
    width: 30px;
  }
  .section-flow .flow-wrapper .flow4 img {
    width: 30px;
  }
  .section-flow .flow-wrapper .flow5 {
    grid-column-start: 2;
    margin-bottom: 20px;
  }
  .section-flow .flow-wrapper .flow5 img {
    width: 24px;
  }
  .section-flow .flow-wrapper .flow6 {
    grid-column-start: 2;
    margin-bottom: 20px;
  }
  .section-flow .flow-wrapper .flow6 img {
    width: 23px;
  }
  .section-flow .flow-wrapper .flow7 {
    margin-bottom: 0;
  }
  .section-flow .flow-wrapper .flow7 img {
    width: 23px;
  }
  .section-flow .flow-wrapper .flow8 {
    margin-bottom: 0;
    color: #e24315;
  }
  .section-flow .flow-wrapper .flow8 img {
    width: 26px;
  }
  .section-faq {
    padding: 40px 4vw;
    background-color: #fff5e6;
  }
  .section-faq .header {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    text-align: center;
  }
  .section-faq .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: clamp(67px, 17.8vw, 80px);
    font-weight: 900;
    color: #fff;
    opacity: 0.5;
  }
  .section-faq .header h2 {
    font-size: clamp(18px, 4.8vw, 24px);
    font-weight: 900;
  }
  .section-faq .faq {
    margin-bottom: 13px;
    padding: 1.25em 1em 1.25em 42px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    letter-spacing: 0.02em;
  }
  .section-faq .faq .question,
  .section-faq .faq .answer {
    position: relative;
  }
  .section-faq .faq .question::before,
  .section-faq .faq .answer::before {
    position: absolute;
    left: -1.5em;
    font-size: clamp(16px, 4.26vw, 18px);
    font-weight: 900;
    color: #d66050;
  }
  .section-faq .faq .question {
    position: relative;
    font-size: clamp(14px, 3.73vw, 16px);
    padding-right: 24px;
  }
  .section-faq .faq .question::before {
    content: "Q";
    top: 0;
  }
  .section-faq .faq .question::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/ico-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .section-faq .faq .question.active::after {
    background-image: url(../img/ico-minus.svg);
  }
  .section-faq .faq .answer {
    display: none;
    padding: 2em 0 0;
  }
  .section-faq .faq .answer::before {
    content: "A";
    top: 1.875em;
  }
  .section-faq .faq .answer p {
    line-height: 2em;
  }
  .section-faq .faq .answer p:last-child {
    margin-bottom: 0;
  }
  .section-about {
    padding: 40px 4vw;
  }
  .section-about > h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .section-about > h2 img {
    width: clamp(200px, 53vw, 240px);
    margin-right: 10px;
  }
  .section-about .col2 {
    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: 0 auto 40px;
  }
  .section-about .col2 .img {
    width: clamp(86px, 23vw, 120px);
    margin-right: 20px;
  }
  .section-about .col2 .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-about .col2 .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  .section-about .col2 .title b {
    color: #e24315;
    font-weight: 900;
  }
  .section-about p {
    line-height: 1.75em;
    letter-spacing: 0.08em;
  }
  .section-about p:last-child {
    margin-bottom: 0;
  }
  .section-about .btn-w {
    margin: 40px auto 0;
    max-width: 572px;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1001px) {
  .sp {
    display: none !important;
  }
  #container {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    font-size: clamp(14px, 3.73vw, 16px);
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
    margin: 0 auto;
    padding: 0 0 0 4vw;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  #header #header-logo {
    display: grid;
    place-items: center;
    width: 278px;
    height: 85px;
    margin: 0;
  }
  #header #header-logo img {
    vertical-align: middle;
  }
  #header .header-btn {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 235px;
    height: 100%;
    color: #fff;
    font-size: clamp(13px, 3.4vw, 15px);
    font-weight: bold;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
  }
  #header .header-btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, right top, left top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(270deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  #header .header-btn:hover::after {
    opacity: 1;
  }
  #footer {
    position: relative;
    font-size: clamp(14px, 3.73vw, 16px);
    background: rgb(251, 176, 59);
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    color: #fff;
  }
  #footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1024px;
    margin: 0 auto;
    padding: 0.85em 4vw;
    font-size: 18px;
    font-weight: bold;
  }
  #footer ul li {
    margin: 0 1em;
  }
  #footer ul li a {
    color: #fff;
  }
  #footer .copyright {
    display: block;
    padding: 3.5em 30px;
    font-size: 9px;
    text-align: right;
    background-color: #494949;
  }
  .cta,
  .cta2 {
    padding: 40px 30px 45px;
    background: rgb(251, 176, 59);
    background: url(../img/cta-bg_pc@2x.png), linear-gradient(135deg, rgb(255, 153, 153) 0%, rgb(251, 176, 59) 100%);
    background-size: cover, cover;
    background-repeat: no-repeat;
  }
  .cta h2,
  .cta2 h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
  }
  .cta .inner,
  .cta2 .inner {
    max-width: 450px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
  }
  .cta h2 {
    padding: 20px 0 25px 110px;
    line-height: 1.25em;
    background-image: url(../img/cta@2x.png);
    background-repeat: no-repeat;
    background-size: 75px auto;
    background-position: bottom -10px left 14px;
  }
  .cta2 h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 26px;
  }
  .btn-cta {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.1em 0;
    font-size: 23px;
    font-weight: bold;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    border: 1px solid #ff6619;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .btn-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, right top, left top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(270deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .btn-cta::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    width: 34px;
    height: 34px;
    background-image: url(../img/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-cta:hover::before {
    opacity: 1;
  }
  .btn-cta:hover::after {
    right: 16px;
  }
  .btn-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.65em 0;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #ff6619;
    border-radius: 50px;
    color: #ff6619;
    text-align: center;
  }
  .btn-w::before, .btn-w::after {
    content: "";
    width: 18px;
    height: 18px;
    margin: 0 16px;
  }
  .btn-w::after {
    background-image: url(../img/btn-arrow-w.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .btn-w:hover {
    opacity: 0.8;
  }
  .mv {
    position: relative;
    z-index: 1;
    padding: 70px 30px 0;
    background: rgb(255, 120, 159);
    background: url(../img/mv-bg_pc@2x.png), linear-gradient(135deg, rgb(255, 120, 159) 0%, rgb(255, 215, 8) 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    color: #fff;
  }
  .mv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 930px;
    margin: 0 auto;
  }
  .mv .text {
    width: 600px;
    padding-bottom: 125px;
  }
  .mv .mv-before {
    margin: 0 0 15px;
    padding: 0.25em;
    font-size: 20px;
    font-weight: 900;
    line-height: 1em;
    background: rgb(254, 48, 72);
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
  }
  .mv .mv-title {
    margin-bottom: 5px;
    font-size: 45px;
    font-weight: 900;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.25em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .mv .mv-logo {
    margin-bottom: 35px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .mv .mv-logo img {
    width: 175px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  }
  .mv .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv .award-wrapper {
    width: 165px;
    padding-top: 15px;
  }
  .mv .award {
    width: 100%;
    padding: 5px 20px;
    background-image: url(../img/award.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .mv .award h2 {
    margin: 0 0 2px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .mv .award strong {
    position: relative;
  }
  .mv .award strong b {
    margin-right: 5px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 0.85em;
  }
  .mv .award strong span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .mv .award strong .kome {
    position: absolute;
    top: -8px;
    right: 6px;
    font-size: 8px;
    font-weight: bold;
  }
  .mv .memo {
    width: 100%;
    margin: 8px 0 0;
    padding-left: 1.25em;
    font-size: 9px;
    text-indent: -1.25em;
  }
  .mv .img {
    width: 400px;
  }
  .mv .mv-cta {
    width: 325px;
    margin-right: 25px;
    padding: 20px 22px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 9px;
  }
  .mv .mv-cta > p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #494949;
  }
  .mv .mv-cta > p::before, .mv .mv-cta > p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #494949;
  }
  .mv .mv-cta > p::before {
    left: -10px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .mv .mv-cta > p::after {
    right: -5px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .mv .mv-cta > p b {
    font-weight: 900;
  }
  .mv .mv-cta > p span {
    color: #e24315;
  }
  .mv .mv-cta .btn-cta {
    font-size: 16px;
  }
  .mv .mv-cta .btn-cta::after {
    width: 24px;
    height: 24px;
  }
  .mv .mv-reskilling {
    position: absolute;
    z-index: -1;
    bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 865px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .mv .mv-reskilling > img {
    width: 180px;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 24px;
  }
  .mv .mv-reskilling p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75em;
    color: #494949;
  }
  .section-reskilling {
    padding: 90px 30px;
    background: #FFF1F2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 241, 242, 0)), color-stop(80%, rgb(255, 245, 230)));
    background: linear-gradient(180deg, rgba(255, 241, 242, 0) 0%, rgb(255, 245, 230) 80%);
  }
  .section-reskilling .header {
    position: relative;
    z-index: 1;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-reskilling .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 120px;
    font-weight: 700;
    color: #F4F4F4;
    letter-spacing: 0.12em;
    opacity: 0.7;
  }
  .section-reskilling .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 900;
    color: #494949;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.06em;
  }
  .section-reskilling .header h2 span {
    color: #e24315;
  }
  .section-reskilling .inner {
    position: relative;
    z-index: 1;
    width: 987px;
    margin: 30px auto 80px;
    padding: 50px 60px 90px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
            box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
  }
  .section-reskilling .inner .title-img {
    position: absolute;
    top: -143px;
    right: 16px;
    display: block;
    width: 115px;
    height: 146px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-reskilling .inner .img {
    width: 385px;
    margin: 0 auto 55px;
  }
  .section-reskilling .inner > p {
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.16em;
  }
  .section-reskilling .inner > p strong {
    font-weight: inherit;
    color: #e24315;
  }
  .section-reskilling .inner .memo {
    list-style: none;
    letter-spacing: 0.16em;
  }
  .section-reskilling .inner .memo li {
    font-weight: 700;
  }
  .section-reskilling .inner .memo li::before {
    content: "※";
    margin-right: 0.25em;
  }
  .section-reskilling .reskilling-step-title {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
  }
  .section-reskilling .reskilling-step-title b {
    font-weight: inherit;
    color: #e24315;
  }
  .section-reskilling .reskilling-step {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(21%, 1fr));
    gap: 4%;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-reskilling .reskilling-step li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: 246px;
    max-width: 100%;
  }
  .section-reskilling .reskilling-step li img {
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .section-reskilling .reskilling-step li:nth-child(3) img {
    margin-bottom: -4px;
  }
  .section-reskilling .reskilling-step li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
  .section-reskilling .reskilling-step li .text b {
    position: relative;
    padding-left: 14px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
  }
  .section-reskilling .reskilling-step li .text b small {
    position: absolute;
    left: 0;
    top: calc(50% + 1em);
    font-size: clamp(9px, 0.93vw, 11px);
    -webkit-transform: translateY(50%) rotate(-90deg);
            transform: translateY(50%) rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .section-reskilling .reskilling-step li .text b i {
    font-style: normal;
    font-size: clamp(36px, 3.47vw, 41px);
    font-weight: 700;
    color: #e24315;
    letter-spacing: -0.06em;
    line-height: 1em;
  }
  .section-reskilling .reskilling-step li .text p {
    margin: 0 0 0 0.75em;
    font-size: clamp(14px, 1.35vw, 16px);
    font-weight: 700;
    letter-spacing: 0.18em;
  }
  .section-price {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    padding: 90px 30px;
    background: #FBB03B;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 159)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 159) 100%);
  }
  .section-price::before, .section-price::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 900px;
    height: 100%;
    -webkit-clip-path: polygon(350px 0, 900px 0%, 550px 100%, 0% 100%);
            clip-path: polygon(350px 0, 900px 0%, 550px 100%, 0% 100%);
    background: #FE3048;
    background: -webkit-gradient(linear, left top, right top, from(rgb(254, 48, 72)), to(rgb(255, 165, 0)));
    background: linear-gradient(90deg, rgb(254, 48, 72) 0%, rgb(255, 165, 0) 100%);
    opacity: 0.32;
  }
  .section-price::before {
    right: 52%;
  }
  .section-price::after {
    left: 47%;
  }
  .section-price .header {
    position: relative;
    z-index: 1;
    margin-bottom: 170px;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-price .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 180px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    opacity: 0.2;
  }
  .section-price .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .section-price .header h2 span {
    color: #e24315;
  }
  .section-price .price-wrapper {
    position: relative;
    width: 800px;
    margin: 0 auto 15px;
  }
  .section-price .price-wrapper > img {
    position: absolute;
    top: -185px;
    left: 50%;
    z-index: -1;
    width: 238px;
    height: 192px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-price .price-wrapper .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 900;
    -webkit-box-shadow: 0 0 2px rgba(196, 196, 198, 0.75);
            box-shadow: 0 0 2px rgba(196, 196, 198, 0.75);
  }
  .section-price .price-wrapper .price .usu,
  .section-price .price-wrapper .price .sub {
    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: 10px 20px;
  }
  .section-price .price-wrapper .price .usu *,
  .section-price .price-wrapper .price .sub * {
    font-weight: inherit;
  }
  .section-price .price-wrapper .price .usu i,
  .section-price .price-wrapper .price .sub i {
    margin-left: 0.25em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .section-price .price-wrapper .price .usu b,
  .section-price .price-wrapper .price .sub b {
    font-size: 24px;
  }
  .section-price .price-wrapper .price .usu small,
  .section-price .price-wrapper .price .sub small {
    margin-left: 0.5em;
    letter-spacing: 0.25em;
  }
  .section-price .price-wrapper .price .usu {
    position: relative;
    z-index: 2;
    width: 315px;
    font-size: 15.5px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
  }
  .section-price .price-wrapper .price .usu::after {
    content: "";
    position: absolute;
    right: -10px;
    width: 13px;
    height: 33px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #fff;
  }
  .section-price .price-wrapper .price .usu i {
    font-size: 32px;
  }
  .section-price .price-wrapper .price .sub {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
    color: #fff;
    background-color: #EF0303;
    border-radius: 0 20px 20px 0;
  }
  .section-price .price-wrapper .price .sub::after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    width: 95px;
    height: 100%;
    -webkit-clip-path: polygon(35% 1%, 100% 0%, 65% 100%, 0% 100%);
            clip-path: polygon(35% 1%, 100% 0%, 65% 100%, 0% 100%);
    background-color: rgba(255, 255, 255, 0.2);
  }
  .section-price .price-wrapper .price .sub i {
    font-size: 62px;
  }
  .section-price .price-wrapper .price-bubble {
    position: absolute;
    top: -70px;
    right: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 110px;
    height: 110px;
    color: #fff;
    font-weight: 900;
    background-color: #EF0303;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
  }
  .section-price .price-wrapper .price-bubble::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 12px;
    height: 12px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #EF0303;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .section-price .price-wrapper .price-bubble b {
    margin-bottom: 1.5em;
    font-size: 10px;
  }
  .section-price .price-wrapper .price-bubble i {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 51px;
    font-weight: 700;
  }
  .section-price .price-wrapper .price-bubble i small {
    position: absolute;
    bottom: -12px;
    right: -15px;
    font-size: 12px;
  }
  .section-price .price-wrapper .price-bubble p {
    margin: 0;
    font-size: 7.5px;
  }
  .section-price .cashback {
    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: flex-end;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.14em;
    text-shadow: 0 0 2px rgba(196, 196, 198, 0.75);
  }
  .section-price .cashback::before, .section-price .cashback::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 24px;
    margin-bottom: 5px;
    background-image: url(../img/ico-cashback.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .section-price .cashback::before {
    background-position: left center;
  }
  .section-price .cashback::after {
    background-position: right center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section-price .cashback span {
    display: inline-block;
    padding: 0 10px;
  }
  .section-price .cashback b {
    margin: 0 0.1em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: inherit;
    letter-spacing: 0.05em;
  }
  .section-price .price-conditions {
    margin: 65px auto 30px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.36em;
    text-align: center;
  }
  .section-price .inner {
    width: 1086px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-price .inner h4 {
    padding: 1em;
    font-size: 22px;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #EFF3F6;
    border-radius: 13px 13px 0 0;
  }
  .section-price .inner .box {
    padding: 25px 50px;
    background-color: #fff;
    border: 1px solid #EFF3F6;
    margin-bottom: 1px;
  }
  .section-price .inner .box:last-child {
    border-radius: 0 0 13px 13px;
  }
  .section-price .inner .box h5 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .section-price .inner .conditions-type li,
  .section-price .inner .conditions-memo li,
  .section-price .inner .conditions-list li {
    margin-bottom: 0.5em;
  }
  .section-price .inner .conditions-type {
    display: grid;
    grid-template-columns: 170px 200px;
    margin-bottom: 1.25em;
    padding-left: 1em;
    font-weight: 700;
    color: #E03C5C;
  }
  .section-price .inner .conditions-memo {
    list-style: none;
    padding-left: 1em;
    text-indent: -1.25em;
  }
  .section-price .inner .conditions-memo li {
    font-size: 14px;
  }
  .section-price .inner .conditions-memo li::before {
    content: "※";
    margin-right: 0.5em;
  }
  .section-price .inner .conditions-list {
    list-style: none;
    padding-left: 1em;
    text-indent: -1.25em;
  }
  .section-price .inner .conditions-list li {
    font-size: 14px;
  }
  .section-price .inner .conditions-list li::before {
    content: "・";
    margin-right: 0.5em;
  }
  .section-skillup {
    padding: 100px 0 0;
  }
  .section-skillup .header {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-skillup .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 160px;
    font-weight: 700;
    color: #F4F4F4;
    letter-spacing: 0.12em;
    opacity: 0.7;
  }
  .section-skillup .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 900;
    color: #494949;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.36em;
  }
  .section-skillup .header h2 span {
    color: #e24315;
  }
  .section-skillup #skillupSlider01,
  .section-skillup #skillupSlider02 {
    list-style: none;
  }
  .section-skillup #skillupSlider01 li,
  .section-skillup #skillupSlider02 li {
    margin: 0 17px 25px 0;
  }
  .section-skillup #skillupSlider01 li img,
  .section-skillup #skillupSlider02 li img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 11px;
  }
  .section-skillup #skillupSlider01 li img {
    width: 265px;
    height: 183px;
  }
  .section-skillup #skillupSlider02 li img {
    width: 198px;
    height: 137px;
  }
  .section-skillup .col2-title,
  .section-skillup .skillup-list,
  .section-skillup #accordionCurriculum,
  .section-skillup .skillup-footer {
    padding: 0 30px;
  }
  .section-skillup .col2-title {
    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;
    width: 980px;
    max-width: 100%;
    margin: 70px auto 50px;
  }
  .section-skillup .col2-title > img {
    width: 193px;
    height: 165px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 40px;
  }
  .section-skillup .col2-title h3 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.75em;
  }
  .section-skillup .col2-title h3 b {
    font-weight: inherit;
    color: #e24315;
  }
  .section-skillup .skillup-list {
    list-style: none;
    counter-reset: skillup;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 36px;
    width: 980px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .section-skillup .skillup-list li {
    counter-increment: skillup;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    background: #FBB03B;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    border-radius: 8px;
    overflow: hidden;
  }
  .section-skillup .skillup-list li::before {
    content: "0" counter(skillup);
    display: inline-block;
    width: 64px;
    padding: 0.55em 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    background-color: rgba(226, 67, 21, 0.5);
  }
  .section-skillup .skillup-list li span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    color: #fff;
    text-align: center;
  }
  .section-skillup #accordionCurriculum {
    display: none;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-skillup #curriculumOpen {
    position: relative;
    width: 320px;
    margin: 45px auto 0;
    padding: 1.55em;
    font-size: 14px;
    font-weight: 700;
    color: #FF6619;
    text-align: center;
    border: 1px solid #FF6619;
    border-radius: 5em;
  }
  .section-skillup #curriculumOpen::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../img/ico-arrow-o.svg);
            mask-image: url(../img/ico-arrow-o.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #FF6619;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-skillup #curriculumOpen:hover {
    color: #fff;
    background-color: #FF6619;
    cursor: pointer;
  }
  .section-skillup #curriculumOpen:hover::after {
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .section-skillup #curriculumOpen.open::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .section-skillup #curriculumOpen.open:hover::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .section-skillup .skillup-footer {
    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;
    height: 181px;
    margin-top: 100px;
    background: #FBB03B;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
  }
  .section-skillup .skillup-footer > img {
    position: absolute;
    left: calc(50% - 450px);
    bottom: 0;
    width: 377px;
    height: 206px;
  }
  .section-skillup .skillup-footer p {
    margin: 0 0 0 377px;
    font-size: 29px;
    font-weight: 900;
    color: #fff;
  }
  .section-slider {
    padding: 85px 0 60px;
    background: #FFF5E6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 245, 230)), to(rgb(255, 241, 242)));
    background: linear-gradient(0deg, rgb(255, 245, 230) 20%, rgb(255, 241, 242) 100%);
  }
  .section-slider > h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
  }
  .section-slider > h2 b {
    font-weight: 900;
    color: #e24315;
  }
  .section-slider > h2 small {
    position: absolute;
    top: -30px;
    right: 180px;
    font-size: 14px;
  }
  .section-slider .memo {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 9px;
    text-align: right;
    color: #707070;
  }
  .section-slider .memo::before {
    content: "※";
    margin-right: 0.5em;
  }
  #supportEX {
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 10px 40px;
    text-align: center;
    overflow: hidden;
  }
  #supportEX .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(20, minmax(100%, 1fr));
    gap: 0 40px;
    width: 350px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    counter-reset: slide;
  }
  #supportEX .swiper-slide {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 10px 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #supportEX .up {
    width: 84px;
    height: 64px;
    padding: 7px 0 0 20px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background-image: url(../img/slider-up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    border-radius: 50%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  #supportEX .up em,
  #supportEX .up span {
    display: block;
  }
  #supportEX .up em {
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.25em;
  }
  #supportEX .up i {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
  }
  #supportEX .up b {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 1em;
  }
  #supportEX .up span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  #supportEX .col2-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px 10px;
  }
  #supportEX .col2-title .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  #supportEX .col2-title .text .support-title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 900;
    color: #4c4c4c;
    line-height: 1.5em;
  }
  #supportEX .col2-title .text .support-title b {
    font-weight: 900;
    color: #e24315;
  }
  #supportEX .col2-title .text p {
    margin: 0;
    font-size: 11px;
  }
  #supportEX .col2-ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(255, 153, 153);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 153, 153)), to(rgb(251, 176, 59)));
    background: linear-gradient(90deg, rgb(255, 153, 153) 0%, rgb(251, 176, 59) 100%);
    border-radius: 0 0 14px 14px;
  }
  #supportEX .col2-ba .before,
  #supportEX .col2-ba .after {
    width: 50%;
    padding: 15px 5px;
  }
  #supportEX .col2-ba .before small,
  #supportEX .col2-ba .after small {
    display: block;
    margin-bottom: 5px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.28em;
  }
  #supportEX .col2-ba .before b,
  #supportEX .col2-ba .after b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
  }
  #supportEX .col2-ba .before b span,
  #supportEX .col2-ba .after b span {
    font-size: 12px;
  }
  #supportEX .col2-ba .before {
    position: relative;
    background-color: #f5ede9;
    border-radius: 0 0 0 13px;
  }
  #supportEX .col2-ba .before::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background-color: #f5ede9;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  #supportEX .col2-ba .after {
    border-radius: 0 0 13px 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  #supportEX .col2-ba .after small {
    color: #fff;
  }
  #supportEX .col2-ba .after b {
    color: #fff;
  }
  #supportEX .support-pagination {
    display: none;
  }
  .section-company .inner {
    padding: 80px 4vw 60px;
  }
  .section-company h2 {
    margin: 0 auto 60px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
  }
  .section-company h2 b {
    font-weight: 900;
    color: #e24315;
  }
  .section-company .company-list {
    list-style: none;
    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;
    grid: 20px;
    width: 1024px;
    margin: 0 auto 35px;
  }
  .section-company .company-list li {
    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;
    width: 340px;
    height: 100px;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
            box-shadow: 0 0 3px rgba(196, 196, 198, 0.75);
    border-radius: 16px;
  }
  .section-company .memo {
    width: 1024px;
    margin: 0 auto;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #686868;
  }
  .section-company-wrapper .footer-img {
    width: 100%;
    height: 415px;
  }
  .section-company-wrapper .footer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-counseling {
    padding: 90px 30px;
    background-color: #fff5e6;
  }
  .section-counseling .header {
    position: relative;
    z-index: 1;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-counseling .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    opacity: 0.7;
  }
  .section-counseling .header h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 900;
    color: #494949;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .section-counseling .header h2 span {
    color: #e24315;
  }
  .section-counseling .comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
  .section-counseling .comment-wrapper > div {
    width: 205px;
    height: 245px;
    margin: 0 auto 100px;
    padding: 60px 20px 0;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.14em;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-counseling .comment-wrapper > div b {
    font-weight: 900;
    color: #e24315;
  }
  .section-counseling .comment-wrapper > div p {
    margin: 0 auto;
  }
  .section-counseling .comment-wrapper .comment01 {
    background-image: url(../img/secret01_pc@2x.png);
  }
  .section-counseling .comment-wrapper .comment02 {
    background-image: url(../img/secret02_pc@2x.png);
  }
  .section-counseling .comment-wrapper .comment03 {
    background-image: url(../img/secret03_pc@2x.png);
  }
  .section-counseling .comment-wrapper .comment04 {
    background-image: url(../img/secret04_pc@2x.png);
  }
  .section-counseling .summary {
    margin: 0 auto;
    padding: 0 4vw;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.75em;
    text-align: center;
    letter-spacing: 0.18em;
  }
  .section-counseling .summary b {
    font-weight: 900;
    color: #e24315;
  }
  .section-point {
    padding: 90px 30px;
  }
  .section-point .header {
    position: relative;
    z-index: 1;
    padding: 20px 4vw;
    text-align: center;
  }
  .section-point .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 120px;
    font-weight: 700;
    color: #fff7f5;
    letter-spacing: 0.12em;
    opacity: 0.7;
  }
  .section-point .header h2 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .section-point .header h2 b {
    font-weight: bold;
    color: #e24315;
  }
  .section-point .header h2 i {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: bold;
  }
  .section-point .point-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-point .point {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 10px 0;
    margin: 0 auto 40px;
    text-align: center;
  }
  .section-point .point::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 210px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff7f5;
  }
  .section-point .point:last-child {
    margin-bottom: 0;
  }
  .section-point .point.p1 img {
    width: 182px;
  }
  .section-point .point.p2 img {
    width: 123px;
  }
  .section-point .point.p3 img {
    width: 147px;
  }
  .section-point .point img {
    margin: auto auto 0;
  }
  .section-point .point > b {
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0.6em 1em;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 14px;
    background: rgb(251, 176, 59);
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(255, 153, 153)));
    background: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(255, 153, 153) 100%);
    color: #fff;
    border-radius: 40px;
    line-height: 1em;
    letter-spacing: 0.14em;
  }
  .section-point .point > b i {
    font-size: 22px;
    font-style: normal;
  }
  .section-point .point p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 0 10%;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.04em;
  }
  .section-flow {
    padding: 90px 0;
    background: #FFF5E6;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 245, 230)), to(rgb(255, 241, 242)));
    background: linear-gradient(0deg, rgb(255, 245, 230) 20%, rgb(255, 241, 242) 100%);
  }
  .section-flow .header {
    position: relative;
    padding: 0 30px 50px;
    text-align: center;
  }
  .section-flow .header p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5px;
    color: #494949;
    font-size: 20px;
    font-weight: bold;
  }
  .section-flow .header p::before, .section-flow .header p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #494949;
  }
  .section-flow .header p::before {
    left: -15px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .section-flow .header p::after {
    right: -10px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .section-flow .header h2 {
    margin: 0 auto 50px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  .section-flow .header h2 i {
    position: relative;
    top: 2px;
    font-size: clamp(29px, 7.7vw, 32px);
    font-weight: 900;
    font-style: normal;
    color: #e24315;
  }
  .section-flow .header h2 b {
    font-weight: 900;
    color: #e24315;
  }
  .section-flow .header > img {
    width: 1024px;
    margin: 0 auto;
  }
  .section-flow .flow-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 750px;
    margin: 0 auto;
    text-align: center;
  }
  .section-flow .flow-wrapper > div {
    position: relative;
    font-size: 22px;
    font-weight: 900;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
  }
  .section-flow .flow-wrapper .flow1,
  .section-flow .flow-wrapper .flow2,
  .section-flow .flow-wrapper .flow3,
  .section-flow .flow-wrapper .flow4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: span 2;
    margin-bottom: 60px;
    padding: 25px 10px;
  }
  .section-flow .flow-wrapper .flow1 img,
  .section-flow .flow-wrapper .flow2 img,
  .section-flow .flow-wrapper .flow3 img,
  .section-flow .flow-wrapper .flow4 img {
    margin-right: 8px;
  }
  .section-flow .flow-wrapper .flow1::before, .section-flow .flow-wrapper .flow1::after,
  .section-flow .flow-wrapper .flow2::before,
  .section-flow .flow-wrapper .flow2::after,
  .section-flow .flow-wrapper .flow3::before,
  .section-flow .flow-wrapper .flow3::after,
  .section-flow .flow-wrapper .flow4::before,
  .section-flow .flow-wrapper .flow4::after,
  .section-flow .flow-wrapper .flow5::before,
  .section-flow .flow-wrapper .flow5::after,
  .section-flow .flow-wrapper .flow6::before,
  .section-flow .flow-wrapper .flow6::after,
  .section-flow .flow-wrapper .flow7::before,
  .section-flow .flow-wrapper .flow7::after,
  .section-flow .flow-wrapper .flow8::before,
  .section-flow .flow-wrapper .flow8::after {
    content: "";
    position: absolute;
    bottom: -60px;
    z-index: -5;
    width: 10px;
    height: 45px;
    background-image: url(../img/flow-line.svg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 10px auto;
  }
  .section-flow .flow-wrapper .flow1::before {
    left: 33%;
  }
  .section-flow .flow-wrapper .flow1::after {
    right: 33%;
  }
  .section-flow .flow-wrapper .flow2::before,
  .section-flow .flow-wrapper .flow3::before,
  .section-flow .flow-wrapper .flow4::before {
    left: 25%;
  }
  .section-flow .flow-wrapper .flow2::after,
  .section-flow .flow-wrapper .flow3::after,
  .section-flow .flow-wrapper .flow4::after {
    right: 25%;
  }
  .section-flow .flow-wrapper .flow5,
  .section-flow .flow-wrapper .flow6,
  .section-flow .flow-wrapper .flow7,
  .section-flow .flow-wrapper .flow8 {
    padding: 25px 10px;
  }
  .section-flow .flow-wrapper .flow5 img,
  .section-flow .flow-wrapper .flow6 img,
  .section-flow .flow-wrapper .flow7 img,
  .section-flow .flow-wrapper .flow8 img {
    margin-bottom: 8px;
  }
  .section-flow .flow-wrapper .flow5 span,
  .section-flow .flow-wrapper .flow6 span,
  .section-flow .flow-wrapper .flow7 span,
  .section-flow .flow-wrapper .flow8 span {
    display: block;
  }
  .section-flow .flow-wrapper .flow7::before, .section-flow .flow-wrapper .flow7::after,
  .section-flow .flow-wrapper .flow8::before,
  .section-flow .flow-wrapper .flow8::after {
    display: none;
  }
  .section-flow .flow-wrapper .flow1 img {
    width: 30px;
  }
  .section-flow .flow-wrapper .flow2 img {
    width: 24px;
  }
  .section-flow .flow-wrapper .flow3 img {
    width: 40px;
  }
  .section-flow .flow-wrapper .flow4 img {
    width: 42px;
  }
  .section-flow .flow-wrapper .flow4::before {
    bottom: -550px;
    height: 535px;
  }
  .section-flow .flow-wrapper .flow5 {
    grid-column-start: 2;
    margin-bottom: 60px;
  }
  .section-flow .flow-wrapper .flow5 img {
    width: 34px;
  }
  .section-flow .flow-wrapper .flow5::before {
    display: none;
  }
  .section-flow .flow-wrapper .flow5::after {
    right: calc(50% + 4px);
  }
  .section-flow .flow-wrapper .flow6 {
    grid-column-start: 2;
    margin-bottom: 60px;
  }
  .section-flow .flow-wrapper .flow6 img {
    width: 32px;
  }
  .section-flow .flow-wrapper .flow6::before {
    display: none;
  }
  .section-flow .flow-wrapper .flow6::after {
    right: calc(50% + 4px);
  }
  .section-flow .flow-wrapper .flow7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .section-flow .flow-wrapper .flow7 img {
    width: 32px;
  }
  .section-flow .flow-wrapper .flow8 {
    margin-bottom: 0;
    color: #e24315;
  }
  .section-flow .flow-wrapper .flow8 img {
    width: 33px;
  }
  .section-faq {
    padding: 90px 30px;
    background-color: #fff5e6;
  }
  .section-faq .header {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
    text-align: center;
  }
  .section-faq .header .en {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 124px;
    font-weight: 900;
    color: #fff;
    opacity: 0.5;
  }
  .section-faq .header h2 {
    font-size: 32px;
    font-weight: 900;
  }
  .section-faq .faq {
    width: 690px;
    margin: 0 auto 13px;
    padding: 1.25em 1em 1.25em 42px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    letter-spacing: 0.02em;
  }
  .section-faq .faq .question,
  .section-faq .faq .answer {
    position: relative;
  }
  .section-faq .faq .question::before,
  .section-faq .faq .answer::before {
    position: absolute;
    left: -1.5em;
    font-size: clamp(16px, 4.26vw, 18px);
    font-weight: 900;
    color: #d66050;
  }
  .section-faq .faq .question {
    position: relative;
    font-size: clamp(14px, 3.73vw, 16px);
    padding-right: 20px;
  }
  .section-faq .faq .question::before {
    content: "Q";
    top: 0;
  }
  .section-faq .faq .question::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/ico-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .section-faq .faq .question.active::after {
    background-image: url(../img/ico-minus.svg);
  }
  .section-faq .faq .answer {
    display: none;
    padding: 1em 0 0;
  }
  .section-faq .faq .answer::before {
    content: "A";
    top: 1em;
  }
  .section-faq .faq .answer p {
    line-height: 2em;
  }
  .section-faq .faq .answer p:last-child {
    margin-bottom: 0;
  }
  .section-about {
    padding: 90px 30px;
  }
  .section-about > h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 900;
  }
  .section-about > h2 img {
    width: 400px;
    margin-right: 10px;
  }
  .section-about .col2 {
    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: 0 auto 40px;
  }
  .section-about .col2 .title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .section-about .col2 .title b {
    color: #e24315;
    font-weight: 900;
  }
  .section-about .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 950px;
    margin: 0 auto;
  }
  .section-about .bottom .img {
    width: 225px;
    margin-right: 65px;
  }
  .section-about .bottom img {
    width: 225px;
  }
  .section-about .bottom .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-about .bottom p {
    line-height: 1.75em;
    letter-spacing: 0.08em;
  }
  .section-about .bottom p:last-child {
    margin-bottom: 0;
  }
  .section-about .bottom .btn-w {
    margin: 40px auto 0;
    width: 325px;
  }
  
  .h1-small{
    font-size: 18px;
  }
  
  .grecaptcha-badge { visibility: hidden; }
}