@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  font-weight: 400;
}

/* －－－－－－－－－－－header－－－－－－－－－－－ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3%;
}
.header__container h1 img {
  display: block;
  width: 100%;
  max-width: 270px;
}
.header__container__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* コンバージョンボタン-end */
}
@media (max-width: 529px) {
  .header__container__wrapper {
    gap: 5px;
  }
}
.header__container__wrapper a {
  display: block;
  width: min(26.6666666667vw, 200px);
  height: 10.6666666667vw;
  padding: 0 3%;
  text-decoration: none;
}
@media (max-width: 741px) {
  .header__container__wrapper a {
    height: initial;
    padding: 1% 3%;
  }
}
.header__container__wrapper a .pc-only {
  display: none;
}
.header__container__wrapper a span {
  font-weight: 800;
  font-size: max(2.4vw, 18px);
  display: block;
}
@media (min-width: 774px) and (max-width: 890px) {
  .header__container__wrapper a span {
    font-size: min(var(--wrap-width) / 15, 25px);
    line-height: min(var(--wrap-width) / 15, 30px);
  }
}
@media (min-width: 530px) and (max-width: 773px) {
  .header__container__wrapper a span {
    font-size: min(var(--wrap-width) / 27, 30px);
    line-height: min(3.7333333333vw, 30px);
  }
}
@media (max-width: 529px) {
  .header__container__wrapper a span {
    line-height: 1;
    font-size: min(var(--wrap-width) / 27, 14px);
  }
}
.header__container__wrapper .Green-btn,
.header__container__wrapper .orange-btn {
  border-radius: 13.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 529px) {
  .header__container__wrapper .Green-btn,
  .header__container__wrapper .orange-btn {
    padding: 3%;
  }
}
.header__container__wrapper .Green-btn span,
.header__container__wrapper .orange-btn span {
  color: #fff;
}
.header__container__wrapper .Green-btn {
  background-color: #08BF5A;
  border: solid 1px #08BF5A;
}
.header__container__wrapper .Green-btn:hover {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #08BF5A;
  transition: all 0.3s;
}
.header__container__wrapper .Green-btn:hover span {
  opacity: 1;
  color: #08BF5A;
  transition: all 0.3s;
}
.header__container__wrapper .orange-btn {
  background-color: #FD4D00;
  border: solid 1px #FD4D00;
}
.header__container__wrapper .orange-btn:hover {
  opacity: 1;
  background-color: #fff;
  border: solid 1px #FD4D00;
  transition: all 0.3s;
}
.header__container__wrapper .orange-btn:hover span {
  opacity: 1;
  color: #FD4D00;
  transition: all 0.3s;
}

