@import url(ress.css);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", serif;
  color: #000000;
  margin: 0;
  overflow-wrap: anywhere;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

main {
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p, ul {
  line-height: 1.6;
}

ul {
  list-style: none;
}

a {
  transition: 1s;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

strong, b {
  font-weight: 700;
}

small {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none;
}

.flex {
  display: flex;
}

.button-header {
  align-items: center;
  gap: 2rem;
}
.button-header a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  padding: 1.75rem 3rem 2rem 3rem;
  background: linear-gradient(to bottom, rgb(255, 242, 56) 0%, rgb(255, 189, 83) 100%);
  border-radius: 6rem;
  box-shadow: inset 0 0 0.4rem #FF9861;
}
.button-header a:after {
  content: " ";
  display: inline-block;
  width: 1rem;
  border-left: 1rem solid #F94900;
  border-top: 0.725rem solid transparent;
  border-bottom: 0.725rem solid transparent;
}
.button-header a:hover {
  transform: scale(1.1);
}
.button-header a .header__button--box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.button-header a .header__button--box.test:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/header/icon01.svg) no-repeat center center;
}
.button-header a .header__button--box.test .header__button--free {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.6rem;
  background: #F94900;
}
.button-header a .header__button--box.online:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(../images/header/icon02.svg) no-repeat center center;
}

.button-header a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .button-header a {
    gap: 1.2rem;
    font-size: 1.6rem;
    padding: 1.25rem 2rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .button-header {
    width: 100%;
    gap: 2vw;
  }
  .button-header li {
    width: calc(50% - 1vw);
  }
  .button-header a {
    gap: 1vw;
    font-size: 3.6vw;
    font-weight: 900;
    padding: 1.25vw 5vw 1rem 4vw;
  }
  .button-header a:after {
    content: " ";
    display: inline-block;
    width: 0.5rem;
    margin-left: 1vw;
    border-left: 0.75rem solid #F94900;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
  }
  .button-header a:hover {
    transform: scale(1.1);
  }
  .button-header a .header__button--box {
    gap: 1.25vw;
  }
  .button-header a .header__button--box.test:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/header/icon01.svg) no-repeat center center/cover;
  }
  .button-header a .header__button--box.test .header__button--free {
    font-size: 3vw;
    padding: 0.5vw 2vw;
    border-radius: 0.3rem;
  }
  .button-header a .header__button--box.online:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/header/icon02.svg) no-repeat center center/cover;
  }
}
#fv {
  position: relative;
}
#fv .fv__visual {
  margin: 0;
  position: relative;
}
#fv img {
  width: 100%;
}

#statistics {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #statistics {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#statistics {
  max-width: 100%;
  padding: 3rem 0;
  background: #FAF6F2;
}
#statistics .statistics__note {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #statistics .statistics__note {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#statistics .statistics__note {
  font-size: 1.4rem;
}
#statistics .statistics__note li {
  text-indent: -1em;
  margin-left: 1em;
}
#statistics .statistics__note {
  display: table;
  max-width: 1400px;
}
#statistics .statistics__note li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  #statistics {
    width: 100%;
    padding: 3vw;
  }
  #statistics .statistics__note {
    width: 100%;
  }
}
#header .header__inner {
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 4rem;
}
#header .header__inner .header__title img {
  width: 120px;
}

@media screen and (max-width: 1200px) {
  #header .header__inner {
    padding: 1.5rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #header .header__inner {
    padding: 1.5rem 2rem;
  }
  #header .header__inner .header__title img {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  #header .header__inner {
    padding: 1rem;
  }
  #header .header__inner .header__title {
    display: none;
  }
}
#record {
  padding: 8rem 0;
  background: linear-gradient(to right, rgb(224, 88, 88) 0%, rgb(201, 41, 44) 40%, rgb(81, 0, 8) 100%);
  position: relative;
}
#record:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg.svg) no-repeat left top/100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#record .record__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #record .record__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#record .record__inner {
  position: relative;
  z-index: 20;
}
#record .record__inner .record__box {
  gap: 8rem;
}
#record .record__inner .record__box li {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  width: calc(33.33% - 5.33rem);
  aspect-ratio: 1/1;
  padding-bottom: 2rem;
  background: url(../images/record/bg.svg) no-repeat center center/cover;
}
#record .record__inner .record__box li .record__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.8rem;
}
#record .record__inner .record__box li .record__text {
  display: flex;
  align-items: flex-end;
}
#record .record__inner .record__box li .record__text .record__text--num {
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 12.8rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#record .record__inner .record__box li .record__text .record__text--percent {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 6.4rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#record .record__inner .record__box li .record__text .record__text--support {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 7.4rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#record .record__inner .record__note {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 1200px) {
  #record .record__inner .record__box {
    gap: 3rem;
  }
  #record .record__inner .record__box li {
    width: calc(33.33% - 2rem);
  }
  #record .record__inner .record__box li .record__title {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
  #record .record__inner .record__box li .record__text .record__text--num {
    font-size: 10vw;
    line-height: 10vw;
  }
  #record .record__inner .record__box li .record__text .record__text--percent {
    font-size: 6vw;
    line-height: 6vw;
  }
  #record .record__inner .record__box li .record__text .record__text--support {
    font-size: 5vw;
    line-height: 6vw;
  }
  #record .record__inner .record__note {
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) {
  #record {
    padding: 8vw 0;
  }
  #record .record__inner .record__box {
    gap: 2rem;
  }
  #record .record__inner .record__box li {
    width: calc(33.33% - 1.34rem);
    gap: 0;
    padding-bottom: 3.6vw;
  }
  #record .record__inner .record__box li .record__title {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
  #record .record__inner .record__box li .record__text .record__text--num {
    font-size: 9vw;
    line-height: 9vw;
  }
  #record .record__inner .record__box li .record__text .record__text--percent {
    font-size: 5vw;
    line-height: 5vw;
  }
  #record .record__inner .record__box li .record__text .record__text--support {
    font-size: 4.6vw;
    line-height: 6vw;
  }
  #record .record__inner .record__note {
    font-size: 2vw;
    margin-top: 4vw;
  }
}
#worries {
  padding: 10rem 0 0 0;
  position: relative;
}
#worries .worries__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #worries .worries__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#worries .worries__inner {
  flex-flow: column-reverse;
  gap: 6rem;
}
#worries .worries__inner .worries__box {
  width: 100%;
  gap: 6rem;
  align-items: flex-end;
}
#worries .worries__inner .worries__box .worries__box--list {
  width: calc(50% - 213.5px - 3rem);
  padding-bottom: 6rem;
}
#worries .worries__inner .worries__box .worries__box--list li {
  font-size: 1.8rem;
  font-size: 400;
  margin-bottom: 1rem;
  padding: 2rem 3rem;
  border: 3px solid #E30018;
  border-radius: 1rem;
}
#worries .worries__inner .worries__box .worries__box--list li .worries__list--red {
  font-size: 2.2rem;
  font-weight: 700;
  color: #E30018;
}
#worries .worries__inner .worries__title {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
}
#worries .worries__copy {
  padding: 4rem 0 6rem 0;
  background: url(../images/worries/bg.svg) no-repeat center top/100% auto #FAF6F2;
}
#worries .worries__copy .worries__copy--text {
  font-size: 9.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
#worries .worries__copy .worries__copy--text .worries__copy--red {
  font-size: 12rem;
  color: #E30018;
}

