@charset "UTF-8";
/*
Theme Name: theme name
Description: description
Author:yashibous
Author URI: https://yashibous.com
*/
/*
 * Mixin
 * --------------------------
 */
/*
 * responsive.scss
 */
/*
 * text-setting.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*
 * Base
 * --------------------------
 */
/*
 * base.scss
 */
body {
  margin: 0 auto;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

img {
  height: auto;
  display: block;
}

.image img {
  width: 100%;
  height: auto;
}

a {
  display: block;
  position: relative;
}
a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3333333333);
}

/*
 * function.scss
 */
/*
 * variables.scss
 */
/*
 * ビューポートサイズ
 */
/*
 * デザイン幅
 */
/*
 * デザイン幅
 */
/*
 * カラーパレット
 */
/*
 * template.scss
 */
/*
 * layout
 */
.layout__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.layout__item {
  width: 100%;
  /* height: 30vh; */
  background-color: rgba(136, 255, 255, 0.3333333333);
}

.layout__item-content {
  width: 100%;
  height: 100%;
}

.layout__item-title {
  padding: 0.5rem 0;
}

/*
* parts
*/
.parts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px 30px;
}

.parts__item {
  border: 1px solid #333;
  width: 50%;
  flex-basis: calc(50% - 15px);
  padding: 20px;
  background-color: #fdd;
}

.parts__title {
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}

.parts__content {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
}
.parts__content--l {
  max-width: 100%;
}

.parts__img {
  width: 100%;
}

.parts__img2 {
  width: 317px;
  background-color: #fff;
}
.parts__img2 img {
  background-color: #ffe;
}

.parts__text {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #232323;
  text-align: left;
}

/*
 * Module
 * --------------------------
 */
/*
 * layout.scss
 */
.layout03__item, .layout03__list, .layout02__text, .layout02__img, .layout01__block {
  border: 1px solid red;
  background-color: rgba(221, 221, 255, 0.5333333333);
  width: 100%;
  padding: 2rem;
}

