@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
body a {
  text-decoration: none;
}
body a:hover {
  opacity: 0.5;
}
body a:active {
  opacity: 0.3;
}
body main.lp {
  width: 100%;
  overflow: hidden;
}
body br.show-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  body br.show-sp {
    display: inline-block;
  }
}
body br.show-pc {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  body br.show-pc {
    display: none;
  }
}
body p.cta-note {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
}
@media screen and (max-width: 960px) {
  body p.cta-note {
    font-size: 12px;
  }
}

.p-header {
  display: flex;
  padding: 10px calc((100% - 960px) / 2) 10px calc((100% - 960px) / 2);
  justify-content: space-between;
  align-items: center;
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  .p-header {
    padding: 10px 10px 10px 20px;
    align-self: stretch;
  }
}
.p-header a.fv-link {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.p-header a.fv-link span {
  display: block;
}
.p-header a.fv-link svg {
  width: 6px;
  height: 10.191px;
  fill: var(--White, #FFF);
}

section.mv {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.mv {
    height: 290px;
  }
}
section.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
section.mv img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 30%;
}
section.mv h1 {
  position: relative;
  color: var(--White, #FFF);
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP";
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 62.4px */
  margin-top: 59px;
}
section.mv h1 br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.mv h1 {
    color: var(--White, #FFF);
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans JP";
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    /* 54px */
    margin-top: 42px;
  }
  section.mv h1 br {
    display: inline-block;
  }
}
section.mv h2 {
  position: relative;
  color: var(--White, #FFF);
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  margin-top: 5px;
  /* 56px */
}
@media screen and (max-width: 960px) {
  section.mv h2 {
    color: var(--White, #FFF);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-family: "Noto Sans JP";
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    /* 32.2px */
    margin-top: 4px;
  }
}
section.mv h2 rt {
  color: var(--White, #FFF);
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 960px) {
  section.mv h2 rt {
    color: var(--White, #FFF);
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 12px */
    letter-spacing: 1px;
  }
}

section.cta {
  position: relative;
  height: 135px;
  background: var(--Fujioh_beige, #FFEDD7);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  section.cta {
    height: 290px;
  }
}
section.cta .content {
  position: absolute;
  bottom: 50px;
  width: 531px;
  height: 208px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--Fujioh_beige, #FFEDD7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  section.cta .content {
    width: 432px;
    height: 190px;
    flex-shrink: 0;
    bottom: 144px;
    padding-top: 24px;
  }
}
section.cta .content h3 {
  text-align: center;
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  transform: translateX(10px);
}
section.cta .content h3 br.show-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  section.cta .content h3 {
    text-align: left;
    transform: translatex(15px);
    font-size: 48px;
    line-height: 0;
    margin-top: 34px;
  }
  section.cta .content h3 br.show-sp {
    display: inline-block;
  }
  section.cta .content h3 span {
    line-height: 34px;
  }
}
section.cta .content h3 .text-preface {
  display: inline-block;
  color: #F85F2C;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transform: translateX(-24px);
  /* 36px */
}
@media screen and (max-width: 960px) {
  section.cta .content h3 .text-preface {
    font-size: 14px;
    transform: translateX(-15px);
  }
}
section.cta .content h3 .text-small {
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 8px;
}
@media screen and (max-width: 960px) {
  section.cta .content h3 .text-small {
    line-height: 50px;
    margin: 0;
  }
}
section.cta .content h3 .annotation-mark {
  position: absolute;
  transform: translate(-54px, -8px);
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  section.cta .content h3 .annotation-mark {
    transform: translate(-52px, -12px);
  }
}
section.cta .content p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
section.cta .content p br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.cta .content p {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  section.cta .content p br {
    display: inline-block;
  }
}
section.cta .content a.cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  gap: 8px;
  border-radius: 60px;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  section.cta .content a.cta-link {
    position: relative;
    z-index: 10;
    font-size: 20px;
    padding: 16px 48px;
  }
}
section.cta .content a.cta-link:hover {
  opacity: 1;
  background-color: #8D9BAE;
}
section.cta .content a.cta-link:active {
  opacity: 1;
  background-color: #BBC3CE;
}
section.cta .content img.illust-left {
  position: absolute;
  bottom: 0px;
  left: 0%;
  transform: translateX(-55%);
  width: 172.695px;
  height: 319.362px;
}
@media screen and (max-width: 960px) {
  section.cta .content img.illust-left {
    width: 172px;
    height: 319.362px;
    transform: translate(-24px);
    bottom: -64px;
  }
}
section.cta .content img.illust-right {
  position: absolute;
  bottom: 0px;
  right: 0;
  transform: translateX(55%);
  width: 160px;
  width: 160px;
  height: 265px;
}
@media screen and (max-width: 960px) {
  section.cta .content img.illust-right {
    width: 159px;
    height: 264px;
    transform: translateX(18px);
    bottom: -64px;
  }
}
section.cta p.annotation {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: auto;
  /* 16px */
}
@media screen and (max-width: 960px) {
  section.cta p.annotation {
    padding: 0 18px;
  }
}
section.cta p.annotation br.show-sp,
section.cta p.annotation br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.cta p.annotation br.show-sp,
  section.cta p.annotation br {
    display: none;
  }
}

section.worry {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: var(--Fujioh_beige, #FFEDD7);
}
@media screen and (max-width: 960px) {
  section.worry {
    padding: 20px 0 0 0;
  }
}
section.worry .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.worry .title-wrap svg {
  height: 20px;
}
section.worry .title-wrap h4 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  section.worry .title-wrap h4 {
    font-size: 20px;
  }
}
section.worry .title-wrap h2 {
  color: var(--Fujioh_Orange, #F85F2C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
section.worry .title-wrap h2 br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.worry .title-wrap h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  section.worry .title-wrap h2 br {
    display: inline-block;
  }
}
section.worry .image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 11px;
  align-self: stretch;
}
@media screen and (max-width: 960px) {
  section.worry .image-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
section.worry .image-wrap .illust1 {
  width: 185px;
  height: 218px;
}
@media screen and (max-width: 960px) {
  section.worry .image-wrap .illust1 {
    position: relative;
    z-index: 20;
    margin-right: -5px;
  }
}
section.worry .image-wrap .illust2 {
  width: 176px;
  height: 220px;
}
@media screen and (max-width: 960px) {
  section.worry .image-wrap .illust2 {
    position: relative;
    z-index: 10;
    margin-left: -5px;
  }
}
section.worry .image-wrap .illust3 {
  width: 175px;
  height: 222px;
}
@media screen and (max-width: 960px) {
  section.worry .image-wrap .illust3 {
    position: relative;
    z-index: 20;
    margin-right: -5px;
    margin-top: -20px;
  }
}
section.worry .image-wrap .illust4 {
  width: 178px;
  height: 220px;
}
@media screen and (max-width: 960px) {
  section.worry .image-wrap .illust4 {
    position: relative;
    z-index: 10;
    margin-top: -20px;
    margin-left: -5px;
  }
}

section.solution-connect {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.solution-connect svg {
  width: 260px;
  height: 52px;
}
@media screen and (max-width: 960px) {
  section.solution-connect svg {
    width: 100%;
  }
}
section.solution-connect svg.show-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  section.solution-connect svg.show-sp {
    display: block;
    width: 375px;
    height: 75px;
  }
}
section.solution-connect svg.show-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  section.solution-connect svg.show-pc {
    display: none;
  }
}
section.solution-connect .title-wrap {
  display: flex;
  padding: 20px 20px 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 960px) {
  section.solution-connect .title-wrap {
    padding: 20px 10px;
    gap: 5px;
  }
  section.solution-connect .title-wrap svg {
    height: 26px;
    width: 235px;
  }
}
section.solution-connect .title-wrap h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
}
@media screen and (max-width: 960px) {
  section.solution-connect .title-wrap h3 {
    font-size: 20px;
    flex-wrap: nowrap;
    margin: 0 -4px;
  }
}
section.solution-connect .title-wrap h2 {
  display: inline;
  padding-inline-start: 10px;
  text-align: center;
  color: var(--Fujioh_Orange, #F85F2C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: 4.4px;
  position: relative;
  background: linear-gradient(transparent 80%, rgba(248, 95, 44, 0.15) 0%);
}
section.solution-connect .title-wrap h2 br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.solution-connect .title-wrap h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 3.2px;
  }
  section.solution-connect .title-wrap h2 span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2px;
  }
  section.solution-connect .title-wrap h2 br {
    display: inline-block;
  }
}
section.solution-connect .title-wrap h2 .annotation-mark {
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  section.solution-connect .title-wrap h2 .annotation-mark {
    vertical-align: super;
  }
}