@media screen and (max-width: 1400px) {
  #worries .worries__inner {
    gap: 6rem;
  }
  #worries .worries__inner .worries__box {
    gap: 4rem;
  }
  #worries .worries__inner .worries__box .worries__box--list {
    width: calc(50% - 160px - 2.67rem);
    padding-bottom: 6rem;
  }
  #worries .worries__inner .worries__box .worries__box--list li {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
  #worries .worries__inner .worries__box .worries__box--list li .worries__list--red {
    font-size: 2rem;
  }
  #worries .worries__inner .worries__box img {
    width: 320px;
  }
  #worries .worries__inner .worries__title {
    font-size: 4.2rem;
  }
  #worries .worries__copy .worries__copy--text {
    font-size: 7.8rem;
  }
  #worries .worries__copy .worries__copy--text .worries__copy--red {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  #worries .worries__inner .worries__box .worries__box--list {
    width: calc(50% - 120px - 2.67rem);
  }
  #worries .worries__inner .worries__box .worries__box--list li {
    font-size: 1.4rem;
  }
  #worries .worries__inner .worries__box .worries__box--list li .worries__list--red {
    font-size: 1.8rem;
  }
  #worries .worries__inner .worries__box img {
    width: 240px;
  }
  #worries .worries__inner .worries__title {
    font-size: 3.8rem;
  }
  #worries .worries__copy .worries__copy--text {
    font-size: 6.8rem;
  }
  #worries .worries__copy .worries__copy--text .worries__copy--red {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #worries .worries__inner {
    gap: 4rem;
  }
  #worries .worries__inner .worries__box {
    flex-flow: column;
    gap: 4rem;
    align-items: center;
  }
  #worries .worries__inner .worries__box .worries__box--list {
    width: 100%;
    padding-bottom: 0;
  }
  #worries .worries__inner .worries__title {
    font-size: 3.4rem;
  }
  #worries .worries__copy {
    padding-bottom: 2rem;
  }
  #worries .worries__copy .worries__copy--text {
    font-size: 6.4rem;
  }
  #worries .worries__copy .worries__copy--text .worries__copy--red {
    font-size: 8rem;
  }
}
@media screen and (max-width: 750px) {
  #worries {
    padding: 8vw 0 0 0;
  }
  #worries .worries__inner {
    gap: 4vw;
    padding-bottom: 8vw;
  }
  #worries .worries__inner .worries__box {
    gap: 4vw;
  }
  #worries .worries__inner .worries__title {
    font-size: 5.2vw;
  }
  #worries .worries__copy {
    padding: 0 0 4vw 0;
  }
  #worries .worries__copy .worries__copy--text {
    font-size: 10vw;
  }
  #worries .worries__copy .worries__copy--text .worries__copy--red {
    font-size: 14vw;
  }
  #worries .worries__copy .worries__copy--text br {
    display: none;
  }
  #worries .worries__copy .worries__copy--text br.sp {
    display: inline-block;
  }
}
#recruitment .recruitment__inner {
  padding: 4rem 0 12rem 0;
  background: #FAF6F2;
}
#recruitment .recruitment__inner .recruitment__title {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
}
#recruitment .recruitment__inner .recruitment__title .recruitment__title--red {
  display: inline-block;
  color: #E30018;
  margin-bottom: 6rem;
}
#recruitment .recruitment__inner .recruitment__title .recruitment__title--red:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 21px;
  vertical-align: top;
  margin: 0 1rem;
  background: url(../images/recruitment/line.svg) no-repeat center center;
}
#recruitment .recruitment__inner .recruitment__title .recruitment__title--red:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 21px;
  vertical-align: top;
  margin: 0 1rem;
  transform: scale(-1, 1);
  background: url(../images/recruitment/line.svg) no-repeat center center;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper {
  margin: 0 auto;
  padding: 0 10rem;
  border: none;
  background: none;
  box-shadow: none;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper {
  display: flex;
  gap: 4rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item {
  display: block;
  width: calc((100vw - 20rem) / 4 - 3rem) !important;
  background: #ffffff;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main {
  padding: 2rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__title--category {
  display: table;
  font-size: 1.4rem;
  color: #E30018;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #E30018;
  border-radius: 0.3rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--conditions li {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: 0.3rem;
  background: #EFEFEF;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__title--case {
  font-size: 2rem;
  font-weight: 700;
  color: #E30018;
  margin: 2rem 0 1.5rem 0;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details {
  margin-top: 1.5rem;
  overflow: hidden;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dt {
  clear: left;
  float: left;
  margin-right: 1rem;
  padding-bottom: 0.75rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dd {
  display: table;
  line-height: 27px;
  padding-bottom: 0.75rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev,
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  color: #ffffff;
  aspect-ratio: 1/1;
  padding: 0 2rem;
  border-radius: 50%;
  background: #E30018;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev:after,
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next:after {
  content: " ";
  display: block;
  width: 15px;
  height: 20px;
  border-left: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next {
  right: 6rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev {
  left: 5rem;
}
#recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#recruitment .recruitment__inner .recruitment__note {
  max-width: 1400px;
  text-align: right;
  margin: 6rem auto 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 1400px) {
  #recruitment .recruitment__inner .recruitment__title {
    font-size: 4.2rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper {
    padding: 0 5rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item {
    width: calc((100vw - 10rem) / 4 - 3.4rem) !important;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main {
    padding: 1.5rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__title--category {
    font-size: 1vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--conditions li {
    font-size: 1vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__title--case {
    font-size: 1.4vw;
    font-weight: 700;
    color: #E30018;
    margin: 2rem 0 1.5rem 0;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main p {
    font-size: 1.2vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details {
    font-size: 1vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dt {
    clear: left;
    float: left;
    margin-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dt img {
    width: 1.2vw;
    height: 1.2vw;
    margin-right: 0.5rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dd {
    line-height: 1.2vw;
    padding-bottom: 0.5rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev,
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next {
    padding: 0 1.5rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev:after,
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next:after {
    content: " ";
    display: block;
    width: 10px;
    height: 15px;
    border-left: 10px solid #ffffff;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next {
    right: 2rem;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev {
    left: 2rem;
  }
  #recruitment .recruitment__inner .recruitment__note {
    font-size: 1.4rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1200px) {
  #recruitment .recruitment__inner {
    padding-bottom: 10rem;
  }
  #recruitment .recruitment__inner .recruitment__title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #recruitment .recruitment__inner .recruitment__title {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
  #recruitment .recruitment__inner .recruitment__title .recruitment__title--red {
    margin-bottom: 0;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper .recruitment__slider--item {
    width: calc((100vw - 10rem) / 3 - 2.67rem) !important;
  }
}
@media screen and (max-width: 750px) {
  #recruitment .recruitment__inner {
    padding: 0 0 8vw 0;
  }
  #recruitment .recruitment__inner .recruitment__title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper {
    padding: 0 3vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item {
    width: calc(50% - 1vw) !important;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item img {
    width: 100%;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main {
    padding: 2vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__title--category {
    font-size: 2vw;
    margin-bottom: 0;
    padding: 0.25vw 1.14vw 0.5vw 1.14vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__slider--conditions li {
    display: inline-block;
    font-size: 2vw;
    padding: 0.25vw 1.14vw 0.5vw 1.14vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__title--case {
    font-size: 2.4vw;
    margin: 2.4vw 0 2vw 0;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main p {
    font-size: 2vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details {
    margin-top: 2vw;
    font-size: 2vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dt {
    margin-right: 1vw;
    padding-bottom: 0;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dt img {
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-viewport .bxslider-wrapper li .recruitment__slider--item .recruitment__silder--main .recruitment__slider--details dd {
    line-height: 3.2vw;
    padding-bottom: 0;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-next {
    right: 0.25vw;
  }
  #recruitment .recruitment__inner .recruitment__slider-wrapper .bx-wrapper .bx-prev {
    left: 0.25vw;
  }
  #recruitment .recruitment__inner .recruitment__note {
    font-size: 3vw;
    text-align: right;
    margin: 4vw auto 0 auto;
    padding: 0 2rem;
  }
}
#skill {
  padding: 16rem 0;
  background: linear-gradient(to right, rgb(255, 152, 97) 0%, rgb(255, 97, 100) 40%, rgb(227, 0, 24) 100%);
  position: relative;
}
#skill:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg.svg) no-repeat left top/100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#skill .skill__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #skill .skill__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#skill .skill__inner {
  position: relative;
  z-index: 20;
}
#skill .skill__inner .skill__title {
  width: 100%;
  align-items: center;
  gap: 10rem;
}
#skill .skill__inner .skill__title .skill__title--main {
  width: calc(50% - 5rem);
  color: #ffffff;
}
#skill .skill__inner .skill__title .skill__title--main span {
  display: block;
  font-weight: 900;
  text-align: center;
}
#skill .skill__inner .skill__title .skill__title--main span.skill__title--small {
  font-size: 3rem;
  margin-bottom: 4rem;
}
#skill .skill__inner .skill__title .skill__title--main span.skill__title--middle {
  font-size: 7.4rem;
  margin-bottom: 1.25rem;
}
#skill .skill__inner .skill__title .skill__title--main span.skill__title--large {
  font-size: 12rem;
}
#skill .skill__inner .skill__title picture {
  width: calc(50% - 5rem);
}
#skill .skill__inner .skill__box {
  flex-wrap: wrap;
  gap: 6rem;
  margin-top: 8rem;
}
#skill .skill__inner .skill__box:last-of-type .skill__item:last-of-type {
  width: 100%;
}
#skill .skill__inner .skill__box:last-of-type .skill__item:last-of-type .skill__itlem--list li {
  width: 25%;
  border-top: none;
}
#skill .skill__inner .skill__box:last-of-type .skill__item:last-of-type .skill__itlem--list li:nth-of-type(2) {
  border-right: 1px solid #E30018;
}
#skill .skill__inner .skill__box:last-of-type:after {
  content: " ";
  display: table;
  width: 17.6rem;
  margin: 2rem auto;
  border-top: 5rem solid #ffffff;
  border-left: 8.8rem solid transparent;
  border-right: 8.8rem solid transparent;
}
#skill .skill__inner .skill__box .skill__item {
  width: calc(50% - 3rem);
  padding: 6rem 4rem 4rem 4rem;
  background: #ffffff;
}
#skill .skill__inner .skill__box .skill__item .skill__item--title {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list {
  display: flex;
  flex-wrap: wrap;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list li {
  width: 50%;
  font-size: 2rem;
  text-align: center;
  padding: 2.5rem 1rem;
  border-top: 1px solid #E30018;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list li .skill__itlem--small {
  font-size: 1.4rem;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list li:first-of-type {
  border-top: none;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list li:nth-of-type(2) {
  border-top: none;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list li:nth-of-type(odd) {
  border-right: 1px solid #E30018;
}
#skill .skill__inner .skill__box .skill__item .skill__itlem--list li img {
  display: table;
  margin: 0 auto 1.5rem auto;
}
#skill .skill__inner .skill_button {
  display: none;
}
#skill .skill__inner .slill__text {
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  margin-top: 4rem;
}
#skill .skill__inner .slill__text .slill__text--large {
  display: inline-block;
  margin: 0 0.5rem;
}
#skill .skill__inner .slill__text .slill__text--large img {
  width: 707px;
}

@media screen and (max-width: 1400px) {
  #skill .skill__inner .skill__title {
    gap: 6rem;
  }
  #skill .skill__inner .skill__title .skill__title--main {
    width: calc(50% - 3rem);
  }
  #skill .skill__inner .skill__title .skill__title--main span.skill__title--small {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  #skill .skill__inner .skill__title .skill__title--main span.skill__title--middle {
    font-size: 5.2vw;
    margin-bottom: 1vw;
  }
  #skill .skill__inner .skill__title .skill__title--main span.skill__title--large {
    font-size: 8vw;
  }
  #skill .skill__inner .skill__title picture img {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  #skill .skill__inner .skill__box {
    gap: 3vw;
    margin-top: 6vw;
  }
  #skill .skill__inner .skill__box .skill__item {
    width: calc(50% - 1.5vw);
    padding: 3.2vw 2.4vw 2.4vw 2.4vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__item--title {
    font-size: 2.6vw;
    margin-bottom: 2.4vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li {
    font-size: 1.4vw;
    padding: 2.4vw 1vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li .skill__itlem--small {
    font-size: 1vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li img {
    margin: 0 auto 1vw auto;
  }
  #skill .skill__inner .skill__box:after {
    content: " ";
    display: table;
    width: 10rem;
    margin: 2rem auto;
    border-top: 5rem solid #ffffff;
    border-left: 8.8rem solid transparent;
    border-right: 8.8rem solid transparent;
  }
  #skill .skill__inner .slill__text {
    width: 100%;
    font-size: 3vw;
    text-align: center;
  }
  #skill .skill__inner .slill__text .slill__text--large img {
    width: 50vw;
  }
}
@media screen and (max-width: 1200px) {
  #skill {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 750px) {
  #skill {
    padding: 10vw 0 8vw 0;
  }
  #skill .skill__inner .skill__title {
    gap: 3vw;
    padding-bottom: 4vw;
    position: relative;
  }
  #skill .skill__inner .skill__title .skill__title--main {
    width: calc(70% - 1.5vw);
  }
  #skill .skill__inner .skill__title .skill__title--main span {
    text-align: left;
  }
  #skill .skill__inner .skill__title .skill__title--main span.skill__title--small {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  #skill .skill__inner .skill__title .skill__title--main span.skill__title--middle {
    font-size: 8.2vw;
    margin-bottom: 1.8vw;
  }
  #skill .skill__inner .skill__title .skill__title--main span.skill__title--large {
    font-size: 13vw;
  }
  #skill .skill__inner .skill__title picture {
    position: absolute;
    top: -12vw;
    right: 2vw;
    width: 26%;
  }
  #skill .skill__inner .skill__title picture img {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  #skill .skill__inner .skill__box {
    gap: 3vw;
    margin-top: 6vw;
  }
  #skill .skill__inner .skill__box:last-of-type .skill__item:last-of-type {
    width: 100%;
  }
  #skill .skill__inner .skill__box:last-of-type .skill__item:last-of-type .skill__itlem--list li {
    width: 100%;
  }
  #skill .skill__inner .skill__box:last-of-type .skill__item:last-of-type .skill__itlem--list li:nth-of-type(2) {
    border-right: 1px solid #E30018 none;
  }
  #skill .skill__inner .skill__box:last-of-type:after {
    display: none;
  }
  #skill .skill__inner .skill__box .skill__item {
    width: 100%;
    padding: 4.2vw 2.4vw 2.4vw 2.4vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__item--title {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list {
    flex-flow: column;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li {
    display: flex;
    gap: 2vw;
    align-items: center;
    width: 100%;
    font-size: 3vw;
    text-align: left;
    padding: 2vw;
    border: none !important;
    border-bottom: 1px solid #E30018 !important;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li:first-of-type {
    padding-top: 0;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li:last-of-type {
    padding-bottom: 0;
    border: none !important;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li br {
    display: none;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li .skill__itlem--small {
    font-size: 3vw;
  }
  #skill .skill__inner .skill__box .skill__item .skill__itlem--list li img {
    height: 30px;
    margin: 0;
  }
  #skill .skill__inner .skill__box:after {
    display: none;
  }
  #skill .skill__inner .skill_button {
    display: block;
  }
  #skill .skill__inner .skill_button a {
    display: block;
    font-size: 5vw;
    font-weight: 900;
    color: #000000;
    text-decoration: none;
    text-align: center;
    margin-top: 4vw;
    padding: 2vw 3vw;
    border-radius: 20rem;
    background: linear-gradient(to bottom, rgb(255, 242, 56) 0%, rgb(255, 189, 83) 100%);
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  #skill .skill__inner .skill_button a:after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 1.4vw;
    background: url(../images/skill/icon_close.svg) no-repeat right center/cover;
  }
  #skill .skill__inner .skill_button a.close:after {
    background: url(../images/skill/icon_open.svg) no-repeat right center/cover;
  }
  #skill .skill__inner .skill__toggle {
    display: none;
  }
  #skill .skill__inner .slill__text {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    margin-top: 2vw;
  }
  #skill .skill__inner .slill__text:before {
    content: " ";
    display: table;
    width: 20vw;
    margin: 4vw auto;
    border-top: 7vw solid #ffffff;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
  #skill .skill__inner .slill__text .slill__text--large {
    display: table;
    margin: 2vw auto 0 auto;
  }
  #skill .skill__inner .slill__text .slill__text--large img {
    width: 70vw;
  }
}
#curriculum {
  padding: 16rem 0;
  background: #FAF6F2;
}
#curriculum .curriculum__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #curriculum .curriculum__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#curriculum .curriculum__inner .curriculum__title {
  font-size: 4.2rem;
  font-weight: 900;
  color: #E30018;
  text-align: center;
}
#curriculum .curriculum__inner .curriculum__title .curriculum__title--small {
  display: block;
  font-size: 3.2rem;
  color: #000000;
  margin-top: 1rem;
}
#curriculum .curriculum__inner .curriculum__box {
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 4rem;
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item {
  display: flex;
  width: calc(33.33% - 2rem);
  align-items: center;
  padding: 2rem 3rem;
  background: #ffffff;
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(7), #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(8) {
  width: calc(50% - 1.5rem);
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item:last-of-type .curriculum__item--title {
  color: #000000;
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item .curriculum__item--title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #E30018;
  gap: 0.5rem;
  padding-right: 2rem;
  border-right: 1px solid #cccccc;
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item .curriculum__item--title .curriculum__title--num {
  font-size: 6.4rem;
  font-weight: 400;
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item p {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 2rem;
}
#curriculum .curriculum__inner .curriculum__box .curriculum__item p .curriculum__text--small {
  display: inline-block;
  font-size: 1.6rem;
}

@media screen and (max-width: 1400px) {
  #curriculum .curriculum__inner .curriculum__box .curriculum__item {
    padding: 1.4vw 2vw;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item .curriculum__item--title {
    font-size: 1.4vw;
    padding-right: 1.4vw;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item .curriculum__item--title .curriculum__title--num {
    font-size: 5vw;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item p {
    font-size: 1.7vw;
    padding-left: 1.4vw;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item p .curriculum__text--small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  #curriculum {
    padding: 10rem 0;
  }
  #curriculum .curriculum__inner .curriculum__title {
    font-size: 3.8rem;
  }
  #curriculum .curriculum__inner .curriculum__title .curriculum__title--small {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  #curriculum {
    padding: 8vw 0;
  }
  #curriculum .curriculum__inner .curriculum__title {
    font-size: 6.4vw;
  }
  #curriculum .curriculum__inner .curriculum__title .curriculum__title--small {
    font-size: 5vw;
  }
  #curriculum .curriculum__inner .curriculum__box {
    gap: 3vw;
    margin-top: 4vw;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item {
    flex-flow: column;
    width: calc(50% - 2vw);
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(2) {
    background: #FFEBE8;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(2) p {
    border-color: #EFBABA;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(3) {
    background: #FFD0CA;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(3) p {
    border-color: #F38A8A;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(4) {
    background: #FFA197;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(4) .curriculum__item--title {
    color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(4) p {
    border-color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(5) {
    color: #ffffff;
    background: #E30018;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(5) .curriculum__item--title {
    color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(5) p {
    border-color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(6) {
    color: #ffffff;
    background: #B41619;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(6) .curriculum__item--title {
    color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(6) p {
    border-color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(7) {
    color: #ffffff;
    background: #B51B1E;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(7) .curriculum__item--title {
    color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(7) p {
    border-color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(8) {
    color: #ffffff;
    background: #510008;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(8) .curriculum__item--title {
    color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(8) p {
    border-color: #ffffff;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(7), #curriculum .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(8) {
    width: calc(50% - 2vw);
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:last-of-type {
    flex-flow: row;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:last-of-type .curriculum__item--title {
    border-right: 1px solid #cccccc;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item:last-of-type p {
    margin: 0;
    padding: 0 0 0 1.4vw;
    border: none;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item .curriculum__item--title {
    font-size: 2.4vw;
    border: none;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item .curriculum__item--title .curriculum__title--num {
    font-size: 8vw;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item p {
    display: block;
    width: 100%;
    font-size: 3vw;
    text-align: center;
    margin-top: 1.4vw;
    padding: 1.4vw 0;
    border-top: 1px solid #cccccc;
  }
  #curriculum .curriculum__inner .curriculum__box .curriculum__item p .curriculum__text--small {
    display: block;
    font-size: 1.4vw;
  }
}
#service {
  padding: 16rem 0;
  background: linear-gradient(to right, rgb(255, 152, 97) 0%, rgb(255, 97, 100) 40%, rgb(227, 0, 24) 100%);
  position: relative;
}
#service:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg.svg) no-repeat left top/100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#service .service__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #service .service__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#service .service__inner {
  position: relative;
  z-index: 20;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 8rem;
}
#service .service__inner .service__item {
  width: calc(50% - 4rem);
  padding: 0.6rem 0.6rem 4rem 0.6rem;
  background: #ffffff;
}
#service .service__inner .service__item img {
  width: 100%;
}
#service .service__inner .service__item .service__title {
  font-size: 5.4rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
#service .service__inner .service__item .service__title .service__title--large {
  display: block;
  max-width: 66.8rem;
  margin-top: 1.5rem;
}
#service .service__inner .service__item .service__item--title {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  color: #E30018;
  margin: 3rem 0 1.5rem 0;
}
#service .service__inner .service__item:first-of-type {
  padding: 0;
  background: none;
}
#service .service__inner .service__item:first-of-type .illust {
  display: table;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #service .service__inner {
    gap: 4vw;
  }
  #service .service__inner .service__item {
    width: calc(50% - 2vw);
    padding: 0.6vw 0.6vw 2vw 0.6vw;
  }
  #service .service__inner .service__item .service__title {
    font-size: 4vw;
  }
  #service .service__inner .service__item .service__title .service__title--large {
    width: 90%;
    margin: 1.2vw auto 0 auto;
  }
  #service .service__inner .service__item .service__item--title {
    font-size: 2vw;
    margin: 2vw 0 1vw 0;
  }
}
@media screen and (max-width: 1200px) {
  #service {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 750px) {
  #service {
    padding: 8vw 0;
  }
  #service .service__inner .service__item p {
    font-size: 1.6vw;
  }
}
#achievement {
  padding: 10rem 0;
  background: url(../images/achievement/light_left.svg) no-repeat left 40rem, url(../images/achievement/light_left.svg) no-repeat right 70rem, url(../images/achievement/bg.webp) no-repeat center bottom/100% auto;
  position: relative;
}
#achievement .achievement__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #achievement .achievement__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#achievement .achievement__inner {
  max-width: calc(1600px + 12rem);
  flex-flow: column;
  gap: 8rem;
  padding: 0 6rem;
}
#achievement .achievement__inner .achievement__title {
  font-size: 9.6rem;
  font-weight: 700;
  text-align: center;
}
#achievement .achievement__inner .achievement__title .achievement__title--inexperienced {
  display: table;
  font-size: 4.8rem;
  margin: 0 auto 1.6rem calc(50% - 63px - 3em - 2rem);
}
#achievement .achievement__inner .achievement__title .achievement__title--inexperienced img {
  vertical-align: middle;
  margin-right: 2rem;
}
#achievement .achievement__inner .achievement__graph {
  gap: 6rem;
}
#achievement .achievement__inner .achievement__graph:first-of-type {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#achievement .achievement__inner .achievement__graph:last-of-type {
  gap: 0;
  width: 100%;
  max-width: 1600px;
  margin: 3rem auto 0 auto;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment,
