@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* モバイルメニュー開いた時のスクロール禁止 */
body.opened {
  overflow: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #F7F9FF;
}

.inner {
  max-width: 750px;
  margin-inline: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec01 {
  background-color: #FF4101;
  position: relative;
  height: clamp(36rem, 0rem + 153.6vw, 72rem);
}

.sec01__fv {
  background-image: url(../img/bg-sec01-sp.webp);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  height: clamp(23.96875rem, 0rem + 102.2666666667vw, 47.9375rem);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .sec01__fv {
    background-image: url(../img/bg-sec01-pc.webp);
    height: 767px;
  }
}
@media screen and (max-width: 999px) {
  .sec01__fv {
    background-image: url(../img/bg-sec01-pc.webp);
  }
}

.sec01__fv-inner {
  position: relative;
  height: 100%;
  overflow-y: clip;
}
@media screen and (max-width: 750px) {
  .sec01__fv-inner {
    overflow-x: clip;
  }
}

.sec01__fv-img {
  position: absolute;
  bottom: clamp(-3.375rem, 0rem + -7.2vw, -1.6875rem);
  right: clamp(-8.9375rem, 0rem + -19.0666666667vw, -4.46875rem);
  width: clamp(16.0625rem, 0rem + 68.5333333333vw, 32.125rem);
  height: clamp(19.5625rem, 0rem + 83.4666666667vw, 39.125rem);
}

.sec01__fv-text--03 {
  position: absolute;
  top: clamp(0.78125rem, 0rem + 3.3333333333vw, 1.5625rem);
  left: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  width: clamp(6.46875rem, 0rem + 27.6vw, 12.9375rem);
  height: clamp(6.96875rem, 0rem + 29.7333333333vw, 13.9375rem);
}

.sec01__fv-text--01 {
  position: absolute;
  top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  right: clamp(2.3125rem, 0rem + 9.8666666667vw, 4.625rem);
  width: clamp(13.15625rem, 0rem + 56.1333333333vw, 26.3125rem);
  height: clamp(4.34375rem, 0rem + 18.5333333333vw, 8.6875rem);
}

.sec01__fv-text--02 {
  position: absolute;
  top: clamp(7.71875rem, 0rem + 32.9333333333vw, 15.4375rem);
  left: clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
  width: clamp(14.5625rem, 0rem + 62.1333333333vw, 29.125rem);
  height: clamp(12.5625rem, 0rem + 53.6vw, 25.125rem);
}

.sec01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: clamp(-2.75rem, 0rem + -5.8666666667vw, -1.375rem);
}