.layout01 {
  height: 100%;
}
.layout01 .layout01__wrapper--horizontal, .layout01 .layout01__wrapper--vertical {
  display: flex;
  flex-wrap: nowrap;
  gap: 3%;
  height: 100%;
}
.layout01__wrapper--vertical {
  flex-direction: column;
}
.layout01__wrapper--horizontal {
  flex-direction: row;
}
.layout02__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.layout02 .layout02__item--reverse, .layout02 .layout02__item {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.layout02__item {
  flex-direction: row;
}
.layout02__item--reverse {
  flex-direction: row-reverse;
}
.layout02__img {
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}
.layout02__text {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #232323;
  text-align: center;
  width: 65%;
}

.layout03__list {
  display: flex;
  justify-content: space-between;
}
.layout03__item {
  width: 30%;
  height: 50%;
}
.layout03__item:nth-child(1) {
  margin-top: 0;
}
.layout03__item:nth-child(2) {
  margin-top: 20px;
}
.layout03__item:nth-child(3) {
  margin-top: 40px;
}

.layout04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.layout04__item {
  width: 100%;
  height: 200px;
  background-color: rgba(221, 221, 255, 0.5333333333);
}
@media screen and (min-width: 640px) {
  .layout04__item {
    width: 48%;
  }
}
@media screen and (min-width: 751px) {
  .layout04__item {
    width: 30%;
  }
}

.layout05__mainvisual {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.layout05__contents {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.layout06 {
  position: relative;
  height: 500px;
}
.layout06 .bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(111, 0, 0, 0.5), rgba(111, 111, 111, 0.5));
}
@media screen and (min-width: 751px) {
  .layout06 .bg {
    display: block;
  }
}
.layout06 .bg__contents {
  position: absolute;
}
.layout06 .bg__contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: fit-content;
  right: 40px;
  top: 100px;
}
.layout06 .contents {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
  left: 0;
}
@media screen and (min-width: 751px) {
  .layout06 .contents {
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  .layout06 .contents {
    max-width: 300px;
    left: -10%;
  }
}

/*
 * parts.scss
 */
/*
* accordion
*/
.accordion {
  list-style: none;
  margin-top: 10px;
}
.accordion__parts {
  margin-top: 10px;
  padding: 5px 10px;
}
.accordion__title {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.accordion__title::after {
  position: absolute;
  right: clamp(1px, 1.3333333333vw, 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: clamp(1px, 4.8vw, 36px);
  height: clamp(1px, 4.8vw, 36px);
  background-image: url(../image/accordion-icon.svg);
  background-size: 100%;
}
.accordion__title.close::after {
  width: clamp(1px, 4.8vw, 36px);
  height: clamp(1px, 0.4vw, 3px);
  background-image: url(../image/accordion-icon-close.svg);
}
.accordion__box {
  display: none;
  margin-top: 0;
}

/*
* textlink
*/
.textlink {
  color: #F15A24;
  transition: color 0.3s ease-out;
}
.textlink:hover {
  color: #232323;
}

/*
 * section.scss
 */
.section {
  background-color: #ECF6FA;
  /* セクションごとのレイアウト */
}
.section__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: clamp(1px, 2.6666666667vw, 20px);
  padding-right: clamp(1px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 751px) {
  .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.error_message {
  display: none;
  color: #ED0100;
  margin-bottom: 16px;
}
@media screen and (min-width: 751px) {
  .error_message {
    margin-bottom: 24px;
  }
}
.section__contents {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .section__contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section__title {
  background-color: #ECF6FA;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #433F40;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .section__title {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #433F40;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section__image {
  width: 100%;
}
.section--sec01 {
  background-color: #ECF6FA;
}
.section--sec02 {
  background-color: #ffffff;
  padding-bottom: clamp(1px, 8vw, 60px);
}
.section--sec03 {
  background-color: #ffffff;
}
.section--sec04 {
  background-color: #ffffff;
  padding-bottom: clamp(1px, 2.6666666667vw, 20px);
}
.section--sec06 {
  background-color: #ffffff;
}
.section--faq {
  background-color: #ffffff;
  padding-bottom: clamp(1px, 2.6666666667vw, 20px);
}
.section--cta {
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .section--cta {
    padding-top: 66px;
    padding-bottom: 66px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
 * sec.scss
 */
.sec06, .sec05, .sec04, .sec03, .sec02__inner, .sec01, .layout {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .sec06, .sec05, .sec04, .sec03, .sec02__inner, .sec01, .layout {
    max-width: 1000px;
  }
}

.sec06, .sec04, .sec03, .sec02__inner, .sec01 {
  padding-top: clamp(1px, 10.6666666667vw, 80px);
  padding-bottom: clamp(1px, 10.6666666667vw, 80px);
}

/*
* sec01
*/
.sec01__title {
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
  text-align: center;
}
.sec01__title > * {
  display: block;
  text-align: center;
}
.sec01__title .sub1 {
  font-weight: 700;
  font-size: clamp(1px, 5.0666666667vw, 38px);
  line-height: 1.6;
  color: #031A3E;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sec01__title .sub1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: clamp(1px, 0.5333333333vw, 4px);
  background-image: linear-gradient(to right, #031A3E clamp(1px, 0.5333333333vw, 4px), transparent clamp(1px, 0.4vw, 3px));
  background-size: clamp(1px, 0.9333333333vw, 7px) clamp(1px, 0.5333333333vw, 4px);
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .sec01__title .sub1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.sec01__title .sub2 {
  font-weight: 700;
  font-size: clamp(1px, 5.8666666667vw, 44px);
  line-height: clamp(1px, 10.2666666667vw, 77px);
  color: #031A3E;
}
@media screen and (min-width: 751px) {
  .sec01__title .sub2 {
    display: inline;
    font-size: 44px;
  }
}
.sec01__title .sub3 {
  font-weight: 700;
  font-size: clamp(1px, 6.8vw, 51px);
  line-height: clamp(1px, 8vw, 60px);
  color: #031A3E;
}
@media screen and (min-width: 751px) {
  .sec01__title .sub3 {
    display: inline;
    font-size: 44px;
  }
}
.sec01__title .sub4 {
  font-size: clamp(1px, 7.8666666667vw, 59px);
  color: #F15A24;
  display: inline-block;
  margin-left: clamp(-10px, -1.3333333333vw, 0px);
}
@media screen and (min-width: 751px) {
  .sec01__title .sub4 {
    font-size: 40px;
  }
}
.sec01__title .sub5 {
  font-size: clamp(1px, 12.8vw, 96px);
  letter-spacing: -0.2em;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .sec01__title .sub5 {
    font-size: 83px;
  }
}
.sec01__title .sub6 {
  font-size: clamp(1px, 6.1333333333vw, 46px);
}
@media screen and (min-width: 751px) {
  .sec01__title .sub6 {
    font-size: 40px;
  }
}
.sec01__title .sub7 {
  font-size: clamp(1px, 8.1333333333vw, 61px);
}
@media screen and (min-width: 751px) {
  .sec01__title .sub7 {
    font-size: 52px;
  }
}

.sec01__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1px, 13.3333333333vw, 100px);
}
@media screen and (min-width: 751px) {
  .sec01__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.sec01__item-icon {
  width: clamp(1px, 32.2666666667vw, 242px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 4vw, 30px);
}
@media screen and (min-width: 751px) {
  .sec01__item-icon {
    width: 121px;
    margin-bottom: 0;
  }
}

.sec01__item-box1 {
  background-color: #ffffff;
  border-radius: clamp(1px, 2.6666666667vw, 20px);
  padding: clamp(1px, 3.3333333333vw, 25px) clamp(1px, 3.3333333333vw, 25px) clamp(1px, 5.3333333333vw, 40px);
}
@media screen and (min-width: 751px) {
  .sec01__item-box1 {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 506px;
  }
}

.sec01__item-title {
  font-weight: 700;
  font-size: clamp(1px, 9.6vw, 72px);
  color: #ffffff;
  text-align: center;
  background-color: #031A3E;
  border-radius: clamp(1px, 2vw, 15px);
  width: 100%;
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 751px) {
  .sec01__item-title {
    font-size: 31px;
    margin-bottom: 0;
  }
}

.sec01__item-text1 {
  font-weight: 700;
  font-size: clamp(1px, 5.3333333333vw, 40px);
  line-height: 1.5;
  color: #232323;
  text-align: center;
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 751px) {
  .sec01__item-text1 {
    font-size: 20px;
  }
}
.sec01__item-text1 .sub1 {
  display: block;
  font-size: clamp(1px, 9.0666666667vw, 68px);
  color: #031A3E;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.2em 0;
}
@media screen and (min-width: 751px) {
  .sec01__item-text1 .sub1 {
    font-size: 32px;
  }
}
.sec01__item-text1 .sub2 {
  font-size: clamp(1px, 14vw, 105px);
  color: #F15A24;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .sec01__item-text1 .sub2 {
    font-size: 50px;
  }
}
.sec01__item-text1 .sub3 {
  display: block;
  font-size: clamp(1px, 10.9333333333vw, 82px);
  line-height: clamp(1px, 20vw, 150px);
  color: #F15A24;
}
@media screen and (min-width: 751px) {
  .sec01__item-text1 .sub3 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.sec01__item-text1 .sub4 {
  font-size: clamp(1px, 20.2666666667vw, 152px);
  font-weight: 900;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 751px) {
  .sec01__item-text1 .sub4 {
    font-size: 60px;
  }
}
.sec01__item-text1 .sub5 {
  font-size: clamp(1px, 12.5333333333vw, 94px);
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .sec01__item-text1 .sub5 {
    font-size: 37px;
  }
}

.sec01__item-img {
  width: clamp(1px, 31.7333333333vw, 238px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .sec01__item-img {
    width: 130px;
  }
}

/*
* sec02
*/
.sec02 {
  background-color: #F7F7F7;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(1px, 3.2vw, 24px)), 65% calc(100% - clamp(1px, 3.2vw, 24px)), 50% 100%, 35% calc(100% - clamp(1px, 3.2vw, 24px)), 0 calc(100% - clamp(1px, 3.2vw, 24px)));
}
@media screen and (min-width: 751px) {
  .sec02 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 60% calc(100% - 50px), 50% 100%, 40% calc(100% - 50px), 0 calc(100% - 50px));
  }
}

@media screen and (min-width: 751px) {
  .sec02__inner {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 751px) {
  .sec02__title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.sec02__title > * {
  display: block;
  text-align: center;
}
.sec02__title .sub1 {
  font-weight: 700;
  font-size: clamp(1px, 5.0666666667vw, 38px);
  line-height: 1.6;
  color: #031A3E;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.3333333333vw, 10px);
  position: relative;
}
@media screen and (min-width: 751px) {
  .sec02__title .sub1 {
    font-size: 32px;
  }
}
.sec02__title .sub1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: clamp(1px, 0.5333333333vw, 4px);
  background-image: linear-gradient(to right, #031A3E clamp(1px, 0.5333333333vw, 4px), transparent clamp(1px, 0.4vw, 3px));
  background-size: clamp(1px, 0.9333333333vw, 7px) clamp(1px, 0.5333333333vw, 4px);
  background-repeat: repeat-x;
}
.sec02__title .sub2 {
  font-weight: 700;
  font-size: clamp(1px, 6.8vw, 51px);
  line-height: 1.3;
  color: #031A3E;
}
@media screen and (min-width: 751px) {
  .sec02__title .sub2 {
    display: inline;
    font-size: 44px;
  }
}
.sec02__title .sub3 {
  font-weight: 700;
  font-size: clamp(1px, 9.3333333333vw, 70px);
  line-height: 1;
  color: #F15A24;
}
@media screen and (min-width: 751px) {
  .sec02__title .sub3 {
    display: inline;
    font-size: 53px;
    word-break: keep-all;
  }
}

.sec02__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(1px, 5.3333333333vw, 40px);
  padding: clamp(1px, 5.3333333333vw, 40px) 0 clamp(1px, 9.3333333333vw, 70px) clamp(1px, 9.3333333333vw, 70px);
  margin-right: clamp(-20px, -2.6666666667vw, 0px);
  background-image: url(../image/sec02__list-bg.webp);
  background-size: clamp(1px, 82.9333333333vw, 622px);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .sec02__list {
    padding: 0 130px 70px;
    gap: 30px;
    background-size: 450px;
  }
}

.sec02__item {
  font-weight: 700;
  font-size: clamp(1px, 4.8vw, 36px);
  color: #031A3E;
  text-align: left;
  text-shadow: 0 0 clamp(1px, 0.6666666667vw, 5px) #ffffff, 0 0 clamp(1px, 0.6666666667vw, 5px) #ffffff;
  position: relative;
}
@media screen and (min-width: 751px) {
  .sec02__item {
    font-size: 27px;
    font-weight: 800;
  }
}
.sec02__item::before {
  content: "";
  position: absolute;
  top: clamp(1px, 1.6vw, 12px);
  left: clamp(-70px, -9.3333333333vw, 0px);
  width: clamp(1px, 6.9333333333vw, 52px);
  height: clamp(1px, 5.2vw, 39px);
  background-image: url(../image/sec02__item-before.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .sec02__item::before {
    width: 34px;
    height: 27px;
    left: -50px;
  }
}
.sec02__item .sub1 {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #F15A24;
  text-underline-offset: clamp(1px, 0.9333333333vw, 7px);
}
@media screen and (min-width: 751px) {
  .sec02__item .sub1 {
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
}

.sec02__text1 {
  font-size: clamp(1px, 4vw, 30px);
  color: #232323;
  text-align: center;
  width: clamp(1px, 92.6666666667vw, 695px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: clamp(1px, 13.3333333333vw, 100px);
  padding: clamp(1px, 1.3333333333vw, 10px) 0;
  margin-bottom: clamp(1px, 1.3333333333vw, 10px);
}
@media screen and (min-width: 751px) {
  .sec02__text1 {
    font-size: 25px;
    width: fit-content;
    padding: 10px;
    word-break: normal;
    word-wrap: normal;
  }
}
.sec02__text1 .sub1 {
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .sec02__text1 .sub1 {
    word-break: keep-all;
  }
}

/*
* sec03
*/
.sec03 {
  max-width: 1040px;
}

.sec03__title {
  background-image: url(../image/sec03__title-bg.png);
  background-size: clamp(1px, 96.2666666667vw, 722px) clamp(1px, 14.6666666667vw, 110px);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: clamp(1px, 6.6666666667vw, 50px);
}
@media screen and (min-width: 751px) {
  .sec03__title {
    background-image: url(../image/sec03__title-bg-pc.png);
    background-size: min(95%, 974px) auto;
    padding-bottom: 100px;
  }
}
.sec03__title > * {
  display: block;
}
.sec03__title .sub1 {
  font-weight: 700;
  font-size: clamp(1px, 4.9333333333vw, 37px);
  color: #ffffff;
  background-image: url(../image/sec03__title-sub1-bg.png);
  background-size: 100%;
  width: clamp(1px, 81.6vw, 612px);
  height: clamp(1px, 9.7333333333vw, 73px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
  padding-top: clamp(1px, 1.3333333333vw, 10px);
}
@media screen and (min-width: 751px) {
  .sec03__title .sub1 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.sec03__title .sub2 {
  font-weight: 700;
  font-size: clamp(1px, 6.8vw, 51px);
  line-height: clamp(1px, 9.3333333333vw, 70px);
  color: #031A3E;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
@media screen and (min-width: 751px) {
  .sec03__title .sub2 {
    display: inline;
    font-size: 44px;
  }
}
.sec03__title .sub3 {
  font-weight: 700;
  font-size: clamp(1px, 9.3333333333vw, 70px);
  line-height: clamp(1px, 9.3333333333vw, 70px);
  color: #F15A24;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
@media screen and (min-width: 751px) {
  .sec03__title .sub3 {
    display: inline;
    font-size: 53px;
    word-break: keep-all;
  }
}

.sec03__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(1px, 6.6666666667vw, 50px);
  padding: 0 clamp(1px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 751px) {
  .sec03__list {
    padding: 0;
    gap: 30px;
  }
}

.sec03__item {
  background-color: #ffffff;
  border: clamp(1px, 0.9333333333vw, 7px) solid #031A3E;
  border-radius: clamp(1px, 2.6666666667vw, 20px);
}

.sec03__item-title {
  font-weight: 700;
  font-size: clamp(1px, 4.1333333333vw, 31px);
  line-height: clamp(1px, 5.3333333333vw, 40px);
  color: #ffffff;
  text-align: left;
  background-color: #031A3E;
  padding: clamp(1px, 2.6666666667vw, 20px) clamp(1px, 2.6666666667vw, 20px);
}
.sec03__item-title .sub1 {
  color: #FFFF00;
}
@media screen and (min-width: 751px) {
  .sec03__item-title {
    font-size: 36px;
    line-height: 50px;
    padding: 20px 0 20px 20px;
  }
}

.sec03__item-box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1px, 2.6666666667vw, 20px);
  padding: clamp(1px, 2.6666666667vw, 20px) clamp(1px, 2.6666666667vw, 20px);
}

@media screen and (min-width: 751px) {
  .sec03__item-box2 {
    display: flex;
    align-items: flex-end;
  }
}

.sec03__item-img1 {
  width: clamp(1px, 26.2666666667vw, 197px);
  height: auto;
}

.sec03__item-text1 {
  font-size: clamp(1px, 3.3333333333vw, 25px);
  color: #232323;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec03__item-text1 {
    font-size: 20px;
    line-height: 1.2;
    flex-shrink: 0;
    width: 80px;
    text-align: left;
    margin-left: -10px;
  }
}

.sec03__item-text2 {
  font-weight: 700;
  font-size: clamp(1px, 3.4666666667vw, 26px);
  line-height: clamp(1px, 5.3333333333vw, 40px);
  color: #232323;
  text-align: left;
}
.sec03__item-text2 .sub1 {
  color: #F15A24;
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .sec03__item-text2 {
    font-size: 26px;
    line-height: 45px;
    font-weight: 500;
  }
  .sec03__item-text2 .sub1 {
    font-weight: 700;
  }
}

/*
* sec04
*/
@media screen and (min-width: 751px) {
  .sec04 .section__inner {
    padding: 0;
  }
}

.sec04__inner {
  background-image: url(../image/sec04__inner-bg.png);
  background-size: 100% 100%;
  padding: clamp(1px, 9.3333333333vw, 70px) clamp(1px, 4vw, 30px) clamp(1px, 5.3333333333vw, 40px);
  position: relative;
}
.sec04__inner::after {
  content: "";
  display: block;
  background-image: url(../image/sec04__inner-after.png);
  background-size: 100%;
  width: clamp(1px, 22vw, 165px);
  height: clamp(1px, 22vw, 165px);
  position: absolute;
  right: 0;
  bottom: clamp(-80px, -10.6666666667vw, 0px);
}
@media screen and (min-width: 1080px) {
  .sec04__inner::after {
    width: 253px;
    height: 253px;
    bottom: -130px;
    right: -40px;
  }
}
.sec04__title {
  position: relative;
  margin-bottom: clamp(1px, 9.3333333333vw, 70px);
}
.sec04__title > * {
  display: block;
  text-align: center;
}
.sec04__title .sub1 {
  background-image: url(../image/sec04__title-sub1-bg.png);
  background-size: 100%;
  width: clamp(1px, 19.0666666667vw, 143px);
  height: clamp(1px, 19.0666666667vw, 143px);
  position: absolute;
  top: clamp(-150px, -20vw, 0px);
  left: clamp(-30px, -4vw, 0px);
  font-size: clamp(1px, 5.3333333333vw, 40px);
  color: #ffffff;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 751px) {
  .sec04__title .sub1 {
    font-size: 44px;
    width: 154px;
    height: 154px;
    left: 0;
  }
}
.sec04__title .sub2 {
  font-weight: 700;
  font-size: clamp(1px, 5.8666666667vw, 44px);
  color: #031A3E;
  text-align: left;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
@media screen and (min-width: 751px) {
  .sec04__title .sub2 {
    translate: calc(50% - 140px);
    width: fit-content;
  }
}
.sec04__title .sub3 {
  font-weight: 700;
  font-size: clamp(1px, 10.5333333333vw, 79px);
  color: #F15A24;
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 751px) {
  .sec04__title .sub3 {
    font-size: 90px;
  }
}
.sec04__title .sub4 {
  position: relative;
}
.sec04__title .sub4::before {
  content: "";
  width: clamp(1px, 1.3333333333vw, 10px);
  height: clamp(1px, 1.3333333333vw, 10px);
  background-color: #F15A24;
  border: clamp(1px, 0.4vw, 3px);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .sec04__title .sub4::before {
    width: 12px;
    height: 12px;
  }
}
.sec04__title::before {
  position: absolute;
  top: clamp(-110px, -14.6666666667vw, 0px);
  right: clamp(-10px, -1.3333333333vw, 0px);
  display: block;
  content: "";
  background-image: url(../image/sec04__title-before.png);
  background-size: 100%;
  width: clamp(1px, 21.0666666667vw, 158px);
  height: clamp(1px, 20.5333333333vw, 154px);
}
@media screen and (min-width: 1080px) {
  .sec04__title::before {
    width: 192px;
    height: 188px;
    top: -20px;
  }
}
.sec04__title::after {
  position: absolute;
  bottom: clamp(-40px, -5.3333333333vw, 0px);
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background-image: url(../image/sec04__title-after.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: clamp(1px, 11.0666666667vw, 83px);
  height: clamp(1px, 3.7333333333vw, 28px);
}

.sec04__box1 {
  background-color: #ffffff;
  padding: clamp(1px, 4vw, 30px);
}
@media screen and (min-width: 751px) {
  .sec04__box1 {
    padding: 30px 50px;
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec04__text1 {
  font-size: clamp(1px, 3.2vw, 24px);
  line-height: clamp(1px, 5.6vw, 42px);
  color: #232323;
}
.sec04__text1 .sub1 {
  color: #F15A24;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .sec04__text1 {
    font-size: 26px;
    line-height: 46px;
  }
  .sec04__text1 .sub1 {
    font-size: 27px;
  }
}

/*
* sec05
*/
.sec05 {
  padding-top: clamp(1px, 8vw, 60px);
  padding-bottom: clamp(1px, 8vw, 60px);
}
@media screen and (min-width: 1080px) {
  .sec05 {
    max-width: 1080px;
  }
}

.sec05__title {
  margin-bottom: clamp(1px, 10.6666666667vw, 80px);
}
.sec05__title > * {
  display: block;
  text-align: center;
}
.sec05__title .sub1 {
  font-weight: 700;
  font-size: clamp(1px, 5.0666666667vw, 38px);
  line-height: 1.6;
  color: #031A3E;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 1.3333333333vw, 10px);
  position: relative;
}
@media screen and (min-width: 1080px) {
  .sec05__title .sub1 {
    font-size: 32px;
  }
}
.sec05__title .sub1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: clamp(1px, 0.5333333333vw, 4px);
  background-image: linear-gradient(to right, #031A3E clamp(1px, 0.5333333333vw, 4px), transparent clamp(1px, 0.4vw, 3px));
  background-size: clamp(1px, 0.9333333333vw, 7px) clamp(1px, 0.5333333333vw, 4px);
  background-repeat: repeat-x;
}
.sec05__title .sub2 {
  font-weight: 700;
  font-size: clamp(1px, 6.8vw, 51px);
  line-height: 1.3;
  color: #031A3E;
}
@media screen and (min-width: 1080px) {
  .sec05__title .sub2 {
    font-size: 44px;
  }
}
.sec05__title .sub3 {
  font-size: clamp(1px, 9.3333333333vw, 70px);
  color: #F15A24;
  display: inline-block;
  vertical-align: sub;
}
@media screen and (min-width: 1080px) {
  .sec05__title .sub3 {
    font-size: 53px;
    vertical-align: text-bottom;
  }
}

.sec05__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, 8vw, 60px);
  position: relative;
}
.sec05__list::before {
  position: absolute;
  left: clamp(1px, 24vw, 180px);
  content: "";
  width: 1px;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: clamp(1px, 0.8vw, 6px) dotted #6DC3DA;
}
@media screen and (min-width: 1080px) {
  .sec05__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .sec05__list::before {
    width: 90%;
    height: 1px;
    border-left: none;
    border-top: 6px dotted #6DC3DA;
    top: 100px;
    bottom: unset;
    left: 0;
    right: 0;
  }
}

.sec05__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1px, 3.3333333333vw, 25px);
  padding-left: clamp(1px, 4vw, 30px);
}
.sec05__item:nth-child(1) .sec05__item-icon1 {
  width: clamp(1px, 14.6666666667vw, 110px);
}
.sec05__item:nth-child(2) .sec05__item-icon1 {
  width: clamp(1px, 15.2vw, 114px);
}
.sec05__item:nth-child(3) .sec05__item-icon1 {
  width: clamp(1px, 16.9333333333vw, 127px);
}
.sec05__item:nth-child(4) .sec05__item-icon1 {
  width: clamp(1px, 23.0666666667vw, 173px);
}
@media screen and (min-width: 1080px) {
  .sec05__item {
    padding-left: 0;
    flex-direction: column;
  }
  .sec05__item:nth-child(1) .sec05__item-icon1 {
    width: 78px;
  }
  .sec05__item:nth-child(2) .sec05__item-icon1 {
    width: 80px;
  }
  .sec05__item:nth-child(3) .sec05__item-icon1 {
    width: 89px;
  }
  .sec05__item:nth-child(4) .sec05__item-icon1 {
    width: 122px;
  }
}

.sec05__box1 {
  width: clamp(1px, 41.0666666667vw, 308px);
  height: clamp(1px, 41.0666666667vw, 308px);
  background-color: #6DC3DA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(1px, 2vw, 15px);
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .sec05__box1 {
    width: 217px;
    height: 217px;
    aspect-ratio: 1/1;
  }
}

.sec05__item-img1 {
  width: clamp(1px, 13.7333333333vw, 103px);
  height: auto;
  position: absolute;
  left: clamp(-30px, -4vw, 0px);
  top: clamp(-40px, -5.3333333333vw, 0px);
}
@media screen and (min-width: 1080px) {
  .sec05__item-img1 {
    width: 72px;
    height: 69px;
    left: -15px;
    top: -25px;
  }
}

.sec05__item-title {
  font-weight: 900;
  font-size: clamp(1px, 4.8vw, 36px);
  line-height: 1.3;
  color: #FFFF00;
  text-align: center;
}
.sec05__item-title .sub1 {
  display: block;
  font-size: 0.9em;
}
@media screen and (min-width: 1080px) {
  .sec05__item-title {
    font-size: 25px;
  }
}

.sec05__box2 {
  background-color: #ffffff;
  padding: 0 clamp(1px, 4vw, 30px);
  height: clamp(1px, 28vw, 210px);
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1080px) {
  .sec05__box2 {
    padding: 0 8px;
    min-height: 142px;
    height: auto;
  }
}

.sec05__item-text {
  font-size: clamp(1px, 3.7333333333vw, 28px);
  line-height: clamp(1px, 5.4666666667vw, 41px);
  color: #232323;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .sec05__item-text {
    font-size: 22px;
    line-height: 30px;
  }
}

/*
* sec06
*/
.sec06 .logo .logo__image {
  width: clamp(1px, 53.3333333333vw, 400px);
}
@media screen and (min-width: 751px) {
  .sec06 {
    padding: 20px 0 0;
  }
  .sec06 .logo .logo__image {
    width: 144px;
  }
}

.sec06__inner {
  border: clamp(1px, 0.4vw, 3px) solid #031A3E;
  padding: clamp(1px, 5.3333333333vw, 40px) clamp(1px, 4vw, 30px);
  margin-bottom: clamp(1px, 10.6666666667vw, 80px);
}
@media screen and (min-width: 751px) {
  .sec06__inner {
    padding: 20px 50px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
  }
}

.sec06__title {
  font-size: clamp(1px, 4vw, 30px);
  color: #031A3E;
  text-align: center;
  margin-bottom: clamp(1px, 4.6666666667vw, 35px);
  position: relative;
}
.sec06__title::after {
  position: absolute;
  content: "";
  background-image: url(../image/sec06__title-after.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: clamp(1px, 3.4666666667vw, 26px);
  height: clamp(1px, 2.6666666667vw, 20px);
  right: 0;
  left: 0;
  top: calc(100% + clamp(1px, 1.3333333333vw, 10px));
  margin: auto;
}
@media screen and (min-width: 751px) {
  .sec06__title {
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .sec06__title::after {
    rotate: -90deg;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: unset;
    right: -25px;
  }
}

.sec06__text1 {
  font-weight: 400;
  font-size: clamp(1px, 3.0666666667vw, 23px);
  line-height: clamp(1px, 5.3333333333vw, 40px);
  color: #031A3E;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .sec06__text1 {
    font-size: 18px;
    line-height: 32px;
  }
}

.sec06__link {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: clamp(1px, 0.2666666667vw, 2px);
}

.sec06__text2 {
  font-size: clamp(1px, 3.2vw, 24px);
  line-height: clamp(1px, 4.5333333333vw, 34px);
  color: #232323;
  text-align: left;
  padding: 0 clamp(1px, 6.6666666667vw, 50px);
}
@media screen and (min-width: 751px) {
  .sec06__text2 {
    font-size: 20px;
    line-height: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

/*
 * header.scss
 */
.header {
  position: static;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: clamp(1px, 13.6vw, 102px);
  background-color: #ffffff;
}
@media screen and (min-width: 1080px) {
  .header {
    position: sticky;
    height: 98px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: clamp(1px, 4vw, 30px);
  padding-right: clamp(1px, 4vw, 30px);
}
@media screen and (min-width: 1080px) {
  .header__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*
 * logo.scss
 */
.logo__image {
  width: clamp(1px, 31.8666666667vw, 239px);
  display: block;
  position: relative;
}
.logo__image img {
  width: 100%;
  height: auto;
}
.logo--centered {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

/*
 * footer.scss
 */
.footer {
  width: 100%;
  height: clamp(1px, 13.3333333333vw, 100px);
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  text-align: center;
  padding: clamp(1px, 5.3333333333vw, 40px) 0;
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 33px 0;
  }
  .footer .logo {
    display: none;
  }
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
}
.footer__nav {
  padding: clamp(1px, 2.6666666667vw, 20px) 0;
}
@media screen and (min-width: 751px) {
  .footer__nav {
    padding: 0 0 20px;
  }
}
.footer__nav-link {
  font-size: clamp(1px, 3.0666666667vw, 23px);
  line-height: 1.5;
  color: #232323;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .footer__nav-link {
    font-size: 12px;
  }
}
.footer__copyright {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: clamp(1px, 2.6666666667vw, 20px);
  line-height: 1;
  color: #232323;
}
@media screen and (min-width: 751px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.form {
  padding-top: clamp(1px, 10.6666666667vw, 80px);
  padding-bottom: clamp(1px, 13.3333333333vw, 100px);
}
.form .logo {
  margin-bottom: clamp(1px, 5.3333333333vw, 40px);
}
.form .section__inner {
  padding: 0 clamp(1px, 6.6666666667vw, 50px);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .form .section__inner {
    max-width: 850px;
    padding: 0 50px;
  }
}
.form__group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
}
@media screen and (min-width: 751px) {
  .form__group {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.form__title {
  font-weight: 700;
  font-size: clamp(1px, 4.8vw, 36px);
  color: #232323;
  text-align: center;
  max-width: clamp(1px, 77.3333333333vw, 580px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1px, 6.6666666667vw, 50px);
}
.form__title .sub1 {
  line-height: clamp(1px, 8vw, 60px);
}
.form__title .sub2 {
  line-height: clamp(1px, 6.6666666667vw, 50px);
}
@media screen and (min-width: 751px) {
  .form__title {
    max-width: unset;
    margin-bottom: 80px;
    font-size: 30px;
  }
}
.form__title-area {
  font-weight: 700;
  font-size: clamp(1px, 4.2666666667vw, 32px);
  color: #232323;
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
.form__title-area.tag {
  position: relative;
}
.form__title-area.tag::after {
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(1px, 3.3333333333vw, 25px);
  line-height: clamp(1px, 5.0666666667vw, 38px);
  color: #ffffff;
  padding: 0 clamp(1px, 2vw, 15px);
  border-radius: clamp(1px, 2vw, 15px);
  position: absolute;
  top: 50%;
  right: clamp(-100px, -13.3333333333vw, 0px);
  transform: translateY(-50%);
  width: fit-content;
  height: clamp(1px, 5.3333333333vw, 40px);
}
.form__title-area.tag--required::after {
  content: "必須";
  background-color: #ED0100;
}
.form__title-area.tag--optional::after {
  content: "任意";
  background-color: #031A3E;
}
@media screen and (min-width: 751px) {
  .form__title-area {
    flex-shrink: 0;
    font-size: 16px;
    min-width: 170px;
  }
  .form__title-area.tag::after {
    font-size: 14px;
    border-radius: 20px;
    top: 110%;
    right: auto;
    left: 0;
    transform: translateY(0);
    padding: 0 10px;
    border-radius: clamp(1px, 2vw, 15px);
    height: 25px;
    line-height: 25px;
  }
}
.form__input-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(1px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 751px) {
  .form__input-area {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}
.form__input-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1px, 4vw, 30px) clamp(1px, 4vw, 30px);
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
.form__input-list[data-type=radio] {
  gap: clamp(1px, 4vw, 30px) clamp(1px, 6.6666666667vw, 50px);
}
.form__input-list[data-type=radio] .form__input-item[data-type=radio] {
  min-width: clamp(1px, 20vw, 150px);
}
.form__input-list[data-type=radio2] .form__input-item[data-type=radio] {
  min-width: clamp(1px, 30.6666666667vw, 230px);
}
@media screen and (min-width: 751px) {
  .form__input-list {
    gap: 30px 10px;
    margin-bottom: 0;
  }
  .form__input-list[data-type=radio] {
    gap: 30px;
    margin-bottom: 0;
  }
  .form__input-list[data-type=radio] .form__input-item[data-type=radio] {
    min-width: unset;
  }
  .form__input-list[data-type=radio2] {
    gap: 30px;
  }
  .form__input-list[data-type=radio2] .form__input-item[data-type=radio] {
    min-width: unset;
  }
  .form__input-list[data-type=input-radio] {
    gap: 30px;
  }
}
.form__input-item {
  display: flex;
}
.form__input-item label,
.form__input-item input {
  flex-shrink: 1;
}
.form__input-item[data-type=radio] {
  flex-direction: row;
  align-items: center;
  gap: clamp(1px, 2vw, 15px);
}
.form__input-item[data-type=row-label-input] {
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: clamp(1px, 2.6666666667vw, 20px);
}
.form__input-item[data-type=row-label-input] label {
  min-width: clamp(1px, 24vw, 180px);
}
.form__input-item[data-type=column] {
  flex-direction: column;
  gap: clamp(1px, 2vw, 15px);
}
.form__input-item[data-size="1"] {
  width: 100%;
}
.form__input-item[data-size="2"] {
  width: calc((100% - clamp(1px, 5.3333333333vw, 40px)) / 2);
}
.form__input-item[data-size="3"] {
  width: calc((100% - clamp(1px, 5.3333333333vw, 40px) * 2) / 3);
}
.form__input-item[data-size="4"] {
  width: calc((100% - clamp(1px, 5.3333333333vw, 40px) * 3) / 4);
}
@media screen and (min-width: 751px) {
  .form__input-item[data-type=radio] {
    gap: 10px;
  }
  .form__input-item[data-type=row-label-input] {
    width: calc(33% - 10px);
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .form__input-item[data-type=row-label-input] label {
    min-width: 105px;
  }
  .form__input-item[data-type=row-label-input]:nth-child(1) {
    width: 50%;
    max-width: 225px;
    margin-right: 300px;
  }
  .form__input-item[data-type-sub=select] {
    min-width: 220px;
  }
  .form__input-item[data-size="2"] {
    width: calc((100% - 10px) / 2);
  }
  .form__input-item[data-size="3"] {
    width: calc((100% - 20px) / 3);
  }
  .form__input-item[data-size="4"] {
    width: calc((100% - 30px) / 4);
  }
}
.form__annotation {
  font-weight: 500;
  font-size: clamp(1px, 3.7333333333vw, 28px);
  color: #7D7D7D;
}
.form__annotation--right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 751px) {
  .form__annotation {
    font-size: 14px;
  }
}
.form__label {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(1px, 4vw, 30px);
  color: #232323;
}
@media screen and (min-width: 751px) {
  .form__label {
    font-size: 18px;
  }
}
.form input,
.form select,
.form textarea {
  font-size: clamp(1px, 4vw, 30px);
  color: #232323;
  vertical-align: initial;
  padding: clamp(1px, 1.3333333333vw, 10px);
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .form input,
  .form select,
  .form textarea {
    font-size: 18px;
  }
}
.form input[type=radio] {
  width: clamp(1px, 3.4666666667vw, 26px);
  height: clamp(1px, 3.4666666667vw, 26px);
  border-color: #4D4D4D;
  border-width: 3px;
}
.form input[type=text],
.form select,
.form textarea {
  display: inline-block;
  background-color: #fff;
  border-radius: clamp(1px, 1.3333333333vw, 10px);
  border: 1px solid #4D4D4D;
  padding: clamp(1px, 3.4666666667vw, 26px);
  height: auto;
}
@media screen and (min-width: 751px) {
  .form input[type=text],
  .form select,
  .form textarea {
    padding: 5px 10px;
  }
}
.form__select-icon {
  width: 100%;
  position: relative;
}
.form__select-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(1px, 2.6666666667vw, 20px);
  transform: translateY(-50%);
  width: clamp(1px, 3.7333333333vw, 28px);
  height: clamp(1px, 2.6666666667vw, 20px);
  background-image: url(../image/form__icon--select.svg);
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .form__select-icon::after {
    width: 24px;
    height: 14px;
    right: 10px;
  }
}
.form textarea {
  height: clamp(1px, 46.6666666667vw, 350px);
}
.form input#form-zipcode {
  padding-left: 2em;
}
.form__zipcode-icon {
  width: 100%;
  position: relative;
}
.form__zipcode-icon::before {
  content: "〒";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: clamp(1px, 4.2666666667vw, 32px);
  color: #232323;
}
@media screen and (min-width: 751px) {
  .form__zipcode-icon::before {
    font-size: 18px;
  }
}
.form__privacypolicy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: clamp(1px, 10.6666666667vw, 80px);
}
@media screen and (min-width: 751px) {
  .form__privacypolicy {
    flex-direction: row;
    gap: 20px;
  }
}
.form__privacypolicy-title {
  font-weight: 700;
  font-size: clamp(1px, 4vw, 30px);
  color: #232323;
  text-align: center;
  margin-bottom: clamp(1px, 2.6666666667vw, 20px);
}
@media screen and (min-width: 751px) {
  .form__privacypolicy-title {
    font-size: 16px;
    flex-shrink: 0;
  }
}
.form__privacypolicy-text {
  font-weight: 700;
  font-size: clamp(1px, 3.7333333333vw, 28px);
  line-height: clamp(1px, 6.5333333333vw, 49px);
  color: #232323;
  text-align: left;
}
.form__privacypolicy-text .form__link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: #232323;
  display: inline-block;
  margin: 0 clamp(1px, 1.3333333333vw, 10px);
}
@media screen and (min-width: 751px) {
  .form__privacypolicy-text {
    font-size: 18px;
  }
}
.form__submit {
  width: 100%;
  height: clamp(1px, 16.6666666667vw, 125px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: clamp(1px, 5.3333333333vw, 40px);
  color: #ffffff;
  background-color: #031A3E;
}
.form__submit:hover {
  translate: 0 1px;
}
@media screen and (min-width: 751px) {
  .form__submit {
    font-size: 32px;
    height: 100px;
  }
}

/*
 * Utility
 * --------------------------
 */
/*
 * util.scss
 */
@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 751px) {
  .pc {
    display: inherit;
  }
}

.box-shadow {
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.2);
  width: fit-content;
}

.box-bg-grad {
  background-image: linear-gradient(30deg, #F15A24, #ffffff 30%, #ffffff 70%, #F15A24);
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-accent {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #F15A24;
}

.text-color--black {
  color: #232323;
}
.text-color--green {
  color: #218386;
}
.text-color--pink {
  color: #DC797E;
}
.text-color--orange {
  color: #FF8400;
}
.text-color--yellow {
  color: #FFFF00;
}

.text-deco-marker {
  background: linear-gradient(transparent 85%, #FFFF00 85%, #FFFF00 100%, transparent 100%);
}

.text-deco-marker2 {
  background: linear-gradient(transparent 85%, rgba(255, 192, 2, 0.6666666667) 85%, rgba(255, 192, 2, 0.6666666667) 100%, transparent 100%);
}

.text-deco-dash--accent, .text-deco-dash {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.text-deco-dash--accent {
  text-decoration-color: #F15A24;
}

.text-deco-regular {
  font-weight: 400;
}

.text-deco-medium {
  font-weight: 500;
}

.text-deco-bold {
  font-weight: 700;
}

.text-deco-black {
  font-weight: 900;
}

.text-deco-underline--accent, .text-deco-underline {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.text-deco-underline--accent {
  text-decoration-color: #F15A24;
}

.text-deco-overdot--small, .text-deco-overdot--accent, .text-deco-overdot {
  position: relative;
}
.text-deco-overdot--small::after, .text-deco-overdot--accent::after, .text-deco-overdot::after {
  position: absolute;
  content: "・";
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #232323;
  font-feature-settings: "palt";
  top: -0.5em;
  left: 0.25em;
}

.text-deco-overdot--accent::after {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #F15A24;
  font-feature-settings: "palt";
}
.text-deco-overdot--small::after {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.5em;
  line-height: 1;
  font-feature-settings: "palt";
  top: -0.3em;
  left: 0.8em;
}

.text-deco-wave {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #A27E8A;
}

.text-deco-wave2 {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #ff0000;
}

.text-shadow {
  text-shadow: 3px 3px 0px #F15A24;
}
.text-shadow--blur {
  text-shadow: 5px 5px 8px #F15A24, 5px -5px 8px #F15A24, -5px 5px 8px #F15A24, -5px -5px 8px #F15A24;
}
.text-shadow--box {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 8px;
  box-shadow: inset 3px 3px 20px #ffffff, inset -3px -3px 20px #ffffff;
}

.text-num {
  font-weight: 700;
  font-size: 1.4em;
  font-feature-settings: "palt";
}

.text-fz60 {
  font-size: 0.6em;
}

.text-fz70 {
  font-size: 0.7em;
}

.text-fz80 {
  font-size: 0.8em;
}

.text-fz90 {
  font-size: 0.9em;
}

.text-fz110 {
  font-size: 1.1em;
}

.text-fz120 {
  font-size: 1.2em;
}

.text-fz130 {
  font-size: 1.3em;
}

.text-fz140 {
  font-size: 1.4em;
}

.text-fz150 {
  font-size: 1.5em;
}

.text-fz200 {
  font-size: 2em;
  line-height: 1.3;
}

.text-fz250 {
  font-size: 2.5em;
}

.mb_vw0 {
  margin-bottom: unset;
}

.mb_vw10 {
  margin-bottom: 10px;
}

.mb_vw20 {
  margin-bottom: 20px;
}

.mb_vw30 {
  margin-bottom: 30px;
}

.mb_vw40 {
  margin-bottom: 40px;
}

.mb_vw50 {
  margin-bottom: 50px;
}

.mb_vw60 {
  margin-bottom: 60px;
}

.mb_vw70 {
  margin-bottom: 70px;
}

.mb_vw80 {
  margin-bottom: 80px;
}

.mb_vw90 {
  margin-bottom: 90px;
}

.mb_vw100 {
  margin-bottom: 100px;
}

.plr_vw10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr_vw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr_vw30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr_vw40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr_vw60 {
  padding-left: 60px;
  padding-right: 60px;
}

.nanameline--accent, .nanameline {
  position: relative;
}
.nanameline--accent::before, .nanameline::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #232323;
  left: -20px;
  bottom: -0.1em;
  transform: rotate(-40deg);
}
.nanameline--accent::after, .nanameline::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #232323;
  right: -20px;
  bottom: -0.1em;
  transform: rotate(40deg);
}

.nanameline--accent::before, .nanameline--accent::after {
  background-color: #F15A24;
  width: 2px;
}
.nanameline--accent::before {
  left: -0.6em;
}
.nanameline--accent::after {
  right: -0.6em;
}

.dummy {
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 17, 0.2);
  padding: 10px;
}

.dummy100 {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 17, 0.2);
  padding: 10px;
}

.dummy200 {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 17, 0.2);
}

.dummy300 {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 17, 0.2);
}

.dummy500 {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 17, 0.2);
}

.dummy1000 {
  width: 100%;
  height: 1000px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 17, 0.2);
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis--oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis--line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

/*
 * animation.scss
 */
/* modaal */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-inner-wrapper {
  padding: 30px 0;
}

.modaal-container {
  width: 90%;
  max-width: 480px;
  border-radius: 30px;
}

.modaal-content-container {
  padding: 30px;
}

/* 下からふわっと */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* キラッと */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -180px;
  background: rgba(255, 255, 255, 0.5333333333);
  width: 30px;
  height: 100%;
  animation: shineanime 3s ease-in-out infinite;
  z-index: 30;
}

@keyframes shineanime {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=form.css.map */