#achievement .achievement__inner .achievement__graph .achievement__graph--changeEx,
#achievement .achievement__inner .achievement__graph .achievement__graph--contentmentEx {
  width: 50%;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change h3,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment h3,
#achievement .achievement__inner .achievement__graph .achievement__graph--changeEx h3,
#achievement .achievement__inner .achievement__graph .achievement__graph--contentmentEx h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change p img,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment p img,
#achievement .achievement__inner .achievement__graph .achievement__graph--changeEx p img,
#achievement .achievement__inner .achievement__graph .achievement__graph--contentmentEx p img {
  width: 100%;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--changeEx h3,
#achievement .achievement__inner .achievement__graph .achievement__graph--contentmentEx h3 {
  font-size: 0rem;
  margin-bottom: 0;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment {
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 1/1;
  text-align: center;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner {
  display: flex;
  flex-direction: column;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner h3,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner h3 {
  flex-grow: 1;
  margin-bottom: 1.6rem;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p {
  display: flex;
  font-size: 5.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 0.8;
  position: relative;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:first-of-type,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:first-of-type {
  font-size: 17rem;
  font-weight: 900;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:last-of-type,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:last-of-type {
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  line-height: 1.2;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:last-of-type small,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:last-of-type small {
  font-size: 2.8rem;
  font-weight: 400;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p:before,
#achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p:before {
  content: " ";
  display: block;
  width: 50%;
  height: 4rem;
  background: #FFFF92;
  position: absolute;
  bottom: -0.5rem;
  z-index: -2;
}
#achievement .achievement__inner .achievement__graph .achievement__graph--change {
  background: url(../images/achievement/graph01.webp) no-repeat center center/cover;
}
#achievement .achievement__inner .achievement__graph .achievement__graphContentment {
  background: url(../images/achievement/graph01.webp) no-repeat center center/cover;
}

@media screen and (max-width: 1200px) {
  #achievement {
    padding: 10rem 0;
  }
  #achievement .achievement__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: auto;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  #achievement .achievement__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #achievement .achievement__inner .achievement__title {
    font-size: 7.6rem;
  }
  #achievement .achievement__inner .achievement__title .achievement__title--inexperienced {
    font-size: 4rem;
    margin: 0 auto 1.6rem calc(50% - 40px - 3em - 2rem);
  }
  #achievement .achievement__inner .achievement__title .achievement__title--inexperienced img {
    width: 40px;
  }
  #achievement .achievement__inner .achievement__graph {
    gap: 4rem;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p {
    font-size: 5vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:first-of-type,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:first-of-type {
    font-size: 15vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:last-of-type small,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:last-of-type small {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  #achievement {
    padding: 10rem 0;
    background: none;
  }
  #achievement .achievement__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 2rem;
    max-width: auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 750px) {
  #achievement .achievement__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #achievement .achievement__inner .achievement__title {
    font-size: 5.6rem;
    margin-bottom: 3rem;
  }
  #achievement .achievement__inner .achievement__title .achievement__title--inexperienced {
    font-size: 3rem;
    margin: 0 auto 1.6rem calc(50% - 30px - 3em - 2rem);
  }
  #achievement .achievement__inner .achievement__title .achievement__title--inexperienced img {
    width: 30px;
  }
  #achievement .achievement__inner .achievement__graph {
    gap: 3rem;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner h3,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner h3 {
    font-size: 3vw;
    margin-bottom: 1.2vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p {
    font-size: 5vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:first-of-type,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:first-of-type {
    font-size: 14vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:last-of-type small,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:last-of-type small {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  #achievement {
    padding: 8vw 0;
  }
  #achievement .achievement__inner {
    gap: 1vw;
    padding: 0 6vw;
  }
  #achievement .achievement__inner .achievement__title {
    font-size: 11vw;
    margin-bottom: 3vw;
  }
  #achievement .achievement__inner .achievement__title .achievement__title--inexperienced {
    font-size: 5vw;
    margin: 0 auto 1.6rem calc(50% - 40px - 3em - 1rem);
  }
  #achievement .achievement__inner .achievement__title .achievement__title--inexperienced img {
    width: 20px;
  }
  #achievement .achievement__inner .achievement__graph {
    gap: 3rem;
  }
  #achievement .achievement__inner .achievement__graph:last-of-type {
    margin: 3vw auto 0 auto;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner h3,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner h3 {
    font-size: 2.4vw;
    margin-bottom: 1.2vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p {
    font-size: 5vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:first-of-type,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:first-of-type {
    font-size: 12vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p span:last-of-type small,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p span:last-of-type small {
    font-size: 2vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p:before,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p:before {
    height: 2vw;
    bottom: -0.5rem;
    z-index: -2;
  }
}
#studentsVoiceSlide {
  width: 100%;
  padding: 16rem 0;
  background: #FAF6F2;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title .studentsVoiceSlide__title--red {
  display: block;
  font-size: 5.4rem;
  color: #E30018;
  margin-top: 1.5rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper {
  max-width: 100% !important;
  padding: 0 10rem;
  background: none;
  border: none;
  box-shadow: none;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider {
  display: flex;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card {
  display: flex;
  flex-flow: column;
  width: calc((100vw - 20rem) / 3 - 3rem) !important;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--photo {
  display: table;
  width: 100%;
  background: #ffffff;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--photo img {
  width: 100%;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  gap: 2rem;
  padding: 2rem;
  background: #ffffff;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p {
  font-size: 1.6rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:first-of-type {
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem 0;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:first-of-type span {
  color: #E30018;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:first-of-type {
  border: 1px solid #D9D9D9;
  border-left: none;
  border-right: none;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:last-of-type small {
  font-size: 1.2rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev,
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-next {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  color: #ffffff;
  aspect-ratio: 1/1;
  padding: 0 2rem;
  border-radius: 50%;
  background: #E30018;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev:after,
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-next:after {
  content: " ";
  display: block;
  width: 15px;
  height: 20px;
  border-left: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-next {
  right: 9rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev {
  left: 7rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager {
  padding-top: 5rem !important;
  left: -2rem;
  bottom: -5rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E30018;
}

@media screen and (max-width: 1400px) {
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper {
    padding: 0 5rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card {
    width: calc((100vw - 10rem) / 3 - 3rem) !important;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev,
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-next {
    padding: 0 1.5rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev:after,
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-next:after {
    content: " ";
    display: block;
    width: 10px;
    height: 15px;
    border-left: 10px solid #ffffff;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-next {
    right: 2rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-prev {
    left: 2rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager {
    padding-top: 5rem !important;
    left: -2rem;
    bottom: -5rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #cccccc;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #E30018;
  }
}
@media screen and (max-width: 1200px) {
  #studentsVoiceSlide {
    padding: 10rem 0;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
    font-size: 2.8rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title .studentsVoiceSlide__title--red {
    font-size: 3.8rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card {
    width: calc((100vw - 8rem) / 3 - 3rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
    font-size: 2.4rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title .studentsVoiceSlide__title--red {
    font-size: 3.2rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper {
    padding: 0 2rem 0 3rem;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card {
    width: calc((100vw - 4rem) / 2 - 3rem) !important;
  }
}
@media screen and (max-width: 750px) {
  #studentsVoiceSlide {
    padding: 8vw 0;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title .studentsVoiceSlide__title--red {
    font-size: 6.4vw;
    margin-top: 1vw;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper {
    margin-bottom: 0 !important;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card {
    width: calc((100vw - 8rem) / 1 + 2rem) !important;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name {
    font-size: 4.6vw;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name span {
    font-size: 3.6vw;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-pager,
  #studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .bx-has-pager {
    display: none;
  }
}
#comparison {
  padding: 16rem 0;
}
#comparison .comparison__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #comparison .comparison__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#comparison .comparison__inner .comparison__inner--title {
  font-size: 5.4rem;
  font-weight: 900;
  text-align: center;
  color: #E30018;
  margin-bottom: 5rem;
}
#comparison .comparison__inner table {
  width: 100%;
  max-width: 1200px;
  white-space: nowrap;
  margin: 0 auto;
  border-spacing: 0;
}
#comparison .comparison__inner table thead tr th {
  text-align: center;
}
#comparison .comparison__inner table thead tr th:nth-of-type(3), #comparison .comparison__inner table thead tr th:last-of-type {
  width: 26%;
  font-size: 2.4rem;
  border-top: 4px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#comparison .comparison__inner table thead tr th:nth-of-type(3) span, #comparison .comparison__inner table thead tr th:last-of-type span {
  display: block;
  padding: 2rem;
  background: #D9D9D9;
}
#comparison .comparison__inner table thead tr th:nth-of-type(3) span span, #comparison .comparison__inner table thead tr th:last-of-type span span {
  font-size: 1.6rem;
  margin-top: 1rem;
  padding: 0;
}
#comparison .comparison__inner table thead tr th:nth-of-type(2) {
  padding: 0.4rem 0.4rem 0 0.4rem;
  background: #E30018;
}
#comparison .comparison__inner table thead tr th:nth-of-type(2) span {
  display: block;
  padding: 2rem;
  background: #ffffff;
}
#comparison .comparison__inner table thead tr th img {
  width: 156px;
}
#comparison .comparison__inner table tbody tr th {
  font-weight: 400;
  padding: 2.4rem 3rem;
  border-bottom: 1px solid #555555;
}
#comparison .comparison__inner table tbody tr td {
  text-align: center;
  padding: 2.4rem;
  border-bottom: 1px solid #555555;
}
#comparison .comparison__inner table tbody tr td:first-of-type {
  padding: 0 0.4rem;
  background: #E30018;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  padding: 2.4rem 3rem;
  background: #FFECEE;
  border-bottom: 1px solid #cccccc;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner span {
  font-weight: 900;
  color: #E30018;
}
#comparison .comparison__inner table tbody tr td:nth-of-type(2) {
  border-right: 1px solid #ffffff;
}
#comparison .comparison__inner table tbody tr:last-of-type td:first-of-type {
  padding: 0 0.4rem 0.4rem 0.4rem;
  background: #E30018;
}
#comparison .comparison__inner table tbody tr:last-of-type td:first-of-type .comparison__table--inner {
  display: block;
  padding: 2.4rem;
  background: #FFECEE;
}
#comparison .comparison__inner .comparison__cashback {
  padding-top: 20rem;
}
#comparison .comparison__inner .comparison__cashback h2 {
  font-size: 6.4rem;
  text-align: center;
}
#comparison .comparison__inner .comparison__cashback h2 .cashback__title--red {
  color: #E30018;
}
#comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon {
  display: table;
  font-size: 3.2rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 1rem 8rem;
  border-radius: 3rem;
  background: #FFE400;
  position: relative;
}
#comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon .cashback__title--red {
  display: inline-block;
}
#comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon:after {
  content: " ";
  display: block;
  width: 27px;
  border-top: 27px solid #FFE400;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -15px;
}
#comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge {
  display: table;
  font-size: 10rem;
  color: #E30018;
  margin: 2rem auto 0 auto;
}
#comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge .cashback__title--small {
  font-size: 8.2rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list {
  display: flex;
  gap: 4rem;
  margin: 8rem 0;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box {
  width: calc(33.33% - 2.66rem);
  padding: 1rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #000;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner {
  padding: 3rem 0;
  background: #ffffff;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #cccccc;
  padding-bottom: 5rem;
  position: relative;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl:after {
  content: "";
  display: block;
  width: 4rem;
  border-top: 2rem solid #FFD4CB;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 2rem);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dt {
  padding: 0.5rem;
  border: 1px solid #cccccc;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dd {
  font-size: 1.6rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dd .chshback__fee {
  font-size: 3.2rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner h4 {
  display: table;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  background: #E30018;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual {
  display: table;
  color: #E30018;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee {
  font-size: 8.2rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee span {
  font-size: 2rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee {
  position: relative;
  z-index: 10;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual:after {
  content: " ";
  display: table;
  width: 100%;
  height: 2.6rem;
  background: #FFF29B;
  position: absolute;
  bottom: 0.5rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 2rem 2rem 0 2rem;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:before {
  content: " ";
  display: inline-block;
  width: 34px;
  height: 86px;
  vertical-align: middle;
  background: url(../images/comparison/waku_left.png) no-repeat center center;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:after {
  content: " ";
  display: inline-block;
  width: 34px;
  height: 86px;
  vertical-align: middle;
  background: url(../images/comparison/waku_left.png) no-repeat center center;
  transform: scale(-1, 1);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p {
  font-size: 2rem;
  line-height: 1.2;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p .chaskback__fee--gold {
  color: #966B33;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p .chaskback__fee--gold span {
  font-size: 4.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(198, 161, 76) 100%, rgb(150, 107, 51) 0%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount .chaskback__illust--coin {
  width: 66px;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount .chaskback__illust--coin img {
  width: 100%;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.pink {
  background: linear-gradient(to right, #d94f54 1%, #e86ec6 100%);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.pink h3 {
  background: linear-gradient(to right, #d94f54 1%, #e86ec6 100%);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.green {
  background: linear-gradient(to right, rgb(255, 152, 97) 0%, rgb(255, 97, 100) 40%, rgb(227, 0, 24) 100%);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.green h3 {
  background: linear-gradient(to right, rgb(255, 152, 97) 0%, rgb(255, 97, 100) 40%, rgb(227, 0, 24) 100%);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.blue {
  background: linear-gradient(to right, #c9833b 0%, #fcd401 100%);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.blue h3 {
  background: linear-gradient(to right, #c9833b 0%, #fcd401 100%);
}

@media screen and (max-width: 1400px) {
  #comparison {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 1200px) {
  #comparison {
    padding: 10rem 0;
  }
  #comparison .comparison__inner .comparison__inner--title {
    font-size: 3.8rem;
  }
  #comparison .comparison__inner .comparison__table {
    overflow-x: auto;
  }
  #comparison .comparison__inner .comparison__table table {
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  #comparison {
    padding: 10rem 0;
  }
  #comparison .comparison__inner .comparison__inner--title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 750px) {
  #comparison {
    padding: 8vw 0 12vw 0;
  }
  #comparison .comparison__inner {
    width: 100%;
    padding-left: 2rem;
  }
  #comparison .comparison__inner .comparison__inner--title {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
  #comparison .comparison__inner .comparison__table table {
    width: 200%;
  }
  #comparison .comparison__inner .comparison__table table thead tr th:nth-of-type(3), #comparison .comparison__inner .comparison__table table thead tr th:last-of-type {
    border: none;
  }
  #comparison .comparison__inner .comparison__table table thead tr th:nth-of-type(3) span, #comparison .comparison__inner .comparison__table table thead tr th:last-of-type span {
    padding: auto;
  }
  #comparison .comparison__inner .comparison__table table thead tr th:nth-of-type(2) span img {
    width: 70%;
    max-width: 120px;
  }
  #comparison .comparison__inner .comparison__table table tbody tr th {
    font-size: 3vw;
    padding: 2vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td {
    padding: 2vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type {
    font-size: 3vw;
    padding: 0 1vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner {
    font-size: 3vw;
    padding: 5vw 3vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner h3 {
    font-size: 3vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner p {
    font-size: 2.4vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner p .comparison__monthly {
    font-size: 3.4vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner p .comparison__price {
    font-size: 5vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr:last-of-type td:first-of-type {
    padding: 0 1vw 1vw 1vw;
  }
  #comparison .comparison__inner .comparison__table table tbody tr:last-of-type td:first-of-type .comparison__table--inner {
    padding: 3vw;
  }
  #comparison .comparison__inner .comparison__cashback {
    padding: 8vw 0 0 0;
  }
  #comparison .comparison__inner .comparison__cashback h2 {
    font-size: 6vw;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon {
    font-size: 5vw;
    padding: 2.75vw 6vw;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge {
    font-size: 15vw;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge .cashback__title--small {
    font-size: 12vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list {
    flex-flow: column;
    margin: 6vw 0;
    padding-right: 2rem;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box {
    width: 100%;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box h3 {
    font-size: 5.2vw;
    padding: 1.5vw 0 3vw 0;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl {
    padding-bottom: 6vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dt {
    font-size: 3vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dd {
    font-size: 2.4vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dd .chshback__fee {
    font-size: 5.4vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl:after {
    width: 6vw;
    border-top: 3vw solid #FFD4CB;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    bottom: 1.5vw;
    left: calc(50% - 3vw);
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner h4 {
    font-size: 3.2vw;
    padding: 1vw 3vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee {
    font-size: 16.8vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee span {
    font-size: 5vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual:after {
    height: 1.6rem;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:before {
    height: 70px;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:after {
    height: 70px;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p {
    font-size: 4.2vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p .chaskback__fee--gold span {
    font-size: 7.6vw;
  }
}
#step {
  padding: 16rem 0 8rem 0;
  background: #FAF6F2;
  position: relative;
}
#step:before {
  content: " ";
  display: block;
  width: 342px;
  height: 278px;
  background: url(../images/step/illust01.svg) no-repeat center;
  position: absolute;
  top: -3rem;
  left: 2rem;
}
#step:after {
  content: " ";
  display: block;
  width: 338px;
  height: 258px;
  background: url(../images/step/illust02.svg) no-repeat center;
  position: absolute;
  top: -3rem;
  right: 2rem;
}
#step .step__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #step .step__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#step .step__inner .step__title {
  font-size: 5.4rem;
  font-weight: 900;
  text-align: center;
  color: #E30018;
  margin-bottom: 6rem;
}
#step .step__inner p img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  #step:before {
    content: " ";
    display: block;
    width: 280px;
    height: 228px;
    background: url(../images/step/illust01.svg) no-repeat center/cover;
    position: absolute;
    top: -3rem;
    left: 2rem;
  }
  #step:after {
    content: " ";
    display: block;
    width: 280px;
    height: 214px;
    background: url(../images/step/illust02.svg) no-repeat center/cover;
    position: absolute;
    top: -3rem;
    right: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #step {
    padding: 10rem 0 8rem 0;
  }
  #step:before {
    content: " ";
    display: block;
    width: 220px;
    height: 179px;
  }
  #step:after {
    content: " ";
    display: block;
    width: 220px;
    height: 168px;
  }
  #step .step__inner .step__title {
    font-size: 3.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #step {
    padding: 8rem 0;
  }
  #step:before {
    content: " ";
    display: block;
    width: 160px;
    height: 130px;
  }
  #step:after {
    content: " ";
    display: block;
    width: 160px;
    height: 133px;
  }
  #step .step__inner .step__title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 750px) {
  #step {
    padding: 8vw 0;
  }
  #step:before {
    content: " ";
    display: block;
    width: 120px;
    height: 98px;
    top: auto;
    left: -1rem;
    bottom: -1rem;
  }
  #step:after {
    content: " ";
    display: block;
    width: 120px;
    height: 92px;
    top: auto;
    right: -1rem;
    bottom: -1rem;
  }
  #step .step__inner .step__title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
#price {
  padding: 10rem 0;
  background: url(../images/price/bg.webp) no-repeat center bottom/100% auto, linear-gradient(to right, rgb(224, 88, 88) 0%, rgb(201, 41, 44) 40%, rgb(81, 0, 8) 100%);
  position: relative;
}
#price:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg.svg) no-repeat left top/100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#price .price__inner {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
#price .price__inner .price__box .price__usually {
  align-items: center;
  gap: 3rem;
}
#price .price__inner .price__box .price__usually h2 {
  padding: 0.5rem 2rem 0.75rem 2rem;
  color: #E30018;
  background: #ffffff;
}
#price .price__inner .price__box .price__usually .price__usually--item {
  align-items: flex-end;
  color: #ffffff;
}
#price .price__inner .price__box .price__usually .price__usually--item span {
  display: inline-block;
}
#price .price__inner .price__box .price__usually .price__usually--item .price__usually--num {
  font-size: 14rem;
  font-weight: 900;
  line-height: 11rem;
}
#price .price__inner .price__box .price__usually .price__usually--item .price__usually--num del {
  text-decoration: none;
  position: relative;
}
#price .price__inner .price__box .price__usually .price__usually--item .price__usually--num del:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: skewY(-15deg);
  position: absolute;
  top: 50%;
}
#price .price__inner .price__box .price__usually .price__usually--item .price__usually--unit {
  font-size: 7.4rem;
  font-weight: 900;
  line-height: 7.4rem;
}
#price .price__inner .price__box .price__usually .price__usually--item .price__usually--tax {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.6rem;
}
#price .price__inner .price__box:after {
  content: " ";
  display: table;
  width: 17.6rem;
  margin: 9rem auto 0 auto;
  border-top: 4.3rem solid #ffffff;
  border-left: 8.8rem solid transparent;
  border-right: 8.8rem solid transparent;
}
#price .price__inner .price__monitor {
  align-items: center;
  gap: 3rem;
}
#price .price__inner .price__monitor h2 {
  font-size: 5.4rem;
  color: #510008;
  padding: 0.5rem 2rem 0.75rem 2rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
}
#price .price__inner .price__monitor .price__monitor--item {
  align-items: flex-end;
  color: #ffffff;
}
#price .price__inner .price__monitor .price__monitor--item span {
  display: inline-block;
}
#price .price__inner .price__monitor .price__monitor--item .price__monitor--num {
  font-size: 28rem;
  font-weight: 900;
  line-height: 27rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#price .price__inner .price__monitor .price__monitor--item .price__monitor--unit {
  font-size: 10rem;
  font-weight: 900;
  line-height: 10rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#price .price__inner .price__monitor .price__monitor--item .price__monitor--tax {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  background: linear-gradient(to bottom, rgb(254, 212, 0) 0%, rgb(255, 230, 149) 50%, rgb(255, 193, 60) 50%, rgb(255, 247, 168) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#price .price__inner .price__note {
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #price .price__inner .price__box .price__usually {
    gap: 2vw;
  }
  #price .price__inner .price__box .price__usually h2 {
    font-size: 2vw;
    padding: 0.25vw 1vw 0.45vw 1vw;
  }
  #price .price__inner .price__box .price__usually .price__usually--item .price__usually--num {
    font-size: 10vw;
    line-height: 6.5vw;
  }
  #price .price__inner .price__box .price__usually .price__usually--item .price__usually--unit {
    font-size: 5vw;
    line-height: 5vw;
  }
  #price .price__inner .price__box .price__usually .price__usually--item .price__usually--tax {
    font-size: 2vw;
    line-height: 2vw;
  }
  #price .price__inner .price__box:after {
    width: 13vw;
    margin: 6vw auto 0 auto;
    border-top: 3vw solid #ffffff;
    border-left: 6.5vw solid transparent;
    border-right: 6.5vw solid transparent;
  }
  #price .price__inner .price__monitor {
    gap: 1.5vw;
  }
  #price .price__inner .price__monitor h2 {
    font-size: 3vw;
    padding: 0.25vw 1vw 0.55vw 1vw;
  }
  #price .price__inner .price__monitor .price__monitor--item .price__monitor--num {
    font-size: 16vw;
    line-height: 13vw;
  }
  #price .price__inner .price__monitor .price__monitor--item .price__monitor--unit {
    font-size: 6vw;
    line-height: 6vw;
  }
  #price .price__inner .price__monitor .price__monitor--item .price__monitor--tax {
    font-size: 2vw;
    line-height: 2vw;
  }
  #price .price__inner .price__note {
    font-size: 1.6rem;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #price {
    padding: 12vw 0 28vw 0;
    background: url(../images/price/coin01.webp) no-repeat -14% 84%/40% auto, url(../images/price/coin02.webp) no-repeat 110% -10%/40% auto, url(../images/price/bg_sp.webp) no-repeat center bottom/120% auto, linear-gradient(to right, rgb(224, 88, 88) 0%, rgb(201, 41, 44) 40%, rgb(81, 0, 8) 100%);
    position: relative;
  }
  #price .price__inner .price__box .price__usually {
    flex-flow: column;
  }
  #price .price__inner .price__box .price__usually h2 {
    font-size: 4vw;
    padding: 0.45vw 1vw;
  }
  #price .price__inner .price__box .price__usually .price__usually--item .price__usually--num {
    font-size: 12vw;
    line-height: 11.5vw;
  }
  #price .price__inner .price__box .price__usually .price__usually--item .price__usually--unit {
    font-size: 7vw;
    line-height: 7vw;
  }
  #price .price__inner .price__box .price__usually .price__usually--item .price__usually--tax {
    font-size: 4vw;
    line-height: 4vw;
  }
  #price .price__inner .price__monitor {
    flex-flow: column;
  }
  #price .price__inner .price__monitor h2 {
    font-size: 5vw;
    padding: 0.55vw 1vw;
  }
  #price .price__inner .price__monitor h2 br {
    display: none;
  }
  #price .price__inner .price__monitor .price__monitor--item .price__monitor--num {
    font-size: 20vw;
    line-height: 19vw;
  }
  #price .price__inner .price__monitor .price__monitor--item .price__monitor--unit {
    font-size: 9vw;
    line-height: 9vw;
  }
  #price .price__inner .price__monitor .price__monitor--item .price__monitor--tax {
    font-size: 6vw;
    line-height: 6vw;
  }
  #price .price__inner .price__note {
    font-size: 2vw;
  }
}
#qa {
  padding: 10rem 0;
}
#qa .qa__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #qa .qa__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#qa .qa__inner .qa__title {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  color: #E30018;
  margin-bottom: 8rem;
}
#qa .qa__inner .qa__box {
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 2rem;
  background: #FAF6F2;
}
#qa .qa__inner .qa__box:last-of-type {
  margin-bottom: 0;
}
#qa .qa__inner .qa__box .qa__box--title {
  padding: 0 47px 0 0;
  position: relative;
  transition: 0.5s;
}
#qa .qa__inner .qa__box .qa__box--title .qa__q--qustion {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 600;
  color: #E30018;
  vertical-align: middle;
  margin-right: 2rem;
}
#qa .qa__inner .qa__box .qa__box--title:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  background: url(../images/qa/icon_close.svg) no-repeat right center;
}
#qa .qa__inner .qa__box .qa__box--title:hover {
  opacity: 0.5;
  cursor: pointer;
}
#qa .qa__inner .qa__box .qa__box--title.close:after {
  background: url(../images/qa/icon_open.svg) no-repeat right center;
}
#qa .qa__inner .qa__box .qa__box--answer {
  display: none;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #555555;
}