/* header PC版 */
@media (min-width: 890px) {
  .header {
    max-width: 1440px;
    margin: 0 auto;
  }
  .header__container {
    padding: 1.1111111111vw 3%;
  }
  .header__container__wrapper a {
    position: relative;
    padding: 0;
    width: min(26.6666666667vw, 290px);
    max-width: 260px;
    height: initial;
    letter-spacing: 0.1em;
  }
  .header__container__wrapper a .mobile-only {
    display: none;
  }
  .header__container__wrapper a .pc-only {
    display: block;
  }
  .header__container__wrapper a span {
    font-size: 1.6rem;
    padding: 3% 0;
  }
  .header__container__wrapper .Green-btn span::after {
    content: "";
    position: absolute;
    display: block;
    width: min(1.25vw, 18px);
    height: min(1.25vw, 18px);
    top: 50%;
    transform: translateY(-50%);
    right: 0.7vw;
    background-image: url("..//image/common/tryangle-Green_btn.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__container__wrapper .Green-btn span:hover::after {
    background-image: url("..//image/common/tryangle-Green-hover_btn.svg");
    transition: all 0.3s;
  }
  .header__container__wrapper .orange-btn span::after {
    content: "";
    position: absolute;
    display: block;
    width: min(1.25vw, 18px);
    height: min(1.25vw, 18px);
    top: 50%;
    transform: translateY(-50%);
    right: 0.7vw;
    background-image: url("..//image/common/tryangle-orange_btn.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__container__wrapper .orange-btn span:hover::after {
    background-image: url("..//image/common/tryangle-orange-hover_btn.svg");
    transition: all 0.3s;
  }
}
:root {
  --wrap-width: 500px;
}

/* 文字可変、変数 */
:root {
  --wrap-width: 100vw;
}

/* －－－－－－－－－－－TOPセクション－－－－－－－－－－－ */
.section-top__container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.section-top__container__wrapper__lead {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  z-index: 2;
}
.section-top__container__wrapper__lead h2 {
  color: #08bc59;
  background-color: #f3fe7c;
  border-radius: 10px;
  width: 70.666%;
  max-width: 530px;
  margin: 0 auto;
  font-size: calc(var(--wrap-width) / 28);
  line-height: calc(var(--wrap-width) / 10);
}
.section-top__container__wrapper__lead > p {
  color: #fff;
  font-size: calc(var(--wrap-width) / 13);
  line-height: calc(var(--wrap-width) / 9.5);
  font-weight: 700;
}
.section-top__container__wrapper__lead > p span {
  color: #fff;
}
.section-top__container__wrapper__lead > p .color {
  font-size: calc(var(--wrap-width) / 11);
  color: #f3fe7c;
}
.section-top__container__wrapper__lead > p .space {
  letter-spacing: calc(var(--wrap-width) / 43);
}
.section-top__container__wrapper__top-image .mobile-only {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.section-top__container__wrapper__top-image .pc-only {
  display: none;
}
.section-top__container__lead02 {
  padding: 0 8%;
  background-color: #e8ffef;
  text-align: left;
  padding-bottom: 40px;
}
@media (max-width: 500px) {
  .section-top__container__lead02 {
    padding-bottom: 20px;
  }
}
.section-top__container__lead02 p {
  font-size: calc(var(--wrap-width) / 23);
  line-height: calc(var(--wrap-width) / 18);
  text-align: center;
}
.section-top__container__lead02 p > span {
  font-size: calc(var(--wrap-width) / 13);
  line-height: calc(var(--wrap-width) / 9);
  font-weight: 600;
  color: #08bc59;
}
.section-top__container__lead02 > span {
  font-size: calc(var(--wrap-width) / 36);
}

@media (min-width: 830px) {
  :root {
    --wrap-width: 62vw;
  }
  .bg_color {
    background-color: #f2fff5;
    padding-bottom: 35px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-top {
    background-image: url(..//image/pc/TOP.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1649/723;
    background-position: 53% 100%;
    display: block;
    width: 100%;
    position: relative;
  }
  .section-top__container {
    position: initial;
    max-width: none;
    margin: 0;
  }
  .section-top__container__wrapper__lead {
    position: absolute;
    aspect-ratio: 475/285;
    left: 11%;
    top: 13%;
    width: 32.74%;
  }
  .section-top__container__wrapper__lead h2 {
    width: 100%;
    font-size: min(var(--wrap-width) / 37, 25px);
    line-height: min(var(--wrap-width) / 20, 50px);
  }
  .section-top__container__wrapper__lead > p {
    width: 100%;
    text-align: left;
    font-size: min(var(--wrap-width) / 18, 50px);
    line-height: min(var(--wrap-width) / 11.5, 80px);
  }
  .section-top__container__wrapper__lead > p .top {
    font-size: min(var(--wrap-width) / 18, 45px);
  }
  .section-top__container__wrapper__lead > p .color {
    font-size: min(var(--wrap-width) / 15, 65px);
  }
  .section-top__container__wrapper__lead > p .color span {
    display: inline-block;
    width: min(1.3888888889vw, 20px);
    height: min(1.3888888889vw, 20px);
    border-radius: 50%;
    background-color: #f3fe7c;
    vertical-align: middle;
    transform: translateY(-6px);
    margin: 0 5px;
  }
  .section-top__container__wrapper__lead > p .space {
    font-size: min(var(--wrap-width) / 17, 55px);
    letter-spacing: 0.15em;
  }
  .section-top__container__wrapper__top-image .mobile-only {
    display: none;
  }
  .section-top__container__lead02 {
    position: absolute;
    bottom: 0;
    padding: 0 11%;
    background-color: initial;
    width: 100%;
  }
  .section-top__container__lead02 p {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: min(var(--wrap-width) / 45, 20px);
    line-height: min(var(--wrap-width) / 33, 30px);
    transform: translateY(-20px);
  }
  .section-top__container__lead02 p > span {
    font-size: min(var(--wrap-width) / 23, 40px);
    line-height: min(var(--wrap-width) / 17, 50px);
  }
  .section-top__container__lead02 > span {
    position: absolute;
    display: block;
    font-size: min(max(1.25vw, 16px), 20px);
    bottom: -20px;
    right: 11%;
  }
}
@media (min-width: 830px) and (max-width: 1070px) {
  .section-top__container__lead02 > span {
    position: initial;
  }
}
/* －－－－－－－－－－－その他の設定関連－－－－－－－－－－－ */
/* パディングの設定 */
@media (min-width: 830px) and (max-width: 1200px) {
  .header__container {
    padding: 10px 3%;
  }
}
@media (min-width: 830px) and (max-width: 1300px) {
  .section-top__container__wrapper__lead {
    left: calc(var(--wrap-width) / 8);
  }
}
/* －－－－－－－－－－－ノウハウコンバージョン－－－－－－－－－－－ */
.section-nouhau {
  position: relative;
}
.section-nouhau__image .mobile-only {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-nouhau__cv-btn {
  /* コンバージョンボタン */
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.section-nouhau__cv-btn .orange-btn {
  position: relative;
  display: block;
  color: #fff;
  background-color: #FD4D00;
  border-radius: 100px;
  text-decoration: none;
  font-size: calc(var(--wrap-width) / 21);
  font-weight: 600;
  line-height: calc(var(--wrap-width) / 16);
  padding: 2% 0;
  width: 84%;
  max-width: 630px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  box-shadow: 8px 11px 0px -5px rgba(0, 0, 0, 0.3);
  /* コンバージョンボタン-end */
}
.section-nouhau__cv-btn .orange-btn:hover {
  opacity: 1;
  color: #FD4D00;
  border: solid 1px #FD4D00;
  background-color: #fff;
  transition: all 0.3s;
}
.section-nouhau__cv-btn .orange-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  background-image: url("..//image/common/tryangle-orange_btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-nouhau__cv-btn .orange-btn:hover::after {
  opacity: 1;
  background-image: url("..//image/common/tryangle-orange-hover_btn.svg");
  transition: all 0.3s;
}
.section-nouhau__cv-btn .orange-btn span {
  color: #fff;
  letter-spacing: initial;
}
.section-nouhau__cv-btn .orange-btn:hover span {
  opacity: 1;
  color: #FD4D00;
  transition: all 0.3s;
}

/* ノウハウコンバージョン-pc版 */
@media (min-width: 830px) {
  .section-nouhau__image .mobile-only {
    display: none;
  }
  .section-nouhau__image .pc-only {
    display: block;
    width: 100%;
    height: 17.0138888889vw;
    max-width: 1440px;
    max-height: 245px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-nouhau__cv-btn {
    top: 67%;
    /* コンバージョンボタン */
  }
  .section-nouhau__cv-btn .orange-btn {
    font-size: min(var(--wrap-width) / 33, 24px);
    line-height: min(var(--wrap-width) / 33, 24px);
    width: 36%;
    max-width: 540px;
    max-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* コンバージョンボタン-end */
  }
  .section-nouhau__cv-btn .orange-btn .mobile-only {
    display: none;
  }
  .section-nouhau__cv-btn .orange-btn:hover {
    opacity: 1;
    color: #FD4D00;
    border: solid 1px #FD4D00;
    background-color: #fff;
    transition: all 0.3s;
  }
  .section-nouhau__cv-btn .orange-btn::after {
    width: 1.75vw;
    height: 1.75vw;
    right: 6%;
  }
  .section-nouhau__cv-btn .orange-btn span {
    color: #fff;
    letter-spacing: initial;
  }
}
/* －－－－－－－－－－－既存事業強化に－－－－－－－－－－－ */
.section-reinforcement__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8%;
  background-color: #fffeea;
}
.section-reinforcement__container__title {
  margin-bottom: 120px;
}
@media (max-width: 450px) {
  .section-reinforcement__container__title {
    margin-bottom: 55px;
  }
}
.section-reinforcement__container__title p {
  font-size: max(4.6666666667vw, 25px);
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
@media (max-width: 450px) {
  .section-reinforcement__container__title p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.section-reinforcement__container__title h3 {
  font-size: min(var(--wrap-width) / 12, 40px);
  line-height: 6rem;
  font-weight: 600;
  background-color: #08bc59;
  color: #f3fe7c;
  padding: 0 3%;
  max-width: 421px;
  border-radius: 10px;
  margin: 0 auto 30px;
}
@media (min-width: 1020px) {
  .section-reinforcement__container__title h3 {
    font-size: calc(var(--wrap-width) / 18);
  }
}
@media (max-width: 450px) {
  .section-reinforcement__container__title h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2rem;
    padding: 7px 0;
    width: 70%;
  }
}
.section-reinforcement__container__title h2 {
  font-size: min(var(--wrap-width) / 12, 55px);
  line-height: min(var(--wrap-width) / 12, 55px);
  letter-spacing: 0.1em;
}
.section-reinforcement__container__title h2 > .circle {
  display: inline-block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  background-color: #333;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
  transform: translateY(-4px);
}
.section-reinforcement__container__title h2 > .space {
  letter-spacing: 0.1em;
}
@media (max-width: 450px) {
  .section-reinforcement__container__title h2 {
    font-size: min(var(--wrap-width) / 12, 27px);
    line-height: min(var(--wrap-width) / 12, 27px);
  }
}
.section-reinforcement__container__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 130px;
  max-width: 630px;
  margin: 0 auto;
}
.section-reinforcement__container__list-items {
  position: relative;
  background-color: #fff;
}
.section-reinforcement__container__list-items > img {
  position: absolute;
  display: block;
  width: 40%;
  max-width: 250px;
  transform: translateY(-40%) translateX(-13%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-reinforcement__container__list-items:nth-child(2) > img {
  right: -10%;
}
.section-reinforcement__container__list-items:nth-child(2) > area__name {
  text-align: left;
}
.section-reinforcement__container__list-items__area {
  border: solid 3px #08bc59;
  border-radius: 10px;
}
.section-reinforcement__container__list-items__area h4 {
  background-color: #08bc59;
  color: #fff;
  font-size: 3rem;
  padding: 3% 5%;
  text-align: right;
  letter-spacing: 0.1em;
  font-family: 游ゴシック;
}
.section-reinforcement__container__list-items__area h4:nth-child(2) {
  text-align: left;
}
.section-reinforcement__container__list-items__area h4 > span {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: 1%;
}
.section-reinforcement__container__list-items__area__name {
  text-align: right;
  padding: 3% 5% 0;
  margin-bottom: 25px;
}
.section-reinforcement__container__list-items__area__name > span {
  display: block;
  font-size: min(var(--wrap-width) / 22, 30px);
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
.section-reinforcement__container__list-items__area__head {
  padding: 0 5%;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-reinforcement__container__list-items__area__head .yellow {
  display: inline-block;
  background-color: #f3fe7c;
  border-radius: 10px;
  color: #08bc59;
  font-size: min(var(--wrap-width) / 18, 40px);
  font-weight: 600;
  padding: 3%;
  max-height: 80px;
  margin-right: 3%;
}
.section-reinforcement__container__list-items__area__head .big-Green {
  font-size: min(var(--wrap-width) / 3, 130px);
  font-weight: 600;
  color: #08bc59;
  transform: translateY(-80%);
}
.section-reinforcement__container__list-items__area__head .big {
  font-size: min(var(--wrap-width) / 2, 50px);
  font-weight: 600;
  color: #08bc59;
  transform: translateY(60%);
}
.section-reinforcement__container__list-items__area__head .saikou {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: min(var(--wrap-width) / 13, 50px);
}
.section-reinforcement__container__list-items__area > p {
  text-align: left;
  font-size: 2.5rem;
  line-height: 3.75rem;
  padding: 0 5%;
  letter-spacing: 0.1em;
  padding-bottom: 8%;
}
.section-reinforcement__container__list-items .nth2 > h4 {
  text-align: left;
}
.section-reinforcement__container__list-items .nth2 .section-reinforcement__container__list-items__area__name > span {
  text-align: left;
}

@media (max-width: 494px) {
  .section-reinforcement__container__list-items__area h4 {
    font-size: 1.8rem;
  }
  .section-reinforcement__container__list-items__area h4 span {
    font-size: 2.5rem;
  }
  .section-reinforcement__container__list-items__area__name {
    margin-bottom: 0;
  }
  .section-reinforcement__container__list-items__area__name span {
    font-size: 1.4rem;
  }
  .section-reinforcement__container__list-items__area > p {
    text-align: left;
    font-size: 1.6rem;
    line-height: normal;
    padding: 0 5%;
    letter-spacing: 0.1em;
    padding-bottom: 8%;
  }
  .section-reinforcement__container__list-items__area__head {
    margin-bottom: 15px;
  }
  .section-reinforcement__container__list-items__area__head .yellow {
    font-size: min(var(--wrap-width) / 20, 20px);
  }
  .section-reinforcement__container__list-items__area__head .big-Green {
    font-size: min(var(--wrap-width) / 3, 50px);
    transform: translateY(-20%);
  }
  .section-reinforcement__container__list-items__area__head .big {
    transform: translateY(15%);
    font-size: 2.5rem;
  }
  .section-reinforcement__container__list-items__area__head .saikou {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: min(var(--wrap-width) / 15, 40px);
  }
}
/* 既存事業の強化に-pc版 */
@media (min-width: 1120px) {
  .mobile-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .section-reinforcement__container {
    padding: 80px 8%;
  }
  .section-reinforcement__container__title {
    margin-bottom: 100px;
  }
  .section-reinforcement__container__title > p {
    font-size: 3rem;
  }
}
@media (min-width: 1120px) and (min-width: 1020px) {
  .section-reinforcement__container__title > h3 {
    width: 25vw;
    font-size: min(var(--wrap-width) / 29, 30px);
    line-height: 4.5rem;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1120px) {
  .section-reinforcement__container__title > h2 {
    font-size: min(3.4722222222vw, 50px);
  }
  .section-reinforcement__container__list {
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 30px;
    max-width: none;
  }
  .section-reinforcement__container__list-items {
    width: 460px;
  }
  .section-reinforcement__container__list-items > img {
    width: 11.1111111111vw;
    max-width: 160px;
    left: 12%;
  }
  .section-reinforcement__container__list-items__area > h4 {
    font-size: 2.5rem;
    line-height: normal;
  }
  .section-reinforcement__container__list-items__area > h4 span {
    font-size: 3.5rem;
    line-height: normal;
  }
  .section-reinforcement__container__list-items__area__name {
    text-align: left;
    padding: 8% 10% 0;
    margin-bottom: 20px;
  }
  .section-reinforcement__container__list-items__area__name span {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: initial;
  }
  .section-reinforcement__container__list-items__area__head {
    justify-content: center;
    height: 4.1666666667vw;
    max-height: 60px;
    margin-bottom: 20px;
    padding: 0 10%;
  }
  .section-reinforcement__container__list-items__area__head .yellow {
    font-size: min(var(--wrap-width) / 2, 25px);
    line-height: normal;
    padding: 3%;
    font-weight: 800;
  }
  .section-reinforcement__container__list-items__area__head .big-Green {
    font-size: min(var(--wrap-width) / 12, 75px);
    line-height: min(var(--wrap-width) / 12, 75px);
    transform: translateY(-6%);
    font-weight: 800;
  }
  .section-reinforcement__container__list-items__area__head .big {
    font-size: 3.5rem;
    line-height: 3.5rem;
    transform: translateY(24%);
    font-weight: 800;
  }
  .section-reinforcement__container__list-items__area__head .saikou {
    font-size: min(max(var(--wrap-width) / 29, 20px), 30px);
    max-height: none;
  }
  .section-reinforcement__container__list-items__area > p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-bottom: 3%;
  }
  .section-reinforcement__container__list-items .nth2 > h4 {
    text-align: right;
  }
}
/* －－－－－－－－－－－課題－－－－－－－－－－－ */
.section-assignment__container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-assignment__container__wrapper {
  margin-bottom: 60px;
  /* 課題01 */
  /* 課題01-end */
  /* 課題02 */
}
@media (max-width: 450px) {
  .section-assignment__container__wrapper {
    margin-bottom: 30px;
  }
}
.section-assignment__container__wrapper__head {
  background-color: #e8ffef;
  padding: 15% 0 8%;
  /* positionの位置調整 */
}
.section-assignment__container__wrapper__head .fukidashi {
  position: absolute;
  top: -6vw;
  left: -6vw;
  max-width: 100px;
  display: block;
}
@media (min-width: 751px) {
  .section-assignment__container__wrapper__head .fukidashi {
    top: -4.375vw;
    left: -4.375vw;
    /* positionの位置調整 */
  }
}
@media (max-width: 440px) {
  .section-assignment__container__wrapper__head .fukidashi {
    width: 18%;
    left: 50px;
  }
}
.section-assignment__container__wrapper__head .mobile-only {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.section-assignment__container__wrapper__head .pc-only {
  display: none;
}
.section-assignment__container__wrapper__head h2 {
  font-size: min(max(8vw, 30px), 60px);
  line-height: normal;
  margin-bottom: 45px;
}
.section-assignment__container__wrapper__head h2 span {
  position: relative;
  display: block;
  font-size: min(max(10.6666666667vw, 40px), 80px);
  color: #08bc59;
  width: 300px;
  margin: 0 auto;
}
.section-assignment__container__wrapper__logo-area {
  position: relative;
  margin-top: -7%;
  /* 3つの三角 */
}
.section-assignment__container__wrapper__logo-area > img {
  display: block;
  width: 61.333%;
  margin: 0 auto;
}
.section-assignment__container__wrapper__logo-area p {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 6, 40px);
  font-weight: 600;
  line-height: min(var(--wrap-width) / 6, 40px);
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.section-assignment__container__wrapper__logo-area .tryangle {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  /* 3つの三角 */
}
.section-assignment__container__wrapper__logo-area .tryangle > img {
  display: block;
  width: 20px;
  max-width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-assignment__container__wrapper__logo-area > span {
  position: relative;
  background-color: #f3fe7c;
  color: #08bc59;
  font-size: min(var(--wrap-width) / 25, 30px);
  line-height: min(var(--wrap-width) / 6, 34px);
  font-weight: 600;
  border: solid 2px #08bc59;
  border-radius: 50px;
  display: block;
  width: 70%;
  max-width: 525px;
  margin: 0 auto 50px;
  padding: 5px 0;
  /* 吹き出し三角 */
}
.section-assignment__container__wrapper__logo-area > span > span {
  color: #08bc59;
  margin-right: 10px;
}
.section-assignment__container__wrapper__logo-area > span::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #08bc59 transparent transparent transparent;
  bottom: min(max(-2.4vw, 18px), -18px);
  left: 50%;
  transform: translateX(-50%);
}
.section-assignment__container__wrapper__logo-area > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #F3FE7C transparent transparent transparent;
  bottom: min(max(-2.1333333333vw, -16px), -16px);
  left: 50%;
  transform: translateX(-50%);
}
.section-assignment__container__wrapper__lead {
  margin-bottom: 30px;
}
.section-assignment__container__wrapper__lead p {
  font-size: min(var(--wrap-width) / 12, 60px);
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 622px) {
  .section-assignment__container__wrapper__lead p {
    font-size: min(var(--wrap-width) / 12, 30px);
  }
}
.section-assignment__container__wrapper__lead p span {
  font-size: min(var(--wrap-width) / 12, 60px);
  color: #08bc59;
}
.section-assignment__container__wrapper__lead p span .big {
  font-size: 9rem;
}
@media (max-width: 622px) {
  .section-assignment__container__wrapper__lead p span .big {
    font-size: min(var(--wrap-width) / 12, 70px);
  }
}
.section-assignment__container__wrapper__list-area {
  padding: 0 8%;
  margin-bottom: 50px;
  max-width: 750px;
  margin: 0 auto 50px;
}
.section-assignment__container__wrapper__list-area h3 {
  font-size: min(var(--wrap-width) / 22, 30px);
  line-height: normal;
  color: #fff;
  background-color: #08bc59;
  border-radius: 30px 30px 0 0;
  font-weight: 500;
  padding: 3% 3%;
}
.section-assignment__container__wrapper__list-area__mobile-list {
  position: relative;
  padding: 5%;
  list-style: none;
  background-color: #e8ffef;
  border-right: solid 2px #08bc59;
  border-left: solid 2px #08bc59;
  border-bottom: solid 2px #08bc59;
  border-radius: 0 0 30px 30px;
  /* 吹き出し三角 */
  /* 吹き出し三角-end */
}
.section-assignment__container__wrapper__list-area__mobile-list__items {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 3%;
}
.section-assignment__container__wrapper__list-area__mobile-list__items__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
.section-assignment__container__wrapper__list-area__mobile-list__items__head__title {
  flex: 5;
}
.section-assignment__container__wrapper__list-area__mobile-list__items__head__title h4 {
  font-size: min(max(12vw, 50px), 90px);
  font-weight: 300;
  line-height: 1;
  color: #08bc59;
  margin-bottom: 20px;
}
.section-assignment__container__wrapper__list-area__mobile-list__items__head__title > p {
  font-size: min(var(--wrap-width) / 25, 30px);
  text-align: center;
  font-weight: 600;
}
.section-assignment__container__wrapper__list-area__mobile-list__items__head__title > p span {
  font-size: min(var(--wrap-width) / 20, 20px);
  font-weight: 600;
}
.section-assignment__container__wrapper__list-area__mobile-list__items__head > img {
  display: block;
  width: 34.666%;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 5;
}
.section-assignment__container__wrapper__list-area__mobile-list__items > p {
  text-align: left;
  font-size: min(var(--wrap-width) / 20, 25px);
  font-weight: 400;
  line-height: normal;
}
.section-assignment__container__wrapper__list-area__mobile-list::before {
  position: absolute;
  content: "";
  display: block;
  bottom: min(max(-3.5746201966vw, -40px), -40px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 32.5px 0 32.5px;
  border-color: #08bc59 transparent transparent transparent;
}
.section-assignment__container__wrapper__list-area__mobile-list::after {
  position: absolute;
  content: "";
  display: block;
  bottom: min(max(-3.2171581769vw, -36px), -36px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 32.5px 0 32.5px;
  border-color: #E8FFEF transparent transparent transparent;
}
@media (max-width: 450px) {
  .section-assignment__container__wrapper .section-assignment__container__wrapper__head h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__head h2 span {
    font-size: 3.8rem;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__logo-area p {
    margin-bottom: 15px;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__logo-area .tryangle img {
    width: 14px;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__logo-area > span {
    font-size: min(var(--wrap-width) / 20, 18px);
    line-height: normal;
    width: 90%;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__lead {
    margin-bottom: 20px;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__lead p {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__lead p span .big {
    font-size: 4rem;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__list-area h3 {
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__list-area__mobile-list__items__head__title h4 {
    margin-bottom: 10px;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__list-area__mobile-list__items__head__title p {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__list-area__mobile-list__items__head__title p span {
    font-size: 1rem;
  }
  .section-assignment__container__wrapper .section-assignment__container__wrapper__list-area__mobile-list__items > p {
    font-size: 1.3rem;
    line-height: 1.95rem;
  }
}
.section-assignment__container__wrapper__illust {
  position: relative;
  padding: 0 8%;
  max-width: 750px;
  margin: 0 auto;
}
.section-assignment__container__wrapper__illust__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5%;
  background-color: #fffeea;
  border-radius: 30px;
  gap: 40px;
}
.section-assignment__container__wrapper__illust__inner > img {
  display: block;
  position: absolute;
  bottom: 16%;
  left: 2%;
  width: 38.666%;
}
.section-assignment__container__wrapper__illust__inner p {
  text-align: center;
  font-size: min(var(--wrap-width) / 20, 35px);
  font-weight: 600;
  line-height: min(var(--wrap-width) / 13, 50px);
  border-radius: 30px;
  padding: 25px 0;
}
@media (max-width: 450px) {
  .section-assignment__container__wrapper__illust__inner p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 15px 0;
  }
}
.section-assignment__container__wrapper__illust__inner p > span {
  color: #08bc59;
}
.section-assignment__container__wrapper__illust__inner .padding {
  padding: 40px 0;
}
@media (max-width: 450px) {
  .section-assignment__container__wrapper__illust__inner .padding {
    padding: 25px 0;
  }
}
.section-assignment__container__wrapper__image {
  padding-bottom: 15%;
  background-color: #e8ffef;
}
.section-assignment__container__wrapper__image .mobile-only {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-assignment__container__wrapper__lead-area {
  margin-top: -8%;
  margin-bottom: 40px;
}
.section-assignment__container__wrapper__lead-area .yellow {
  position: relative;
  background-color: #f3fe7c;
  color: #08bc59;
  font-size: min(var(--wrap-width) / 25, 35px);
  line-height: min(var(--wrap-width) / 15, 40px);
  font-weight: 700;
  border: solid 2px #08bc59;
  border-radius: 100px;
  display: block;
  width: 80%;
  margin: 0 auto 50px;
  padding: 3%;
  /* 吹き出し三角 */
}
.section-assignment__container__wrapper__lead-area .yellow::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #08bc59 transparent transparent transparent;
  bottom: min(max(-2.4vw, 18px), -18px);
  left: 50%;
  transform: translateX(-50%);
}
.section-assignment__container__wrapper__lead-area .yellow::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #F3FE7C transparent transparent transparent;
  bottom: min(max(-2.1333333333vw, -16px), -16px);
  left: 50%;
  transform: translateX(-50%);
}
.section-assignment__container__wrapper__lead-area .big {
  font-size: min(var(--wrap-width) / 11, 58px);
  font-weight: 700;
  line-height: min(var(--wrap-width) / 5, 70px);
  padding: 0 3%;
}
.section-assignment__container__wrapper__lead-area .big span {
  color: #08bc59;
}
.section-assignment__container__wrapper__lead-area .big span .big2 {
  font-size: min(var(--wrap-width) / 4, 80px);
}
@media (max-width: 373px) {
  .section-assignment__container__wrapper__lead-area .big span .big2 {
    font-size: min(var(--wrap-width) / 4, 50px);
  }
}
.section-assignment__container__wrapper__icon-area {
  padding: 0 8%;
  max-width: 750px;
  margin: 0 auto 50px;
}
.section-assignment__container__wrapper__icon-area > p {
  font-size: min(var(--wrap-width) / 22, 35px);
  font-weight: 500;
  line-height: 3.5rem;
  background-color: #08bc59;
  color: #fff;
  padding: 3%;
  border-radius: 30px 30px 0 0;
}
.section-assignment__container__wrapper__icon-area__list {
  position: relative;
  list-style: none;
  background-color: #fff;
  border-right: solid 2px #08bc59;
  border-left: solid 2px #08bc59;
  border-bottom: solid 2px #08bc59;
  border-radius: 0 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
  flex-wrap: wrap;
  gap: 10%;
  /* 吹き出し三角 */
}
.section-assignment__container__wrapper__icon-area__list::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 32.5px 0 32.5px;
  border-color: #08bc59 transparent transparent transparent;
}
.section-assignment__container__wrapper__icon-area__list::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 32.5px 0 32.5px;
  border-color: #fff transparent transparent transparent;
}
.section-assignment__container__wrapper__icon-area__list-items {
  width: 38.5%;
}
.section-assignment__container__wrapper__icon-area__list-items .mobile-only {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-assignment__container__wrapper__icon-area__list-items .pc-only {
  display: none;
}

/* 課題-mobile版 */
@media (max-width: 450px) {
  .section-assignment__container__wrapper__lead-area {
    margin-bottom: 20px;
  }
  .section-assignment__container__wrapper__lead-area .yellow {
    font-size: min(var(--wrap-width) / 25, 16px);
    line-height: min(var(--wrap-width) / 10, 22px);
    margin-bottom: 18px;
  }
  .section-assignment__container__wrapper__lead-area .big {
    font-size: 2.5rem;
    line-height: normal;
  }
  .section-assignment__container__wrapper__lead-area .big span .big2 {
    font-size: 3.5rem;
  }
  .section-assignment__container__wrapper__icon-area > p {
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
  }
}
/* 課題-pc版 */
@media (min-width: 1120px) {
  .section-assignment .mobile-only {
    display: none;
  }
  .section-assignment .pc-only {
    display: block;
  }
  .section-assignment__container__wrapper {
    margin-bottom: 70px;
    /* 課題02 */
  }
  .section-assignment__container__wrapper__head {
    padding: 2.7777777778vw 0 4.1666666667vw;
  }
  .section-assignment__container__wrapper__head > h2 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    font-size: 2.7777777778vw;
  }
  .section-assignment__container__wrapper__head > h2 > span {
    width: initial;
    font-size: 4.1666666667vw;
    margin: 0;
  }
  .section-assignment__container__wrapper__head > h2 > span > img {
    top: -13% !important;
    left: -120px !important;
  }
  .section-assignment__container__wrapper__head .pc-only {
    margin: 0 auto;
  }
  .section-assignment__container__wrapper__logo-area {
    margin-top: -2%;
  }
  .section-assignment__container__wrapper__logo-area__pc-only {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-assignment__container__wrapper__logo-area__pc-only > img {
    width: 21%;
  }
  .section-assignment__container__wrapper__logo-area__pc-only > p {
    margin-bottom: 0;
    letter-spacing: initial;
  }
  .section-assignment__container__wrapper__logo-area .tryangle {
    margin: 15px 0;
  }
  .section-assignment__container__wrapper__logo-area .tryangle > img {
    width: 17px;
  }
  .section-assignment__container__wrapper__logo-area > span {
    width: 34.7222222222vw;
    max-width: 500px;
    margin: 0 auto 30px;
    font-size: min(1.7361111111vw, 25px);
    padding: 10px 0;
  }
  .section-assignment__container__wrapper__logo-area > span::before {
    bottom: -32%;
  }
  .section-assignment__container__wrapper__logo-area > span::after {
    bottom: -26%;
  }
  .section-assignment__container__wrapper__lead {
    margin-bottom: 30px;
  }
  .section-assignment__container__wrapper__lead p {
    font-size: min(2.7777777778vw, 40px);
    line-height: normal;
    font-weight: 800;
  }
  .section-assignment__container__wrapper__lead p span {
    display: inline-block;
    transform: translateX(-7px);
    font-size: min(2.7777777778vw, 40px);
  }
  .section-assignment__container__wrapper__lead p span .big {
    display: inline-block;
    font-size: min(3.4722222222vw, 50px);
    line-height: min(3.4722222222vw, 50px);
    transform: translateX(1px);
  }
  .section-assignment__container__wrapper__list-area {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
  }
  .section-assignment__container__wrapper__list-area > h3 {
    font-size: min(2.4305555556vw, 35px);
    line-height: normal;
    padding: 10px 3%;
  }
  .section-assignment__container__wrapper__list-area__mobile-list {
    display: none;
  }
  .section-assignment__container__wrapper__list-area__pc-list {
    position: relative;
    display: block;
    list-style: none;
    border: solid 2px #08bc59;
    border-radius: 0 0 30px 30px;
    margin-bottom: 50px;
    /* 吹き出し三角 */
    /* 吹き出し三角-end */
  }
  .section-assignment__container__wrapper__list-area__pc-list__items {
    padding: 40px 40px 0;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #08bc59;
    margin-top: 20px;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items:last-child {
    margin-bottom: 40px;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items:last-child::after {
    content: none;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items__head {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-align: justify;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items__head > h4 {
    font-size: min(5.4166666667vw, 78px);
    font-weight: 500;
    line-height: min(5.4166666667vw, 78px);
    color: #08bc59;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items__head__title p {
    font-size: min(1.7361111111vw, 25px);
    line-height: min(2.6041666667vw, 37.5px);
    font-weight: 600;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items__head__title p:last-child {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 500;
  }
  .section-assignment__container__wrapper__list-area__pc-list__items__head > img {
    display: block;
    width: 11.1111111111vw;
    max-width: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 163/102;
  }
  .section-assignment__container__wrapper__list-area__pc-list::before {
    position: absolute;
    content: "";
    display: block;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 32.5px 0 32.5px;
    border-color: #08bc59 transparent transparent transparent;
  }
  .section-assignment__container__wrapper__list-area__pc-list::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 32.5px 0 32.5px;
    border-color: #fff transparent transparent transparent;
  }
  .section-assignment__container__wrapper__illust {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
  }
  .section-assignment__container__wrapper__illust__inner img {
    width: 13.5416666667vw;
    max-width: 195px;
    bottom: 0;
  }
  .section-assignment__container__wrapper__illust__inner p {
    width: 70%;
    font-size: 3rem;
    line-height: normal;
    padding: 30px 0 !important;
    text-align: left;
  }
  .section-assignment__container__wrapper__image {
    padding-bottom: 70px;
  }
  .section-assignment__container__wrapper__image img {
    margin: 0 auto;
  }
  .section-assignment__container__wrapper__lead-area {
    margin-top: -30px;
  }
  .section-assignment__container__wrapper__lead-area .yellow {
    width: 60%;
    font-size: min(1.7361111111vw, 25px);
    line-height: 3.75rem;
    padding: 10px 3%;
    margin-bottom: 30px;
  }
  .section-assignment__container__wrapper__lead-area .yellow::before {
    bottom: -18px;
  }
  .section-assignment__container__wrapper__lead-area .yellow::after {
    bottom: -15px;
  }
  .section-assignment__container__wrapper__lead-area .big {
    font-size: min(2.7777777778vw, 40px);
  }
  .section-assignment__container__wrapper__lead-area .big > span .big2 {
    font-size: min(4.5138888889vw, 65px);
  }
  .section-assignment__container__wrapper__icon-area {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
  }
  .section-assignment__container__wrapper__icon-area p {
    font-size: min(2.4305555556vw, 35px);
    line-height: normal;
    padding: 10px 3%;
  }
  .section-assignment__container__wrapper__icon-area__list {
    padding: 40px 3%;
    margin-bottom: 50px;
    gap: 50px;
    /* 吹き出し三角 */
  }
  .section-assignment__container__wrapper__icon-area__list::before {
    position: absolute;
    content: "";
    display: block;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 32.5px 0 32.5px;
    border-color: #08bc59 transparent transparent transparent;
  }
  .section-assignment__container__wrapper__icon-area__list::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 32.5px 0 32.5px;
    border-color: #fff transparent transparent transparent;
    /* 吹き出し三角-end */
  }
  .section-assignment__container__wrapper__icon-area__list-items {
    width: initial;
  }
  .section-assignment__container__wrapper__icon-area__list-items img {
    width: 14.9305555556vw;
    max-width: 215px;
    margin-bottom: 20px;
  }
  .section-assignment__container__wrapper__icon-area__list-items p {
    color: #08bc59;
    font-size: 2rem;
    line-height: normal;
    padding: 0;
    font-weight: 600;
  }
}
/* －－－－－－－－－－－アンケート広告－－－－－－－－－－－ */
.section-questionnaire__container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-questionnaire__container__image .mobile-only {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-questionnaire__container p {
  max-width: 750px;
  margin: 0 auto;
  padding: 4% 8%;
  text-align: left;
  font-size: min(var(--wrap-width) / 22, 20px);
  font-weight: 400;
  background-color: #e8ffef;
}
@media (max-width: 578px) {
  .section-questionnaire__container p {
    font-size: min(var(--wrap-width) / 22, 16px);
  }
}
@media (max-width: 450px) {
  .section-questionnaire__container p {
    font-size: 1.1rem;
    line-height: normal;
  }
}

/* アンケート広告-pc版 */
@media (min-width: 1120px) {
  .section-questionnaire .mobile-only {
    display: none;
  }
  .section-questionnaire .pc-only {
    display: block;
  }
  .section-questionnaire__container {
    position: relative;
  }
  .section-questionnaire__container > p {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    padding: 0;
    width: 63.8888888889vw;
    max-width: 920px;
    background-color: initial;
    text-align: right;
    font-size: 1.4rem;
  }
  .section-questionnaire__container__image {
    overflow: hidden;
  }
  .section-questionnaire__container__image img {
    width: 100%;
    width: 130%;
    transform: translateX(-11%);
  }
}
/* －－－－－－－－－－－プレゼント広告　コンバージョンボタン－－－－－－－－－－－ */
.section-present__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8% 0 0 0;
}
.section-present__container h2 {
  font-size: min(var(--wrap-width) / 15, 50px);
  line-height: min(var(--wrap-width) / 13, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 8%;
  margin-bottom: 4%;
}
.section-present__container h2 > .Green-bg {
  display: block;
  width: 52vw;
  margin: 0 auto 4%;
  color: #fff;
  border-radius: 100px;
  background-color: #08bc59;
  font-size: min(var(--wrap-width) / 21, 35px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section-present__container h2 > .big {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 8, 70px);
  line-height: min(var(--wrap-width) / 3, 90px);
  letter-spacing: 0.1em;
}
@media (max-width: 487px) {
  .section-present__container h2 > .big {
    font-size: min(var(--wrap-width) / 8, 60px);
  }
}
.section-present__container__image {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.section-present__container__image .mobile-only {
  display: block;
  width: 100%;
}
.section-present__container__image__cv-btn {
  /* コンバージョンボタン */
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  /* コンバージョンボタン-end */
}
.section-present__container__image__cv-btn .orange-btn {
  position: relative;
  display: block;
  color: #fff;
  background-color: #FD4D00;
  border-radius: 100px;
  text-decoration: none;
  font-size: calc(var(--wrap-width) / 21);
  font-weight: 600;
  line-height: calc(var(--wrap-width) / 16);
  padding: 2% 0;
  width: 84%;
  max-width: 630px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  box-shadow: 8px 11px 0px -5px rgba(0, 0, 0, 0.3);
}
.section-present__container__image__cv-btn .orange-btn:hover {
  opacity: 1;
  color: #FD4D00;
  border: solid 1px #FD4D00;
  background-color: #fff;
  transition: all 0.3s;
}
.section-present__container__image__cv-btn .orange-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background-image: url("..//image/common/tryangle-orange_btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-present__container__image__cv-btn .orange-btn:hover::after {
  opacity: 1;
  background-image: url("..//image/common/tryangle-orange-hover_btn.svg");
  transition: all 0.3s;
}
.section-present__container__image__cv-btn .orange-btn span {
  color: #fff;
  letter-spacing: initial;
}
.section-present__container__image__cv-btn .orange-btn:hover span {
  opacity: 1;
  color: #FD4D00;
  transition: all 0.3s;
}

/* プレゼント広告　コンバージョンボタン-mobile版 */
@media (max-width: 450px) {
  .section-present__container h2 {
    font-size: min(var(--wrap-width) / 15, 25px);
  }
  .section-present__container h2 .Green-bg {
    font-size: min(var(--wrap-width) / 21, 18px);
    margin-bottom: 14px;
  }
  .section-present__container h2 .big {
    font-size: 3.5rem;
    line-height: normal;
  }
}
/* プレゼント広告　コンバージョンボタン-pc版 */
@media (min-width: 1120px) {
  .section-present .mobile-only {
    display: none;
  }
  .section-present .pc-only {
    display: block;
  }
  .section-present__container {
    padding: 50px 0 0;
  }
  .section-present__container h2 {
    font-size: 4rem;
    line-height: normal;
    letter-spacing: initial;
    margin-bottom: 30px;
  }
  .section-present__container h2 .Green-bg {
    max-width: 300px;
    font-size: 2.5rem;
    line-height: 4.5rem;
    margin-bottom: 20px;
  }
  .section-present__container h2 .big {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: initial;
  }
  .section-present__container__image {
    overflow: hidden;
    max-width: none;
  }
  .section-present__container__image img {
    width: 130%;
    transform: translateX(-11%);
  }
  .section-present__container__image__cv-btn {
    /* コンバージョンボタン */
  }
  .section-present__container__image__cv-btn .orange-btn {
    font-size: min(var(--wrap-width) / 33, 24px);
    line-height: min(var(--wrap-width) / 33, 24px);
    width: 36%;
    max-width: 540px;
    max-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* コンバージョンボタン-end */
  }
  .section-present__container__image__cv-btn .orange-btn .mobile-only {
    display: none;
  }
  .section-present__container__image__cv-btn .orange-btn:hover {
    opacity: 1;
    color: #FD4D00;
    border: solid 1px #FD4D00;
    background-color: #fff;
    transition: all 0.3s;
  }
  .section-present__container__image__cv-btn .orange-btn::after {
    width: 1.75vw;
    height: 1.75vw;
    right: 5%;
  }
  .section-present__container__image__cv-btn .orange-btn span {
    color: #fff;
    letter-spacing: initial;
  }
}
/* －－－－－－－－－－－なぜ今－－－－－－－－－－－ */
.section-why__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16% 8% 10.666%;
  background-color: #fffeea;
}
.section-why__container__head {
  margin-bottom: 50px;
}
.section-why__container__head h2 {
  font-size: min(var(--wrap-width) / 8, 57px);
  font-weight: 700;
  line-height: min(var(--wrap-width) / 4, 80px);
  position: relative;
  width: 86.6666666667vw;
  max-width: 650px;
  position: relative;
  margin: 0 auto 30px;
}
.section-why__container__head h2 > img {
  position: absolute;
  width: 13.3333333333vw;
  max-width: 100px;
  top: -40%;
  left: 0;
}
@media (min-width: 830px) and (max-width: 1119px) {
  .section-why__container__head h2 > img {
    top: -7.417336908vw;
  }
}
.section-why__container__head h2 > .circle {
  display: inline-block;
  width: min(2vw, 15px);
  height: min(2vw, 15px);
  background-color: #333;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}
@media (max-width: 740px) {
  .section-why__container__head h2 {
    font-size: min(var(--wrap-width) / 14, 60px);
    line-height: min(var(--wrap-width) / 10, 80px);
  }
}
.section-why__container__head h3 {
  position: relative;
  width: 86%;
  padding: 10px 0;
  margin: 0 auto;
  font-size: min(var(--wrap-width) / 17, 25px);
  line-height: min(var(--wrap-width) / 10, 40px);
  font-weight: 800;
  background-color: #f3fe7c;
  border-bottom: solid 2px #333;
}
.section-why__container__head h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 17px 18px 0 18px;
  border-color: #333 transparent transparent transparent;
}
.section-why__container__head h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 17px 18px 0 18px;
  border-color: #F3FE7C transparent transparent transparent;
}
.section-why__container__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
}
.section-why__container__list__items > img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.section-why__container__list__items > span {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
.section-why__container__graph {
  position: relative;
  border: solid 3px #08bc59;
  background-color: #fff;
  border-radius: 30px;
  padding: 8% 3% 5.3333333333%;
  margin-bottom: 20px;
}
.section-why__container__graph__head {
  margin-bottom: 35px;
}
.section-why__container__graph__head > img {
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: max(14.1333333333vw, 50px);
  max-width: 106px;
}
.section-why__container__graph__head h2 {
  font-size: min(var(--wrap-width) / 10, 40px);
  line-height: min(var(--wrap-width) / 10, 50px);
  font-weight: 800;
  margin-bottom: 30px;
}
.section-why__container__graph__head h2 > span {
  letter-spacing: 0.1em;
}
.section-why__container__graph__head > p {
  position: relative;
  width: 75%;
  padding: 10px 0;
  margin: 0 auto;
  font-size: min(var(--wrap-width) / 17, 25px);
  line-height: min(var(--wrap-width) / 19, 40px);
  font-weight: 800;
  background-color: #f3fe7c;
  border-bottom: solid 2px #333;
}
.section-why__container__graph__head > p::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 17px 18px 0 18px;
  border-color: #333 transparent transparent transparent;
}
.section-why__container__graph__head > p::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 17px 18px 0 18px;
  border-color: #F3FE7C transparent transparent transparent;
}
@media (max-width: 564px) {
  .section-why__container__graph__head > p {
    font-size: min(var(--wrap-width) / 23, 25px);
  }
}
.section-why__container__graph__big {
  position: relative;
}
.section-why__container__graph__big .graph {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-why__container__graph__big .big-circle {
  position: absolute;
  top: -43%;
  right: -10%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 30%;
  max-width: 173px;
}
@media (max-width: 655px) {
  .section-why__container__graph__big .big-circle {
    width: min(var(--wrap-width) / 5, 173px);
    top: -60%;
  }
}
.section-why__container > p {
  text-align: right;
  font-size: min(var(--wrap-width) / 27, 20px);
}

/* なぜ今-mobile版 */
@media (max-width: 450px) {
  .section-why__container {
    padding: 60px 8% 40px;
  }
  .section-why__container__head {
    margin-bottom: 25px;
  }
  .section-why__container__head h2 {
    font-size: min(var(--wrap-width) / 10, 25px);
    line-height: min(var(--wrap-width) / 12, 35px);
    margin-bottom: 20px;
  }
  .section-why__container__head h2 img {
    width: 15.5%;
    top: -35px;
  }
  .section-why__container__head h3 {
    font-size: min(var(--wrap-width) / 23, 14px);
    width: 100%;
    padding: 0;
  }
  .section-why__container__list {
    margin-bottom: 50px;
  }
  .section-why__container__list__items img {
    width: 18.6666666667vw;
    max-width: 200px;
    margin: 0 auto;
  }
  .section-why__container__list__items span {
    font-size: 1.2rem;
  }
  .section-why__container__graph {
    margin-bottom: 10px;
  }
  .section-why__container__graph__head h2 {
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 15px;
  }
  .section-why__container__graph__head p {
    font-size: 1.4rem;
    line-height: normal;
  }
  .section-why__container__graph__big .big-circle {
    top: -120px;
    width: max(24vw, 50px);
  }
}
@media (max-width: 450px) and (max-width: 380px) {
  .section-why__container__graph__big .big-circle {
    top: -150px;
  }
}
@media (max-width: 450px) {
  .section-why__container > p {
    font-size: 1.1rem;
  }
}
/* なぜ今-pc版 */
@media (min-width: 1120px) {
  .section-why__container {
    padding: 100px 0 80px;
  }
  .section-why__container__head > h2 {
    font-size: 4rem;
    line-height: 6rem;
    margin-bottom: 30px;
  }
  .section-why__container__head > h2 img {
    top: -35%;
    left: 4%;
  }
  .section-why__container__head > h2 .circle {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .section-why__container__head > h3 {
    width: 30%;
    font-size: 2rem;
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .section-why__container__list {
    gap: 20px;
  }
  .section-why__container__list__items img {
    display: initial;
    width: 6.9444444444vw;
    max-width: 100px;
  }
  .section-why__container__list__items span {
    font: 1.6rem;
  }
  .section-why__container__graph {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto 20px;
    padding: 70px 0 30px;
  }
  .section-why__container__graph__head img {
    top: -70px;
  }
  .section-why__container__graph__head h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .section-why__container__graph__head p {
    width: 35%;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0;
  }
  .section-why__container__graph__big .graph {
    width: 61%;
    margin: 0 auto;
  }
  .section-why__container__graph__big .big-circle {
    width: 11.1111111111vw;
    max-width: 160px;
    right: 5%;
    top: -5%;
  }
  .section-why__container > p {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
/* －－－－－－－－－－－一方で－－－－－－－－－－－ */
.section-shortage__container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-shortage__container__head {
  background-color: #e8ffef;
  padding: 8% 0 10%;
}
.section-shortage__container__head .illust {
  display: block;
  margin: 0 auto;
}
.section-shortage__container__head > p {
  font-size: min(var(--wrap-width) / 12, 55px);
  line-height: min(var(--wrap-width) / 10, 80px);
  font-weight: 800;
}
.section-shortage__container__head > p > span {
  position: relative;
  display: block;
  color: #08bc59;
  font-weight: 700;
  font-size: min(var(--wrap-width) / 13, 28px);
  line-height: 1;
  letter-spacing: 0.1em;
  width: 32%;
  min-width: 358px;
  margin: 25px auto 25px;
  padding: 0 10px;
}
@media (max-width: 370px) {
  .section-shortage__container__head > p > span {
    width: 100%;
    min-width: initial;
  }
}
.section-shortage__container__head > p > span .mobile-only {
  display: block;
  width: 10vw;
  max-width: 100px;
  position: absolute;
  top: -7.1492403932vw;
  left: -7.1492403932vw;
}
@media (max-width: 550px) {
  .section-shortage__container__head > p > span .mobile-only {
    width: 12.7272727273vw;
    min-width: 70px;
    left: -10px;
    top: -60px;
  }
}
.section-shortage__container__lead {
  position: relative;
  margin-top: -35px;
  margin-bottom: 100px;
  /* 3つの三角 */
}
@media (max-width: 420px) {
  .section-shortage__container__lead {
    margin-top: -25px;
  }
}
.section-shortage__container__lead .head {
  width: 56%;
  margin: 0 auto 30px;
  padding: 2.2666666667%;
  border: solid 2px #08bc59;
  border-radius: 100px;
  font-size: min(var(--wrap-width) / 20, 32px);
  line-height: min(var(--wrap-width) / 12, 32px);
  font-weight: 700;
  color: #08bc59;
}
.section-shortage__container__lead .tryangle {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  /* 3つの三角 */
}
.section-shortage__container__lead .tryangle > img {
  display: block;
  width: 20px;
  max-width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-shortage__container__lead__green {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8%;
}
.section-shortage__container__lead__green > .green-bg {
  display: inline-block;
  color: #fff;
  background-color: #08bc59;
  font-size: min(var(--wrap-width) / 13, 55px);
  line-height: normal;
  font-weight: 700;
}
.section-shortage__container__lead__green > .green-bg:nth-child(2) {
  width: 76.2%;
  margin: 0 auto;
}
.section-shortage__container__lead__green > .green-bg:nth-child(3) {
  width: 67.5%;
  margin: 0 auto;
}
.section-shortage__container__lead__green > .green-bg:nth-child(4) {
  width: 65.7%;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.section-shortage__container__lead__green > .yellow {
  color: #F3FE7C;
}
.section-shortage__container__lead__green__pc-only {
  display: none;
}
.section-shortage__container__movie {
  padding: 0 12%;
  margin-bottom: 60px;
}
.section-shortage__container__movie__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 70px;
}
.section-shortage__container__movie__head h2 {
  position: relative;
  font-size: min(var(--wrap-width) / 15, 35px);
  line-height: normal;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.section-shortage__container__movie__head h2 > span {
  color: #08bc59;
}
.section-shortage__container__movie__head h2 > img {
  position: absolute;
  display: block;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  width: 25.6vw;
  max-width: 192px;
}
@media (max-width: 730px) {
  .section-shortage__container__movie__head h2 > img {
    width: 13.698630137vw;
    transform: translateY(-90%);
  }
}
.section-shortage__container__movie__youtube > iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.section-shortage__container__graph {
  padding: 0 3% 8%;
  text-align: right;
}
.section-shortage__container__graph__inner {
  padding: 8% 3%;
  background-color: #fff;
  border: solid 2px #08bc59;
  border-radius: 30px;
  margin-bottom: 10px;
}
.section-shortage__container__graph__inner > p {
  font-size: min(var(--wrap-width) / 13, 38px);
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.section-shortage__container__graph__inner > p span {
  font-size: min(var(--wrap-width) / 13, 45px);
  color: #08bc59;
}
.section-shortage__container__graph__inner > img {
  display: block;
  width: 100%;
}
.section-shortage__container__graph > span {
  display: block;
  font-size: 2rem;
}

/* 一方で-mobile */
@media (max-width: 450px) {
  .section-shortage__container__head .illust {
    width: 37.3333333333vw;
  }
  .section-shortage__container__head > p {
    font-size: max(var(--wrap-width) / 20, 25px);
    line-height: normal;
  }
  .section-shortage__container__head > p span {
    font-size: 1.5rem;
    margin: 10px 0 15px;
  }
  .section-shortage__container__head > p span .mobile-only {
    width: 13.3333333333vw;
    min-width: initial;
    left: 46px;
  }
  .section-shortage__container__lead {
    margin-top: -20px;
    margin-bottom: 60px;
  }
  .section-shortage__container__lead .head {
    font-size: 1.6rem;
    padding: 0 3%;
    margin: 0 auto;
  }
  .section-shortage__container__lead .tryangle {
    margin: 10px auto;
  }
  .section-shortage__container__lead .tryangle img {
    width: 14px;
  }
  .section-shortage__container__lead__green {
    gap: 10px;
  }
  .section-shortage__container__lead__green .green-bg {
    font-size: max(var(--wrap-width) / 20, 25px);
  }
  .section-shortage__container__movie {
    margin-bottom: 30px;
  }
  .section-shortage__container__movie__head {
    margin-bottom: 30px;
  }
  .section-shortage__container__movie__head h2 {
    font-size: 1.6rem;
  }
  .section-shortage__container__movie__head h2 img {
    width: 22.2222222222vw;
    transform: translateY(-57px);
  }
  .section-shortage__container__graph__inner p {
    font-size: min(var(--wrap-width) / 21, 20px);
    margin-bottom: 15px;
  }
  .section-shortage__container__graph__inner p span {
    font-size: 3rem;
  }
  .section-shortage__container__graph > span {
    font-size: 1.1rem;
  }
}
/* 一方で-pc */
@media (min-width: 1120px) {
  .section-shortage .mobile-only {
    display: none;
  }
  .section-shortage__container {
    /* 表のサイズ共通 */
  }
  .section-shortage__container__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 100px 18% 60px;
  }
  .section-shortage__container__head .illust {
    margin: 0;
  }
  .section-shortage__container__head > p {
    text-align: left;
    font-size: 3.5rem;
    line-height: normal;
  }
  .section-shortage__container__head > p span {
    font-size: 2.5rem;
    margin: 0 0 30px 0;
    width: 320px;
  }
  .section-shortage__container__head > p span .mobile-only {
    display: none;
  }
  .section-shortage__container__head > p span .pc-only {
    display: block;
    width: 6.9444444444vw;
    max-width: 100px;
    position: absolute;
    top: max(min(-3.3333333333vw, -48px), -48px);
    right: max(min(-5.0694444444vw, -73px), -73px);
  }
  .section-shortage__container__lead .head {
    width: 22%;
    font-size: min(1.7361111111vw, 25px);
    line-height: 3.75rem;
    padding: 10px 1%;
    margin-bottom: 0;
  }
  .section-shortage__container__lead .tryangle {
    margin: 20px 0;
  }
  .section-shortage__container__lead .tryangle img {
    width: 17px;
  }
  .section-shortage__container__lead__green {
    display: none;
  }
  .section-shortage__container__lead__green__pc-only {
    display: block;
  }
  .section-shortage__container__lead__green__pc-only p {
    font-size: min(var(--wrap-width) / 13, 55px) !important;
  }
  .section-shortage__container__lead__green__pc-only > .green-bg {
    display: inline-block;
    color: #fff;
    background-color: #08bc59;
    font-size: min(var(--wrap-width) / 13, 55px);
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 30px;
  }
  .section-shortage__container__lead__green__pc-only > .green-bg:nth-child(2) {
    margin: 0 auto;
  }
  .section-shortage__container__lead__green__pc-only > .green-bg:nth-child(3) {
    width: 67.5%;
    margin: 0 auto;
  }
  .section-shortage__container__lead__green__pc-only > .green-bg:nth-child(4) {
    width: 65.7%;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
  .section-shortage__container__lead__green__pc-only > .yellow {
    color: #F3FE7C;
  }
  .section-shortage__container__movie {
    margin-bottom: 100px;
  }
  .section-shortage__container__movie__head {
    justify-content: center;
    margin-bottom: 40px;
  }
  .section-shortage__container__movie__head h2 {
    position: relative;
    font-size: 3.5rem;
    text-align: left;
    z-index: 3;
    max-width: 570px;
  }
  .section-shortage__container__movie__head h2 img {
    top: 110%;
    right: -28%;
  }
  .section-shortage__container__movie__youtube {
    position: relative;
    z-index: 3;
    width: 39.5833333333vw;
    max-width: 570px;
    margin: 0 auto;
  }
  .section-shortage__container__graph {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto 20px;
    padding: 0 0 50px;
    /* 表のサイズ共通 */
  }
  .section-shortage__container__graph__inner p {
    font-size: 4rem;
  }
  .section-shortage__container__graph__inner p span {
    font-size: 5rem;
    color: #08bc59;
  }
  .section-shortage__container__graph__inner img {
    width: 48.6111111111vw;
    max-width: 700px;
    margin: 0 auto;
  }
  .section-shortage__container__graph > span {
    font-size: 1.4rem;
    padding: 0;
  }
}
/* －－－－－－－－－－－オーシャン－－－－－－－－－－－ */
.section-ocean__container {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #fffeea;
}
.section-ocean__container__title {
  position: relative;
  padding: 100px 0 60px;
}
.section-ocean__container__title h2 {
  font-size: min(var(--wrap-width) / 15, 50px);
  font-weight: 700;
  line-height: 3rem;
  padding: 0 3%;
}
.section-ocean__container__title h2 .small {
  font-size: min(var(--wrap-width) / 13, 33px);
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 260px;
}
.section-ocean__container__title h2 .small .sarani {
  position: absolute;
  top: -11vw;
  left: -22vw;
  width: 13.3333333333vw;
  max-width: 100px;
}
@media (max-width: 478px) {
  .section-ocean__container__title h2 .small .sarani {
    top: -10vw;
    left: -8vw;
  }
}
@media (min-width: 751px) and (max-width: 1119px) {
  .section-ocean__container__title h2 .small .sarani {
    top: -6.2555853441vw;
    left: -16.0857908847vw;
  }
}
.section-ocean__container__title h2 .Green {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 9, 80px);
  line-height: min(var(--wrap-width) / 5, 111px);
  font-weight: 800;
}
.section-ocean__container__graph {
  padding: 0 8%;
  margin-bottom: 50px;
}
.section-ocean__container__graph__wrapper {
  background-color: #fff;
  border: solid 3px #08bc59;
  border-radius: 30px;
  padding: 8%;
}
.section-ocean__container__graph__wrapper > p {
  font-size: min(var(--wrap-width) / 21, 33px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.section-ocean__container__graph__wrapper__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.section-ocean__container__graph__wrapper__inner .mobile-only {
  display: block;
  width: 62%;
}
.section-ocean__container__graph__wrapper__inner__account {
  position: absolute;
  top: -20px;
  right: -23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-ocean__container__graph__wrapper__inner__account > img {
  display: block;
  width: 31.6vw;
  margin-bottom: 10px;
  max-width: 230px;
}
.section-ocean__container__graph__wrapper__inner__account > p {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 446px) {
  .section-ocean__container__graph__wrapper__inner__account {
    right: -13px;
  }
  .section-ocean__container__graph__wrapper__inner__account > img {
    width: 24.66367713vw;
  }
  .section-ocean__container__graph__wrapper__inner__account > p {
    font-size: 1.6rem;
  }
}
.section-ocean__container__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-ocean__container__lead > span {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section-ocean__container__lead img {
  display: block;
  margin-bottom: 40px;
}
.section-ocean__container__lead p {
  font-size: min(var(--wrap-width) / 13, 55px);
  line-height: normal;
  font-weight: 800;
}
.section-ocean__container__lead p span {
  font-size: min(var(--wrap-width) / 13, 35px);
}

/* オーシャン-mobile版 */
@media (max-width: 450px) {
  .section-ocean__container {
    padding-bottom: 40px;
  }
  .section-ocean__container__title {
    padding: 50px 0 25px;
  }
  .section-ocean__container__title h2 {
    font-size: min(var(--wrap-width) / 13, 25px);
    line-height: 0.5;
  }
  .section-ocean__container__title h2 .small {
    font-size: 1.5rem;
    line-height: 1;
  }
  .section-ocean__container__title h2 .small .sarani {
    width: 19%;
    top: -40px;
    left: -30px;
  }
  .section-ocean__container__title h2 .Green {
    font-size: min(var(--wrap-width) / 10, 40px);
    line-height: 1.5;
  }
  .section-ocean__container__graph {
    margin-bottom: 20px;
  }
  .section-ocean__container__graph__wrapper > p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .section-ocean__container__graph__wrapper__inner__account img {
    width: 32vw;
  }
  .section-ocean__container__graph__wrapper__inner__account p {
    font-size: 1.1rem;
  }
  .section-ocean__container__lead > span {
    font-size: 1.2rem;
  }
  .section-ocean__container__lead img {
    width: 30px;
    margin-bottom: 20px;
  }
  .section-ocean__container__lead p {
    font-size: 2.5rem;
  }
  .section-ocean__container__lead p span {
    font-size: 1.6rem;
  }
}
/* オーシャン-pc版 */
@media (min-width: 1120px) {
  .section-ocean .mobile-only {
    display: none;
  }
  .section-ocean .pc-only {
    display: block;
  }
  .section-ocean__container {
    padding: 90px 0;
  }
  .section-ocean__container__title {
    padding: 0;
    margin-bottom: 40px;
  }
  .section-ocean__container__title h2 {
    font-size: 4rem;
  }
  .section-ocean__container__title h2 .small {
    font-size: 2.8rem;
  }
  .section-ocean__container__title h2 .small .sarani {
    top: min(max(-3.0555555556vw, -44px), -44px);
    left: min(max(-5.4166666667vw, -78px), -78px);
  }
  .section-ocean__container__title h2 .Green {
    font-size: 6rem;
  }
  .section-ocean__container__graph {
    width: 54.1666666667vw;
    max-width: 780px;
    margin: 0 auto 60px;
    padding: 0;
  }
  .section-ocean__container__graph__wrapper {
    padding: 55px 11% 30px;
  }
  .section-ocean__container__graph__wrapper > p {
    font-size: 2.5rem;
  }
  .section-ocean__container__graph__wrapper__inner__account {
    right: 10px;
  }
}
@media (min-width: 1120px) and (max-width: 1310px) {
  .section-ocean__container__graph__wrapper__inner__account {
    right: -3.6641221374vw;
  }
}
@media (min-width: 1120px) {
  .section-ocean__container__graph__wrapper__inner__account img {
    width: 13.1944444444vw;
    max-width: 190px;
  }
  .section-ocean__container__lead span {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .section-ocean__container__lead p {
    font-size: 4rem;
  }
  .section-ocean__container__lead p span {
    font-size: 3rem;
  }
}
/* －－－－－－－－－－－可能性　コンバージョンボタン－－－－－－－－－－－ */
.section-possibility__image {
  position: relative;
}
.section-possibility__image .mobile-only {
  display: block;
  width: 100%;
}
.section-possibility__image__cv-btn {
  /* コンバージョンボタン */
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  /* コンバージョンボタン-end */
}
.section-possibility__image__cv-btn .orange-btn {
  position: relative;
  display: block;
  color: #fff;
  background-color: #FD4D00;
  border-radius: 100px;
  text-decoration: none;
  font-size: calc(var(--wrap-width) / 21);
  font-weight: 600;
  line-height: calc(var(--wrap-width) / 16);
  padding: 2% 0;
  width: 84%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  box-shadow: 8px 11px 0px -5px rgba(0, 0, 0, 0.3);
}
.section-possibility__image__cv-btn .orange-btn:hover {
  opacity: 1;
  color: #FD4D00;
  border: solid 1px #FD4D00;
  background-color: #fff;
  transition: all 0.3s;
}
.section-possibility__image__cv-btn .orange-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background-image: url("..//image/common/tryangle-orange_btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-possibility__image__cv-btn .orange-btn:hover::after {
  opacity: 1;
  background-image: url("..//image/common/tryangle-orange-hover_btn.svg");
  transition: all 0.3s;
}
.section-possibility__image__cv-btn .orange-btn span {
  color: #fff;
  letter-spacing: initial;
}
.section-possibility__image__cv-btn .orange-btn:hover span {
  opacity: 1;
  color: #FD4D00;
  transition: all 0.3s;
}

/* 可能性　コンバージョンボタン-pc版*/
@media (min-width: 1120px) {
  .section-possibility .mobile-only {
    display: none;
  }
  .section-possibility .pc-only {
    display: block;
  }
  .section-possibility__image {
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-possibility__image img {
    width: 130%;
    transform: translateX(-10%);
  }
  .section-possibility__image__cv-btn {
    /* コンバージョンボタン */
  }
  .section-possibility__image__cv-btn .orange-btn {
    font-size: min(var(--wrap-width) / 33, 24px);
    line-height: min(var(--wrap-width) / 33, 24px);
    width: 36%;
    max-width: 540px;
    max-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* コンバージョンボタン-end */
  }
  .section-possibility__image__cv-btn .orange-btn .mobile-only {
    display: none;
  }
  .section-possibility__image__cv-btn .orange-btn:hover {
    opacity: 1;
    color: #FD4D00;
    border: solid 1px #FD4D00;
    background-color: #fff;
    transition: all 0.3s;
  }
  .section-possibility__image__cv-btn .orange-btn::after {
    width: 1.75vw;
    height: 1.75vw;
    right: 5%;
  }
  .section-possibility__image__cv-btn .orange-btn span {
    color: #fff;
    letter-spacing: initial;
  }
}
/* －－－－－－－－－－－理由－－－－－－－－－－－ */
.section-reason__container {
  max-width: 1440px;
  margin: 0 auto;
  /* －－－－－－－－－－－理由01－－－－－－－－－－－ */
  /* －－－－－－－－－－－理由02　モバイル用－－－－－－－－－－－ */
  /* －－－－－－－－－－－理由03－－－－－－－－－－－ */
  /* ポイント */
}
.section-reason__container__lead {
  padding: 80px 0;
}
.section-reason__container__lead .small {
  font-size: min(var(--wrap-width) / 13, 35px);
}
.section-reason__container__lead p {
  font-size: min(var(--wrap-width) / 14, 52px);
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-reason__container__lead .Green {
  font-size: min(var(--wrap-width) / 10, 70px);
  font-weight: 800;
  color: #08bc59;
}
.section-reason__container__reason01 {
  position: relative;
  padding: 40% 8% 130px;
  background-color: #e8ffef;
}
@media (max-width: 1119px) and (min-width: 751px) {
  .section-reason__container__reason01 {
    padding: 50px 8% 100px;
  }
}
.section-reason__container__reason01__head {
  text-align: left;
}
.section-reason__container__reason01__head > img {
  display: block;
  margin-bottom: 60px;
  margin-left: 3%;
  width: min(var(--wrap-width) / 1, 217px);
}
@media (max-width: 550px) {
  .section-reason__container__reason01__head > img {
    width: min(var(--wrap-width) / 1, 150px);
  }
}
.section-reason__container__reason01__head p {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 15, 40px);
  font-weight: 700;
  line-height: normal;
}
.section-reason__container__reason01__head p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #08bc59;
  margin: 30px 0 30px -10%;
}
.section-reason__container__reason01 > p {
  text-align: left;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: normal;
}
.section-reason__container__reason01 > img {
  display: block;
  position: absolute;
  top: -7.4666666667vw;
  right: 13%;
  width: min(var(--wrap-width) / 2.8, 260px);
}
@media (max-width: 550px) {
  .section-reason__container__reason01 > img {
    display: block;
    position: absolute;
    top: 3.7333333333vw;
    right: 7.4666666667vw;
    width: 32vw;
  }
}
@media (max-width: 1119px) and (min-width: 751px) {
  .section-reason__container__reason01 > img {
    width: 19.6604110813vw;
    top: -6.4343163539vw;
    right: 14.4772117962vw;
  }
}
.section-reason__container__icon-area {
  padding: 0 8%;
  margin-bottom: 60px;
}
.section-reason__container__icon-area__inner {
  padding: 8%;
  border: solid 3px #08bc59;
  border-radius: 30px;
  background-color: #fff;
  margin-top: -80px;
  position: relative;
}
.section-reason__container__icon-area__inner h2 {
  font-size: min(var(--wrap-width) / 18, 35px);
  line-height: normal;
  color: #08bc59;
  margin-bottom: 40px;
}
.section-reason__container__icon-area__inner__list {
  list-style: none;
}
.section-reason__container__icon-area__inner__list__items {
  margin-bottom: 40px;
}
.section-reason__container__icon-area__inner__list__items:last-child {
  margin-bottom: 0;
}
.section-reason__container__icon-area__inner__list__items__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-reason__container__icon-area__inner__list__items__inner > img {
  display: block;
  margin-right: 10px;
}
.section-reason__container__icon-area__inner__list__items__inner p {
  font-size: min(var(--wrap-width) / 31, 25px);
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 626px) {
  .section-reason__container__icon-area__inner__list__items__inner p {
    font-size: min(var(--wrap-width) / 35, 25px);
  }
}
.section-reason__container__marketing-area {
  padding: 0 8%;
}
.section-reason__container__marketing-area h2 {
  font-size: min(var(--wrap-width) / 25, 35px);
  line-height: normal;
  margin-bottom: 60px;
}
.section-reason__container__marketing-area__list {
  list-style: none;
  max-width: 630px;
  margin: 0 auto;
}
.section-reason__container__marketing-area__list__items {
  border-radius: 30px;
  box-shadow: 0px 0px 15px -5px #777777;
  margin-bottom: 40px;
}
.section-reason__container__marketing-area__list__items:last-child {
  margin-bottom: 150px;
}
.section-reason__container__marketing-area__list__items .pc-only {
  display: none;
}
.section-reason__container__marketing-area__list__items .mobile-only {
  display: block;
}
.section-reason__container__marketing-area__list__items h3 {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 20, 35px);
  line-height: normal;
  padding: min(6.6666666667vw, 50px) 0 min(4vw, 30px);
  letter-spacing: 0.1em;
}
.section-reason__container__marketing-area__list__items__lead {
  padding: 4%;
  background-color: #08bc59;
  text-align: right;
}
.section-reason__container__marketing-area__list__items__lead__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px;
}
.section-reason__container__marketing-area__list__items__lead__flex > img {
  display: block;
  width: 24vw;
  max-width: 200px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-reason__container__marketing-area__list__items__lead__flex__letter {
  text-align: left;
}
.section-reason__container__marketing-area__list__items__lead__flex__letter p {
  font-size: min(var(--wrap-width) / 25, 28px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section-reason__container__marketing-area__list__items__lead__flex__letter p:first-child {
  color: #fff;
  margin-bottom: 30px;
  line-height: min(max(26px, 6vw), 38px);
}
.section-reason__container__marketing-area__list__items__lead__flex__letter p:last-child {
  font-size: min(max(16px, 4vw), 24px);
  line-height: min(var(--wrap-width) / 10, 30px);
  letter-spacing: 0.1em;
}
@media (max-width: 1119px) {
  .section-reason__container__marketing-area__list__items__lead__flex__letter .yamada-letter {
    font-size: min(var(--wrap-width) / 30, 28px);
  }
}
@media (max-width: 829px) {
  .section-reason__container__marketing-area__list__items__lead__flex__letter .yamada-letter {
    font-size: min(var(--wrap-width) / 36, 28px);
  }
}
.section-reason__container__marketing-area__list__items__lead span {
  font-size: min(max(5.0666666667vw, 18px), 38px);
  font-weight: 600;
}
.section-reason__container__marketing-area__list__items__Achievements {
  text-align: left;
  padding: 4%;
}
.section-reason__container__marketing-area__list__items__Achievements h4 {
  font-size: min(max(3.0666666667vw, 18px), 23px);
  font-weight: 400;
  margin-bottom: 15px;
}
.section-reason__container__marketing-area__list__items__Achievements__description img {
  display: block;
  width: 100%;
}
.section-reason__container__marketing-area__list__items__Achievements__description__list {
  list-style: none;
}
.section-reason__container__marketing-area__list__items__Achievements__description__list__items {
  font-size: min(max(3.0666666667vw, 18px), 23px);
  font-weight: 400;
  line-height: 3.45rem;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.section-reason__container__marketing-area__list__items__Achievements__description__list__items:last-child {
  margin-bottom: 50px;
}
.section-reason__container__marketing-area__list__items__Achievements__description__list .kome {
  font-size: min(var(--wrap-width) / 20, 20px);
}
.section-reason__container__reason02-mobile {
  padding: 8% 0 130px;
  background-color: #fff;
}
.section-reason__container__reason02-mobile__head {
  position: relative;
  padding: 60px 0 100px;
  background-color: #e8ffef;
}
.section-reason__container__reason02-mobile__head > img {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  width: 52%;
  max-width: 390px;
}
@media (min-width: 900px) and (max-width: 1119px) {
  .section-reason__container__reason02-mobile__head > img {
    left: 10%;
  }
}
@media (max-width: 420px) {
  .section-reason__container__reason02-mobile__head > img {
    top: -40px;
    left: -40px;
  }
}
.section-reason__container__reason02-mobile__head__title {
  padding: 0 8%;
}
.section-reason__container__reason02-mobile__head__title > img {
  display: block;
  margin: 0 3% 30px auto;
  width: min(var(--wrap-width) / 1, 217px);
}
@media (max-width: 550px) {
  .section-reason__container__reason02-mobile__head__title > img {
    width: min(var(--wrap-width) / 1, 150px);
  }
}
.section-reason__container__reason02-mobile__head__title__list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
.section-reason__container__reason02-mobile__head__title__list__items {
  background-color: #fff;
  border: solid 3px #08bc59;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.section-reason__container__reason02-mobile__head__title__list__items:last-child {
  transform: translateX(-10px);
}
.section-reason__container__reason02-mobile__head__title__list__items p {
  font-size: min(max(16px, 5vw), 35px);
  line-height: normal;
  font-weight: 700;
  color: #08bc59;
}
@media (max-width: 550px) {
  .section-reason__container__reason02-mobile__head__title__list__items {
    width: 150px;
    height: 150px;
  }
  .section-reason__container__reason02-mobile__head__title__list p {
    font-size: min(max(16px, 5vw), 25px);
    line-height: normal;
    font-weight: 700;
    color: #08bc59;
  }
}
@media (max-width: 370px) {
  .section-reason__container__reason02-mobile__head__title__list__items {
    width: 120px;
    height: 120px;
  }
}
.section-reason__container__reason02-mobile__head .green {
  font-size: min(var(--wrap-width) / 17.8, 45px);
  line-height: normal;
  font-weight: 700;
  color: #08bc59;
  text-align: right;
  padding: 0 8%;
}
.section-reason__container__reason02-mobile__head .green::after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #08bc59;
  margin: 30px 0 30px -10%;
}
.section-reason__container__reason02-mobile__head .description {
  padding: 0 8%;
  text-align: left;
  font-size: min(max(3.7333333333vw, 16px), 28px);
  line-height: normal;
}
.section-reason__container__reason02-mobile__head .description span {
  display: block;
  margin-top: 20px;
  font-size: min(max(16px, 5vw), 20px);
}
.section-reason__container__reason02-mobile__area {
  position: relative;
  padding: 0 8%;
  max-width: 750px;
  margin: -64px auto 0;
}
.section-reason__container__reason02-mobile__area > img {
  position: absolute;
  display: block;
  top: -30px;
  left: 20px;
}
@media (max-width: 656px) {
  .section-reason__container__reason02-mobile__area > img {
    top: -33px;
    left: 7px;
    width: 14%;
  }
}
.section-reason__container__reason02-mobile__area h2 {
  padding: 3%;
  color: #fff;
  font-size: min(var(--wrap-width) / 18, 30px);
  line-height: normal;
  border-radius: 30px 30px 0 0;
  background-color: #08bc59;
}
.section-reason__container__reason02-mobile__area__list {
  list-style: none;
  border: solid 3px #08bc59;
  border-radius: 0 0 30px 30px;
  background-color: #e8ffef;
  padding: 5%;
}
.section-reason__container__reason02-mobile__area__list__items {
  padding: 3%;
  background-color: #fff;
  margin-bottom: 25px;
}
.section-reason__container__reason02-mobile__area__list__items__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 50px;
}
.section-reason__container__reason02-mobile__area__list__items__flex h3 {
  font-size: min(var(--wrap-width) / 29, 28px);
  line-height: normal;
}
.section-reason__container__reason02-mobile__area__list__items__flex h3 span {
  display: block;
  font-size: 7.5rem;
  font-weight: 400;
  color: #08bc59;
}
.section-reason__container__reason02-mobile__area__list__items__flex > img {
  display: block;
  width: 34.6666666667vw;
  max-width: 260px;
}
.section-reason__container__reason02-mobile__area__list__items > p {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.section-reason__container__reason02-mobile__area__list__items__ul {
  list-style: none;
}
.section-reason__container__reason02-mobile__area__list__items__ul__li {
  position: relative;
  margin-bottom: 15px;
  background-color: #f3fe7c;
  padding: 5% 3%;
}
.section-reason__container__reason02-mobile__area__list__items__ul__li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10rem;
  line-height: 6rem;
  color: #fff;
}
.section-reason__container__reason02-mobile__area__list__items__ul__li__lead {
  position: relative;
  z-index: 3;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.section-reason__container__reason02-mobile__area__list__items__ul__li__lead h4 {
  font-size: 2.8rem;
  line-height: normal;
  color: #08bc59;
}
.section-reason__container__reason02-mobile__area__list__items__ul__li__lead p {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 400;
  padding-left: 17px;
}
.section-reason__container__reason03 {
  position: relative;
  margin-bottom: 50px;
}
.section-reason__container__reason03__head {
  padding: 16vw 8% 17.3333333333vw;
  background-color: #e8ffef;
  text-align: left;
}
.section-reason__container__reason03__head__title {
  position: relative;
}
.section-reason__container__reason03__head__title > img {
  display: block;
  margin-left: 3%;
  width: min(var(--wrap-width) / 1, 217px);
  position: absolute;
  top: -25.8666666667vw;
}
@media (max-width: 550px) {
  .section-reason__container__reason03__head__title > img {
    width: min(var(--wrap-width) / 1, 150px);
  }
}
.section-reason__container__reason03__head__title > p {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 15, 40px);
  font-weight: 700;
  line-height: normal;
}
.section-reason__container__reason03__head__title > p::after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #08bc59;
  margin: 30px 0 30px -10%;
}
.section-reason__container__reason03__head > p {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
}
.section-reason__container__reason03__area {
  margin-top: -12vw;
  padding: 0 8%;
}
.section-reason__container__reason03__area__list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 8% 40px;
  background-color: #08bc59;
  border-radius: 30px;
  max-width: 630px;
  margin: 0 auto 50px;
}
.section-reason__container__reason03__area__list__items img {
  display: block;
  width: 30.6666666667vw;
  max-width: 230px;
}
.section-reason__container__reason03__area p {
  font-size: min(var(--wrap-width) / 18, 35px);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 55px;
}
.section-reason__container__reason03__smart-phone {
  max-width: 400px;
  min-width: 200px;
  margin: 0 auto;
}
.section-reason__container__reason03__smart-phone__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
.section-reason__container__reason03__smart-phone__list__items {
  /* スマホの形 */
}
.section-reason__container__reason03__smart-phone__list__items h2 {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 14, 28px);
  line-height: normal;
  margin-bottom: 25px;
}
.section-reason__container__reason03__smart-phone__list__items__phone {
  border: solid 8px #333;
  border-radius: 30px;
  position: relative;
  /* スマホの形-end */
}
.section-reason__container__reason03__smart-phone__list__items__phone::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #333;
  width: 17.3333333333vw;
  height: 2.2666666667vw;
  border-radius: 0 0 20px 20px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead {
  text-align: left;
  padding: 10% 5% 8%;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead:nth-child(2) {
  background-color: #e8ffef;
  border-radius: 0 0 22px 22px;
  padding: 8% 5% 8%;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead__name > img {
  display: block;
  width: 32px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead__name h3 {
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 700;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead p {
  padding-left: 14%;
  font-size: 2rem;
  line-height: 3rem;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead p span {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.45rem;
  padding-left: 2em;
  text-align: justify;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead p .Green {
  display: inline-block;
  padding: 1% 1% 2% 1%;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #08bc59;
  border-radius: 5px;
  line-height: 1;
}
.section-reason__container__reason03__smart-phone__list__items__phone__lead p .mobile-only {
  display: inline-block;
  padding: 1% 1% 2% 1%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 4%;
}
.section-reason__container__point {
  padding: 0 8% 10.6666666667vw;
}
.section-reason__container__point h2 {
  font-size: min(var(--wrap-width) / 11, 25px);
  line-height: normal;
  margin-bottom: 20px;
  padding: 0 8%;
}
.section-reason__container__point__lead {
  width: 73.3333333333vw;
  padding: 3%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #08bc59;
}
.section-reason__container__point__lead img {
  display: inline-block;
  vertical-align: middle;
}
.section-reason__container__point__lead img:first-child {
  margin-right: 25px;
}
.section-reason__container__point__lead p {
  text-align: center;
  font-size: min(var(--wrap-width) / 15, 25px);
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.section-reason__container__point__lead p::before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 20px;
}
@media (max-width: 626px) {
  .section-reason__container__point__lead p {
    font-size: min(var(--wrap-width) / 22, 20px);
  }
}

@media (max-width: 450px) {
  .section-reason__container__lead {
    padding: 40px 0 60px;
  }
  .section-reason__container__lead p {
    font-size: min(var(--wrap-width) / 20, 25px);
  }
  .section-reason__container__lead p .small {
    font-size: 1.8rem;
  }
  .section-reason__container__lead p .Green {
    font-size: 3.5rem;
  }
  .section-reason__container__reason01 {
    padding-bottom: 70px;
  }
  .section-reason__container__reason01__head img {
    margin-bottom: 20px;
  }
  .section-reason__container__reason01__head > p {
    font-size: 2rem;
  }
  .section-reason__container__reason01__head > p::after {
    margin: 20px 0 20px -10%;
  }
  .section-reason__container__reason01 > p {
    font-size: 1.5rem;
  }
  .section-reason__container__reason01 > img {
    width: 34.6666666667vw;
    top: -10px;
  }
  .section-reason__container__icon-area {
    margin-bottom: 30px;
  }
  .section-reason__container__icon-area__inner {
    margin-top: -40px;
    padding: 8% 3%;
    border-radius: 20px;
  }
  .section-reason__container__icon-area__inner h2 {
    font-size: 1.6rem;
  }
  .section-reason__container__icon-area__inner__list__items > img {
    width: 30.6666666667vw;
    margin-bottom: 10px;
  }
  .section-reason__container__icon-area__inner__list__items__inner img {
    width: 14px;
  }
  .section-reason__container__icon-area__inner__list__items__inner p {
    font-size: min(var(--wrap-width) / 29, 12px);
  }
  .section-reason__container__marketing-area h2 {
    margin-bottom: 30px;
  }
  .section-reason__container__marketing-area__list__items:last-child {
    margin-bottom: 50px;
  }
  .section-reason__container__marketing-area__list__items__lead__flex {
    gap: 14px;
    margin-bottom: 14px;
  }
  .section-reason__container__marketing-area__list__items__lead__flex img {
    width: 24vw;
    border-radius: 10px;
  }
  .section-reason__container__marketing-area__list__items__lead__flex p:first-child {
    font-size: min(var(--wrap-width) / 31, 14px);
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) and (max-width: 371px) {
  .section-reason__container__marketing-area__list__items__lead__flex p:first-child {
    font-size: min(var(--wrap-width) / 32, 14px);
  }
}
@media (max-width: 450px) {
  .section-reason__container__marketing-area__list__items__lead__flex p:last-child {
    line-height: 2rem;
  }
  .section-reason__container__marketing-area__list__items__lead > span {
    font-size: 2rem;
  }
  .section-reason__container__marketing-area__list__items__Achievements h4 {
    font-size: 1.4rem;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list__items {
    font-size: 1.4rem;
    line-height: 1;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list__items:last-child {
    margin-bottom: 25px;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list .kome {
    font-size: min(var(--wrap-width) / 20, 11px);
  }
  .section-reason__container__reason02-mobile {
    padding-bottom: 80px;
  }
  .section-reason__container__reason02-mobile__head {
    padding-top: 30px;
  }
  .section-reason__container__reason02-mobile__head > img {
    width: 50.6666666667vw;
    left: -10px;
    top: -7px;
  }
  .section-reason__container__reason02-mobile__head__title > img {
    width: 34.6666666667vw;
  }
  .section-reason__container__reason02-mobile__head__title__list__items {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    margin-bottom: 20px;
  }
  .section-reason__container__reason02-mobile__head__title__list__items:last-child {
    transform: initial;
    position: relative;
    z-index: 3;
  }
  .section-reason__container__reason02-mobile__head__title__list__items:first-child {
    transform: translateX(10px);
  }
  .section-reason__container__reason02-mobile__head__title__list__items p {
    font-size: 1.6rem;
  }
  .section-reason__container__reason02-mobile__head .green {
    font-size: min(var(--wrap-width) / 19, 20px);
  }
  .section-reason__container__reason02-mobile__head .green::after {
    margin: 10px 0;
  }
  .section-reason__container__reason02-mobile__head .description span {
    font-size: 1.1rem;
  }
  .section-reason__container__reason02-mobile__area > img {
    width: 13.3333333333vw;
    top: -7px;
    left: 15px;
  }
  .section-reason__container__reason02-mobile__area h2 {
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
  }
  .section-reason__container__reason02-mobile__area__list__items {
    padding: 15px 10px;
  }
  .section-reason__container__reason02-mobile__area__list__items__flex {
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 20px;
  }
  .section-reason__container__reason02-mobile__area__list__items__flex h3 {
    font-size: min(var(--wrap-width) / 26, 14px);
  }
  .section-reason__container__reason02-mobile__area__list__items__flex h3 span {
    font-size: 3.5rem;
  }
  .section-reason__container__reason02-mobile__area__list__items > p {
    font-size: 1.4rem;
  }
  .section-reason__container__reason02-mobile__area__list__items__ul__li span {
    font-size: 13.3333333333vw;
    top: -15px;
    left: 0;
  }
  .section-reason__container__reason02-mobile__area__list__items__ul__li__lead h4 {
    font-size: 1.5rem;
  }
  .section-reason__container__reason02-mobile__area__list__items__ul__li__lead p {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  .section-reason__container__reason03 {
    margin-bottom: 30px;
  }
  .section-reason__container__reason03__head__title > img {
    width: 34.6666666667vw;
  }
  .section-reason__container__reason03__head__title > p {
    font-size: 2rem;
  }
  .section-reason__container__reason03__head__title > p::after {
    margin: 10px 0;
  }
  .section-reason__container__reason03__head > p {
    font-size: 1.6rem;
    line-height: normal;
  }
  .section-reason__container__reason03__area__list {
    gap: 10px;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .section-reason__container__reason03__area__list__items img {
    width: 30.6666666667vw;
  }
  .section-reason__container__reason03__area > p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .section-reason__container__reason03__smart-phone {
    padding: 0;
  }
  .section-reason__container__reason03__smart-phone__list {
    width: 53.3333333333vw;
    margin: 0 auto;
    row-gap: 25px;
  }
  .section-reason__container__reason03__smart-phone__list__items {
    width: initial;
  }
  .section-reason__container__reason03__smart-phone__list__items h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone {
    border: solid 5px #333;
    border-radius: 20px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead__name {
    margin-bottom: 7px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead__name img {
    width: 16px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead__name h3 {
    font-size: 1.1rem;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p {
    font-size: 1.1rem;
    line-height: normal;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p .Green {
    font-size: 0.8rem;
    border-radius: 3px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p .mobile-only {
    font-size: 1.1rem;
  }
  .section-reason__container__point h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .section-reason__container__point__lead img:nth-child(1) {
    width: 30px;
    margin-right: 10px;
  }
  .section-reason__container__point__lead img:nth-child(2) {
    width: 60px;
  }
  .section-reason__container__point__lead p {
    font-size: 1.4rem;
  }
}
/* 理由-pc版 */
@media (min-width: 1120px) {
  .section-reason .mobile-only {
    display: none;
  }
  .section-reason .pc-only {
    display: block;
  }
  .section-reason__container {
    /* 理由02-pc */
    /* 理由03-pc */
  }
  .section-reason__container__lead p {
    font-size: 4rem;
    line-height: 1;
  }
  .section-reason__container__lead p .small {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .section-reason__container__lead p .Green {
    font-size: 6rem;
    display: inline-block;
    transform: translateX(-3%);
  }
  .section-reason__container__reason01 {
    padding: 45px 0 100px min(max(18.75vw, 270px), 270px);
  }
  .section-reason__container__reason01__head {
    display: flex;
    align-items: center;
    width: 63.8888888889vw;
    max-width: 920px;
    margin-bottom: 40px;
  }
  .section-reason__container__reason01__head > img {
    margin: 0 2% 0 0;
    width: 9.3055555556vw;
    max-width: 150px;
  }
}
@media (min-width: 1120px) and (max-width: 1228px) {
  .section-reason__container__reason01__head > p {
    font-size: min(var(--wrap-width) / 20, 40px);
  }
}
@media (min-width: 1120px) {
  .section-reason__container__reason01__head > p::after {
    content: none;
  }
  .section-reason__container__reason01 > img {
    width: 13.8888888889vw;
    max-width: 200px;
    top: -7%;
    right: 19%;
    z-index: 3;
  }
}
@media (min-width: 1120px) and (max-width: 1332px) {
  .section-reason__container__reason01 > img {
    width: 15.015015015vw;
    right: 8.5585585586vw;
  }
}
@media (min-width: 1120px) {
  .section-reason__container__reason01 > p {
    width: 63.8888888889vw;
    max-width: 590px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .section-reason__container__icon-area {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: -50px auto 50px;
    padding: 60px 0 0;
  }
  .section-reason__container__icon-area__inner {
    padding: 35px 40px;
  }
  .section-reason__container__icon-area__inner > h2 {
    font-size: 3rem;
    text-align: left;
  }
  .section-reason__container__icon-area__inner__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  .section-reason__container__icon-area__inner__list__items {
    width: 17.7083333333vw;
  }
  .section-reason__container__icon-area__inner__list__items > img {
    margin-bottom: 20px;
  }
  .section-reason__container__icon-area__inner__list__items__inner {
    align-items: flex-start;
  }
  .section-reason__container__icon-area__inner__list__items__inner p {
    text-align: left;
    font-size: 2rem;
  }
  .section-reason__container__marketing-area h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .section-reason__container__marketing-area__list {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
  }
  .section-reason__container__marketing-area__list__items:last-child {
    margin-bottom: 0;
  }
  .section-reason__container__marketing-area__list__items h3 {
    font-size: min(var(--wrap-width) / 35, 25px);
    padding: 3% min(8.3333333333vw, 107px) 3% min(20.1388888889vw, 290px);
    text-align: left;
  }
  .section-reason__container__marketing-area__list__items__lead {
    position: relative;
    padding: 20px min(8.3333333333vw, 107px) 20px min(20.1388888889vw, 290px);
    max-width: 920px;
  }
  .section-reason__container__marketing-area__list__items__lead > span {
    font-size: min(2.0833333333vw, 30px);
    position: absolute;
    right: 18%;
    width: 160px;
    bottom: 30px;
  }
}
@media (min-width: 1120px) and (max-width: 1368px) {
  .section-reason__container__marketing-area__list__items__lead > span {
    right: 7%;
  }
}
@media (min-width: 1120px) {
  .section-reason__container__marketing-area__list__items__lead .right {
    right: 27%;
    bottom: 28px;
  }
}
@media (min-width: 1120px) and (max-width: 1265px) {
  .section-reason__container__marketing-area__list__items__lead .right {
    right: 23%;
    bottom: 25px;
  }
}
@media (min-width: 1120px) {
  .section-reason__container__marketing-area__list__items__lead__flex {
    gap: 0;
    margin-bottom: 0;
  }
  .section-reason__container__marketing-area__list__items__lead__flex > img {
    width: 13.8888888889vw;
    max-width: 200px;
    position: absolute;
    left: 50px;
    bottom: 23%;
  }
  .section-reason__container__marketing-area__list__items__lead__flex__letter p:first-child {
    font-size: min(var(--wrap-width) / 35, 25px);
    margin-bottom: 20px;
  }
  .section-reason__container__marketing-area__list__items__lead__flex__letter p:last-child {
    font-size: 2rem;
  }
  .section-reason__container__marketing-area__list__items__Achievements h4 {
    font-size: 2rem;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list {
    position: relative;
    z-index: 3;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list__items {
    font-size: 2rem;
    line-height: normal;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list__items:nth-child(1), .section-reason__container__marketing-area__list__items__Achievements__description__list__items:nth-child(2) {
    background-color: #fff;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list__items:last-child {
    margin: 0;
  }
  .section-reason__container__marketing-area__list__items__Achievements__description__list .kome {
    font-size: min(var(--wrap-width) / 20, 14px);
  }
  .section-reason__container__marketing-area__list__items__Achievements__description img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
  .section-reason__container__reason02-mobile {
    display: none;
  }
  .section-reason__container__reason02-pc {
    display: block;
    max-width: 1440px;
    padding: 60px 0 80px;
    position: relative;
  }
  .section-reason__container__reason02-pc__head {
    margin: 0 auto 170px;
    background-color: #e8ffef;
  }
  .section-reason__container__reason02-pc__head__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 45px 0 0 18.0555555556vw;
    margin-bottom: 40px;
  }
  .section-reason__container__reason02-pc__head__title img {
    margin: 0 2% 0 0;
    width: 9.3055555556vw;
    max-width: 150px;
  }
  .section-reason__container__reason02-pc__head__title p {
    font-size: min(var(--wrap-width) / 11, 40px);
    color: #08bc59;
    line-height: normal;
    text-align: left;
    font-weight: 600;
  }
  .section-reason__container__reason02-pc__head > p {
    width: min(82.6388888889vw, 1190px);
    padding: 0 0 80px 18.0555555556vw;
    font-size: 2rem;
    line-height: normal;
    text-align: left;
    font-weight: 500;
  }
  .section-reason__container__reason02-pc__head > p span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 20px;
  }
  .section-reason__container__reason02-pc__image {
    position: absolute;
    display: flex;
    align-items: center;
    top: max(min(23.75vw, 342px), 350px);
    left: 20%;
    gap: 16%;
  }
}
@media (min-width: 1120px) and (max-width: 1166px) {
  .section-reason__container__reason02-pc__image {
    top: 33.3333333333vw;
  }
}
@media (min-width: 1120px) {
  .section-reason__container__reason02-pc__image__list {
    display: flex;
  }
  .section-reason__container__reason02-pc__image__list__items {
    background-color: #fff;
    border: solid 2px #08bc59;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-reason__container__reason02-pc__image__list__items:last-child {
    transform: translateX(-10px);
  }
  .section-reason__container__reason02-pc__image__list__items p {
    font-size: min(max(16px, 5vw), 30px);
    line-height: normal;
    font-weight: 700;
    color: #08bc59;
  }
  .section-reason__container__reason02-pc__image > img {
    width: 31.9444444444vw;
    max-width: 460px;
  }
  .section-reason__container__reason02-pc__area {
    position: relative;
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto 20px;
  }
  .section-reason__container__reason02-pc__area > img {
    position: absolute;
    top: -3%;
    left: min(2.7777777778vw, 40px);
    width: 6.9444444444vw;
    max-width: 100px;
  }
}
@media (min-width: 1120px) and (max-width: 1345px) {
  .section-reason__container__reason02-pc__area > img {
    left: -1.3888888889vw;
  }
}
@media (min-width: 1120px) {
  .section-reason__container__reason02-pc__area > h2 {
    font-size: 3rem;
    line-height: normal;
    color: #fff;
    background-color: #08bc59;
    border-radius: 20px 20px 0 0;
    padding: 10px 0;
  }
  .section-reason__container__reason02-pc__area__list {
    list-style: none;
    padding: 40px;
    background-color: #E8FFEF;
    border-radius: 0 0 20px 20px;
    border-right: solid 2px #08bc59;
    border-bottom: solid 2px #08bc59;
    border-left: solid 2px #08bc59;
  }
  .section-reason__container__reason02-pc__area__list__items {
    background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 10px;
  }
  .section-reason__container__reason02-pc__area__list__items__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .section-reason__container__reason02-pc__area__list__items__flex:first-child {
    margin-bottom: 10px;
  }
  .section-reason__container__reason02-pc__area__list__items__flex h3 {
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-weight: 500;
    color: #08bc59;
  }
  .section-reason__container__reason02-pc__area__list__items__flex__lead h4 {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .section-reason__container__reason02-pc__area__list__items__flex__lead p {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .section-reason__container__reason02-pc__area__list__items__flex img {
    display: block;
    max-width: 160px;
  }
  .section-reason__container__reason02-pc__area__list__items__ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .section-reason__container__reason02-pc__area__list__items__ul__li {
    position: relative;
    background-color: #f3fe7c;
    padding: 20px 20px;
    height: 140px;
    max-width: 370px;
  }
  .section-reason__container__reason02-pc__area__list__items__ul__li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10rem;
    line-height: 6rem;
    color: #fff;
  }
  .section-reason__container__reason02-pc__area__list__items__ul__li__lead {
    position: relative;
    z-index: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-reason__container__reason02-pc__area__list__items__ul__li__lead h4 {
    font-size: 2.5rem;
    line-height: normal;
    color: #08bc59;
  }
  .section-reason__container__reason02-pc__area__list__items__ul__li__lead p {
    text-align: left;
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 500;
    padding-left: 17px;
  }
  .section-reason__container__reason03 {
    margin-bottom: 80px;
  }
  .section-reason__container__reason03__head {
    padding: 0;
    margin-bottom: 40px;
  }
  .section-reason__container__reason03__head__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 45px 0 0 18.0555555556vw;
    margin-bottom: 40px;
  }
  .section-reason__container__reason03__head__title > img {
    position: initial;
    margin: 0 2% 0 0;
    width: 9.3055555556vw;
    max-width: 150px;
  }
  .section-reason__container__reason03__head > p {
    width: 83%;
    padding: 0 0 80px 18.0555555556vw;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
  }
  .section-reason__container__reason03__head p::after {
    content: none;
  }
  .section-reason__container__reason03__area {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: -160px auto 50px;
    padding: 60px 0 0;
  }
  .section-reason__container__reason03__area__list {
    gap: 20px;
    padding: 40px 50px;
    max-width: none;
  }
  .section-reason__container__reason03__area__list__items img {
    max-width: 190px;
  }
  .section-reason__container__reason03__area > p {
    font-size: 2.5rem;
    margin: 0;
  }
  .section-reason__container__reason03__smart-phone {
    max-width: 1120px;
    min-width: initial;
    padding: 0 8%;
  }
  .section-reason__container__reason03__smart-phone__list {
    gap: 150px;
    row-gap: 50px;
  }
  .section-reason__container__reason03__smart-phone__list__items {
    max-width: 270px;
  }
  .section-reason__container__reason03__smart-phone__list__items h2 {
    font-size: 2rem;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone {
    border: solid 6px #333;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone::before {
    width: 6.7361111111vw;
    max-width: 97px;
    height: 1.25vw;
    max-height: 18px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead__name {
    margin-bottom: 0;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead__name img {
    position: relative;
    top: 6px;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead__name h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #373a93;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding-left: 3em;
    font-weight: 500;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p .mobile-only {
    display: none !important;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p .Green {
    font-size: 1.2rem;
  }
  .section-reason__container__reason03__smart-phone__list__items__phone__lead > p .pc-only {
    display: inline-block;
    color: #373a93;
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0;
  }
  .section-reason__container__point {
    padding: 0;
    margin-bottom: 80px;
  }
  .section-reason__container__point h2 {
    font-size: 2.5rem;
  }
  .section-reason__container__point__lead {
    max-width: 710px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px 10px 40px;
  }
  .section-reason__container__point__lead img:first-child {
    order: 1;
    width: 60px;
    margin: 0;
    transform: translateX(150px);
  }
  .section-reason__container__point__lead img:nth-child(2) {
    width: 87px;
    transform: translateY(-5px);
  }
  .section-reason__container__point__lead p {
    font-size: 2rem;
    display: flex;
    transform: translateX(25px);
  }
  .section-reason__container__point__lead p::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background-color: #fff;
    margin: 0 15px;
  }
}
/* －－－－－－－－－－－モデル－－－－－－－－－－－ */
.section-model__container {
  padding: 8%;
  max-width: 1140px;
  background-color: #fffeea;
}
.section-model__container__title {
  margin-bottom: 40px;
}
.section-model__container__title p {
  font-size: min(var(--wrap-width) / 18, 30px);
  font-weight: 800;
  line-height: normal;
}
.section-model__container__title h2 {
  font-size: min(var(--wrap-width) / 10, 70px);
  line-height: normal;
  font-weight: 800;
  color: #08bc59;
}
.section-model__container__title h2 span {
  color: #08bc59;
}
.section-model__container__list {
  list-style: none;
}
.section-model__container__list__items {
  width: 73.3333333333vw;
  max-width: 563px;
  margin: 0 auto 40px;
  border: solid 3px #08bc59;
  border-radius: 30px;
  background-color: #fff;
  /* 見出し */
  /* レベニューシェア LMessage代理店　トップリード */
  /* 代理店 */
}
.section-model__container__list__items:last-child {
  margin-bottom: 20px;
}
.section-model__container__list__items > h3 {
  margin: 0 auto;
  font-size: min(var(--wrap-width) / 15, 40px);
  line-height: normal;
  background-color: #08bc59;
  border-radius: 22px 22px 0 0;
  padding: 0 3%;
  color: #f3fe7c;
  /* 見出しend */
}
.section-model__container__list__items > h3 > span {
  display: inline-block;
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
  margin-right: 1em;
  transform: translateY(-20%);
}
@media (max-width: 664px) {
  .section-model__container__list__items > h3 {
    font-size: min(var(--wrap-width) / 23, 30px);
  }
  .section-model__container__list__items > h3 > span {
    font-size: min(var(--wrap-width) / 28, 20px);
    transform: translateY(-7%);
  }
}
.section-model__container__list__items__wrapper {
  padding: 8% 5% 0;
  position: relative;
}
.section-model__container__list__items__wrapper__flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 6%;
}
.section-model__container__list__items__wrapper__flex__area01 {
  width: 31.3333333333vw;
  max-width: 230px;
  margin: 0 auto;
}
.section-model__container__list__items__wrapper__flex__area01 h4 {
  font-size: min(var(--wrap-width) / 17, 30px);
  line-height: normal;
  color: #fff;
  border-radius: 100px;
  background-color: #08bc59;
  margin-bottom: 20px;
}
.section-model__container__list__items__wrapper__flex__area01 > p {
  font-size: min(var(--wrap-width) / 25, 26px);
  line-height: min(var(--wrap-width) / 19, 30px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.1em;
}
.section-model__container__list__items__wrapper__flex > img {
  display: block;
  width: 26.6666666667vw;
  margin: 0 auto;
}
.section-model__container__list__items__wrapper__flex__lead {
  width: 31.3333333333vw;
  margin: 0 auto;
}
.section-model__container__list__items__wrapper__flex__lead h4 {
  font-size: min(var(--wrap-width) / 25, 26px);
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.section-model__container__list__items__wrapper__flex__lead p {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 25, 25px);
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-model__container__list__items__wrapper__flex__lead p span {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 21, 40px);
  line-height: 3rem;
  font-weight: 600;
}
.section-model__container__list__items__wrapper__flex__lead img {
  display: block;
  margin: 0 auto 20px;
  width: 4vw;
  max-width: 30px;
}
.section-model__container__list__items__wrapper .after::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 3px;
  background-color: #08bc59;
  margin: auto 0;
  bottom: -7%;
}
.section-model__container__list__items__wrapper > h3 {
  font-size: min(var(--wrap-width) / 4, 30px);
  background-color: #e8ffef;
  border-radius: 30px 30px 0 0;
  padding-top: 3%;
}
.section-model__container__list__items__wrapper__inner {
  padding: 3%;
  margin-bottom: 8%;
  background-color: #e8ffef;
  border-radius: 0 0 30px 30px;
}
.section-model__container__list__items__wrapper__inner__items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 5%;
}
.section-model__container__list__items__wrapper__inner__items__content {
  width: 29.3333333333vw;
  margin: 0 auto;
  color: #08bc59;
}
.section-model__container__list__items__wrapper__inner__items__content h4 {
  font-size: min(var(--wrap-width) / 25, 25px);
  line-height: normal;
  color: #08bc59;
  border: solid 2px #08bc59;
  border-radius: 100px;
  font-weight: 600;
}
.section-model__container__list__items__wrapper__inner__items__content p {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 4, 27px);
  line-height: normal;
  font-weight: 600;
}
.section-model__container__list__items__wrapper__inner__items__content p span {
  color: #08bc59;
  font-size: min(var(--wrap-width) / 4, 50px);
  line-height: normal;
  font-weight: 600;
}
.section-model__container__list__items__wrapper__inner__items__content p:nth-child(3) {
  text-align: justify;
  font-size: min(var(--wrap-width) / 25, 26px);
  line-height: min(var(--wrap-width) / 19, 30px);
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-model__container__list__items__wrapper__inner__price > p {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.section-model__container__list__items__wrapper__inner__price__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  background-color: #08bc59;
  border-radius: 20px;
  padding: 0 3%;
}
.section-model__container__list__items__wrapper__inner__price__flex > span {
  font-size: min(var(--wrap-width) / 4, 70px);
  line-height: normal;
  font-weight: 700;
}
.section-model__container__list__items__wrapper__inner__price__flex > span:first-child {
  padding: 2%;
  font-size: min(var(--wrap-width) / 27, 30px);
  color: #08bc59;
  background-color: #fff;
  border-radius: 10px;
}
.section-model__container__list__items__wrapper__inner__price__flex > span:last-child {
  font-size: min(var(--wrap-width) / 10, 70px);
  line-height: min(var(--wrap-width) / 10, 70px);
  color: #f3fe7c;
}
.section-model__container__list__items__wrapper__inner__price__flex > span:last-child span {
  font-size: min(var(--wrap-width) / 19, 30px);
  color: #f3fe7c;
}
.section-model__container__list__items__wrapper .flex02 {
  align-items: center;
}
.section-model__container__list__items > p {
  padding: 8% 5% 0;
  margin-bottom: 40px;
  font-size: min(var(--wrap-width) / 25, 26px);
  line-height: min(var(--wrap-width) / 19, 30px);
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.1em;
  /* レベニューシェア LMessage代理店　トップリードend */
}
.section-model__container__list__items__image {
  padding: 0 5%;
}
.section-model__container__list__items__image h4 {
  font-size: min(var(--wrap-width) / 25, 26px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-model__container__list__items__image img {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
.section-model__container__list__items .dairiten {
  padding: 0;
  background-color: #fff;
}
.section-model__container__list__items .dairiten h3 {
  color: #fff;
  background-color: #08bc59;
  border-radius: 10px;
  width: 90%;
  padding: 3% 0;
  margin: 0 auto 30px;
}
.section-model__container__list__items .dairiten .section-model__container__list__items__wrapper__inner {
  padding: 0 3%;
  background-color: #fff;
}
.section-model__container__list__items .dairiten .section-model__container__list__items__wrapper__inner .mobile-only {
  display: block;
  width: 100%;
}
.section-model__container > p {
  font-size: min(var(--wrap-width) / 38, 18px);
  line-height: normal;
  font-weight: 400;
  padding: 1em;
  text-indent: -1em;
}

/* モデル-mobile版 */
@media (max-width: 450px) {
  .section-model__container__title {
    margin-bottom: 20px;
  }
  .section-model__container__title p {
    font-size: min(var(--wrap-width) / 18, 18px);
  }
  .section-model__container__title h2 {
    font-size: min(var(--wrap-width) / 7, 35px);
  }
  .section-model__container__list__items {
    border-radius: 20px;
  }
  .section-model__container__list__items h3 {
    font-size: 1.6rem;
    border-radius: 16px 16px 0 0;
    transform: translateY(-1px);
  }
  .section-model__container__list__items h3 span {
    font-size: 1.2rem;
  }
  .section-model__container__list__items__wrapper__flex > img {
    width: 26.6666666667vw;
  }
  .section-model__container__list__items__wrapper__flex__area01 h4 {
    font-size: min(var(--wrap-width) / 25, 14px);
  }
  .section-model__container__list__items__wrapper__flex__area01 p {
    font-size: min(var(--wrap-width) / 25, 14px);
    line-height: normal;
  }
  .section-model__container__list__items__wrapper__flex__lead h4 {
    font-size: min(var(--wrap-width) / 25, 14px);
    line-height: 1;
    margin-bottom: 10px;
  }
  .section-model__container__list__items__wrapper__flex__lead p {
    font-size: 1.3rem;
    line-height: normal;
    margin-bottom: 5px;
  }
  .section-model__container__list__items__wrapper__flex__lead p > span {
    font-size: 1.6rem;
    line-height: 1;
  }
  .section-model__container__list__items__wrapper__flex__lead img {
    width: 14px;
    margin-bottom: 5px;
  }
  .section-model__container__list__items__wrapper .after::after {
    height: 1px;
  }
  .section-model__container__list__items__wrapper h3 {
    font-size: 1.5rem;
    border-radius: 20px 20px 0 0;
  }
  .section-model__container__list__items__wrapper__inner__items__content h4 {
    font-size: min(var(--wrap-width) / 25, 14px);
  }
  .section-model__container__list__items__wrapper__inner__items__content p {
    font-size: 1.4rem;
  }
  .section-model__container__list__items__wrapper__inner__items__content p span {
    font-size: 2.5rem;
  }
  .section-model__container__list__items__wrapper__inner__items__content p:nth-child(3) {
    font-size: min(var(--wrap-width) / 25, 14px);
  }
  .section-model__container__list__items__wrapper__inner__price__flex > span:first-child {
    font-size: 1.6rem;
  }
  .section-model__container__list__items__wrapper__inner__price__flex > span:last-child {
    font-size: 3.5rem;
    transform: translateY(4px);
  }
  .section-model__container__list__items__wrapper__inner__price__flex > span:last-child span {
    font-size: 1.6rem;
  }
  .section-model__container__list__items__wrapper__inner__price p {
    font-size: 1.1rem;
    line-height: normal;
  }
  .section-model__container__list__items__wrapper__inner__price__flex {
    border-radius: 10px;
  }
  .section-model__container__list__items__wrapper__inner__price__flex span:first-child {
    font-size: min(var(--wrap-width) / 25, 16px);
    border-radius: 8px;
  }
  .section-model__container__list__items__wrapper__inner__price__flex span:last-child {
    font-size: 3rem;
    transform: translateY(3%);
  }
  .section-model__container__list__items__wrapper__inner__price__flex span:last-child span {
    font-size: 1.6rem;
  }
  .section-model__container__list__items > p {
    font-size: min(var(--wrap-width) / 25, 14px);
    margin-bottom: 20px;
  }
  .section-model__container__list__items__image h4 {
    font-size: min(var(--wrap-width) / 25, 14px);
  }
  .section-model__container__list__items__image img {
    width: 48vw;
  }
  .section-model__container > p {
    font-size: min(var(--wrap-width) / 10, 11px);
    letter-spacing: -1.2px;
  }
}
/* モデル-pc版 */
@media (min-width: 1120px) {
  .section-model {
    background-color: #fffeea;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-model__container {
    margin: 0 auto;
    padding: 80px 0;
    background-color: initial;
  }
  .section-model__container__title {
    margin-bottom: 50px;
  }
  .section-model__container__title p {
    font-size: 3rem;
  }
  .section-model__container__title h2 {
    font-size: 6rem;
    letter-spacing: 0.1em;
  }
  .section-model__container__title h2 span {
    font-size: 7rem;
    color: #08bc59;
  }
  .section-model__container__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .section-model__container__list__items {
    width: 100%;
    max-width: 545px;
    margin: 0 auto;
    border: solid 3px #08bc59;
    border-radius: 30px;
    background-color: #fff;
    margin: 0 8%;
  }
  .section-model__container__list__items h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    width: 100%;
    padding: 20px 0;
  }
  .section-model__container__list__items h3 span {
    font-size: 2rem;
    transform: initial;
  }
  .section-model__container__list__items__wrapper:nth-child(2) {
    transform: translateY(-10px);
  }
  .section-model__container__list__items__wrapper__flex p {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: normal;
  }
  .section-model__container__list__items__wrapper__flex__lead img {
    width: 30px;
    height: 15px;
    margin: 15px auto 10px;
  }
  .section-model__container__list__items__wrapper__inner__price p {
    font-size: 1.5rem;
    text-align: left;
    line-height: initial;
  }
  .section-model__container__list__items__wrapper__inner__items__content p:nth-child(3) {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto 20px;
  }
  .section-model__container__list__items > p {
    font-size: 2rem;
  }
  .section-model__container__list__items .transform {
    transform: translateY(-12px);
  }
  .section-model__container__list__items .transform .margin {
    margin-bottom: 29px;
  }
  .section-model__container__list__items:last-child {
    max-width: none;
  }
  .section-model__container__list__items:last-child > p {
    padding: 35px 35px 0;
    font-size: 2rem;
  }
  .section-model__container__list__items:last-child .dairiten h3 {
    font-size: 3rem;
    width: 18.0555555556vw;
    max-width: 260px;
    margin: 0 auto 30px;
    padding: 0;
    line-height: 4.5rem;
  }
  .section-model__container__list__items:last-child .dairiten .section-model__container__list__items__wrapper__inner {
    margin-bottom: 50px;
  }
  .section-model__container__list__items:last-child .dairiten .section-model__container__list__items__wrapper__inner .mobile-only {
    display: none;
  }
  .section-model__container__list__items:last-child .dairiten .section-model__container__list__items__wrapper__inner .pc-only {
    width: 65.9722222222vw;
    max-width: 950px;
    margin: 0 auto;
  }
}
@media (min-width: 1120px) and (min-width: 1230px) {
  .section-model__container__list__items {
    margin: 0;
  }
}
@media (min-width: 1120px) {
  .section-model__container > p {
    font-size: 1.4rem;
    text-align: right;
    margin: 0 8%;
  }
}
/* －－－－－－－－－－－参加者実績－－－－－－－－－－－ */
.section-achievements__container {
  padding: 8%;
  max-width: 1140px;
}
.section-achievements__container__title {
  margin-bottom: 9.3333333333vw;
}
.section-achievements__container__title p {
  font-size: min(max(4.6666666667vw, 25px), 30px);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
}
.section-achievements__container__title h2 {
  font-size: min(max(9.3333333333vw, 35px), 70px);
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
}
.section-achievements__container__list {
  list-style: none;
  width: 77.3333333333vw;
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px -5px #777777;
}
.section-achievements__container__list__items > img {
  display: block;
  width: 100%;
  margin-bottom: 9.3333333333vw;
}
.section-achievements__container__list__items__name {
  padding: 0 8% 8%;
  text-align: left;
}
.section-achievements__container__list__items__name h3 {
  font-size: max(4vw, 20px);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
}
.section-achievements__container__list__items__name h4 {
  font-size: max(3.3333333333vw, 18px);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.section-achievements__container__list__items__name p {
  font-size: max(2.6666666667vw, 16px);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}

/* 参加者実績-mobile版 */
@media (max-width: 450px) {
  .section-achievements__container {
    padding-bottom: 60px;
  }
  .section-achievements__container__title p {
    font-size: 1.6rem;
  }
  .section-achievements__container__title h2 {
    font-size: 3.5rem;
  }
}
/* 参加者実績-pc版 */
@media (min-width: 1120px) {
  .section-achievements__container {
    margin: 0 auto;
    padding: 90px 0;
  }
  .section-achievements__container__title {
    margin-bottom: 70px;
  }
  .section-achievements__container__title p {
    font-size: 3rem;
  }
  .section-achievements__container__title h2 {
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .section-achievements__container__title h2::before, .section-achievements__container__title h2::after {
    content: "";
    display: inline-block;
    background-color: #08bc59;
    width: 60px;
    height: 4px;
  }
  .section-achievements__container__list {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: initial;
    box-shadow: initial;
    flex-wrap: wrap;
  }
  .section-achievements__container__list__items {
    width: 460px;
    background-color: #fff;
    box-shadow: 0px 0px 15px -5px #777777;
    margin: 25px;
  }
  .section-achievements__container__list__items img {
    margin-bottom: 40px;
  }
  .section-achievements__container__list__items__name h3 {
    font-size: 2.5rem;
  }
  .section-achievements__container__list__items__name h4 {
    font-size: 2rem;
  }
  .section-achievements__container__list__items__name p {
    font-size: 2rem;
    font-weight: 500;
  }
}
/* slick設定 */
/* slickドットサイズ */
.slick-dots {
  bottom: 0vw !important;
}

.slick-dots li {
  margin: 0 6px !important;
  top: 11.4285714286vw !important;
}

.slick-dots li button:before {
  font-size: 15px !important;
  /* slickボッドサイズ-ends */
}

@media (min-width: 1120px) {
  .slider {
    width: 70% !important;
    margin: 0 auto !important;
  }
  .slick-slide {
    height: auto !important;
  }
  .slick-prev,
  .slick-next {
    height: 70px !important;
    width: 70px !important;
    z-index: 999;
  }
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: -5px !important;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-next:before {
    background: url(..//image/09_Achievements/right.png) !important;
    background-size: contain !important;
    filter: drop-shadow(0px 0px 24px rgba(51, 51, 51, 0.24));
    opacity: 1 !important;
  }
  .slick-prev:before {
    background: url(..//image/09_Achievements/left.png) !important;
    background-size: contain !important;
    filter: drop-shadow(0px 0px 24px rgba(51, 51, 51, 0.24));
    opacity: 1 !important;
  }
}
/* －－－－－－－－－－－参加者の声－－－－－－－－－－－ */
.section-comments__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8%;
  background-color: #e8ffef;
}
.section-comments__container h2 {
  font-size: max(min(9.3333333333vw, 70px), 60px);
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 12vw;
}
@media (max-width: 534px) {
  .section-comments__container h2 {
    font-size: min(var(--wrap-width) / 9, 60px);
  }
}
.section-comments__container h2::before, .section-comments__container h2::after {
  content: "";
  display: inline-block;
  width: 8vw;
  max-width: 60px;
  height: 3px;
  background-color: #08bc59;
}
.section-comments__container__list {
  list-style: none;
}
.section-comments__container__list__items {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
.section-comments__container__list__items__head {
  padding: 3% 5%;
  background-color: #08bc59;
  border-radius: 20px 20px 0 0;
}
.section-comments__container__list__items__head > img {
  display: block;
  width: 26.6666666667vw;
  max-width: 200px;
  position: absolute;
  top: -6.6666666667vw;
  left: -6.6666666667vw;
}
.section-comments__container__list__items__head .right {
  right: -4.6666666667vw;
  left: initial;
  top: -4.5333333333vw;
}
@media (max-width: 330px) {
  .section-comments__container__list__items__head .right {
    right: -5.7333333333vw;
  }
}
.section-comments__container__list__items__head p {
  font-size: max(4.6666666667vw, 18px);
  line-height: normal;
  font-weight: 600;
  color: #fff;
  text-align: justify;
}
.section-comments__container__list__items__head .right-align {
  text-align: right;
}
.section-comments__container__list__items__wrapper {
  padding: 3% 3% 8%;
  background-color: #fff;
  border-right: solid 3px #08bc59;
  border-bottom: solid 3px #08bc59;
  border-left: solid 3px #08bc59;
  border-radius: 0 0 20px 20px;
}
.section-comments__container__list__items__wrapper__description {
  margin-bottom: 4vw;
}
.section-comments__container__list__items__wrapper__description h3 {
  font-size: max(3.3333333333vw, 16px);
  font-weight: initial;
  line-height: normal;
  text-align: right;
  margin-bottom: 4vw;
}
.section-comments__container__list__items__wrapper__description .left {
  text-align: left;
}
.section-comments__container__list__items__wrapper__description p {
  font-size: max(3.3333333333vw, 16px);
  line-height: normal;
  text-align: justify;
  letter-spacing: 0.1em;
}
.section-comments__container__list__items__wrapper__description p span {
  font-weight: 600;
}
.section-comments__container__list__items__wrapper__youtube iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}

/* 参加者の声-mobile版 */
@media (max-width: 450px) {
  .section-comments__container h2 {
    font-size: 3.5rem;
  }
  .section-comments__container__list__items__head p {
    font-size: 1.6rem;
  }
  .section-comments__container__list__items__wrapper__description h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .section-comments__container__list__items__wrapper__description p {
    font-size: 1.4rem;
  }
}
/* 参加者の声-pc版 */
@media (min-width: 1120px) {
  .section-comments__container {
    padding: 90px 8%;
  }
  .section-comments__container h2 {
    font-size: 5rem;
    margin-bottom: 60px;
  }
  .section-comments__container__list {
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
  }
  .section-comments__container__list__items {
    margin-bottom: 80px;
  }
  .section-comments__container__list__items:nth-child(2) .section-comments__container__list__items__wrapper {
    flex-direction: row-reverse;
  }
  .section-comments__container__list__items:last-child {
    margin-bottom: 0;
  }
  .section-comments__container__list__items__head {
    padding: 0;
  }
  .section-comments__container__list__items__head img {
    width: 13.8888888889vw;
    max-width: 200px;
    top: -65px;
    left: -77px;
  }
  .section-comments__container__list__items__head p {
    font-size: min(max(1.7361111111vw, 20px), 25px);
    text-align: center !important;
    padding: 20px 0;
  }
  .section-comments__container__list__items__head .transform-2 {
    transform: translateX(21%);
    width: 78%;
  }
  .section-comments__container__list__items__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px 20px 40px;
  }
  .section-comments__container__list__items__wrapper__description {
    margin: 0;
    flex: 5;
  }
  .section-comments__container__list__items__wrapper__description h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .section-comments__container__list__items__wrapper__description p {
    font-size: 2rem;
  }
  .section-comments__container__list__items__wrapper__youtube {
    width: 29.1666666667vw;
    max-width: 420px;
  }
}
/* －－－－－－－－－－－受講までの流れ－－－－－－－－－－－ */
.section__attendance__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 15% 3% 8%;
}
.section__attendance__container h2 {
  font-size: min(max(9.3333333333vw, 35px), 70px);
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 12vw;
}
.section__attendance__container h2::before, .section__attendance__container h2::after {
  content: "";
  display: inline-block;
  width: 8vw;
  max-width: 60px;
  height: 3px;
  background-color: #08bc59;
}
.section__attendance__container__list {
  list-style: none;
}
.section__attendance__container__list__items {
  margin: 5.3333333333vw 0 4vw;
}
.section__attendance__container__list__items > img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
.section__attendance__container__list__items__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
.section__attendance__container__list__items__wrapper > img {
  display: block;
  width: 26.6666666667vw;
  max-width: 200px;
}
.section__attendance__container__list__items__wrapper__description {
  text-align: justify;
}
.section__attendance__container__list__items__wrapper__description > span {
  display: block;
  text-align: center;
  width: 21.3333333333vw;
  font-size: max(2.9333333333vw, 18px);
  font-weight: 500;
  line-height: normal;
  color: #08bc59;
  border: solid 2px #08bc59;
  border-radius: 100px;
  margin-bottom: 20px;
}
.section__attendance__container__list__items__wrapper__description h4 {
  font-size: max(4.6666666667vw, 25px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.section__attendance__container__list__items__wrapper__description p {
  font-size: max(2.6666666667vw, 16px);
  font-weight: initial;
  line-height: normal;
  text-align: justify;
  letter-spacing: 0.1em;
}
.section__attendance__container__list__items .tryangle {
  display: block;
  width: 30px;
}

/* 受講までの流れ-mobile版 */
@media (max-width: 450px) {
  .section__attendance__container {
    padding: 60px 15px 40px;
  }
  .section__attendance__container h2 {
    font-size: min(var(--wrap-width) / 11, 35px);
    letter-spacing: initial;
    margin-bottom: 50px;
  }
  .section__attendance__container__list__items {
    margin-bottom: 10px;
  }
  .section__attendance__container__list__items .tryangle {
    width: 14px;
  }
  .section__attendance__container__list__items__wrapper__description span {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .section__attendance__container__list__items__wrapper__description h4 {
    font-size: min(var(--wrap-width) / 21, 18px);
    margin-bottom: 15px;
  }
  .section__attendance__container__list__items__wrapper__description p {
    font-size: 1.4rem;
  }
  .section__attendance__container__list__items:nth-child(2) img, .section__attendance__container__list__items:nth-child(4) img, .section__attendance__container__list__items:nth-child(6) img {
    transform: translateX(-33vw);
  }
}
/* 受講までの流れ-pc版 */
@media (min-width: 1120px) {
  .section__attendance__container {
    padding: 90px 0 80px;
  }
  .section__attendance__container h2 {
    font-size: 5rem;
    margin-bottom: 70px;
  }
  .section__attendance__container__list {
    display: none;
  }
  .section__attendance__container__list-pc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 63.8888888889vw;
    max-width: 920px;
    margin: 0 auto;
    list-style: none;
  }
  .section__attendance__container__list-pc__items {
    width: 13.8888888889vw;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section__attendance__container__list-pc__items > span {
    display: block;
    text-align: center;
    width: 21.3333333333vw;
    max-width: 160px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #08bc59;
    border: solid 2px #08bc59;
    border-radius: 100px;
    margin-bottom: 20px;
  }
  .section__attendance__container__list-pc__items > img {
    width: 17px;
    transform: rotate(28deg);
  }
  .section__attendance__container__list-pc__items:nth-child(2), .section__attendance__container__list-pc__items:nth-child(4), .section__attendance__container__list-pc__items:nth-child(6) {
    margin-top: 16%;
  }
  .section__attendance__container__list-pc__items__wrapper > img {
    width: 13.8888888889vw;
    max-width: 200px;
  }
  .section__attendance__container__list-pc__items__wrapper__description h4 {
    margin-bottom: 20px;
  }
  .section__attendance__container__list-pc__items__wrapper__description p {
    text-align: left;
  }
}
/* －－－－－－－－－－－footer　コンバージョン－－－－－－－－－－－ */
.section-footer-cv__image {
  position: relative;
}
.section-footer-cv__image .mobile-only {
  display: block;
  width: 100%;
}
.section-footer-cv__image__cv-btn {
  /* コンバージョンボタン */
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  /* コンバージョンボタン-end */
}
.section-footer-cv__image__cv-btn .orange-btn {
  position: relative;
  display: block;
  color: #fff;
  background-color: #FD4D00;
  border-radius: 100px;
  text-decoration: none;
  font-size: calc(var(--wrap-width) / 21);
  font-weight: 600;
  line-height: calc(var(--wrap-width) / 16);
  padding: 2% 0;
  width: 84%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  box-shadow: 8px 11px 0px -5px rgba(0, 0, 0, 0.3);
}
.section-footer-cv__image__cv-btn .orange-btn:hover {
  opacity: 1;
  color: #FD4D00;
  border: solid 1px #FD4D00;
  background-color: #fff;
  transition: all 0.3s;
}
.section-footer-cv__image__cv-btn .orange-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background-image: url("..//image/common/tryangle-orange_btn.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-footer-cv__image__cv-btn .orange-btn:hover::after {
  opacity: 1;
  background-image: url("..//image/common/tryangle-orange-hover_btn.svg");
  transition: all 0.3s;
}
.section-footer-cv__image__cv-btn .orange-btn span {
  color: #fff;
  letter-spacing: initial;
}
.section-footer-cv__image__cv-btn .orange-btn:hover span {
  opacity: 1;
  color: #FD4D00;
  transition: all 0.3s;
}

/* footer　コンバージョン-pc版 */
@media (min-width: 1120px) {
  .section-footer-cv .mobile-only {
    display: none;
  }
  .section-footer-cv .pc-only {
    display: block;
  }
  .section-footer-cv__image {
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-footer-cv__image img {
    width: 130%;
    transform: translateX(-10%);
  }
  .section-footer-cv__image__cv-btn {
    /* コンバージョンボタン */
  }
  .section-footer-cv__image__cv-btn .orange-btn {
    font-size: min(var(--wrap-width) / 33, 24px);
    line-height: min(var(--wrap-width) / 33, 24px);
    width: 36%;
    max-width: 540px;
    max-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1%;
    /* コンバージョンボタン-end */
  }
  .section-footer-cv__image__cv-btn .orange-btn .mobile-only {
    display: none;
  }
  .section-footer-cv__image__cv-btn .orange-btn:hover {
    opacity: 1;
    color: #FD4D00;
    border: solid 1px #FD4D00;
    background-color: #fff;
    transition: all 0.3s;
  }
  .section-footer-cv__image__cv-btn .orange-btn::after {
    width: 1.75vw;
    height: 1.75vw;
    right: 5%;
  }
  .section-footer-cv__image__cv-btn .orange-btn span {
    color: #fff;
    letter-spacing: initial;
  }
}
/* －－－－－－－－－－－footer－－－－－－－－－－－ */
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8%;
  background-color: #08bc59;
}
.footer__container__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__container__wrapper a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: max(3.3333333333vw, 18px);
  font-weight: initial;
  line-height: normal;
  margin-bottom: 10px;
}
.footer__container__wrapper a:last-child {
  margin-bottom: 20px;
}
.footer__container__copyright {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: max(3.0666666667vw, 18px);
  font-weight: initial;
  line-height: normal;
}

/* footer-mobile版 */
@media (max-width: 450px) {
  .footer__container__wrapper a {
    font-size: 1.3rem;
  }
  .footer__container__copyright {
    font-size: 1.2rem;
  }
}
/* footer-pc版 */
@media (min-width: 1120px) {
  .footer__container {
    padding: 40px 0;
  }
  .footer__container__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
  }
  .footer__container__wrapper a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .footer__container__wrapper a:first-child, .footer__container__wrapper a:last-child {
    margin: 0;
  }
  .footer__container__wrapper a:first-child {
    display: flex;
    align-items: center;
  }
  .footer__container__wrapper a:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background-color: #fff;
    margin: 0 20px;
  }
  .footer__container__copyright {
    display: block;
    font-size: 1.4rem;
  }
  .footer__container__copyright .mobile-only {
    display: none;
  }
}
@media (max-width: 415px) {
  .footer__container {
    padding: 8% 8% 25% 8%;
  }
}
/* topページへ戻る */
#page-top {
  position: fixed;
  bottom: 2%;
  right: 5%;
  z-index: 5;
  opacity: 0;
}
#page-top a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  background-color: #37d880;
  border: solid 2px #37d880;
  border-radius: 50%;
  text-decoration: none;
  line-height: 100px;
  color: #fff;
  transition: all 0.3s;
}
#page-top a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-top a .arrow::before, #page-top a .arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 5px;
}
#page-top a .arrow::before {
  transform: rotate(45deg) translateX(23px);
}
#page-top a .arrow::after {
  transform: rotate(-45deg) translateX(-24px);
}
#page-top a .top-btn {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
#page-top a .top-btn:active {
  color: #08bc59;
}
#page-top a:active {
  color: #08bc59;
  background-color: #fff;
  border: solid 2px #08bc59;
  border-radius: 50%;
  opacity: 1;
}
#page-top a:active .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-top a:active .arrow::before, #page-top a:active .arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #08bc59;
  border-radius: 5px;
}
#page-top a:active .arrow::before {
  transform: rotate(45deg) translateX(23px);
}
#page-top a:active .arrow::after {
  transform: rotate(-45deg) translateX(-24px);
}
#page-top a:active .top-btn {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  color: #08bc59;
}

#page-top.UpMove {
  animation: UpMove 0.5s forwards;
}

@keyframes UpMove {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownMove 0.5s forwards;
}

@keyframes DownMove {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media (min-width: 1120px) {
  #page-top {
    bottom: 2%;
  }
  #page-top a {
    text-decoration: none;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 2rem;
    background-color: #37d880;
    border: solid 2px #37d880;
    border-radius: 50%;
    text-decoration: none;
    line-height: 100px;
    color: #fff;
    transition: all 0.3s;
  }
  #page-top a .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page-top a .arrow::before, #page-top a .arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background-color: #fff;
    border-radius: 5px;
  }
  #page-top a .arrow::before {
    transform: rotate(45deg) translateX(45px);
  }
  #page-top a .arrow::after {
    transform: rotate(-45deg) translateX(-47px);
  }
  #page-top a .top-btn {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    bottom: 14px;
  }
  #page-top a .top-btn:hover, #page-top a .top-btn:active {
    color: #08bc59;
  }
  #page-top a:hover {
    color: #08bc59;
    background-color: #fff;
    border: solid 2px #08bc59;
    border-radius: 50%;
    opacity: 1;
  }
  #page-top a:hover .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page-top a:hover .arrow::before, #page-top a:hover .arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background-color: #08bc59;
    border-radius: 5px;
  }
  #page-top a:hover .arrow::before {
    transform: rotate(45deg) translateX(45px);
  }
  #page-top a:hover .arrow::after {
    transform: rotate(-45deg) translateX(-47px);
  }
  #page-top a:hover .top-btn {
    color: #08bc59;
    bottom: 14px;
  }
}