@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
:root{
  --site-max-width:100%;
  --site-main-width:100%;
  --site-division:393;
  --site-horizontal-ratio:calc(100vw / var(--site-division));
}
@media (min-width: 768px){
  :root{
    --site-division:1200;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1279px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1279px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

main {
  margin-top: 85px;
}
@media (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

.fv {
  height: 48.5358711567vw;
  background-image: url(../img/fv.webp);
  background-image: url(../img/fv-white.png);
  background-image: url(../img/fv-new.webp);
  background-image: url(../img/fv-new4.webp);
  background-image: url(../img/fv-new5.webp);
  background-size: cover;
  background-position: center -4.39238653vw;
}
@media (max-width: 767px) {
  .fv {
    background-position: center;
    height: 147.4666666667vw;
    background-position: -17.3333333333vw 0vw;
    background-image: url(../img/fv-sp.webp);
    background-image: url(../img/fv-white-sp.webp);
    background-image: url(../img/fv-sp-new.webp);
    background-image: url(../img/fv-sp-new4.webp);
    background-image: url(../img/fuumy.png);
  }
}
.fv .section-inner {
  padding-top: 2.3426061493vw;
  padding-left: 13.3235724744vw;
}
@media (max-width: 1279px) {
  .fv .section-inner {
    padding-left: 7.3206442167vw;
  }
}
@media (max-width: 767px) {
  .fv .section-inner {
    padding-left: 2.6666666667vw;
    padding-top: 8vw;
  }
}
.fv .section-inner .logo {
  margin-bottom: 2.7086383602vw;
}
.fv .section-inner .logo img {
  height: 3.6603221083vw;
  width: auto;
}
@media (max-width: 767px) {
  .fv .section-inner .logo img {
    height: 8vw;
  }
}
@media (max-width: 767px) {
  .fv .section-inner .logo {
    margin-bottom: 26.6666666667vw;
  }
}
.fv .section-inner .flex {
  margin-bottom: 2.7086383602vw;
}
.fv .section-inner .flex img {
  width: 16.0322108346vw;
  height: 100%;
}
.fv .section-inner .flex img:first-child {
  margin-right: 2.9282576867vw;
}
@media (max-width: 767px) {
  .fv .section-inner .flex img {
    width: 45.3333333333vw;
  }
  .fv .section-inner .flex img:first-child {
    margin-right: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .fv .section-inner .flex {
    margin-bottom: 4vw;
  }
}
.fv .section-inner h1 {
  letter-spacing: 0.13em;
  line-height: 1.4em;
  font-weight: bold;
  color: white;
  color: #333;
  font-size: 3.2vw;
  margin-bottom: 3.1478770132vw;
}
@media (max-width: 767px) {
  .fv .section-inner h1 {
    font-size: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
.fv .section-inner h1 span {
  background: rgb(250, 213, 118);
  background: linear-gradient(180deg, rgb(250, 213, 118) 0%, rgb(191, 149, 71) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv .section-inner .txt {
  font-size: 1.1713030747vw;
  letter-spacing: 0.05em;
  color: white;
  color: #333;
  line-height: 1.5em;
  margin-bottom: 2.9282576867vw;
}
.fv .section-inner .txt .big {
  color: #F1A900;
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .fv .section-inner .txt .big {
    color: white;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .fv .section-inner .txt {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
    line-height: 2em;
    font-weight: bold;
    background-color: #e83434;
    display: inline-block;
    color: white;
  }
  .fv .section-inner .txt.sp-hide {
    display: none;
  }
  .fv .section-inner .txt.last-txt {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  .fv .section-inner .btn-wrapper {
    padding-right: 5.3333333333vw;
  }
}
.fv .section-inner .btn-wrapper .btn {
  display: flex;
  width: 40.2635431918vw;
  height: 6.588579795vw;
  background-color: #e83434;
  border-radius: 99px;
  align-items: center;
  box-shadow: 0.3660322108vw 0.3660322108vw 0 0 #a22828;
  margin-bottom: 2.9282576867vw;
  top: 0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  justify-content: center;
}
.fv .section-inner .btn-wrapper .btn span {
  color: white;
  font-size: 1.756954612vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: 2.196193265vw;
  margin-right: 2.196193265vw;
  position: relative;
  top: 0.3660322108vw;
}
@media (max-width: 767px) {
  .fv .section-inner .btn-wrapper .btn span {
    position: relative;
    top: 5px;
  }
}
.fv .section-inner .btn-wrapper .btn .span2 {
  font-size: 1.0248901903vw;
  top: 1.4641288433vw;
  padding-right: 3.2942898975vw;
}
@media (max-width: 767px) {
  .fv .section-inner .btn-wrapper .btn .span2 {
    font-size: 10px;
    top: 10px;
    padding-right: 15px;
  }
}
.fv .section-inner .btn-wrapper .btn img {
  width: 3.6603221083vw;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .fv .section-inner .btn-wrapper .btn {
    width: 100%;
    height: 16vw;
    justify-content: center;
    box-shadow: 1.3333333333vw 1.3333333333vw 0 0 #a22828;
    margin-bottom: 5.3333333333vw;
  }
  .fv .section-inner .btn-wrapper .btn span {
    font-size: 5.3333333333vw;
  }
  .fv .section-inner .btn-wrapper .btn img {
    width: 6.6666666667vw;
  }
}
@media (min-width: 768px) {
  .fv .section-inner .btn-wrapper .btn:hover {
    top: -0.2928257687vw;
    box-shadow: 0.3660322108vw 0.7320644217vw 0 0 #a22828;
  }
  .fv .section-inner .btn-wrapper .btn:hover img {
    transform: rotate(360deg);
  }
  .fv .section-inner .btn-wrapper .btn:active {
    top: 0.3660322108vw;
    box-shadow: 0vw 0vw 0 0 #a22828;
  }
}
.fv .section-inner .btn-wrapper .btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shine 3.5s linear infinite;
}
@-webkit-keyframes shine {
  80% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  80% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 767px) {
  .fv .section-inner .notice {
    padding-right: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.fv .section-inner .notice p {
  font-size: 0.878477306vw;
  letter-spacing: 0.05em;
  color: white;
  color: #333;
  line-height: 1.5em;
}
@media (max-width: 1279px) {
  .fv .section-inner .notice p {
    font-size: 10px;
  }
}

.problem {
  position: relative;
  padding-top: 100px;
  padding-bottom: 35.6px;
  background: linear-gradient(180deg, #FFF 0%, #FEF2F2 50%, #FBDFDF 100%);
  position: relative;
}
@media (max-width: 767px) {
  .problem {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.problem .section-inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}
.problem .section-inner .ttl-wrapper h3, .problem .section-inner .ttl-wrapper h4 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: black;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .problem .section-inner .ttl-wrapper h3, .problem .section-inner .ttl-wrapper h4 {
    font-size: 5.3333333333vw;
  }
}
.problem .section-inner .ttl-wrapper h3 {
  line-height: 1.44em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .problem .section-inner .ttl-wrapper h3 {
    font-size: 3.2vw;
    margin-bottom: 0vw;
  }
}
.problem .section-inner .ttl-wrapper h4 {
  line-height: 2em;
}
.problem .section-inner .ttl-wrapper h4 > span {
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.problem .section-inner .ttl-wrapper h4 > span .gold {
  color: #E51E1E;
  font-size: 1.36em;
}
.problem .section-inner .ttl-wrapper h4 > span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-image: url(../img/dot.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.problem .section-inner .flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .problem .section-inner .flex {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0vw;
  }
}
.problem .section-inner .flex picture {
  width: 23%;
}
.problem .section-inner .flex picture img {
  width: 100%;
}
.problem .section-inner .flex picture:nth-child(2n+1) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .problem .section-inner .flex picture:nth-child(2n+1) {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .problem .section-inner .flex {
    flex-wrap: wrap;
  }
  .problem .section-inner .flex picture {
    width: 45%;
    margin-bottom: 5.3333333333vw;
  }
}
.problem .arrow-bottom {
  position: absolute;
  width: 45px;
  left: calc(50% - 22.5px);
  bottom: -80px;
}
@media (max-width: 767px) {
  .problem .arrow-bottom {
    width: 29px;
    left: calc(50% - 14.5px);
    bottom: -40px;
  }
}

.resolve {
  padding-top: 100px;
  padding-bottom: 94px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .resolve {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.resolve h3 {
  text-align: center;
}
.resolve .h3-1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resolve .h3-1 img {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .resolve .h3-1 img {
    width: 13.3333333333vw !important;
  }
}
.resolve .h3-1 .bold {
  font-weight: 900;
  -webkit-text-stroke: 2px black;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .resolve .h3-1 {
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.resolve .flex {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .resolve .flex {
    padding-left: 0;
    padding-right: 0;
  }
}
.resolve .flex .card {
  width: 30%;
}
.resolve .flex .card img {
  width: 100%;
}
.resolve .flex .card p {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2em;
  text-align: center;
  margin-top: 20px;
}
.resolve .flex .card p span {
  color: #E51E1E;
}
@media (max-width: 767px) {
  .resolve .flex {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .resolve .flex .card {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
  }
  .resolve .flex .card img {
    width: 40%;
  }
  .resolve .flex .card p {
    width: 60%;
    padding-left: 10px;
    font-size: 3.7333333333vw;
    margin-top: 0;
  }
  .resolve .flex .card:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .resolve .btn-flex2 .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-ttl {
  position: relative;
}
.sec-ttl h2, .sec-ttl h6 {
  text-align: center;
}
.sec-ttl h2 {
  font-size: 130px;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .sec-ttl h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .sec-ttl h2 {
    font-size: 18.6666666667vw;
  }
  .sec-ttl h2.gray2 {
    font-size: 13.3333333333vw;
    line-height: 2em;
    white-space: nowrap;
  }
}
.sec-ttl h6 {
  font-size: 28px;
  letter-spacing: 0.05em;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
@media (max-width: 767px) {
  .sec-ttl h6 {
    font-size: 5.3333333333vw;
    bottom: 5.3333333333vw;
    line-height: 1.4em;
  }
}

.increase {
  background-color: #f5f5f5;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .increase {
    padding-top: 50px;
  }
}
.increase .ttl-wrapper {
  background: rgb(219, 44, 34);
  background: linear-gradient(73deg, rgb(219, 44, 34) 0%, rgb(162, 50, 44) 100%);
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}
@media (max-width: 767px) {
  .increase .ttl-wrapper {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.increase .ttl-wrapper h2 {
  text-align: center;
  font-size: 42px;
  line-height: 1.45em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .increase .ttl-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .increase .ttl-wrapper h2 {
    font-size: 5.3333333333vw;
  }
}
.increase .ttl-wrapper h2 span {
  color: white;
}
.increase .ttl-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 10px;
}
.increase .ttl-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 10px;
}
.increase .section-inner {
  padding-top: 64px;
  max-width: 1026px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .increase .section-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .increase .section-inner {
    padding-top: 8vw;
  }
}
.increase .section-inner .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22.4px;
}
@media (max-width: 767px) {
  .increase .section-inner .flex {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
  }
}
.increase .section-inner .flex h4 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 58px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .increase .section-inner .flex h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .increase .section-inner .flex h4 {
    font-size: 5.3333333333vw;
  }
  .increase .section-inner .flex h4 .sp-show {
    display: inline;
  }
}
@media (min-width: 768px) {
  .increase .section-inner .flex h4 .sp-hide {
    display: inline;
  }
}
.increase .section-inner .flex h4 span {
  padding-left: 13px;
  line-height: 58px;
  font-size: 1.2em;
  background: rgb(226, 166, 99);
  background: linear-gradient(90deg, rgb(226, 166, 99) 0%, rgb(217, 115, 79) 30%, rgb(188, 59, 53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .increase .section-inner .flex h4 span {
    line-height: 1.5em;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.increase .section-inner .flex .arrow {
  padding-left: 35px;
  padding-right: 22.4px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .increase .section-inner .flex .arrow {
    padding-top: unset;
    transform: rotate(90deg);
    padding-left: unset;
    padding-right: unset;
  }
}
.increase .section-inner .img-wrapper {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .increase .section-inner .img-wrapper {
    padding-bottom: 50px;
  }
}
.increase .section-inner .img-wrapper img {
  width: 100%;
}
.increase .section-inner .img-wrapper p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 15px;
  margin-left: -17px;
}
@media (max-width: 767px) {
  .increase .section-inner .img-wrapper p {
    font-size: 3.2vw;
    margin-left: unset;
  }
}
.increase .section-inner2 {
  max-width: unset;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  padding-bottom: 135px;
  position: relative;
}
.increase .section-inner2 .ob {
  position: absolute;
}
.increase .section-inner2 .workstyle {
  max-width: 1040px;
  margin: auto;
}
.increase .section-inner2 .btn-flex {
  max-width: 1040px;
  margin: auto;
}
.increase .section-inner2 .ob1 {
  width: 300px;
  right: 100px;
  top: 150px;
}
@media screen and (max-width: 1300px) {
  .increase .section-inner2 .ob1 {
    width: 21.9619326501vw;
    right: 7.3206442167vw;
    top: 10.980966325vw;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .ob1 {
    width: 37.3333333333vw;
    right: -13.3333333333vw;
    top: 26.6666666667vw;
  }
}
.increase .section-inner2 .ob2 {
  left: 0;
  height: 167px;
  width: auto;
  top: 550px;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .increase .section-inner2 .ob2 {
    height: 7.8330893119vw;
    top: 43.9238653001vw;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .ob2 {
    height: 9.6vw;
    z-index: 0;
    top: 88vw;
  }
}
.increase .section-inner2 .ob3 {
  right: 0;
  height: 87px;
  width: auto;
  bottom: 500px;
}
@media screen and (max-width: 1300px) {
  .increase .section-inner2 .ob3 {
    height: 6.3689604685vw;
    bottom: 36.6032210835vw;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .ob3 {
    height: 8vw;
    bottom: 114.6666666667vw;
  }
}
.increase .section-inner2 .ob4 {
  left: 40px;
  bottom: 50px;
  height: 87px;
}
@media screen and (max-width: 1300px) {
  .increase .section-inner2 .ob4 {
    height: 6.3689604685vw;
    left: 2.9282576867vw;
    bottom: 3.6603221083vw;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .ob4 {
    height: 8vw;
    left: 0;
    bottom: 32vw;
  }
}
.increase .section-inner2 .ws-wrapper img {
  width: 100%;
  position: relative;
}
.increase .section-inner2 .ws-wrapper .ws {
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .increase .section-inner2 .ws-wrapper .ws {
    margin-bottom: 0;
  }
}
.increase .section-inner2 .ws-wrapper .ws1 {
  z-index: 2;
}
.increase .section-inner2 .ws-wrapper .sw3 {
  z-index: 3;
}
@media (max-width: 1024px) {
  .increase .section-inner2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 {
    padding-bottom: 30px;
  }
}
.increase .section-inner2 .sec-ttl {
  margin-bottom: 78px;
}
.increase .section-inner2 .sec-ttl h2 {
  color: white;
}
.increase .section-inner2 .sec-ttl h6 {
  bottom: 40px;
}
@media (max-width: 767px) {
  .increase .section-inner2 .sec-ttl {
    margin-bottom: 10.6666666667vw;
  }
  .increase .section-inner2 .sec-ttl h6 {
    bottom: 10.6666666667vw;
  }
  .increase .section-inner2 .sec-ttl h6.h6-2 {
    bottom: 8vw;
  }
}
.increase .section-inner2 .img-top {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.increase .section-inner2 .img-top img {
  max-width: 419px;
  height: auto;
}
@media (max-width: 1024px) {
  .increase .section-inner2 .img-top img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .img-top img {
    width: 80vw;
    height: 100%;
  }
}
.increase .section-inner2 .img-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: -70px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .increase .section-inner2 .img-bottom {
    flex-direction: column;
    margin-top: -8vw;
    position: relative;
    z-index: 2;
  }
}
.increase .section-inner2 .img-bottom img {
  max-width: 419px;
  height: auto;
}
@media (max-width: 1024px) {
  .increase .section-inner2 .img-bottom img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .img-bottom img {
    width: 80vw;
  }
}
.increase .section-inner2 .img-bottom img:last-child {
  margin-left: 185px;
}
@media (max-width: 1279px) {
  .increase .section-inner2 .img-bottom img:last-child {
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .img-bottom img:last-child {
    margin-left: 16vw;
    margin-top: -8vw;
  }
}
@media (min-width: 768px) {
  .increase .section-inner2 .btn-flex {
    display: none;
  }
}
@media (max-width: 767px) {
  .increase .section-inner2 .btn-flex {
    padding-top: 40px;
  }
}

.feature {
  padding-top: 50px;
  padding-bottom: 35px;
}
.feature .sec-ttl {
  margin-bottom: 142px;
}
.feature .sec-ttl h6 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .feature .sec-ttl {
    margin-bottom: 13.3333333333vw;
  }
  .feature .sec-ttl h6 {
    font-size: 5.3333333333vw;
    bottom: 2.6666666667vw;
  }
}
.feature .section-inner ul li {
  display: flex;
  padding-bottom: 11.1273792094vw;
}
@media (max-width: 767px) {
  .feature .section-inner ul li {
    flex-direction: column-reverse;
  }
}
.feature .section-inner ul li .left-wrapper {
  padding-left: 13.3967789165vw;
  position: relative;
}
@media (max-width: 1024px) {
  .feature .section-inner ul li .left-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .feature .section-inner ul li .left-wrapper {
    padding-left: 8vw;
    width: 100%;
    text-align: right;
  }
}
.feature .section-inner ul li .left-wrapper img {
  height: 21.9619326501vw;
  position: relative;
  top: -2.9282576867vw;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .feature .section-inner ul li .left-wrapper img {
    width: 80vw;
    height: auto;
    top: -5.3333333333vw;
    right: 0;
  }
}
.feature .section-inner ul li .left-wrapper::before {
  content: "";
  position: absolute;
  width: 63.9824304539vw;
  height: 25.6954612006vw;
  background-color: #f5f5f5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  top: 0.2928257687vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature .section-inner ul li .left-wrapper::before {
    width: 80vw;
    height: 53.3333333333vw;
  }
}
.feature .section-inner ul li .right-wrapper {
  background: rgb(232, 52, 52);
  background: linear-gradient(180deg, rgb(232, 52, 52) 0%, rgb(172, 35, 35) 100%);
  margin-left: -10.0292825769vw;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding-left: 13.9824304539vw;
  padding-top: 2.7086383602vw;
}
@media (max-width: 767px) {
  .feature .section-inner ul li .right-wrapper {
    padding-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    margin-left: unset;
  }
}
.feature .section-inner ul li .right-wrapper h3 {
  font-size: 1.9033674963vw;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  height: 8.1991215227vw;
}
@media (max-width: 767px) {
  .feature .section-inner ul li .right-wrapper h3 {
    height: 6.4vw;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.feature .section-inner ul li .right-wrapper h3 .num {
  font-size: 5.8565153734vw;
  font-weight: bold;
  font-family: "Poppins";
  color: white;
  margin-right: 1.756954612vw;
}
@media (max-width: 767px) {
  .feature .section-inner ul li .right-wrapper h3 .num {
    height: unset;
    font-size: 8vw;
    margin-right: 2.6666666667vw;
  }
}
.feature .section-inner ul li .right-wrapper p {
  padding-right: 13.3967789165vw;
  color: white;
  font-size: 1.1713030747vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .feature .section-inner ul li .right-wrapper p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .feature .section-inner ul li .right-wrapper p {
    padding-right: 5.3333333333vw;
    font-size: 3.2vw;
    padding-bottom: 10.6666666667vw;
  }
}
.feature .section-inner ul li .right-wrapper:last-child p {
  padding-right: 13.17715959vw;
}
@media (max-width: 1024px) {
  .feature .section-inner ul li .right-wrapper:last-child p {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .feature .section-inner ul li .right-wrapper:last-child p {
    padding-right: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .feature .section-inner ul li.reverse {
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 15.3733528551vw;
  }
  .feature .section-inner ul li.reverse .left-wrapper {
    position: absolute;
    right: 0;
  }
  .feature .section-inner ul li.reverse .left-wrapper::before {
    left: unset;
    right: 0;
  }
  .feature .section-inner ul li.reverse .left-wrapper img {
    right: 13.3967789165vw;
    z-index: 3;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .feature .section-inner ul li.reverse .left-wrapper img {
    right: 50px;
  }
}
@media (min-width: 768px) {
  .feature .section-inner ul li.reverse .right-wrapper {
    margin-left: unset;
    width: 63.9824304539vw;
    padding-top: 3.4407027818vw;
    padding-left: 13.5431918009vw;
    z-index: 2;
    height: 21.9619326501vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .feature .section-inner ul li.reverse .right-wrapper {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .feature .section-inner ul li.reverse .right-wrapper h3 .num {
    margin-right: 1.0980966325vw;
  }
  .feature .section-inner ul li:nth-child(4) {
    padding-bottom: 10.980966325vw;
  }
}

.campaign {
  background-image: url(../img/campaign-bg.webp);
  background-size: cover;
  background-position: center top;
  padding-top: 48px;
  padding-left: 39px;
  padding-right: 39px;
  padding-bottom: 1.0980966325vw;
}
@media (max-width: 767px) {
  .campaign {
    padding-top: 10.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 16vw;
  }
}
.campaign .section-inner .sec-ttl {
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  .campaign .section-inner .sec-ttl {
    margin-bottom: 18.6666666667vw;
  }
}
.campaign .section-inner .sec-ttl h2 {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.45em;
  font-size: 160px;
}
@media (max-width: 1024px) {
  .campaign .section-inner .sec-ttl h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .campaign .section-inner .sec-ttl h2 {
    font-size: 16vw;
  }
}
.campaign .section-inner .sec-ttl h6 {
  bottom: 35px;
}
@media (max-width: 1024px) {
  .campaign .section-inner .sec-ttl h6 {
    bottom: 0;
  }
  .campaign .section-inner .sec-ttl h6 img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .campaign .section-inner .sec-ttl h6 img {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .campaign .btn-flex {
    padding-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1025px) {
  .campaign .btn-flex {
    padding-top: 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1025px) and (max-width: 1050px) {
  .campaign .btn-flex {
    margin-top: -20px;
  }
}

.btn-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1288.2px;
  margin: auto;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .btn-flex {
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
  }
}
.btn-flex .btn {
  display: flex;
  justify-content: center;
  width: calc(50% - 11.9px);
  height: 90px;
  background-color: #e83434;
  border-radius: 99px;
  align-items: center;
  box-shadow: 5px 5px 0 0 #a22828;
  margin-bottom: 2.9282576867vw;
  top: 0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn-flex .btn {
    width: 330px;
    justify-content: center;
    height: 70px;
  }
}
.btn-flex .btn span {
  color: white;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-right: 1.4641288433vw;
  margin-left: 1.4641288433vw;
  position: relative;
  top: 5px;
}
@media (max-width: 1279px) {
  .btn-flex .btn span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .btn-flex .btn span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn-flex .btn span {
    position: relative;
    top: 5px;
  }
}
.btn-flex .btn .span2 {
  font-size: 14px;
  top: 15px;
  padding-right: 45px;
}
@media (max-width: 1279px) {
  .btn-flex .btn .span2 {
    font-size: 12px;
    padding-right: 30px;
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .btn-flex .btn .span2 {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .btn-flex .btn .span2 {
    font-size: 10px;
    top: 10px;
    padding-right: 15px;
  }
}
.btn-flex .btn img {
  width: 50px;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 1279px) {
  .btn-flex .btn img {
    width: 30px;
  }
}
@media (max-width: 1279px) {
  .btn-flex .btn.btn2 span {
    padding-left: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .btn-flex .btn.btn2 span {
    padding-left: 10px;
    font-size: 16px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .btn-flex .btn {
    width: 100%;
    height: 16vw;
    justify-content: center;
    box-shadow: 1.3333333333vw 1.3333333333vw 0 0 #a22828;
    margin-bottom: 5.3333333333vw;
  }
  .btn-flex .btn span {
    font-size: 5.3333333333vw;
  }
  .btn-flex .btn img {
    width: 6.6666666667vw;
  }
}
@media (min-width: 768px) {
  .btn-flex .btn:hover {
    top: -4px;
    box-shadow: 5px 10px 0 0 #a22828;
  }
  .btn-flex .btn:hover img {
    transform: rotate(360deg);
  }
  .btn-flex .btn:active {
    top: 5px;
    box-shadow: 0 0 0 0 #a22828;
  }
}
.btn-flex .btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shine 3.5s linear infinite;
}
.btn-flex .btn2 {
  background-color: #fc7b04;
  box-shadow: 5px 5px 0 0 #6d3500;
}
.btn-flex .btn2 span {
  padding-left: 80px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .btn-flex .btn2 {
    box-shadow: 1.3333333333vw 1.3333333333vw 0 0 #6d3500;
  }
  .btn-flex .btn2.btn span {
    padding-left: 4vw;
    font-size: 4.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .btn-flex .btn2:hover {
    box-shadow: 5px 10px 0 0 #6d3500;
  }
  .btn-flex .btn2:active {
    box-shadow: 0 0 0 0 #6d3500;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .btn-flex-origin a {
    justify-content: center;
  }
  .btn-flex-origin a span {
    padding-left: 10px !important;
    margin-right: 20px !important;
  }
}

.coupon-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1288.2px;
  margin: auto;
}
@media (max-width: 1024px) {
  .coupon-flex {
    flex-direction: column;
    align-items: center;
  }
}
.coupon-flex .coupon {
  width: calc(50% - 11.9px);
  position: relative;
  padding-top: 48px;
  height: 313px;
}
@media (max-width: 1024px) {
  .coupon-flex .coupon {
    padding-top: 30px;
    width: 450px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon {
    padding-top: 5.3333333333vw;
    width: 90.6666666667vw;
    height: 53.3333333333vw;
  }
}
.coupon-flex .coupon > img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  top: 0;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon > img {
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.6));
  }
}
.coupon-flex .coupon::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  box-shadow: 0 40px 15px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon::after {
    display: none;
  }
}
.coupon-flex .coupon .coupon-inner {
  position: relative;
  z-index: 3;
}
.coupon-flex .coupon .coupon-inner .coupon-ttl {
  display: flex;
  padding-left: 155px;
  margin-bottom: 0px;
  align-items: center;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl {
    padding-left: 130px;
  }
}
@media (max-width: 1024px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl {
    padding-left: 21.3333333333vw;
  }
}
.coupon-flex .coupon .coupon-inner .coupon-ttl h3 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (max-width: 1360px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl h3 {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl h3 {
    font-size: 5.3333333333vw;
  }
}
.coupon-flex .coupon .coupon-inner .coupon-ttl h4 {
  text-align: center;
  color: #e83434;
  font-weight: bold;
  font-size: 28px;
  line-height: 59px;
  letter-spacing: 0.05em;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl h4 {
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl h4 {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
}
.coupon-flex .coupon .coupon-inner .coupon-ttl h4 span {
  color: #e83434;
}
.coupon-flex .coupon .coupon-inner .coupon-ttl h4 .medium {
  font-size: 1.285em;
}
.coupon-flex .coupon .coupon-inner .coupon-ttl h4 .large {
  font-size: 1.785em;
}
.coupon-flex .coupon .coupon-inner .coupon-ttl .left {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl .left {
    padding-right: 2.6666666667vw;
  }
}
.coupon-flex .coupon .coupon-inner .coupon-ttl img {
  width: 93.4px;
  height: auto;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .coupon-ttl img {
    width: 13.3333333333vw;
  }
}
.coupon-flex .coupon .coupon-inner .txt {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon .coupon-inner .txt {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .txt {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.coupon-flex .coupon .coupon-inner .txt p {
  text-align: center;
  font-size: 21px;
  line-height: 1.42em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1360px) {
  .coupon-flex .coupon .coupon-inner .txt p {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .coupon-flex .coupon .coupon-inner .txt p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .coupon-flex .coupon .coupon-inner .txt p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .txt p {
    font-size: 3.2vw;
  }
}
.coupon-flex .coupon .coupon-inner .txt .notice {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .coupon-flex .coupon .coupon-inner .txt .notice {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon .coupon-inner .txt .notice {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.coupon-flex .coupon.coupon2 .coupon-ttl {
  padding-left: 170px;
}
@media (max-width: 1279px) {
  .coupon-flex .coupon.coupon2 .coupon-ttl {
    padding-left: 12.4450951684vw;
  }
}
@media (max-width: 767px) {
  .coupon-flex .coupon.coupon2 .coupon-ttl {
    padding-left: 21.3333333333vw;
  }
}
.coupon-flex .coupon.coupon2 .coupon-ttl .left {
  padding-right: 10px;
}
.coupon-flex .coupon.coupon2 .coupon-ttl img {
  width: 94.3px;
}
@media (max-width: 767px) {
  .coupon-flex .coupon.coupon2 .coupon-ttl img {
    width: 13.3333333333vw;
  }
}

.support {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .support {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.support .section-inner .ttl {
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .support .section-inner .ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.support .section-inner .ttl h6 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .support .section-inner .ttl h6 {
    font-size: 6.4vw;
    bottom: 2.6666666667vw;
  }
}
.support .section-inner ul li {
  display: flex;
}
.support .section-inner ul li .left-wrapper {
  padding-left: 13.3967789165vw;
  position: relative;
}
.support .section-inner ul li .left-wrapper img {
  height: 19.0336749634vw;
  position: relative;
  top: -4.39238653vw;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.support .section-inner ul li .right-wrapper {
  background: rgb(232, 52, 52);
  background: linear-gradient(180deg, rgb(232, 52, 52) 0%, rgb(172, 35, 35) 100%);
  margin-left: -10.0292825769vw;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding-left: 13.17715959vw;
  padding-top: 3.953147877vw;
  padding-bottom: 2.635431918vw;
}
@media (max-width: 1024px) {
  .support .section-inner ul li .right-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .support .section-inner ul li .right-wrapper {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-left: unset;
  }
}
.support .section-inner ul li .right-wrapper h3 {
  font-size: 2.196193265vw;
  font-weight: bold;
  color: white;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  height: 3.2210834553vw;
  margin-bottom: 0.5856515373vw;
}
.support .section-inner ul li .right-wrapper h3 span {
  font-size: 0.86666em;
  color: white;
}
@media (max-width: 767px) {
  .support .section-inner ul li .right-wrapper h3 {
    height: 6.4vw;
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.support .section-inner ul li .right-wrapper p {
  padding-right: 11.0541727672vw;
  color: white;
  font-size: 1.317715959vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.support .section-inner ul li .right-wrapper p span {
  color: white;
  font-size: 0.833em;
}
@media (max-width: 767px) {
  .support .section-inner ul li .right-wrapper p {
    padding-right: 5.3333333333vw;
    font-size: 3.2vw;
    padding-bottom: 5.3333333333vw;
  }
}
.support .section-inner ul li.reverse {
  position: relative;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .support .section-inner ul li.reverse {
    flex-direction: column-reverse;
  }
}
.support .section-inner ul li.reverse .left-wrapper {
  position: absolute;
  right: 0;
}
.support .section-inner ul li.reverse .left-wrapper::before {
  left: unset;
  right: 0;
}
.support .section-inner ul li.reverse .left-wrapper img {
  right: 13.3967789165vw;
  z-index: 3;
}
@media (max-width: 767px) {
  .support .section-inner ul li.reverse .left-wrapper {
    position: static;
    text-align: right;
    padding-left: 0;
  }
  .support .section-inner ul li.reverse .left-wrapper img {
    width: 80vw;
    height: auto;
    right: 2.6666666667vw;
  }
  .support .section-inner ul li.reverse .left-wrapper img {
    width: 90%;
    right: 5%;
  }
}
.support .section-inner ul li.reverse .right-wrapper {
  margin-left: unset;
  width: 63.9824304539vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .support .section-inner ul li.reverse .right-wrapper {
    width: 100%;
    padding-left: unset;
    padding-top: 8vw;
    padding-bottom: 5.3333333333vw;
  }
  .support .section-inner ul li.reverse .right-wrapper h3 {
    display: block;
    font-size: 5.8666666667vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .support .section-inner .add-p {
    padding-left: 6.6666666667vw;
    padding-right: Vw2(25);
    font-size: 4.2666666667vw;
    line-height: 1.4em;
  }
}
.support .section-inner .sec-ttl2 {
  margin-top: 100px;
  margin-bottom: 50px;
}
.support .section-inner .sec-ttl2 h6 {
  position: static;
}
.support .section-inner .flex-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.support .section-inner .support-flex {
  max-width: 1060px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .support .section-inner .support-flex {
    flex-direction: column;
    align-items: center;
  }
}
.support .section-inner .support-flex .card {
  width: calc(33.3333% - 26.6666px);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .support .section-inner .support-flex .card {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .support .section-inner .support-flex .card {
    width: 100%;
    margin-bottom: 30px;
    max-width: 400px;
    padding-top: 20px;
  }
}
.support .section-inner .support-flex .card .card-ttl {
  height: 100px;
}
@media (max-width: 1024px) {
  .support .section-inner .support-flex .card .card-ttl {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .support .section-inner .support-flex .card .card-ttl {
    height: 80px;
  }
}
.support .section-inner .support-flex .card .card-ttl p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .support .section-inner .support-flex .card .card-ttl p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .support .section-inner .support-flex .card .card-ttl p {
    font-size: 20px;
  }
}
.support .section-inner .support-flex .card .card-ttl p .red {
  color: #DB1010;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.support .section-inner .support-flex .card .card-ttl p .mini {
  font-size: 0.78em;
}
.support .section-inner .support-flex .card .card-ttl p .mini2 {
  font-size: 0.85em;
}
.support .section-inner .support-flex .card .card-ttl p .med {
  font-size: 1.272em;
}
.support .section-inner .support-flex .card .card-ttl p .big {
  font-size: 1.59em;
}
.support .section-inner .support-flex .card img {
  width: 100%;
  aspect-ratio: 320/217;
  object-fit: cover;
  margin-bottom: 10px;
}
.support .section-inner .support-flex .card .desc {
  line-height: 1.5em;
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .support .section-inner .support-flex .card .desc {
    padding-bottom: 50px;
  }
}

.course {
  padding-top: 37px;
  padding-bottom: 66px;
  background-image: url(../img/course-bg.webp);
  background-size: cover;
  background-position: center top;
}
@media (max-width: 1279px) {
  .course {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .course {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .course .btn-flex {
    margin-top: 30px;
  }
}
.course .btn-flex .btn {
  margin-bottom: 0;
}
.course .section-inner {
  max-width: 1000px;
  margin: auto;
}
.course .section-inner .ttl {
  margin-bottom: 37px;
}
.course .section-inner .ttl h2 {
  color: #3c301e;
  line-height: 1.44em;
}
@media (max-width: 767px) {
  .course .section-inner .ttl h2 {
    line-height: unset;
  }
}
.course .section-inner .ttl h6 {
  color: white;
  font-size: 40px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .course .section-inner .ttl h6 {
    font-size: 6.4vw;
    bottom: 2.6666666667vw;
  }
}
.course .section-inner .bg-red {
  text-align: center;
  margin-bottom: 73px;
}
.course .section-inner .bg-red span {
  padding-left: 51px;
  padding-right: 51px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  line-height: 71px;
  display: inline-block;
  letter-spacing: 0.05em;
  background-color: #e83434;
}
@media (max-width: 767px) {
  .course .section-inner .bg-red {
    margin-bottom: 8vw;
  }
  .course .section-inner .bg-red span {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 5.3333333333vw;
    line-height: 2em;
  }
}
.course .section-inner .flex1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .course .section-inner .flex1 {
    flex-direction: column;
    align-items: center;
  }
}
.course .section-inner .flex1 .card {
  width: calc(33.333% - 3.333px);
  margin-bottom: 179px;
}
.course .section-inner .flex1 .card:nth-child(2) {
  position: relative;
  top: 50px;
}
@media (max-width: 767px) {
  .course .section-inner .flex1 .card {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .course .section-inner .flex1 .card:nth-child(2) {
    position: static;
  }
}
.course .section-inner .flex1 .card img {
  width: 100%;
}
.course .section-inner .flex1 .card .txt {
  background-color: #fff;
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
  height: 257px;
}
@media (max-width: 1024px) {
  .course .section-inner .flex1 .card .txt {
    padding-top: 20px;
    height: auto;
    padding-bottom: 13.3333333333vw;
  }
}
.course .section-inner .flex1 .card .txt h5 {
  font-weight: bold;
  color: #e83434;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .course .section-inner .flex1 .card .txt h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.course .section-inner .flex1 .card .txt p {
  font-size: 18px;
  line-height: 1.3888em;
}
@media (max-width: 1024px) {
  .course .section-inner .flex1 .card .txt p {
    font-size: 14px;
  }
}
.course .section-inner .skill {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 59px;
}
@media (max-width: 767px) {
  .course .section-inner .skill {
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.course .section-inner .skill .skill-inner {
  max-width: 700px;
  margin: auto;
}
.course .section-inner .skill h3 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e83434;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .course .section-inner .skill h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.course .section-inner .skill .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .course .section-inner .skill .flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.course .section-inner .skill .flex .card {
  display: flex;
}
@media (max-width: 767px) {
  .course .section-inner .skill .flex .card {
    width: 70%;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.6666666667vw;
  }
}
.course .section-inner .skill .flex .card img {
  width: 76px;
  height: auto;
}
@media (max-width: 767px) {
  .course .section-inner .skill .flex .card img {
    width: 21.3333333333vw;
  }
}
.course .section-inner .skill .flex .card p {
  margin-left: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.444em;
}
@media (max-width: 767px) {
  .course .section-inner .skill .flex .card p {
    width: calc(100% - 23.4666666667vw);
    font-size: 4.2666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.course .section-inner .skill .flex2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.course .section-inner .skill .flex2 .label {
  width: 200px;
  border-radius: 99px;
  border: 1px solid #707070;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .course .section-inner .skill .flex2 .label {
    width: 48%;
    margin-bottom: 2.6666666667vw;
  }
}
.course .section-inner .skill .flex2 .label p {
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .course .section-inner .skill .flex2 .label p {
    font-size: 3.7333333333vw;
  }
}
.course .section-inner .skill .skill-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8125em;
}
.course .section-inner .skill .skill-txt span {
  color: #e83434;
  font-size: 1.125em;
}
@media (max-width: 767px) {
  .course .section-inner .skill .skill-txt {
    font-size: 3.7333333333vw;
  }
}

.flow {
  background-color: #f5f5f5;
  padding-top: 34px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .flow {
    padding-top: 8vw;
    padding-bottom: 21.3333333333vw;
    padding-left: 4vw;
    padding-right: 2.6666666667vw;
  }
}
.flow .section-inner .sec-ttl {
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .flow .section-inner .sec-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.flow .section-inner .sec-ttl h2 {
  color: white;
  line-height: 1.44em;
}
.flow .section-inner .sec-ttl h6 {
  bottom: 30px;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .flow .section-inner .sec-ttl h6 {
    font-size: 6.4vw;
    bottom: 5.3333333333vw;
  }
}
.flow .section-inner .table-wrapper {
  max-width: 822px;
  margin: auto;
}
.flow .section-inner .table-wrapper table {
  width: 100%;
}
.flow .section-inner .table-wrapper table th, .flow .section-inner .table-wrapper table td {
  height: 190px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .flow .section-inner .table-wrapper table th, .flow .section-inner .table-wrapper table td {
    height: auto;
  }
}
.flow .section-inner .table-wrapper table th h5, .flow .section-inner .table-wrapper table td h5 {
  line-height: 40px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .flow .section-inner .table-wrapper table th h5, .flow .section-inner .table-wrapper table td h5 {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
}
.flow .section-inner .table-wrapper table th {
  width: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .flow .section-inner .table-wrapper table th {
    width: 26.6666666667vw;
  }
}
.flow .section-inner .table-wrapper table th h5 {
  padding-left: 54px;
  position: relative;
}
.flow .section-inner .table-wrapper table th h5::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e83434;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .flow .section-inner .table-wrapper table th h5 {
    padding-left: 10.6666666667vw;
  }
  .flow .section-inner .table-wrapper table th h5::before {
    width: 8vw;
    height: 8vw;
  }
}
.flow .section-inner .table-wrapper table th::before {
  content: "";
  height: calc(100% - 10px);
  width: 8px;
  position: absolute;
  left: 16px;
  top: 10px;
  background-color: #e83434;
}
@media (max-width: 767px) {
  .flow .section-inner .table-wrapper table th::before {
    left: 3.2vw;
  }
}
.flow .section-inner .table-wrapper table td h5 {
  color: #505050;
  margin-bottom: 8px;
}
.flow .section-inner .table-wrapper table td p {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .flow .section-inner .table-wrapper table td p {
    font-size: 3.2vw;
    padding-right: 0.3660322108vw;
    padding-bottom: 10.6666666667vw;
  }
}
.flow .section-inner .table-wrapper table tr:last-child th::before {
  display: none;
}
.flow .section-inner .table-wrapper table tr:last-child th, .flow .section-inner .table-wrapper table tr:last-child td {
  height: auto;
}

.schedule {
  padding: 120px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .schedule {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.schedule::before {
  content: "";
  width: 100%;
  height: 367px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e83434;
}
.schedule .section-inner {
  position: relative;
  z-index: 2;
}
.schedule .section-inner .sec-ttl {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .schedule .section-inner .sec-ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.schedule .section-inner .sec-ttl h2 {
  line-height: 1.446em;
}
@media (max-width: 767px) {
  .schedule .section-inner .sec-ttl h2 {
    font-size: 16vw;
    line-height: 1em;
  }
}
.schedule .section-inner .sec-ttl h6 {
  font-size: 40px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .schedule .section-inner .sec-ttl h6 {
    font-size: 6.4vw;
    bottom: 1.8666666667vw;
  }
}
.schedule .swiper-pagination {
  position: static;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .schedule .flex {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
}
.schedule .flex .column {
  width: calc(33.3333% - 4px);
}
@media (max-width: 767px) {
  .schedule .flex .column {
    width: 100%;
    margin-bottom: 0vw;
  }
}
.schedule .flex .column .ttl-wrapper {
  display: flex;
  align-items: center;
  padding-left: 53px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .schedule .flex .column .ttl-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .schedule .flex .column .ttl-wrapper {
    padding-left: 5.3333333333vw;
  }
}
.schedule .flex .column .ttl-wrapper img {
  width: 98px;
  height: auto;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .schedule .flex .column .ttl-wrapper img {
    width: 26.1333333333vw;
    margin-right: 12vw;
  }
}
.schedule .flex .column .ttl-wrapper h5 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.45em;
}
@media (max-width: 767px) {
  .schedule .flex .column .ttl-wrapper h5 {
    font-size: 5.3333333333vw;
  }
}
.schedule .flex .column .ttl-wrapper p {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .schedule .flex .column .ttl-wrapper p {
    font-size: 4.2666666667vw;
  }
}
.schedule .flex .column .content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 46px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .schedule .flex .column .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .schedule .flex .column .content {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.schedule .flex .column .content table {
  width: 100%;
}
.schedule .flex .column .content table tr th, .schedule .flex .column .content table tr td {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.schedule .flex .column .content table tr th {
  width: 58px;
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr th {
    width: 15.4666666667vw;
  }
}
.schedule .flex .column .content table tr th p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  line-height: 22px;
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr th p {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}
.schedule .flex .column .content table tr th p span {
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr th p span {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.schedule .flex .column .content table tr td {
  padding-left: 22px;
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr td {
    padding-left: 5.8666666667vw;
  }
}
.schedule .flex .column .content table tr td p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr td p {
    font-size: 3.7333333333vw;
    line-height: 1.5em;
  }
}
.schedule .flex .column .content table tr td p span {
  font-weight: 500;
  color: #e83434;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .schedule .flex .column .content table tr td p span .tab-show {
    display: none;
  }
}
.schedule .flex .column .content table tr.empty th, .schedule .flex .column .content table tr.empty td {
  height: 68px;
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr.empty th, .schedule .flex .column .content table tr.empty td {
    height: 7.4666666667vw;
  }
}
.schedule .flex .column .content table tr.empty th {
  position: relative;
}
.schedule .flex .column .content table tr.empty th::before {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: calc(50% - 1.5px);
}
@media (max-width: 767px) {
  .schedule .flex .column .content table tr.empty th::before {
    width: 0.8vw;
    height: calc(100% - 2.6666666667vw);
    top: 1.3333333333vw;
    left: calc(50% - 0.4vw);
  }
}
.schedule .flex .col1 .ttl-wrapper {
  background-color: #eec65d;
}
.schedule .flex .col1 .content {
  background-color: #fff6e0;
}
.schedule .flex .col1 .content table tr.empty th::before {
  background-color: #eec65d;
}
.schedule .flex .col1 .content table tr th p span {
  background-color: #eec65d;
}
.schedule .flex .col2 .ttl-wrapper {
  background-color: #a2c0ec;
}
.schedule .flex .col2 .content {
  background-color: #edf4fd;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .schedule .flex .col2 .content {
    padding-top: 41px;
    padding-bottom: 41px;
  }
}
.schedule .flex .col2 .content table tr.empty th::before {
  background-color: #D5E4FA;
}
.schedule .flex .col2 .content table tr th p span {
  background-color: #a2c0ec;
}
.schedule .flex .col3 .ttl-wrapper {
  background-color: #9a99f8;
}
.schedule .flex .col3 .content {
  background-color: #f0f0ff;
}
.schedule .flex .col3 .content table tr.empty th::before {
  background-color: #9a99f8;
}
.schedule .flex .col3 .content table tr th p span {
  background-color: #9a99f8;
}

.compare {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1279px) {
  .compare {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .compare {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.compare .section-inner .ttl-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .compare .section-inner .ttl-wrapper {
    margin-bottom: 10.6666666667vw;
  }
}
.compare .section-inner .ttl-wrapper h3 {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .compare .section-inner .ttl-wrapper h3 {
    margin-bottom: 2.6666666667vw;
  }
}
.compare .section-inner .ttl-wrapper h3 span {
  font-size: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .compare .section-inner .ttl-wrapper h3 span {
    font-size: 5.8666666667vw;
  }
}
.compare .section-inner .ttl-wrapper h3 span::before {
  content: "";
  width: 2px;
  height: 90%;
  background-color: #333;
  position: absolute;
  left: -20px;
  bottom: 0;
  transform: rotate(-30deg);
}
.compare .section-inner .ttl-wrapper h3 span::after {
  content: "";
  width: 2px;
  height: 90%;
  background-color: #333;
  position: absolute;
  right: -20px;
  bottom: 0;
  transform: rotate(30deg);
}
.compare .section-inner .ttl-wrapper h4 {
  text-align: center;
  font-size: 32px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .compare .section-inner .ttl-wrapper h4 {
    font-size: 5.8666666667vw;
  }
}
.compare .section-inner .ttl-wrapper h4 > span {
  font-size: 1.25em;
}
.compare .section-inner .ttl-wrapper h4 > span .red {
  color: #e83434;
  font-weight: bold;
}
.compare .section-inner .table-wrapper {
  max-width: 1000px;
  margin: auto;
}
.compare .section-inner .table-wrapper table {
  width: 100%;
}
.compare .section-inner .table-wrapper table thead th, .compare .section-inner .table-wrapper table tr th {
  width: 276px;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table thead th, .compare .section-inner .table-wrapper table tr th {
    width: 14.6666666667vw;
  }
}
.compare .section-inner .table-wrapper table thead td, .compare .section-inner .table-wrapper table tr td {
  width: 241.3333px;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table thead td, .compare .section-inner .table-wrapper table tr td {
    width: 18.6666666667vw;
  }
}
.compare .section-inner .table-wrapper table thead .bg-red {
  background-color: #e83434;
  border-left: 5px solid #e83434;
  border-right: 5px solid #e83434;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table thead .bg-red img {
    width: 18.6666666667vw;
  }
}
.compare .section-inner .table-wrapper table thead td {
  background-color: #efefef;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table thead td {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr th, .compare .section-inner .table-wrapper table tbody tr td {
  height: 110px;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr th, .compare .section-inner .table-wrapper table tbody tr td {
    font-size: 2.6666666667vw;
    padding-top: 0;
  }
}
.compare .section-inner .table-wrapper table tbody tr th {
  background-color: #fff5f4;
  font-size: 16px;
  border: 1px solid #efefef;
  font-weight: 500;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr th {
    font-size: 2.6666666667vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr td.two-column {
  color: #e83434;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  border-left: 5px solid #e83434;
  border-right: 5px solid #e83434;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr td.two-column {
    font-size: 3.2vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr td.two-column span {
  color: #e83434;
}
.compare .section-inner .table-wrapper table tbody tr td.two-column .din {
  font-family: "din-2014";
  font-size: 1.3125em;
}
.compare .section-inner .table-wrapper table tbody tr td.two-column .small {
  font-size: 0.75em;
}
.compare .section-inner .table-wrapper table tbody tr td.two-column .niju {
  font-size: 30px;
  line-height: 1.4em;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr td.two-column .niju {
    font-size: 5.3333333333vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr td.two-column.last {
  border-bottom: 5px solid #e83434;
}
.compare .section-inner .table-wrapper table tbody tr .style-col .mini {
  font-size: 14px;
  position: relative;
  top: 5px;
}
.compare .section-inner .table-wrapper table tbody tr .style-col .mini.notop {
  top: 0;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr .style-col .mini {
    font-size: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr .style-col .top10 {
  top: 10px;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr .style-col .top10 {
    top: -1.3333333333vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr.price-tr td:not(.two-column) {
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #efefef;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr.price-tr td:not(.two-column) {
    font-size: 2.6666666667vw;
  }
}
.compare .section-inner .table-wrapper table tbody tr.price-tr td:not(.two-column) .din {
  font-family: "din-2014";
  font-size: 1.3125em;
}
.compare .section-inner .table-wrapper table tbody tr td:not(.two-column) {
  border: 1px solid #efefef;
  font-weight: bold;
  line-height: 1.4em;
}
.compare .section-inner .table-wrapper table tbody tr td:not(.two-column) .maru {
  font-size: 30px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .compare .section-inner .table-wrapper table tbody tr td:not(.two-column) .maru {
    font-size: 5.3333333333vw;
  }
}

.price {
  background-image: url(../img/price-bg.webp);
  background-size: cover;
  background-position: center top;
  padding-top: 13px;
  padding-bottom: 1.4641288433vw;
}
@media screen and (max-width: 1360px) {
  .price {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .price {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.price .section-inner .ttl {
  margin-bottom: 30px;
}
.price .section-inner .ttl h2 {
  color: #3c301e;
  line-height: 1.44em;
}
.price .section-inner .ttl h6 {
  color: white;
  font-size: 40px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .price .section-inner .ttl h6 {
    font-size: 5.3333333333vw;
    bottom: 6.6666666667vw;
  }
}
.price .section-inner .bg-white {
  max-width: 568px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 25px;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.price .section-inner .bg-white .top {
  display: flex;
  align-items: center;
}
.price .section-inner .bg-white .top .left {
  width: 93px;
  height: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e83434;
}
.price .section-inner .bg-white .top .left span {
  color: white;
  font-size: 24px;
  margin-bottom: 3px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .top .left {
    width: 13.6666666667vw;
    height: 13.6666666667vw;
  }
  .price .section-inner .bg-white .top .left span {
    font-size: 4.2666666667vw;
    margin-top: 0.8vw;
    margin-bottom: 0.8vw;
  }
}
.price .section-inner .bg-white .top .center {
  margin-left: 16px;
  display: flex;
  width: calc(100% - 109px);
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .top .center {
    margin-left: 2.6666666667vw;
    width: calc(100% - 21.3333333333vw);
  }
}
.price .section-inner .bg-white .top .center h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.41em;
  color: #e83434;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .top .center h2 {
    font-size: 12vw;
    line-height: 1em;
  }
}
.price .section-inner .bg-white .top .center .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .top .center .right {
    padding-top: 4.2666666667vw;
  }
}
.price .section-inner .bg-white .top .center .right .tax {
  color: #e83434;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .top .center .right .tax {
    font-size: 2.6666666667vw;
  }
}
.price .section-inner .bg-white .top .center .right .kara {
  padding-left: 12px;
  font-weight: bold;
  font-size: 26px;
  color: #e83434;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .top .center .right .kara {
    padding-left: 1.6vw;
    font-size: 5.3333333333vw;
  }
}
.price .section-inner .bg-white .notice {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .price .section-inner .bg-white .notice {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 1025px) {
  .price .btn-flex {
    padding-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1025px) {
  .price .btn-flex {
    padding-top: 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1025px) and (max-width: 1050px) {
  .price .btn-flex {
    margin-top: -20px;
  }
}

.faq {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 1279px) {
  .faq {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.faq .section-inner {
  max-width: 1000px;
  margin: auto;
}
.faq .section-inner .ttl {
  margin-bottom: 38px;
}
.faq .section-inner .ttl h2 {
  line-height: 1.44em;
}
.faq .section-inner .ttl h6 {
  font-size: 24px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .faq .section-inner .ttl h6 {
    font-size: 5.3333333333vw;
    bottom: 5.8565153734vw;
  }
}
.faq .section-inner .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq .section-inner .flex .card {
  width: calc(50% - 20px);
  border: 1px solid #e83434;
  border-radius: 20px;
  padding-top: 58px;
  padding-left: 29px;
  padding-right: 31px;
  padding-bottom: 64px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq .section-inner .flex .card {
    width: 100%;
    padding-top: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
}
.faq .section-inner .flex .card > div {
  display: flex;
  align-items: center;
}
.faq .section-inner .flex .card > div .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #e83434;
  text-align: center;
  background-color: #e83434;
}
.faq .section-inner .flex .card > div .circle h5 {
  line-height: 70px;
  font-size: 40px;
  color: white;
}
@media (max-width: 767px) {
  .faq .section-inner .flex .card > div .circle {
    width: 16vw;
    height: 16vw;
  }
  .faq .section-inner .flex .card > div .circle h5 {
    font-size: 10.6666666667vw;
    line-height: 1.25em;
  }
}
.faq .section-inner .flex .card > div p {
  width: calc(100% - 80px);
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .faq .section-inner .flex .card > div p {
    width: calc(100% - 16vw);
    padding-left: 2.1333333333vw;
  }
}
.faq .section-inner .flex .card .question {
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .faq .section-inner .flex .card .question {
    margin-bottom: 5.3333333333vw;
  }
}
.faq .section-inner .flex .card .question p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .faq .section-inner .flex .card .question p {
    font-size: 4.2666666667vw;
  }
}
.faq .section-inner .flex .card .answer {
  align-items: flex-start;
}
.faq .section-inner .flex .card .answer .circle {
  background-color: white;
}
.faq .section-inner .flex .card .answer .circle h5 {
  color: #e83434;
}
.faq .section-inner .flex .card .answer p {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .faq .section-inner .flex .card .answer p {
    font-size: 3.7333333333vw;
    padding-top: 4.2666666667vw;
  }
}

footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  padding-top: 42px;
  padding-bottom: 53px;
}
@media (max-width: 767px) {
  footer .footer-inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
footer .footer-inner .logo {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer-inner .logo {
    margin-bottom: 6.6666666667vw;
  }
}
footer .footer-inner .btn-flex .btn {
  width: 500px;
  margin-left: 20px;
  margin-right: 20px;
}
footer .footer-inner .btn-flex .btn img {
  max-width: 45px;
  width: 2.9282576867vw;
}
@media (max-width: 1279px) {
  footer .footer-inner .btn-flex .btn {
    width: 300px;
    height: 70px;
  }
  footer .footer-inner .btn-flex .btn img {
    width: 30px;
    height: auto;
  }
  footer .footer-inner .btn-flex .btn.btn2 span {
    padding-left: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .btn-flex .btn {
    width: 80vw;
    height: 13.3333333333vw;
  }
  footer .footer-inner .btn-flex .btn img {
    width: 6.6666666667vw;
  }
}
footer .footer-inner .btn-flex .btn span {
  font-size: 28px;
  margin-right: 0.7320644217vw;
}
@media (max-width: 1279px) {
  footer .footer-inner .btn-flex .btn span {
    font-size: 16px;
  }
}
footer .footer-inner .btn-flex .btn .span2 {
  font-size: 14px;
  top: 15px;
  padding-right: 25px;
}
@media (max-width: 1279px) {
  footer .footer-inner .btn-flex .btn .span2 {
    font-size: 12px;
    padding-right: 30px;
    top: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-inner .btn-flex .btn .span2 {
    top: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .btn-flex .btn .span2 {
    font-size: 10px;
    top: 10px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .btn-flex .btn {
    margin-bottom: 2.6666666667vw;
  }
  footer .footer-inner .btn-flex .btn span {
    font-size: 4.2666666667vw;
  }
}
footer .footer-inner .btn-flex .btn2 span {
  padding-left: 40px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer .footer-inner .btn-flex .btn2 {
    margin-bottom: 8vw;
  }
  footer .footer-inner .btn-flex .btn2.btn span {
    padding-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-right: 2.6666666667vw;
  }
}
footer .footer-inner ul {
  display: flex;
  justify-content: space-between;
  width: 511px;
}
@media (max-width: 767px) {
  footer .footer-inner ul {
    width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  footer .footer-inner ul li {
    margin-bottom: 1.3333333333vw;
  }
}
footer .footer-inner ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  transition: all 0.4s;
}
footer .footer-inner ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer .footer-inner ul li a {
    font-size: 2.9333333333vw;
  }
}
footer .footer-inner .ul1 {
  padding-left: 38px;
  padding-right: 40px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  footer .footer-inner .ul1 {
    padding-left: 4vw;
    padding-right: 4vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .ul2.sp-hide {
    display: none;
  }
}
footer .copyright {
  background-color: #2d2d2e;
  padding-top: 31px;
  padding-bottom: 28px;
}
footer .copyright p {
  text-align: center;
  color: white;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  footer .copyright {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  footer .copyright p {
    font-size: 3.2vw;
  }
}

.slide-area {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .slide-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.slide-area h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .slide-area h2 {
    font-size: 19px;
  }
}
.slide-area .slider {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .slide-area .slider {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.slide-area .slide {
  display: inline-block;
  margin-right: 20px;
}
.slide-area .slide img {
  height: 60px;
}
@media (max-width: 767px) {
  .slide-area .slide img {
    height: 45px;
  }
}

main {
  overflow: hidden;
}

header {
  background-color: #2d2d2e;
  position: fixed;
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
header.fixed {
  top: 0;
}
@media (max-width: 1279px) and (min-width: 768px) {
  header {
    padding-left: 7.3206442167vw;
    padding-right: 7.3206442167vw;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  header {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 980px) {
  header {
    padding-left: 15px;
  }
}
header .header-inner {
  max-width: 73.2064421669vw;
  height: 85px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  header .header-inner {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .header-inner {
    height: 50px;
    padding-right: 15px;
  }
  header .header-inner .logo img {
    width: 60px;
    height: auto;
  }
  header .header-inner .burger {
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    z-index: 99;
  }
  header .header-inner .burger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s;
  }
  header .header-inner .burger .span1 {
    margin-bottom: 8px;
  }
  header .header-inner .burger .span3 {
    margin-top: 8px;
  }
  header .header-inner .burger.active .span1 {
    transform: rotate(30deg);
    margin-bottom: -1px;
  }
  header .header-inner .burger.active .span2 {
    opacity: 0;
  }
  header .header-inner .burger.active .span3 {
    transform: rotate(-30deg);
    margin-top: -1px;
  }
}
header .header-inner .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  header .header-inner .right {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(45, 45, 46, 0.9);
    padding-top: 120px;
    transition: all 0.4s;
  }
  header .header-inner .right.active {
    right: 0;
  }
}
header .header-inner .right ul {
  display: flex;
}
@media (max-width: 767px) {
  header .header-inner .right ul {
    flex-direction: column;
    align-items: center;
  }
}
header .header-inner .right ul li {
  margin-right: 20px;
}
@media (max-width: 1279px) {
  header .header-inner .right ul li {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  header .header-inner .right ul li {
    margin-right: unset;
    margin-bottom: 20px;
  }
}
header .header-inner .right ul li:last-child {
  margin-right: 30px;
}
@media (max-width: 1279px) {
  header .header-inner .right ul li:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header-inner .right ul li:last-child {
    margin-right: unset;
  }
}
header .header-inner .right ul li a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.4s;
}
header .header-inner .right ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 1279px) {
  header .header-inner .right ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .header-inner .right ul li a {
    font-size: 16px;
  }
}
header .header-inner .right .cta {
  background-color: #e83434;
  display: block;
  height: 100%;
  padding-left: 9px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  header .header-inner .right .cta {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}
header .header-inner .right .cta .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
header .header-inner .right .cta .cta-inner .arrow {
  width: 11.3px;
  height: 17.7px;
}
header .header-inner .right .cta .cta-inner span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 7px;
  position: relative;
  top: 5px;
}
header .header-inner .right .cta .cta-inner .span2 {
  position: absolute;
  font-size: 10px;
  margin-right: 0;
  width: 100%;
  top: 25px;
  padding-left: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  header .header-inner .right .cta .cta-inner .span2 {
    top: 15px;
  }
}
header .header-inner .right .cta::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shine 2.5s linear infinite;
}

.bottom-cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all 0.4s;
  bottom: -140px;
}
.bottom-cta.fixed {
  bottom: 0;
}
@media (max-width: 767px) {
  .bottom-cta {
    padding-top: 10px;
  }
}
.bottom-cta .btn-flex {
  display: flex;
  justify-content: center;
  max-width: 1288.2px;
  margin: auto;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .bottom-cta .btn-flex {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .bottom-cta .btn-flex {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.bottom-cta .btn-flex .btn {
  display: flex;
  justify-content: center;
  width: 450px;
  height: 90px;
  background-color: #e83434;
  border-radius: 99px;
  align-items: center;
  box-shadow: 5px 5px 0 0 #a22828;
  margin-bottom: 10px;
  top: 0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .bottom-cta .btn-flex .btn {
    padding-top: 2px;
  }
}
.bottom-cta .btn-flex .btn span {
  color: white;
  font-size: 24px;
  padding-left: unset;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bottom-cta .btn-flex .btn span {
    top: 2px;
  }
}
.bottom-cta .btn-flex .btn .span2 {
  font-size: 14px;
  top: 20px;
  padding-right: 5px;
}
@media (max-width: 1279px) {
  .bottom-cta .btn-flex .btn .span2 {
    font-size: 12px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .bottom-cta .btn-flex .btn .span2 {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .bottom-cta .btn-flex .btn .span2 {
    font-size: 10px;
    top: 13px;
    padding-right: 10px;
  }
}
.bottom-cta .btn-flex .btn img {
  width: 20px;
  height: auto;
  transition: all 0.4s;
  position: relative;
  top: 2px;
}
@media (max-width: 1279px) {
  .bottom-cta .btn-flex .btn {
    padding-left: 10px;
    justify-content: center;
  }
  .bottom-cta .btn-flex .btn span {
    font-size: 22px;
    margin-right: 20px;
  }
  .bottom-cta .btn-flex .btn img {
    width: 10px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 1040px) {
  .bottom-cta .btn-flex .btn {
    width: 300px;
  }
  .bottom-cta .btn-flex .btn span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bottom-cta .btn-flex .btn {
    width: 48%;
    width: 80% !important;
    height: 16.2666666667vw;
    justify-content: center;
    box-shadow: 0.5333333333vw 0.5333333333vw 0 0 #a22828;
    margin-bottom: 0vw;
    padding-left: 1.3333333333vw;
  }
  .bottom-cta .btn-flex .btn span {
    font-size: 4.5333333333vw;
    white-space: nowrap;
  }
  .bottom-cta .btn-flex .btn img {
    width: 1.6vw;
    top: 0px;
  }
  .bottom-cta .btn-flex .btn:not(.btn2) span {
    margin-right: 1.6vw;
  }
}
@media (min-width: 768px) {
  .bottom-cta .btn-flex .btn:hover {
    top: -4px;
    box-shadow: 5px 10px 0 0 #a22828;
  }
  .bottom-cta .btn-flex .btn:hover img {
    transform: rotate(0deg);
  }
  .bottom-cta .btn-flex .btn:active {
    top: 5px;
    box-shadow: 0 0 0 0 #a22828;
  }
}
.bottom-cta .btn-flex .btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shine 2.5s linear infinite;
}
.bottom-cta .btn-flex .btn2 {
  background-color: #fc7b04;
  margin-left: 20px;
  box-shadow: 5px 5px 0 0 #6d3500;
}
.bottom-cta .btn-flex .btn2 span {
  padding-left: 30px;
  margin-right: 70px;
}
@media (max-width: 1279px) {
  .bottom-cta .btn-flex .btn2 span {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .bottom-cta .btn-flex .btn2 {
    margin-left: 0;
    box-shadow: 0.5333333333vw 0.5333333333vw 0 0 #6d3500;
  }
  .bottom-cta .btn-flex .btn2 span {
    padding-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .bottom-cta .btn-flex .btn2:hover {
    box-shadow: 5px 10px 0 0 #6d3500;
  }
  .bottom-cta .btn-flex .btn2:active {
    box-shadow: 0 0 0 0 #6d3500;
  }
}

@media (min-width: 768px) {
  .coupon-flex {
    margin-top: -1.4641288433vw;
  }
}

.date-wrapper {
  padding-top: 3.6603221083vw;
}
@media screen and (max-width: 1260px) {
  .date-wrapper {
    padding-top: 1.8301610542vw;
    padding-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 1050px) {
  .date-wrapper {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .date-wrapper {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .date-wrapper {
    padding-top: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.date-wrapper h4 {
  text-align: center;
  font-size: 1.1713030747vw;
  font-weight: 500;
}
.date-wrapper h4 span {
  font-size: 2em;
}
@media (max-width: 767px) {
  .date-wrapper h4 {
    font-size: 3.2vw;
  }
}
.date-wrapper h4, .date-wrapper span {
  color: white;
}

.swiper-slide img {
  width: 100%;
}

.henkin-wrapper {
  max-width: 600px;
  margin: auto;
  margin-top: 60px;
}

@media (max-width: 1279px) {
  .henkin-wrapper {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .henkin-wrapper {
    margin-top: 50px;
  }
}
.henkin-wrapper .desc {
  text-align: center;
  color: white;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .henkin-wrapper .desc {
    font-size: 18px;
  }
}
.henkin-wrapper .box {
  background: linear-gradient(73deg, rgb(219, 44, 35) 0%, rgb(164, 49, 43) 100%);
  padding-bottom: 5px;
}

.henkin-wrapper .box h5 {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .henkin-wrapper .box h5 {
    font-size: 16px;
  }
}
.henkin-wrapper .box .flex {
  background-color: #fff;
  width: calc(100% - 10px);
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.henkin-wrapper .box .flex .g-circle {
  background-color: #B68D38;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}

@media (max-width: 767px) {
  .henkin-wrapper .box .flex .g-circle {
    height: 70px;
    width: 70px;
  }
}
.henkin-wrapper .box .flex .g-circle p {
  color: white;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .henkin-wrapper .box .flex .g-circle p {
    font-size: 16px;
  }
}
.henkin-wrapper .box .flex .big {
  font-size: 54px;
  font-weight: bold;
  margin-left: 10px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .henkin-wrapper .box .flex .big {
    font-size: 34px;
    white-space: nowrap;
  }
}
.henkin-wrapper .notice {
  margin-top: 10px;
}

.henkin-wrapper .notice li {
  position: relative;
  padding-left: 1.4em;
  color: white;
  line-height: 1.5em;
  font-size: 12px;
}

@media (max-width: 767px) {
  .henkin-wrapper .notice li {
    font-size: 10px;
    padding-left: 1.2em;
  }
}
.henkin-wrapper .notice li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}

.amazon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4.39238653vw;
}
.amazon-wrapper.amazon-wrapper2 {
  padding-top: 5.8565153734vw;
}
@media screen and (max-width: 1260px) and (min-width: 1025px) {
  .amazon-wrapper {
    padding-bottom: 3.6603221083vw;
    padding-top: 0vw;
  }
  .amazon-wrapper.amazon-wrapper2 {
    padding-top: 1.4641288433vw;
  }
}
@media (max-width: 1024px) {
  .amazon-wrapper {
    padding-top: 0;
    padding-bottom: 3.6603221083vw;
  }
  .amazon-wrapper.amazon-wrapper2 {
    padding-top: 1.4641288433vw;
  }
}
@media (max-width: 767px) {
  .amazon-wrapper {
    padding-top: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .amazon-wrapper.amazon-wrapper2 {
    padding-top: 5.3333333333vw;
  }
}
.amazon-wrapper .amazon-inner h3, .amazon-wrapper .amazon-inner h5, .amazon-wrapper .amazon-inner p {
  text-align: center;
  color: white;
}
.amazon-wrapper .amazon-inner h3 span, .amazon-wrapper .amazon-inner h5 span, .amazon-wrapper .amazon-inner p span {
  color: white;
}
.amazon-wrapper .amazon-inner h3 {
  font-size: 1.9033674963vw;
  margin-bottom: 2.196193265vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .amazon-wrapper .amazon-inner h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.amazon-wrapper .amazon-inner h3 .ttl {
  position: relative;
}
.amazon-wrapper .amazon-inner h3 .ttl .fukidashi {
  position: absolute;
  left: -7.3206442167vw;
  top: -3.6603221083vw;
  background-image: url(../img/fukidashi.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1.0980966325vw;
  padding-bottom: 1.6837481698vw;
}
@media (max-width: 767px) {
  .amazon-wrapper .amazon-inner h3 .ttl .fukidashi {
    padding: 2vw;
    padding-bottom: 3.2vw;
    left: -12vw;
    top: -10.6666666667vw;
  }
}
.amazon-wrapper .amazon-inner h3 .ttl .fukidashi p {
  color: #e83434;
  font-size: 1.1713030747vw;
  font-weight: bold;
  line-height: 1.2em;
}
.amazon-wrapper .amazon-inner h3 .ttl .fukidashi p span {
  color: #e83434;
  font-size: 1.05em;
}
@media (max-width: 767px) {
  .amazon-wrapper .amazon-inner h3 .ttl .fukidashi p {
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
}
.amazon-wrapper .amazon-inner h3 .ttl::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.8301610542vw;
  height: 2.196193265vw;
  background-image: url(../img/bottom-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .amazon-wrapper .amazon-inner h3 .ttl::before {
    bottom: -6.6666666667vw;
    height: 8vw;
  }
}
.amazon-wrapper .amazon-inner h5 {
  font-size: 1.4641288433vw;
  letter-spacing: 0.05em;
}
.amazon-wrapper .amazon-inner h5 span {
  font-weight: bold;
}
.amazon-wrapper .amazon-inner h5 .big {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .amazon-wrapper .amazon-inner h5 {
    font-size: 4vw;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .campaign .section-inner .sec-ttl {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .price {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.new-coupon {
  max-width: unset !important;
}
.new-coupon .img-wrapper {
  width: 32%;
  position: relative;
}
@media (max-width: 1024px) {
  .new-coupon .img-wrapper {
    width: 100%;
    max-width: 600px;
  }
}
.new-coupon .img-wrapper img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.new-coupon .img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  box-shadow: 0 40px 15px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  z-index: 0;
  border-radius: 50%;
}

.new-present {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .new-present {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.new-present .present-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.new-present .present-ttl img {
  width: 100%;
  max-width: 717px;
}
@media (max-width: 767px) {
  .new-present .present-ttl {
    margin-bottom: 20px;
  }
}
.new-present .p-flex {
  display: flex;
  justify-content: center;
}
.new-present .p-flex2{
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .new-present .p-flex {
    flex-direction: column;
    align-items: center;
  }
  .new-present .p-flex2{
    row-gap: 0px;
  }
}
.new-present .p-flex .img-wrapper {
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}
@media (max-width: 1024px) {
  .new-present .p-flex .img-wrapper {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
  }
}
.new-present .p-flex .img-wrapper img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.new-present .p-flex .img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 40px;
  box-shadow: 0 40px 15px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  z-index: 0;
  border-radius: 50%;
}
.new-present .p-flex .img-wrapper2 {
  position: relative;
}
.new-present .p-flex .img-wrapper2 p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25%;
  z-index: 2;
  font-size: 1.1713030747vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .new-present .p-flex .img-wrapper2 p {
    bottom: 25%;
    font-size: 12px;
  }
}

.calendar-sec {
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .calendar-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.calendar-sec .section-inner {
  max-width: 1000px;
  margin: auto;
}
.new-fv {
  width: 100%;
  background-size: cover;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .new-fv {
    height: 151.4492753623vw;
    background-image: url(../img/fv-sp.webp);
    padding-top: 9.6618357488vw;
    padding-left: 4.8309178744vw;
  }
}
.new-fv .ab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.new-fv .ab::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 65%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 240px) 100%, 0 100%);
  background: linear-gradient(241deg, #AD312A 25.02%, #471411 74.98%);
}
.new-fv .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  position: relative;
  right: -50px;
}
@media screen and (max-width: 1600px) {
  .new-fv .ab img {
    position: relative;
    right: -150px;
  }
}
@media screen and (max-width: 1300px) {
  .new-fv .ab img {
    right: -200px;
  }
}
@media screen and (max-width: 1100px) {
  .new-fv .ab img {
    right: -350px;
  }
}
@media (max-width: 767px) {
  .new-fv .ab {
    display: none;
  }
}
.new-fv .section-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: auto;
}
.new-fv .section-inner .logo {
  margin-bottom: 30px;
}
.new-fv .row {
  display: flex;
  align-items: center;
}
.new-fv .row .box {
  border: 3px solid rgb(173, 255, 0);
  display: flex;
  padding: 10px 15px;
  margin-right: 15px;
}
.new-fv .row .box p {
  color: rgba(173, 255, 0, 0.95);
  font-family: "Inter";
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .new-fv .row .box p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .new-fv .row .box {
    border-width: 0.4830917874vw;
    padding: 2.4154589372vw 3.6231884058vw;
    padding-bottom: 1.9323671498vw;
    margin-bottom: 1.4492753623vw;
  }
  .new-fv .row .box p {
    font-size: 3.8647342995vw;
  }
}
.new-fv .row h6 {
  font-size: 26px;
  font-weight: 800;
  color: white;
}
@media screen and (max-width: 1400px) {
  .new-fv .row h6 {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .new-fv .row h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .new-fv .row h6 {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .new-fv .row h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new-fv .row h6 {
    font-size: 4.1062801932vw;
    line-height: 1.3em;
    margin-top: 0;
  }
}
.new-fv .row h2 {
  color: white;
  font-family: "Inter";
  font-size: 38px;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1300px) {
  .new-fv .row h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .new-fv .row h2 {
    font-size: 26px;
  }
}
.new-fv .row h2 span {
  color: white;
  position: relative;
}
.new-fv .row h2 span::before {
  content: "";
  width: calc(100% + 30px);
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media (max-width: 767px) {
  .new-fv .row h2 {
    font-size: 5.7971014493vw;
    line-height: 1.7em;
    text-decoration: underline;
  }
  .new-fv .row h2 span::before {
    display: none;
  }
}
.new-fv .row1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .new-fv .row1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .new-fv .row1 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.4154589372vw;
  }
}
@media (max-width: 767px) {
  .new-fv .row2 {
    margin-bottom: 2.4154589372vw;
  }
}
.new-fv .row3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .new-fv .row3 {
    flex-direction: column;
    align-items: unset;
    padding-right: 0vw;
  }
}
.new-fv .row3 .notice {
  margin-top: 10px;
  color: white;
  font-weight: 400;
  font-size: 24px;
  font-family: "Inter";
}
@media (max-width: 767px) {
  .new-fv .row3 .notice {
    font-size: 3.8647342995vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 4.8309178744vw;
  }
}
.new-fv .row3 .col {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .new-fv .row3 .col {
    flex-direction: column;
    align-items: flex-start;
  }
}
.new-fv .row3 .col .left {
  padding-top: 10px;
}
.new-fv .row3 .col .left .big {
  position: relative;
  z-index: 2;
}
.new-fv .row3 .col .left .big::before {
  white-space: nowrap;
  content: "未経験から月収＋";
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
@media (max-width: 767px) {
  .new-fv .row3 .col .left .big::before {
    color: rgba(0, 0, 0, 0.8);
    left: 2px;
    top: 4px;
    content: "未経験から月収";
  }
}
.new-fv .row3 .col .left .big span {
  font-size: 45px;
  font-family: "Noto Sans JP";
  font-weight: 900;
  background: linear-gradient(90deg, rgba(255, 230, 0, 0.95) 0%, #D9984C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .new-fv .row3 .col .left .big span span {
    display: none;
  }
}
@media (max-width: 767px) {
  .new-fv .row3 .col .left .big::before, .new-fv .row3 .col .left .big span {
    font-size: 7.2463768116vw;
  }
}
.new-fv .row3 .col .right {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .new-fv .row3 .col .right {
    margin-left: 0;
  }
}
.new-fv .row3 .col .right p {
  font-family: "Noto Sans JP";
}
.new-fv .row3 .col .right p > span {
  font-weight: 900;
  display: inline-block;
}
.new-fv .row3 .col .right p > span span {
  background: linear-gradient(90deg, rgba(255, 230, 0, 0.95) 0%, #D9984C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-fv .row3 .col .right p .big {
  font-size: 100px;
  position: relative;
  z-index: 2;
  margin-left: -10px;
}
.new-fv .row3 .col .right p .big::before {
  white-space: nowrap;
  content: "30";
  position: absolute;
  left: 3px;
  top: 3px;
  color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
@media (max-width: 767px) {
  .new-fv .row3 .col .right p .big {
    font-size: 22.7053140097vw;
    margin-left: 0;
  }
}
.new-fv .row3 .col .right p .medium {
  font-size: 50px;
  position: relative;
  z-index: 2;
}
.new-fv .row3 .col .right p .medium::before {
  white-space: nowrap;
  content: "万円";
  position: absolute;
  left: 3px;
  top: 3px;
  color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
@media (max-width: 767px) {
  .new-fv .row3 .col .right p .medium {
    font-size: 11.1111111111vw;
  }
}
.new-fv .row3 .col .right p .normal {
  font-size: 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .new-fv .row3 .col .right p .normal {
    display: none;
  }
}
.new-fv .row3 .col .right p .normal::before {
  white-space: nowrap;
  content: "＋";
  position: absolute;
  left: 3px;
  top: 3px;
  color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
@media (max-width: 767px) {
  .new-fv .row3 .col .right p .normal {
    font-size: 12.5603864734vw;
    margin-right: -2.4154589372vw;
    margin-left: -2.4154589372vw;
  }
}
.new-fv .row3 .col a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ADFF00;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .new-fv .row3 .col a {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .new-fv .row3 .col a {
    padding-top: 2.4154589372vw;
    padding-bottom: 1.2077294686vw;
    padding-left: 10px;
    padding-right: 7.2463768116vw;
  }
}
.new-fv .row3 .col a p {
  font-size: 14px;
  font-family: "Inter";
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 1024px) {
  .new-fv .row3 .col a p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .new-fv .row3 .col a p {
    font-size: 3.1400966184vw;
    font-size: 2.5400966184vw;
  }
}
.new-fv .row3 .col a h5 {
  font-size: 20px;
  font-weight: 900;
  font-family: "Inter";
  line-height: normal;
}
@media (max-width: 1024px) {
  .new-fv .row3 .col a h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new-fv .row3 .col a h5 {
    font-size: 5.0724637681vw;
    font-size: 4.0724637681vw;
  }
}
.new-fv .row3 .col a span {
  position: absolute;
  font-size: 20px;
  font-weight: 900;
  font-family: "Inter";
  right: 20px;
}
@media (max-width: 767px) {
  .new-fv .row3 .col a span {
    font-size: 7.2463768116vw;
    right: 2.4154589372vw;
    font-size: 4.2463768116vw;
  }
}
@media (min-width: 768px) {
  .new-fv .row3 .col a {
    position: relative;
    top: 0;
    transition: all 0.3s;
  }
  .new-fv .row3 .col a:hover {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .new-fv .row3 .col a {
    width: 100%;
    margin-left: 0;
  }
}
.new-fv .row4 p {
  color: white;
  margin-top: 20px;
}

.skill2{
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 59px;
  padding: 50px 35px;
}
.skill2>h3{
  font-size: 40px;
  text-align: center;
}
.skill2>p{
  font-size: 18px;
  text-align: center;
  margin-top: 48px;
}
.skill2>ul{
  margin-top: 16px;
}
.skill2>ul>li{
  margin-bottom: 30px;
}
.skill2>ul>li>span{
  font-size: 16px;
  font-weight: bold;
  margin: 16px auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.skill2>ul>li>span::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
.skill2>ul>li:nth-of-type(1)>span::before{
  background-color: #BA2727;
}
.skill2>ul>li:nth-of-type(2)>span::before{
  background-color: #5FB0CB;
}
.skill2>ul>li:nth-of-type(3)>span::before{
  background-color: #FFBD24;
}
.skill2>ul>li:nth-of-type(4)>span::before{
  background-color: #B68D38;
}
.skill2>ul>li>ul{
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.skill2>ul>li>ul>li{
  width: calc(calc(100% - 30px) / 3);
  box-shadow: 2px 2px 3px 0 #9D9B9B;
  padding: 15px;
  text-align: center;
}
.skill2>ul>li:nth-of-type(1)>ul>li{
  border-left:5px solid#BA2727;
}
.skill2>ul>li:nth-of-type(2)>ul>li{
  border-left:5px solid#5FB0CB;
}
.skill2>ul>li:nth-of-type(3)>ul>li{
  border-left:5px solid#FFBD24;
}
.skill2>ul>li:nth-of-type(4)>ul>li{
  border-left:5px solid#B68D38;
}
@media (max-width: 767px) {
  .skill2{
    padding: 10vw 3vw 1vw;
  }
  .skill2>h3{
    font-size: 7vw;
  }
  .skill2>p{
    font-size: 3.5vw;
    line-height: 5vw;
    margin-top: 8vw;
  }
  .skill2>ul {
    margin-top: 5vw;
  }
  .skill2>ul>li {
    margin-bottom: 10vw;
  }
  .skill2>ul>li>span {
    font-size: 4vw;
    margin: 3vw auto;
    gap: 3vw;
  }
  .skill2>ul>li>span::before {
    width: 3.5vw;
    height: 3.5vw;
  }
  .skill2>ul>li>ul {
    padding-left: 2vw;
    gap: 2vw;
    row-gap: 3.5vw;
  }
  .skill2>ul>li>ul>li {
    width: calc(calc(100% - 3vw) / 2);
    box-shadow: 2px 2px 3px 0 #9D9B9B;
    padding: 3vw 1vw;
    text-align: center;
    font-size: 3vw;
  }
}

/* user_apply start */
.user_apply{
  background-color: #FFF6F6;
  margin: calc(30 * var(--site-horizontal-ratio)) auto 0;
  padding: calc(44 * var(--site-horizontal-ratio)) calc(34 * var(--site-horizontal-ratio));
}
.user_apply>h2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  line-height: calc(33.6 * var(--site-horizontal-ratio));
}
.user_apply>h2>span:nth-of-type(1){
  font-size: calc(22 * var(--site-horizontal-ratio));
}
.user_apply>h2>span:nth-of-type(2){
  font-size: calc(28 * var(--site-horizontal-ratio));
  letter-spacing: 0.18em;
}
.user_apply>form{
  background-color: #ffffff;
  padding: 0 calc(20 * var(--site-horizontal-ratio)) calc(50 * var(--site-horizontal-ratio));
}
.user_apply>form>label{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: calc(10 * var(--site-horizontal-ratio));
  width: 100%;
  margin-top: calc(calc(423 - 330 - 70.71) * var(--site-horizontal-ratio));
}
.user_apply>form>label>span{
  font-weight: bold;
  font-size: calc(13.53 * var(--site-horizontal-ratio));
  line-height: calc(20.5 * var(--site-horizontal-ratio));
  letter-spacing: 0.04em;
  width: 100%;
  display: flex;
  align-items: center;
  gap: calc(5 * var(--site-horizontal-ratio));
}
.user_apply>form>label:has(input[required])>span::after{
  content: "必須";
  background-color: #D9768B;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(29 * var(--site-horizontal-ratio));
  height: calc(12.76 * var(--site-horizontal-ratio));
  color: #ffffff;
  font-size: calc(7.73 * var(--site-horizontal-ratio));
  line-height: calc(20.5 * var(--site-horizontal-ratio));
  letter-spacing: 0.1em;
  border-radius: calc(1.21 * var(--site-horizontal-ratio));
}
.user_apply>form>label>input,
.user_apply>form>label>select,
.user_apply>form>label>textarea{
  border: 1px solid #FFA9AB;
  border-radius: calc(3.93 * var(--site-horizontal-ratio));
  color: #4A4949;
  font-weight: bold;
  font-size: calc(14 * var(--site-horizontal-ratio));
  line-height: calc(20.6 * var(--site-horizontal-ratio));
  letter-spacing: 0.04em;
  padding: calc(calc(63.28 - 54) * var(--site-horizontal-ratio));
}
.user_apply>form>label>input,
.user_apply>form>label>select{
  height: calc(45 * var(--site-horizontal-ratio));
}
.user_apply>form>label>input[name='user_last_name'],
.user_apply>form>label>input[name='user_first_name'],
.user_apply>form>label>input[name='user_reserve_date'],
.user_apply>form>label>select[name='user_reserve_time']
{
  width: calc(139 * var(--site-horizontal-ratio));
}
.user_apply>form>label>input[name='user_tel'],
.user_apply>form>label>input[name='user_email'],
.user_apply>form>label>select,
.user_apply>form>label>textarea
{
  width: 100%;
}
.user_apply>form>button[type=button]{
  margin: calc(calc(828 - 710 - 75) * var(--site-horizontal-ratio)) auto 0;
  width: calc(285 * var(--site-horizontal-ratio));
  height: calc(60 * var(--site-horizontal-ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #e83434;
  color: #ffffff;
  font-weight: bold;
  font-size: calc(20 * var(--site-horizontal-ratio));
  line-height: calc(70 * var(--site-horizontal-ratio));
  letter-spacing: 0.05em;
  position: relative;
  border: none;
  box-shadow: 0 calc(3 * var(--site-horizontal-ratio)) calc(6 * var(--site-horizontal-ratio)) #a22828;
  cursor: pointer;
}
.user_apply>.apply-thanks{
  width: fit-content;
  text-align: center;
  margin: calc(15 * var(--site-horizontal-ratio)) auto 0;
  font-weight: 700;
  font-size: calc(14 * var(--site-horizontal-ratio));
  transform: translateY(50%);
  opacity: 0;
}
.user_apply>.apply-thanks-fadeIn{
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px){
  .user_apply>h2>span:nth-of-type(1){
    font-size: calc(28 * var(--site-horizontal-ratio));
  }
  .user_apply>form{
    width: calc(500 * var(--site-horizontal-ratio));
    margin: auto;
  }
  .user_apply>form>label>input[name='user_last_name'],
  .user_apply>form>label>input[name='user_first_name'],
  .user_apply>form>label>input[name='user_reserve_date'],
  .user_apply>form>label>select[name='user_reserve_time']{
    width: calc(220 * var(--site-horizontal-ratio));
  }
}
/* user_apply end */

/* AI-writing start */
.AI-writing{
  color: #222222;
  padding: calc(39 * var(--site-horizontal-ratio)) calc(25 * var(--site-horizontal-ratio));
  background: linear-gradient(to bottom,transparent 0 83%,#222222 83% 100%);
}
.AI-writing>div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(calc(117 - 71 - 35) * var(--site-horizontal-ratio));
  row-gap: calc(calc(95 - 34 - 50) * var(--site-horizontal-ratio));
  letter-spacing: 0;
}
.AI-writing>div>span:nth-of-type(1){
  font-weight: 900;
  font-size: calc(29 * var(--site-horizontal-ratio));
  padding: calc(15 * var(--site-horizontal-ratio)) calc(5 * var(--site-horizontal-ratio));
  background-image: url(../img/AI-writing-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.AI-writing>div>span:nth-of-type(2){
  font-weight: 500;
  font-size: calc(20 * var(--site-horizontal-ratio));
}
.AI-writing>div>span:nth-of-type(3){
  font-weight: 700;
  font-size: calc(38 * var(--site-horizontal-ratio));
  color: #E51D1C;
}
.AI-writing>div>span:nth-of-type(4){
  font-weight: 700;
  font-size: calc(21 * var(--site-horizontal-ratio));
}
.AI-writing>div>span:nth-of-type(5){
  font-weight: 700;
  font-size: calc(19 * var(--site-horizontal-ratio));
}
.AI-writing>div>span:nth-of-type(5)>span{
  color: #E51D1C;
}
.AI-writing>p{
  margin-top: calc(calc(154 - 95 - 30) * var(--site-horizontal-ratio));
  font-weight: 500;
  font-size: calc(14 * var(--site-horizontal-ratio));
  line-height: 1.5;
}
.AI-writing>ol{
  margin-top: calc(calc(249 - 154 - 60) * var(--site-horizontal-ratio));
  padding: calc(calc(270 - 249 - 1) * var(--site-horizontal-ratio)) calc(calc(48 - 25) * var(--site-horizontal-ratio));
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  display: flex;
  flex-direction: column;
  gap: calc(calc(308 - 270 - 26) * var(--site-horizontal-ratio));
}
.AI-writing>ol>li{
  font-weight: 500;
  font-size: calc(17 * var(--site-horizontal-ratio));
  line-height: 1.6;
  background-image: url(../img/AI-writing-check.png);
  background-size: calc(26 * var(--site-horizontal-ratio));
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: calc(36 * var(--site-horizontal-ratio));
}
.AI-writing>ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(15 * var(--site-horizontal-ratio));
  margin-top: calc(calc(226 - 176 - 20) * var(--site-horizontal-ratio));
  background-color: #ffffff;
  padding: calc(16 * var(--site-horizontal-ratio));
  border-radius: calc(10 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li{
  position: relative;
  overflow: hidden;
}
.AI-writing>ul>li>img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.AI-writing>ul>li:nth-of-type(1){
  width: calc(42 * var(--site-horizontal-ratio));
  height: calc(42 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(2){
  width: calc(76 * var(--site-horizontal-ratio));
  height: calc(28 * var(--site-horizontal-ratio));
} 
.AI-writing>ul>li:nth-of-type(3){
  width: calc(75 * var(--site-horizontal-ratio));
  height: calc(24 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(4){
  width: calc(75 * var(--site-horizontal-ratio));
  height: calc(24 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(4)>img{
  width: 190%;
}
.AI-writing>ul>li:nth-of-type(5){
  width: calc(41 * var(--site-horizontal-ratio));
  height: calc(42 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(6){
  width: calc(99 * var(--site-horizontal-ratio));
  height: calc(56 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(7){
  width: calc(86 * var(--site-horizontal-ratio));
  height: calc(54 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(8){
  width: calc(89 * var(--site-horizontal-ratio));
  height: calc(51 * var(--site-horizontal-ratio));
}
.AI-writing>ul>li:nth-of-type(9){
  width: calc(105 * var(--site-horizontal-ratio));
  height: calc(59 * var(--site-horizontal-ratio));
}
.AI-writing>span{
  display: block;
  width: fit-content;
  padding: calc(6 * var(--site-horizontal-ratio));
  background-color: #ffffff;
  font-weight: 700;
  font-size: calc(13 * var(--site-horizontal-ratio));
}
.AI-writing>span>span{
  color: #E51D1C;
  font-size: calc(21 * var(--site-horizontal-ratio));
}
.AI-writing>span:nth-of-type(1){
  margin-top: calc(calc(466 - 226 - 206) * var(--site-horizontal-ratio));
}
.AI-writing>span:nth-of-type(2){
  margin-top: calc(calc(503 - 466 - 31) * var(--site-horizontal-ratio));
}
@media screen and (min-width: 768px){
  .AI-writing{
    padding: calc(71 * var(--site-horizontal-ratio)) calc(25 * var(--site-horizontal-ratio)) calc(45 * var(--site-horizontal-ratio));
    background: linear-gradient(to bottom,transparent 0 81%,#222222 81% 100%);
  }
  .AI-writing>div{
    column-gap: calc(calc(639 - 423 - 200) * var(--site-horizontal-ratio));
    row-gap: 0;
  }
  .AI-writing>div>span:nth-of-type(1){
    font-size: calc(48 * var(--site-horizontal-ratio));
    padding: calc(15 * var(--site-horizontal-ratio)) calc(5 * var(--site-horizontal-ratio));
    background-size: 100%;
  }
  .AI-writing>div>span:nth-of-type(2){
    font-size: calc(36 * var(--site-horizontal-ratio));
  }
  .AI-writing>div>span:nth-of-type(3){
    font-size: calc(64 * var(--site-horizontal-ratio));
  }
  .AI-writing>div>span:nth-of-type(4){
    font-size: calc(36 * var(--site-horizontal-ratio));
  }
  .AI-writing>div>span:nth-of-type(5){
    width: fit-content;
    text-align: initial;
    font-size: calc(36 * var(--site-horizontal-ratio));
  }
  .AI-writing>p{
    margin-top: calc(calc(199 - 71 - 98) * var(--site-horizontal-ratio));
    font-size: calc(20 * var(--site-horizontal-ratio));
    text-align: center;
  }
  .AI-writing>ol{
    width: calc(736 * var(--site-horizontal-ratio));
    margin: calc(calc(319 - 199 - 58) * var(--site-horizontal-ratio)) auto 0;
    padding: calc(calc(355 - 319 - 1) * var(--site-horizontal-ratio)) calc(calc(411 - 360) * var(--site-horizontal-ratio));
    gap: calc(calc(426 - 355 - 50) * var(--site-horizontal-ratio));
  }
  .AI-writing>ol>li{
    font-size: calc(24 * var(--site-horizontal-ratio));
    line-height: 2.2;
    background-size: calc(50 * var(--site-horizontal-ratio));
    padding-left: calc(70 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul{
    width: calc(879 * var(--site-horizontal-ratio));
    justify-content: space-between;
    gap: calc(15 * var(--site-horizontal-ratio));
    margin: calc(calc(293 - 199 - 29) * var(--site-horizontal-ratio)) auto 0;
    padding: calc(16 * var(--site-horizontal-ratio)) calc(60 * var(--site-horizontal-ratio));
    border-radius: calc(20 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(1){
    width: calc(76 * var(--site-horizontal-ratio));
    height: calc(76 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(2){
    width: calc(132.7244110107422 * var(--site-horizontal-ratio));
    height: calc(49 * var(--site-horizontal-ratio));
  } 
  .AI-writing>ul>li:nth-of-type(3){
    width: calc(134.243896484375 * var(--site-horizontal-ratio));
    height: calc(43 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(4){
    width: calc(134.243896484375 * var(--site-horizontal-ratio));
    height: calc(43 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(4)>img{
    width: 190%;
  }
  .AI-writing>ul>li:nth-of-type(5){
    width: calc(71 * var(--site-horizontal-ratio));
    height: calc(71 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(6){
    width: calc(172.59786987304688 * var(--site-horizontal-ratio));
    height: calc(97 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(7){
    width: calc(152.35848999023438 * var(--site-horizontal-ratio));
    height: calc(95 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(8){
    width: calc(158.22222900390625 * var(--site-horizontal-ratio));
    height: calc(89 * var(--site-horizontal-ratio));
  }
  .AI-writing>ul>li:nth-of-type(9){
    width: calc(186.83274841308594 * var(--site-horizontal-ratio));
    height: calc(105 * var(--site-horizontal-ratio));
  }
  .AI-writing>span{
    padding: calc(10 * var(--site-horizontal-ratio));
    font-size: calc(26 * var(--site-horizontal-ratio));
  }
  .AI-writing>span>span{
    font-size: calc(48 * var(--site-horizontal-ratio));
  }
  .AI-writing>span:nth-of-type(1){
    margin-top: calc(calc(565 - 293 - 228) * var(--site-horizontal-ratio));
    margin-left: calc(315 * var(--site-horizontal-ratio));
  }
  .AI-writing>span:nth-of-type(2){
    margin-top: calc(calc(636 - 554 - 78) * var(--site-horizontal-ratio));
    margin-left: calc(414 * var(--site-horizontal-ratio));
  }
}

/* AI-writing end */


/*# sourceMappingURL=style.css.map */