@media screen and (max-width: 1200px) {
  #qa .qa__inner .qa__title {
    font-size: 5.8rem;
    margin-bottom: 6rem;
  }
  #qa .qa__inner .qa__title .qa__title--small {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #qa .qa__inner .qa__title {
    font-size: 4rem;
  }
  #qa .qa__inner .qa__title .qa__title--small {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 750px) {
  #qa {
    padding: 10vw 0 24vw 0;
  }
  #qa .qa__inner .qa__title {
    font-size: 6.4vw;
  }
  #qa .qa__inner .qa__title .qa__title--small {
    font-size: 5vw;
    margin-bottom: 1.5vw;
  }
  #qa .qa__inner .qa__title {
    margin-bottom: 4vw;
  }
  #qa .qa__inner .qa__box {
    margin: 0 0 1vw 0;
    padding: 4vw;
  }
  #qa .qa__inner .qa__box .qa__box--title {
    font-size: 3vw;
    padding: 0 26px 0 0;
  }
  #qa .qa__inner .qa__box .qa__box--title .qa__q--qustion {
    font-size: 3vw;
    margin-right: 1rem;
  }
  #qa .qa__inner .qa__box .qa__box--title:after {
    width: 20px;
    height: 20px;
    margin-top: 1.5vw;
    background: url(../images/qa/icon_close.svg) no-repeat right center/cover;
  }
  #qa .qa__inner .qa__box .qa__box--title.close:after {
    background: url(../images/qa/icon_open.svg) no-repeat right center/cover;
  }
  #qa .qa__inner .qa__box .qa__box--answer {
    display: none;
    font-size: 3vw;
    margin-top: 3vw;
    padding-top: 3vw;
    border-top: 1px dashed #555555;
  }
}
#test {
  padding: 16rem 0 0 0;
  background: linear-gradient(to right, rgb(255, 152, 97) 0%, rgb(255, 97, 100) 40%, rgb(227, 0, 24) 100%);
  position: relative;
}
#test:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg.svg) no-repeat left top/100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#test .test__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #test .test__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#test .test__inner {
  position: relative;
  z-index: 20;
  padding: 0 10rem;
}
#test .test__inner h2 {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
#test .test__inner h2:before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 3px;
  vertical-align: middle;
  margin-right: 1rem;
  transform: rotate(45deg);
  background-color: #ffffff;
}
#test .test__inner h2:after {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 3px;
  vertical-align: middle;
  margin-left: 1rem;
  transform: rotate(135deg);
  background-color: #ffffff;
}
#test .test__inner .test__button {
  margin: 3rem auto 6rem auto;
}
#test .test__inner .test__button a {
  display: block;
  font-size: 5.4rem;
  font-weight: 900;
  color: #000000;
  text-decoration: none;
  padding: 5rem 10rem 5rem 20rem;
  border-radius: 20rem;
  background: linear-gradient(to bottom, rgb(255, 242, 56) 0%, rgb(255, 189, 83) 100%);
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
#test .test__inner .test__button a:hover {
  transform: scale(1.1);
}
#test .test__inner .test__button a img {
  position: absolute;
  left: 6rem;
  top: -5rem;
}
#test .test__inner .test__button a .test__button--inner {
  display: flex;
  gap: 1.5rem;
}
#test .test__inner .test__button a .test__button--inner .test__button--now {
  display: inline-block;
  font-size: 3.6rem;
  margin-right: 1rem;
  padding: 0.5rem 4rem 0.75rem 4rem;
  background: #ffffff;
  border: 10px solid #FFFBC5;
  border-radius: 20rem;
}
#test .test__inner .test__button a .test__button--inner .test__button--main {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
#test .test__inner .test__button a .test__button--inner .test__button--main i:after {
  content: " ";
  display: inline-block;
  width: 3rem;
  border-left: 3rem solid #F94900;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
}
#test .test__other {
  padding-bottom: 10rem;
  background: url(../images/test/bg.svg) no-repeat center bottom/cover #FAF6F2;
}
#test .test__other .test__other--inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #test .test__other .test__other--inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#test .test__other .test__other--inner {
  font-size: 4.2rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 20;
}
#test .test__other .test__other--inner .test__other--small {
  font-size: 2.4rem;
}
#test .test__other .test__other--inner a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  #test .test__inner {
    padding: 0 6rem;
  }
  #test .test__inner .test__button a {
    font-size: 4vw;
    padding: 2.4vw 6vw 2.4vw 16vw;
  }
  #test .test__inner .test__button a img {
    position: absolute;
    width: 11vw;
    left: 6vw;
    top: -3vw;
  }
  #test .test__inner .test__button a .test__button--inner {
    align-items: center;
    gap: 1vw;
  }
  #test .test__inner .test__button a .test__button--inner .test__button--now {
    font-size: 2.4vw;
    line-height: 2.4vw;
    margin-right: 1vw;
    padding: 1vw 2.4vw;
    border: 0.5vw solid #FFFBC5;
  }
  #test .test__other {
    padding-bottom: 20rem;
    background: url(../images/test/bg.svg) no-repeat center top/100% auto #FAF6F2;
    position: relative;
  }
  #test .test__other .test__other--inner {
    position: absolute;
    top: -4rem;
  }
}
@media screen and (max-width: 1200px) {
  #test {
    padding-top: 6rem;
  }
  #test .test__inner h2 {
    font-size: 3.8rem;
  }
  #test .test__other .test__other--inner {
    font-size: 3.8rem;
  }
  #test .test__other .test__other--inner .test__other--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #test .test__inner h2 {
    font-size: 3.2rem;
  }
  #test .test__other {
    padding-bottom: 14rem;
  }
  #test .test__other .test__other--inner {
    font-size: 3.2rem;
  }
  #test .test__other .test__other--inner .test__other--small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  #test .test__inner:before {
    content: " ";
    display: block;
    width: 26vw;
    height: 30vw;
    background: url(../images/test/illust.svg) no-repeat center center/cover;
    position: absolute;
    left: calc(50% - 13vw);
    top: -34vw;
    z-index: 40;
  }
  #test .test__inner {
    padding: 0 2vw 10vw 2vw;
    position: relative;
  }
  #test .test__inner h2 {
    font-size: 5.4vw;
  }
  #test .test__inner h2:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 1px;
    vertical-align: middle;
    margin-right: 1rem;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  #test .test__inner h2:after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 1px;
    vertical-align: middle;
    margin-left: 1rem;
    transform: rotate(135deg);
    background-color: #ffffff;
  }
  #test .test__inner .test__button {
    margin: 3vw 0 6vw 0;
  }
  #test .test__inner .test__button a {
    font-size: 4vw;
    padding: 2.4vw 6vw 2.4vw 6vw;
  }
  #test .test__inner .test__button a img {
    display: none;
  }
  #test .test__inner .test__button a .test__button--inner {
    flex-flow: column;
    gap: 1vw;
  }
  #test .test__inner .test__button a .test__button--inner .test__button--now {
    font-size: 4vw;
    line-height: 4vw;
    margin-right: 0;
    padding: 2vw 6vw;
  }
  #test .test__inner .test__button a .test__button--inner .test__button--main {
    display: block;
    width: 100%;
    font-size: 6vw;
    text-align: center;
  }
  #test .test__inner .test__button a .test__button--inner .test__button--main i {
    display: none;
  }
  #test .test__other {
    padding-bottom: 10vw;
  }
  #test .test__other .test__other--inner {
    width: 100%;
    font-size: 6vw;
    position: relative;
    top: -12vw;
  }
  #test .test__other .test__other--inner .test__other--small {
    font-size: 4vw;
  }
}
#form {
  padding: 6rem 10rem;
  background: #FAF6F2;
}
#form .form__inner {
  text-align: center;
}
#form .form__inner p {
  margin-bottom: 1.6rem;
}
#form .form__inner p .form__blue {
  color: #2193EB;
  text-decoration: underline;
}
#form .form__inner p a {
  color: #000000;
}
#form .form__inner p:last-of-type {
  margin-bottom: 8rem;
}
#form .form__inner ul {
  margin: 1.6rem 0;
}
#form .form__inner ul li a {
  color: #2193EB;
  text-decoration: none;
}
#form .form__inner .form__blue {
  color: #2193EB;
}
#form .form__inner dl {
  width: 50rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 3rem auto;
  background: #ffffff;
  margin-bottom: 0.2rem;
}
#form .form__inner dl:last-of-type {
  margin-bottom: 3rem;
}
#form .form__inner dl dt {
  width: 16rem;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 1.6rem 3rem;
}
#form .form__inner dl dd {
  width: calc(100% - 17rem);
  font-size: 3rem;
  font-weight: 700;
  color: #FF0000;
  text-align: left;
  padding: 1.6rem 3rem 1.6rem 0;
}
#form .form__inner p.form__cta--button {
  display: table;
  margin: 3rem auto 1.5rem auto;
}
#form .form__inner p.form__cta--button a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  padding: 2.5rem 8rem 2rem 8rem;
  background: linear-gradient(to bottom, rgb(255, 242, 56) 0%, rgb(255, 189, 83) 100%);
  border-radius: 6rem;
  box-shadow: inset 0 0 0.4rem #FF9861;
}
#form .form__inner p.form__cta--button a:after {
  content: " ";
  display: inline-block;
  width: 2rem;
  border-left: 1.5rem solid #F94900;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
