/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.margin-btm-small {
  margin-bottom: 6px;
}
@media (max-width: 834px) {
  .margin-btm-small {
    margin-bottom: 4.8px;
  }
}
@media (max-width: 600px) {
  .margin-btm-small {
    margin-bottom: 3.6px;
  }
}
@media (max-width: 320px) {
  .margin-btm-small {
    margin-bottom: 2.4px;
  }
}

.margin-btm-medium {
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .margin-btm-medium {
    margin-bottom: 9.6px;
  }
}
@media (max-width: 600px) {
  .margin-btm-medium {
    margin-bottom: 7.2px;
  }
}
@media (max-width: 320px) {
  .margin-btm-medium {
    margin-bottom: 4.8px;
  }
}

.margin-btm-large {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .margin-btm-large {
    margin-bottom: 19.2px;
  }
}
@media (max-width: 600px) {
  .margin-btm-large {
    margin-bottom: 14.4px;
  }
}
@media (max-width: 320px) {
  .margin-btm-large {
    margin-bottom: 9.6px;
  }
}

.margin-btm-xlarge {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .margin-btm-xlarge {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .margin-btm-xlarge {
    margin-bottom: 18px;
  }
}
@media (max-width: 320px) {
  .margin-btm-xlarge {
    margin-bottom: 12px;
  }
}

.margin-btm-2xlarge {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .margin-btm-2xlarge {
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .margin-btm-2xlarge {
    margin-bottom: 36px;
  }
}
@media (max-width: 320px) {
  .margin-btm-2xlarge {
    margin-bottom: 24px;
  }
}

.margin-btm-3xlarge {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .margin-btm-3xlarge {
    margin-bottom: 96px;
  }
}
@media (max-width: 600px) {
  .margin-btm-3xlarge {
    margin-bottom: 72px;
  }
}
@media (max-width: 320px) {
  .margin-btm-3xlarge {
    margin-bottom: 48px;
  }
}

.c-font_xsmall {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.c-font_small {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}

.c-font_normal {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.c-font_large {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
}

.c-font_xlarge {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.c-font_2xlarge {
  font-size: clamp(2.5rem, 4.5vw, 3rem);
}

.c-font_3xlarge {
  font-size: clamp(3rem, 5vw, 3.6rem);
}

.c-font_4xlarge {
  font-size: clamp(3.5rem, 6vw, 4.2rem);
}

.c-font_5xlarge {
  font-size: clamp(4.5rem, 7vw, 5.4rem);
}

.c-font_6xlarge {
  font-size: clamp(5rem, 8vw, 6rem);
}

.c-font_10xlarge {
  font-size: clamp(8rem, 10vw, 10rem);
}

.contents__block {
  max-width: 1280px;
  margin: 0 30px 96px 30px;
}
@media screen and (min-width: 1280px) {
  .contents__block {
    margin: 0 auto 96px auto;
  }
}
@media screen and (max-width: 600px) {
  .contents__block {
    margin: 0 18px 48px 18px;
  }
}
.contents__block-S {
  max-width: 480px;
  margin: 0 auto 96px auto;
}
@media screen and (max-width: 600px) {
  .contents__block-S {
    margin: 0 18px 48px 18px;
  }
}
.contents__block-M {
  max-width: 600px;
  margin: 0 auto 96px auto;
}
@media screen and (max-width: 600px) {
  .contents__block-M {
    margin: 0 18px 48px 18px;
  }
}
.contents__block-L {
  max-width: 800px;
  margin: 0 auto 96px auto;
  padding: 0 12px;
}
@media screen and (max-width: 834px) {
  .contents__block-L {
    margin: 0 18px 48px 18px;
    padding: 0;
  }
}
.contents__block-XL {
  max-width: 1000px;
  margin: 0 auto 96px auto;
  padding: 0 12px;
}
@media screen and (max-width: 834px) {
  .contents__block-XL {
    margin: 0 18px 84px 18px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .contents__block-XL {
    margin: 0 18px 48px 18px;
    padding: 0;
  }
}
.contents__block-Full {
  width: 100%;
  margin: 0 auto 96px auto;
}
@media screen and (max-width: 600px) {
  .contents__block-Full {
    margin: 0 auto 48px auto;
  }
}
.contents__block-Half {
  width: 50%;
}
.contents__block-Third {
  width: 33.3333333333%;
}
.contents__block-Quarter {
  width: 25%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
}

.l-content__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.3s ease;
}
a:hover {
  transform: translateY(2px);
  opacity: 0.8;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img, video, canvas, svg {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  color: #494949;
  word-break: normal;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, span {
  line-height: 1.6;
  letter-spacing: 0.03em;
}

a {
  color: #494949;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-hero {
  background: linear-gradient(to bottom, #f0f4f4 0%, #f3f2f4 50%, #e0e3e2 100%);
}
.p-hero__inner {
  background-image: url("../img/fc_img-main.webp");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 216px;
  padding-left: 10%;
}
@media screen and (max-width: 834px) {
  .p-hero__inner {
    padding-top: 48px;
    padding-bottom: 60px;
    padding-left: 6%;
  }
}
@media screen and (max-width: 600px) {
  .p-hero__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 3%;
    background-position: 130px 0;
  }
}
.p-hero__title img {
  max-width: 968px;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .p-hero__title img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .p-hero__title img {
    width: 84%;
  }
}
.p-hero__btm {
  background-image: url("../img/fc_bg-pink1.webp");
  background-size: cover;
  background-position: center center;
}
.p-hero__btm__inner {
  background-image: url("../img/shape-leaf-r.svg"), url("../img/shape-leaf-l.svg");
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 80%, auto 80%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
}
.p-hero__btm__ill {
  margin-top: -112px;
  max-width: 240px;
}
.p-hero__btm__text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.p-hero__btm__text span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .p-hero__btm__inner {
    background-size: auto 60%, auto 60%;
  }
  .p-hero__btm__ill {
    margin-top: -30px;
    max-width: 126px;
  }
  .p-hero__btm__text {
    padding-top: 18px;
    padding-bottom: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .p-hero__btm__text span {
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) {
  .p-hero__btm__inner {
    background-size: auto 40%, auto 40%;
    gap: 6px;
  }
  .p-hero__btm__ill {
    margin-top: 0;
    max-width: 100px;
  }
  .p-hero__btm__text {
    padding-right: 18px;
  }
}

.p-home__title1-jp {
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
}
.p-home__title1-en {
  font-size: clamp(3.5rem, 6vw, 4.2rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.p-home__title1-en::before {
  content: "[";
  font-size: clamp(4.5rem, 7vw, 5.4rem);
}
.p-home__title1-en::after {
  content: "]";
  font-size: clamp(4.5rem, 7vw, 5.4rem);
}
@media screen and (max-width: 834px) {
  .p-home__title1-en {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
  .p-home__title1-en::before {
    font-size: clamp(3.5rem, 6vw, 4.2rem);
  }
  .p-home__title1-en::after {
    font-size: clamp(3.5rem, 6vw, 4.2rem);
  }
}
.p-home__title2-en {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-weight: bold;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  margin-bottom: 6px;
}
.p-home__title2-en::before, .p-home__title2-en::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #494949;
}
.p-home__title2-en._white {
  color: #ffffff;
}
.p-home__title2-en._white::before, .p-home__title2-en._white::after {
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .p-home__title2-en {
    gap: 2rem;
  }
  .p-home__title2-en::before, .p-home__title2-en::after {
    width: 60px;
  }
}
.p-home__title2-jp {
  display: block;
  text-align: center;
  font-size: clamp(3.5rem, 6vw, 4.2rem);
  letter-spacing: 0.05em;
  color: #f38f7f;
}
.p-home__title2-jp._white {
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .p-home__title2-jp {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
}
.p-home__btn {
  margin-right: 4%;
  margin-left: 4%;
}
.p-home__nayami {
  background-image: url("../img/fc_bg-beige.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 1px;
}
@media screen and (max-width: 600px) {
  .p-home__nayami {
    padding-top: 54px;
  }
}
.p-home__nayami__title {
  width: 90%;
  margin: 0 auto 30px auto;
}
.p-home__nayami__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-home__nayami__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home__nayami__item {
  flex: 1;
}
.p-home__nayami__list {
  margin-bottom: 24px;
}
.p-home__nayami__list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  flex-wrap: wrap;
}
.p-home__nayami__list li:not(:last-child) {
  margin-bottom: 24px;
}
.p-home__nayami__list li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-home__nayami__list li span {
  color: #e7513f;
}
@media screen and (max-width: 834px) {
  .p-home__nayami__list li {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  }
  .p-home__nayami__list li::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-home__nayami__pict {
    display: none;
  }
}
.p-home__nayami__pict__all {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home__nayami__pict__all {
    display: block;
  }
}
.p-home__rock {
  background-image: url("../img/fc_bg-rock.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 1px;
}
.p-home__rock__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: #ffffff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 36px;
}
.p-home__rock__title span {
  font-size: clamp(3rem, 5vw, 3.6rem);
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}
.p-home__rock__title::before, .p-home__rock__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .p-home__rock__title span {
    line-height: 1.2;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
  }
}
.p-home__rock__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.p-home__rock__item {
  width: 49%;
}
.p-home__rock__text {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  text-align: center;
  margin-bottom: 12px;
  color: #ffffff;
}
.p-home__rock__pict img {
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .p-home__rock__pict img {
    border-radius: 4px;
  }
}
@media screen and (max-width: 600px) {
  .p-home__rock {
    padding-top: 60px;
  }
  .p-home__rock__title {
    text-align: center;
  }
  .p-home__rock__list {
    flex-direction: column;
    gap: 18px;
  }
  .p-home__rock__item {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 18px;
  }
  .p-home__rock__text {
    flex: 1;
    text-align: left;
    margin-bottom: 0;
  }
  .p-home__rock__pict {
    width: 40%;
  }
}
.p-home__solution__title {
  background-image: url("../img/fc_bg-pink1.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .p-home__solution__title {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.p-home__solution__title__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.p-home__solution__title__img {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-right: -42px;
}
.p-home__solution__title__img img {
  max-width: 220px;
}
@media screen and (max-width: 834px) {
  .p-home__solution__title__img {
    margin-right: -24px;
  }
  .p-home__solution__title__img img {
    max-width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .p-home__solution__title__img img {
    max-width: 80px;
  }
}
.p-home__solution__title__text {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.5rem, 4.5vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 18px;
  margin-bottom: 18px;
}
.p-home__solution__title__text span {
  font-size: clamp(3.5rem, 6vw, 4.2rem);
  margin-right: 0.5rem;
}
@media screen and (max-width: 834px) {
  .p-home__solution__title__text {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }
  .p-home__solution__title__text span {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home__solution__title__text {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  }
  .p-home__solution__title__text span {
    font-size: clamp(2.5rem, 4.5vw, 3rem);
  }
}
.p-home__solution__content {
  background-image: url("../img/fc_bg-pink2.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 1px;
}
.p-home__solution__content__inner {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 4%;
  padding-left: 4%;
}
.p-home__solution__content__topimg {
  margin-bottom: -30px;
}
.p-home__solution__content__title {
  background: linear-gradient(to bottom, #fdae9d, #f98c7f);
  color: #ffffff;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 30px;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.p-home__solution__content__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-home__solution__content__text {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  flex: 1;
}
.p-home__solution__content__text p {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
.p-home__solution__content__pict {
  width: 40%;
}
.p-home__solution__content__pictlist {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 600px) {
  .p-home__solution__content {
    padding-top: 42px;
  }
  .p-home__solution__content__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-home__solution__content__topimg {
    margin-bottom: 0;
  }
  .p-home__solution__content__title {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    letter-spacing: 0;
    margin-bottom: 18px;
  }
  .p-home__solution__content__item {
    flex-direction: column-reverse;
    gap: 6px;
  }
  .p-home__solution__content__pict {
    width: 100%;
  }
  .p-home__solution__content__pictlist {
    gap: 6px;
    margin-top: 0;
  }
}
.p-home__case {
  background-image: url("../img/fc_bg-blue1.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 1px;
}
.p-home__case__wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  gap: 42px;
  padding: 42px 4% 30px 4%;
}
.p-home__case__title {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  text-align: center;
  color: #ffffff;
  background-color: #576f7f;
  margin-bottom: 6px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.p-home__case__pict {
  max-width: 225px;
}
.p-home__case__age {
  text-align: right;
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}
@media screen and (max-width: 600px) {
  .p-home__case {
    padding-top: 60px;
  }
  .p-home__case__wrapper {
    gap: 12px;
    padding: 42px 8% 30px 8%;
  }
}
.p-home__reason {
  background: #FFCEB9;
  background: linear-gradient(70deg, rgb(255, 206, 185) 0%, rgb(254, 216, 203) 12%, rgb(254, 246, 233) 26%, rgb(254, 250, 244) 74%, rgb(254, 227, 209) 100%);
  padding-top: 80px;
  padding-bottom: 1px;
}
.p-home__reason__title {
  text-align: center;
}
.p-home__reason__title img {
  width: 96%;
}
.p-home__reason__item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.p-home__reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-home__reason__item:not(:last-child) {
  margin-bottom: 60px;
}
.p-home__reason__pict {
  width: 420px;
}
.p-home__reason__text {
  flex: 1;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}
.p-home__reason__text__title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: #e7513f;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .p-home__reason__pict {
    width: 300px;
  }
  .p-home__reason__title img {
    width: 100%;
  }
  .p-home__reason__text__title {
    margin-bottom: 6px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .p-home__reason {
    padding-top: 30px;
  }
  .p-home__reason__item {
    flex-direction: column;
    gap: 6px;
  }
  .p-home__reason__item:nth-child(even) {
    flex-direction: column;
  }
  .p-home__reason__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-home__reason__pict {
    width: 100%;
    text-align: center;
  }
  .p-home__reason__pict img {
    width: 80%;
  }
  .p-home__reason__text__title {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
  }
}
.p-home__voc {
  background-color: #eaefee;
  padding-top: 80px;
  padding-bottom: 1px;
  background-image: url("../img/fc_img-leaf-l.webp"), url("../img/fc_img-leaf-r.webp");
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 40% auto, 40% auto;
}
.p-home__voc__item {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.p-home__voc__item._item1 {
  background-image: url("../img/fc_pict-6a.webp");
  background-color: #e8e8ea;
}
.p-home__voc__item._item2 {
  background-image: url("../img/fc_pict-6b.webp");
  background-color: #d6dce0;
}
.p-home__voc__item._item3 {
  background-image: url("../img/fc_pict-6c.webp");
  background-color: #d6dce0;
}
.p-home__voc__item._item4 {
  background-image: url("../img/fc_pict-6d.webp");
  background-color: #d6dce0;
}
.p-home__voc__item:not(.p-home__voc__item:last-child) {
  margin-bottom: 24px;
}
.p-home__voc__item:nth-child(even) {
  align-items: flex-start;
  background-position: right center;
}
.p-home__voc__item__inner {
  width: 45%;
  margin-right: 5%;
  margin-left: 5%;
}
.p-home__voc__comment {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 6px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
.p-home__voc__name {
  text-align: right;
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  color: #000000;
}
@media screen and (max-width: 834px) {
  .p-home__voc__item {
    min-height: 180px;
  }
  .p-home__voc__comment {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home__voc {
    padding-top: 60px;
    background-size: 50% auto, 50% auto;
  }
  .p-home__voc__item {
    min-height: 120px;
    background-position: left -50px center;
  }
  .p-home__voc__item:not(.p-home__voc__item:last-child) {
    margin-bottom: 18px;
  }
  .p-home__voc__item:nth-child(even) {
    background-position: right -50px center;
  }
  .p-home__voc__item__inner {
    width: 60%;
  }
}
.p-home__process {
  background-image: url("../img/fc_bg-blue2.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 1px;
}
.p-home__process__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px 0;
}
.p-home__process__item {
  width: 48%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 18px 30px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-home__process__item {
    width: 49%;
  }
}
.p-home__process__icon {
  background: #F98C7F;
  background: linear-gradient(0deg, rgb(249, 140, 127) 0%, rgb(253, 174, 157) 100%);
  position: absolute;
  top: -18px;
  left: 18px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.p-home__process__icon__inner {
  border: solid 1px #ffffff;
  width: 90px;
  height: 90px;
  margin: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-home__process__icon span {
  color: #ffffff;
  line-height: 1.2;
}
.p-home__process__title {
  color: #e7513f;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  padding-left: 100px;
  padding-top: 6px;
  margin-bottom: 24px;
}
.p-home__process__pict {
  margin-bottom: 6px;
}
.p-home__process__text {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}
@media screen and (max-width: 834px) {
  .p-home__process__icon {
    top: -12px;
    left: 12px;
    width: 80px;
    height: 80px;
  }
  .p-home__process__icon__inner {
    width: 74px;
    height: 74px;
    margin: 3px;
  }
  .p-home__process__title {
    padding-left: 72px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .p-home__process {
    padding-top: 60px;
  }
  .p-home__process__wrapper {
    flex-direction: column;
  }
  .p-home__process__icon {
    left: 8px;
  }
  .p-home__process__title {
    padding-left: 82px;
  }
  .p-home__process__item {
    width: 100%;
    padding: 18px 4%;
  }
}
.p-home__faq {
  background: #FFCEB9;
  background: linear-gradient(70deg, rgb(255, 206, 185) 0%, rgb(254, 216, 203) 12%, rgb(254, 246, 233) 26%, rgb(254, 250, 244) 74%, rgb(254, 227, 209) 100%);
  padding-top: 80px;
  padding-bottom: 1px;
}
.p-home__faq__list dt {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: solid 1px #e7513f;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.p-home__faq__list dt::before {
  content: "Q";
  font-size: clamp(3.5rem, 6vw, 4.2rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  color: #e7513f;
}
@media screen and (max-width: 834px) {
  .p-home__faq__list dt {
    gap: 12px;
  }
  .p-home__faq__list dt::before {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
}
.p-home__faq__list dd {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  display: flex;
  align-items: center;
  gap: 18px;
}
.p-home__faq__list dd::before {
  content: "A";
  font-size: clamp(3.5rem, 6vw, 4.2rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  color: #e7513f;
}
@media screen and (max-width: 834px) {
  .p-home__faq__list dd::before {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
}
@media screen and (max-width: 834px) {
  .p-home__faq__list dd {
    gap: 12px;
  }
  .p-home__faq__list dd::before {
    font-size: clamp(3rem, 5vw, 3.6rem);
  }
}
.p-home__faq__item {
  background-color: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 30px 4%;
  border-radius: 6px;
}
.p-home__faq__item:not(.p-home__faq__item:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .p-home__faq {
    padding-top: 60px;
  }
  .p-home__faq__list dt {
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  .p-home__faq__item {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 24px 4%;
  }
  .p-home__faq__item:not(.p-home__faq__item:last-child) {
    margin-bottom: 24px;
  }
}

.p-cta {
  background-image: url("../img/fc_bg-pink3.webp");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 1px;
}
@media screen and (max-width: 600px) {
  .p-cta {
    padding-top: 40px;
  }
}

.p-404 {
  text-align: center;
}
.p-404__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-404__back-link {
  color: #1e90ff;
  text-decoration: underline;
}

.is-serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.06em;
}

.c-btn__line {
  text-align: center;
}
.c-btn__line-link {
  background-color: #00b900;
  color: #ffffff;
  font-size: clamp(2.5rem, 4.5vw, 3rem);
  display: inline-block;
  max-width: 540px;
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 45px;
  background-image: url("../img/icon-arrow-R-white.svg");
  background-size: 18px 18px;
  background-position: center right 24px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .c-btn__line-link {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    background-position: center right 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-btn__line-link {
    width: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 5rem;
    padding-left: 5rem;
    background-position: center right 24px;
    background-size: 14px 14px;
  }
}

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

@media screen and (max-width: 600px) {
  .u-br-pc {
    display: none;
  }
}

.c-footer {
  background-color: #494949;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 42px;
}
@media screen and (max-width: 600px) {
  .c-footer {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}