@charset "UTF-8";
@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;
}

@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: 1.5vw;
  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%;
  }
}
#subsidyStart {
  padding: 8rem 0;
  background: url(../images/subsidy/bg_subsidy.svg) no-repeat center center/cover;
}
#subsidyStart .subsidyStart__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
  flex-flow: column;
  gap: 6rem;
  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;
}
#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: #0465D3;
  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 #0465D3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -14px;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost {
  display: table;
  text-align: center;
  margin: 0 auto;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--title {
  font-size: 4.8rem;
  font-weight: 900;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--title span {
  font-size: 4rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span {
  line-height: 0.9;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:first-of-type {
  font-size: 9.6rem;
  font-weight: 900;
}
#subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent 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 span:last-of-type {
  font-size: 10rem;
  font-weight: 600;
  color: #FF0000;
  text-align: left;
  line-height: 0.9;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub {
  justify-content: center;
  gap: 8rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti .subsidyStart__meti--title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  padding: 2rem 3rem;
  margin-bottom: 4rem;
  background: #fedb30;
  position: relative;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti .subsidyStart__meti--title:before {
  content: " ";
  display: block;
  width: 58px;
  height: 45px;
  position: absolute;
  bottom: -13px;
  left: -28px;
  background: url(../images/subsidy/ribbon_left.svg) no-repeat center center/cover;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti .subsidyStart__meti--title:after {
  content: " ";
  display: block;
  width: 58px;
  height: 45px;
  position: absolute;
  bottom: -13px;
  right: -28px;
  background: url(../images/subsidy/ribbon_right.svg) no-repeat center center/cover;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti p img {
  width: 100%;
  max-width: 287px;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .subsidyStart__cash__title {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 5rem;
  padding: 1.5rem;
  border: 5px solid #ccc;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex {
  align-items: end;
  gap: 2rem;
  margin-top: -8rem;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text span {
  font-size: 4.2rem;
  color: #FF0000;
}
#subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text span span {
  font-size: 8.2rem;
}
#subsidyStart .subsidyStart__inner ul {
  font-size: 1.4rem;
}
#subsidyStart .subsidyStart__inner ul li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 1024px) {
  #subsidyStart {
    padding: 16rem 0;
  }
  #subsidyStart .subsidyStart__inner {
    gap: 4rem;
    padding: 2rem 4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__title {
    font-size: 3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--title {
    font-size: 4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--title span {
    font-size: 3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:first-of-type {
    font-size: 7.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:nth-of-type(2) {
    font-size: 20rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:last-of-type {
    font-size: 8rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub {
    gap: 6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti .subsidyStart__meti--title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding: 1.5rem 3rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti p {
    text-align: center;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti p img {
    width: 80%;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .subsidyStart__cash__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    border: 3px solid #ccc;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex {
    margin-top: 0;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text {
    font-size: 2.6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text span {
    font-size: 2.8rem;
    color: #FF0000;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text span span {
    font-size: 6rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex img {
    width: 95px;
  }
  #subsidyStart .subsidyStart__inner ul {
    font-size: 1.4rem;
  }
  #subsidyStart .subsidyStart__inner ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
}
@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;
  }
  #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__percent--title {
    font-size: 6vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 6vw 0;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:first-of-type {
    width: 100%;
    font-size: 10vw;
    margin-bottom: 5vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:nth-of-type(2) {
    font-size: 28vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__cost .subsidyStart__percent--parcent span:last-of-type {
    font-size: 10vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub {
    flex-flow: column;
    gap: 4rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__meti .subsidyStart__meti--title {
    display: table;
    font-size: 4vw;
    margin: 0 auto 4rem auto;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .subsidyStart__cash__title {
    font-size: 3.2vw;
    padding: 1.5rem;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex {
    justify-content: space-between;
    margin-top: -8vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text {
    font-size: 5vw;
    line-height: 1;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text span {
    font-size: 6vw;
    color: #FF0000;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex .subsidyStart__cash--text span span {
    font-size: 12vw;
  }
  #subsidyStart .subsidyStart__inner .subsidyStart__inner--sub .subsidyStart__block--cash .flex img {
    width: 30%;
    max-width: 174px;
  }
  #subsidyStart .subsidyStart__inner ul {
    font-size: 1.4rem;
  }
  #subsidyStart .subsidyStart__inner ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
}
#webmarketer {
  padding: 8rem 0;
  background: #F2F0EB;
}
#webmarketer .webmarketer__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1520px;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #webmarketer .webmarketer__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#webmarketer .webmarketer__inner .webmarketer__figure {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#webmarketer .webmarketer__inner .webmarketer__figure img {
  width: 100%;
}
#webmarketer .webmarketer__inner .webmarketer__title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 4rem;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo {
  display: inline-block;
  font-size: 3.6rem;
  margin: 0 1rem 1rem 0;
  padding: 0.4rem;
  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%);
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo .webmarketer__seo--inner {
  display: block;
  padding: 1rem 3rem;
  background: #ffffff;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo .webmarketer__seo--inner span {
  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;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web {
  display: inline-block;
  font-size: 3.6rem;
  color: #ffffff;
  margin: 0 1rem 1rem 1rem;
  padding: 0.4rem;
  background: linear-gradient(to right, rgb(200, 128, 63) 0%, rgb(255, 217, 0) 100%);
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web .webmarketer__web--inner {
  display: block;
  padding: 1rem 3rem;
  background: #ffffff;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web .webmarketer__web--inner span {
  background: linear-gradient(to right, rgb(200, 128, 63) 0%, rgb(255, 217, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai {
  display: inline-block;
  font-size: 3.6rem;
  color: #ffffff;
  margin: 0 0 1rem 1rem;
  padding: 0.4rem;
  background: linear-gradient(to right, rgb(217, 78, 78) 0%, rgb(234, 112, 204) 100%);
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai .webmarketer__ai--inner {
  display: block;
  padding: 1rem 3rem;
  background: #ffffff;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai .webmarketer__ai--inner span {
  background: linear-gradient(to right, rgb(217, 78, 78) 0%, rgb(234, 112, 204) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--main {
  display: inline-block;
  font-size: 4.2rem;
  margin: 1rem 0;
}
#webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--red {
  font-size: 6.4rem;
  font-weight: 900;
  color: #FF0000;
  line-height: 1.2;
}

@media screen and (max-width: 1500px) {
  #webmarketer .webmarketer__inner .webmarketer__title {
    font-size: 2.3vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo {
    font-size: 2.4vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web {
    font-size: 2.4vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai {
    font-size: 2.4vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--main {
    font-size: 3.4vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--red {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  #webmarketer .webmarketer__inner .webmarketer__title {
    font-size: 2.3vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo {
    font-size: 2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo .webmarketer__seo--inner {
    padding: 1rem 2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web {
    font-size: 2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web .webmarketer__web--inner {
    padding: 1rem 2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai {
    font-size: 2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai .webmarketer__ai--inner {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo .webmarketer__seo--inner {
    padding: 0.5rem 1rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web .webmarketer__web--inner {
    padding: 0.5rem 1rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai .webmarketer__ai--inner {
    padding: 0.5rem 1rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--main {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 750px) {
  #webmarketer {
    padding: 6vw 0;
  }
  #webmarketer .webmarketer__inner .webmarketer__title {
    margin-top: 3vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo {
    font-size: 4vw;
    padding: 0.2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--seo .webmarketer__seo--inner {
    padding: 0.5rem 1.5rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web {
    font-size: 4vw;
    padding: 0.2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--web .webmarketer__web--inner {
    padding: 0.5rem 1.5rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai {
    font-size: 4vw;
    padding: 0.2rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--ai .webmarketer__ai--inner {
    padding: 0.5rem 1.5rem;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--main {
    font-size: 4.6vw;
  }
  #webmarketer .webmarketer__inner .webmarketer__title .webmarketer__title--red {
    font-size: 6vw;
  }
}
#ai .ai__explanation {
  padding: 10rem 0 4rem 0;
  background: url(../images/ai/bg_ai_arrow02.svg) no-repeat center 101%/100% auto, url(../images/ai/bg_ai.webp) no-repeat center center/cover;
}
#ai .ai__explanation .explanation__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #ai .ai__explanation .explanation__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title {
  font-size: 5.4rem;
  font-weight: 900;
  color: #ffffff;
}
#ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--for {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000000;
  padding: 1rem 3rem 1rem 3rem;
  background: #ffffff;
  border-radius: 6rem;
}
#ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow {
  display: block;
  font-size: 8rem;
  color: #FFE400;
  margin: 4rem 0 2rem 0;
}
#ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow .explanation__title--small {
  font-size: 5.4rem;
}
#ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__copy {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 2rem 0;
}
#ai .ai__explanation .explanation__inner .explanation__inner--box p {
  font-size: 2.4rem;
  color: #ffffff;
}
#ai .ai__explanation .explanation__reason {
  text-align: center;
}
#ai .ai__explanation .explanation__reason p {
  display: table;
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
}
#ai .ai__explanation .explanation__reason p .explanation__reason--yellow {
  font-size: 5.4rem;
  color: #FFE400;
}
#ai .ai__explanation .explanation__reason p:before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 212px;
  vertical-align: middle;
  margin-right: rem;
  background: url(../images/ai/aroow.webp) no-repeat center center;
  position: absolute;
  left: -120px;
  top: -4rem;
}
#ai .ai__explanation .explanation__reason p:after {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 212px;
  vertical-align: middle;
  margin-right: rem;
  background: url(../images/ai/aroow.webp) no-repeat center center;
  position: absolute;
  right: -120px;
  top: -4rem;
}
#ai .ai__achievements {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  #ai .ai__achievements {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#ai .ai__achievements .achievements__box {
  width: 33.33%;
}
#ai .ai__achievements .achievements__box h3 {
  display: table;
  font-size: 2.2rem;
  font-weight: 700;
  color: #326BBD;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 2rem auto;
  padding: 0.8rem 3rem;
  border: 1px solid #326BBD;
  border-radius: 6rem;
}
#ai .ai__achievements .achievements__box .achievements__box--value {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
#ai .ai__achievements .achievements__box .achievements__box--value .achievements__box--percent {
  font-size: 10rem;
  color: #0C79EE;
}
#ai .ai__achievements .achievements__box .achievements__box--value .achievements__box--percent .achievements__box--number {
  font-size: 14rem;
  line-height: 14rem;
}
#ai .ai__achievements .achievements__box p small {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
#ai .ai__skill {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 940px;
  align-items: center;
  gap: 4rem;
  padding: 11rem 10rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ai .ai__skill {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#ai .ai__skill:before {
  content: " ";
  display: block;
  width: 100%;
  height: 511px;
  background: url(../images/ai/bg_skill.svg) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ai .ai__skill .skill__box {
  position: relative;
  z-index: 20;
}
#ai .ai__skill .skill__box .skill__box--title {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
#ai .ai__skill .skill__box .skill__box--title .skill__box--blue {
  display: block;
  font-size: 5.4rem;
  color: #0C79EE;
  margin-bottom: 2rem;
}
#ai .ai__skill .skill__box p {
  font-size: 2.4rem;
}
#ai .ai__skill .skill__box--illust {
  position: relative;
  z-index: 20;
}
#ai .ai__why {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  #ai .ai__why {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#ai .ai__why .why__titleh3 {
  font-size: 5.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
  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;
}
#ai .ai__why .why__titleh3 .why__titleh3--small {
  font-size: 3.2rem;
}
#ai .ai__why .why__titleh3 .why__titleh3--large {
  font-size: 8rem;
}
#ai .ai__why .why__copy {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
#ai .ai__why .why__illust {
  display: table;
  margin: 4rem auto 0 auto;
}
#ai .ai__why .why__box {
  margin-bottom: 10rem;
  padding: 4rem 10rem 8rem 10rem;
  background: #DBF1FF;
  position: relative;
}
#ai .ai__why .why__box .why__box--titleh4 {
  display: table;
  width: calc(100% + 8rem);
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 1.6rem 2rem;
  background: linear-gradient(to right, #0c79ee 0%, #27b9ff 100%);
  border-radius: 6rem;
  position: relative;
  left: -4rem;
  top: -7rem;
}
#ai .ai__why .why__box .why__box--titleh4:after {
  content: " ";
  display: block;
  width: 24px;
  border-top: 14px solid #1A9BF7;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 12px);
}
#ai .ai__why .why__box .why__box--titleh4 .why__box--yellow {
  font-size: 4rem;
  font-weight: 900;
  color: #FFE400;
}
#ai .ai__why .why__box .why__box--important {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
#ai .ai__why .why__box .why__box--important .why__box--red {
  font-size: 3.2rem;
  font-weight: 900;
  color: #FF0000;
}
#ai .ai__why .why__box .why__box--item {
  align-items: center;
  gap: 6rem;
  margin-bottom: 4rem;
}
#ai .ai__why .why__box .why__box--item:nth-of-type(2) {
  flex-flow: row-reverse;
}
#ai .ai__why .why__box .why__box--item:last-of-type {
  margin-bottom: 0;
}
#ai .ai__why .why__box .why__box--item .why__box--titleh5 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-left: 5rem;
  background: url(../images/ai/point.webp) no-repeat left top;
}
#ai .ai__why .why__box .why__box--item .why__box--titleh5 .why__box--blue {
  font-weight: 900;
  color: #0C79EE;
}
#ai .ai__why .why__box .why__box--item p {
  font-weight: 700;
}
#ai .ai__anxiety {
  background: url(../images/ai/bg_ai_arrow01.svg) no-repeat center bottom/cover, #F2F0EB;
  text-align: center;
}
#ai .ai__anxiety p {
  display: table;
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 auto;
  padding: 4rem 0 8rem 0;
  position: relative;
}
#ai .ai__anxiety p .anxiety--large {
  display: block;
  font-size: 4rem;
}
#ai .ai__anxiety p:before {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 212px;
  vertical-align: middle;
  margin-right: rem;
  background: url(../images/ai/aroow.webp) no-repeat center center;
  position: absolute;
  left: -120px;
  top: 0;
}
#ai .ai__anxiety p:after {
  content: " ";
  display: inline-block;
  width: 80px;
  height: 212px;
  vertical-align: middle;
  margin-right: rem;
  background: url(../images/ai/aroow.webp) no-repeat center center;
  position: absolute;
  right: -120px;
  top: 0;
}

@media screen and (max-width: 1400px) {
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title {
    font-size: 5rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--for {
    font-size: 2.8rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow {
    font-size: 6.4rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow .explanation__title--small {
    font-size: 5rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__copy {
    font-size: 3rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box p {
    font-size: 2rem;
  }
  #ai .ai__explanation .explanation__reason p {
    font-size: 3.2rem;
  }
  #ai .ai__explanation .explanation__reason p .explanation__reason--yellow {
    font-size: 5rem;
  }
  #ai .ai__achievements .achievements__box h3 {
    font-size: 2rem;
  }
  #ai .ai__achievements .achievements__box .achievements__box--value {
    font-size: 3rem;
  }
  #ai .ai__achievements .achievements__box .achievements__box--value .achievements__box--percent {
    font-size: 9rem;
  }
  #ai .ai__achievements .achievements__box .achievements__box--value .achievements__box--percent .achievements__box--number {
    font-size: 12rem;
    line-height: 12rem;
  }
  #ai .ai__skill:before {
    width: 95%;
    background-size: 100% auto;
  }
  #ai .ai__skill .skill__box .skill__box--title {
    font-size: 3rem;
  }
  #ai .ai__skill .skill__box .skill__box--title .skill__box--blue {
    font-size: 5rem;
  }
  #ai .ai__skill .skill__box p {
    font-size: 2rem;
  }
  #ai .ai__why .why__titleh3 {
    font-size: 5rem;
  }
  #ai .ai__why .why__copy {
    font-size: 3rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 {
    width: calc(100% + 10rem);
    font-size: 2.6rem;
    left: -5rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 .why__box--yellow {
    font-size: 3.8rem;
  }
  #ai .ai__why .why__box .why__box--important {
    font-size: 2rem;
  }
  #ai .ai__why .why__box .why__box--important .why__box--red {
    font-size: 3rem;
  }
  #ai .ai__why .why__box .why__box--item .why__box--titleh5 {
    font-size: 3rem;
  }
  #ai .ai__why .why__box .why__box--item .why__box--itemIllust {
    width: 48%;
  }
  #ai .ai__why .why__box .why__box--item .why__box--itemIllust img {
    width: 100%;
  }
  #ai .ai__why .why__box .why__box--item .why__box--itemBox {
    width: 52%;
  }
  #ai .ai__anxiety p {
    font-size: 3rem;
  }
  #ai .ai__anxiety p .anxiety--large {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title {
    font-size: 4.4rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow .explanation__title--small {
    display: block;
    margin-left: 1.6em;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__copy {
    font-size: 2.6rem;
  }
  #ai .ai__why .why__box {
    padding: 4rem 6rem 8rem 6rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 {
    width: calc(100% + 12rem);
    font-size: 2.2rem;
    left: -6rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 .why__box--yellow {
    font-size: 3.2rem;
  }
  #ai .ai__why .why__box .why__box--item .why__box--titleh5 {
    font-size: 2.6rem;
  }
  #ai .ai__anxiety p {
    font-size: 2.6rem;
  }
  #ai .ai__anxiety p .anxiety--large {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #ai .ai__explanation {
    padding-bottom: 6rem;
    background: url(../images/ai/bg_ai_arrow02.svg) no-repeat center bottom/104% auto, url(../images/ai/bg_ai.webp) no-repeat center center/cover;
  }
  #ai .ai__explanation .explanation__inner {
    flex-flow: column;
    align-items: center;
    gap: 4rem;
    padding-bottom: 8rem;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box {
    text-align: center;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow .explanation__title--small {
    margin-left: 0;
  }
  #ai .ai__achievements {
    flex-flow: column;
  }
  #ai .ai__achievements .achievements__box {
    width: 100%;
  }
  #ai .ai__achievements .achievements__box p {
    text-align: center;
  }
  #ai .ai__skill {
    flex-flow: column;
    padding: 11rem 6rem;
    position: relative;
  }
  #ai .ai__skill:before {
    content: " ";
    display: block;
    width: 100%;
    height: 511px;
    background: url(../images/ai/bg_skill.svg) no-repeat center center/cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  #ai .ai__skill .skill__box .skill__box--title {
    display: table;
    margin: 0 auto 3rem auto;
  }
  #ai .ai__skill .skill__box p {
    font-size: 2rem;
  }
  #ai .ai__why .why__titleh3 {
    font-size: 4.4rem;
  }
  #ai .ai__why .why__copy {
    font-size: 2.6rem;
  }
  #ai .ai__why .why__box {
    padding: 0 6rem 8rem 6rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 {
    width: calc(100% + 8rem);
    font-size: 2.6rem;
    left: -4rem;
    top: -5rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 .why__box--yellow {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 0.6rem;
  }
  #ai .ai__why .why__box .why__box--important {
    font-size: 2rem;
  }
  #ai .ai__why .why__box .why__box--important .why__box--red {
    display: block;
    font-size: 2.6rem;
    margin: 0.6rem 0;
  }
  #ai .ai__why .why__box .why__box--item {
    flex-flow: column;
  }
  #ai .ai__why .why__box .why__box--item:nth-of-type(2) {
    flex-flow: column;
  }
  #ai .ai__why .why__box .why__box--item .why__box--titleh5 {
    font-size: 3rem;
  }
  #ai .ai__why .why__box .why__box--item .why__box--itemIllust,
  #ai .ai__why .why__box .why__box--item .why__box--itemBox {
    width: 100%;
  }
  #ai .ai__why .why__box .why__box--item .why__box--itemIllust img {
    display: table;
    max-width: 400px;
    margin: 0 auto;
  }
  #ai .ai__anxiety {
    background: url(../images/ai/bg_ai_arrow01.svg) no-repeat center bottom/cover, #F2F0EB;
    text-align: center;
  }
  #ai .ai__anxiety p {
    display: table;
    font-size: 3.2rem;
    font-weight: 900;
    margin: 0 auto;
    padding: 4rem 0 8rem 0;
    position: relative;
  }
  #ai .ai__anxiety p .anxiety--large {
    display: block;
    font-size: 4rem;
  }
  #ai .ai__anxiety p:before {
    content: " ";
    display: inline-block;
    width: 80px;
    height: 212px;
    vertical-align: middle;
    margin-right: rem;
    background: url(../images/ai/aroow.webp) no-repeat center center;
    position: absolute;
    left: -120px;
    top: 0;
  }
  #ai .ai__anxiety p:after {
    content: " ";
    display: inline-block;
    width: 80px;
    height: 212px;
    vertical-align: middle;
    margin-right: rem;
    background: url(../images/ai/aroow.webp) no-repeat center center;
    position: absolute;
    right: -120px;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  #ai .ai__explanation {
    padding: 6vw 0;
  }
  #ai .ai__explanation .explanation__inner {
    padding-bottom: 4vw;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title {
    font-size: 6.5vw;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--for {
    font-size: 4.2vw;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow {
    font-size: 10vw;
    margin: 6vw 0 4vw 0;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__title .explanation__title--yellow .explanation__title--small {
    font-size: 7vw;
    margin: 2vw 0;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__copy {
    font-size: 5vw;
    text-align: left;
    margin: 4vw 0;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box .explanation__copy br {
    display: none;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--box p {
    font-size: 4vw;
    text-align: left;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--illust {
    width: 60%;
    max-width: 400px;
    margin-bottom: 4vw;
  }
  #ai .ai__explanation .explanation__inner .explanation__inner--illust img {
    width: 100%;
  }
  #ai .ai__explanation .explanation__reason p {
    font-size: 6vw;
  }
  #ai .ai__explanation .explanation__reason p .explanation__reason--yellow {
    font-size: 9vw;
  }
  #ai .ai__explanation .explanation__reason p:before {
    width: 50px;
    background: url(../images/ai/aroow.webp) no-repeat center center/100% auto;
    left: -60px;
  }
  #ai .ai__explanation .explanation__reason p:after {
    width: 50px;
    background: url(../images/ai/aroow.webp) no-repeat center center/100% auto;
    right: -60px;
  }
  #ai .ai__achievements {
    gap: 14vw;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  #ai .ai__achievements .achievements__box h3 {
    font-size: 4vw;
  }
  #ai .ai__achievements .achievements__box .achievements__box--value {
    font-size: 8vw;
  }
  #ai .ai__achievements .achievements__box .achievements__box--value .achievements__box--percent {
    font-size: 24vw;
  }
  #ai .ai__achievements .achievements__box .achievements__box--value .achievements__box--percent .achievements__box--number {
    font-size: 30vw;
    line-height: 30vw;
  }
  #ai .ai__skill {
    gap: 3vw;
    padding: 6vw 0;
  }
  #ai .ai__skill:before {
    width: 100%;
    height: 70vw;
    background: url(../images/ai/bg_skill_sp.svg) no-repeat center top/100% auto;
  }
  #ai .ai__skill .skill__box .skill__box--title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  #ai .ai__skill .skill__box .skill__box--title .skill__box--blue {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #ai .ai__skill .skill__box p {
    font-size: 1.6rem;
  }
  #ai .ai__skill .skill__box--illust {
    width: 20%;
  }
  #ai .ai__skill .skill__box--illust img {
    width: 100%;
  }
  #ai .ai__why {
    padding-top: 14vw;
  }
  #ai .ai__why .why__titleh3 {
    font-size: 10vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
  #ai .ai__why .why__titleh3 .why__titleh3--small {
    font-size: 5vw;
  }
  #ai .ai__why .why__titleh3 .why__titleh3--large {
    font-size: 12vw;
  }
  #ai .ai__why .why__copy {
    font-size: 5vw;
  }
  #ai .ai__why .why__illust {
    width: 70%;
    margin: 6vw auto 0 auto;
  }
  #ai .ai__why .why__illust img {
    width: 100%;
  }
  #ai .ai__why .why__box {
    margin-bottom: 14vw;
    padding: 8vw 4vw;
  }
  #ai .ai__why .why__box .why__box--titleh4 {
    width: 100%;
    font-size: 5vw;
    left: 0;
    top: -7rem;
    margin-bottom: -2em;
    border-radius: 1rem;
  }
  #ai .ai__why .why__box .why__box--titleh4 .why__box--yellow {
    font-size: 6vw;
  }
  #ai .ai__why .why__box .why__box--important {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  #ai .ai__why .why__box .why__box--important .why__box--red {
    font-size: 5vw;
    margin: 0;
  }
  #ai .ai__why .why__box .why__box--item {
    gap: 4vw;
    margin-bottom: 6vw;
  }
  #ai .ai__why .why__box .why__box--item .why__box--titleh5 {
    font-size: 5.4vw;
    margin-bottom: 4vw;
    padding-left: calc(20px + 1rem);
    background: url(../images/ai/point.webp) no-repeat left top/20px auto;
  }
  #ai .ai__why .why__box .why__box--item .why__box--titleh5 .why__box--blue {
    font-weight: 900;
    color: #0C79EE;
  }
  #ai .ai__why .why__box .why__box--item p {
    font-weight: 700;
  }
  #ai .ai__anxiety p {
    font-size: 5vw;
    padding: 4vw 0 16vw 0;
  }
  #ai .ai__anxiety p .anxiety--large {
    font-size: 6vw;
  }
  #ai .ai__anxiety p:before {
    width: 50px;
    background: url(../images/ai/aroow.webp) no-repeat center top/100% auto;
    left: -60px;
  }
  #ai .ai__anxiety p:after {
    width: 50px;
    background: url(../images/ai/aroow.webp) no-repeat center top/100% auto;
    right: -60px;
  }
}
#strength {
  padding: 10rem;
  background: #F2F0EB;
}
#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: #429FE2;
  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: #429FE2;
  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 #429FE2;
}
#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: #429FE2;
  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(66, 159, 226, 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 38vw 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: #429FE2;
}
#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: #429FE2;
}