section.solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--Fujioh_beige, #FFEDD7);
}
section.solution .inner-wrap {
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.solution .inner-wrap {
    width: 100%;
  }
}
section.solution .inner-wrap .flex-wrap {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  align-self: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
section.solution .inner-wrap .flex-wrap .card {
  display: flex;
  width: 450px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.solution .inner-wrap .flex-wrap .card {
    width: 100%;
    padding: 20px;
  }
}
section.solution .inner-wrap .flex-wrap .card .title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
section.solution .inner-wrap .flex-wrap .card .title-wrap h3 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* Midashi_L */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
}
section.solution .inner-wrap .flex-wrap .card img {
  align-self: center;
  margin-top: auto;
}
section.solution .inner-wrap .annotation {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  align-self: end;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  section.solution .inner-wrap .annotation {
    align-self: start;
    margin-bottom: 20px;
    text-align: left;
  }
}
section.solution .inner-wrap .cta-wrap {
  display: flex;
  width: 960px;
  padding: 20px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  section.solution .inner-wrap .cta-wrap {
    padding: 0 0 40px 0;
    width: 335px;
    gap: 20px;
  }
}
section.solution .inner-wrap .cta-wrap .attention {
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
section.solution .inner-wrap .cta-wrap .attention p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1.6px;
}
section.solution .inner-wrap .cta-wrap .cta {
  display: flex;
  width: 760px;
  padding: 20px 0px 30px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  border: 3px solid var(--Fujioh_DarkBrown, #2C0F0D);
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.solution .inner-wrap .cta-wrap .cta {
    width: 100%;
    padding: 20px 0;
    border-radius: 80px;
  }
}
section.solution .inner-wrap .cta-wrap .cta > p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.8px;
}
section.solution .inner-wrap .cta-wrap .cta > p .bold {
  font-size: 22px;
  letter-spacing: 2.2px;
}
section.solution .inner-wrap .cta-wrap .cta label {
  display: flex;
  padding: 20px 60px;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
@media screen and (max-width: 960px) {
  section.solution .inner-wrap .cta-wrap .cta label {
    font-size: 20px;
    padding: 16px 48px;
  }
}

section.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
}
section.column .inner-wrap {
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap {
    width: 100%;
    padding: 20px;
  }
}
section.column .inner-wrap .title-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  align-items: end;
  row-gap: 0;
  width: 110%;
  margin: 0 -10%;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap {
    gap: 15px;
    align-items: start;
    width: 110%;
    margin: 0;
  }
}
section.column .inner-wrap .title-wrap img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap img {
    width: 85px;
    height: 85px;
  }
}
section.column .inner-wrap .title-wrap .column-bubble-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.column .inner-wrap .title-wrap .column-bubble-wrap img {
  width: 320px;
  height: 54px;
  margin: auto;
  transform: translate(-50px, 40px);
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap .column-bubble-wrap img {
    width: 250px;
    height: 46px;
    transform: none;
  }
}
section.column .inner-wrap .title-wrap h2 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 60.5px */
  letter-spacing: 5.5px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap h2 {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    /* 41.8px */
    letter-spacing: 1.9px;
  }
}
section.column .inner-wrap .title-wrap .small-text {
  font-size: 40px;
  letter-spacing: 4px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap .small-text {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
section.column .inner-wrap .title-wrap h2 .image-moja {
  width: 45px;
  height: 49px;
  vertical-align: bottom;
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap h2 .image-moja {
    width: 33px;
    height: 36px;
    margin: 0;
  }
}
section.column .inner-wrap .title-wrap h2 br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap h2 br {
    display: block;
  }
}
section.column .inner-wrap .title-wrap h2 .text-orange {
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 60.5px */
  letter-spacing: 5.5px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap h2 .text-orange {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    /* 42.9px */
    letter-spacing: 3.9px;
    line-height: 1.1;
  }
}
section.column .inner-wrap .title-wrap h2 svg {
  width: 22px;
  height: 48px;
  vertical-align: bottom;
  margin-right: 8px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .title-wrap h2 svg {
    width: 15px;
    height: 33px;
  }
}
section.column .inner-wrap > p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  /* text R */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap > p {
    text-align: left;
  }
}
section.column .inner-wrap .flex-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .flex-wrap {
    position: relative;
    align-items: center;
  }
}
section.column .inner-wrap .flex-wrap .card {
  display: flex;
  width: 300px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  border: none;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .flex-wrap .card {
    width: 280px;
    margin: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 10px;
    opacity: 0.3;
    height: 430px;
  }
  section.column .inner-wrap .flex-wrap .card.slick-center {
    opacity: 1;
  }
}
section.column .inner-wrap .flex-wrap .card h3 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* Midashi_M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
section.column .inner-wrap .flex-wrap .card .title {
  width: 260px;
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
}
section.column .inner-wrap .flex-wrap .card p {
  width: 100%;
  color: var(--Black, #000);
  /* text  R14 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  /* 22.4px */
}
section.column .inner-wrap .flex-wrap .card img {
  width: 100%;
  height: 147px;
}
section.column .inner-wrap .flex-wrap .card label.link {
  border-radius: 60px;
  border: 1px solid var(--Fujioh_Navy, #1B365D);
  background: var(--White, #FFF);
  display: flex;
  padding: 10px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  color: var(--Fujioh_Navy, #1B365D);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: auto;
}
section.column .inner-wrap .flex-wrap .card.coming-soon {
  background: rgba(230, 230, 230, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.column .inner-wrap .flex-wrap .card.coming-soon p {
  color: rgba(44, 15, 13, 0.2);
  text-align: center;
  /* Midashi_M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap .flex-wrap button::before {
    width: 10px;
    height: 10px;
    color: #FFEDD7;
    opacity: 1;
  }
  section.column .inner-wrap .flex-wrap .slick-active button::before {
    color: #F85F2C;
  }
  section.column .inner-wrap .flex-wrap .arrow-left {
    position: absolute;
    z-index: 20;
    left: calc((100% - 280px) / 4);
    transform: translateX(-50%);
  }
  section.column .inner-wrap .flex-wrap .arrow-right {
    position: absolute;
    z-index: 20;
    right: calc((100% - 280px) / 4);
    transform: translateX(50%);
  }
}
section.column .inner-wrap a {
  color: var(--Fujioh_Navy, #1B365D);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  display: flex;
  padding: 16px 48px;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  border: 1px solid var(--Fujioh_Navy, #1B365D);
  background: var(--White, #FFF);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.column .inner-wrap a {
    font-size: 20px;
  }
}

section.point {
  background: var(--Fujioh_beige, #FFEDD7);
  display: flex;
  justify-content: center;
  padding: 16px 0 48px 0;
}
section.point .inner-wrap {
  position: relative;
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap {
    width: 100%;
  }
}
section.point .inner-wrap .title-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  position: relative;
  gap: 24px;
  padding: 0 24px 16px 24px;
  width: max-content;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap {
    width: 100%;
    transform: translateY(-30px);
  }
  section.point .inner-wrap .title-wrap::before {
    display: block;
    position: absolute;
    content: "";
    width: 432px;
    height: 131px;
    border-radius: 50%;
    background: var(--Fujioh_beige, #FFEDD7);
    bottom: 50%;
    transform: translateY(50%);
  }
}
section.point .inner-wrap .title-wrap h2 {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  align-items: end;
  text-align: center;
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 {
    flex-wrap: wrap;
  }
}
section.point .inner-wrap .title-wrap h2 .text-preface {
  color: #F85F2C;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 30.6px */
  letter-spacing: 0.51px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .text-preface {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
section.point .inner-wrap .title-wrap h2 .text-small {
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .text-small {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
  }
}
section.point .inner-wrap .title-wrap h2 .text-medium {
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .text-medium {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-right: -30px;
    letter-spacing: normal;
    margin-left: 4px;
  }
}
section.point .inner-wrap .title-wrap h2 .annotation-mark {
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
  position: absolute;
  transform: translate(-30px, -20px);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .annotation-mark {
    transform: translate(20px, -5px);
  }
}
section.point .inner-wrap .title-wrap h2 .text-supplement {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .text-supplement {
    width: 100%;
  }
}
section.point .inner-wrap .title-wrap h2 .company-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 4px;
  color: var(--Fujioh_Navy, #1B365D);
  text-align: center;
  margin-left: -16px;
  margin-right: 10px;
  /* Midashi_L */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .company-name {
    width: 100%;
    margin-left: 20px;
    margin-top: 10px;
  }
}
section.point .inner-wrap .title-wrap h2 .company-name .logo-wrap {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .company-name .logo-wrap {
    display: none;
    width: 100%;
    flex-shrink: 0;
  }
}
section.point .inner-wrap .title-wrap h2 .company-name .logo-wrap span {
  margin-left: 8px;
}
section.point .inner-wrap .title-wrap h2 .company-name svg {
  width: 183px;
  height: 23px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap h2 .title-pc {
    display: none;
  }
}
section.point .inner-wrap .title-wrap h2 .flex-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 0;
}
section.point .inner-wrap .title-wrap h2 .flex-row {
  display: flex;
  align-items: end;
  justify-content: end;
}
section.point .inner-wrap .title-wrap .image1 {
  position: absolute;
  width: 81px;
  height: 150px;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap .image1 {
    left: 8px;
    transform: none;
    width: 68px;
    height: 127px;
    bottom: 10px;
  }
}
section.point .inner-wrap .title-wrap .image2 {
  position: absolute;
  width: 75px;
  height: 124px;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap .image2 {
    right: 8px;
    transform: none;
    width: 63px;
    height: 105px;
    bottom: 10px;
  }
}
section.point .inner-wrap .title-wrap .title-sp {
  display: none;
  position: absolute;
  width: 100%;
  justify-content: center;
  align-items: center;
  bottom: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .title-wrap .title-sp {
    display: flex;
  }
}
section.point .inner-wrap .title-wrap .title-sp svg {
  width: 130px;
  height: 17px;
  flex-shrink: 0;
}
section.point .inner-wrap .title-wrap .title-sp span {
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 46.4px */
  letter-spacing: 2.9px;
  margin-left: 4px;
}
section.point .inner-wrap .title-wrap .title-sp span.text-small {
  color: var(--Fujioh_Navy, #1B365D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 24px */
  letter-spacing: 1.5px;
}
section.point .inner-wrap .notes {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  right: 0;
  top: 100px;
  /* 16px */
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .notes {
    position: relative;
    color: var(--Fujioh_DarkBrown, #2C0F0D);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 16px */
    top: initial;
    right: initial;
    padding: 0 18px;
  }
  section.point .inner-wrap .notes br {
    display: none;
  }
}
section.point .inner-wrap .point-content {
  margin-top: 16px;
  padding: 0 20px;
  position: relative;
}
section.point .inner-wrap .point-content .point-title {
  width: 500px;
  height: 109px;
  transform: rotate(-5deg) translateX(-50px);
  flex-shrink: 0;
  background: rgba(248, 95, 44, 0.3);
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-title {
    width: 288.809px;
    height: 84px;
    position: relative;
    left: 50%;
    transform: rotate(-5deg) translateX(-50%);
  }
}
section.point .inner-wrap .point-content .point-title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.point .inner-wrap .point-content .point-title h3 span.bg-white {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 64px */
  letter-spacing: 12px;
  background: #fff;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-title h3 span.bg-white {
    font-size: 32px;
    /* 51.2px */
    letter-spacing: 9.6px;
    width: 38px;
    height: 38px;
    margin-right: 5px;
    padding: 3px;
  }
}
section.point .inner-wrap .point-content .point-title h3 span.fsz-16 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.8px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-title h3 span.fsz-16 {
    font-size: 12px;
    line-height: 1;
  }
}
section.point .inner-wrap .point-content .point-title h3 span.fsz-36 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 57.6px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-title h3 span.fsz-36 {
    line-height: 1;
    font-size: 18px;
  }
}
section.point .inner-wrap .point-content .point-title h3 span.wrap-sp {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-title h3 span.wrap-sp {
    align-items: flex-start;
    flex-direction: column;
  }
}
section.point .inner-wrap .point-content .point-title h3 svg {
  width: 53px;
  height: 55px;
}
section.point .inner-wrap .point-content .point-title svg {
  margin: 0 -10px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-title svg {
    margin-right: 0;
  }
}
section.point .inner-wrap .point-content .point-item {
  display: flex;
  width: 800px;
  padding: 60px 40px 20px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-item {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
}
section.point .inner-wrap .point-content .point-item .point1 {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid var(--Fujioh_Border, #EAE7E7);
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-item .point1 {
    flex-direction: column;
  }
}
section.point .inner-wrap .point-content .point-item .point1:nth-child(3) {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-item .point1 > img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: auto;
  }
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence {
  display: flex;
  width: 504px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title img {
  width: 100%;
  height: 100%;
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title .point-treat {
  display: flex;
  align-items: center;
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title .point-treat p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Oooh Baby";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  letter-spacing: 4px;
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title .orange {
  padding: 0 20px;
  color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  letter-spacing: 2px;
  border-left: 2px solid var(--Fujioh_Orange, #F85F2C);
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence-title .annotation-mark {
  vertical-align: top;
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .sentence {
  align-self: stretch;
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* text R */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
section.point .inner-wrap .point-content .point-item .point1 .point-sentence .annotation {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 0;
  /* 25.6px */
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .point-content .point-item .point1 .point-sentence .annotation {
    font-size: 12px;
  }
}
section.point .inner-wrap .operation .point-title {
  background: rgba(44, 15, 13, 0.15);
}
section.point .inner-wrap .operation .point-item .point1 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .operation .point-item .point1 {
    flex-direction: column;
  }
}
section.point .inner-wrap .operation .point-item .point1 .point-sentence .sentence-title .point-treat p {
  color: var(--Fujioh_Orange, #F85F2C);
}
section.point .inner-wrap .operation .point-item .point1 .point-sentence .sentence-title .bk {
  padding: 0 20px;
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  letter-spacing: 2px;
  border-left: 2px solid var(--Fujioh_DarkBrown, #2C0F0D);
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .operation .point-item .point1 .point-sentence .sentence-title .bk {
    font-size: 18px;
    padding-left: 18px;
    letter-spacing: 1px;
    padding-right: 0;
  }
  section.point .inner-wrap .operation .point-item .point1 .point-sentence .sentence-title .bk .show-sp {
    display: none;
  }
}
section.point .inner-wrap .note {
  position: absolute;
  transform: translateY(8px);
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  align-self: end;
  width: 800px;
  /* 19.2px */
}
@media screen and (max-width: 960px) {
  section.point .inner-wrap .note {
    position: static;
    transform: translateY(10px);
    font-size: 12px;
    align-self: start;
    text-align: left;
    width: auto;
  }
}
section.point .inner-wrap .annotation {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  margin-top: 16px;
  padding: 0 24px;
}

section.comparition {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
section.comparition .inner-wrap {
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
section.comparition .inner-wrap .title-wrap h3 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 16px;
}
section.comparition .inner-wrap .title-wrap h3 svg {
  width: 234px;
  height: 30px;
}
section.comparition .inner-wrap .title-wrap h2 {
  position: relative;
  color: var(--Fujioh_Orange, #F85F2C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4.7px;
}
section.comparition .inner-wrap .title-wrap h2 br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .title-wrap h2 br {
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .title-wrap h2 {
    font-size: 32px;
    display: inline-block;
    width: 100%;
  }
}
section.comparition .inner-wrap .title-wrap h2 svg {
  width: 22px;
  height: 48px;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .title-wrap h2 svg {
    width: 11px;
    height: 24px;
  }
}
section.comparition .inner-wrap .title-wrap h2::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: rgba(248, 95, 44, 0.15);
}
section.comparition .inner-wrap .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.comparition .inner-wrap .content img {
  width: 650px;
}
section.comparition .inner-wrap .content img.show-pc {
  display: block;
}
section.comparition .inner-wrap .content img.show-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .content img {
    width: 100%;
  }
  section.comparition .inner-wrap .content img.show-pc {
    display: none;
  }
  section.comparition .inner-wrap .content img.show-sp {
    display: block;
  }
}
section.comparition .inner-wrap .cta-wrap {
  display: flex;
  width: 960px;
  padding: 20px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .cta-wrap {
    padding: 0;
    width: 335px;
    gap: 20px;
  }
}
section.comparition .inner-wrap .cta-wrap .attention {
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
section.comparition .inner-wrap .cta-wrap .attention p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1.6px;
}
section.comparition .inner-wrap .cta-wrap .cta {
  display: flex;
  width: 760px;
  padding: 20px 0px 30px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  border: 3px solid var(--Fujioh_DarkBrown, #2C0F0D);
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .cta-wrap .cta {
    width: 100%;
    padding: 20px 0;
    border-radius: 80px;
  }
}
section.comparition .inner-wrap .cta-wrap .cta > p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.8px;
}
section.comparition .inner-wrap .cta-wrap .cta > p .bold {
  font-size: 22px;
  letter-spacing: 2.2px;
}
section.comparition .inner-wrap .cta-wrap .cta label {
  display: flex;
  padding: 20px 60px;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
@media screen and (max-width: 960px) {
  section.comparition .inner-wrap .cta-wrap .cta label {
    font-size: 20px;
    padding: 16px 48px;
  }
}

section.lineup {
  background: var(--Fujioh_beige, #FFEDD7);
  display: flex;
  justify-content: center;
}
section.lineup .inner-wrap {
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap {
    width: 100%;
  }
}
section.lineup .inner-wrap .title {
  display: flex;
  padding: 40px 0px 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
section.lineup .inner-wrap .title h2 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 70.4px */
  letter-spacing: 4.4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.lineup .inner-wrap .title h2::after {
  content: "";
  width: 60px;
  height: 6px;
  background: var(--Fujioh_Orange, #F85F2C);
  margin-top: 4px;
  display: block;
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap .title h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
section.lineup .inner-wrap .title p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  /* text R */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
section.lineup .inner-wrap .title p br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap .title p br {
    display: inline-block;
  }
}
section.lineup .inner-wrap .flex-wrap {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  padding: 20px;
  justify-content: center;
  gap: 20px;
}
section.lineup .inner-wrap .flex-wrap .card {
  display: flex;
  width: 450px;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap .flex-wrap .card {
    padding: 20px;
  }
}
section.lineup .inner-wrap .flex-wrap .card p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  height: 52px;
}
section.lineup .inner-wrap .flex-wrap .card h4 {
  color: var(--Fujioh_Orange, #F85F2C);
  text-align: center;
  /* Midashi_L */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
}
section.lineup .inner-wrap .flex-wrap .card img {
  height: 256px;
}
section.lineup .inner-wrap .flex-wrap .card a {
  display: flex;
  padding: 10px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  border: 1px solid var(--Fujioh_Navy, #1B365D);
  color: var(--Fujioh_Navy, #1B365D);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
section.lineup .inner-wrap .cta-wrap {
  display: flex;
  width: 960px;
  padding: 20px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap .cta-wrap {
    padding: 0 0 40px 0;
    width: 335px;
    gap: 20px;
  }
}
section.lineup .inner-wrap .cta-wrap .attention {
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
section.lineup .inner-wrap .cta-wrap .attention p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1.6px;
}
section.lineup .inner-wrap .cta-wrap .cta {
  display: flex;
  width: 760px;
  padding: 20px 0px 30px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  border: 3px solid var(--Fujioh_DarkBrown, #2C0F0D);
  background: var(--White, #FFF);
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap .cta-wrap .cta {
    width: 100%;
    padding: 20px 0;
    border-radius: 88px;
  }
}
section.lineup .inner-wrap .cta-wrap .cta > p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.8px;
}
section.lineup .inner-wrap .cta-wrap .cta > p .bold {
  font-size: 22px;
  letter-spacing: 2.2px;
}
section.lineup .inner-wrap .cta-wrap .cta label {
  display: flex;
  padding: 20px 60px;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
@media screen and (max-width: 960px) {
  section.lineup .inner-wrap .cta-wrap .cta label {
    font-size: 20px;
    padding: 16px 48px;
  }
}

section.qa {
  display: flex;
  justify-content: center;
}
section.qa .inner-wrap {
  width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.qa .inner-wrap .title-wrap {
  display: flex;
  padding: 40px 0px 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
section.qa .inner-wrap .title-wrap h2 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 70.4px */
  letter-spacing: 4.4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.qa .inner-wrap .title-wrap h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    letter-spacing: 3.2px;
  }
}
section.qa .inner-wrap .title-wrap h2::after {
  content: "";
  width: 60px;
  height: 6px;
  background: var(--Fujioh_Orange, #F85F2C);
  margin-top: 4px;
  display: block;
}
section.qa .inner-wrap .title-wrap p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  /* text R */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 960px) {
  section.qa .inner-wrap .title-wrap p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}
section.qa .inner-wrap .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding: 20px 20px 80px 20px;
}
section.qa .inner-wrap .content details.card {
  display: flex;
  padding: 20px 40px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 960px) {
  section.qa .inner-wrap .content details.card {
    padding: 20px;
  }
}
section.qa .inner-wrap .content details.card[open] summary svg.close {
  display: block;
}
section.qa .inner-wrap .content details.card[open] summary svg.open {
  display: none;
}
section.qa .inner-wrap .content details.card summary {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  list-style: none;
}
section.qa .inner-wrap .content details.card summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 960px) {
  section.qa .inner-wrap .content details.card summary {
    gap: 20px;
  }
}
section.qa .inner-wrap .content details.card summary label {
  color: var(--Fujioh_Orange, #F85F2C);
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: var(--Fujioh_Orange, #F85F2C);
  font-family: "Oooh Baby";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 76.8px */
}
section.qa .inner-wrap .content details.card summary p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* Midashi_M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
section.qa .inner-wrap .content details.card summary svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-left: auto;
}
section.qa .inner-wrap .content details.card summary svg.close {
  display: none;
}
section.qa .inner-wrap .content details.card summary svg.open {
  display: block;
}
section.qa .inner-wrap .content details.card .answer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 77px 20px 77px;
  align-self: stretch;
  border-top: 1px solid var(--Fujioh_Border, #EAE7E7);
}
section.qa .inner-wrap .content details.card .answer h4 {
  color: var(--Fujioh_Orange, #F85F2C);
  /* Midashi_M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
section.qa .inner-wrap .content details.card .answer p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* text R */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

section.form {
  background: var(--Fujioh_LightBrown, #F4F3F3);
  display: flex;
  justify-content: center;
}
section.form .inner-wrap {
  width: 960px;
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap {
    width: 100%;
    padding: 20px;
  }
}
section.form .inner-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap .title-wrap {
    gap: 8px;
  }
}
section.form .inner-wrap .title-wrap .bubble {
  display: flex;
  gap: 4px;
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* text M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
section.form .inner-wrap .title-wrap h2 {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 70.4px */
  letter-spacing: 4.4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap .title-wrap h2 {
    font-size: 32px;
  }
}
section.form .inner-wrap .title-wrap h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background-color: var(--Fujioh_Orange, #F85F2C);
}
section.form .inner-wrap .title-wrap h3 {
  color: var(--Fujioh_Orange, #F85F2C);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap .title-wrap h3 {
    font-size: 18px;
  }
}
section.form .inner-wrap .title-wrap p {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap .smpForm {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
section.form .inner-wrap form .ss_field,
section.form .inner-wrap form .ss_enquete_field {
  background-color: initial;
  border: none;
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field,
  section.form .inner-wrap form .ss_enquete_field {
    flex-wrap: wrap;
    padding: 0;
  }
}
section.form .inner-wrap form .ss_field .ss_form_title,
section.form .inner-wrap form .ss_field .ss_enquete_title,
section.form .inner-wrap form .ss_enquete_field .ss_form_title,
section.form .inner-wrap form .ss_enquete_field .ss_enquete_title {
  width: 220px;
  padding: 10px;
  display: flex;
  gap: 20px;
  padding-right: 0;
  font-weight: 700;
  flex-shrink: 1;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_form_title,
  section.form .inner-wrap form .ss_field .ss_enquete_title,
  section.form .inner-wrap form .ss_enquete_field .ss_form_title,
  section.form .inner-wrap form .ss_enquete_field .ss_enquete_title {
    width: 100%;
    flex-shrink: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: -10px;
  }
}
section.form .inner-wrap form .ss_field .ss_form_title .ss_user_notnull,
section.form .inner-wrap form .ss_field .ss_enquete_title .ss_user_notnull,
section.form .inner-wrap form .ss_enquete_field .ss_form_title .ss_user_notnull,
section.form .inner-wrap form .ss_enquete_field .ss_enquete_title .ss_user_notnull {
  display: none;
}
section.form .inner-wrap form .ss_field .ss_form_title::after,
section.form .inner-wrap form .ss_field .ss_enquete_title::after,
section.form .inner-wrap form .ss_enquete_field .ss_form_title::after,
section.form .inner-wrap form .ss_enquete_field .ss_enquete_title::after {
  content: "必須";
  display: none;
  margin-left: auto;
  width: 36px;
  height: 23px;
  padding: 2px 6px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Fujioh_Orange, #F85F2C);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  flex-grow: 0;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_form_title::after,
  section.form .inner-wrap form .ss_field .ss_enquete_title::after,
  section.form .inner-wrap form .ss_enquete_field .ss_form_title::after,
  section.form .inner-wrap form .ss_enquete_field .ss_enquete_title::after {
    margin-left: 10px;
  }
}
section.form .inner-wrap form .ss_field.ss_required_field .ss_form_title::after, section.form .inner-wrap form .ss_field.ss_required_field .ss_enquete_title::after,
section.form .inner-wrap form .ss_enquete_field.ss_required_field .ss_form_title::after,
section.form .inner-wrap form .ss_enquete_field.ss_required_field .ss_enquete_title::after {
  display: flex;
}
section.form .inner-wrap form .ss_field .ss_grid,
section.form .inner-wrap form .ss_enquete_field .ss_grid {
  gap: 20px;
  align-items: center;
  flex-grow: 1;
  width: 50%;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_grid,
  section.form .inner-wrap form .ss_enquete_field .ss_grid {
    display: flex;
    max-width: 100%;
  }
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input {
  width: 100%;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input .ss_leftComment,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input .ss_leftComment {
  display: none;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input .ss_bottomComment,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input .ss_bottomComment {
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_grid .ss_input .ss_bottomComment,
  section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input .ss_bottomComment {
    font-size: 13px;
  }
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input {
  border-radius: 5px;
  border: 1px solid var(--Fujioh_Border, #EAE7E7);
  background: var(--White, #FFF);
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  color: #2C0F0D;
  /* text M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input textarea,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input textarea {
  border-radius: 5px;
  border: 1px solid var(--Fujioh_Border, #EAE7E7);
  background: var(--White, #FFF);
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  color: #2C0F0D;
  /* text M */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
  max-width: 100%;
  width: 100%;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=text],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=text] {
  width: 100%;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=email],
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=tel],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=email],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=tel] {
  width: 100%;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=checkbox] {
  display: inline-block;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  border-radius: 3px;
  background-color: #FFFFFF;
  border-color: #958786;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
  background: #FFFFFF;
  vertical-align: bottom;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=checkbox]:checked,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=checkbox]:checked {
  background: #F85F2C;
  background-color: #F85F2C;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=checkbox]:checked::before,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=checkbox]:checked::before {
  position: absolute;
  padding-left: 4px;
  color: white;
  font-weight: 900;
  font-size: 18px;
  content: "✓";
  top: 0;
  left: 0;
  margin-top: -4px;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input br + input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input br + input[type=checkbox] {
  margin-top: 20px;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=radio] + br + input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=radio] + br + input[type=checkbox] {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=radio] + br + input[type=checkbox],
  section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=radio] + br + input[type=checkbox] {
    margin-left: 0;
  }
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input input[type=radio] {
  display: inline-block;
  accent-color: #F85F2C;
  inline-size: 1.5rem;
  block-size: 1.5rem;
  vertical-align: bottom;
  margin-right: 5px;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input br + input[type=radio] {
  margin-top: 20px;
}
section.form .inner-wrap form .ss_field .ss_grid .ss_input .ss_rightComment,
section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input .ss_rightComment {
  display: none;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_grid .ss_input + .ss_input,
  section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input + .ss_input {
    width: 45%;
    flex-shrink: 1;
    flex-grow: 1;
  }
  section.form .inner-wrap form .ss_field .ss_grid .ss_input:has(+ .ss_input),
  section.form .inner-wrap form .ss_enquete_field .ss_grid .ss_input:has(+ .ss_input) {
    width: 45%;
    flex-shrink: 1;
    flex-grow: 1;
  }
}
section.form .inner-wrap form .ss_field#ss_name .ss_input,
section.form .inner-wrap form .ss_enquete_field#ss_name .ss_input {
  display: flex;
  align-items: center;
}
section.form .inner-wrap form .ss_field#ss_name .ss_leftComment,
section.form .inner-wrap form .ss_enquete_field#ss_name .ss_leftComment {
  display: inline-block;
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* text  R14 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field#ss_name .ss_grid,
  section.form .inner-wrap form .ss_enquete_field#ss_name .ss_grid {
    flex-direction: column;
  }
  section.form .inner-wrap form .ss_field#ss_name .ss_input,
  section.form .inner-wrap form .ss_enquete_field#ss_name .ss_input {
    width: 100%;
  }
}
section.form .inner-wrap form .ss_field[id$=attribute103],
section.form .inner-wrap form .ss_enquete_field[id$=attribute103] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -20px;
}
section.form .inner-wrap form .ss_field[id$=attribute103] .ss_form_title,
section.form .inner-wrap form .ss_enquete_field[id$=attribute103] .ss_form_title {
  visibility: hidden;
}
section.form .inner-wrap form .ss_field[id$=attribute103] .ss_input,
section.form .inner-wrap form .ss_enquete_field[id$=attribute103] .ss_input {
  margin-top: -10px;
}
section.form .inner-wrap form .ss_field[id$=attribute103] br + input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field[id$=attribute103] br + input[type=checkbox] {
  margin-top: -5px;
}
section.form .inner-wrap form .ss_field[id$=attribute103] .ss_warning_label,
section.form .inner-wrap form .ss_field[id$=attribute103] .ss_error_msg,
section.form .inner-wrap form .ss_enquete_field[id$=attribute103] .ss_warning_label,
section.form .inner-wrap form .ss_enquete_field[id$=attribute103] .ss_error_msg {
  transform: translateY(16px);
  display: inline-block;
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute42]) input[type=checkbox] + input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute42]) input[type=checkbox] + input[type=checkbox] {
  margin-left: 20px;
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute42]) br + input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute42]) br + input[type=checkbox] {
  margin-top: 20px !important;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute42]) br + input[type=checkbox],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute42]) br + input[type=checkbox] {
    margin-top: 20px !important;
  }
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute42]) input[type=checkbox] + br + input[type=checkbox],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute42]) input[type=checkbox] + br + input[type=checkbox] {
  margin-left: 0;
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) input[type=radio] + br,
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute48]) input[type=radio] + br,
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute49]) input[type=radio] + br,
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) input[type=radio] + br,
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute48]) input[type=radio] + br,
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute49]) input[type=radio] + br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) input[type=radio] + br,
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute48]) input[type=radio] + br,
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute49]) input[type=radio] + br,
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) input[type=radio] + br,
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute48]) input[type=radio] + br,
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute49]) input[type=radio] + br {
    display: inline-block;
  }
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) input[type=radio] + br + input[type=radio],
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute48]) input[type=radio] + br + input[type=radio],
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute49]) input[type=radio] + br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) input[type=radio] + br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute48]) input[type=radio] + br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute49]) input[type=radio] + br + input[type=radio] {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) input[type=radio] + br + input[type=radio],
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute48]) input[type=radio] + br + input[type=radio],
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute49]) input[type=radio] + br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) input[type=radio] + br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute48]) input[type=radio] + br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute49]) input[type=radio] + br + input[type=radio] {
    margin-left: 0;
  }
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) br + input[type=radio],
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute48]) br + input[type=radio],
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute49]) br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute48]) br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute49]) br + input[type=radio] {
  margin-top: 0 !important;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) br + input[type=radio],
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute48]) br + input[type=radio],
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute49]) br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute48]) br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute49]) br + input[type=radio] {
    margin-top: 20px !important;
  }
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]),
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) {
  margin-top: -12px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]),
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) {
    margin-top: 0;
  }
}
section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) br + input[type=radio],
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) br + input[type=radio] {
  margin-top: 20px !important;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field .ss_input:has([name$=attribute46]) br + input[type=radio],
  section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute46]) br + input[type=radio] {
    margin-top: 20px !important;
  }
}
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute201]) .ss_error_msg::after {
  content: "必ず入力してください";
}
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute202]) .ss_error_msg::after {
  content: "必ず入力してください";
}
section.form .inner-wrap form .ss_enquete_field .ss_input:has([name$=attribute203]) .ss_error_msg::after {
  content: "必ず1つ以上選択してください";
}
section.form .inner-wrap form .ss_field[id$=attribute113],
section.form .inner-wrap form .ss_enquete_field[id$=attribute113] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
section.form .inner-wrap form .ss_field[id$=attribute113] .ss_form_title,
section.form .inner-wrap form .ss_enquete_field[id$=attribute113] .ss_form_title {
  width: 100%;
  color: var(--Fujioh_DarkBrown, #2C0F0D);
  /* text  R14 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  justify-content: center;
  gap: 0;
}
section.form .inner-wrap form .ss_field[id$=attribute113] .ss_form_title::after,
section.form .inner-wrap form .ss_enquete_field[id$=attribute113] .ss_form_title::after {
  display: none;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field[id$=attribute113] .ss_form_title,
  section.form .inner-wrap form .ss_enquete_field[id$=attribute113] .ss_form_title {
    display: inline-block;
  }
}
section.form .inner-wrap form .ss_field[id$=attribute113] .ss_form_title a,
section.form .inner-wrap form .ss_enquete_field[id$=attribute113] .ss_form_title a {
  color: var(--Fujioh_Navy, #1B365D);
  text-align: center;
  /* text  R14 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  text-decoration-line: underline;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_field[id$=attribute113] .ss_form_title a,
  section.form .inner-wrap form .ss_enquete_field[id$=attribute113] .ss_form_title a {
    word-break: keep-all;
    display: inline-block;
  }
}
section.form .inner-wrap form .ss_field[id$=attribute113] .ss_input,
section.form .inner-wrap form .ss_enquete_field[id$=attribute113] .ss_input {
  margin-top: 30px;
  text-align: center;
}
section.form .inner-wrap form .ss_enquete_field:last-child {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_enquete_field:last-child {
    gap: 20px;
  }
}
section.form .inner-wrap form .ss_enquete_field:last-child .ss_enquete_title {
  width: 100%;
  text-align: center;
  display: block;
}
section.form .inner-wrap form .ss_enquete_field:last-child .ss_enquete_title::after {
  display: none;
}
section.form .inner-wrap form .ss_enquete_field:last-child .ss_enquete_title a::after {
  content: "";
  width: 23px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/open_link_icon.svg");
}
section.form .inner-wrap form .ss_enquete_field:last-child .ss_grid {
  justify-content: center;
}
section.form .inner-wrap form .ss_enquete_field:last-child .ss_grid .ss_input {
  text-align: center;
}
section.form .inner-wrap form .ss_btnArea {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  section.form .inner-wrap form .ss_btnArea {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
section.form .inner-wrap form .ss_btnArea p {
  text-align: center;
}
section.form .inner-wrap form .ss_btnArea input {
  display: inline-flex;
  padding: 20px 60px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 60px;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: none;
}

footer {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  align-self: stretch;
  background: var(--Fujioh_Navy, #1B365D);
  color: var(--White, #FFF);
  text-align: center;
  /* text  R14 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.ss_submit_loader {
  display: none !important;
}

/* サンクスページ */
.thanks .contents-wrap {
  height: 100dvh;
  min-height: 600px;
  position: relative;
}

.thanks main {
  height: 100%;
}

.thanks section.form {
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.thanks .p-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.thanks footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.thanks .p-header img {
  padding: 8px 0;
}

.thanks a.btn-line {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--Fujioh_Navy, #1B365D);
  color: var(--Fujioh_Navy, #1B365D);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.thanks .item-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  padding: 30px 0 40px;
}