@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url(ress.css);
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 {
  display: table;
}
.button-header a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 0.9rem 2.5rem;
  background: linear-gradient(to bottom, rgb(255, 132, 81) 0%, rgb(243, 2, 79) 100%);
  border-radius: 6rem;
}
.button-header a .button-header--main .button-header--present {
  display: table;
  font-size: 1.4rem;
  font-weight: 700;
}
.button-header a i {
  display: inline-block;
  width: 10px;
  height: 15px;
  border-left: 10px solid #fff;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
}
.button-header a:hover {
  transform: scale(1.1);
}

.button__red {
  display: table;
  margin: 0 auto;
}
.button__red a {
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 2rem 5rem;
  background: linear-gradient(to bottom, rgb(255, 132, 81) 0%, rgb(243, 2, 79) 100%);
  border-radius: 6rem;
}
.button__red a .button__red--main .button__red--yellow {
  display: table;
  font-size: 2rem;
  font-weight: 700;
  color: #FFE400;
}
.button__red a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  border-left: 17px solid #fff;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

.button__yellowMiddle {
  display: table;
  margin: 0 auto 10rem auto;
}
.button__yellowMiddle a {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 3rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 2rem 5rem;
  background: linear-gradient(to bottom, rgb(245, 220, 142) 0%, rgb(254, 232, 0) 100%);
  border-radius: 6rem;
}
.button__yellowMiddle a .button__yellowMiddle--main .button__yellowMiddle--red {
  display: table;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FF0000;
}
.button__yellowMiddle a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  border-left: 17px solid #000000;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

.button__yellowLarge {
  display: table;
}
.button__yellowLarge a {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 3.6rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 2rem 6rem;
  background: linear-gradient(to bottom, rgb(255, 235, 153) 0%, rgb(254, 232, 0) 100%);
  border-radius: 6rem;
}
.button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step {
  display: table;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FF0000;
}
.button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step .button__yellowLarge--number {
  font-size: 4.2rem;
}
.button__yellowLarge a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  border-left: 17px solid #000000;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