@media screen and (max-width: 1600px) {
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card .strength__card--wrapper .strength__card--inner {
    width: 60%;
  }
  #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;
  }
  #strength .strength__inner .bx-wrapper .bx-viewport .strength__slides .strength__card.card02 .strength__card--wrapper {
    background: url(../images/strength/photo02.webp) no-repeat 32vw center/auto 100%;
  }
}
@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 top 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: #429FE2;
  }
  #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: #429FE2;
  }
}
@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--gradetion {
    display: block;
    margin-bottom: 1rem;
  }
  #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;
  }
}
#work .sample {
  padding: 10rem 0;
  background: url(../images/common/common_decoration_top02.svg) no-repeat left top, url(../images/common/common_decoration_bottom01.svg) no-repeat right bottom, linear-gradient(135deg, #0068d8 0%, #2f3056 100%);
}
#work .sample .sample__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1400px;
}
@media screen and (max-width: 750px) {
  #work .sample .sample__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#work .sample .sample__inner .work__title {
  font-size: 6.2rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 6rem;
}
#work .sample .sample__inner .work__title br {
  display: none;
}
#work .sample .sample__inner .sample--analysis {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
#work .sample .sample__inner .sample--analysis .sample--check {
  position: relative;
}
#work .sample .sample__inner .sample--analysis .sample--check:before {
  content: "●●";
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 2rem;
  position: absolute;
  top: -1.6rem;
  left: 1.2rem;
}
#work .sample .sample__inner .sample--analysis b {
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFE400;
}
#work .sample .sample__inner .sample__title {
  display: table;
  font-size: 3.2rem;
  color: #000000;
  margin: 6rem auto 8rem auto;
  padding: 2rem 10rem;
  background: #ffffff;
  border-radius: 6rem;
  position: relative;
}
#work .sample .sample__inner .sample__title .sample__balloon {
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  padding: 1rem 4rem;
  background: #FF0000;
  border-radius: 4rem;
  position: absolute;
  top: -4.5rem;
  left: calc(50% - 10rem);
}
#work .sample .sample__inner .sample__title .sample__balloon:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #FF0000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
}
#work .sample .sample__inner .sample__title .sample__green {
  color: #429FE2;
}
#work .sample .sample__inner .sample__table {
  align-items: end;
  gap: 6rem;
}
#work .sample .sample__inner .sample__table .sample__other {
  width: 36%;
  background: #EFEFEF;
  position: relative;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--title {
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  background: #757575;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--title h4 {
  font-size: 1.6vw;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--title p {
  font-size: 1vw;
}
#work .sample .sample__inner .sample__table .sample__other:before {
  content: " ";
  display: block;
  width: 100%;
  height: 16rem;
  background: url(../images/work/arrow.svg) no-repeat center top/100% auto;
  position: absolute;
  top: -18rem;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block {
  flex-flow: column;
  gap: 1.5rem;
  margin: 3rem;
  padding: 2rem;
  background: #ffffff;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E8E8E8;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 {
  align-items: center;
  gap: 2rem;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span {
  display: table;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span:first-of-type {
  font-size: 0.5vw;
  font-weight: 300;
  white-space: nowrap;
  color: #ffffff;
  padding: 0.5rem;
  background: #757575;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span:last-of-type {
  font-size: 0.6vw;
  font-weight: 400;
  line-height: 1.2;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item p {
  color: #FF0000;
  line-height: 1;
  text-align: right;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item p span {
  font-size: 0.5vw;
  white-space: nowrap;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--explanation {
  font-size: 2rem;
  text-align: center;
  margin: 3rem;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--explanation:after {
  content: " ";
  display: block;
  width: 74px;
  height: 22px;
  margin: 3rem auto;
  border-top: 22px solid #D9D9D9;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
}
#work .sample .sample__inner .sample__table .sample__other .sample__other--result {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #FF0000;
  margin: 3rem 3rem 0 3rem;
  padding-bottom: 3rem;
}
#work .sample .sample__inner .sample__table .sample__webmarks {
  width: 64%;
  padding: 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%);
  border: 5px solid #ffffff;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title {
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  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%);
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title h4 {
  font-size: 2.4vw;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title p {
  font-size: 1.4vw;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner {
  padding: 3rem 3rem 0 3rem;
  background: #ffffff;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block {
  flex-flow: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(90deg, rgba(166, 55, 130, 0.21) 0%, rgba(95, 105, 175, 0.2) 33%, rgba(56, 144, 177, 0.2) 66%, rgba(31, 171, 163, 0.2) 100%);
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #636363;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 {
  align-items: center;
  gap: 2rem;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span {
  display: table;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:first-of-type {
  display: flex;
  align-items: center;
  font-size: 0.8vw;
  font-weight: 400;
  white-space: nowrap;
  aspect-ratio: 1/1;
  padding: 1rem;
  background: #FFE400;
  border-radius: 50%;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.2;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type small {
  font-size: 1vw;
  font-weight: 400;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p {
  font-size: 2.8vw;
  font-weight: 700;
  color: #FF0000;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p span {
  font-size: 1.7vw;
  font-weight: 400;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p span:last-of-type {
  display: block;
  font-size: 0.9vw;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--explanation {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--explanation:after {
  content: " ";
  display: block;
  width: 74px;
  height: 22px;
  margin: 3rem auto;
  border-top: 22px solid #143D73;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
}
#work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--result {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  color: #FF0000;
  margin: 3rem 3rem 0 3rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1400px) {
  #work .sample .sample__inner .work__title {
    line-height: 1.4;
  }
  #work .sample .sample__inner .work__title br {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  #work .sample .sample__inner .sample__table .sample__other:before {
    top: -12rem;
  }
}
@media screen and (max-width: 1200px) {
  #work .sample {
    padding: 8rem 2rem;
  }
  #work .sample .sample__inner .sample--analysis {
    font-size: 2.8rem;
  }
  #work .sample .sample__inner .sample--analysis .sample--check:before {
    letter-spacing: 1.2rem;
    top: -1.4rem;
    left: 1.2rem;
  }
  #work .sample .sample__inner .sample--analysis b {
    font-size: 4.2rem;
  }
  #work .sample .sample__inner .sample__title {
    font-size: 3rem;
  }
  #work .sample .sample__inner .sample__title .sample__balloon {
    font-size: 1.8rem;
    top: -3.2rem;
  }
  #work .sample .sample__inner .sample__table {
    gap: 3rem;
  }
  #work .sample .sample__inner .sample__table .sample__other:before {
    top: -10rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title h4 {
    font-size: 2.4rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title p {
    font-size: 1.6rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--block .sample__webmarks--item p {
    font-size: 2.2rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--block .sample__webmarks--item p span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #work .sample .sample__inner .sample__table {
    flex-flow: column;
    align-items: center;
  }
  #work .sample .sample__inner .sample__table .sample__other,
  #work .sample .sample__inner .sample__table .sample__webmarks {
    width: 80%;
  }
  #work .sample .sample__inner .sample__table .sample__other:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #work .sample .sample__inner .sample--analysis {
    font-size: 2.4rem;
  }
  #work .sample .sample__inner .sample--analysis .sample--check:before {
    top: -1.2rem;
  }
  #work .sample .sample__inner .sample--analysis b {
    font-size: 3.4rem;
  }
  #work .sample .sample__inner .sample__title {
    font-size: 2.4rem;
    margin: 6rem auto;
    padding: 2rem 3rem;
  }
  #work .sample .sample__inner .sample__title .sample__balloon {
    font-size: 1.6rem;
    top: -3rem;
    left: calc(50% - 7rem);
  }
  #work .sample .sample__inner .sample__table {
    gap: 3rem;
  }
  #work .sample .sample__inner .sample__table .sample__other,
  #work .sample .sample__inner .sample__table .sample__webmarks {
    width: 100%;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--title h4 {
    font-size: 3rem;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--title p {
    font-size: 1.6rem;
  }
  #work .sample .sample__inner .sample__table .sample__other:before {
    display: none;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span:first-of-type {
    font-size: 1.4rem;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span:last-of-type {
    font-size: 1.6rem;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item p {
    font-size: 2.2rem;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item p span {
    font-size: 1.2rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title h4 {
    font-size: 3.2rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title p {
    font-size: 1.6rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:first-of-type {
    font-size: 1.4rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type {
    font-size: 1.6rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type small {
    font-size: 2rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p {
    font-size: 3.8rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p span {
    font-size: 1.6rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p span:last-of-type {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  #work .sample {
    padding: 10vw 0;
    background: url(../images/common/common_decoration_top02.svg) no-repeat left top/50% auto, url(../images/common/common_decoration_bottom01.svg) no-repeat right bottom/50% auto, linear-gradient(135deg, #0068d8 0%, #2f3056 100%);
  }
  #work .sample .sample__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #work .sample .sample__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #work .sample .sample__inner .work__title {
    font-size: 8vw;
    margin-bottom: 6vw;
  }
  #work .sample .sample__inner .sample--analysis {
    font-size: 4vw;
    line-height: 1.8;
  }
  #work .sample .sample__inner .sample--analysis .sample--check:before {
    font-size: 1vw;
    letter-spacing: 0.5rem;
    top: -0.6rem;
    left: 1rem;
  }
  #work .sample .sample__inner .sample--analysis b {
    font-size: 6vw;
  }
  #work .sample .sample__inner .sample__title {
    font-size: 4.2vw;
    text-align: center;
    margin: 6vw auto;
    padding: 2vw 6vw;
  }
  #work .sample .sample__inner .sample__title .sample__balloon {
    font-size: 3.4vw;
    padding: 1vw 4vw;
    top: -4vw;
    left: calc(50% - 10vw);
  }
  #work .sample .sample__inner .sample__title .sample__balloon:before {
    left: calc(50% - 0.4vw);
  }
  #work .sample .sample__inner .sample__title .sample__green {
    display: block;
    margin: 1vw 0 0 0;
  }
  #work .sample .sample__inner .sample__table {
    gap: 6vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--title h4 {
    font-size: 3.6vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--title p {
    font-size: 2.4vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block {
    margin: 3vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 {
    gap: 2vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span:first-of-type {
    font-size: 1.8vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item h5 span:last-of-type {
    font-size: 2vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item p {
    font-size: 2.4vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--block .sample__other--item p span {
    font-size: 1.6vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--explanation {
    font-size: 3.2vw;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--explanation:after {
    margin: 2rem auto;
  }
  #work .sample .sample__inner .sample__table .sample__other .sample__other--result {
    font-size: 4.2vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--title h4 {
    font-size: 4.6vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner {
    padding: 3vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block {
    margin: 0;
    padding: 2vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 {
    gap: 2vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:first-of-type {
    font-size: 1.4vw;
    padding: 0.5rem;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type {
    font-size: 2.4vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item h5 span:last-of-type small {
    font-size: 2vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p {
    font-size: 4vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p span {
    font-size: 2.2vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--block .sample__webmarks--item p span:last-of-type {
    font-size: 1.6vw;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--explanation {
    font-size: 3.2vw;
    margin: 6vw 0 3vw 0;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--explanation:after {
    margin: 2rem auto;
  }
  #work .sample .sample__inner .sample__table .sample__webmarks .sample__webmarks--inner .sample__webmarks--result {
    font-size: 4.2vw;
    margin: 6vw 0 0 0;
    padding-bottom: 0;
  }
}
#graduation {
  background: url(../images/graduation/bg_graduation.webp) no-repeat center center/cover;
}
#graduation .graduation__inner {
  padding: 20rem 10rem;
  background: linear-gradient(135deg, rgba(12, 121, 238, 0.9) 0%, rgba(104, 170, 237, 0.9) 50%, rgba(129, 209, 196, 0.9) 100%);
}
#graduation .graduation__inner .graduation__title {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 6.4rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 750px) {
  #graduation .graduation__inner .graduation__title {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#graduation .graduation__inner .graduation__title .graduation__title--small {
  font-size: 7.6rem;
}
#graduation .graduation__inner .graduation__title .graduation__title--large {
  font-size: 9.6rem;
  margin-left: 2rem;
}
#graduation .graduation__inner .graduation__title .graduation__title--large:before {
  content: " ";
  display: inline-block;
  width: 43px;
  height: 56px;
  vertical-align: top;
  margin-right: 2rem;
  background: url(../images/graduation/point.svg) no-repeat left center;
}
#graduation .graduation__inner .graduation__title .graduation__title--large:after {
  content: " ";
  display: inline-block;
  width: 43px;
  height: 56px;
  vertical-align: top;
  margin-left: 2rem;
  background: url(../images/graduation/point.svg) no-repeat left center;
  transform: scale(-1, 1);
}
#graduation .graduation__inner .graduation__list {
  width: 100%;
  max-width: 1400px;
  align-items: center;
  margin: 4rem auto;
  background: #fff;
}
#graduation .graduation__inner .graduation__list .graduation__box {
  display: table;
  width: 60%;
  padding: 3rem 4rem;
  background: #ffffff;
}
#graduation .graduation__inner .graduation__list .graduation__box .graduation__box--list {
  font-size: 1.8vw;
  font-weight: 700;
}
#graduation .graduation__inner .graduation__list .graduation__box .graduation__box--list li:before {
  content: "✓";
  display: inline-block;
  color: #1B7EA6;
  vertical-align: middle;
  margin-right: 1rem;
}
#graduation .graduation__inner .graduation__list .graduation__box .graduation__boxr--note {
  font-size: 1.4rem;
  margin-top: 2rem;
}
#graduation .graduation__inner .graduation__list .graduation__box .graduation__boxr--note li {
  text-indent: -1em;
  margin-left: 1em;
}
#graduation .graduation__inner .graduation__list .bx-wrapper {
  width: 40%;
  max-width: 580px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
#graduation .graduation__inner .graduation__list .bx-wrapper .graduation__slider .graduation__slider--card img {
  width: 100%;
}
#graduation .graduation__inner .graduation__list .bx-wrapper .bx-prev,
#graduation .graduation__inner .graduation__list .bx-wrapper .bx-next {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  color: #ffffff;
  aspect-ratio: 1/1;
  margin-top: -3rem;
  padding: 0 2rem;
  border-radius: 50%;
  background: #429FE2;
}
#graduation .graduation__inner .graduation__list .bx-wrapper .bx-prev:after,
#graduation .graduation__inner .graduation__list .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;
}
#graduation .graduation__inner .graduation__list .bx-wrapper .bx-prev {
  left: 4rem;
}
#graduation .graduation__inner .graduation__list .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#graduation .graduation__inner .graduation__list .bx-wrapper .bx-next {
  right: 4rem;
}

@media screen and (max-width: 1200px) {
  #graduation .graduation__inner {
    padding: 20rem 4rem;
  }
  #graduation .graduation__inner .graduation__title {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  #graduation .graduation__inner .graduation__title {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #graduation .graduation__inner .graduation__title .graduation__title--long {
    width: 90%;
    font-size: 3rem;
  }
  #graduation .graduation__inner .graduation__box {
    padding: 3rem;
  }
  #graduation .graduation__inner .graduation__box .graduation__box--list {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #graduation .graduation__inner {
    padding: 6rem 3rem;
  }
  #graduation .graduation__inner .graduation__title {
    font-size: 5vw;
  }
  #graduation .graduation__inner .graduation__title .graduation__title--small {
    font-size: 6.4vw;
  }
  #graduation .graduation__inner .graduation__title .graduation__title--large {
    font-size: 9vw;
  }
  #graduation .graduation__inner .graduation__list {
    flex-flow: column;
  }
  #graduation .graduation__inner .graduation__list .graduation__box {
    width: 100%;
  }
  #graduation .graduation__inner .graduation__list .graduation__box .graduation__box--list {
    font-size: 2.4rem;
  }
  #graduation .graduation__inner .graduation__list .bx-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #graduation .graduation__inner {
    padding: 12vw 0 10vw 0;
  }
  #graduation .graduation__inner .graduation__title .graduation__title--large {
    margin-left: 1rem;
  }
  #graduation .graduation__inner .graduation__title .graduation__title--large:before {
    width: 15px;
    height: 40px;
    margin-right: 1rem;
    background: url(../images/graduation/point.svg) no-repeat left top/100% auto;
  }
  #graduation .graduation__inner .graduation__title .graduation__title--large:after {
    width: 15px;
    height: 40px;
    margin-left: 1rem;
    background: url(../images/graduation/point.svg) no-repeat left top/100% auto;
  }
  #graduation .graduation__inner .graduation__list {
    flex-flow: column;
    width: calc(100% - 4vw);
    margin: 4vw 2vw;
  }
  #graduation .graduation__inner .graduation__list .graduation__box {
    width: 100%;
    padding: 3vw;
  }
  #graduation .graduation__inner .graduation__list .graduation__box .graduation__box--list {
    font-size: 4vw;
  }
  #graduation .graduation__inner .graduation__list .graduation__box .graduation__boxr--note {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  #graduation .graduation__inner .graduation__list .graduation__box .graduation__boxr--note li {
    text-indent: -1em;
    margin-left: 1em;
  }
  #graduation .graduation__inner .graduation__list .bx-wrapper {
    width: 100%;
    max-width: 100%;
  }
  #graduation .graduation__inner .graduation__list .bx-wrapper .bx-prev,
  #graduation .graduation__inner .graduation__list .bx-wrapper .bx-next {
    display: none;
  }
}
#reason {
  padding: 14rem 0;
  background: url(../images/reason/bg_reason.webp) no-repeat center bottom/100% auto;
}
#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 {
  justify-content: center;
  align-items: flex-end;
  font-size: 9.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 10rem auto;
  position: relative;
}
#reason .reason__inner .reason__title .reason__title--small {
  display: inline-block;
  font-size: 3.2rem;
  margin-right: 5rem;
  padding: 0.8rem 0;
  background: #FFE400;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 2px solid #FEE800;
  border-bottom: 2px solid #FEE800;
}
#reason .reason__inner .reason__title .reason__title--small:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 3rem;
  background: #FEE800;
}
#reason .reason__inner .reason__title .reason__title--small:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3rem;
  background: #FEE800;
}
#reason .reason__inner .reason__title .reason__title--red {
  font-size: 28rem;
  color: #FF0000;
  line-height: 20rem;
  margin-right: -2rem;
  background: linear-gradient(170deg, rgb(255, 228, 0) 0%, rgb(249, 182, 7) 50%, rgb(252, 146, 6) 50%, rgb(252, 146, 6) 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:nth-of-type(3) {
  font-size: 9.6rem;
  line-height: 10rem;
  margin: 0;
  background: linear-gradient(178deg, rgb(255, 223, 90) 1%, rgb(255, 244, 199) 50%, rgb(255, 228, 0) 50%, rgb(164, 98, 44) 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;
  line-height: 15rem;
  margin: 0;
  background: linear-gradient(178deg, rgb(255, 223, 90) 1%, rgb(255, 244, 199) 50%, rgb(255, 228, 0) 50%, rgb(164, 98, 44) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#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;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
}

@media screen and (max-width: 1400px) {
  #reason .reason__inner {
    padding: 0 6rem;
  }
  #reason .reason__inner .reason__title {
    font-size: 9.6rem;
  }
  #reason .reason__inner .reason__title .reason__title--small {
    font-size: 2vw;
  }
  #reason .reason__inner .reason__title .reason__title--red {
    font-size: 20vw;
    line-height: 16vw;
  }
  #reason .reason__inner .reason__title .reason__title--red:nth-of-type(3) {
    font-size: 8vw;
    line-height: 8vw;
  }
  #reason .reason__inner .reason__title .reason__title--red:last-of-type {
    font-size: 10vw;
    line-height: 10vw;
  }
  #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;
  }
}
@media screen and (max-width: 1024px) {
  #reason .reason__inner {
    padding: 0 4rem;
  }
  #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 {
    flex-wrap: wrap;
    margin-bottom: 10vw;
    padding: 0 14vw;
  }
  #reason .reason__inner .reason__title .reason__title--small {
    width: 100%;
    font-size: 4.25vw;
    margin: 0 0 6vw 0;
  }
  #reason .reason__inner .reason__title .reason__title--small:before {
    height: 1px;
    margin-bottom: 1.5rem;
  }
  #reason .reason__inner .reason__title .reason__title--small:after {
    height: 1px;
    margin-top: 1.5rem;
  }
  #reason .reason__inner .reason__title .reason__title--red {
    font-size: 28vw;
    line-height: 20vw;
  }
  #reason .reason__inner .reason__title .reason__title--red:nth-of-type(3) {
    font-size: 10vw;
    line-height: 10vw;
  }
  #reason .reason__inner .reason__title .reason__title--red:last-of-type {
    font-size: 14vw;
    line-height: 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;
  }
}
#achievement {
  padding: 0 0 14rem 0;
  background: url(../images/achievement/light_left.svg) no-repeat left 40rem, url(../images/achievement/light_right.svg) no-repeat right 70rem;
  position: relative;
}
#achievement:after {
  content: " ";
  display: block;
  width: 100%;
  height: 16px;
  background: linear-gradient(135deg, rgb(255, 228, 0) 1%, rgb(255, 242, 155) 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(135deg, rgb(255, 228, 0) 1%, rgb(255, 242, 155) 100%);
  position: relative;
}
#achievement .achievement__so:before {
  content: " ";
  display: block;
  width: 44px;
  border-top: 30px solid #2E5D88;
  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 #FFEB4F;
  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;
  line-height: 0.8;
  margin: 0 auto 4rem auto;
}
#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/graph02.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 auto;
  }
  #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;
  }
  #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 #2e618a;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: calc(50% - 15px);
  }
  #achievement .achievement__so:after {
    width: 30px;
    border-top: 20px solid #ffed60;
    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;
    line-height: 0;
    margin: 0 auto 3rem auto;
  }
  #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: #F2F0EB;
}
#changeCaseSlide .changeCaseSlide__inner .changeCaseSlide__title {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  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: #429FE2;
  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 #429FE2;
  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: #429FE2;
  border-color: #429FE2;
}
#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: #429FE2;
}
#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: #429FE2;
}
#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: #429FE2;
}