#form .form__inner p.form__cta--button a:hover {
  transform: scale(1.1);
}
#form .form__inner p.form__cta--button a .form__button--box {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#form .form__inner p.form__cta--button a .form__button--box.online:before {
  content: " ";
  display: inline-block;
  width: 40px;
  height: 44px;
  background: url(../images/header/icon02.svg) no-repeat center center/cover;
}

@media screen and (max-width: 1200px) {
  #form {
    padding: 6rem 2rem;
  }
  #form .form__inner dl {
    width: 50rem;
  }
  #form .form__inner dl dt {
    font-size: 2rem;
  }
  #form .form__inner dl dd {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #form .form__inner dl {
    width: 50rem;
    max-width: 100%;
  }
  #form .form__inner dl dt {
    font-size: 1.8rem;
  }
  #form .form__inner dl dd {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  #form {
    padding-top: 0;
  }
  #form .form__inner p:last-of-type {
    margin-bottom: 5vw;
  }
  #form .form__inner dl {
    width: 36rem;
    max-width: 100%;
  }
  #form .form__inner dl dt {
    width: calc(6em + 3vw);
    font-size: 1.6rem;
    padding: 1vw 3vw;
  }
  #form .form__inner dl dd {
    width: calc(100% - 6em - 3vw);
    font-size: 2rem;
  }
  #form .form__inner p.form__cta--button {
    width: 100%;
  }
  #form .form__inner p.form__cta--button a {
    justify-content: center;
    font-size: 2.4rem;
    padding: 3vw 5vw;
  }
  #form .form__inner p.form__cta--button a:after {
    content: " ";
    display: inline-block;
    width: 1.5rem;
    border-left: 1rem solid #F94900;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
  }
  #form .form__inner p.form__cta--button a .form__button--box {
    gap: 3vw;
  }
  #form .form__inner p.form__cta--button a .form__button--box.online:before {
    width: 30px;
    height: 34px;
  }
}
#footer {
  padding: 3rem 2rem 2rem 2rem;
  background: #EFEFEF;
}
#footer .footer__inner nav ul {
  display: flex;
  justify-content: center;
}
#footer .footer__inner nav ul li:last-of-type {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #cccccc;
}
#footer .footer__inner nav ul li a {
  color: #000000;
}
#footer .footer__inner p {
  text-align: center;
  margin-top: 1.2rem;
}
#footer .footer__inner p small {
  font-size: 1.2rem;
}

#pagetop {
  position: fixed;
  right: 0.5%;
  bottom: 2%;
  writing-mode: vertical-rl;
  z-index: 5;
  transition: 0.5s;
}
#pagetop:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-bottom: 1.6rem;
  border-bottom: 16px solid #999999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#pagetop:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #footer {
    padding: 3vw 3wv 2vw 3vw;
  }
  #footer .footer__inner nav ul li {
    font-size: 3vw;
  }
  #footer .footer__inner nav ul li:last-of-type {
    margin-left: 3vw;
    padding-left: 3vw;
  }
  #footer .footer__inner p {
    margin-top: 2vw;
  }
  #footer .footer__inner p small {
    font-size: 2.2vw;
  }
}/*# sourceMappingURL=style.css.map */