.sec01__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
}
.sec01__list-item:nth-of-type(1) {
  margin-right: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
.sec01__list-item:nth-of-type(2) {
  margin-right: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.sec01__list-box {
  width: clamp(6.5625rem, 0rem + 28vw, 13.125rem);
  height: clamp(6.5625rem, 0rem + 28vw, 13.125rem);
  aspect-ratio: 1/1;
  border-radius: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01__list-box-img1 {
  width: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  height: clamp(2.6875rem, 0rem + 11.4666666667vw, 5.375rem);
  aspect-ratio: 40/43;
  margin-top: clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
}

.sec01__list-box-img2 {
  width: clamp(2.71875rem, 0rem + 11.6vw, 5.4375rem);
  height: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
  aspect-ratio: 43.5/42;
  margin-top: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
}

.sec01__list-box-img3 {
  width: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  height: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  aspect-ratio: 1/1;
  margin-top: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
}

.sec01__list-item-text {
  text-align: center;
  color: #2D2D2D;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}

.sec01__list-item-text--1 {
  margin-top: clamp(0.28125rem, 0rem + 1.2vw, 0.5625rem);
}

.sec01__list-item-text--2 {
  margin-top: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
}

.sec01__list-item-text--3 {
  margin-top: clamp(-0.625rem, 0rem + -1.3333333333vw, -0.3125rem);
  line-height: 1.6;
}

.sec01__list-item-text--large {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: -0.07em;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8506), to(#FF4101));
  background: linear-gradient(180deg, #FF8506 0%, #FF4101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec01__list-item-text--xlarge {
  font-size: 2.125em;
  line-height: 0.6;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8506), to(#FF4101));
  background: linear-gradient(180deg, #FF8506 0%, #FF4101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec01__list-text {
  color: #FFF;
  text-align: center;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.sec01__cta {
  position: absolute;
  bottom: clamp(-4.375rem, 0rem + -9.3333333333vw, -2.1875rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec01__cta-text {
  color: #FFF;
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  padding-left: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  background: #0087CB;
  mask-image: url(../img/bg-sec01-cta.svg);
  -webkit-mask-image: url(../img/bg-sec01-cta.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  width: clamp(20rem, 0rem + 85.3333333333vw, 40rem);
  height: clamp(3.75rem, 0rem + 16vw, 7.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec01__cta-img {
  position: absolute;
  right: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  top: clamp(-2.5rem, 0rem + -5.3333333333vw, -1.25rem);
  width: clamp(4.53125rem, 0rem + 19.3333333333vw, 9.0625rem);
  height: clamp(4.5625rem, 0rem + 19.4666666667vw, 9.125rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 145/146;
}

.cta {
  padding-top: clamp(3.3125rem, 0rem + 14.1333333333vw, 6.625rem);
  padding-bottom: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
}
@media screen and (min-width: 1000px) {
  .cta {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.cta01 {
  padding-top: clamp(5.5rem, 0rem + 23.4666666667vw, 11rem);
  padding-bottom: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
}
@media screen and (min-width: 1000px) {
  .cta01 {
    padding-top: 190px;
    padding-bottom: 103px;
  }
}

.cta04 {
  padding-top: clamp(3.40625rem, 0rem + 14.5333333333vw, 6.8125rem);
  padding-bottom: clamp(2.5625rem, 0rem + 10.9333333333vw, 5.125rem);
}
@media screen and (min-width: 1000px) {
  .cta04 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
}
@media screen and (min-width: 1000px) {
  .cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.sec02__title {
  background: url(../img/bg-sec02-01.webp) no-repeat center center/cover;
  width: 100%;
  height: clamp(9.75rem, 0rem + 41.6vw, 19.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(2.5625rem, 0rem + 10.9333333333vw, 5.125rem);
}
@media screen and (min-width: 1000px) {
  .sec02__title {
    padding-top: 86px;
  }
}

@media screen and (max-width: 750px) {
  .sec02__title-img {
    width: clamp(21.28125rem, 0rem + 90.8vw, 42.5625rem);
    height: clamp(4.71875rem, 0rem + 20.1333333333vw, 9.4375rem);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .sec02__title-img {
    width: 538px;
    height: 148px;
  }
}

.sec02__content {
  background: url(../img/bg-sec02-02.webp) no-repeat right bottom/cover;
  padding: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem) clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.sec02__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.34375rem, 0rem + 5.7333333333vw, 2.6875rem);
}

.sec02__content-item {
  background: rgba(255, 255, 255, 0.6);
  padding-left: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  padding-top: clamp(0.46875rem, 0rem + 2vw, 0.9375rem);
  padding-bottom: clamp(0.46875rem, 0rem + 2vw, 0.9375rem);
  color: #2D2D2D;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.77;
}

.sec03 {
  position: relative;
}

.sec03__inner {
  background: url(../img/bg-sec03-01.webp) no-repeat center center/cover;
  padding-bottom: clamp(1.78125rem, 0rem + 7.6vw, 3.5625rem);
  padding-top: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  position: relative;
  overflow-x: clip;
}
.sec03__inner::after {
  content: "";
  background: #EFEFEF;
  -webkit-mask-image: url(../img/img-sec03-03.svg);
          mask-image: url(../img/img-sec03-03.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  position: absolute;
  bottom: clamp(-3.625rem, 0rem + -7.7333333333vw, -1.8125rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 432/36;
  z-index: 1;
}

.sec03__title {
  text-align: center;
  position: relative;
}

.sec03__title-text {
  text-align: center;
  position: relative;
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  -webkit-text-stroke-width: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
  -webkit-text-stroke-color: #FFF;
  font-weight: 700;
  line-height: 1.25;
  z-index: 1;
}
.sec03__title-text::after {
  content: "でも";
  position: absolute;
  color: #2D2D2D;
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  -webkit-text-stroke-width: 0;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec03__title-img {
  position: absolute;
  top: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(8.25rem, 0rem + 35.2vw, 16.5rem);
  height: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
}

.sec03__content {
  width: clamp(16.875rem, 0rem + 72vw, 33.75rem);
  margin-inline: auto;
  margin-top: clamp(2.1875rem, 0rem + 9.3333333333vw, 4.375rem);
  position: relative;
}

.sec03__content-text {
  color: #2D2D2D;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.77;
}

.sec03__content-img {
  position: absolute;
  bottom: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  right: clamp(-2.5rem, 0rem + -5.3333333333vw, -1.25rem);
  width: clamp(6.25rem, 0rem + 26.6666666667vw, 12.5rem);
  height: clamp(7.40625rem, 0rem + 31.6vw, 14.8125rem);
}

.sec04 {
  position: relative;
  height: clamp(16.0625rem, 0rem + 68.5333333333vw, 32.125rem);
}

.sec04__inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .sec04__inner {
    overflow-x: clip;
  }
}

.sec04__circle {
  width: clamp(7.5rem, 0rem + 32vw, 15rem);
  height: clamp(7.5rem, 0rem + 32vw, 15rem);
  padding-top: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FF8506;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem);
  position: absolute;
  top: clamp(1.8125rem, 0rem + 7.7333333333vw, 3.625rem);
  left: clamp(2.90625rem, 0rem + 12.4vw, 5.8125rem);
}

.sec04__circle-img {
  width: clamp(5.59375rem, 0rem + 23.8666666667vw, 11.1875rem);
  height: clamp(3.4375rem, 0rem + 14.6666666667vw, 6.875rem);
  aspect-ratio: 179/110;
}

.sec04__box {
  position: absolute;
  bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  left: clamp(2.75rem, 0rem + 11.7333333333vw, 5.5rem);
}

.sec04__box-text {
  color: #2D2D2D;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.66;
}

.sec04__box-text--large {
  color: #2D2D2D;
  font-size: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
  font-weight: 500;
  line-height: 1.15;
}

.sec04__img {
  position: absolute;
  bottom: 0;
  right: clamp(-6.25rem, 0rem + -13.3333333333vw, -3.125rem);
  width: clamp(13.53125rem, 0rem + 57.7333333333vw, 27.0625rem);
  height: clamp(12.96875rem, 0rem + 55.3333333333vw, 25.9375rem);
  aspect-ratio: 433/415;
}

.sec05 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8506), to(#FF4101));
  background: linear-gradient(180deg, #FF8506 0%, #FF4101 100%);
  position: relative;
  padding: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem) 0;
}

.sec05__inner {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .sec05__inner {
    gap: 77px;
  }
}

.sec05__title {
  color: #FFF;
  text-align: center;
}

.sec05__title-text--large {
  font-size: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
  font-weight: 700;
  line-height: 1.43;
}
@media screen and (min-width: 1000px) {
  .sec05__title-text--large {
    font-size: 60px;
    line-height: 1.5;
  }
}

.sec05__title-text--xlarge {
  font-size: clamp(2.875rem, 0rem + 12.2666666667vw, 5.75rem);
  font-weight: 700;
  line-height: 0.7;
}
@media screen and (min-width: 1000px) {
  .sec05__title-text--xlarge {
    font-size: 80px;
    line-height: 1;
  }
}

.sec05__title-text {
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .sec05__title-text {
    font-size: 36px;
    line-height: 2.5;
  }
}

.sec05__swiper-container,
.sec05__swiper,
.sec05__swiper-wrapper,
.sec05__swiper-slide {
  position: relative;
}

.sec05__swiper-container {
  padding-left: 3px;
}

.sec05__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .sec05__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 17px;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  height: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .sec05__swiper-button-prev,
  .sec05__swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}

.swiper-button-next {
  right: clamp(1.34375rem, 0rem + 5.7333333333vw, 2.6875rem);
}

.sec06__inner {
  background: url(../img/bg-sec06-sp.svg) no-repeat center top/contain;
  padding-top: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 0rem + 16vw, 7.5rem);
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .sec06__inner {
    background: url(../img/bg-sec06-pc.svg) no-repeat center top/contain;
    gap: 148px;
    padding-top: 100px;
    padding-bottom: 180px;
  }
}

.sec06__title {
  width: clamp(19.4375rem, 0rem + 82.9333333333vw, 38.875rem);
  height: clamp(2.875rem, 0rem + 12.2666666667vw, 5.75rem);
  margin-inline: auto;
  padding-right: clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
}
@media screen and (min-width: 1000px) {
  .sec06__title source {
    width: 480px;
    height: 92px;
  }
}

.sec06__achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}
@media screen and (min-width: 1000px) {
  .sec06__achievements-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    padding: 0 10px;
  }
}

.sec07 {
  padding-bottom: clamp(3.25rem, 0rem + 13.8666666667vw, 6.5rem);
}

.sec07__inner {
  max-width: 1000px;
  margin-inline: auto;
}

.sec07__title {
  max-width: clamp(23.4375rem, 0rem + 100vw, 46.875rem);
  margin-inline: auto;
  background: #0087CB;
  position: relative;
  padding-top: clamp(1.6875rem, 0.0625rem + 6.9333333333vw, 3.3125rem);
  overflow-x: clip;
  color: #FFF;
  text-align: center;
  font-size: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
  font-weight: 500;
  line-height: 1.43;
}
.sec07__title::after {
  content: "";
  background: #0087CB;
  -webkit-mask-image: url(../img/img-sec03-03.svg);
          mask-image: url(../img/img-sec03-03.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  position: absolute;
  bottom: clamp(-3.625rem, 0rem + -7.7333333333vw, -1.8125rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 432/36;
  z-index: -1;
}

.sec07__title-small {
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 500;
  line-height: 1.43;
}

.sec07__ryo-list {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  padding-top: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem);
  padding-bottom: clamp(4rem, 0rem + 17.0666666667vw, 8rem);
  margin-right: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
}
@media screen and (min-width: 1000px) {
  .sec07__ryo-list {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 146px;
    row-gap: 70px;
    -webkit-column-gap: 39px;
       -moz-column-gap: 39px;
            column-gap: 39px;
  }
}

.sec07__fabric {
  padding: 0 clamp(0.96875rem, 0rem + 4.1333333333vw, 1.9375rem) 0 clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}

.sec07__fabric--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  background: #FFF;
  max-width: 1000px;
  margin-inline: auto;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: clamp(3.875rem, 0.125rem + 16vw, 7.625rem) clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem) clamp(1.71875rem, 0rem + 7.3333333333vw, 3.4375rem) clamp(1.5rem, 0rem + 6.4vw, 3rem);
}
@media screen and (min-width: 1000px) {
  .sec07__fabric--inner {
    padding: 124px 0 80px;
    gap: 62px;
  }
}

.sec07__fabric-title {
  position: absolute;
  top: clamp(-1.625rem, 0rem + -3.4666666667vw, -0.8125rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(17.5rem, 0rem + 74.6666666667vw, 35rem);
  height: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
  background: #0087CB;
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
}

.sec07__fabric-title-img {
  width: clamp(14rem, 0rem + 59.7333333333vw, 28rem);
  height: clamp(1.40625rem, 0rem + 6vw, 2.8125rem);
  aspect-ratio: 224/22.5;
}

.sec07__fabric-text {
  padding: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem) clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
  color: #FFF;
  background: #0087CB;
  font-size: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec07__fabric-text {
    font-size: 40px;
    padding: 22px 50px;
    line-height: 1.2;
  }
}

.sec07__fabric-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}
@media screen and (min-width: 1000px) {
  .sec07__fabric-list {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    row-gap: 30px;
  }
}

.sec07__fabric-item {
  position: relative;
  width: clamp(8.75rem, 0rem + 37.3333333333vw, 17.5rem);
  height: clamp(8.75rem, 0rem + 37.3333333333vw, 17.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .sec07__fabric-item {
    width: 232px;
    height: 232px;
  }
  .sec07__fabric-item:nth-of-type(1) {
    margin-left: 6px;
    margin-right: 8px;
  }
  .sec07__fabric-item:nth-of-type(2) {
    margin-right: 8px;
  }
}

.sec07__fabric-item-text {
  position: absolute;
  bottom: clamp(0.96875rem, 0rem + 4.1333333333vw, 1.9375rem);
  padding: clamp(0.1875rem, 0rem + 0.8vw, 0.375rem) clamp(0.65625rem, 0rem + 2.8vw, 1.3125rem);
  background: #FFF;
  display: block;
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  color: #2D2D2D;
  font-size: clamp(1.09375rem, 0rem + 4.6666666667vw, 2.1875rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .sec07__fabric-item-text {
    padding: 6px 20px;
    font-size: 20px;
    bottom: 23px;
  }
}

/* 4番目のアイテム（電子レンジ）のテキストのみ accent 色に */
.sec07__fabric-item-text--shorter {
  letter-spacing: -0.23em;
}

.sec08 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8506), to(#FF4101));
  background: linear-gradient(180deg, #FF8506 0%, #FF4101 100%);
  padding: 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.sec08__inner {
  max-width: clamp(21.5625rem, 0rem + 92vw, 43.125rem);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(4.6875rem, 1.25rem + 14.6666666667vw, 8.125rem) 0 clamp(3.4375rem, 0rem + 14.6666666667vw, 6.875rem);
  position: relative;
}
.sec08__inner::before {
  content: "";
  background: url(../img/img-sec08-01.svg) no-repeat center top/contain;
  position: absolute;
  top: 0;
  right: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
  width: clamp(14.15625rem, 0rem + 60.4vw, 28.3125rem);
  height: clamp(11.8125rem, 0rem + 50.4vw, 23.625rem);
}
@media screen and (min-width: 1000px) {
  .sec08__inner {
    padding-top: 131px;
    padding-bottom: 110px;
  }
  .sec08__inner::before {
    right: -18px;
  }
}

.sec08__title {
  width: clamp(15.53125rem, 0rem + 66.2666666667vw, 31.0625rem);
  height: clamp(4.3125rem, 0rem + 18.4vw, 8.625rem);
  margin-bottom: clamp(3.5rem, 0rem + 14.9333333333vw, 7rem);
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .sec08__title {
    width: 466px;
    height: 128px;
    margin-bottom: 118px;
  }
}

.area-list {
  background: #FFF;
  padding: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem) clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
}

.area-list__img {
  width: clamp(20.375rem, 0rem + 86.9333333333vw, 40.75rem);
  height: clamp(31.875rem, 0rem + 136vw, 63.75rem);
  aspect-ratio: 326/510;
}

.sec08__text {
  width: clamp(19.09375rem, 0rem + 81.4666666667vw, 38.1875rem);
  height: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem);
  margin-top: clamp(2.4375rem, 0rem + 10.4vw, 4.875rem);
}

.sec09 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec09__title {
  width: clamp(20rem, 0rem + 85.3333333333vw, 40rem);
  height: clamp(7.625rem, 0rem + 32.5333333333vw, 15.25rem);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(2.1875rem, 0rem + 9.3333333333vw, 4.375rem);
  position: absolute;
  top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}
@media screen and (min-width: 1000px) {
  .sec09__title {
    padding-top: 71px;
  }
}
.sec09__title::after {
  content: "";
  position: absolute;
  background: #FFF;
  -webkit-mask-image: url(../img/img-sec09-01.svg);
          mask-image: url(../img/img-sec09-01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  width: 100%;
  height: clamp(2.375rem, 0rem + 10.1333333333vw, 4.75rem);
  aspect-ratio: 1024/28;
  bottom: clamp(-4.625rem, 0rem + -9.8666666667vw, -2.3125rem);
}

.sec09__title-img {
  width: clamp(18.3125rem, 0rem + 78.1333333333vw, 36.625rem);
  height: clamp(4.71875rem, 0rem + 20.1333333333vw, 9.4375rem);
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .sec09__title-img {
    width: 496px;
    height: 148px;
  }
}

.sec09__title-orange {
  background: -webkit-gradient(linear, left top, right top, from(#FF4101), to(#FF8506));
  background: linear-gradient(90deg, #FF4101 0%, #FF8506 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  .sec09__title-orange {
    font-size: 60px;
  }
}

.sec09__inner {
  margin-top: clamp(5.3125rem, 0rem + 22.6666666667vw, 10.625rem);
  padding-top: clamp(10rem, 0rem + 42.6666666667vw, 20rem);
  padding-bottom: clamp(4.6875rem, 0rem + 20vw, 9.375rem);
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  background: #0087CB;
}
@media screen and (min-width: 1000px) {
  .sec09__inner {
    padding-top: 278px;
    padding-bottom: 75px;
  }
}

.sec09__swiper-container,
.sec09__swiper,
.sec09__swiper-wrapper,
.sec09__swiper-slide {
  position: relative;
}

.sec09__swiper {
  overflow: clip;
}
@media screen and (min-width: 1000px) {
  .sec09__swiper {
    width: 1000px;
    margin-inline: auto;
  }
}

.sec09__swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
}
@media screen and (min-width: 1000px) {
  .sec09__swiper-wrapper {
    width: 1000px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 30px;
  }
}

.sec09__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(21.65625rem, 0rem + 92.4vw, 43.3125rem);
  height: clamp(29.125rem, 0rem + 124.2666666667vw, 58.25rem);
}
@media screen and (min-width: 1000px) {
  .sec09__swiper-slide {
    width: 303px;
    height: 566px;
  }
}

.sec09__swiper-button-prev,
.sec09__swiper-button-next {
  top: clamp(15.625rem, 0rem + 66.6666666667vw, 31.25rem);
}
@media screen and (min-width: 1000px) {
  .sec09__swiper-button-prev,
  .sec09__swiper-button-next {
    top: 50%;
    translate: 0 -50%;
  }
}

.sec09__swiper-button-prev {
  left: clamp(1.5rem, 0rem + 6.4vw, 3rem);
}
@media screen and (min-width: 1000px) {
  .sec09__swiper-button-prev {
    left: -2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec09__swiper-button-next {
  right: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
}
@media screen and (min-width: 1000px) {
  .sec09__swiper-button-next {
    right: 3px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.sec10__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(3.5rem, 0rem + 14.9333333333vw, 7rem);
  padding: clamp(3.25rem, 0rem + 13.8666666667vw, 6.5rem) 0 clamp(3rem, 0rem + 12.8vw, 6rem);
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .sec10__inner {
    padding: 112px 0 118px;
    gap: 84px;
  }
}

.sec10__title {
  color: #2D2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec10__title-text {
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .sec10__title-text {
    font-size: 36px;
  }
}

.sec10__title-text--large {
  font-size: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 1000px) {
  .sec10__title-text--large {
    font-size: 60px;
    line-height: 1.5;
  }
}

.sec10__swiper-container,
.sec10__swiper,
.sec10__swiper-wrapper,
.sec10__swiper-slide {
  position: relative;
}

.sec10__swiper-container {
  width: 100%;
}

.sec10__swiper {
  overflow: clip;
}
@media screen and (min-width: 1000px) {
  .sec10__swiper {
    width: 1000px;
    margin-inline: auto;
  }
}

.sec10__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}
@media screen and (min-width: 1000px) {
  .sec10__swiper-wrapper {
    width: 1000px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 30px;
  }
}

.sec10__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(21.65625rem, 0rem + 92.4vw, 43.3125rem);
  height: clamp(27.6875rem, 0rem + 118.1333333333vw, 55.375rem);
}
@media screen and (min-width: 1000px) {
  .sec10__swiper-slide {
    width: 303px;
    height: 506px;
  }
}

.sec10__swiper-button-prev,
.sec10__swiper-button-next {
  top: clamp(9.6875rem, 0rem + 41.3333333333vw, 19.375rem);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1000px) {
  .sec10__swiper-button-prev,
  .sec10__swiper-button-next {
    top: 228px;
  }
}

.sec10__swiper-button-prev {
  left: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
}
@media screen and (min-width: 1000px) {
  .sec10__swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec10__swiper-button-next {
  right: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
}
@media screen and (min-width: 1000px) {
  .sec10__swiper-button-next {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.sec11 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8506), to(#FF4101));
  background: linear-gradient(180deg, #FF8506 0%, #FF4101 100%);
  padding-top: clamp(3.125rem, -0.625rem + 16vw, 6.875rem);
}
@media screen and (min-width: 1000px) {
  .sec11 {
    padding-top: 120px;
  }
}

.sec11__title {
  padding-top: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
  margin-bottom: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
}
@media screen and (min-width: 1000px) {
  .sec11__title {
    padding-top: 6px;
    margin-bottom: 83px;
  }
}

.sec11__title-img {
  width: clamp(11.75rem, 0rem + 50.1333333333vw, 23.5rem);
  height: clamp(4.28125rem, 0rem + 18.2666666667vw, 8.5625rem);
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .sec11__title-img {
    width: 350px;
    height: 148px;
  }
}

.sec11__inner {
  max-width: clamp(31.25rem, 0rem + 133.3333333333vw, 62.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .sec11__inner {
    padding: 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  }
}

.sec11__inner-img {
  width: clamp(21.5625rem, 0rem + 92vw, 43.125rem);
  height: clamp(30.59375rem, 0rem + 130.5333333333vw, 61.1875rem);
  aspect-ratio: 345/489.5;
}
@media screen and (min-width: 1000px) {
  .sec11__inner-img {
    width: 1001px;
    height: 746px;
    aspect-ratio: 1001/746;
  }
}

.sec11__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: clamp(23.4375rem, 0rem + 100vw, 46.875rem);
  width: 100%;
  margin-inline: auto;
  padding-top: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
  padding-left: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  gap: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .sec11__content {
    overflow: clip;
  }
}
@media screen and (min-width: 1000px) {
  .sec11__content {
    padding-top: 83px;
  }
}

.sec11__point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
}

.sec11__point-list-item-img1 {
  width: clamp(7.1875rem, 0rem + 30.6666666667vw, 14.375rem);
  height: clamp(1.96875rem, 0rem + 8.4vw, 3.9375rem);
  aspect-ratio: 115/31.5;
}

.sec11__point-list-item-img2 {
  width: clamp(11.03125rem, 0rem + 47.0666666667vw, 22.0625rem);
  height: clamp(2.09375rem, 0rem + 8.9333333333vw, 4.1875rem);
  aspect-ratio: 176.5/33.5;
}

.sec11__point-list-item-img3 {
  width: clamp(11.03125rem, 0rem + 47.0666666667vw, 22.0625rem);
  height: clamp(2.09375rem, 0rem + 8.9333333333vw, 4.1875rem);
  aspect-ratio: 176.5/33.5;
}

.sec11__point-text {
  margin-left: clamp(-0.1875rem, 0rem + -0.4vw, -0.09375rem);
  width: clamp(19.125rem, 0rem + 81.6vw, 38.25rem);
  height: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  aspect-ratio: 306/30;
}
@media screen and (min-width: 1000px) {
  .sec11__point-text {
    margin-left: 0px;
  }
}

.sec11__point-img {
  width: clamp(11rem, 0rem + 46.9333333333vw, 22rem);
  height: clamp(14.71875rem, 0rem + 62.8vw, 29.4375rem);
  aspect-ratio: 68/91;
  position: absolute;
  bottom: 0;
  right: clamp(-3.1875rem, 0rem + -6.8vw, -1.59375rem);
  z-index: -1;
}

.sec12 {
  background: url(../img/bg-sec12-sp.webp) no-repeat left top/cover;
  padding-top: clamp(3.0625rem, 0rem + 13.0666666667vw, 6.125rem);
}
@media screen and (min-width: 1000px) {
  .sec12 {
    background: url(../img/bg-sec12-pc.webp) no-repeat left top/cover;
    padding-left: 66px;
  }
}

@media screen and (max-width: 750px) {
  .sec12__inner {
    overflow: clip;
  }
}

.sec12__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec12__title-text {
  margin-right: 5px;
  width: clamp(9.46875rem, 0rem + 40.4vw, 18.9375rem);
  height: clamp(2.875rem, 0rem + 12.2666666667vw, 5.75rem);
  aspect-ratio: 151.5/46;
  position: relative;
  z-index: 10;
}

.sec12__title-img {
  position: absolute;
  top: clamp(1.03125rem, 0rem + 4.4vw, 2.0625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(11.4375rem, 0rem + 48.8vw, 22.875rem);
  height: clamp(4.375rem, 0rem + 18.6666666667vw, 8.75rem);
  aspect-ratio: 183/70;
}

.sec12__content {
  padding-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}

.sec12__campagin {
  width: clamp(20.25rem, 0rem + 86.4vw, 40.5rem);
  height: clamp(7.3125rem, 0rem + 31.2vw, 14.625rem);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec12__campagin-text {
  color: #FF4101;
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 700;
  line-height: 1.91667;
  position: relative;
}

.sec12__campagin-text--underline {
  position: relative;
  z-index: 3;
}
.sec12__campagin-text--underline::before {
  content: "";
  position: absolute;
  bottom: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
  left: 0;
  width: 100%;
  height: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
  background: #FFF301;
  z-index: -1;
}

.sec12__campagin-text--large {
  font-size: clamp(2.875rem, 0rem + 12.2666666667vw, 5.75rem);
  font-weight: 700;
  line-height: 0.7;
}

.sec12__pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
}

.sec12__pr-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.sec12__pr-point-text {
  padding: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem) clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  background: #FFF;
  border-radius: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}
.sec12__pr-point-text span {
  font-size: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8506), to(#FF4101));
  background: linear-gradient(180deg, #FF8506 0%, #FF4101 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec12__pr-text {
  color: #FFF;
  font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.sec12__message {
  margin-top: clamp(3.375rem, -0.75rem + 17.6vw, 7.5rem);
  padding-left: clamp(1.65625rem, 0rem + 7.0666666667vw, 3.3125rem);
  padding-bottom: clamp(3rem, 0rem + 12.8vw, 6rem);
  position: relative;
  z-index: 10;
}

.sec12__message-text {
  width: clamp(13.6875rem, 0rem + 58.4vw, 27.375rem);
  height: clamp(9.0625rem, 0rem + 38.6666666667vw, 18.125rem);
  aspect-ratio: 219/145;
}

.sec12__message-img {
  position: absolute;
  bottom: clamp(-0.125rem, 0rem + -0.2666666667vw, -0.0625rem);
  right: clamp(-1.5rem, 0rem + -3.2vw, -0.75rem);
  width: clamp(10rem, 0rem + 42.6666666667vw, 20rem);
  height: clamp(13.8125rem, 0rem + 58.9333333333vw, 27.625rem);
  aspect-ratio: 160/221;
  z-index: -1;
}

.sec13 {
  padding: clamp(3.0625rem, 0rem + 13.0666666667vw, 6.125rem) 0 clamp(1.4375rem, 0rem + 6.1333333333vw, 2.875rem);
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec13::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: clamp(14.84375rem, 0rem + 63.3333333333vw, 29.6875rem);
    width: 100%;
    height: calc(100% - clamp(14.84375rem, 0rem + 63.3333333333vw, 29.6875rem));
    background: #0087CB;
    z-index: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sec13 {
    padding-bottom: 39px;
  }
}

.sec13__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}
@media screen and (min-width: 1000px) {
  .sec13__inner {
    gap: 56px;
  }
}

.sec13__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
  color: #0087CB;
}
@media screen and (min-width: 1000px) {
  .sec13__title {
    gap: 22px;
  }
}

.sec13__title-main {
  font-size: clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem);
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .sec13__title-main {
    font-size: 58px;
  }
}

.sec13__title-sub {
  font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .sec13__title-sub {
    font-size: 36px;
  }
}

.sec13__form {
  padding: clamp(0.9375rem, 0rem + 4vw, 1.875rem) clamp(1.40625rem, 0rem + 6vw, 2.8125rem) clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  width: clamp(21.5625rem, 0rem + 92vw, 43.125rem);
  background: #FFF;
  -webkit-box-shadow: -3px -3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -3px -3px 6px 0 rgba(0, 0, 0, 0.25);
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.96875rem, 0rem + 4.1333333333vw, 1.9375rem);
}
@media screen and (min-width: 1000px) {
  .contact__form {
    gap: 30px;
  }
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.contact__head {
  color: #2D2D2D;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-weight: 700;
  line-height: 1.14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
@media screen and (min-width: 1000px) {
  .contact__head {
    font-size: 20px;
    line-height: 1.6;
  }
}

.contact__head-required {
  color: #FFF;
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  padding: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem) clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  background: #FF4101;
  border-radius: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}
@media screen and (min-width: 1000px) {
  .contact__head-required {
    font-size: 16px;
    line-height: 1.25;
    padding: 4px 20px;
  }
}

.contact__head-optional {
  color: #FFF;
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  padding: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem) clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  background: #B1B1B1;
  border-radius: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}
@media screen and (min-width: 1000px) {
  .contact__head-optional {
    font-size: 16px;
    line-height: 1.25;
    padding: 4px 20px;
  }
}

.contact__data {
  color: #2D2D2D;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-weight: 500;
  line-height: 1.14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .contact__data {
    font-size: 20px;
    line-height: 1.6;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select {
  border-radius: 0;
  height: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  width: 100%;
  background: #D9D9D9;
  border: none;
  padding: 0 clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 1000px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select {
    height: 60px;
  }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 20px;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder {
    font-size: 20px;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 20px;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder {
    font-size: 20px;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder {
    font-size: 20px;
  }
}

select#birth-y {
  width: clamp(4.375rem, 0rem + 18.6666666667vw, 8.75rem) !important;
}

select#birth-m {
  width: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem) !important;
}

select#birth-d {
  width: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem) !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(0.375rem, 0rem + 1.6vw, 0.75rem);
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .contact__select-wrap {
    gap: 16px;
  }
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact__data-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
.contact__data-radio span {
  display: inline-block;
  position: relative;
  padding-left: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
.contact__data-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem);
  height: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem);
  border: 1px solid #2D2D2D;
  border-radius: 50%;
}
.contact__data-radio span::after {
  content: "";
  position: absolute;
  left: clamp(0.09375rem, 0rem + 0.4vw, 0.1875rem);
  bottom: clamp(0.1875rem, 0rem + 0.8vw, 0.375rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
  height: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
  background: #FF4101;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .contact__data-radio {
    gap: 28px;
  }
  .contact__data-radio span {
    padding-left: 28px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
  margin-top: clamp(1.46875rem, 0rem + 6.2666666667vw, 2.9375rem);
  margin-right: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem);
}
@media screen and (min-width: 1000px) {
  .contact__submit {
    margin-top: 30px;
    margin-right: 0;
  }
}
.contact__submit input[type=submit] {
  display: inline-block;
  width: clamp(12.5rem, 0rem + 53.3333333333vw, 25rem);
  height: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  border-radius: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  background: -webkit-gradient(linear, left top, right top, from(#FF4101), to(#FF8506));
  background: linear-gradient(90deg, #FF4101 0%, #FF8506 100%);
  color: #FFF;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.11;
}
@media screen and (min-width: 1000px) {
  .contact__submit input[type=submit] {
    width: 400px;
    height: 73px;
    font-size: 32px;
  }
}

.footer {
  background: #FFF;
  text-align: center;
  color: #2D2D2D;
  font-size: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
  font-weight: 500;
  line-height: 1.636;
  padding-top: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  padding-bottom: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}
@media screen and (min-width: 1000px) {
  .footer {
    font-size: 11px;
    padding-top: 38px;
    padding-bottom: 48px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__copy {
  margin-top: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
}
@media screen and (min-width: 1000px) {
  .footer__copy {
    margin-top: 26px;
  }
}

.header {
  background-image: url(../img/bg-sec01-sp.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .header {
    background-image: url(../img/bg-sec01-pc.webp);
  }
}

.thanks__title {
  color: #FFF;
  font-size: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-weight: 700;
  line-height: 1.53;
  padding: clamp(1.875rem, 0rem + 8vw, 3.75rem) 0;
}

.thanks {
  padding: clamp(1.875rem, 0rem + 8vw, 3.75rem) clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.thanks__contents {
  color: #2D2D2D;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  line-height: 1.66;
}

.company .inner {
  padding: 120px 0 200px;
  background: #F7F9FF;
}

.company__title-jp {
  font-size: 20px;
  text-align: center;
}

.company__title-en {
  margin-top: 12px;
  color: #FF8506;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.company__list {
  margin-top: 80px;
  padding-inline: 20px;
}

.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.company__list-term {
  width: 80px;
  color: #FF8506;
  font-weight: 700;
  line-height: 1.8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.company__list-desc {
  padding-left: 10px;
  line-height: 1.8;
}
.company__list-desc a {
  color: #2D2D2D;
}

@media (any-hover: hover) {
  .company__list-desc a:hover {
    opacity: 0.7;
  }
}
address {
  font-style: normal;
}

.privacy {
  padding: 60px 0;
}

.privacy__title {
  background: #F7F9FF;
  padding: 12px 0 12px 16px;
  font-size: 24px;
  font-weight: 700;
}

.privacy__contents {
  padding-inline: 15px;
}

.privacy__head {
  margin-top: 18px;
  font-size: 14px;
}

.privacy__item {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.privacy__item-list {
  padding-left: 28px;
}

.privacy__item-text {
  list-style: disc;
}
.privacy__item-text::marker {
  font-size: 10px;
}

.privacy__medium-list {
  padding-left: 28px;
}

.privacy__medium-list-item {
  list-style: circle;
}
.privacy__medium-list-item::marker {
  font-size: 10px;
}

.privacy__small-list {
  padding-left: 28px;
}

.privacy__small-list-item {
  list-style-type: decimal;
}
.privacy__small-list-item::marker {
  font-size: 14px;
}

.privacy__item-address {
  margin-top: 8px;
  padding-left: 28px;
}

.privacy__end {
  margin-top: 8px;
}

.c-btn {
  width: clamp(20rem, 0rem + 85.3333333333vw, 40rem);
  height: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem);
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF301;
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-animation: btn_anime 2s infinite;
          animation: btn_anime 2s infinite;
}
.c-btn:hover {
  -webkit-animation: none;
          animation: none;
}
@media screen and (min-width: 1000px) {
  .c-btn {
    width: 480px;
    height: 160px;
    border-radius: 30px;
  }
}

@-webkit-keyframes btn_anime {
  0%, 20%, 40% {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    top: 0px;
  }
  10%, 30% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    top: 4px;
  }
}

@keyframes btn_anime {
  0%, 20%, 40% {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    top: 0px;
  }
  10%, 30% {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    top: 4px;
  }
}
.c-btn--line {
  background: url(../img/btn-line-bg.svg) no-repeat center center/cover;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 900;
  padding-left: clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
  padding-bottom: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
}
.c-btn--line::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  width: clamp(3.28125rem, 0rem + 14vw, 6.5625rem);
  height: clamp(3.0625rem, 0rem + 13.0666666667vw, 6.125rem);
  background-image: url(../img/btn-line-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn--line::after {
  content: "";
  background-image: url(../img/btn-polygon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(0.59375rem, 0rem + 2.5333333333vw, 1.1875rem);
  width: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  height: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
}
@media screen and (min-width: 1000px) {
  .c-btn--line {
    font-size: 32px;
    padding-left: 30px;
  }
  .c-btn--line::before {
    left: 28px;
    width: 92px;
    height: 86px;
  }
  .c-btn--line::after {
    background-image: url(../img/btn-polygon-pc.svg);
    top: 63px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 30px;
    width: 23px;
    height: 37px;
  }
}

.c-btn--tel {
  background: url(../img/btn-tel-bg.svg) no-repeat center center/cover;
  font-size: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-weight: 900;
  padding-left: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
  padding-top: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
  letter-spacing: 0.08em;
}
.c-btn--tel::before {
  content: "";
  position: absolute;
  top: clamp(1.40625rem, 0rem + 6vw, 2.8125rem);
  left: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  width: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  height: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  background-image: url(../img/btn-tel-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .c-btn--tel::after {
    content: "";
    background-image: url(../img/btn-polygon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
    right: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    width: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    height: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
  }
}
@media screen and (min-width: 1000px) {
  .c-btn--tel {
    font-size: 48px;
    padding-left: 87px;
    padding-bottom: 1px;
    padding-top: 0;
  }
  .c-btn--tel::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 32px;
    width: 60px;
    height: 100px;
  }
}

.c-btn__text {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(16.375rem, 0rem + 69.8666666667vw, 32.75rem);
  height: clamp(2.1875rem, 0rem + 9.3333333333vw, 4.375rem);
  border-radius: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-size: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
  letter-spacing: 0;
  font-weight: 700;
  position: absolute;
  top: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .c-btn__text {
    width: 420px;
    height: 60px;
    font-size: 24px;
  }
}

.c-btn__text--line {
  border: 2px solid #2BB94E;
  color: #2BB94E;
}

.c-btn__text--tel {
  border: 2px solid #FF8506;
  color: #FF8506;
}

.c-reason {
  width: clamp(21.5625rem, 0rem + 92vw, 43.125rem);
  height: clamp(29.8125rem, 0rem + 127.2vw, 59.625rem);
  border-radius: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  background: #F7F9FF;
  padding-top: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
  padding-bottom: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  display: block;
}
@media screen and (min-width: 1000px) {
  .c-reason {
    width: 320px;
    height: 587px;
    padding-top: 37px;
    padding-bottom: 34px;
    display: block;
  }
}

.c-reason__num {
  color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(8.125rem, 0rem + 34.6666666667vw, 16.25rem);
  height: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  background: #0087CB;
  padding-left: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
  position: relative;
}
.c-reason__num::after {
  content: "";
  position: absolute;
  background: #0087CB;
  -webkit-mask-image: url(../img/img-sec05-arrow.svg);
          mask-image: url(../img/img-sec05-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(-1rem, 0rem + -2.1333333333vw, -0.5rem);
  width: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  height: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__num {
    width: 103px;
    height: 40px;
    padding-left: 14px;
  }
  .c-reason__num::after {
    right: -11px;
    width: 13px;
    height: 40px;
  }
}

.c-reason__num-point {
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 1000px) {
  .c-reason__num-point {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 4px;
  }
}

.c-reason__num-count {
  font-size: clamp(3.375rem, 0rem + 14.4vw, 6.75rem);
  -webkit-text-stroke-width: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
  -webkit-text-stroke-color: #0087CB;
  font-weight: 700;
  line-height: 1.04;
  position: absolute;
  bottom: clamp(0.09375rem, 0rem + 0.4vw, 0.1875rem);
  left: clamp(5.625rem, 0rem + 24vw, 11.25rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__num-count {
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
    left: 70px;
    bottom: 7px;
  }
}

.c-reason__title {
  color: #2D2D2D;
  text-align: center;
  font-size: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  font-weight: 500;
  line-height: 1.875;
  margin-top: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__title {
    margin-top: 15px;
    font-size: 32px;
  }
}

.c-reason__img {
  height: clamp(10.1875rem, 0rem + 43.4666666667vw, 20.375rem);
  width: clamp(12.4375rem, 0rem + 53.0666666667vw, 24.875rem);
  aspect-ratio: 398/326;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .c-reason__img {
    width: 222px;
    height: 212px;
  }
}

.c-reason__img--1 {
  height: clamp(9.15625rem, 0rem + 39.0666666667vw, 18.3125rem);
  width: clamp(12.4375rem, 0rem + 53.0666666667vw, 24.875rem);
  margin-top: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  margin-bottom: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__img--1 {
    margin-top: 19px;
    margin-bottom: 21px;
    width: 222px;
    height: 173px;
  }
}

.c-reason__img--2 {
  width: clamp(12.34375rem, 0rem + 52.6666666667vw, 24.6875rem);
  height: clamp(8.5rem, 0rem + 36.2666666667vw, 17rem);
  margin-top: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  margin-bottom: clamp(1.84375rem, 0rem + 7.8666666667vw, 3.6875rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__img--2 {
    margin-top: 6px;
    margin-bottom: 32px;
    width: 196px;
    height: 172px;
  }
}

.c-reason__img--3 {
  width: clamp(8.21875rem, 0rem + 35.0666666667vw, 16.4375rem);
  height: clamp(10.21875rem, 0rem + 43.6vw, 20.4375rem);
  margin-top: clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
  margin-bottom: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__img--3 {
    margin-top: -11px;
    margin-bottom: 13px;
    width: 172px;
    height: 212px;
  }
}

.c-reason__text {
  margin-left: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__text {
    margin-left: 12px;
  }
}

.c-reason__text--1 {
  width: clamp(19.125rem, 0rem + 81.6vw, 38.25rem);
  height: clamp(9.75rem, 0rem + 41.6vw, 19.5rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__text--1 {
    margin-top: -4px;
    width: 300px;
    height: 192px;
  }
}

.c-reason__text--2 {
  width: clamp(18.0625rem, 0rem + 77.0666666667vw, 36.125rem);
  height: clamp(9.75rem, 0rem + 41.6vw, 19.5rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__text--2 {
    margin-top: -2px;
    width: 300px;
    height: 192px;
  }
}

.c-reason__text--3 {
  width: clamp(18.71875rem, 0rem + 79.8666666667vw, 37.4375rem);
  height: clamp(9.75rem, 0rem + 41.6vw, 19.5rem);
}
@media screen and (min-width: 1000px) {
  .c-reason__text--3 {
    margin-top: -5px;
    width: 300px;
    height: 192px;
  }
}

.c-achievements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
}
@media screen and (max-width: 750px) {
  .c-achievements__item:nth-of-type(2) {
    margin-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  }
  .c-achievements__item:nth-of-type(3) {
    margin-top: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
  }
}
@media screen and (min-width: 1000px) {
  .c-achievements__item {
    gap: 12px;
  }
}

.c-achievements__item-box {
  width: clamp(20rem, 0rem + 85.3333333333vw, 40rem);
  height: clamp(6.875rem, 0rem + 29.3333333333vw, 13.75rem);
  border-radius: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  background: -webkit-gradient(linear, left top, right top, from(#FF4101), to(#FF8506));
  background: linear-gradient(90deg, #FF4101 0%, #FF8506 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem);
  padding: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem) clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box {
    width: 300px;
    height: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 20px 20px;
  }
}

.c-achievements__item-box-img {
  width: clamp(3.5rem, 0rem + 14.9333333333vw, 7rem);
  height: clamp(3.5rem, 0rem + 14.9333333333vw, 7rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box-img {
    width: 112px;
    height: 88px;
  }
}
.c-achievements__item-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-achievements__item-box-img--line {
  padding-right: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box-img--line {
    padding-right: 0px;
  }
}

.c-achievements__item-box-text {
  border-left: 2px solid #FFF;
  width: clamp(14.0625rem, 0rem + 60vw, 28.125rem);
  height: clamp(4.4375rem, 0rem + 18.9333333333vw, 8.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-weight: 700;
  padding-left: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-feature-settings: "palt" on;
  -webkit-font-feature-settings: "palt" on;
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box-text {
    border-left: none;
    border-top: 2px solid #FFF;
    width: 174px;
    text-wrap: nowrap;
    padding-top: 20px;
    padding-left: 5px;
  }
}

.c-achievements__item-box-text-title {
  font-size: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box-text-title {
    font-size: 36px;
    line-height: 1.9;
  }
}

.c-achievements__item-box-text-number {
  font-size: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box-text-number {
    font-size: 60px;
  }
}
.c-achievements__item-box-text-number span {
  font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-box-text-number span {
    font-size: 36px;
  }
}

.c-achievements__item-text {
  color: #2D2D2D;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  font-weight: 500;
  line-height: 1.42;
}
@media screen and (min-width: 1000px) {
  .c-achievements__item-text {
    font-size: 16px;
    line-height: 2;
  }
}

.c-ryo__item {
  width: clamp(19.375rem, 0rem + 82.6666666667vw, 38.75rem);
  height: clamp(2.875rem, 0rem + 12.2666666667vw, 5.75rem);
  background: #DEF;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding-left: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
  padding-bottom: clamp(0.46875rem, 0rem + 2vw, 0.9375rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-ryo__item:nth-of-type(4) {
  padding-bottom: clamp(0.78125rem, 0rem + 3.3333333333vw, 1.5625rem);
}
@media screen and (min-width: 1000px) {
  .c-ryo__item {
    width: 480px;
    height: 92px;
    padding-left: 40px;
    padding-bottom: 18px;
  }
  .c-ryo__item:nth-of-type(4) {
    padding-bottom: 30px;
  }
}

.c-ryo__item-text {
  color: #0087CB;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .c-ryo__item-text {
    font-size: 32px;
  }
}

.c-ryo__item-text--large {
  color: #FF4101;
  font-size: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .c-ryo__item-text--large {
    font-size: 64px;
  }
}

.c-ryo__item-img {
  position: absolute;
  bottom: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  right: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  width: clamp(3.75rem, 0rem + 16vw, 7.5rem);
}

.c-ryo__item-img1 {
  right: clamp(1.1875rem, 0rem + 5.0666666667vw, 2.375rem);
  height: clamp(3.03125rem, 0rem + 12.9333333333vw, 6.0625rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1000px) {
  .c-ryo__item-img1 {
    right: 25px;
    bottom: 26px;
    height: 96px;
  }
}
.c-ryo__item-img1 img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-ryo__item-img2 {
  height: clamp(3.625rem, 0rem + 15.4666666667vw, 7.25rem);
  bottom: clamp(0.375rem, 0rem + 1.6vw, 0.75rem);
  right: clamp(2.625rem, 0rem + 11.2vw, 5.25rem);
}
@media screen and (min-width: 1000px) {
  .c-ryo__item-img2 {
    right: 61px;
    bottom: 23px;
  }
}

.c-ryo__item-img3 {
  height: clamp(3.375rem, 0rem + 14.4vw, 6.75rem);
  bottom: clamp(0.46875rem, 0rem + 2vw, 0.9375rem);
}
@media screen and (min-width: 1000px) {
  .c-ryo__item-img3 {
    right: 12px;
    bottom: 22px;
  }
}

.c-ryo__item-img4 {
  height: clamp(3.28125rem, 0rem + 14vw, 6.5625rem);
  bottom: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
  right: clamp(2.75rem, 0rem + 11.7333333333vw, 5.5rem);
}
@media screen and (min-width: 1000px) {
  .c-ryo__item-img4 {
    right: 60px;
    bottom: 24px;
  }
}

.c-shigoto {
  width: clamp(21.5625rem, 0rem + 92vw, 43.125rem);
  height: clamp(28.90625rem, 0rem + 123.3333333333vw, 57.8125rem);
  background: #FFF;
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: clamp(1.8125rem, 0rem + 7.7333333333vw, 3.625rem) clamp(1.71875rem, 0rem + 7.3333333333vw, 3.4375rem) clamp(1.875rem, 0rem + 8vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
}
@media screen and (min-width: 1000px) {
  .c-shigoto {
    width: 300px;
    height: 560px;
    border-radius: 20px;
    padding: 34px 10px 50px;
    gap: 22px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-shigoto-title {
  color: #2D2D2D;
  font-size: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  font-weight: 700;
  line-height: 1.09;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.c-shigoto-title::before {
  content: "";
  position: absolute;
  background: #FF8506;
  width: 100%;
  height: clamp(0.375rem, 0rem + 1.6vw, 0.75rem);
  bottom: clamp(-0.375rem, 0rem + -0.8vw, -0.1875rem);
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .c-shigoto-title {
    font-size: 24px;
  }
  .c-shigoto-title::before {
    height: 8px;
    bottom: -4px;
  }
}

.c-shigoto-img {
  width: clamp(18.125rem, 0rem + 77.3333333333vw, 36.25rem);
  height: clamp(10rem, 0rem + 42.6666666667vw, 20rem);
  aspect-ratio: 1752/960;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .c-shigoto-img {
    margin-top: 2px;
    width: 260px;
    height: 210px;
  }
}
.c-shigoto-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-shigoto-list {
  display: grid;
  grid-template-columns: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem) 1fr;
  gap: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem) clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  width: clamp(15.625rem, 0rem + 66.6666666667vw, 31.25rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .c-shigoto-list {
    grid-template-columns: 120px 1fr;
    width: 100%;
    gap: 12px 16px;
  }
}

.c-shigoto-list__title {
  width: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem);
  height: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  border: 1px solid #0087CB;
  background: #F7F9FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2D2D;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .c-shigoto-list__title {
    width: 120px;
    height: 32px;
    padding: 5px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
}

.c-shigoto-list__title--longtext {
  letter-spacing: -0.1em;
}

.c-shigoto-list__item {
  color: #2D2D2D;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.11;
}
@media screen and (min-width: 1000px) {
  .c-shigoto-list__item {
    font-size: 18px;
  }
}

.c-user {
  width: clamp(21.5625rem, 0rem + 92vw, 43.125rem);
  height: clamp(27.5rem, 0rem + 117.3333333333vw, 55rem);
  background: #FFF;
  border-radius: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  padding: clamp(2.90625rem, 0rem + 12.4vw, 5.8125rem) clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem) clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.375rem, 0rem + 10.1333333333vw, 4.75rem);
}
@media screen and (min-width: 1000px) {
  .c-user {
    width: 300px;
    height: 500px;
    border-radius: 30px;
    padding: 20px 11px 26px;
    gap: 28px;
  }
}

.c-user__prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
}
@media screen and (min-width: 1000px) {
  .c-user__prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.c-user__prof-img {
  width: clamp(6.25rem, 0rem + 26.6666666667vw, 12.5rem);
  height: clamp(6.25rem, 0rem + 26.6666666667vw, 12.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .c-user__prof-img {
    width: 120px;
    height: 120px;
  }
}

.c-user__prof-name {
  color: #2D2D2D;
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-weight: 500;
  line-height: 1.66;
}
@media screen and (min-width: 1000px) {
  .c-user__prof-name {
    font-size: 20px;
  }
}

.c-user__text {
  color: #2D2D2D;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  line-height: 1.87;
  font-feature-settings: "palt" on;
  -webkit-font-feature-settings: "palt" on;
}
@media screen and (max-width: 750px) {
  .c-user__text {
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  .c-user__text {
    text-wrap: nowrap;
    font-size: 16px;
    line-height: 1.74;
  }
}

.c-comparison {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFF;
  border-radius: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  border: none;
}
.c-comparison td,
.c-comparison th {
  border: none;
}
.c-comparison .c-comparison__cell {
  border: 1px solid #b1b1b1;
}
.c-comparison .c-comparison__row:first-child .c-comparison__cell {
  border-top: 1px solid #b1b1b1;
}
.c-comparison .c-comparison__row:last-child .c-comparison__cell {
  border-bottom: none;
}
.c-comparison .c-comparison__row .c-comparison__cell:first-child {
  border-left: none;
}
.c-comparison .c-comparison__row .c-comparison__cell:last-child {
  border-right: none;
}

.c-comparison__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 1000px) {
  .c-comparison__row {
    grid-template-columns: 1fr 252px 1fr 1fr;
  }
}

.c-comparison__cell {
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2D2D2D;
  text-align: center;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-comparison__cell {
    font-size: 20px;
    padding: 0 0;
    min-height: 103px;
  }
}

.c-comparison__cell--head {
  height: clamp(3.8125rem, 0rem + 16.2666666667vw, 7.625rem);
  border-top: none !important;
}
@media screen and (min-width: 1000px) {
  .c-comparison__cell--head {
    height: 103px !important;
  }
}

.c-comparison .c-comparison__cell--left2 {
  color: #FF8506;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
  padding: clamp(0.9375rem, 0rem + 4vw, 1.875rem) 0;
  min-height: clamp(5rem, 0rem + 21.3333333333vw, 10rem);
  border-right: 3px solid #FF4101;
  border-left: 3px solid #FF4101;
  background: #FFE2C4;
}
@media screen and (min-width: 1000px) {
  .c-comparison .c-comparison__cell--left2 {
    padding: 0 0;
    min-height: 121px;
    gap: 4px;
  }
}

.c-comparison__row:last-child td.c-comparison__cell--left2 {
  border-bottom: 3px solid #FF4101 !important;
}

.c-comparison__cell.c-comparison__cell--head.c-comparison__cell--left2 {
  position: relative;
  z-index: 10;
  min-height: clamp(3.8125rem, 0rem + 16.2666666667vw, 7.625rem);
}
.c-comparison__cell.c-comparison__cell--head.c-comparison__cell--left2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem) clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem) 0 0;
  border: 3px solid #FF4101;
  border-bottom: none;
  background: #FFE2C4;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .c-comparison__cell.c-comparison__cell--head.c-comparison__cell--left2 {
    min-height: 103px !important;
    height: 103px !important;
  }
  .c-comparison__cell.c-comparison__cell--head.c-comparison__cell--left2::before {
    width: 250px;
    height: 134px;
  }
}
@media screen and (max-width: 999px) {
  .c-comparison__cell.c-comparison__cell--head.c-comparison__cell--left2::before {
    width: 25vw;
    height: clamp(4.65625rem, 0rem + 19.8666666667vw, 9.3125rem);
  }
}
@media screen and (max-width: 750px) {
  .c-comparison__cell.c-comparison__cell--head.c-comparison__cell--left2::before {
    width: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem);
    height: clamp(4.65625rem, 0rem + 19.8666666667vw, 9.3125rem);
  }
}

.c-comparison__cell-sircle {
  width: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  height: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  border-radius: 50%;
  border: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem) solid #FF8506;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-sp {
    display: inline-block;
  }
}

.u-pc {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }
}

.scale-anime {
  opacity: 0;
  -webkit-animation: zoomBounce 0.8s ease-out forwards;
          animation: zoomBounce 0.8s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
}

@-webkit-keyframes zoomBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes zoomBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}