.button-header a:hover,
.button__red a:hover,
.button__yellowMiddle a:hover,
.button__yellowLarge a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .button__red--button a {
    font-size: 2.8rem;
  }
  .button__red--button a .button__red--button--main .button__red--yellow {
    font-size: 1.8rem;
  }
  .button__yellowMiddle a {
    font-size: 2.6rem;
  }
  .button__yellowMiddle a .button__yellowMiddle--main .button__yellowMiddle--red {
    font-size: 2rem;
  }
  .button__yellowLarge a {
    font-size: 3.2rem;
  }
  .button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step {
    font-size: 2rem;
  }
  .button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step .button__yellowLarge--number {
    font-size: 3.2rem;
  }
  .button__yellowLarge a i {
    display: inline-block;
    width: 17px;
    height: 25px;
    border-left: 17px solid #000000;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
  }
}
@media screen and (max-width: 1024px) {
  .button__red a {
    font-size: 2.4rem;
  }
  .button__red a .button__red--main span {
    font-size: 1.8rem;
  }
  .button__red a i {
    display: inline-block;
    width: 14px;
    height: 22px;
    border-left: 14px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .button__yellowMiddle {
    margin: 0 auto 6rem auto;
  }
  .button__yellowMiddle a {
    font-size: 2.6rem;
  }
  .button__yellowMiddle a .button__yellowMiddle--main .button__yellowMiddle--red {
    display: table;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FF0000;
  }
  .button__yellowMiddle a i {
    display: inline-block;
    width: 14px;
    height: 22px;
    border-left: 14px solid #000000;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .button__yellowLarge a {
    font-size: 2.6rem;
  }
  .button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step {
    font-size: 1.8rem;
  }
  .button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step .button__yellowLarge--number {
    font-size: 2.6rem;
  }
  .button__yellowLarge a i {
    width: 14px;
    height: 24px;
    border-left: 14px solid #000000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .button-header {
    width: 100%;
    max-width: 680px;
  }
  .button-header a {
    justify-content: center;
    font-size: 5vw;
    gap: 3rem;
    border-radius: 6rem;
  }
  .button-header a .button-header--main .button-header--present {
    font-size: 3.5vw;
  }
  .button-header a i {
    display: inline-block;
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #fff;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
  .button__red a {
    gap: 3vw;
    font-size: 5vw;
    padding: 3vw 9vw;
  }
  .button__red a .button__red--main .button__red--yellow {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  .button__red a i {
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #fff;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
  .button__yellowMiddle {
    margin: 0 auto 10vw auto;
  }
  .button__yellowMiddle a {
    gap: 3vw;
    font-size: 5vw;
    padding: 3vw 9vw;
  }
  .button__yellowMiddle a .button__yellowMiddle--main .button__yellowMiddle--red {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  .button__yellowMiddle a i {
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #000000;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
  .button__yellowLarge a {
    gap: 3vw;
    font-size: 4.6vw;
    padding: 3vw 9vw;
  }
  .button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step {
    font-size: 3.4vw;
    margin: 0 auto;
  }
  .button__yellowLarge a .button__yellowLarge--main .button__yellowLarge--step .button__yellowLarge--number {
    font-size: 5.2vw;
  }
  .button__yellowLarge a i {
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #000000;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
}
#fv {
  position: relative;
}
#fv .fv__visual {
  margin: 0;
  position: relative;
}
#fv p.fv__buttom {
  width: 42vw;
  position: absolute;
  left: 5vw;
  bottom: 1vw;
  transition: 0.5s;
}
#fv p.fv__buttom:hover {
  transform: scale(1.1);
}
#fv img {
  width: 100%;
}

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

@media screen and (max-width: 750px) {
  #statistics {
    width: 100%;
    padding: 3vw;
  }
  #statistics .statistics__note {
    width: 100%;
  }
}
#subsidyStart {
  padding: 8rem 0;
  background: url(../images/subsidy/bg_subsidy.svg) no-repeat center top/100% auto;
}
#subsidyStart .subsidyStart__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-flow: column;
  padding: 2rem 6rem;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  #subsidyStart .subsidyStart__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#subsidyStart .subsidyStart__inner .subsidyStart__title {
  width: 100%;
  font-size: 3.6rem;
  margin-bottom: 6rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--new {
  display: table;
  font-weight: 700;
  color: #FF0000;
  margin: 0 auto 2rem auto;
}
#subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--new:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin-right: 2rem;
  background: #FF0000;
  transform: rotate(45deg);
}
#subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--new:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin-left: 2rem;
  background: #FF0000;
  transform: rotate(135deg);
}
#subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--balloon {
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1rem;
  background: #407BFF;
  border-radius: 30rem;
  position: relative;
}
#subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--balloon:after {
  content: " ";
  display: block;
  width: 24px;
  height: 14px;
  border-top: 14px solid #407BFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -14px;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 6rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle {
  display: block;
  font-size: 4.8rem;
  margin-top: 3rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle .subsidyStart__title--large {
  display: inline-block;
  font-size: 7.8rem;
  position: relative;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle .subsidyStart__title--large span {
  position: relative;
  z-index: 20;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle .subsidyStart__title--large:before {
  content: " ";
  display: block;
  width: 100%;
  background: #FFE400;
  position: absolute;
  height: 24px;
  bottom: -0.5rem;
  z-index: 10;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti {
  display: flex;
  gap: 6rem;
  align-items: center;
  margin-top: 5rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--logo {
  width: 287px;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--logo img {
  width: 100%;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--text {
  width: calc(100% - 287px - 6rem);
  font-size: 3.2rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--text .subsidyStart__meti--red {
  color: #FF0000;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent {
  margin-top: 3rem;
  background: linear-gradient(195deg, #e0f219 0%, #ebf943 50%, #efd80e 50%, #fffb04 85%, #fffb04 85%);
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 8rem 6rem 3rem 6rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span {
  line-height: 0.9;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:first-of-type {
  font-size: 9.6rem;
  font-weight: 900;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:nth-of-type(2) {
  font-size: 24rem;
  font-weight: 400;
  color: #FF0000;
  line-height: 0.7;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:last-of-type {
  font-size: 10rem;
  font-weight: 600;
  color: #FF0000;
  text-align: left;
  line-height: 0.9;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--note {
  text-align: right;
  padding: 0 6rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--classification {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 3rem;
  padding: 0.5rem 2rem;
  border-top: 1px solid #E29610;
  background: #FFE400;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash {
  margin-top: 3rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash h3 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 3rem;
  background: #4EB222;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item {
  justify-content: center;
  gap: 9.5rem;
  line-height: 1.2;
  padding: 4rem 4rem 3rem 4rem;
  background: #F4F4F4;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price {
  align-items: center;
  gap: 1.6rem;
  position: relative;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price:after {
  content: " ";
  display: block;
  width: 42px;
  border-left: 36px solid #C8E1AB;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  position: absolute;
  right: -7rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--title {
  display: table;
  font-size: 2.4rem;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background: #4EB222;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price {
  font-size: 5.8rem;
  font-weight: 500;
  align-items: center;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--number {
  position: relative;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--number:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #FF0000;
  transform: skewY(-8deg);
  position: absolute;
  top: 50%;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--yen {
  flex-flow: column-reverse;
  align-items: center;
  font-size: 3.2rem;
  line-height: 1.2;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--yen span:last-of-type {
  font-size: 1.3rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual {
  align-items: center;
  gap: 1.6rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual-title {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  aspect-ratio: 1/1;
  padding: 0 1rem;
  background: linear-gradient(195deg, #e0f219 0%, #ebf943 50%, #efd80e 50%, #fffb04 85%, #fffb04 85%);
  border-radius: 50%;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price {
  font-size: 9.6rem;
  font-weight: 500;
  color: #FF0000;
  align-items: center;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen {
  flex-flow: column-reverse;
  font-size: 4.8rem;
  align-items: center;
  line-height: 1.2;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen span:last-of-type {
  font-size: 2.4rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cash ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 4rem;
  background: #F4F4F4;
}
#subsidyStart .subsidyStart__cut--inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1400px;
  background: url(../images/subsidy/illust_woman.svg) no-repeat left bottom, url(../images/subsidy/illust_men.svg) no-repeat right bottom #ffffff;
}
@media screen and (max-width: 750px) {
  #subsidyStart .subsidyStart__cut--inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__cut {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 5rem 0;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--red {
  color: #FF0000;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--red span {
  font-size: 4.8rem;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--uderline {
  display: inline-block;
  position: relative;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--uderline span {
  position: relative;
  z-index: 20;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--uderline:before {
  content: " ";
  display: block;
  width: 100%;
  background: #FFE400;
  position: absolute;
  height: 20px;
  bottom: 0;
  z-index: 10;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title .subsidyStart__step--large {
  font-size: 3.2rem;
  font-weight: 700;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title:before {
  content: " ";
  display: inline-block;
  width: 36px;
  height: 46px;
  vertical-align: middle;
  margin-right: 2rem;
  background: url(../images/subsidy/icon_worry.svg) no-repeat center center/cover;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title:after {
  content: " ";
  display: inline-block;
  width: 36px;
  height: 46px;
  vertical-align: middle;
  margin-left: 2rem;
  background: url(../images/subsidy/icon_worry.svg) no-repeat center center/cover;
  transform: scale(-1, 1);
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step {
  width: 100%;
  margin-bottom: 5rem;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul {
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--balloon {
  display: block;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  position: relative;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--balloon:after {
  content: " ";
  display: block;
  width: 28px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -10px;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--text {
  display: block;
  font-size: 2rem;
  text-align: center;
  padding: 1.5rem 2rem;
  border: 1px solid #cccccc;
  border-radius: 1rem;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:first-child, #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(2) {
  width: 12%;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:first-child .subsidyStart__step--balloon, #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(2) .subsidyStart__step--balloon {
  background: #4EB222;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:first-child .subsidyStart__step--balloon:after, #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(2) .subsidyStart__step--balloon:after {
  border-top: 16px solid #4EB222;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(3), #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(4) {
  width: 20%;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(3) .subsidyStart__step--balloon, #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(4) .subsidyStart__step--balloon {
  background: #058ACC;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(3) .subsidyStart__step--balloon:after, #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(4) .subsidyStart__step--balloon:after {
  border-top: 16px solid #058ACC;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:last-of-type {
  width: 36%;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:last-of-type .subsidyStart__step--balloon {
  background: #5F69AF;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:last-of-type .subsidyStart__step--balloon:after {
  border-top: 16px solid #5F69AF;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:last-of-type .subsidyStart__step--text {
  border: 3px solid #5F69AF;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10rem;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation .subsidyStart__compensation--large {
  font-size: 9.6rem;
  background: linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(252, 146, 6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation:before {
  content: " ";
  display: table;
  width: 178px;
  border-top: 48px solid #FFEB99;
  border-left: 89px solid transparent;
  border-right: 89px solid transparent;
  margin: 0 auto 5rem auto;
}
#subsidyStart .subsidyStart__cut--inner .button__gray a {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  text-decoration: none;
  padding: 1.5rem 2rem;
  background: #cccccc;
  border-radius: 6rem;
}
#subsidyStart .subsidyStart__cut--inner .button__gray a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  vertical-align: middle;
  margin-left: 3rem;
  border-left: 17px solid #000000;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

@media screen and (max-width: 1200px) {
  #subsidyStart .subsidyStart__inner .subsidyStart__title {
    font-size: 3.2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title {
    font-size: 3.2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle {
    font-size: 4.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle .subsidyStart__title--large {
    font-size: 6.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--text {
    font-size: 2.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:first-of-type {
    font-size: 7.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:nth-of-type(2) {
    font-size: 20rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:last-of-type {
    font-size: 9rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash h3 {
    font-size: 3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--title {
    font-size: 1.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price {
    font-size: 4.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--yen {
    font-size: 2.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--yen span:last-of-type {
    font-size: 1.3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual-title {
    font-size: 3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price {
    font-size: 8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen {
    font-size: 3.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen span:last-of-type {
    font-size: 2rem;
  }
  #subsidyStart .subsidyStart__cut--inner {
    background: url(../images/subsidy/illust_woman.svg) no-repeat left bottom/20% auto, url(../images/subsidy/illust_men.svg) no-repeat right bottom/25% auto #ffffff;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__cut {
    font-size: 3.2rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title {
    font-size: 2.4rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title .subsidyStart__step--large {
    font-size: 3rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--balloon {
    font-size: 2rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--text {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation {
    font-size: 3.2rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation .subsidyStart__compensation--large {
    font-size: 8.6rem;
  }
  #subsidyStart .subsidyStart__cut--inner .button__gray a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #subsidyStart .subsidyStart__inner .subsidyStart__title {
    font-size: 2.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title {
    font-size: 2.4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle {
    font-size: 3.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle .subsidyStart__title--large {
    font-size: 5.2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--logo {
    width: 180px;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--text {
    width: calc(100% - 180px - 6rem);
    font-size: 2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text {
    gap: 2rem;
    padding: 6rem 4rem 3rem 4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:first-of-type {
    font-size: 4.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:nth-of-type(2) {
    font-size: 16rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:last-of-type {
    font-size: 7rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--classification {
    font-size: 2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash h3 {
    font-size: 2.4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item {
    flex-flow: column;
    align-items: center;
    gap: 5rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--title {
    font-size: 1.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price:after {
    content: " ";
    display: block;
    width: 42px;
    border-top: 36px solid #C8E1AB;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    position: absolute;
    bottom: -7rem;
    right: calc(50% - 22px);
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual-title {
    font-size: 3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price {
    font-size: 8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen {
    font-size: 3.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen span:last-of-type {
    font-size: 2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price:after {
    display: none;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price--price {
    font-size: 4.8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price--price .subsidyStart__price--yen {
    font-size: 2.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price--price .subsidyStart__price--yen span:last-of-type {
    font-size: 1.3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash ul {
    font-size: 1.4rem;
    flex-flow: column;
    gap: 0;
    padding: 0 2rem 2rem 2rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  #subsidyStart .subsidyStart__cut--inner {
    background: url(../images/subsidy/illust_woman.svg) no-repeat left bottom/20% auto, url(../images/subsidy/illust_men.svg) no-repeat right bottom/25% auto #ffffff;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__cut {
    font-size: 2.4rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title {
    font-size: 2rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title .subsidyStart__step--large {
    font-size: 2.4rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title:before {
    width: 24px;
    height: 32px;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title:after {
    width: 24px;
    height: 32px;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--balloon {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--text {
    font-size: 1.4rem;
    padding: 1.5rem 0.5rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation {
    font-size: 3rem;
    margin-bottom: 8rem;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation .subsidyStart__compensation--large {
    font-size: 6.6rem;
  }
  #subsidyStart .subsidyStart__cut--inner .button__gray a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #subsidyStart {
    padding: 6vw 0;
  }
  #subsidyStart .subsidyStart__inner {
    padding: 1rem 3vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__title {
    font-size: 4.5vw;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--new {
    margin: 0 auto 1rem auto;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__title .subsidyStart__title--balloon {
    border-radius: 3vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title {
    font-size: 5vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle {
    font-size: 8vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__cost--title .subsidyStart__title--middle .subsidyStart__title--large {
    font-size: 11vw;
    margin: 0.5rem 0 1.5rem 0;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti {
    flex-flow: column;
    gap: 6vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__meti .subsidyStart__meti--text {
    width: 100%;
    font-size: 1.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text {
    flex-wrap: wrap;
    gap: 6vw;
    padding: 10vw 2vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:first-of-type {
    width: 100%;
    font-size: 4.6rem;
    text-align: center;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:nth-of-type(2) {
    font-size: 30vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--text span:last-of-type {
    font-size: 10vw;
    margin-left: -3vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--note {
    padding: 0 4vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent .subsidyStart__percent--classification {
    font-size: 4.2vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash h3 {
    font-size: 6vw;
    padding: 3vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item {
    padding: 5vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--title {
    font-size: 3.4vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price {
    font-size: 9vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--yen {
    font-size: 4vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__price .subsidyStart__price--price .subsidyStart__price--yen span:last-of-type {
    font-size: 2.4vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual-title {
    font-size: 5vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price {
    font-size: 15vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen {
    font-size: 5vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash .subsidyStart__cash--item .subsidyStart__actual .subsidyStart__actual--price .subsidyStart__actual--yen span:last-of-type {
    font-size: 3vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cash ul {
    font-size: 1.3rem;
    padding-bottom: 5vw;
  }
  #subsidyStart .subsidyStart__cut--inner {
    background: none;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__cut {
    font-size: 4.5vw;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--red span {
    font-size: 7vw;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__cut .subsidyStart__cut--uderline:before {
    height: 10px;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title {
    font-size: 4vw;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step--title .subsidyStart__step--large {
    font-size: 5.5vw;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul {
    flex-flow: column;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li {
    width: 100%;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--balloon {
    font-size: 1.6rem;
    padding: 3vw;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li .subsidyStart__step--text {
    font-size: 1.4rem;
    padding: 3vw;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:first-child, #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(2), #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(3), #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:nth-of-type(4), #subsidyStart .subsidyStart__cut--inner .subsidyStart__step ul li:last-of-type {
    width: 100%;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation {
    font-size: 7vw;
    margin-bottom: 0;
    padding-bottom: 8vw;
    background: url(../images/subsidy/illust_woman.svg) no-repeat left bottom/20% auto, url(../images/subsidy/illust_men.svg) no-repeat right bottom/25% auto;
  }
  #subsidyStart .subsidyStart__cut--inner .subsidyStart__compensation .subsidyStart__compensation--large {
    font-size: 12vw;
    line-height: 1.2;
  }
  #subsidyStart .subsidyStart__cut--inner .button__gray a {
    font-size: 1.8rem;
  }
}
#worries {
  padding: 20rem 0 10rem 0;
  background: #F5F1DF;
  position: relative;
}
#worries:after {
  content: " ";
  display: block;
  width: calc(100% - 20rem);
  height: 40%;
  background: #ffffff;
  border-radius: 3rem;
  position: absolute;
  top: 10rem;
  left: 10rem;
  z-index: 1;
}
#worries .worries__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1480px;
  padding: 0 6rem;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 750px) {
  #worries .worries__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#worries .worries__inner .worries__title {
  text-align: center;
}
#worries .worries__inner .worries__title .worries__title--small {
  display: block;
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
#worries .worries__inner .worries__title .worries__title--small:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin-right: 2rem;
  background: #000000;
  transform: rotate(45deg);
}
#worries .worries__inner .worries__title .worries__title--small:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin-left: 2rem;
  background: #000000;
  transform: rotate(135deg);
}
#worries .worries__inner .worries__title .worries__title--large {
  display: table;
  font-size: 6.4rem;
  font-weight: 900;
  margin: 0 auto;
  position: relative;
}
#worries .worries__inner .worries__title .worries__title--large:after {
  content: " ";
  display: block;
  width: 100%;
  height: 30px;
  background: #FFE400;
  position: absolute;
  bottom: -1rem;
}
#worries .worries__inner .worries__title .worries__title--large span {
  position: relative;
  z-index: 10;
}
#worries .worries__inner .worries__list {
  width: 100%;
  display: flex;
  gap: 4rem;
  margin-top: 8rem;
  padding-bottom: calc(9rem + 134px);
}
#worries .worries__inner .worries__list .worries__box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 4rem;
  width: calc(33.33% - 3.2rem);
  position: relative;
}
#worries .worries__inner .worries__list .worries__box .worries__box--balloon {
  display: block;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  background: #4EB222;
  border-radius: 1rem;
  position: relative;
}
#worries .worries__inner .worries__list .worries__box .worries__box--balloon .worries__box--yellow {
  color: #FFE400;
}
#worries .worries__inner .worries__list .worries__box .worries__box--balloon:after {
  content: " ";
  display: block;
  width: 28px;
  border-top: 16px solid #4EB222;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 14px);
}
#worries .worries__inner .worries__list .worries__box .worries__box--illust {
  display: block;
  text-align: center;
}
#worries .worries__inner .worries__list .worries__box:before {
  content: " ";
  display: block;
  width: 77px;
  border-top: 38px solid #4EB222;
  border-left: 38.5px solid transparent;
  border-right: 38.5px solid transparent;
  position: absolute;
  bottom: -9rem;
  left: calc(50% - 38.5px);
}
#worries .worries__inner .worries__list .worries__box:after {
  content: " ";
  display: block;
  width: 57px;
  border-top: 32px solid rgba(78, 178, 34, 0.5);
  border-left: 28.5px solid transparent;
  border-right: 28.5px solid transparent;
  position: absolute;
  bottom: -15rem;
  left: calc(50% - 28.5px);
}
#worries .worries__inner .worries__conclusion {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
#worries .worries__inner .worries__conclusion .worries__conclusion--middle {
  display: inline-block;
  font-size: 9.6rem;
  font-weight: 900;
}
#worries .worries__inner .worries__conclusion .worries__conclusion--gradation {
  display: inline-block;
  font-size: 14rem;
  line-height: 1.2;
}
#worries .worries__inner .worries__conclusion .worries__conclusion--gradation span {
  background: linear-gradient(to right, rgb(255, 0, 0) 0%, rgb(252, 146, 6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large {
  font-size: 18rem;
}
#worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large:before {
  content: " ";
  display: inline-block;
  width: 127px;
  height: 172px;
  vertical-align: top;
  margin-left: 1rem;
  background: url(../images/worries/star.svg) no-repeat center center;
}
#worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large:after {
  content: " ";
  display: inline-block;
  width: 86px;
  height: 117px;
  vertical-align: baseline;
  margin: 0 1rem 0 0;
  background: url(../images/worries/star.svg) no-repeat center center/cover;
}

@media screen and (max-width: 1400px) {
  #worries .worries__inner .worries__conclusion {
    font-size: 4rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--middle {
    font-size: 8rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation {
    font-size: 13rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large {
    font-size: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  #worries:after {
    width: calc(100% - 10rem);
    height: 30%;
    left: 5rem;
  }
  #worries .worries__inner {
    padding: 0 4rem;
  }
  #worries .worries__inner .worries__title .worries__title--small {
    font-size: 3rem;
  }
  #worries .worries__inner .worries__title .worries__title--large {
    font-size: 5.8rem;
  }
  #worries .worries__inner .worries__list {
    gap: 2.5rem;
  }
  #worries .worries__inner .worries__list .worries__box {
    gap: 3rem;
  }
  #worries .worries__inner .worries__list .worries__box .worries__box--balloon {
    font-size: 1.3rem;
    padding: 2rem 1rem;
  }
  #worries .worries__inner .worries__list .worries__box .worries__box--illust img {
    height: 140px;
  }
  #worries .worries__inner .worries__conclusion {
    font-size: 3rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--middle {
    font-size: 6rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation {
    font-size: 10rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large {
    font-size: 14rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large:before {
    width: 100px;
    height: 140px;
    background: url(../images/worries/star.svg) no-repeat center center/100% auto;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large:after {
    width: 60px;
    height: 140px;
    background: url(../images/worries/star.svg) no-repeat center bottom/100% auto;
  }
}
@media screen and (max-width: 1024px) {
  #worries {
    padding: 10rem 0;
    background: #F5F1DF;
    position: relative;
  }
  #worries:after {
    display: none;
  }
  #worries .worries__inner {
    padding: 0 6rem;
    position: relative;
    z-index: 50;
  }
  #worries .worries__inner .worries__smaple__inner {
    position: relative;
  }
  #worries .worries__inner .worries__smaple__inner:before {
    content: " ";
    display: block;
    width: 77px;
    border-top: 38px solid #4EB222;
    border-left: 38.5px solid transparent;
    border-right: 38.5px solid transparent;
    position: absolute;
    bottom: -9rem;
    left: calc(20% - 38.5px);
  }
  #worries .worries__inner .worries__smaple__inner:after {
    content: " ";
    display: block;
    width: 57px;
    border-top: 32px solid rgba(78, 178, 34, 0.5);
    border-left: 28.5px solid transparent;
    border-right: 28.5px solid transparent;
    position: absolute;
    bottom: -15rem;
    left: calc(20% - 28.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow {
    position: relative;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow:before {
    content: " ";
    display: block;
    width: 77px;
    border-top: 38px solid #4EB222;
    border-left: 38.5px solid transparent;
    border-right: 38.5px solid transparent;
    position: absolute;
    bottom: -9rem;
    left: calc(80% - 38.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow:after {
    content: " ";
    display: block;
    width: 57px;
    border-top: 32px solid rgba(78, 178, 34, 0.5);
    border-left: 28.5px solid transparent;
    border-right: 28.5px solid transparent;
    position: absolute;
    bottom: -15rem;
    left: calc(80% - 28.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample {
    padding: 4rem;
    border-radius: 3rem;
    background: #ffffff;
    position: relative;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__title .worries__title--small {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__title .worries__title--large {
    font-size: 4.4rem;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__title .worries__title--large:after {
    height: 20px;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list {
    flex-flow: column;
    margin-top: 4rem;
    padding-bottom: 0;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
    position: relative;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box:nth-of-type(even) .worries__box--balloon:after {
    content: " ";
    display: block;
    width: 28px;
    border-right: 8px solid #4EB222;
    border-left: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: calc(50% - 4px);
    bottom: auto;
    left: -28px;
    right: auto;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box .worries__box--balloon {
    width: calc(200% - 140px - 4rem);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box .worries__box--balloon br {
    display: none;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box .worries__box--balloon:after {
    content: " ";
    display: block;
    width: 28px;
    border-left: 8px solid #4EB222;
    border-right: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: calc(50% - 4px);
    bottom: auto;
    left: auto;
    right: -28px;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box .worries__box--illust {
    display: block;
    text-align: center;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box:before, #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box:after {
    display: none;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample:before {
    content: " ";
    display: block;
    width: 77px;
    border-top: 38px solid #4EB222;
    border-left: 38.5px solid transparent;
    border-right: 38.5px solid transparent;
    position: absolute;
    bottom: -9rem;
    left: calc(50% - 38.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample:after {
    content: " ";
    display: block;
    width: 57px;
    border-top: 32px solid rgba(78, 178, 34, 0.5);
    border-left: 28.5px solid transparent;
    border-right: 28.5px solid transparent;
    position: absolute;
    bottom: -15rem;
    left: calc(50% - 28.5px);
  }
  #worries .worries__inner .worries__conclusion {
    font-size: 3rem;
    padding-top: calc(9rem + 134px);
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--middle {
    font-size: 5.6rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation {
    font-size: 6.4rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large {
    font-size: 9rem;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large:before {
    width: 80px;
    height: 120px;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large:after {
    width: 50px;
    height: 120px;
  }
}
@media screen and (max-width: 750px) {
  #worries {
    padding: 10vw 0;
  }
  #worries .worries__inner {
    width: 90%;
    padding: 0;
  }
  #worries .worries__inner .worries__smaple__inner:before {
    width: 50px;
    border-top: 24px solid #4EB222;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -7rem;
    left: calc(20% - 25px);
  }
  #worries .worries__inner .worries__smaple__inner:after {
    width: 30px;
    border-top: 18px solid rgba(78, 178, 34, 0.5);
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    bottom: -11rem;
    left: calc(20% - 15px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow {
    position: relative;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow:before {
    width: 50px;
    border-top: 24px solid #4EB222;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -7rem;
    left: calc(80% - 38.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow:after {
    width: 30px;
    border-top: 18px solid rgba(78, 178, 34, 0.5);
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    bottom: -11rem;
    left: calc(80% - 28.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample {
    padding: 10vw 4vw;
    border-radius: 2rem;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__title .worries__title--small {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__title .worries__title--large {
    font-size: 6.2vw;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list {
    margin-top: 6vw;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box .worries__box--balloon {
    width: calc(200% - 100px - 4rem);
    font-size: 3vw;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box .worries__box--illust img {
    height: 100px;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box:before, #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample .worries__list .worries__box:after {
    display: none;
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample:before {
    width: 50px;
    border-top: 24px solid #4EB222;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -7rem;
    left: calc(50% - 38.5px);
  }
  #worries .worries__inner .worries__smaple__inner .worries__smaple__arrow .worries__sample:after {
    width: 30px;
    border-top: 18px solid rgba(78, 178, 34, 0.5);
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    bottom: -11rem;
    left: calc(50% - 28.5px);
  }
  #worries .worries__inner .worries__conclusion {
    font-size: 5vw;
    padding-top: calc(9rem + 68px);
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--middle {
    font-size: 6.5vw;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation {
    font-size: 16vw;
  }
  #worries .worries__inner .worries__conclusion .worries__conclusion--gradation span.worries__conclusion--large {
    font-size: 25vw;
  }
}
#reason {
  padding: 14rem 0 10rem 0;
  background: url(../images/reason/bg_top.webp) no-repeat center top/100% auto, url(../images/reason/bg_bottom.webp) no-repeat center bottom/100% auto #D7F5B4;
}
#reason .reason__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1400px;
  gap: 8rem;
}
@media screen and (max-width: 750px) {
  #reason .reason__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#reason .reason__inner .reason__title {
  display: table;
  font-size: 9.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 8rem auto;
  position: relative;
}
#reason .reason__inner .reason__title .reason__title--small {
  font-size: 4.2rem;
  position: absolute;
  top: 6rem;
  left: 20rem;
}
#reason .reason__inner .reason__title .reason__title--red {
  font-size: 28rem;
  color: #FF0000;
  margin-right: -4rem;
  background: linear-gradient(355deg, rgb(255, 132, 81) 0%, rgb(255, 200, 112) 50%, rgb(255, 163, 29) 50%, rgb(255, 0, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#reason .reason__inner .reason__title .reason__title--red:last-of-type {
  font-size: 14rem;
  margin: 0;
}
#reason .reason__inner .reason__box {
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-top: 6rem;
}
#reason .reason__inner .reason__box .reason__item {
  width: calc(33.33% - 2.7rem);
}
#reason .reason__inner .reason__box .reason__item:first-of-type {
  margin-left: calc(15.15% - 2.7rem);
}
#reason .reason__inner .reason__box .reason__item:nth-of-type(2) {
  margin-right: calc(15.15% - 2.7rem);
}
#reason .reason__inner .reason__box .reason__item .reason__item--title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.1;
  aspect-ratio: 1/0.82;
  padding: 0 16%;
  background: url(../images/reason/emblem.webp) no-repeat center center/100% auto;
}
#reason .reason__inner .reason__box .reason__item .reason__item--title .reason__title--bumber {
  display: block;
  font-size: 8.7rem;
  color: #B28247;
}
#reason .reason__inner .reason__box .reason__item .reason__item--title .reason__title--red {
  font-size: 3.8rem;
  color: #FF0000;
}
#reason .reason__inner .reason__box .reason__item .reason__item--title img {
  display: table;
  width: 50%;
  margin: 0 auto;
}
#reason .reason__inner .reason__box .reason__item p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 1400px) {
  #reason .reason__inner {
    padding: 0 6rem;
  }
  #reason .reason__inner .reason__box .reason__item {
    width: calc(50% - 2.7rem);
  }
  #reason .reason__inner .reason__box .reason__item:first-of-type {
    margin-left: 0;
  }
  #reason .reason__inner .reason__box .reason__item:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #reason {
    padding: 10rem 0;
  }
  #reason .reason__inner {
    gap: 6rem;
  }
  #reason .reason__inner .reason__title {
    font-size: 8.6rem;
  }
  #reason .reason__inner .reason__title .reason__title--small {
    font-size: 3.4rem;
    top: 6rem;
    left: 19rem;
  }
  #reason .reason__inner .reason__title .reason__title--red {
    font-size: 24rem;
  }
  #reason .reason__inner .reason__title .reason__title--red:last-of-type {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1024px) {
  #reason .reason__inner {
    padding: 0 4rem;
  }
  #reason .reason__inner .reason__title {
    font-size: 6.6rem;
  }
  #reason .reason__inner .reason__title .reason__title--small {
    font-size: 2.6rem;
    top: 5rem;
    left: 17rem;
  }
  #reason .reason__inner .reason__title .reason__title--red {
    font-size: 20rem;
  }
  #reason .reason__inner .reason__title .reason__title--red:last-of-type {
    font-size: 10rem;
  }
  #reason .reason__inner .reason__box .reason__item .reason__item--title {
    font-size: 2.4rem;
  }
  #reason .reason__inner .reason__box .reason__item .reason__item--title .reason__title--bumber {
    font-size: 6rem;
  }
  #reason .reason__inner .reason__box .reason__item .reason__item--title .reason__title--red {
    font-size: 3rem;
  }
  #reason .reason__inner .reason__box .reason__item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #reason {
    padding: 10vw 0;
  }
  #reason .reason__inner {
    width: 100%;
    padding: 0;
  }
  #reason .reason__inner .reason__title {
    font-size: 11vw;
  }
  #reason .reason__inner .reason__title .reason__title--small {
    font-size: 4.2vw;
    top: 6vw;
    left: 21vw;
  }
  #reason .reason__inner .reason__title .reason__title--red {
    font-size: 27vw;
    margin-right: -2rem;
  }
  #reason .reason__inner .reason__title .reason__title--red:last-of-type {
    font-size: 14vw;
  }
  #reason .reason__inner .reason__box .reason__item {
    display: none;
  }
  #reason .reason__inner .bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    background: none;
  }
  #reason .reason__inner .bx-wrapper .reason__box {
    margin-top: 0;
  }
  #reason .reason__inner .bx-wrapper .reason__box .reason__item {
    display: block;
    padding: 0 10vw;
  }
  #reason .reason__inner .bx-wrapper .reason__box .reason__item .reason__item--title {
    font-size: 6vw;
  }
  #reason .reason__inner .bx-wrapper .reason__box .reason__item .reason__item--title .reason__title--bumber {
    font-size: 14vw;
  }
  #reason .reason__inner .bx-wrapper .reason__box .reason__item .reason__item--title .reason__title--red {
    font-size: 8vw;
  }
  #reason .reason__inner .bx-wrapper .reason__box .reason__item p {
    font-size: 4.6vw;
  }
}
#strength {
  padding: 10rem;
  background: #F5F1DF;
}
#strength .strength__inner .strength__title {
  font-size: 6.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8rem;
}
#strength .strength__inner .strength__title .strength__title--small {
  display: table;
  font-size: 4rem;
  font-weight: 800;
  margin: 0 auto 2.5rem auto;
}
#strength .strength__inner .strength__title .strength__title--small img {
  width: 43px;
  vertical-align: middle;
  margin-right: 3rem;
}
#strength .strength__inner .strength__title .strength__title--small:before {
  content: " ";
  display: inline-block;
  width: 43px;
  height: 1px;
  vertical-align: middle;
  margin-right: 4rem;
  background: #4EB222;
  transform: rotate(45deg);
}
#strength .strength__inner .strength__title .strength__title--small:after {
  content: " ";
  display: inline-block;
  width: 43px;
  height: 1px;
  vertical-align: middle;
  margin-left: 4rem;
  background: #4EB222;
  transform: rotate(135deg);
}
#strength .strength__inner .strength__title .strength__title--gradetion {
  background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#strength .strength__inner .bx-wrapper {
  margin-bottom: 8rem;
  background: none;
  box-shadow: none;
  border: none;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides {
  display: flex;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card {
  display: flex;
  flex-flow: column;
  padding-top: 5rem;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper {
  display: flex;
  flex-flow: column;
  background: #ffffff;
  flex-grow: 1;
  border: 10px solid #4EB222;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner {
  width: 60%;
  padding: 8rem 5rem 5rem 5rem;
  background: #ffffff;
  flex-grow: 1;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle {
  font-size: 4.8rem;
  color: #4EB222;
  margin-bottom: 4rem;
  position: relative;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle .strength__subtitle--number {
  font-size: 12.8rem;
  color: rgba(78, 178, 34, 0.4);
  position: absolute;
  top: -15rem;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist {
  font-size: 2.8rem;
  font-weight: 700;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist li {
  margin-bottom: 2rem;
  padding-left: 45px;
  background: url(../images/strength/icon-check.svg) no-repeat left 0.5rem;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist li .strength__checklist--red {
  color: #FF0000;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner p {
  font-size: 2rem;
  padding-top: 2rem;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__note {
  font-size: 2rem;
  padding-top: 2rem;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__note li {
  text-indent: -1em;
  margin-left: 1em;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card01 .strength__card--wrapper {
  background: url(../images/strength/photo01.webp) no-repeat right center/auto 110%;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card02 .strength__card--wrapper {
  background: url(../images/strength/photo02.webp) no-repeat calc(140% - 5rem) center/auto 100%;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card03 .strength__card--wrapper {
  background: url(../images/strength/photo03.webp) no-repeat right center/auto 110%;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card04 .strength__card--wrapper {
  background: url(../images/strength/photo04.webp) no-repeat right center/auto 110%;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card05 .strength__card--wrapper {
  background: url(../images/strength/photo05.webp) no-repeat right center/auto 110%;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card06 .strength__card--wrapper {
  background: url(../images/strength/photo06.webp) no-repeat calc(100% + 5rem) center/auto 110%;
}
#strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card07 .strength__card--wrapper {
  background: url(../images/strength/photo07.webp) no-repeat right center/auto 110%;
}
#strength .strength__inner .bx-wrapper .bx-prev,
#strength .strength__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: #4EB222;
}
#strength .strength__inner .bx-wrapper .bx-prev:after,
#strength .strength__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;
}
#strength .strength__inner .bx-wrapper .bx-prev {
  left: -2.5rem;
}
#strength .strength__inner .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#strength .strength__inner .bx-wrapper .bx-next {
  right: -2.5rem;
}
#strength .strength__inner .bx-wrapper .bx-pager {
  padding-top: 3rem !important;
  left: -2rem;
  bottom: -5rem;
}
#strength .strength__inner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
}
#strength .strength__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #strength .strength__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4EB222;
}

@media screen and (max-width: 1600px) {
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner {
    width: 70%;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle .strength__subtitle--number {
    top: -14.5rem;
  }
}
@media screen and (max-width: 1400px) {
  #strength .strength__inner .strength__title {
    font-size: 5.2rem;
  }
  #strength .strength__inner .strength__title .strength__title--small {
    font-size: 3rem;
  }
  #strength .strength__inner .strength__title .strength__title--small img {
    width: 40px;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner {
    padding: 7rem 4rem 4rem 4rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle .strength__subtitle--number {
    font-size: 10rem;
    top: -12.5rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist {
    font-size: 2.4rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist li {
    margin-bottom: 1.8rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner p {
    font-size: 1.6rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner {
    width: 100%;
    padding: 8rem 5rem 3rem 5rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper:after {
    content: " ";
    display: block;
    width: 100%;
    height: 38rem;
    background: #000;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card01 .strength__card--wrapper:after {
    background: url(../images/strength/photo01.webp) no-repeat center bottom/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card02 .strength__card--wrapper:after {
    background: url(../images/strength/photo02.webp) no-repeat center center/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card03 .strength__card--wrapper:after {
    background: url(../images/strength/photo03.webp) no-repeat center center/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card04 .strength__card--wrapper:after {
    background: url(../images/strength/photo04.webp) no-repeat center center/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card05 .strength__card--wrapper:after {
    background: url(../images/strength/photo05.webp) no-repeat center center/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card06 .strength__card--wrapper:after {
    background: url(../images/strength/photo06.webp) no-repeat center center/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card07 .strength__card--wrapper:after {
    background: url(../images/strength/photo07.webp) no-repeat center bottom/cover;
  }
  #strength .strength__inner .bx-wrapper .bx-prev,
  #strength .strength__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: #4EB222;
  }
  #strength .strength__inner .bx-wrapper .bx-prev:after,
  #strength .strength__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;
  }
  #strength .strength__inner .bx-wrapper .bx-prev {
    left: -2.5rem;
  }
  #strength .strength__inner .bx-wrapper .bx-prev:after {
    transform: rotate(180deg);
  }
  #strength .strength__inner .bx-wrapper .bx-next {
    right: -2.5rem;
  }
  #strength .strength__inner .bx-wrapper .bx-pager {
    padding-top: 5rem !important;
    left: -2rem;
    bottom: -5rem;
  }
  #strength .strength__inner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #cccccc;
  }
  #strength .strength__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #strength .strength__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4EB222;
  }
}
@media screen and (max-width: 1024px) {
  #strength {
    padding: 10rem 6rem;
  }
  #strength .strength__inner .strength__title {
    font-size: 4.8rem;
    margin-bottom: 6rem;
  }
  #strength .strength__inner .strength__title .strength__title--small {
    font-size: 2.8rem;
    margin: 0 auto 2.5rem auto;
  }
  #strength .strength__inner .strength__title .strength__title--small img {
    width: 28px;
    margin-right: 2rem;
  }
  #strength .strength__inner .strength__title .strength__title--small:before {
    margin-right: 3rem;
  }
  #strength .strength__inner .strength__title .strength__title--small:after {
    margin-left: 3rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle {
    font-size: 3rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle .strength__subtitle--number {
    font-size: 11rem;
    top: -14rem;
    left: calc(50% - 5.5rem);
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist {
    font-size: 2rem;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist li {
    margin-bottom: 1rem;
    padding-left: 36px;
    background: url(../images/strength/icon-check.svg) no-repeat left 0.5rem/26px auto;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper:after {
    height: 60vw;
  }
}
@media screen and (max-width: 750px) {
  #strength {
    padding: 10vw 5vw;
  }
  #strength .strength__inner .strength__title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  #strength .strength__inner .strength__title .strength__title--small {
    font-size: 4.5vw;
    margin: 0 auto 3vw auto;
  }
  #strength .strength__inner .strength__title .strength__title--small img {
    width: 20px;
    margin-right: 3vw;
  }
  #strength .strength__inner .strength__title .strength__title--small:before {
    width: 24px;
    margin-right: 3vw;
  }
  #strength .strength__inner .strength__title .strength__title--small:after {
    width: 24px;
    margin-left: 3vw;
  }
  #strength .strength__inner .bx-wrapper {
    margin-bottom: 0;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner {
    padding: 10vw 4vw 4vw 4vw;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle {
    font-size: 6vw;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__subtitle .strength__subtitle--number {
    font-size: 18vw;
    top: -21vw;
    left: calc(50% - 9vw);
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist {
    font-size: 4.5vw;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner .strength__checklist li {
    margin-bottom: 2vw;
    padding-left: 32px;
    background: url(../images/strength/icon-check.svg) no-repeat left 0.5rem/24px auto;
  }
  #strength .strength__inner .bx-wrapper .bx-prev,
  #strength .strength__inner .bx-wrapper .bx-next {
    display: none;
  }
  #strength .strength__inner .bx-wrapper .bx-pager {
    display: none;
  }
}
#achievement {
  padding: 0 0 14rem 0;
  background: url(../images/achievement/light_left.svg) no-repeat left 40rem, url(../images/achievement/light_left.svg) no-repeat right 70rem;
  position: relative;
}
#achievement:after {
  content: " ";
  display: block;
  width: 100%;
  height: 16px;
  background: linear-gradient(to right, rgb(222, 178, 74) 0%, rgb(249, 221, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#achievement .achievement__so {
  font-size: 6rem;
  font-weight: 800;
  color: #703901;
  text-align: center;
  margin-bottom: 10rem;
  padding: 6rem 2rem;
  background: linear-gradient(to right, rgb(226, 150, 16) 0%, rgb(255, 228, 0) 100%);
  position: relative;
}
#achievement .achievement__so:before {
  content: " ";
  display: block;
  width: 44px;
  border-top: 30px solid #F5F1DF;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 22px);
}
#achievement .achievement__so:after {
  content: " ";
  display: block;
  width: 44px;
  border-top: 30px solid #F0BC08;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 22px);
}
#achievement .achievement__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(1600px + 12rem);
  flex-flow: column;
  gap: 8rem;
  padding: 0 6rem;
}
@media screen and (max-width: 750px) {
  #achievement .achievement__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#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 {
    background: none;
  }
  #achievement .achievement__so {
    font-size: 5rem;
    padding: 4rem 2rem;
  }
  #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: 0 0 10rem 0;
  }
  #achievement .achievement__so {
    font-size: 3.8rem;
    margin-bottom: 8rem;
    padding: 3.6rem 2rem;
  }
  #achievement .achievement__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 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;
  }
  #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 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: 750px) {
  #achievement {
    padding: 0 0 16vw 0;
  }
  #achievement:after {
    height: 2vw;
  }
  #achievement .achievement__so {
    font-size: 7vw;
    margin-bottom: 10vw;
    padding: 5vw 3vw;
  }
  #achievement .achievement__so:before {
    content: " ";
    width: 30px;
    border-top: 20px solid #F5F1DF;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: calc(50% - 15px);
  }
  #achievement .achievement__so:after {
    width: 30px;
    border-top: 20px solid #F0BC08;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -20px;
    left: calc(50% - 15px);
  }
  #achievement .achievement__inner {
    padding: 0 6vw;
    gap: 4rem;
  }
  #achievement .achievement__inner .achievement__title {
    font-size: 10vw;
    margin-bottom: 4vw;
  }
  #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--result {
    display: block;
    font-size: 18vw;
    margin: 3vw 0 0 0;
  }
  #achievement .achievement__inner .achievement__graph {
    flex-wrap: wrap;
    gap: 6rem;
  }
  #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: 100%;
  }
  #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: 7vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p {
    font-size: 7vw;
  }
  #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: 20vw;
    font-weight: 900;
  }
  #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: 3vw;
  }
  #achievement .achievement__inner .achievement__graph .achievement__graph--change .achievement__graphInner p:before,
  #achievement .achievement__inner .achievement__graph .achievement__graphContentment .achievement__graphInner p:before {
    height: 3rem;
  }
  #achievement .achievement__inner .achievement__graph:last-of-type {
    gap: 5vw;
  }
}
#changeCaseSlide {
  width: 100%;
  padding: 12rem 0;
  background: #F5F1DF;
}
#changeCaseSlide .changeCaseSlide__inner .changeCaseSlide__title {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper {
  max-width: 100% !important;
  padding: 0 4rem;
  background: none;
  border: none;
  box-shadow: none;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider {
  display: flex;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card {
  display: flex;
  flex-flow: column;
  width: calc((100vw - 8rem) / 4 - 3rem) !important;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card img {
  width: 100%;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem;
  background: #4EB222;
  border-radius: 1.5rem;
  position: relative;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--name span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--name:after {
  content: " ";
  display: block;
  width: 10px;
  height: 13px;
  border-top: 10px solid #4EB222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -13px;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.4rem;
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job h4 {
  width: 9rem;
  font-weight: 400;
  text-align: center;
  padding: 0.75rem 0 0.5rem 0;
  border: 1px solid #cccccc;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job h4:nth-of-type(2) {
  font-size: 1.6rem;
  color: #4EB222;
  border-color: #4EB222;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job p {
  width: calc(100% - 1.5rem - 9rem);
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4EB222;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-prev,
#changeCaseSlide .changeCaseSlide__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: #4EB222;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-prev:after,
#changeCaseSlide .changeCaseSlide__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;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-pager {
  padding-top: 5rem !important;
  left: -2rem;
  bottom: -5rem;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
}
#changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4EB222;
}

@media screen and (max-width: 1200px) {
  #changeCaseSlide {
    padding: 10rem 0;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper {
    padding: 0 2rem 0 3rem;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card {
    width: calc((100vw - 4rem) / 3 - 3rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  #changeCaseSlide {
    padding: 6rem 0;
  }
  #changeCaseSlide .changeCaseSlide__inner .changeCaseSlide__title {
    font-size: 3.2rem;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card {
    width: calc((100vw - 8rem) / 2 - 3rem) !important;
  }
}
@media screen and (max-width: 750px) {
  #changeCaseSlide {
    padding: 10vw 0;
  }
  #changeCaseSlide .changeCaseSlide__inner .changeCaseSlide__title {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper {
    margin-bottom: 0 !important;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card {
    width: calc((100vw - 8rem) / 1 + 2rem) !important;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--name {
    font-size: 4.6vw;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--name span {
    font-size: 3.6vw;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job {
    font-size: 1.6rem;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job h4:nth-of-type(2) {
    font-size: 1.8rem;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .changeCaseSlide__slider .changeCaseSlide__card .changeCaseSlide__card--job p:nth-of-type(2) {
    font-size: 1.8rem;
  }
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-pager,
  #changeCaseSlide .changeCaseSlide__inner .bx-wrapper .bx-has-pager {
    display: none;
  }
}
#studentsVoiceSlide {
  width: 100%;
  padding: 12rem 0;
  background: #F5F1DF;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper {
  max-width: 100% !important;
  padding: 0 4rem;
  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 - 8rem) / 4 - 3rem) !important;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name {
  font-size: 2.4;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem;
  background: #4EB222;
  border-radius: 1.5rem;
  position: relative;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--name:after {
  content: " ";
  display: block;
  width: 10px;
  height: 13px;
  border-top: 10px solid #4EB222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -13px;
}
#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.4rem;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:first-of-type {
  text-align: center;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:first-of-type span {
  color: #4EB222;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .bx-wrapper .studentsVoiceSlide__slider .studentsVoiceSlide__card .studentsVoiceSlide__card--job p:nth-of-type(2) b {
  font-size: 1.8rem;
}
#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: #4EB222;
}
#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-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: #4EB222;
}

@media screen and (max-width: 1200px) {
  #studentsVoiceSlide {
    padding: 10rem 0;
  }
  #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: 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: 10vw 0;
  }
  #studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  #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;
  }
}
#studentsCaseSlide {
  width: 100%;
  padding: 0 0 12rem 0;
  background: #F5F1DF;
}
#studentsCaseSlide .studentsCaseSlide__inner .studentsCaseSlide__title {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5rem;
}
#studentsCaseSlide .studentsCaseSlide__inner .studentsCaseSlide__title span {
  font-size: 4.8rem;
  color: #4EB222;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper {
  max-width: 100% !important;
  padding: 0 4rem;
  background: none;
  border: none;
  box-shadow: none;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider {
  display: flex;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card {
  display: flex;
  flex-flow: column;
  width: calc((100vw - 8rem) / 4 - 3rem) !important;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--name {
  font-size: 2.4;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem;
  background: #4EB222;
  border-radius: 1.5rem;
  position: relative;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--name span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--name:after {
  content: " ";
  display: block;
  width: 10px;
  height: 13px;
  border-top: 10px solid #4EB222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -13px;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card img {
  width: 100%;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  flex-grow: 1;
  gap: 1.5rem;
  font-size: 1.4rem;
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job h4 {
  display: table;
  width: 8em;
  font-weight: 400;
  color: #4EB222;
  text-align: center;
  padding: 0.75rem 0 0.5rem 0;
  border: 1px solid #4EB222;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job p {
  color: #4EB222;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job .flex {
  gap: 1.5rem;
  align-items: center;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job .flex h4 {
  display: table;
  width: 5em;
  color: #000000;
  border-color: #cccccc;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job .flex p {
  width: calc(100% - 1.5rem - 5em);
  color: #000000;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-prev,
#studentsCaseSlide .studentsCaseSlide__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: #4EB222;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-prev:after,
#studentsCaseSlide .studentsCaseSlide__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;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-pager {
  padding-top: 5rem !important;
  left: -2rem;
  bottom: -5rem;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4EB222;
}

@media screen and (max-width: 1200px) {
  #studentsCaseSlide {
    padding: 0 0 10rem 0;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card {
    width: calc((100vw - 8rem) / 3 - 3rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  #studentsCaseSlide .studentsCaseSlide__inner .studentsCaseSlide__title {
    font-size: 3.2rem;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .studentsCaseSlide__title span {
    font-size: 4rem;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper {
    padding: 0 2rem 0 3rem;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card {
    width: calc((100vw - 4rem) / 2 - 3rem) !important;
  }
}
@media screen and (max-width: 750px) {
  #studentsCaseSlide {
    padding: 0 0 8vw 0;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .studentsCaseSlide__title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .studentsCaseSlide__title span {
    font-size: 6.4vw;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper {
    margin-bottom: 0 !important;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card {
    width: calc((100vw - 8rem) / 1 + 2rem) !important;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--name {
    font-size: 4.6vw;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--name span {
    font-size: 3.6vw;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job {
    font-size: 1.6rem;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job .flex h4 {
    font-size: 1.8rem;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job .flex p {
    font-size: 1.8rem;
  }
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-pager,
  #studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .bx-has-pager {
    display: none;
  }
}
#course {
  padding: 10rem 0;
  overflow: hidden;
}
#course .course__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1600px;
}
@media screen and (max-width: 750px) {
  #course .course__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#course .course__inner .course__title {
  font-size: 2vw;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
#course .course__inner .course__title .course__title--webmarks {
  display: table;
  font-size: 10.2rem;
  font-weight: 900;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#course .course__inner .course__copy {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
}
#course .course__inner .course__box {
  gap: 4rem;
  margin: 9rem 0 6rem 0;
}
#course .course__inner .course__box .course__item {
  width: 33.33%;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#course .course__inner .course__box .course__item:before {
  content: " ";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 4rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
}
#course .course__inner .course__box .course__item img {
  display: table;
  width: 100%;
  margin: 3rem auto;
}
#course .course__inner .course__box .course__item h3 {
  align-items: center;
  gap: 1.5rem;
  font-size: 3vw;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
#course .course__inner .course__box .course__item h3 .course__number {
  display: inline-block;
  white-space: nowrap;
  font-size: 6.4vw;
  font-weight: 600;
  color: #4EB222;
  vertical-align: middle;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#course .course__inner .course__box .course__item h3 .course__title {
  text-align: left;
  line-height: 1.2;
}
#course .course__inner .course__box .course__item p {
  font-size: 2.4rem;
}
#course .course__inner .course__inner--button {
  display: table;
  margin: 0 auto;
}
#course .course__inner .course__inner--button a {
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 2rem 5rem;
  background: linear-gradient(to bottom, rgb(255, 132, 81) 0%, rgb(243, 2, 79) 100%);
  border-radius: 6rem;
}
#course .course__inner .course__inner--button a .course__inner--button--text span {
  display: table;
  font-size: 2rem;
  font-weight: 700;
  color: #FFE400;
}
#course .course__inner .course__inner--button a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  border-left: 17px solid #fff;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}
#course .course__inner .curriculum__title {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  margin: 10rem 0 0 0;
}
#course .course__inner .curriculum__inner {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  padding-bottom: 8rem;
  background: url(../images/course/arrow.svg) no-repeat center top;
}
#course .course__inner .curriculum__inner .curriculum__box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1400px;
  gap: 3.6rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #course .course__inner .curriculum__inner .curriculum__box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item {
  flex-flow: column;
  gap: 1rem;
  width: calc(33.33% - 2.4rem);
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period {
  display: table;
  text-align: center;
  aspect-ratio: 1/1;
  margin: 0 auto 1rem auto;
  padding: 6px;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  border-radius: 100%;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 0 4rem;
  background-color: #ffffff;
  border-radius: 100%;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4EB222;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner span {
  font-size: 4.8rem;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner br {
  display: block;
  width: 100%;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--name {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #4EB222;
  text-align: center;
  line-height: 1.2;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main {
  flex-grow: 1;
  padding: 2rem;
  background: #F5F1DF;
  border-top: 3px solid #4EB222;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main .curriculum__main--illust img {
  width: 100%;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main p {
  padding: 1.5rem 0 0 0;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main p.curriculum__item--note {
  font-size: 1.4rem;
  margin-top: 2rem;
  padding: 0;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item:first-of-type {
  padding-top: 16rem;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(2) {
  padding-top: 12rem;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(3) {
  padding-top: 8rem;
}
#course .course__inner .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(4) {
  padding-top: 4rem;
}
#course .course__inner .curriculum__inner .curriculum__support {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
#course .course__inner .curriculum__inner .curriculum__support:before {
  content: " ";
  display: inline-block;
  width: 50px;
  border-right: 50px solid #4EB222;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  vertical-align: middle;
  position: absolute;
  top: 1.25rem;
  left: 2rem;
}
#course .course__inner .curriculum__inner .curriculum__support:after {
  content: " ";
  display: inline-block;
  width: 50px;
  border-left: 50px solid #4EB222;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  vertical-align: middle;
  position: absolute;
  top: 1.25rem;
  right: 2rem;
}
#course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
#course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner:after {
  content: " ";
  display: block;
  width: calc(100% - 100px);
  height: 8px;
  background: linear-gradient(to bottom, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  position: absolute;
  left: 50px;
  top: 50%;
}
#course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner p {
  display: table;
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  padding: 0.5rem 6rem;
  border-radius: 50rem;
  background: linear-gradient(to bottom, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  position: relative;
  z-index: 10;
}
#course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner p .curriculum_support--yellow {
  display: inline-block;
  font-size: 2.4rem;
  color: #FFE400;
  margin-right: 1rem;
}
#course .course__inner .curriculum__inner--button {
  display: table;
  margin: 0 auto 10rem auto;
}
#course .course__inner .curriculum__inner--button a {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 3rem;
  font-weight: 800;
  color: #000000;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 2rem 5rem;
  background: linear-gradient(to bottom, rgb(245, 220, 142) 0%, rgb(254, 232, 0) 100%);
  border-radius: 6rem;
}
#course .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
  display: table;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FF0000;
}
#course .course__inner .curriculum__inner--button a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  border-left: 17px solid #000000;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

@media screen and (max-width: 1400px) {
  #course .course__inner .curriculum__title {
    font-size: 3.2rem;
  }
  #course .course__inner .curriculum__inner {
    gap: 2rem;
    background: url(../images/course/arrow.svg) no-repeat center 6rem/66% auto;
  }
  #course .course__inner .curriculum__inner .curriculum__box {
    gap: 3rem;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period {
    padding: 0.5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle {
    padding: 0 2.5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner {
    font-size: 1.5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner span {
    font-size: 4vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--name {
    min-height: 6vw;
    font-size: 1.6vw;
    padding: 0.5vw 0;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main {
    padding: 1vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main p {
    font-size: 1.2vw;
    padding: 1.6vw 0 0 0;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main p.curriculum__item--note {
    font-size: 1vw;
    margin-top: 1.6vw;
  }
  #course .course__inner .curriculum__inner .curriculum__support:before {
    top: calc(50% - 20px);
  }
  #course .course__inner .curriculum__inner .curriculum__support:after {
    top: calc(50% - 20px);
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner:after {
    height: 10px;
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner p {
    font-size: 2.4vw;
    padding: 0.5vw 2vw;
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner p .curriculum_support--yellow {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1200px) {
  #course .course__inner .course__title .course__title--webmarks {
    font-size: 8rem;
  }
  #course .course__inner .course__copy {
    font-size: 3.8rem;
  }
  #course .course__inner .course__box .course__item h3 {
    font-size: 2.4rem;
  }
  #course .course__inner .course__box .course__item p {
    font-size: 1.8rem;
  }
  #course .course__inner .course__inner--button a {
    font-size: 2.8rem;
  }
  #course .course__inner .course__inner--button a .course__inner--button--text span {
    font-size: 1.8rem;
  }
  #course .course__inner .curriculum__title {
    font-size: 3.6rem;
  }
  #course .course__inner .curriculum__inner {
    gap: 2rem;
    background: url(../images/course/arrow.svg) no-repeat center 6rem/66% auto;
  }
  #course .course__inner .curriculum__inner--button a {
    font-size: 2.6rem;
  }
  #course .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #course {
    padding: 6rem 0;
  }
  #course .course__inner .course__copy {
    font-size: 3.2rem;
  }
  #course .course__inner .course__box {
    margin: 6rem 0;
  }
  #course .course__inner .course__box .course__item p {
    font-size: 1.6rem;
  }
  #course .course__inner .course__inner--button a {
    font-size: 2.4rem;
  }
  #course .course__inner .course__inner--button a .course__inner--button--text span {
    font-size: 1.8rem;
  }
  #course .course__inner .course__inner--button a i {
    display: inline-block;
    width: 14px;
    height: 22px;
    border-left: 14px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  #course .course__inner .curriculum__title {
    font-size: 3rem;
    margin: 10rem 0 0 0;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item {
    gap: 0;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period {
    padding: 0.5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle {
    padding: 0 2.5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner {
    font-size: 1.4vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner span {
    font-size: 3vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--name {
    min-height: 5vw;
    font-size: 1.5vw;
  }
  #course .course__inner .curriculum__inner--button {
    margin: 0 auto 6rem auto;
  }
  #course .course__inner .curriculum__inner--button a {
    font-size: 2.6rem;
  }
  #course .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
    display: table;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FF0000;
  }
  #course .course__inner .curriculum__inner--button a i {
    display: inline-block;
    width: 14px;
    height: 22px;
    border-left: 14px solid #000000;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
}
@media screen and (max-width: 750px) {
  #course {
    padding: 10vw 0;
  }
  #course .course__inner .course__title {
    font-size: 5vw;
  }
  #course .course__inner .course__title .course__title--webmarks {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
  #course .course__inner .course__copy {
    font-size: 5vw;
  }
  #course .course__inner .course__box {
    flex-flow: column;
    gap: 6vw;
    margin: 6vw 0;
  }
  #course .course__inner .course__box .course__item {
    width: 100%;
  }
  #course .course__inner .course__box .course__item img {
    margin-bottom: 3vw;
  }
  #course .course__inner .course__box .course__item h3 {
    font-size: 5vw;
  }
  #course .course__inner .course__box .course__item h3 .course__number {
    font-size: 13vw;
  }
  #course .course__inner .course__inner--button a {
    gap: 3vw;
    font-size: 5vw;
    padding: 3vw 9vw;
  }
  #course .course__inner .course__inner--button a .course__inner--button--text span {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  #course .course__inner .course__inner--button a i {
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #fff;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
  #course .course__inner .curriculum__title {
    font-size: 6vw;
    margin: 14vw 0 0 0;
  }
  #course .course__inner .curriculum__inner {
    flex-flow: row-reverse;
    margin-top: 5vw;
    padding-bottom: 6vw;
    background: none;
  }
  #course .course__inner .curriculum__inner .curriculum__box {
    flex-flow: column;
    width: calc(100% - 10vw);
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item {
    flex-flow: column;
    gap: 2vw;
    width: 100%;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period {
    aspect-ratio: auto;
    margin: 0 auto 2vw auto;
    padding: 3px;
    border-radius: 2vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle {
    aspect-ratio: auto;
    padding: 0.5vw 2vw;
    border-radius: 1vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner {
    font-size: 4vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner span {
    font-size: 4vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--period .curriculum__item--circle .curriculum__circle--inner br {
    display: none;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item h4 .curriculum__item--name {
    min-height: auto;
    font-size: 6vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main {
    padding: 3vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main p {
    font-size: 1.6rem;
    padding: 4vw 0 0 0 0;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item .curriculum__main p.curriculum__item--note {
    font-size: 1.4rem;
    margin-top: 3vw;
  }
  #course .course__inner .curriculum__inner .curriculum__box .curriculum__item:first-of-type, #course .course__inner .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(2), #course .course__inner .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(3), #course .course__inner .curriculum__inner .curriculum__box .curriculum__item:nth-of-type(4) {
    padding-top: 0;
  }
  #course .course__inner .curriculum__inner .curriculum__support {
    display: flex;
    flex-flow: column;
    width: 10vw;
    padding: 0;
    position: relative;
  }
  #course .course__inner .curriculum__inner .curriculum__support:after {
    content: " ";
    display: inline-block;
    width: 8vw;
    border-top: 6vw solid rgb(170, 210, 47);
    border-bottom: none;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    vertical-align: middle;
    position: absolute;
    top: auto;
    left: 1vw;
    right: auto;
    bottom: 0;
  }
  #course .course__inner .curriculum__inner .curriculum__support:before {
    content: " ";
    display: block;
    width: 1.5vw;
    height: calc(100% - 10vw);
    border: none;
    background: linear-gradient(to bottom, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
    position: absolute;
    left: calc(50% - 0.75vw);
    right: auto;
    top: 5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 10vw;
    height: 100%;
    position: relative;
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner:before {
    content: " ";
    display: inline-block;
    width: 8vw;
    border-bottom: 6vw solid rgb(5, 138, 204);
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    vertical-align: middle;
    position: absolute;
    left: 1vw;
    top: 0;
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner p {
    display: inline-block;
    width: 10vw;
    font-size: 5vw;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    writing-mode: vertical-rl;
    padding: 3vw 3vw 3vw 1.5vw;
  }
  #course .course__inner .curriculum__inner .curriculum__support .curriculum__support--inner p .curriculum_support--yellow {
    font-size: 4vw;
    margin: 0 0 2vw 0;
  }
  #course .course__inner .curriculum__inner--button {
    margin: 0 auto 10vw auto;
  }
  #course .course__inner .curriculum__inner--button a {
    gap: 3vw;
    font-size: 5vw;
    padding: 3vw 9vw;
  }
  #course .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  #course .course__inner .curriculum__inner--button a i {
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #000000;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
}
#courseDetails #courseSEO {
  padding-bottom: 10rem;
}
#courseDetails #courseSEO .courseSEO__block--title {
  padding: 4rem;
  background: #EFEFEF;
}
#courseDetails #courseSEO .courseSEO__block--title h3 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4rem;
  font-size: 6.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  padding: 6rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
}
#courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
  display: table;
  font-size: 3.2rem;
  font-weight: 400;
  color: #000000;
  padding: 0.8rem 1rem;
  background: #ffffff;
}
#courseDetails #courseSEO .courseSEO__outline {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 8rem auto;
}
@media screen and (max-width: 750px) {
  #courseDetails #courseSEO .courseSEO__outline {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#courseDetails #courseSEO h4 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 3.6rem;
  text-align: center;
  padding: 3rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 750px) {
  #courseDetails #courseSEO h4 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#courseDetails #courseSEO .courseSEO__block--controls {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 8rem auto;
}
#courseDetails #courseSEO .courseSEO__block--controls li a {
  display: table;
  color: #000000;
  text-decoration: none;
  padding: 0.6rem 2rem;
  background: #EFEFEF;
  border-radius: 6rem;
}
#courseDetails #courseSEO .courseSEO__block--controls li a .sp {
  display: inline;
}
#courseDetails #courseSEO .courseSEO__block--controls li a.active {
  color: #ffffff;
  background: #4EB222;
}
#courseDetails #courseSEO .courseSEO__block--controls li a.active:after {
  border-left-color: #ffffff;
}
#courseDetails #courseSEO .courseSEO__block--controls li a:after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 8px;
  vertical-align: middle;
  margin-left: 1.6rem;
  border-left: 6px solid #000000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#courseDetails #courseSEO .bx-wrapper {
  width: 100%;
  margin: 8rem auto 0 auto;
  background: none;
  border: none;
  box-shadow: none;
  border: none;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider {
  display: flex;
  width: 100%;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card {
  padding: 0 4rem;
  opacity: 0.2;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card[aria-hidden=false] {
  opacity: 1;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card .courseSEO__card--visual {
  width: 100%;
  margin: 0 0 3rem 0;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card .courseSEO__card--visual img {
  width: 100%;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card h5 {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 3rem 0;
  padding-top: 0;
  position: relative;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card h5 .courseSEO__card--step {
  display: table;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  margin: -5rem auto 2rem auto;
  padding: 0.6rem 3rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  border-radius: 3rem;
  position: relative;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card h5 .courseSEO__card--step:after {
  content: " ";
  display: block;
  width: 10px;
  height: 8px;
  border-top: 8px solid #4EB222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card dl dt {
  width: 3em;
  font-weight: 400;
  color: #cccccc;
  padding-top: 1rem;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card dl dd {
  width: calc(100% - 3em - 1rem);
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card.last dl {
  flex-flow: column;
  margin-top: 1.6rem;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card.last dl dt {
  width: 100%;
}
#courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card.last dl dd {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  #courseDetails #courseSEO {
    padding-bottom: 10rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title {
    padding: 5rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 {
    font-size: 6rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
    font-size: 2.6rem;
  }
  #courseDetails #courseSEO .courseSEO__outline {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 8rem auto;
  }
}
@media screen and (max-width: 1300px) and (max-width: 750px) {
  #courseDetails #courseSEO .courseSEO__outline {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  #courseDetails #courseSEO h4 {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #courseDetails #courseSEO .courseSEO__block--title {
    padding: 4rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 {
    font-size: 5rem;
    padding: 4rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
    font-size: 2.2rem;
  }
  #courseDetails #courseSEO .courseSEO__outline {
    font-size: 2rem;
  }
  #courseDetails #courseSEO h4 {
    font-size: 2.8rem;
    padding: 2rem 0;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport .courseWeb__block--slider .courseWeb__slide--item h5 .courseSEO__card--step {
    font-size: 2rem;
    margin: -5rem auto 2rem auto;
  }
}
@media screen and (max-width: 1024px) {
  #courseDetails #courseSEO {
    padding-bottom: 6rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title {
    padding: 3rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 {
    gap: 2rem;
    font-size: 3.2rem;
    padding: 3rem;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
    font-size: 1.6rem;
  }
  #courseDetails #courseSEO .courseSEO__outline {
    font-size: 1.8rem;
    margin: 4rem auto;
  }
  #courseDetails #courseSEO h4 {
    font-size: 2.4rem;
  }
  #courseDetails #courseSEO .courseSEO__block--controls {
    gap: 1rem;
    margin: 4rem auto;
  }
  #courseDetails #courseSEO .courseSEO__block--controls li a .sp {
    display: none;
  }
  #courseDetails #courseSEO .courseSEO__block--controls li a:after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #courseDetails #courseSEO {
    padding-bottom: 8vw;
  }
  #courseDetails #courseSEO .courseSEO__block--title {
    padding: 0;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 {
    flex-flow: column;
    font-size: 8vw;
    text-align: center;
    padding: 4vw;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
    font-size: 3vw;
    margin: 0 auto;
  }
  #courseDetails #courseSEO .courseSEO__outline {
    font-size: 3vw;
    margin: 4vw auto;
  }
  #courseDetails #courseSEO h4 {
    font-size: 4.6vw;
  }
  #courseDetails #courseSEO .courseSEO__block--controls {
    gap: 2vw;
    font-size: 3vw;
    margin: 3vw auto;
    padding: 2vw;
  }
  #courseDetails #courseSEO .courseSEO__block--controls li a {
    padding: 1vw 2.4vw;
  }
  #courseDetails #courseSEO .bx-wrapper {
    margin: 4vw auto 0 auto;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider {
    width: 100%;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card {
    padding: 0 3vw;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card .courseSEO__card--visual {
    margin-bottom: 4vw 0;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card h5 {
    font-size: 4.6vw;
    line-height: 1.2;
    margin: 4vw 0;
  }
  #courseDetails #courseSEO .bx-wrapper .bx-viewport .courseSEO__slider .courseSEO__card h5 .courseSEO__card--step {
    font-size: 3vw;
    margin: -10vw auto 3vw auto;
  }
}
#courseDetails #courseWeb .courseWeb__block--title {
  padding: 4rem;
  background: #efefef;
}
#courseDetails #courseWeb .courseWeb__block--title h3 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4rem;
  font-size: 6.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  padding: 6rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
}
#courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
  display: table;
  font-size: 3.2rem;
  font-weight: 400;
  color: #000000;
  padding: 0.8rem 1rem;
  background: #ffffff;
}
#courseDetails #courseWeb .courseWeb__outline {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 8rem auto;
}
@media screen and (max-width: 750px) {
  #courseDetails #courseWeb .courseWeb__outline {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#courseDetails #courseWeb h4 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 3.6rem;
  text-align: center;
  padding: 3rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 750px) {
  #courseDetails #courseWeb h4 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#courseDetails #courseWeb .courseWeb__block--controls {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 8rem auto;
}
#courseDetails #courseWeb .courseWeb__block--controls li a {
  display: table;
  color: #000000;
  text-decoration: none;
  padding: 0.6rem 2rem;
  background: #EFEFEF;
  border-radius: 6rem;
}
#courseDetails #courseWeb .courseWeb__block--controls li a .sp {
  display: inline;
}
#courseDetails #courseWeb .courseWeb__block--controls li a.active {
  color: #ffffff;
  background: #4EB222;
}
#courseDetails #courseWeb .courseWeb__block--controls li a.active:after {
  border-left-color: #ffffff;
}
#courseDetails #courseWeb .courseWeb__block--controls li a:after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 8px;
  vertical-align: middle;
  margin-left: 1.6rem;
  border-left: 6px solid #000000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#courseDetails #courseWeb .bx-wrapper {
  width: 100%;
  margin: 8rem auto 0 auto;
  background: none;
  border: none;
  box-shadow: none;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider {
  display: flex;
  width: 100%;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card {
  padding: 0 4rem;
  opacity: 0.2;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card[aria-hidden=false] {
  opacity: 1;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card .courseWeb__card--visual {
  width: 100%;
  margin: 0 0 3rem 0;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card .courseWeb__card--visual img {
  width: 100%;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card h5 {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 3rem 0;
  padding-top: 0;
  position: relative;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card h5 .courseWeb__slide--step {
  display: table;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  margin: -5rem auto 2rem auto;
  padding: 0.6rem 3rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  border-radius: 3rem;
  position: relative;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card h5 .courseWeb__slide--step:after {
  content: " ";
  display: block;
  width: 10px;
  height: 8px;
  border-top: 8px solid #4EB222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card ol {
  margin-left: 2em;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card ol li {
  margin-top: 1rem;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card dl {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  width: 100%;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card dl dt {
  font-weight: 400;
  color: #cccccc;
  padding-top: 1rem;
}
#courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card dl dd ul {
  list-style: disc;
  margin-left: 1em;
}
#courseDetails .button__yellowLarge {
  margin: 10rem auto 6rem auto;
}
#courseDetails .personalInterview {
  max-width: 1400px;
  align-items: center;
  gap: 4.5rem;
  margin: 10rem auto;
  padding: 0.8rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
}
#courseDetails .personalInterview .personalInterview__inner {
  justify-content: space-between;
  padding-left: 40%;
  background: url(../images/courseWeb/personalInterview.webp) no-repeat -15% center/auto 100% #FFFFFF;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text {
  padding: 7rem 4rem 5rem 0;
  background: #ffffff;
  position: relative;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text:after {
  content: " ";
  display: block;
  width: 24%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  position: absolute;
  top: 0;
  left: -24%;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 .personalInterview__text--point {
  display: inline-block;
  margin-right: 1rem;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 .personalInterview__text--point:before {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 26px;
  vertical-align: top;
  margin: 0 0.5rem 0 1rem;
  background: url(../images/courseWeb/point.svg) no-repeat left top;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 .personalInterview__text--point:after {
  content: " ";
  display: block;
  width: calc(100% - 21px - 1rem);
  height: 14px;
  margin: -1.4rem 0 0 calc(21px + 1rem);
  background: #FFF29B;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 .personalInterview__text--point:first-of-type::before {
  margin: 0 0.5rem 0 0;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b {
  font-size: 4.8rem;
  color: #4EB222;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b .personalInterview__text--question {
  font-size: 6.4rem;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b .personalInterview__text--resolve {
  font-size: 9.6rem;
}
#courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text p {
  font-size: 1.8rem;
}

@media screen and (max-width: 1400px) {
  #courseDetails .personalInterview {
    margin: 10rem 3rem;
  }
  #courseDetails .personalInterview .personalInterview__inner {
    background: url(../images/courseWeb/personalInterview.webp) no-repeat -20% center/auto 100% #FFFFFF;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 {
    font-size: 2.4vw;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b {
    font-size: 3.2vw;
    color: #4EB222;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b .personalInterview__text--question {
    font-size: 5vw;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b .personalInterview__text--resolve {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 1300px) {
  #courseDetails #courseWeb {
    padding-bottom: 10rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title {
    padding: 5rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 {
    font-size: 6rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
    font-size: 2.6rem;
  }
  #courseDetails #courseWeb .courseWeb__outline {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 8rem auto;
  }
}
@media screen and (max-width: 1300px) and (max-width: 750px) {
  #courseDetails #courseWeb .courseWeb__outline {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  #courseDetails #courseWeb h4 {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #courseDetails #courseWeb .courseWeb__block--title {
    padding: 4rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 {
    font-size: 5rem;
    padding: 4rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
    font-size: 2.2rem;
  }
  #courseDetails #courseWeb .courseWeb__outline {
    font-size: 2rem;
  }
  #courseDetails #courseWeb h4 {
    font-size: 2.8rem;
    padding: 2rem 0;
  }
  #courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card h5 .courseWeb__slide--step {
    font-size: 2rem;
    margin: -5rem auto 2rem auto;
  }
}
@media screen and (max-width: 1024px) {
  #courseDetails #courseWeb {
    padding-bottom: 6rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title {
    padding: 3rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 {
    gap: 2rem;
    font-size: 3.2rem;
    padding: 3rem;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
    font-size: 1.6rem;
  }
  #courseDetails #courseWeb .courseWeb__outline {
    font-size: 1.8rem;
    margin: 4rem auto;
  }
  #courseDetails #courseWeb h4 {
    font-size: 2.4rem;
  }
  #courseDetails #courseWeb .courseWeb__block--controls {
    gap: 1rem;
    margin: 4rem auto;
  }
  #courseDetails #courseWeb .courseWeb__block--controls li a .sp {
    display: none;
  }
  #courseDetails #courseWeb .courseWeb__block--controls li a:after {
    display: none;
  }
  #courseDetails .personalInterview .personalInterview__inner {
    background: url(../images/courseWeb/personalInterview.webp) no-repeat -50% center/auto 100% #FFFFFF;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text {
    padding: 6rem 3rem 4rem 0;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  #courseDetails .personalInterview .personalInterview__inner {
    padding: 50% 0 0 0;
    background: url(../images/courseWeb/personalInterview.webp) no-repeat center top/100% auto #FFFFFF;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text {
    padding: 6rem 3rem 4rem 3rem;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text:after {
    width: 100%;
    height: 24%;
    top: -24%;
    left: 0;
    background: #fff;
    background: linear-gradient(90deg, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 100%);
    background: -webkit-linear-gradient(90deg, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 100%);
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  #courseDetails #courseWeb {
    padding-bottom: 8vw;
  }
  #courseDetails #courseWeb .courseWeb__block--title {
    padding: 0;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 {
    flex-flow: column;
    font-size: 8vw;
    text-align: center;
    padding: 4vw;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
    font-size: 3vw;
    margin: 0 auto;
  }
  #courseDetails #courseWeb .courseWeb__outline {
    font-size: 3vw;
    margin: 4vw auto;
  }
  #courseDetails #courseWeb h4 {
    font-size: 4.6vw;
  }
  #courseDetails #courseWeb .courseWeb__block--controls {
    gap: 2vw;
    font-size: 3vw;
    margin: 3vw auto;
    padding: 2vw;
  }
  #courseDetails #courseWeb .courseWeb__block--controls li a {
    padding: 1vw 2.4vw;
  }
  #courseDetails #courseWeb .bx-wrapper {
    margin: 4vw auto 0 auto;
  }
  #courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card {
    padding: 0 3vw;
  }
  #courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card .courseWeb__card--visual {
    margin-bottom: 3vw;
  }
  #courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card h5 {
    font-size: 4.6vw;
    line-height: 1.2;
    margin: 7vw 0 4vw 0;
  }
  #courseDetails #courseWeb .bx-wrapper .bx-viewport .courseWeb__slider .courseWeb__card h5 .courseWeb__slide--step {
    font-size: 3vw;
    margin: -10vw auto 3vw auto;
  }
  #courseDetails .button__yellowLarge {
    margin: 4vw auto;
  }
  #courseDetails .personalInterview {
    margin: 10vw 2rem;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text {
    padding: 4vw 3vw;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 {
    font-size: 3.6vw;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 .personalInterview__text--point:before {
    width: 12px;
    height: 26px;
    background: url(../images/courseWeb/point.svg) no-repeat left top/100% auto;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b {
    font-size: 5.4vw;
    color: #4EB222;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b .personalInterview__text--question {
    font-size: 7.6vw;
  }
  #courseDetails .personalInterview .personalInterview__inner .personalInterview__inner--text h3 b .personalInterview__text--resolve {
    font-size: 10.5vw;
  }
}
#courseDetails .courseSpecial__copy {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 14rem 0;
}
#courseDetails .courseSpecial__copy .sp {
  display: none;
}
#courseDetails .button__yellowMiddle {
  margin: 10rem auto;
}

@media screen and (max-width: 1200px) {
  #courseDetails .courseSpecial__copy {
    font-size: 2.8rem;
    margin: 4rem 2rem 6rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #courseDetails .courseSpecial__copy {
    font-size: 2.4rem;
    margin: 4rem 2rem 6rem 2rem;
  }
  #courseDetails .button__yellowMiddle {
    margin: 6rem auto;
  }
}
@media screen and (max-width: 750px) {
  #courseDetails .courseSpecial__copy {
    font-size: 5vw;
    margin: 4vw 0 10vw 0;
  }
  #courseDetails .courseSpecial__copy .sp {
    display: block;
  }
  #courseDetails .button__yellowMiddle {
    margin: 6vw auto 0 auto;
  }
}
#fullSupport {
  padding: 14rem 0;
  background: #C8E1AB;
}
#fullSupport .fullSupport__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #fullSupport .fullSupport__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#fullSupport .fullSupport__inner .fullsupport__title {
  display: table;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 auto 6rem auto;
  padding: 3rem 10rem;
  background: #FFE400;
  border-radius: 6rem;
  position: relative;
}
#fullSupport .fullSupport__inner .fullsupport__title:after {
  content: " ";
  display: block;
  width: 28px;
  height: 14px;
  border-top: 14px solid #FFE400;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 14px);
}
#fullSupport .fullSupport__inner .fullSupport__step {
  text-align: center;
  gap: 14rem;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item {
  width: 33.33%;
  position: relative;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__illust {
  display: block;
  aspect-ratio: 1/1;
  margin: 0 auto 3rem auto;
  border-radius: 50%;
  background: #ffffff;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:first-of-type .fullSupport__illust {
  background: #ffffff url(../images/fullSupport/illust01.webp) no-repeat center center/110% auto;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:nth-of-type(2) .fullSupport__illust {
  background: #ffffff url(../images/fullSupport/illust02.webp) no-repeat center center/80% auto;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:last-of-type .fullSupport__illust {
  background: #ffffff url(../images/fullSupport/illust03.webp) no-repeat center center/100% auto;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number {
  display: table;
  margin: auto;
  position: absolute;
  top: -13rem;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number span {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #000000;
  padding: 0 4rem;
  background: #4EB222;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item p {
  font-size: 1.8rem;
  text-align: left;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:after {
  content: " ";
  display: block;
  width: 27px;
  height: 47px;
  border-left: 27px solid #ffffff;
  border-top: 23.5px solid transparent;
  border-bottom: 23.5px solid transparent;
  position: absolute;
  top: 33.33%;
  right: -9rem;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:last-of-type:after {
  display: none;
}

@media screen and (max-width: 1200px) {
  #fullSupport {
    padding: 10rem 0;
  }
  #fullSupport .fullSupport__inner .fullsupport__title {
    font-size: 3rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step {
    gap: 14rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub {
    font-size: 2.4rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number span {
    font-size: 3rem;
    padding: 0 3rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:after {
    top: 24%;
  }
}
@media screen and (max-width: 1024px) {
  #fullSupport .fullSupport__inner .fullsupport__title {
    font-size: 2.4rem;
    padding: 3rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step {
    gap: 6rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number {
    top: -8rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number span {
    font-size: 2rem;
    padding: 0 2rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item p {
    font-size: 1.6rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:after {
    content: " ";
    display: block;
    width: 18px;
    height: 24px;
    border-left: 18px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 20%;
    right: -4rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #fullSupport {
    padding: 10vw 0;
  }
  #fullSupport .fullSupport__inner .fullsupport__title {
    font-size: 5vw;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8vw;
    padding: 3vw 8vw;
    border-radius: 10rem;
  }
  #fullSupport .fullSupport__inner .fullSupport__step {
    flex-flow: column;
    gap: 6vw;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item {
    width: 100%;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__illust {
    width: 50%;
    margin: 0 auto 4vw auto;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number {
    top: -16vw;
    left: 26%;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub .fullSupport__number span {
    font-size: 5vw;
    padding: 0 5vw;
  }
  #fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:after {
    display: none;
  }
}
#comparison {
  padding: 20rem 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: 6.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 14rem;
}
#comparison .comparison__inner table {
  width: 100%;
  max-width: 1200px;
  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: 18%;
  padding-top: 2rem;
  border-right: 1px 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;
  color: #ffffff;
  padding: 2.4rem 3rem;
  background: #7B848C;
}
#comparison .comparison__inner table thead tr th:nth-of-type(2) {
  padding: 1rem 1rem 0 1rem;
  background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
}
#comparison .comparison__inner table thead tr th:nth-of-type(2) span {
  display: block;
  padding: 3rem;
  background: #ffffff;
}
#comparison .comparison__inner table thead tr th img {
  width: 156px;
}
#comparison .comparison__inner table tbody tr:nth-of-type(odd) {
  background: #EFEFEF;
}
#comparison .comparison__inner table tbody tr th {
  font-weight: 400;
}
#comparison .comparison__inner table tbody tr td {
  text-align: center;
  padding: 2.4rem 3rem;
}
#comparison .comparison__inner table tbody tr td:first-of-type {
  padding: 0 1rem;
  background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.4rem 3rem;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner h3 {
  margin-bottom: 1.6rem;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner h3:last-of-type {
  margin-top: 2rem;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner p .comparison__monthly {
  font-size: 2.4rem;
  font-weight: 700;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner p .comparison__price {
  font-size: 3.2rem;
  font-weight: 700;
}
#comparison .comparison__inner table tbody tr td:first-of-type .comparison__table--inner small {
  font-size: 1.5rem;
}
#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 1rem 1rem 1rem;
  background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
}
#comparison .comparison__inner table tbody tr:last-of-type td:first-of-type .comparison__table--inner {
  display: block;
  padding: 2.4rem 3rem;
  background: #ffffff;
}
#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: #FF0000;
}
#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: #FF0000;
  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: #FF0000;
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual {
  display: table;
  color: #FF0000;
  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;
  position: relative;
  z-index: 10;
}
#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: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(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
}
#comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box.green h3 {
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 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;
  }
  #comparison .comparison__inner .comparison__cashback h2 {
    font-size: 5.4rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon {
    font-size: 2.8rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge {
    font-size: 9rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge .cashback__title--small {
    font-size: 7.2rem;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box h3 {
    font-size: 2.2vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner {
    padding: 2.6vw 0;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl {
    padding-bottom: 4vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dt {
    font-size: 1vw;
    padding: 0.5vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dd {
    font-size: 1.2vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl dd .chshback__fee {
    font-size: 2.4vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner h4 {
    font-size: 1.2vw;
    padding: 0.5vw 0.75vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee {
    font-size: 5.8vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .cashback__actual .chshback__fee span {
    font-size: 1.4vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount {
    margin: 1.6vw 1.6vw 0 1.6vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:before {
    width: 9%;
    height: 86px;
    vertical-align: middle;
    background: url(../images/comparison/waku_left.png) no-repeat center center/100% auto;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:after {
    content: " ";
    width: 9%;
    height: 86px;
    vertical-align: middle;
    background: url(../images/comparison/waku_left.png) no-repeat center center/100% auto;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p {
    font-size: 1.5vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p .chaskback__fee--gold span {
    font-size: 3.2vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount .chaskback__illust--coin {
    width: 19%;
  }
}
@media screen and (max-width: 1200px) {
  #comparison {
    padding: 12rem 0;
  }
  #comparison .comparison__inner .comparison__inner--title {
    font-size: 3.9rem;
    margin-bottom: 10rem;
  }
  #comparison .comparison__inner .comparison__table {
    overflow-x: auto;
  }
  #comparison .comparison__inner .comparison__table table {
    width: 1200px;
  }
  #comparison .comparison__inner .comparison__cashback h2 {
    font-size: 4.4rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon {
    font-size: 2.4rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge {
    font-size: 7rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge .cashback__title--small {
    font-size: 6.2rem;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p {
    font-size: 1.2vw;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p .chaskback__fee--gold span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #comparison {
    padding: 10rem 0;
  }
  #comparison .comparison__inner .comparison__inner--title {
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
  #comparison .comparison__inner .comparison__table table thead tr th {
    text-align: center;
  }
  #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 {
    display: block;
    color: #ffffff;
    padding: 2.4rem 3rem;
    background: #7B848C;
  }
  #comparison .comparison__inner .comparison__table table thead tr th:nth-of-type(2) {
    padding: 1rem 1rem 0 1rem;
    background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
  }
  #comparison .comparison__inner .comparison__table table thead tr th:nth-of-type(2) span {
    display: block;
    padding: 2.4rem 3rem;
    background: #ffffff;
  }
  #comparison .comparison__inner .comparison__table table thead tr th img {
    width: 156px;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td {
    padding: 0 1rem;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner {
    font-size: 2rem;
    padding: 2.4rem 3rem;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner h3 {
    font-size: 2rem;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner p {
    font-size: 1.8rem;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner p .comparison__monthly {
    font-size: 2rem;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:first-of-type .comparison__table--inner p .comparison__price {
    font-size: 2.8rem;
  }
  #comparison .comparison__inner .comparison__table table tbody tr td:nth-of-type(2) {
    border-right: 1px solid #ffffff;
  }
  #comparison .comparison__inner .comparison__table table tbody tr:last-of-type td:first-of-type {
    padding: 0 1rem 1rem 1rem;
    background: linear-gradient(to right, rgb(166, 55, 130) 0%, rgb(95, 105, 175) 33%, rgb(56, 144, 177) 66%, rgb(31, 171, 163) 100%);
  }
  #comparison .comparison__inner .comparison__table table tbody tr:last-of-type td:first-of-type .comparison__table--inner {
    display: block;
    padding: 2.4rem 3rem;
    background: #ffffff;
  }
  #comparison .comparison__inner .comparison__cashback {
    padding: 10rem 0 0 0;
  }
  #comparison .comparison__inner .comparison__cashback h2 {
    font-size: 3.2rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--balloon {
    font-size: 2rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge {
    font-size: 6rem;
  }
  #comparison .comparison__inner .comparison__cashback h2 .cashback__title--redLarge .cashback__title--small {
    font-size: 4.6rem;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list {
    gap: 2rem;
    margin: 4rem 0;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box {
    width: calc(33.33% - 1.34rem);
    padding: 0.5rem;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box h3 {
    padding: 0.5vw 0 1vw 0;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl {
    padding-bottom: 4vw;
    position: relative;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner dl:after {
    width: 3vw;
    border-top: 1.5vw solid #FFD4CB;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    bottom: 1.5vw;
    left: calc(50% - 1.5vw);
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:before {
    height: 55px;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount:after {
    height: 55px;
  }
  #comparison .comparison__inner .comparison__cashback .cashback__list .cashback__box .cashback__box--inner .chaskback__amount p .chaskback__fee--gold span {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 750px) {
  #comparison {
    padding: 10vw 0;
  }
  #comparison .comparison__inner {
    width: 100%;
    padding-left: 2rem;
  }
  #comparison .comparison__inner .comparison__inner--title {
    font-size: 7vw;
    margin-bottom: 8vw;
  }
  #comparison .comparison__inner .comparison__table table {
    width: 200%;
  }
  #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) {
    padding: 1vw 1vw 0 1vw;
  }
  #comparison .comparison__inner .comparison__table table thead tr th:nth-of-type(2) span {
    padding: 5vw 3vw;
  }
  #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;
  }
}
#results {
  padding: 10rem 0;
  background: url(../images/results/illust_men.svg) no-repeat left bottom/15% auto, url(../images/results/illust_women.svg) no-repeat right bottom/15% auto #F5F1DF;
}
#results .results__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  #results .results__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#results .results__inner .results__title {
  font-size: 6.4rem;
  font-weight: 900;
  text-align: center;
}
#results .results__inner p {
  font-size: 2rem;
  text-align: center;
  margin-top: 1.5rem;
}
#results .results__inner .results__block {
  margin-top: 6rem;
  background: #ffffff;
}
#results .results__inner .results__block .results__title--sub {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 3rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
}
#results .results__inner .results__block .flex {
  gap: 3rem;
  padding: 5rem;
}
#results .results__inner .results__block .flex ul {
  width: 50%;
  list-style: disc;
  line-height: 1.8;
  margin-left: 1em;
}

@media screen and (max-width: 1400px) {
  #results {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 1200px) {
  #results {
    background: url(../images/results/illust_men.svg) no-repeat left bottom/25% auto, url(../images/results/illust_women.svg) no-repeat right bottom/25% auto #F5F1DF;
  }
  #results .results__inner .results__title {
    font-size: 5.8rem;
  }
  #results .results__inner .results__block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 80%;
    margin-top: 6rem;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  #results .results__inner .results__block {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #results .results__inner .results__block .results__title--sub {
    font-size: 3rem;
  }
  #results .results__inner .results__block .flex {
    gap: 2rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #results {
    padding: 6rem 0 18rem 0;
  }
  #results .results__inner .results__title {
    font-size: 4rem;
  }
  #results .results__inner p {
    font-size: 1.8rem;
  }
  #results .results__inner .results__block {
    margin-top: 3rem;
  }
  #results .results__inner .results__block .results__title--sub {
    font-size: 2rem;
  }
  #results .results__inner .results__block .flex {
    flex-flow: column;
    gap: 0;
    padding: 3rem;
  }
  #results .results__inner .results__block .flex ul {
    width: calc(100% - 1em);
  }
}
@media screen and (max-width: 750px) {
  #results {
    padding: 8vw 0 24vw 0;
  }
  #results .results__inner .results__title {
    font-size: 7vw;
  }
  #results .results__inner p {
    font-size: 4vw;
  }
  #results .results__inner .results__block {
    width: 100%;
    max-width: 100%;
    margin-top: 5vw;
  }
  #results .results__inner .results__block .results__title--sub {
    font-size: 5vw;
  }
  #results .results__inner .results__block .flex {
    flex-flow: column;
    gap: 0;
    padding: 4vw;
  }
  #results .results__inner .results__block .flex ul {
    font-size: 1.4rem;
  }
}
#onlineSchool {
  background: url(../images/onlineSchool/photo.webp) no-repeat 200% center/auto 120%;
}
#onlineSchool .onlineSchool__inner {
  display: table;
  padding: 9.2rem 10rem;
  margin: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
#onlineSchool .onlineSchool__inner .onlineSchool__logo {
  width: 352px;
  margin-bottom: 4rem;
}
#onlineSchool .onlineSchool__inner .onlineSchool__logo img {
  width: 100%;
}
#onlineSchool .onlineSchool__inner .onlineSchool__title {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 4rem;
  background: linear-gradient(to right, rgb(5, 138, 204) 0%, rgb(170, 210, 47) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#onlineSchool .onlineSchool__inner .onlineSchool__text {
  font-size: 3.1rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
#onlineSchool .onlineSchool__inner .onlineSchool__inner--button {
  display: table;
}
#onlineSchool .onlineSchool__inner .onlineSchool__inner--button a {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 3.6rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 2rem 6rem;
  background: linear-gradient(to bottom, rgb(255, 235, 153) 0%, rgb(254, 232, 0) 100%);
  border-radius: 6rem;
}
#onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .onlineSchool__inner--button--step {
  display: table;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FF0000;
}
#onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .onlineSchool__inner--button--step .onlineSchool__inner--step--number {
  font-size: 4.2rem;
}
#onlineSchool .onlineSchool__inner .onlineSchool__inner--button a i {
  display: inline-block;
  width: 17px;
  height: 25px;
  border-left: 17px solid #000000;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

@media screen and (max-width: 1700px) {
  #onlineSchool {
    background: url(../images/onlineSchool/photo.webp) no-repeat 40vw center/auto 120%;
  }
}
@media screen and (max-width: 1200px) {
  #onlineSchool .onlineSchool__inner {
    display: table;
    padding: 6rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__logo {
    width: 30%;
    margin-bottom: 3rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__title {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__text {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a {
    font-size: 3.2rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .onlineSchool__inner--button--step {
    font-size: 2rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .onlineSchool__inner--button--step .onlineSchool__inner--step--number {
    font-size: 3.2rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a i {
    display: inline-block;
    width: 17px;
    height: 25px;
    border-left: 17px solid #000000;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
  }
}
@media screen and (max-width: 1024px) {
  #onlineSchool {
    background: url(../images/onlineSchool/photo.webp) no-repeat center center/auto 120%;
  }
  #onlineSchool .onlineSchool__inner {
    display: block;
    background: rgba(255, 255, 255, 0.8);
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__title {
    font-size: 3.2rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__text {
    font-size: 2rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a {
    font-size: 2.6rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .onlineSchool__inner--button--step {
    font-size: 1.8rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .onlineSchool__inner--button--step .onlineSchool__inner--step--number {
    font-size: 2.6rem;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a i {
    width: 14px;
    height: 24px;
    border-left: 14px solid #000000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
@media screen and (max-width: 750px) {
  #onlineSchool {
    background: url(../images/onlineSchool/photo.webp) no-repeat calc(50% + 12vw) center/auto 140%;
  }
  #onlineSchool .onlineSchool__inner {
    padding: 8vw;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__title {
    font-size: 7vw;
    line-height: 1.2;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__text {
    font-size: 4.6vw;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a {
    gap: 3vw;
    font-size: 4.6vw;
    padding: 3vw 9vw;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .header__inner--button--text .onlineSchool__inner--button--step {
    font-size: 3.4vw;
    margin: 0 auto;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a .header__inner--button--text .onlineSchool__inner--button--step .onlineSchool__inner--step--number {
    font-size: 5.2vw;
  }
  #onlineSchool .onlineSchool__inner .onlineSchool__inner--button a i {
    width: 2vw;
    height: 3vw;
    border-left: 2vw solid #000000;
    border-top: 1.5vw solid transparent;
    border-bottom: 1.5vw solid transparent;
  }
}
#terms {
  padding: 10rem 0;
  background: #F5F1DF;
}
#terms .terms__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #terms .terms__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#terms .terms__inner .terms__title {
  font-size: 6.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
}
#terms .terms__inner .terms__note {
  font-size: 1.4rem;
}
#terms .terms__inner .terms__note li {
  text-indent: -1em;
  margin-left: 1em;
}
#terms .terms__inner .terms__contents {
  background: url(../images/terms/illust_women.svg) no-repeat left bottom, url(../images/terms/illust_men.svg) no-repeat right bottom;
}
#terms .terms__inner .terms__contents .terms__contents--inner {
  display: table;
  margin: 0 auto;
  padding-bottom: 8rem;
}
#terms .terms__inner .terms__contents .terms__contents--inner h3 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #4EB222;
  text-align: center;
  margin-bottom: 3rem;
}
#terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box {
  display: flex;
  gap: 2rem;
  align-items: center;
  font-size: 2.4rem;
}
#terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box h4 {
  font-weight: 400;
  padding: 1rem 1.5rem;
  border: 1px solid #4EB222;
}
#terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box h4:before {
  content: "✓";
  display: inline-block;
  color: #4EB222;
  vertical-align: middle;
  margin-right: 1rem;
}
#terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box:first-of-type {
  margin-bottom: 1.5rem;
}
#terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box:last-of-type {
  margin-bottom: 3rem;
}
#terms .terms__inner .terms__flow {
  margin-bottom: 3rem;
  padding: 4rem;
  background: #ffffff;
}
#terms .terms__inner .terms__flow h3 {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8rem;
}
#terms .terms__inner .terms__flow .terms__flow--step {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: calc(25% - 3.75rem);
  font-size: 2.4rem;
  text-align: center;
  margin: 2rem 0 3rem 0;
  padding: 5.2rem 2.6rem 2.6rem 2.6rem;
  background: #EAF8D9;
  position: relative;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box h4 {
  position: absolute;
  top: -5rem;
  font-weight: 900;
  color: #4EB222;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box h4 .terms__step--number {
  display: block;
  font-size: 4.8rem;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box:after {
  content: " ";
  display: block;
  width: 2rem;
  border-left: 2rem solid #D9D9D9;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  position: absolute;
  right: -3.5rem;
  top: calc(50% - 1.5rem);
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box:nth-of-type(4):after, #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box:last-of-type:after {
  display: none;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--point {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 12rem;
  font-size: 1.6rem;
  line-height: 1.2;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFE400;
  position: absolute;
  right: -2rem;
  top: -6.5rem;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--success {
  display: block;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 900;
  color: #FF0000;
  background: url(../images/terms/icon_sccess_left.svg) no-repeat left center/calc(100% - 6em) auto, url(../images/terms/icon_sccess_right.svg) no-repeat right center/calc(100% - 6em) auto;
  position: relative;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--success span {
  position: relative;
  z-index: 50;
}
#terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--success:after {
  content: " ";
  display: table;
  width: 4.5em;
  height: 11px;
  margin: 0 auto;
  background: #FFE400;
  position: absolute;
  bottom: 0.5rem;
  left: calc(50% - 2.25em);
  z-index: 10;
}

@media screen and (max-width: 1400px) {
  #terms .terms__inner .terms__flow h3 {
    margin-bottom: 4vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box {
    font-size: 1.8vw;
    margin: 3vw 0 0 0;
    padding: 3.5vw 1.8vw 1.8vw 1.8vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box h4 {
    top: -3.75vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box h4 .terms__step--number {
    font-size: 4vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--point {
    width: 8vw;
    font-size: 1vw;
    right: -2.5vw;
    top: -4.5vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--success {
    font-size: 2.2vw;
    background: url(../images/terms/icon_sccess_left.svg) no-repeat left center/calc(100% - 6em) auto, url(../images/terms/icon_sccess_right.svg) no-repeat right center/calc(100% - 6em) auto;
  }
}
@media screen and (max-width: 1200px) {
  #terms .terms__inner .terms__title {
    font-size: 5.8rem;
  }
  #terms .terms__inner .terms__contents {
    background: url(../images/terms/illust_women.svg) no-repeat left bottom/12% auto, url(../images/terms/illust_men.svg) no-repeat right bottom/15% auto;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #terms .terms__inner .terms__title {
    font-size: 4rem;
  }
  #terms .terms__inner .terms__contents {
    background: url(../images/terms/illust_women.svg) no-repeat 40% bottom/12% auto, url(../images/terms/illust_men.svg) no-repeat 60% bottom/15% auto;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner {
    padding-bottom: 18rem;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box {
    font-size: 2rem;
  }
  #terms .terms__inner .terms__flow h3 {
    font-size: 2.75vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--success {
    font-size: 5.5vw;
    background: none;
  }
}
@media screen and (max-width: 750px) {
  #terms {
    padding: 10vw 0;
  }
  #terms .terms__inner .terms__title {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  #terms .terms__inner .terms__contents {
    background: url(../images/terms/illust_women.svg) no-repeat 38% bottom/14% auto, url(../images/terms/illust_men.svg) no-repeat 62% bottom/18% auto;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner {
    padding-bottom: 11rem;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner h3 {
    font-size: 5vw;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box {
    font-size: 3vw;
    font-weight: 500;
    gap: 1rem;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box h4 {
    padding: 0.5rem 1rem;
  }
  #terms .terms__inner .terms__contents .terms__contents--inner .terms__contents--box h4:before {
    margin-right: 0.5rem;
  }
  #terms .terms__inner .terms__flow {
    padding: 5vw 3vw 3vw 3vw;
    margin-bottom: 4vw;
  }
  #terms .terms__inner .terms__flow h3 {
    font-size: 4.25vw;
    margin-bottom: 3vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step {
    flex-flow: column;
    gap: 4rem;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3vw;
    width: 100%;
    font-size: 3vw;
    margin: 0;
    padding: 3vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box h4 {
    position: relative;
    top: 0;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box h4 .terms__step--number {
    font-size: 6vw;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box p br {
    display: none;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--point {
    width: auto;
    font-size: 2.2vw;
    padding: 1.8vw;
    aspect-ratio: auto;
    position: relative;
    right: auto;
    top: auto;
    border-radius: 0;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box .terms__step--success {
    display: table;
    width: 10em;
    font-size: 5.5vw;
    background: url(../images/terms/icon_sccess_left.svg) no-repeat left center/auto 100%, url(../images/terms/icon_sccess_right.svg) no-repeat right center/auto 100%;
  }
  #terms .terms__inner .terms__flow .terms__flow--step .terms__step--box:after {
    content: " ";
    display: block;
    width: 3rem;
    border-top: 1.5rem solid #D9D9D9;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: none;
    right: calc(50% - 1.5rem);
    top: auto;
    bottom: -2.5rem;
  }
}
#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: 6.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8rem;
}
#qa .qa__inner .qa__title .qa__title--small {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
#qa .qa__inner .qa__box {
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 2rem;
  background: #EFEFEF;
}
#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: #4EB222;
  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_open.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_close.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;
  }
  #qa .qa__inner .qa__title {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  #qa .qa__inner .qa__title .qa__title--small {
    font-size: 5vw;
    margin-bottom: 1.5vw;
  }
  #qa .qa__inner .qa__box {
    margin: 0 0 1vw 0;
    padding: 4vw;
  }
  #qa .qa__inner .qa__box .qa__box--title {
    font-size: 4vw;
    padding: 0 36px 0 0;
  }
  #qa .qa__inner .qa__box .qa__box--title .qa__q--qustion {
    font-size: 6vw;
    margin-right: 1rem;
  }
  #qa .qa__inner .qa__box .qa__box--title:after {
    width: 30px;
    height: 30px;
    background: url(../images/qa/icon_open.svg) no-repeat right center/30px auto;
  }
  #qa .qa__inner .qa__box .qa__box--title.close:after {
    background: url(../images/qa/icon_close.svg) no-repeat right center/30px auto;
  }
  #qa .qa__inner .qa__box .qa__box--answer {
    display: none;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dashed #555555;
  }
}
#special {
  padding: 20rem 0;
  background: #F5F1DF;
}
#special .special__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
  flex-flow: column;
  gap: 6rem;
}
@media screen and (max-width: 750px) {
  #special .special__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#special .special__inner .special__title {
  font-size: 6.2rem;
  font-weight: 800;
  text-align: center;
}
#special .special__inner .special__title .special__title--now {
  display: table;
  font-size: 3.6rem;
  margin: 0 auto 1.6rem auto;
}
#special .special__inner .special__title .special__title--now:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin-right: 2rem;
  background: #4EB222;
  transform: rotate(45deg);
}
#special .special__inner .special__title .special__title--now:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 1px;
  vertical-align: middle;
  margin-left: 2rem;
  background: #4EB222;
  transform: rotate(135deg);
}
#special .special__inner .special__title .special__title--green {
  color: #4EB222;
}
#special .special__inner .special__most {
  gap: 8.8rem;
  margin: 6rem 0;
}
#special .special__inner .special__most .special__most--item {
  width: 50%;
  padding: 0.6rem;
  background: linear-gradient(to bottom, rgb(255, 228, 0) 1%, rgb(178, 130, 71) 100%);
}
#special .special__inner .special__most .special__most--item .special__most--inner {
  height: 100%;
  padding: 4rem 2rem;
  background: #ffffff;
}
#special .special__inner .special__most .special__most--item .special__most--inner h3 {
  font-size: 5.3rem;
  font-weight: 800;
  text-align: center;
}
#special .special__inner .special__most .special__most--item .special__most--inner h3 img {
  display: table;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}