@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;
  }
}
#sideJobFreelanceSlide {
  width: 100%;
  padding: 0 0 12rem 0;
  background: #F2F0EB;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .sideJobFreelanceSlide__title {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5rem;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper {
  max-width: 100% !important;
  padding: 0 4rem;
  background: none;
  border: none;
  box-shadow: none;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider {
  display: flex;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card {
  display: flex;
  flex-flow: column;
  width: calc((100vw - 8rem) / 4 - 3rem) !important;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card img {
  width: 100%;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--name {
  font-size: 2.4;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem;
  background: #429FE2;
  border-radius: 1.5rem;
  position: relative;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--name span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--name:after {
  content: " ";
  display: block;
  width: 10px;
  height: 13px;
  border-top: 10px solid #429FE2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -13px;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.4rem;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner h4 {
  width: 9rem;
  font-weight: 400;
  text-align: center;
  padding: 0.75rem 0 0.5rem 0;
  border: 1px solid #cccccc;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner h4:nth-of-type(3), #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner h4:last-of-type {
  font-size: 1.6rem;
  color: #429FE2;
  border-color: #429FE2;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner p {
  width: calc(100% - 1.5rem - 9rem);
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner p:nth-of-type(3), #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner p:last-of-type {
  font-size: 1.6rem;
  font-weight: 700;
  color: #429FE2;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-prev,
#sideJobFreelanceSlide .sideJobFreelanceSlide__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: #429FE2;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-prev:after,
#sideJobFreelanceSlide .sideJobFreelanceSlide__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;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-prev:after {
  transform: rotate(180deg);
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-pager {
  padding-top: 5rem !important;
  left: -2rem;
  bottom: -5rem;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cccccc;
}
#sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a:hover, #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #429FE2;
}

@media screen and (max-width: 1200px) {
  #sideJobFreelanceSlide {
    padding: 0 0 10rem 0;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card {
    width: calc((100vw - 8rem) / 3 - 3rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .sideJobFreelanceSlide__title {
    font-size: 3.2rem;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper {
    padding: 0 2rem 0 3rem;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card {
    width: calc((100vw - 4rem) / 2 - 3rem) !important;
  }
}
@media screen and (max-width: 750px) {
  #sideJobFreelanceSlide {
    padding-bottom: 8vw;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .sideJobFreelanceSlide__title {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper {
    margin-bottom: 0 !important;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card {
    width: calc((100vw - 8rem) / 1 + 2rem) !important;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--name {
    font-size: 4vw;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--name span {
    font-size: 3vw;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner {
    font-size: 1.6rem;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner h4:nth-of-type(3), #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner h4:last-of-type {
    font-size: 1.8rem;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner p:nth-of-type(3), #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .sideJobFreelanceSlide__slider .sideJobFreelanceSlide__card .sideJobFreelanceSlide__card--job .sideJobFreelanceSlide__card--inner p:last-of-type {
    font-size: 1.8rem;
  }
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-pager,
  #sideJobFreelanceSlide .sideJobFreelanceSlide__inner .bx-wrapper .bx-has-pager {
    display: none;
  }
}
#skill {
  padding: 10rem 0;
  background: url(../images/skill/bg_skill.webp) no-repeat center center/cover, linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
}
#skill .skill__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 11rem;
  padding-right: 11rem;
}
@media screen and (max-width: 750px) {
  #skill .skill__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#skill .skill__inner .skill__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
#skill .skill__inner .skill__title .skill__title--large {
  font-size: 4rem;
}
#skill .skill__inner .skill__title .skill__title--balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  color: #000000;
  margin-top: 3rem;
  position: relative;
}
#skill .skill__inner .skill__title .skill__title--balloon .skill__title--marketing {
  display: inline-block;
  font-size: 6.4rem;
  font-weight: 900;
  margin-right: -3rem;
  padding: 1.25rem 6rem 1.5rem 6rem;
  background: #ffffff;
  border-radius: 6rem;
  position: relative;
  z-index: 10;
}
#skill .skill__inner .skill__title .skill__title--balloon .skill__title--marketing span {
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#skill .skill__inner .skill__title .skill__title--balloon .skill__title--plus {
  position: relative;
  z-index: 20;
}
#skill .skill__inner .skill__title .skill__title--balloon .skill__title--ai {
  display: inline-block;
  font-size: 6.4rem;
  font-weight: 900;
  margin-left: -3rem;
  padding: 1.25rem 6rem 1.5rem 6rem;
  background: #ffffff;
  border-radius: 6rem;
  position: relative;
  z-index: 10;
}
#skill .skill__inner .skill__title .skill__title--balloon .skill__title--ai span {
  background: linear-gradient(135deg, rgb(255, 0, 0) 0%, rgb(255, 129, 156) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#skill .skill__inner .skill__item {
  flex-flow: column;
  padding: 3rem 0;
  border-bottom: 2px solid #ffffff;
  position: relative;
}
#skill .skill__inner .skill__item:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  bottom: -5px;
  right: 0;
}
#skill .skill__inner .skill__item .skill__item--title {
  display: flex;
  align-items: center;
}
#skill .skill__inner .skill__item .skill__item--title .skill__item--number {
  font-size: 9.2rem;
  color: #FFE400;
  line-height: 8rem;
  padding-right: calc(6rem + 40px);
  position: relative;
}
#skill .skill__inner .skill__item .skill__item--title .skill__item--number:after {
  content: " ";
  display: inline-block;
  width: 40px;
  height: 34px;
  margin: 0 3rem;
  background: url(../images/skill/arrow.svg) no-repeat center center;
  position: absolute;
  top: calc(50% - 17px);
}
#skill .skill__inner .skill__item .skill__item--title .skill__item--subtitle {
  width: calc(100% - 9.2rem - 40px - 8rem);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
#skill .skill__inner .skill__item .skill__item--box {
  width: calc(100% - 17.2rem - 40px);
  color: #ffffff;
  margin-left: calc(17.2rem + 40px);
}

@media screen and (max-width: 1200px) {
  #skill .skill__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  #skill .skill__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #skill .skill__inner .skill__title .skill__title--balloon {
    flex-flow: column;
    font-size: 4.8rem;
  }
  #skill .skill__inner .skill__title .skill__title--balloon .skill__title--marketing {
    margin: 0 0 -2rem 0;
  }
  #skill .skill__inner .skill__title .skill__title--balloon .skill__title--ai {
    margin: -2rem 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  #skill {
    padding: 10vw 0;
  }
  #skill .skill__inner {
    padding: 0;
  }
  #skill .skill__inner .skill__title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  #skill .skill__inner .skill__title .skill__title--large {
    font-size: 7vw;
  }
  #skill .skill__inner .skill__title .skill__title--balloon {
    font-size: 10vw;
    font-weight: 500;
    margin-top: 4vw;
  }
  #skill .skill__inner .skill__title .skill__title--balloon .skill__title--marketing {
    font-size: 10vw;
    margin-bottom: -4vw;
    padding: 1.25rem 3rem 1.5rem 3rem;
    border-radius: 6rem;
  }
  #skill .skill__inner .skill__title .skill__title--balloon .skill__title--ai {
    font-size: 10vw;
    margin-top: -4vw;
    padding: 1.25rem 3rem 1.5rem 3rem;
    border-radius: 6rem;
  }
  #skill .skill__inner .skill__item {
    flex-flow: column;
    padding: 4vw 0;
    border-bottom: 1px solid #ffffff;
  }
  #skill .skill__inner .skill__item:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    bottom: -4px;
    right: 0;
  }
  #skill .skill__inner .skill__item .skill__item--title {
    flex-flow: column;
  }
  #skill .skill__inner .skill__item .skill__item--title .skill__item--number {
    font-size: 20vw;
    padding: 0 0 4vw 0;
  }
  #skill .skill__inner .skill__item .skill__item--title .skill__item--number:after {
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
    position: relative;
    top: 4vw;
  }
  #skill .skill__inner .skill__item .skill__item--title .skill__item--subtitle {
    font-size: 6vw;
    text-align: center;
    margin-top: 5vw;
  }
  #skill .skill__inner .skill__item .skill__item--box {
    width: 100%;
    margin: 0;
    padding: 8vw 0 0 0;
  }
}
#course {
  padding: 0 0 10rem 0;
  overflow: hidden;
}
#course .course__curriculum {
  padding: 10rem 0;
  background: url(../images/common/common_decoration_top01.svg) no-repeat left top, linear-gradient(135deg, #d8f5ff 0%, #ffffff 20%, #ffffff 80%, #d8f5ff 100%);
}
#course .course__curriculum .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__curriculum .course__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#course .course__curriculum .course__inner .curriculum__title {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: center;
  margin: 0 0 4rem 0;
}
#course .course__curriculum .course__inner .curriculum__sametime {
  max-width: 1260px;
  text-align: center;
  margin: 0 auto 2rem auto;
  padding: 0 2rem;
  position: relative;
}
#course .course__curriculum .course__inner .curriculum__sametime::after {
  content: " ";
  display: block;
  width: calc(100% - 5.6rem - 60px);
  height: 8px;
  background: #FF0000;
  position: absolute;
  left: calc(2rem + 30px);
  top: 50%;
  z-index: 10;
}
#course .course__curriculum .course__inner .curriculum__sametime .curriculum__sametime--inner .curriculum__sametime--balloon {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.25rem 6rem 1.5rem 6rem;
  background: #FF0000;
  border-radius: 6rem;
  position: relative;
  z-index: 20;
}
#course .course__curriculum .course__inner .curriculum__sametime .curriculum__sametime--inner .curriculum__sametime--balloon .curriculum__sametime--large {
  font-size: 3.2rem;
}
#course .course__curriculum .course__inner .curriculum__sametime .curriculum__sametime--inner:before {
  content: " ";
  display: block;
  width: 34px;
  border-right: 34px solid #FF0000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 2rem;
  top: calc(50% - 17px);
}
#course .course__curriculum .course__inner .curriculum__sametime .curriculum__sametime--inner:after {
  content: " ";
  display: block;
  width: 34px;
  border-left: 34px solid #FF0000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: 3.6rem;
  top: calc(50% - 17px);
}
#course .course__curriculum .course__inner .curriculum__box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1260px;
  flex-wrap: wrap;
  gap: 3.6rem;
  margin: 0 auto 3.6rem auto;
}
@media screen and (max-width: 750px) {
  #course .course__curriculum .course__inner .curriculum__box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item {
  flex-flow: column;
  gap: 2rem;
  width: calc(33.33% - 3.6rem);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--period {
  display: block;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 3rem;
  background: #CCCCCC;
  position: relative;
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--period:after {
  content: " ";
  display: block;
  width: 20px;
  height: 4rem;
  border-left: 20px solid #cccccc;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--name {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  padding: 1rem 3rem;
  background: #123955;
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item .curriculum__item--illust {
  display: table;
  width: 70%;
  margin: 0 auto;
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item .curriculum__item--illust img {
  width: 100%;
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item p {
  padding: 0 2rem 2rem 2rem;
}
#course .course__curriculum .course__inner .curriculum__box .curriculum__item p.curriculum__item--note {
  font-size: 1.4rem;
  margin-top: -2rem;
  padding: 0 2rem 2rem 2rem;
}
#course .course__curriculum .course__inner .button__yellowMiddle {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--name {
    min-height: 10rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1200px) {
  #course .course__curriculum .course__inner .curriculum__title {
    font-size: 3.6rem;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--period {
    font-size: 1.6rem;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--name {
    min-height: 8rem;
    font-size: 2.2rem;
    padding: 0.5rem 3rem;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item p {
    padding: 1.5rem;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button a {
    font-size: 2.6rem;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #course .course__curriculum .course__inner .curriculum__title {
    font-size: 3rem;
  }
  #course .course__curriculum .course__inner .curriculum__sametime::after {
    content: " ";
    display: block;
    width: calc(100% - 5.6rem - 60px);
    height: 8px;
    background: #FF0000;
    position: absolute;
    left: calc(2rem + 30px);
    top: 50%;
    z-index: 10;
  }
  #course .course__curriculum .course__inner .curriculum__sametime .curriculum__sametime--inner .curriculum__sametime--balloon {
    font-size: 1.8rem;
    padding: 1.25rem 4rem 1.5rem 4rem;
  }
  #course .course__curriculum .course__inner .curriculum__sametime .curriculum__sametime--inner .curriculum__sametime--balloon .curriculum__sametime--large {
    font-size: 2.4rem;
  }
  #course .course__curriculum .course__inner .curriculum__box {
    gap: 3.2rem;
    padding: 0;
    margin: 4rem auto 3.2rem auto;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item {
    width: calc(33.33% - 2.9rem);
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--period {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--name {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1rem;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item p {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button {
    margin: 0 auto 6rem auto;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button a {
    font-size: 2.6rem;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
    display: table;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FF0000;
  }
  #course .course__curriculum .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: 0 0 10vw 0;
  }
  #course .course__curriculum {
    padding-top: 10vw;
    background: url(../images/common/common_decoration_top01.svg) no-repeat left top/50% auto, linear-gradient(135deg, #d8f5ff 0%, #ffffff 20%, #ffffff 80%, #d8f5ff 100%);
  }
  #course .course__curriculum .course__inner .course__inner--button a {
    gap: 3vw;
    font-size: 5vw;
    padding: 3vw 9vw;
  }
  #course .course__curriculum .course__inner .course__inner--button a .course__inner--button--text span {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  #course .course__curriculum .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__curriculum .course__inner .curriculum__title {
    font-size: 6vw;
    margin: 10vw 0 6vw 0;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex {
    display: flex;
    gap: 3vw;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex .curriculum__sametime {
    width: 8vw;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto;
    padding: 0;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex .curriculum__sametime::after {
    width: 4px;
    height: calc(100% - 10vw);
    background: #FF0000;
    position: absolute;
    left: calc(50% - 2px);
    top: 2vw;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex .curriculum__sametime .curriculum__sametime--inner .curriculum__sametime--balloon {
    font-size: 4vw;
    margin: 0 auto;
    padding: 2rem 0;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex .curriculum__sametime .curriculum__sametime--inner .curriculum__sametime--balloon .curriculum__sametime--large {
    font-size: 5vw;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex .curriculum__sametime .curriculum__sametime--inner:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #FF0000;
    position: absolute;
    left: calc(50% - 10px);
    top: -5vw;
  }
  #course .course__curriculum .course__inner .curriculum__sametime--flex .curriculum__sametime .curriculum__sametime--inner:after {
    width: 20px;
    border-left: 10px solid transparent;
    border-top: 20px solid #FF0000;
    border-right: 10px solid transparent;
    right: calc(50% - 10px);
    top: auto;
    bottom: 0;
  }
  #course .course__curriculum .course__inner .curriculum__box {
    flex-flow: column;
    gap: 3.2rem;
    margin: 0 auto 8vw auto;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item {
    width: 100%;
    box-shadow: none;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--period {
    font-size: 3.4vw;
    padding: 0 2vw;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--name {
    font-size: 4.8vw;
    min-height: auto;
    padding: 2vw;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item h3 .curriculum__item--name br {
    display: none;
  }
  #course .course__curriculum .course__inner .curriculum__box .curriculum__item p {
    padding: 0;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button {
    margin: 0 auto 10vw auto;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button a {
    gap: 3vw;
    font-size: 5vw;
    padding: 3vw 9vw;
  }
  #course .course__curriculum .course__inner .curriculum__inner--button a .curriculum__inner--button--text span {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
  #course .course__curriculum .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: 7.5rem;
  background: #EFEFEF url(../images/courseSEO/visual.webp) no-repeat right center/auto 130%;
}
#courseDetails #courseSEO .courseSEO__block--title h3 {
  display: table;
  width: 65%;
  font-size: 7.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  padding: 6rem;
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
}
#courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
  display: table;
  font-size: 3.2rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 2rem;
  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: #429FE2;
}
#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, #0c79ee 0%, #68aaed 50%, #81d1c4 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 #429FE2;
  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 {
    width: 75%;
    font-size: 4.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 0 70vw 0;
    background: #EFEFEF url(../images/courseSEO/visual.webp) no-repeat center bottom/100% auto;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 {
    width: 100%;
    font-size: 8vw;
    text-align: center;
    padding: 4vw;
  }
  #courseDetails #courseSEO .courseSEO__block--title h3 .courseSEO__title--period {
    font-size: 3vw;
    margin: 0 auto 3vw 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: 7.5rem;
  background: #EFEFEF url(../images/courseWeb/visual.webp) no-repeat right center/auto 130%;
}
#courseDetails #courseWeb .courseWeb__block--title h3 {
  display: table;
  width: 65%;
  font-size: 7.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  padding: 6rem;
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
}
#courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
  display: table;
  font-size: 3.2rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 2rem;
  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: #429FE2;
}
#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, #0c79ee 0%, #68aaed 50%, #81d1c4 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 #429FE2;
  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, #0c79ee 0%, #68aaed 50%, #81d1c4 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: #429FE2;
}
#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: #429FE2;
  }
  #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 {
    width: 75%;
    font-size: 4.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 0 70vw 0;
    background: url(../images/courseWeb/visual.webp) no-repeat center bottom/100% auto;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 {
    width: 100%;
    font-size: 8vw;
    text-align: center;
    padding: 4vw;
  }
  #courseDetails #courseWeb .courseWeb__block--title h3 .courseWeb__title--period {
    font-size: 3vw;
    margin: 0 auto 3vw 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: 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: #429FE2;
  }
  #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 .courseSpecial__block--title {
  padding: 7.5rem;
  background: #EFEFEF url(../images/courseSpecial/visual.webp) no-repeat right center/auto 130%;
}
#courseDetails #courseSpecial .courseSpecial__block--title .courseSpecial__title--main {
  display: table;
  width: 65%;
  padding: 6rem;
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
}
#courseDetails #courseSpecial .courseSpecial__block--title h3 {
  font-size: 7.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#courseDetails #courseSpecial .courseSpecial__block--title h3 .courseSpecial__title--period {
  display: table;
  font-size: 3.2rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 2rem;
  padding: 0.8rem 1rem;
  background: #ffffff;
}
#courseDetails #courseSpecial .courseSpecial__block--title ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2.6rem;
  color: #ffffff;
  list-style: disc;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #courseDetails #courseSpecial .courseSpecial__block--title ul {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#courseDetails #courseSpecial .courseSpecial__block--title ul li {
  width: 100%;
}
#courseDetails #courseSpecial .courseSpecial__list {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1600px;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  #courseDetails #courseSpecial .courseSpecial__list {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#courseDetails #courseSpecial .courseSpecial__list li {
  width: calc(25% - 1.6rem);
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
#courseDetails #courseSpecial .courseSpecial__list li img {
  width: 100%;
  margin-bottom: 1rem;
}
#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: 1400px) {
  #courseDetails #courseSpecial .courseSpecial__list li {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1300px) {
  #courseDetails #courseSpecial {
    padding-bottom: 10rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title {
    padding: 5rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title .courseSpecial__title--main {
    padding: 6rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 {
    font-size: 6rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 .courseSpecial__title--period {
    font-size: 2.6rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title ul {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  #courseDetails #courseSpecial .courseSpecial__block--title {
    padding: 4rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title .courseSpecial__title--main {
    padding: 4rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 {
    font-size: 5rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 .courseSpecial__title--period {
    font-size: 2rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title ul li {
    font-size: 2rem;
  }
  #courseDetails #courseSpecial .courseSpecial__list li {
    font-size: 2rem;
  }
  #courseDetails .courseSpecial__copy {
    font-size: 2.8rem;
    margin: 4rem 2rem 6rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #courseDetails #courseSpecial {
    padding-bottom: 6rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title {
    padding: 3rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title .courseSpecial__title--main {
    width: 75%;
    padding: 3rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 {
    font-size: 4.2rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 .courseSpecial__title--period {
    font-size: 1.6rem;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title ul {
    margin-left: 0;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title ul li {
    font-size: 1.6rem;
  }
  #courseDetails #courseSpecial .courseSpecial__list {
    justify-content: center;
  }
  #courseDetails #courseSpecial .courseSpecial__list li {
    font-size: 1.8rem;
  }
  #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 {
    padding-bottom: 8vw;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title {
    padding: 0 0 70vw 0;
    background: url(../images/courseSpecial/visual.webp) no-repeat right bottom/110% auto;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title .courseSpecial__title--main {
    width: 100%;
    padding: 4vw;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 {
    font-size: 8vw;
    text-align: center;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title h3 .courseSpecial__title--period {
    font-size: 3vw;
    margin: 0 auto 3vw auto;
  }
  #courseDetails #courseSpecial .courseSpecial__block--title ul {
    margin-left: 1em;
  }
  #courseDetails #courseSpecial .courseSpecial__list {
    gap: 3vw;
    margin-top: 6vw;
  }
  #courseDetails #courseSpecial .courseSpecial__list li {
    width: calc(50% - 1.6vw);
    font-size: 4.6vw;
  }
  #courseDetails #courseSpecial .courseSpecial__list li img {
    margin-bottom: 2vw;
  }
  #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;
  }
}
#studentsVoiceSlide {
  width: 100%;
  padding: 12rem 0;
  background: #F2F0EB;
}
#studentsVoiceSlide .studentsVoiceSlide__inner .studentsVoiceSlide__title {
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  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: #429FE2;
  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 #429FE2;
  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: #429FE2;
}
#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: #429FE2;
}
#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: #429FE2;
}

@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: 5vw;
    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: #F2F0EB;
}
#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: #429FE2;
}
#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: #429FE2;
  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 #429FE2;
  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: #429FE2;
  text-align: center;
  padding: 0.75rem 0 0.5rem 0;
  border: 1px solid #429FE2;
}
#studentsCaseSlide .studentsCaseSlide__inner .bx-wrapper .studentsCaseSlide__slider .studentsCaseSlide__card .studentsCaseSlide__card--job p {
  color: #429FE2;
}
#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: #429FE2;
}
#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: #429FE2;
}

@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;
  }
}
#subsidyRecognition {
  padding: 20rem 0;
  background: url(../images/subsidy/bg_subsidy.svg) no-repeat center center/cover;
}
#subsidyRecognition .subsidyRecognition__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: table;
  width: auto;
  padding: 0 6rem 6rem 6rem;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  #subsidyRecognition .subsidyRecognition__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title {
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6rem;
  padding: 3rem 10rem;
  background: #407BFF;
  border-radius: 20rem;
  position: relative;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title span {
  color: #FFE400;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title: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;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost {
  display: table;
  text-align: center;
  margin: 0 auto;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--title {
  font-size: 4.8rem;
  font-weight: 900;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--title span {
  font-size: 4rem;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span {
  line-height: 0.9;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:first-of-type {
  font-size: 9.6rem;
  font-weight: 900;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:nth-of-type(2) {
  font-size: 24rem;
  font-weight: 400;
  color: #FF0000;
  line-height: 0.7;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:last-of-type {
  font-size: 10rem;
  font-weight: 600;
  color: #FF0000;
  text-align: left;
  line-height: 0.9;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__meti {
  display: table;
  max-width: 60%;
  margin: 7.6rem auto;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__meti img {
  width: 100%;
}
#subsidyRecognition .subsidyRecognition__inner ul {
  font-size: 1.4rem;
  display: table;
  margin: 0 auto 7.6rem auto;
}
#subsidyRecognition .subsidyRecognition__inner ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash h3 {
  display: table;
  font-size: 3.2rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 0.75rem 1rem 0.5rem 1rem;
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item {
  justify-content: center;
  gap: 9.5rem;
  padding: 0;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price {
  align-items: center;
  gap: 1.6rem;
  position: relative;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price:after {
  content: " ";
  display: block;
  width: 24px;
  height: 47px;
  border-left: 24px solid #429FE2;
  border-top: 23.7px solid transparent;
  border-bottom: 23.7px solid transparent;
  position: absolute;
  right: -6rem;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--title {
  display: table;
  font-size: 1.9rem;
  padding: 0.75rem 2rem 0.5rem 2rem;
  border: 1px solid #cccccc;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price {
  font-size: 6.7rem;
  font-weight: 500;
  align-items: center;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--number {
  position: relative;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--number:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #FF0000;
  transform: skewY(-8deg);
  position: absolute;
  top: 50%;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--yen {
  flex-flow: column-reverse;
  font-size: 3.2rem;
  line-height: 1.2;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--yen span:last-of-type {
  font-size: 1.25rem;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual {
  align-items: center;
  gap: 1.6rem;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual-title {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  color: #fff;
  aspect-ratio: 1/1;
  padding: 0.75rem 2rem 0.5rem 2rem;
  background: #FF0000;
  border-radius: 50%;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price {
  font-size: 11.2rem;
  font-weight: 500;
  color: #FF0000;
  align-items: center;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price .subsidyRecognition__actual--yen {
  flex-flow: column-reverse;
  font-size: 4.2rem;
  line-height: 1.2;
}
#subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price .subsidyRecognition__actual--yen span:last-of-type {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding: 0;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price {
    align-items: center;
    gap: 1.6rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price:after {
    width: 47px;
    height: 24px;
    border-top: 24px solid #429FE2;
    border-left: 23.5px solid transparent;
    border-right: 23.5px solid transparent;
    bottom: -6rem;
    left: calc(50% - 23.5px);
  }
}
@media screen and (max-width: 1024px) {
  #subsidyRecognition {
    padding: 16rem 0;
  }
  #subsidyRecognition .subsidyRecognition__inner {
    padding: 0 4rem 4rem 4rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding: 2rem 4rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--title {
    font-size: 4rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--title span {
    font-size: 3rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:first-of-type {
    font-size: 7.6rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:nth-of-type(2) {
    font-size: 20rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:last-of-type {
    font-size: 8rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__meti {
    margin: 4.6rem auto;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash h3 {
    font-size: 2.4rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item {
    gap: 4rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--title {
    font-size: 1.4rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price {
    font-size: 4.7rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--yen {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--yen span:last-of-type {
    font-size: 1rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual-title {
    font-size: 2rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price {
    font-size: 7rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price .subsidyRecognition__actual--yen {
    font-size: 3.2rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price .subsidyRecognition__actual--yen span:last-of-type {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  #subsidyRecognition {
    padding: 6vw 0;
  }
  #subsidyRecognition .subsidyRecognition__inner {
    padding: 3vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title {
    font-size: 4.6vw;
    line-height: 1.4;
    border-radius: 3rem;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title span {
    display: block;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__title span br {
    display: block;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--title {
    font-size: 6vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 6vw 0;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:first-of-type {
    width: 100%;
    font-size: 10vw;
    margin-bottom: 5vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:nth-of-type(2) {
    font-size: 28vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cost .subsidyRecognition__percent--parcent span:last-of-type {
    font-size: 10vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__meti {
    margin: 4vw auto;
  }
  #subsidyRecognition .subsidyRecognition__inner ul {
    margin-bottom: 5vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash h3 {
    font-size: 4vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--title {
    font-size: 2vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price {
    font-size: 8vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--yen {
    font-size: 4vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__price .subsidyRecognition__price--price .subsidyRecognition__price--yen span:last-of-type {
    font-size: 1.4vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual-title {
    font-size: 3vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price {
    font-size: 11vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price .subsidyRecognition__actual--yen {
    font-size: 6vw;
  }
  #subsidyRecognition .subsidyRecognition__inner .subsidyRecognition__cash .subsidyRecognition__cash--item .subsidyRecognition__actual .subsidyRecognition__actual--price .subsidyRecognition__actual--yen span:last-of-type {
    font-size: 2vw;
  }
}
#fullSupport {
  padding: 14rem 0;
  background: linear-gradient(135deg, #0068d8 0%, #2f3056 100%);
}
#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;
  text-align: center;
  line-height: 1.2;
  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/70% 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/65% auto;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item:last-of-type .fullSupport__illust {
  background: #ffffff url(../images/fullSupport/illust03.webp) no-repeat center center/85% auto;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item .fullSupport__title--sub {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  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;
  padding: 0 4rem;
  background: #429FE2;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#fullSupport .fullSupport__inner .fullSupport__step .fullSupport__item p {
  font-size: 1.8rem;
  color: #ffffff;
  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: 4.25vw;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8vw;
    padding: 3vw 6vw;
    border-radius: 2rem;
  }
  #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;
}

@media screen and (max-width: 1200px) {
  #comparison {
    padding: 14rem 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;
  }
}
@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;
  }
}
@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;
  }
}
#sideJobCase {
  padding: 10rem 0;
  background: #F2F0EB;
}
#sideJobCase .sideJobCase__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #sideJobCase .sideJobCase__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#sideJobCase .sideJobCase__inner .sideJobCase__title {
  font-size: 6.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 8rem;
}
#sideJobCase .sideJobCase__inner .sideJobCase__photo {
  max-width: 197px;
  margin: 0 auto 3rem auto;
}
#sideJobCase .sideJobCase__inner .sideJobCase__photo img {
  width: 100%;
}
#sideJobCase .sideJobCase__inner .sideJobCase__title--sub {
  display: table;
  margin: 0 auto;
  text-align: center;
}
#sideJobCase .sideJobCase__inner .sideJobCase__title--sub h3 {
  display: table;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
#sideJobCase .sideJobCase__inner .sideJobCase__title--sub .sideJobCase__name {
  font-size: 2.4rem;
  color: #636363;
  margin-top: 2rem;
}
#sideJobCase .sideJobCase__inner .sideJobCase__main {
  margin-top: 6rem;
}
#sideJobCase .sideJobCase__inner .sideJobCase__main h4 {
  display: table;
  color: #ffffff;
  padding: 1.5rem 3rem;
  background: #429FE2;
  border-radius: 6px;
}
#sideJobCase .sideJobCase__inner .sideJobCase__main p {
  margin: 3rem 0;
  padding: 1.5rem 3rem;
  background: #ffffff;
  border-radius: 6px;
}

@media screen and (max-width: 1200px) {
  #sideJobCase .sideJobCase__inner .sideJobCase__title {
    font-size: 3.9rem;
    margin-bottom: 6rem;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub h3 {
    font-size: 3rem;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub .sideJobCase__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #sideJobCase .sideJobCase__inner .sideJobCase__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub h3 {
    font-size: 2.8rem;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub .sideJobCase__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #sideJobCase {
    padding: 10vw 0;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__photo {
    width: 197px;
    max-width: 40%;
    margin: 0 auto 4vw auto;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub h3 {
    font-size: 6vw;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub h3:before {
    left: -9rem;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub h3:after {
    right: -9rem;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__title--sub .sideJobCase__name {
    font-size: 4vw;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__main {
    margin-top: 6vw;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__main h4 {
    padding: 2vw 3vw;
  }
  #sideJobCase .sideJobCase__inner .sideJobCase__main p {
    margin: 3vw 0;
    padding: 2vw 3vw;
  }
}
#changeSupport {
  padding: 14rem 0;
  background: url(../images/common/common_decoration_top01.svg) no-repeat left top, url(../images/common/common_decoration_bottom01.svg) no-repeat right bottom, linear-gradient(135deg, #d8f5ff 0%, #ffffff 20%, #ffffff 80%, #d8f5ff 100%);
}
#changeSupport .changeSupport__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-flow: column;
  gap: 10rem;
}
@media screen and (max-width: 750px) {
  #changeSupport .changeSupport__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#changeSupport .changeSupport__inner .changesupport__title {
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10rem;
}
#changeSupport .changeSupport__inner .changesupport__title span {
  display: block;
  font-size: 4.2rem;
  font-weight: 600;
  color: #429FE2;
  margin-bottom: 1.8rem;
}
#changeSupport .changeSupport__inner .changeSupport__item {
  align-items: center;
  gap: 5rem;
  margin-bottom: 10rem;
}
#changeSupport .changeSupport__inner .changeSupport__item .changeSupport__photo {
  width: 517px;
}
#changeSupport .changeSupport__inner .changeSupport__item .changeSupport__photo img {
  width: 100%;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main {
  width: calc(100% - 517px - 5rem);
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__reason {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  color: #429FE2;
  padding: 3px;
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 100%);
  border-radius: 50%;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__reason .changeSupport__reason--inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  padding: 2rem;
  background: #fff;
  border-radius: 50%;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__reason .changeSupport__reason--inner span {
  font-size: 3.2rem;
  font-weight: 700;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text span {
  display: block;
  color: #429FE2;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main p {
  font-size: 2rem;
}
#changeSupport .changeSupport__inner .changeSupport__item .changesupport__main p.changesupport__text--blue {
  color: #429FE2;
  font-weight: 700;
  margin-top: 2rem;
}
#changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) {
  flex-flow: row-reverse;
}
#changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main .changeCaseSlide__item--list {
  width: 100%;
  padding: 2rem;
  background: #efefef;
}
#changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main .changeCaseSlide__item--list ul {
  display: table;
  font-size: 2rem;
  list-style: disc;
  margin: 0 auto;
}
#changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main p {
  color: #429FE2;
  font-weight: 600;
  text-align: center;
}
#changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main p:before {
  content: " ";
  display: block;
  width: 50px;
  height: 22px;
  margin: 3.4rem auto;
  border-top: 22px solid #cccccc;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
#changeSupport .changeSupport__inner .changeSupport__item:last-of-type .changesupport__main p {
  margin-bottom: 1rem;
}
#changeSupport .changeSupport__inner .changeSupport__item:last-of-type .changesupport__main ul {
  font-size: 2rem;
  font-weight: 600;
  list-style: disc;
  margin-left: 1em;
}

@media screen and (max-width: 1200px) {
  #changeSupport {
    padding: 14rem 0;
  }
  #changeSupport .changeSupport__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  #changeSupport .changeSupport__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #changeSupport .changeSupport__inner .changeSupport__title {
    font-size: 5.8rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__title span {
    font-size: 3.8rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item {
    gap: 4rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changeSupport__photo {
    width: 460px;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main {
    width: calc(100% - 460px - 4rem);
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text {
    font-size: 3.2rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #changeSupport {
    padding: 10rem 0;
  }
  #changeSupport .changeSupport__inner {
    gap: 6rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__title {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__title span {
    font-size: 3rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 6rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main {
    width: 100%;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text br {
    display: none;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main p {
    font-size: 1.6rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) {
    flex-flow: column;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:last-of-type .changesupport__main p {
    text-align: center;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:last-of-type .changesupport__main ul {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #changeSupport {
    padding: 10vw 0;
    background: url(../images/common/common_decoration_top01.svg) no-repeat left top/50% auto, url(../images/common/common_decoration_bottom01.svg) no-repeat right bottom/50% auto, linear-gradient(135deg, #d8f5ff 0%, #ffffff 20%, #ffffff 80%, #d8f5ff 100%);
  }
  #changeSupport .changeSupport__inner {
    gap: 5vw;
  }
  #changeSupport .changeSupport__inner .changesupport__title {
    font-size: 9vw;
    margin-bottom: 6vw;
  }
  #changeSupport .changeSupport__inner .changesupport__title span {
    font-size: 7vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item {
    margin-bottom: 8vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changeSupport__photo {
    width: 100%;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 {
    gap: 3vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__reason {
    font-size: 1.8vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__reason .changeSupport__reason--inner {
    padding: 0 4vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__reason .changeSupport__reason--inner span {
    font-size: 5.4vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text {
    font-size: 6vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item .changesupport__main h3 .changeSupport__item--text br {
    display: block;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main .changeCaseSlide__item--list {
    padding: 3vw 3vw 3vw calc(3vw + 1em);
  }
  #changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main .changeCaseSlide__item--list ul {
    font-size: 1.6rem;
    margin-left: 1em;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:nth-of-type(2) .changesupport__main p {
    font-size: 1.6rem;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:last-of-type .changesupport__main p {
    margin-bottom: 1.6vw;
  }
  #changeSupport .changeSupport__inner .changeSupport__item:last-of-type .changesupport__main ul {
    font-size: 1.6rem;
  }
}
#results {
  padding: 10rem 0;
  background: url(../images/results/illust_men.svg) no-repeat right bottom/15% auto, url(../images/results/illust_women.svg) no-repeat left bottom/15% auto #F2F0EB;
}
#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, #0c79ee 0%, #68aaed 50%, #81d1c4 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: 1600px) {
  #results {
    background: url(../images/results/illust_men.svg) no-repeat right bottom/12% auto, url(../images/results/illust_women.svg) no-repeat left bottom/12% auto #F2F0EB;
  }
}
@media screen and (max-width: 1400px) {
  #results {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 1200px) {
  #results {
    background: url(../images/results/illust_women.svg) no-repeat 44% bottom/12% auto, url(../images/results/illust_men.svg) no-repeat 60% bottom/12% auto #F2F0EB;
  }
  #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 16vw 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 20vw 0;
    background: url(../images/results/illust_women.svg) no-repeat 42% bottom/15% auto, url(../images/results/illust_men.svg) no-repeat 60% bottom/15% auto #F2F0EB;
  }
  #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 150% 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;
  margin-bottom: 4rem;
  background: linear-gradient(to right, #0c79ee 0%, #68aaed 50%, #81d1c4 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;
  }
}
#supervisor {
  padding: 14rem 0;
  background: url(../images/common/common_decoration_top02.svg) no-repeat left top, url(../images/common/common_decoration_bottom01.svg) no-repeat right bottom, linear-gradient(135deg, #0068d8 0%, #2f3056 100%);
}
#supervisor .supervisor__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #supervisor .supervisor__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#supervisor .supervisor__inner .supervisor__title {
  font-size: 6.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.6rem;
}
#supervisor .supervisor__inner .supervisor__text {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 6rem;
}
#supervisor .supervisor__inner .supervisor__box {
  gap: 3rem;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__slash {
  padding-top: 15%;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item {
  width: calc(46% - 3rem);
  padding: 3rem;
  background: #ffffff;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision {
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo {
  width: 46%;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo img {
  width: 100%;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name {
  width: calc(54% - 3rem);
  font-size: 1.6rem;
  font-weight: 700;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 {
  line-height: 1.4;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 span {
  display: table;
  font-size: 3.2rem;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--webmarks {
  width: 128px;
  max-width: 100%;
  margin-bottom: 1rem;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--webmarks img {
  width: 100%;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--ppc {
  width: 209px;
  max-width: 100%;
  margin-bottom: 1rem;
}
#supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--ppc img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #supervisor {
    padding: 10rem 0;
  }
  #supervisor .supervisor__inner .supervisor__title {
    font-size: 5.4rem;
  }
  #supervisor .supervisor__inner .supervisor__text {
    font-size: 3rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__slash {
    width: 5%;
    padding-top: 18%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__slash img {
    width: 100%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item {
    width: calc(46% - 3rem);
    padding: 3rem;
    background: #ffffff;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision {
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo {
    width: 46%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo img {
    width: 100%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name {
    width: calc(54% - 3rem);
    font-size: 1.4rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #supervisor {
    padding: 6rem 0;
  }
  #supervisor .supervisor__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 750px) {
  #supervisor .supervisor__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #supervisor .supervisor__inner .supervisor__title {
    font-size: 4rem;
  }
  #supervisor .supervisor__inner .supervisor__text {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  #supervisor .supervisor__inner .supervisor__text:before {
    width: 36px;
  }
  #supervisor .supervisor__inner .supervisor__text:after {
    width: 36px;
  }
  #supervisor .supervisor__inner .supervisor__box {
    flex-flow: column;
    align-items: center;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__slash {
    padding-top: 0;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item {
    width: 100%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision {
    gap: 2rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo {
    width: 260px;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo img {
    width: 100%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name {
    width: calc(54% - 3rem);
    font-size: 1.6rem;
    font-weight: 700;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 {
    line-height: 1.4;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 span {
    display: table;
    font-size: 3.2rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--webmarks {
    width: 128px;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--webmarks img {
    width: 100%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--ppc {
    width: 209px;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--ppc img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #supervisor {
    padding: 10vw 0;
    background: url(../images/common/common_decoration_top02.svg) no-repeat left top/50% auto, url(../images/common/common_decoration_bottom01.svg) no-repeat right bottom/50% auto, linear-gradient(135deg, #0068d8 0%, #2f3056 100%);
  }
  #supervisor .supervisor__inner .supervisor__title {
    font-size: 7vw;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
  #supervisor .supervisor__inner .supervisor__text {
    display: table;
    font-size: 4.6vw;
    font-weight: 700;
    margin: 0 auto 5vw auto;
    position: relative;
  }
  #supervisor .supervisor__inner .supervisor__text:before {
    width: 6vw;
    position: absolute;
    left: -10vw;
    top: 50%;
  }
  #supervisor .supervisor__inner .supervisor__text:after {
    width: 6vw;
    position: absolute;
    right: -10vw;
    top: 50%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item {
    padding: 4vw;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision {
    gap: 4vw;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__photo {
    width: 42%;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name {
    width: calc(58% - 4vw);
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 {
    font-size: 3vw;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name h3 span {
    font-size: 5vw;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--webmarks {
    width: 40%;
    max-width: 128px;
    margin-bottom: 3vw;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__item .supervisor__supervision .supervision__name .supervision__logo--ppc {
    width: 80%;
    max-width: 209px;
    margin-bottom: 3vw;
  }
  #supervisor .supervisor__inner .supervisor__box .supervisor__slash {
    width: 12%;
  }
}
#media {
  padding: 14rem 0;
  background: #F2F0EB;
}
#media .media__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  #media .media__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#media .media__inner .media__title {
  display: table;
  font-size: 5.35rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#media .media__inner .media__title .media__ititle--en {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #429FE2;
  letter-spacing: 1.6rem;
  margin-bottom: 2rem;
}
#media .media__inner h3 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #429FE2;
  text-align: center;
  line-height: 1.4;
  margin: 6rem 0 3rem 0;
}
#media .media__inner .media__box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
  justify-content: center;
  gap: 1.6rem;
  padding: 4rem;
  background: #ffffff;
  border: 3px solid #429FE2;
}
@media screen and (max-width: 750px) {
  #media .media__inner .media__box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#media .media__inner .media__box .media__item {
  display: flex;
  flex-flow: column;
  font-size: 2rem;
  text-align: center;
}
#media .media__inner .media__box .media__item .media__thumnail {
  flex-grow: 1;
}
#media .media__inner .media__box .media__item .media__thumnail img {
  height: 260px;
  border: 1px solid #cccccc;
}
#media .media__inner .media__box.ppc {
  flex-wrap: wrap;
}
#media .media__inner .media__box.ppc .media__item {
  width: calc(33.33% - 1.6rem);
  position: relative;
}
#media .media__inner .media__box.ppc .media__item .media__thumnail {
  width: 90%;
  margin-left: 10%;
  padding-top: 2rem;
}
#media .media__inner .media__box.ppc .media__item .media__thumnail img {
  width: 100%;
  height: auto;
}
#media .media__inner .media__box.ppc .media__item .media__check {
  position: absolute;
  top: 0;
  left: 0;
}
#media .media__inner .media__box.ppc .media__item dl {
  font-size: 1.8rem;
}
#media .media__inner .media__box.ppc .media__item dl dt {
  font-weight: 700;
}
#media .media__inner .media__box.ppc .media__item dl dd ul {
  display: table;
  text-align: left;
  list-style: disc;
  margin: 0 auto;
}
#media .media__inner .button__yellowLarge {
  margin: 6rem auto;
}
#media .media__inner .media__link {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#media .media__inner .media__link a {
  color: #000;
}

@media screen and (max-width: 1200px) {
  #media {
    padding: 10rem 0;
  }
  #media .media__inner .media__title {
    font-size: 5.4rem;
  }
  #media .media__inner h3 {
    font-size: 3rem;
  }
  #media .media__inner .media__box {
    padding: 3rem;
  }
  #media .media__inner .media__box .media__item {
    font-size: 1.8rem;
  }
  #media .media__inner .media__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #media .media__inner .media__title {
    font-size: 4rem;
  }
  #media .media__inner .media__title .media__ititle--en {
    font-size: 1.6rem;
  }
  #media .media__inner h3 {
    font-size: 2.8rem;
    margin: 5rem 0 3rem 0;
  }
  #media .media__inner .media__box {
    padding: 2rem;
  }
  #media .media__inner .media__box .media__item {
    font-size: 1.6rem;
  }
  #media .media__inner .media__box .media__item .media__thumnail {
    flex-grow: 1;
  }
  #media .media__inner .media__box .media__item .media__thumnail img {
    height: 200px;
  }
  #media .media__inner .media__box.ppc {
    flex-wrap: wrap;
  }
  #media .media__inner .media__box.ppc .media__item {
    width: calc(50% - 2rem);
  }
  #media .media__inner .media__box.ppc .media__item .media__check {
    position: absolute;
    top: 0;
    left: 0;
  }
  #media .media__inner .media__box.ppc .media__item dl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  #media {
    padding: 10vw 0;
  }
  #media .media__inner .media__title {
    font-size: 8vw;
  }
  #media .media__inner .media__title .media__ititle--en {
    font-size: 3vw;
  }
  #media .media__inner h3 {
    font-size: 5vw;
    margin: 6vw 0 4vw 0;
  }
  #media .media__inner .media__box {
    flex-flow: column;
    gap: 3vw;
    padding: 3vw;
  }
  #media .media__inner .media__box .media__item .media__thumnail {
    margin-bottom: 1vw;
  }
  #media .media__inner .media__box .media__item .media__thumnail img {
    width: 100%;
    height: auto;
  }
  #media .media__inner .media__box .media__item:nth-of-type(2), #media .media__inner .media__box .media__item:last-of-type {
    width: 60%;
    margin: auto;
  }
  #media .media__inner .media__box.ppc {
    flex-flow: column;
    gap: 3vw;
  }
  #media .media__inner .media__box.ppc .media__item {
    width: 100%;
  }
  #media .media__inner .media__box.ppc .media__item .media__thumnail {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  #media .media__inner .media__box.ppc .media__item .media__check {
    width: 12vw;
    top: -2vw;
    left: -2vw;
  }
  #media .media__inner .media__box.ppc .media__item .media__check img {
    width: 100%;
  }
  #media .media__inner .button__yellowLarge {
    margin: 5vw auto;
  }
}
#message {
  padding: 10rem 20rem;
  background: url(../images/massege/bg_massege.webp), linear-gradient(135deg, rgba(12, 121, 238, 0.9) 0%, rgba(104, 170, 237, 0.9) 50%, rgba(129, 209, 196, 0.9) 100%);
  background-size: cover;
}
#message .message__inner {
  color: #ffffff;
  text-align: center;
}
#message .message__inner p {
  margin-bottom: 2.7rem;
}
#message .message__inner p b {
  font-size: 2.4rem;
  font-weight: 700;
}
#message .message__inner p b span.message__large {
  font-size: 3.6rem;
}
#message .message__inner p img {
  width: 240px;
}
#message .message__inner .message__copy {
  font-size: 3.2rem;
  font-weight: 500;
}
#message .message__inner .message__copy span {
  display: block;
  font-size: 6.4rem;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  #message {
    padding: 10rem 2rem;
  }
  #message .message__inner p {
    margin-bottom: 2.4rem;
  }
  #message .message__inner p b {
    font-size: 2rem;
  }
  #message .message__inner p b span.message__inner--large {
    font-size: 3rem;
  }
  #message .message__inner .message__copy {
    font-size: 3rem;
  }
  #message .message__inner .message__copy span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  #message {
    padding: 6rem 2rem;
  }
  #message .message__inner p b {
    font-size: 1.8rem;
  }
  #message .message__inner p b span.message__large {
    font-size: 3rem;
  }
  #message .message__inner .message__copy {
    font-size: 2.8rem;
  }
  #message .message__inner .message__copy span {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 750px) {
  #message {
    padding: 10vw 0;
  }
  #message .message__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #message .message__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #message .message__inner p {
    margin-bottom: 3vw;
  }
  #message .message__inner p b {
    font-size: 1.6rem;
  }
  #message .message__inner p b span.message__large {
    font-size: 4.2vw;
  }
  #message .message__inner p img {
    width: 40%;
    max-width: 240px;
  }
  #message .message__inner .message__copy {
    font-size: 4vw;
  }
  #message .message__inner .message__copy span {
    font-size: 5.4vw;
  }
}
#refundamount {
  padding: 10rem 2rem;
  background: linear-gradient(to right, rgb(202, 148, 24) 0%, rgb(248, 216, 107) 50%, rgb(194, 136, 11) 100%);
}
#refundamount .refundamount__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1200px;
  padding: 4rem;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  #refundamount .refundamount__inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#refundamount .refundamount__inner .refundamount__line {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 726px;
  margin: 4rem auto;
}
@media screen and (max-width: 750px) {
  #refundamount .refundamount__inner .refundamount__line {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#refundamount .refundamount__inner .refundamount__line img {
  width: 100%;
}
#refundamount .refundamount__inner .refundamount__logo {
  width: 120px;
  margin: 0 auto 4rem auto;
}
#refundamount .refundamount__inner .refundamount__logo img {
  width: 100%;
}
#refundamount .refundamount__inner .refundamount__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
#refundamount .refundamount__inner .refundamount__detail {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
#refundamount .refundamount__inner p:last-of-type {
  display: table;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #refundamount {
    padding: 10rem 0m;
  }
  #refundamount .refundamount__inner {
    padding: 3rem;
  }
  #refundamount .refundamount__inner .refundamount__title {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
  #refundamount .refundamount__inner .refundamount__detail {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #refundamount {
    padding: 6rem 0;
  }
  #refundamount .refundamount__inner .refundamount__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  #refundamount .refundamount__inner .refundamount__detail {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  #refundamount {
    padding: 10vw 0;
  }
  #refundamount .refundamount__inner {
    padding: 4vw;
  }
  #refundamount .refundamount__inner .refundamount__line {
    width: 100%;
    margin: 4vw auto;
  }
  #refundamount .refundamount__inner .refundamount__logo {
    width: 24%;
    max-width: 120px;
    margin-bottom: 4vw;
  }
  #refundamount .refundamount__inner .refundamount__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #refundamount .refundamount__inner .refundamount__detail {
    font-size: 4.8vw;
    font-weight: 500;
    margin-bottom: 3vw;
  }
}
#special {
  padding: 20rem 0;
  background: #F2F0EB;
}
#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: #429FE2;
  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: #429FE2;
  transform: rotate(135deg);
}
#special .special__inner .special__title .special__title--green {
  color: #429FE2;
}
#special .special__inner .special__most {
  flex-flow: column;
  gap: 4rem;
  margin: 6rem 0;
}
#special .special__inner .special__most .special__most--item {
  width: 100%;
  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 {
  gap: 4rem;
  align-items: center;
  padding: 4rem 6rem;
  background: #ffffff;
}
#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 .special__most--detail h4 {
  font-size: 5.3rem;
  font-weight: 800;
}
#special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin-right: 1.5rem;
  padding: 1rem 1rem 1.5rem 1rem;
  background: #000000;
}
#special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail p {
  font-size: 3.2rem;
  margin-top: 3rem;
}
#special .special__inner .special__title--sub {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}
#special .special__inner .special__title--sub .special__more {
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 2rem auto;
  padding: 1.5rem 2rem;
  background: #FF0000;
  border-radius: 3rem;
  position: relative;
}
#special .special__inner .special__title--sub .special__more:after {
  content: " ";
  display: block;
  width: 11px;
  height: 8px;
  border-top: 8px solid #FF0000;
  border-left: 6.4px solid transparent;
  border-right: 6.5px solid transparent;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5.5px);
}
#special .special__inner .special__title--sub .special__more--sub {
  display: table;
  font-size: 4.2rem;
  margin: 2rem auto 0 auto;
}
#special .special__inner .special__title--sub .special__more--sub .special__more--number {
  font-size: 6.8rem;
}
#special .special__inner .special__box {
  gap: 2rem;
  margin-top: 6rem;
}
#special .special__inner .special__box .special__box--item {
  width: 33.33%;
  padding: 0.6rem;
  background: linear-gradient(to bottom, rgb(255, 228, 0) 1%, rgb(178, 130, 71) 100%);
}
#special .special__inner .special__box .special__box--item .special__box--inner {
  height: 100%;
  text-align: center;
  padding: 4rem 2rem;
  background: #ffffff;
}
#special .special__inner .special__box .special__box--item .special__box--inner h4 {
  font-size: 4.2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