#special .special__inner .special__most .special__most--item .special__most--inner h3 span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: middle;
  margin-right: 1.6rem;
  padding: 0.5rem;
  background: #000000;
}
#special .special__inner .special__most .special__most--item .special__most--inner p {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 1200px) {
  #special .special__inner .special__title {
    font-size: 5rem;
  }
  #special .special__inner .special__title .special__title--now {
    font-size: 3rem;
  }
  #special .special__inner .special__most {
    gap: 4rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 {
    font-size: 4rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 span {
    width: 1.6em;
    font-size: 1.6rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #special .special__inner .special__title {
    font-size: 3.8rem;
  }
  #special .special__inner .special__title .special__title--now {
    font-size: 2.4rem;
  }
  #special .special__inner .special__most {
    gap: 2rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 {
    font-size: 2.6rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 span {
    font-size: 1.6rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #special {
    padding: 10vw 0;
  }
  #special .special__inner .special__title {
    font-size: 7vw;
    line-height: 1.2;
  }
  #special .special__inner .special__title .special__title--now {
    font-size: 4.2vw;
  }
  #special .special__inner .special__title .special__title--green {
    font-size: 9vw;
  }
  #special .special__inner .special__most {
    gap: 4vw;
    flex-flow: column;
    margin-top: 5vw;
  }
  #special .special__inner .special__most .special__most--item {
    width: 100%;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner {
    padding: 4vw;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 {
    font-size: 8vw;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 span {
    font-size: 3vw;
    text-align: center;
    line-height: 1.2;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 img {
    width: 50%;
    max-width: 300px;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner p {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
#form {
  padding: 6rem 10rem;
}
#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: #EFEFEF;
  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;
}

@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 .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;
  }
}
#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 */