#special .special__inner .special__box .special__box--item .special__box--inner h4 .special__item--number {
  display: block;
  font-size: 12rem;
  margin-bottom: 2rem;
  background: linear-gradient(to bottom, rgb(255, 228, 0) 1%, rgb(178, 130, 71) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#special .special__inner .special__box .special__box--item .special__box--inner p {
  font-size: 2.6rem;
}
#special .special__inner .special__box .special__box--list {
  flex-wrap: wrap;
  width: 66.66%;
  gap: 2rem;
}
#special .special__inner .special__box .special__box--list .special__box--item {
  width: calc(50% - 1rem);
}
#special .special__inner .special__box .special__box--list .special__box--item .special__box--inner {
  padding: 2rem;
}
#special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 .special__item--number {
  font-size: 6rem;
  margin-bottom: 0;
}
#special .special__inner .special__box .special__box--list .special__box--item .special__box--inner p {
  font-size: 1.4rem;
}
#special .special__inner .special__rest {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 4rem 0;
}
#special .special__inner .special__rest h4 {
  width: 2em;
  font-weight: 900;
  color: #429FE2;
}
#special .special__inner .special__rest p {
  width: calc(100% - 2em);
}
#special .special__inner .special__copy {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}

@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 .special__most--detail h4 {
    font-size: 4rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 span {
    font-size: 1.6rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail p {
    font-size: 2.2rem;
  }
  #special .special__inner .special__title--sub {
    font-size: 2rem;
  }
  #special .special__inner .special__title--sub .special__more {
    font-size: 1.6rem;
  }
  #special .special__inner .special__title--sub .special__more--sub {
    font-size: 3.2rem;
  }
  #special .special__inner .special__title--sub .special__more--sub .special__more--number {
    font-size: 5.4rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner h4 {
    font-size: 3.6rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner h4 .special__item--number {
    font-size: 10rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner p {
    font-size: 2.2rem;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner {
    padding: 2rem 1rem;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 .special__item--number {
    font-size: 5rem;
    margin-bottom: 0;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner p {
    font-size: 1.4rem;
  }
  #special .special__inner .special__rest {
    font-size: 1.8rem;
  }
  #special .special__inner .special__rest h4 {
    width: 2em;
  }
}
@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 img {
    width: 200px;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 {
    font-size: 2.6rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 span {
    font-size: 1.6rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail p {
    font-size: 1.8rem;
  }
  #special .special__inner .special__title--sub {
    font-size: 1.8rem;
  }
  #special .special__inner .special__title--sub .special__more--sub {
    font-size: 2.4rem;
  }
  #special .special__inner .special__title--sub .special__more--sub .special__more--number {
    font-size: 4.6rem;
  }
  #special .special__inner .special__box {
    flex-wrap: wrap;
  }
  #special .special__inner .special__box .special__box--item {
    width: 100%;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner {
    padding: 2rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner h4 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner h4 .special__item--number {
    font-size: 8rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner p {
    font-size: 1.8rem;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner p br {
    display: none;
  }
  #special .special__inner .special__box .special__box--list {
    width: 100%;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner {
    padding: 2rem 1rem;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 .special__item--number {
    font-size: 5rem;
    margin-bottom: 0;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner p {
    font-size: 1.4rem;
  }
  #special .special__inner .special__rest {
    align-items: flex-start;
    font-size: 1.6rem;
  }
  #special .special__inner .special__rest h4 {
    padding-top: 0.5rem;
  }
  #special .special__inner .special__copy {
    font-size: 2rem;
    margin: 0 4rem;
  }
}
@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 {
    flex-flow: column;
    padding: 4vw;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner h3 {
    width: 300px;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail {
    width: 100%;
    text-align: center;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 {
    font-size: 8vw;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3vw;
    text-align: center;
    line-height: 1.2;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail h4 img {
    width: 50%;
    max-width: 300px;
  }
  #special .special__inner .special__most .special__most--item .special__most--inner .special__most--detail p {
    font-size: 4vw;
    margin-top: 4vw;
  }
  #special .special__inner .special__title--sub {
    font-size: 4vw;
  }
  #special .special__inner .special__title--sub .special__more {
    font-size: 2.4vw;
    padding: 1.4vw 4vw;
  }
  #special .special__inner .special__title--sub .special__more--sub {
    font-size: 6vw;
  }
  #special .special__inner .special__title--sub .special__more--sub .special__more--number {
    font-size: 10vw;
  }
  #special .special__inner .special__box {
    margin-top: 5vw;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner {
    padding: 3vw;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner h4 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner h4 .special__item--number {
    font-size: 7vw;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner p {
    font-size: 4vw;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner p br {
    display: none;
  }
  #special .special__inner .special__box .special__box--item .special__box--inner p br.sp {
    display: block;
  }
  #special .special__inner .special__box .special__box--list .special__box--item {
    width: 100%;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner {
    padding: 3vw;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner h4 .special__item--number {
    font-size: 7vw;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner p {
    font-size: 4vw;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner p br {
    display: none;
  }
  #special .special__inner .special__box .special__box--list .special__box--item .special__box--inner p br.sp {
    display: block;
  }
  #special .special__inner .special__rest {
    margin-top: 5vw;
    font-size: 1.6rem;
  }
  #special .special__inner .special__rest h4 {
    padding-top: 0.6rem;
  }
  #special .special__inner .special__copy {
    font-size: 4vw;
    margin: 0 2rem;
  }
}
#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 */