@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }
    *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important; } }
:root {
  --font-base: "Poppins", "Noto Sans", sans-serif;
  --base-font-size: 16px;
  --color-black: #052b33;
  --color-white: #FFF;
  --color-gray: #e6eaeb;
  --color-gray2: #f3f4f5;
  --color-gray3: #b4c0c2;
  --color-red: #e94738;
  --color-orange: #e49d23;
  --color-orange2: #E7722E;
  --color-green: #007f6a;
  --color-green2: #005f4b;
  --color-green-light: #f2f9f8;
  --color-green-light2: #dff2ef; }

html {
  position: relative;
  font-size: 62.5%; }
  html.scroll {
    overflow: hidden; }

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important; } }
@media screen and (min-width: 768px) and (max-width: 1299px) {
  html {
    font-size: 0.7692307692vw !important; } }
body {
  font-feature-settings: "palt";
  font-family: var(--font-base);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict; }

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem; } }
main {
  margin-top: 8.4rem; }
  @media screen and (max-width: 767px) {
    main {
      margin-top: 6rem; } }

* {
  min-inline-size: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s; }

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8; } }
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 1; } }
img {
  display: inline-block;
  height: auto;
  vertical-align: middle; }

address {
  font-style: normal; }

summary {
  list-style: none;
  cursor: pointer; }
  summary::-webkit-details-marker {
    display: none; }

em {
  font-weight: 700;
  font-style: normal; }

figure {
  margin: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer; }

.js-animation {
  opacity: 0;
  transform: translateY(0.625rem); }

.l-inner {
  width: 104rem;
  margin-inline: auto;
  margin: auto; }

@media screen and (max-width: 767px) {
  .l-inner {
    width: 33.5rem; } }
.c-icon {
  display: inline-block;
  transition: background 0.3s ease; }
  .c-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%/contain;
    transition: background 0.3s ease; }
  .c-icon.arrow-down {
    width: 1.2rem;
    height: 1.5rem;
    transform: translateX(0.2rem); }
    .c-icon.arrow-down::before {
      background-image: url(../images/arrow-red-under.webp); }
    .c-icon.arrow-down.cl-white::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M11 1 6 6 1 1' style='fill:none;stroke:%23FFF;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E"); }
  .c-icon.arrow-right {
    width: 1.6rem;
    height: 2rem;
    transform: translateY(0.1rem) rotate(-90deg); }
    .c-icon.arrow-right::before {
      background-image: url(../images/arrow-red-under.webp); }
  .c-icon.target {
    width: 1.8rem;
    height: 1.5rem; }
    .c-icon.target::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='bg' viewBox='0 0 19.97 17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke:%23fff;stroke-miterlimit:10;fill:none%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-1'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-1'/%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-2'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-2'/%3E%3C/svg%3E"); }

.c-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-blue-dark); }

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3.2rem; } }
.c-title-2 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.71428571; }
  .c-title-2 span {
    border-radius: 0.3rem;
    padding: .275rem 1.8rem;
    line-height: 1;
    color: var(--color-white);
    background: var(--color-green);
    margin: 0 1rem; }
  .c-title-2 .thin {
    font-weight: 400; }
  .c-title-2.center {
    text-align: center; }

@media screen and (max-width: 767px) {
  .c-title-2 {
    font-size: 2.8rem;
    letter-spacing: .084remem;
    color: var(--color-blue-dark); }
    .c-title-2 span {
      padding: 0rem 1rem; } }
.u-color-white {
  color: var(--color-white); }

.u-color-black {
  color: var(--color-black); }

.u-color-gray {
  color: var(--color-gray); }

.u-color-red {
  color: var(--color-red); }

.u-color-blue {
  color: var(--color-blue2); }

.u-color-green {
  color: var(--color-green); }

.u-color-yellow {
  color: var(--color-yellow); }

.u-color-orange {
  color: var(--color-orange); }

.u-color-purple {
  color: var(--color-purple); }

.u-color-pink {
  color: var(--color-pink); }

@media screen and (min-width: 768px) {
  .u-hide-pc {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .u-show-pc {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .u-show-sp {
    display: block !important; } }
.u-show-br-sp,
.u-show-br-pc {
  display: none; }

@media screen and (max-width: 767px) {
  .u-show-br-sp {
    display: inline-block !important; } }
@media screen and (min-width: 768px) {
  .u-show-br-pc {
    display: inline-block !important; } }
/* font-family
---------------------------------------- */
/* text-align
---------------------------------------- */
.u-al-left {
  text-align: left !important; }
  .u-al-left.sp-center {
    text-align: center !important; }

@media screen and (min-width: 768px) {
  .u-al-left.sp-center {
    text-align: left !important; } }
.u-al-center {
  text-align: center !important; }
  .u-al-center.sp-left {
    text-align: left !important; }

@media screen and (min-width: 768px) {
  .u-al-center.sp-left {
    text-align: center !important; } }
.u-al-right {
  text-align: right !important; }
  .u-al-right.sp-left {
    text-align: left !important; }

@media screen and (min-width: 768px) {
  .u-al-right.sp-left {
    text-align: right !important; } }
/* letter spacing
---------------------------------------- */
@media screen and (max-width: 767px) {
  .u-ls-narrow-sp {
    letter-spacing: -0.05em; } }
/* writing-mode
---------------------------------------- */
.u-wm-rl {
  writing-mode: vertical-rl !important; }

/* font-weight
---------------------------------------- */
.u-fw-regular {
  font-weight: 400 !important; }

.u-fw-medium {
  font-weight: 500 !important; }

.u-fw-semib {
  font-weight: 600 !important; }

.u-fw-bold {
  font-weight: 700 !important; }

/* text margin
---------------------------------------- */
.u-no-margin {
  margin: 0; }

.u-link {
  color: var(--color-blue);
  text-decoration: underline; }

@media (any-hover: hover) {
  .u-link:hover {
    text-decoration: none; } }
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 100;
  background-color: var(--color-white); }
  .l-header.active, .l-header.scroll {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1); }

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 8rem; }
  @media screen and (max-width: 767px) {
    .l-header-inner {
      padding: 0 2rem; } }

.l-header-logo {
  display: block;
  height: 2rem;
  mix-blend-mode: difference; }
  .l-header-logo img {
    width: auto;
    height: 100%;
    transform: translateY(-0.3rem); }
  @media screen and (max-width: 767px) {
    .l-header-logo {
      height: 1.6rem; }
      .l-header-logo img {
        transform: translateY(-0.5rem); } }

.l-header-contents {
  display: flex; }

@media screen and (min-width: 768px) {
  .l-header-contents {
    gap: 0 3rem; } }
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none; } }
.l-header-nav ul {
  display: flex;
  gap: 0 4rem;
  height: 100%; }
.l-header-nav a {
  color: var(--color-blue-dark);
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  font-weight: 600; }

.l-header.scroll .l-header-nav a .c-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3E%3Cpath d='M11 1 6 6 1 1' style='fill:none;stroke:%23144664;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px'/%3E%3C/svg%3E"); }

@media (any-hover: hover) {
  .l-header-nav a:hover {
    opacity: 0.6; } }
.l-header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.4rem;
  height: 6rem;
  background-color: var(--color-yellow);
  color: var(--color-blue-dark);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4642857143; }

@media screen and (min-width: 768px) {
  .l-header-contact {
    gap: 0 1rem;
    width: 28rem;
    height: 8rem;
    font-size: 1.8rem;
    letter-spacing: 0; }
    .l-header-contact .c-icon {
      width: 1.5rem;
      height: 0.8rem;
      transform: translateY(0.1rem); } }
@media (any-hover: hover) {
  .l-header-contact:hover {
    opacity: 0.6; } }
.l-header-ham {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 6rem;
  background-color: var(--color-white); }

@media screen and (min-width: 768px) {
  .l-header-ham {
    display: none; } }
.l-header-ham-line {
  display: block;
  width: 3rem;
  height: 0.2rem;
  background-color: var(--color-orange2); }
  .l-header-ham-line::before, .l-header-ham-line::after {
    content: "";
    display: block;
    width: 3rem;
    height: 0.2rem;
    transition: transform 0.3s ease; }
  .l-header-ham-line::before {
    background-color: var(--color-orange);
    transform: translateY(-1rem); }
  .l-header-ham-line::after {
    background-color: var(--color-red);
    transform: translateY(0.9rem); }
  .l-header-ham-line.active {
    background-color: transparent; }
    .l-header-ham-line.active::before {
      background: linear-gradient(to left, #e94738 0%, #e49a24 100%);
      transform: translateY(0.1rem) rotate(45deg); }
    .l-header-ham-line.active::after {
      background: linear-gradient(to right, #e94738 0%, #e49a24 100%);
      transform: translateY(-0.1rem) rotate(-45deg); }

.l-header-ham-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 49.5rem;
  padding: 3.8rem 2rem;
  background-color: var(--color-white);
  border-top: 0.1rem solid var(--color-gray);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.5s ease; }
  .l-header-ham-nav.active {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1); }
  .l-header-ham-nav ul {
    display: grid;
    gap: 2rem 0;
    justify-items: center; }
  .l-header-ham-nav a {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
    margin: 0 0 0 auto;
    letter-spacing: 0.05em; }
  .l-header-ham-nav .btn-list {
    margin-top: 4rem; }
    .l-header-ham-nav .btn-list .p-btn::after {
      transform: translateY(-50%) rotate(90deg); }
    .l-header-ham-nav .btn-list .green {
      background: linear-gradient(0deg, #005f4b 0%, #007f6a 100%); }
      .l-header-ham-nav .btn-list .green::after {
        width: 1.5rem;
        height: 1.25rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='bg' viewBox='0 0 19.97 17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke:%23fff;stroke-miterlimit:10;fill:none%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-1'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-1'/%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-2'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-2'/%3E%3C/svg%3E");
        transform: translateY(-50%); }

.l-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99; }
  .l-header-overlay.active {
    opacity: 1;
    visibility: visible; }

.p-reason-text,
.p-about-text,
.p-service-text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.048rem;
  text-align: justify; }
  .p-reason-text.center,
  .p-about-text.center,
  .p-service-text.center {
    text-align: center; }

@media screen and (max-width: 767px) {
  .p-reason-text,
  .p-about-text,
  .p-service-text {
    font-size: 1.4rem;
    line-height: 1.71428571;
    letter-spacing: 0.042rem;
    text-align: justify; }
    .p-reason-text.center,
    .p-about-text.center,
    .p-service-text.center {
      text-align: justify; }
    .p-reason-text__title,
    .p-about-text__title,
    .p-service-text__title {
      flex-direction: column; } }
.p-reason {
  padding: 10rem 0;
  background-color: var(--color-green-light); }
  .p-reason-inner {
    width: 94rem;
    margin: auto; }
  .p-reason-list {
    margin-top: 4rem; }
    .p-reason-list li {
      padding: 3rem 4rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid var(--color-gray3); }
      .p-reason-list li:last-child {
        border-bottom: 1px solid var(--color-gray3); }
    .p-reason-list-text {
      width: 52rem; }
      .p-reason-list-text__title {
        color: var(--color-green);
        font-size: 2.4rem;
        letter-spacing: 0.072rem;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 2rem;
        margin-bottom: 1.5rem; }
        .p-reason-list-text__title span {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2.5rem;
          line-height: 1;
          letter-spacing: normal;
          border: 1px solid var(--color-green);
          width: 4rem;
          height: 4rem;
          border-radius: .5rem; }
    .p-reason-list-img {
      width: 30rem; }
  .p-reason-question {
    text-align: center;
    margin: 8rem 0 15rem;
    position: relative; }
    .p-reason-question-text {
      position: relative;
      display: inline-block;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: .072rem;
      text-align: center; }
      .p-reason-question-text::before, .p-reason-question-text::after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat; }
      .p-reason-question-text::before {
        width: 9.5rem;
        height: 9.9rem;
        left: -13rem;
        background-image: url(../images/question01.webp); }
      .p-reason-question-text::after {
        width: 8.8rem;
        height: 10.5rem;
        right: -12.3rem;
        background-image: url(../images/question02.webp); }
    .p-reason-question::before {
      position: absolute;
      content: "";
      width: 4rem;
      height: 3.36585366rem;
      bottom: -9rem;
      left: 50%;
      background-image: url(../images/under-arrow.webp);
      background-size: cover;
      background-repeat: no-repeat;
      transform: translateX(-50%); }
  .p-reason-answer {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .096rem;
    margin-bottom: 3rem; }
    .p-reason-answer span {
      color: var(--color-red); }
    .p-reason-answer .thin {
      font-weight: 400; }

@media screen and (max-width: 767px) {
  .p-reason {
    padding: 6rem 0; }
    .p-reason-inner {
      width: 33.5rem; }
    .p-reason-text {
      font-size: 1.4rem;
      line-height: 1.71428571;
      letter-spacing: 0.042rem; }
      .p-reason-text.center {
        text-align: left; }
      .p-reason-text__title {
        flex-direction: column; }
    .p-reason-list li {
      padding: 4rem 0;
      flex-direction: column;
      gap: 2rem; }
    .p-reason-list-text {
      width: 100%; }
      .p-reason-list-text__title {
        font-size: 1.8rem;
        gap: 1rem;
        flex-direction: column;
        margin-bottom: 2rem; }
        .p-reason-list-text__title span {
          width: 2.4rem;
          height: 2.4rem;
          font-size: 1.6rem; }
    .p-reason-list-img {
      width: 29.5rem; }
    .p-reason-question {
      margin: 5rem 0 9rem; }
      .p-reason-question-text {
        font-size: 1.8rem; }
        .p-reason-question-text::before {
          width: 6.8rem;
          height: 7.1rem;
          left: -8.8rem; }
        .p-reason-question-text::after {
          width: 6.4rem;
          height: 7.6rem;
          right: -8.4rem; }
      .p-reason-question::before {
        width: 2.4rem;
        height: 1.92rem;
        bottom: -5.7rem; }
    .p-reason-answer {
      font-size: 2.4rem;
      letter-spacing: .072rem;
      margin-bottom: 3rem; } }
.p-about {
  padding: 9.5rem 0 12rem;
  background: var(--color-green-light2); }
  .p-about-title {
    text-align: center;
    margin-bottom: 4rem; }
    .p-about-title p {
      font-size: 2.2rem;
      line-height: 1.45454545;
      letter-spacing: .066rem;
      font-weight: 600; }
      .p-about-title p span {
        font-size: 2.8rem;
        color: var(--color-red); }
    .p-about-title .c-title-2 {
      margin-top: 2rem; }
      .p-about-title .c-title-2 span {
        background: var(--color-red); }
  .p-about-img {
    width: 86rem;
    margin: 2rem auto 0; }
  .p-about-text {
    margin-top: 4rem; }
  .p-about-effect {
    width: 100%;
    background: var(--color-white);
    padding: 4rem;
    border-radius: 1rem;
    margin-top: 6rem; }
    .p-about-effect_title {
      position: relative;
      text-align: center;
      font-size: 3.2rem;
      letter-spacing: .096rem;
      font-weight: 600; }
      .p-about-effect_title::before, .p-about-effect_title::after {
        position: absolute;
        content: "";
        width: 18rem;
        height: .1rem;
        background: var(--color-black);
        top: 50%;
        transform: translateY(-50%); }
      .p-about-effect_title::before {
        left: 5rem; }
      .p-about-effect_title::after {
        right: 5rem; }
    .p-about-effect_list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 3rem; }
      .p-about-effect_list li {
        width: 14rem; }
      .p-about-effect_list-img {
        border-radius: 1rem;
        overflow: hidden; }
      .p-about-effect_list-txt {
        margin-top: 2rem;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: .054rem;
        text-align: center; }

@media screen and (max-width: 767px) {
  .p-about {
    padding: 6rem 0; }
    .p-about-title p {
      font-size: 1.8rem;
      line-height: 1.44444444;
      letter-spacing: .054rem; }
      .p-about-title p span {
        font-size: 2.2rem; }
    .p-about-title .c-title-2 {
      margin-top: 1rem; }
    .p-about-img {
      width: 100%; }
    .p-about-effect {
      padding: 3rem 2rem;
      margin-top: 4rem; }
      .p-about-effect_title {
        font-size: 1.8rem;
        line-height: 1.444444444444;
        letter-spacing: .054rem; }
        .p-about-effect_title::before, .p-about-effect_title::after {
          width: 7rem; }
        .p-about-effect_title::before {
          left: 0; }
        .p-about-effect_title::after {
          right: 0; }
      .p-about-effect_list {
        flex-wrap: wrap;
        gap: 2rem 0; }
        .p-about-effect_list li {
          width: 13.7rem; }
        .p-about-effect_list-txt {
          margin-top: 1.5rem;
          font-size: 1.4rem;
          letter-spacing: .042rem; } }
.p-service {
  background: var(--color-green2);
  padding: 10rem 0 12rem; }
  .p-service-title {
    text-align: center;
    color: var(--color-white); }
    .p-service-title p {
      font-size: 2.2rem;
      letter-spacing: .066rem;
      font-weight: 600; }
  .p-service-text {
    margin-top: 3rem;
    color: var(--color-white); }
  .p-service-list {
    width: 100%;
    margin-top: 6rem;
    display: grid;
    gap: 6rem; }
    .p-service-list-step {
      position: relative;
      width: 100%;
      background: var(--color-white);
      padding: 5rem 9rem 6rem;
      border-radius: 1.5rem;
      text-align: center; }
      .p-service-list-step::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 6rem;
        background: rgba(255, 255, 255, 0.3);
        left: 50%;
        bottom: -6rem;
        transform: translateX(-50%); }
      .p-service-list-step:last-child::before {
        display: none; }
      .p-service-list-step .step {
        display: block;
        position: relative;
        font-size: 4rem;
        font-weight: 500;
        letter-spacing: 0.12rem;
        line-height: 1;
        margin-bottom: 4rem; }
        .p-service-list-step .step::before {
          position: absolute;
          content: "";
          width: 2rem;
          height: .2rem;
          background-color: var(--color-black);
          left: 50%;
          bottom: -1.9rem;
          transform: translateX(-50%); }
      .p-service-list-step-title {
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: .14rem;
        color: var(--color-green); }
      .p-service-list-step-time {
        font-size: 1.4rem;
        letter-spacing: .042rem; }
        .p-service-list-step-time span {
          font-size: 2.2rem; }
      .p-service-list-step-text {
        margin-top: 3.5rem;
        font-size: 1.8rem;
        line-height: 1.77777777;
        letter-spacing: .054rem; }
      .p-service-list-step-list {
        display: flex;
        justify-content: space-between;
        margin-top: 4rem; }
        .p-service-list-step-list li {
          width: 26.6rem; }
        .p-service-list-step-list__title {
          font-size: 2rem;
          font-weight: 600;
          line-height: 1;
          letter-spacing: .06rem;
          color: var(--color-green);
          margin: 2rem 0; }
        .p-service-list-step-list__text {
          font-size: 1.6rem;
          line-height: 1.75;
          letter-spacing: .048rem;
          text-align: left; }

@media screen and (max-width: 767px) {
  .p-service {
    padding: 6rem 0; }
    .p-service-title p {
      font-size: 1.8rem;
      letter-spacing: .054rem;
      margin-bottom: 1rem; }
    .p-service-text {
      margin-top: 4rem; }
    .p-service-list {
      margin-top: 3rem;
      gap: 4rem; }
      .p-service-list-step {
        padding: 3rem 2rem 4rem;
        border-radius: 1rem; }
        .p-service-list-step::before {
          width: 4rem;
          height: 5rem;
          bottom: -5rem; }
        .p-service-list-step .step {
          font-size: 2.4rem;
          margin-bottom: 4rem; }
        .p-service-list-step-title {
          font-size: 2rem;
          letter-spacing: .01rem; }
        .p-service-list-step-time {
          font-size: 1.4rem;
          letter-spacing: .042rem; }
          .p-service-list-step-time span {
            font-size: 2.2rem; }
        .p-service-list-step-text {
          margin-top: 2rem;
          font-size: 1.4rem;
          letter-spacing: .042rem; }
        .p-service-list-step-list {
          flex-direction: column;
          gap: 3rem; }
          .p-service-list-step-list li {
            width: 100%; }
          .p-service-list-step-list__title {
            font-size: 1.8rem;
            letter-spacing: .06rem;
            margin: 2rem 0 1.5rem; }
          .p-service-list-step-list__text {
            font-size: 1.4rem;
            line-height: 1.71428571;
            letter-spacing: .042rem; } }
.p-contact {
  padding: 10rem 0;
  background: var(--color-gray2); }
  .p-contact-form {
    max-width: 96rem;
    padding: 2rem 0 0;
    margin-inline: auto; }
    .p-contact-form-row {
      display: grid;
      grid-template-columns: 29.14rem 1fr;
      align-items: center;
      gap: 0 4rem;
      padding: 2rem 0; }
      .p-contact-form-row label {
        display: block;
        font-size: 1.8rem;
        letter-spacing: 0.01em;
        display: flex;
        align-items: center;
        gap: 1rem; }
        .p-contact-form-row label span {
          width: fit-content;
          color: var(--color-red);
          font-size: 1.6rem;
          line-height: 1.2;
          border: 0.1rem solid var(--color-red);
          padding: 0 .3rem;
          border-radius: .3rem; }
    .p-contact-form-content {
      margin: 1rem 0 0; }
      .p-contact-form-content input {
        width: 100%;
        padding: 1.7rem 2rem;
        border: .1rem solid #dadfe0;
        border-radius: 0.5rem; }
        .p-contact-form-content input::-moz-placeholder, .p-contact-form-content input::placeholder {
          font-size: 1.8rem;
          color: var(--color-gray3); }
        .p-contact-form-content input[type=checkbox] {
          width: 2rem;
          height: 2rem;
          padding: 0;
          margin: 0;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          border-radius: 0.5rem;
          position: relative;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          background-color: #fff; }
          .p-contact-form-content input[type=checkbox]:checked {
            background-color: var(--color-blue2); }
            .p-contact-form-content input[type=checkbox]:checked::before {
              content: "";
              position: absolute;
              top: 45%;
              left: 50%;
              transform: translate(-50%, -50%) rotate(45deg);
              width: 0.6rem;
              height: 1.2rem;
              border-right: 0.2rem solid #fff;
              border-bottom: 0.2rem solid #fff; }
      .p-contact-form-content textarea {
        width: 100%;
        padding: 1.5rem 2rem;
        border: .1rem solid #dadfe0;
        border-radius: 0.5rem; }
        .p-contact-form-content textarea::-moz-placeholder, .p-contact-form-content textarea::placeholder {
          color: #989898; }
    .p-contact-form-name {
      display: flex;
      gap: 0 1rem; }
  .p-contact .mw_wp_form_complete {
    margin-top: 6rem; }

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 8rem 0; }
    .p-contact-form {
      padding: 0; }
      .p-contact-form-row {
        display: block;
        position: relative;
        margin: 1.5rem 0 0;
        padding: 1.5rem 0 1.5rem; }
      .p-contact-form-content input,
      .p-contact-form-content textarea {
        padding: 1.2rem 1rem; }
      .p-contact-form-name {
        flex-direction: column;
        gap: 1rem; } }
.p-contact-banner {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
  border-radius: 1rem;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }

@media screen and (min-width: 768px) {
  .p-contact-banner {
    width: 82.6rem;
    margin-inline: auto;
    transform: translateX(3rem);
    border-radius: 2rem; } }
@media (any-hover: hover) {
  .p-contact-banner:hover {
    opacity: 0.8; } }
.p-contact-form-request {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap; }
  .p-contact-form-request label {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    font-weight: 400;
    cursor: pointer; }
    .p-contact-form-request label .p-contact-form-request-text {
      font-size: 1.4rem; }

@media screen and (min-width: 768px) {
  .p-contact-form-request label .p-contact-form-request-text {
    font-size: 1.6rem; } }
.p-contact-form-button {
  padding: 0;
  grid-template-columns: repeat(1, 1fr); }

.p-contact-complete {
  margin: 4rem 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center; }

@media screen and (min-width: 768px) {
  .p-contact-complete {
    margin: 5rem 0 0;
    font-size: 3.2rem; } }
.p-contact-complete-text {
  margin: 2rem 0 0;
  line-height: 2;
  text-align: center; }

@media screen and (min-width: 768px) {
  .p-contact-complete-text {
    margin: 3rem 0 0;
    font-size: 1.8rem; } }
.p-contact-complete-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  margin: 3rem 0 0;
  border: 1px solid transparent;
  background-color: #BBB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 100vmax;
  font-size: 1.8rem;
  font-weight: 700;
  transition: border 0.3s ease, box-shadow 0.3s ease; }
  .p-contact-complete-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    width: 0.9rem;
    height: 1.7rem;
    background: no-repeat 50% 50%/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16.5'%3E%3Cpath d='m8.25.75-7.5 7.5 7.5 7.5' style='fill:none;stroke:%23333;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E"); }

@media screen and (min-width: 768px) {
  .p-contact-complete-button {
    width: 35.5rem;
    margin: 6rem auto 0; } }
@media (any-hover: hover) {
  .p-contact-complete-button:hover {
    border: 1px solid var(--color-black);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0); } }
@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.p-kv {
  position: relative; }
  .p-kv-step {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 104rem;
    background-color: var(--color-gray);
    border-radius: 1rem;
    padding: 3rem 7.5rem;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%); }
    .p-kv-step__title {
      display: flex;
      gap: 2rem;
      text-align: center;
      flex-direction: column; }
      .p-kv-step__title-small {
        font-size: 1.8rem; }
      .p-kv-step__title-big {
        font-size: 2.4rem;
        font-weight: 700; }
    .p-kv-step__list {
      display: flex;
      gap: 2rem; }
      .p-kv-step__list li {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: var(--color-white);
        gap: 1.5rem;
        width: 20rem;
        height: 12rem;
        border-radius: 1rem; }
        .p-kv-step__list li p {
          font-size: 1.4rem; }
          .p-kv-step__list li p span {
            font-size: 2rem;
            font-weight: 700;
            color: var(--color-green); }
        .p-kv-step__list li::before {
          position: absolute;
          content: "";
          width: 2rem;
          height: 1rem;
          background-color: var(--color-white);
          top: 50%;
          right: -2rem;
          transform: translateY(-50%); }
        .p-kv-step__list li:last-child::before {
          display: none; }
      .p-kv-step__list-step {
        font-size: 2rem !important;
        font-weight: 500 !important; }

@media screen and (min-width: 768px) {
  .p-kv {
    width: 100%;
    aspect-ratio: 1360/600;
    overflow-x: clip; } }
@media screen and (max-width: 767px) {
  .p-kv h1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }
@media screen and (max-width: 767px) {
  .p-kv-step {
    flex-direction: column;
    width: 33.5rem;
    border-radius: 1rem;
    padding: 3rem 4rem;
    bottom: 0;
    left: 50%;
    transform: translateY(calc(100% - 6rem)) translateX(-50%); }
    .p-kv-step__title {
      gap: 1.5rem; }
      .p-kv-step__title-small {
        font-size: 1.4rem; }
      .p-kv-step__title-big {
        font-size: 2.2rem; }
    .p-kv-step__list {
      flex-direction: column;
      gap: 2rem;
      margin-top: 2rem; }
      .p-kv-step__list li {
        gap: 1rem;
        width: 25.5rem;
        height: 10rem;
        border-radius: 1rem; }
        .p-kv-step__list li p {
          font-size: 1.4rem; }
          .p-kv-step__list li p span {
            font-size: 1.8rem; }
        .p-kv-step__list li::before {
          width: 1rem;
          height: 2rem;
          background-color: var(--color-white);
          top: 100%;
          right: 50%;
          transform: translateY(0%) translateX(50%); }
        .p-kv-step__list li:last-child::before {
          display: none; }
      .p-kv-step__list-step {
        font-size: 1.8rem !important; } }
.p-kv-pc {
  position: relative;
  width: 100%;
  aspect-ratio: 1360/600;
  margin-inline: auto;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .p-kv-en {
    position: absolute;
    top: 3.4rem;
    left: 0;
    width: 54.5rem;
    height: auto;
    z-index: 2; } }
@media screen and (min-width: 768px) {
  .p-kv-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    z-index: -1; } }
@media screen and (min-width: 768px) {
  .p-kv-text {
    position: absolute;
    top: 13.4rem;
    left: 12rem;
    width: 59rem;
    z-index: 2;
    z-index: 2; } }
.p-result {
  padding: 10rem 0 12rem;
  background-image: url(../images/bg_mv_ruledLine.webp);
  background-size: 2rem 2rem;
  background-position: center 0; }
  .p-result-company {
    width: 100%; }
    .p-result-company-title {
      font-size: 3.2rem;
      line-height: 1.5;
      letter-spacing: .096rem;
      text-align: center;
      margin: 2rem 0 3rem; }
    .p-result-company-name {
      font-size: 2rem;
      letter-spacing: .048rem;
      text-align: center; }
      .p-result-company-name span {
        font-size: 1.6rem; }
    .p-result-company-info {
      display: flex;
      justify-content: space-between;
      margin-top: 4rem; }
      .p-result-company-info > li {
        width: 50rem; }
    .p-result-company-service {
      display: grid;
      gap: 2rem; }
      .p-result-company-service-title {
        font-size: 2rem;
        line-height: 1;
        letter-spacing: .06rem;
        margin-bottom: 1.5rem; }
      .p-result-company-service-list {
        display: flex;
        justify-content: space-between; }
        .p-result-company-service-list > li {
          width: 15.7rem;
          height: 3.5rem;
          display: flex;
          justify-content: center;
          color: var(--color-green);
          font-size: 1.6rem;
          line-height: 3.5rem;
          border: 1px solid var(--color-green);
          border-radius: 1.75rem; }
          .p-result-company-service-list > li.no-active {
            color: var(--color-gray3);
            border: 1px solid var(--color-gray3); }
    .p-result-company-time {
      width: 100%;
      background: var(--color-gray);
      text-align: center;
      margin-top: 3rem; }
      .p-result-company-time p {
        font-size: 1.8rem;
        line-height: 5.2rem; }
    .p-result-company-read {
      font-size: 1.8rem;
      line-height: 1.777777777;
      letter-spacing: .054rem;
      margin-top: 8rem;
      text-align: justify; }
    .p-result-company-step {
      margin-top: 6rem; }
      .p-result-company-step-num {
        font-size: 3.6rem;
        letter-spacing: .072rem;
        font-size: 600;
        color: var(--color-green);
        text-align: center; }
      .p-result-company-step-title {
        font-size: 2.4rem;
        letter-spacing: .072rem;
        font-size: 600;
        color: var(--color-green);
        text-align: center;
        margin-top: 2rem; }
      .p-result-company-step-read {
        font-size: 1.6rem;
        line-height: 1.75;
        letter-spacing: .048rem;
        text-align: justify;
        margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .p-result {
    padding: 6rem 0; }
    .p-result-company-title {
      font-size: 2.2rem;
      line-height: 1.454545454;
      letter-spacing: .11rem;
      margin: 1rem 0 2rem; }
    .p-result-company-name {
      font-size: 1.6rem;
      letter-spacing: .39rem; }
      .p-result-company-name span {
        font-size: 1.3rem; }
    .p-result-company-info {
      flex-direction: column;
      gap: 3rem; }
      .p-result-company-info > li {
        width: 100%; }
    .p-result-company-service-title {
      font-size: 1.6rem;
      letter-spacing: .48rem; }
    .p-result-company-service-list > li {
      width: 10.7rem;
      height: 3.4rem;
      font-size: 1.3rem;
      line-height: 3.4rem;
      border-radius: 1.7rem; }
    .p-result-company-time {
      margin-top: 2rem; }
      .p-result-company-time p {
        font-size: 1.4rem;
        line-height: 5.4rem; }
    .p-result-company-read {
      font-size: 1.6rem;
      line-height: 1.75;
      letter-spacing: .048rem;
      margin-top: 4rem;
      text-align: justify; }
    .p-result-company-step {
      margin-top: 4rem; }
      .p-result-company-step-num {
        font-size: 2.8rem;
        letter-spacing: .054rem; }
      .p-result-company-step-title {
        font-size: 1.8rem;
        letter-spacing: .054rem;
        margin-top: 1rem; }
      .p-result-company-step-read {
        font-size: 1.4rem;
        line-height: 1.71428571;
        letter-spacing: .042rem; }
    .p-result-btn {
      width: 27.5rem;
      height: 5rem;
      margin: 4rem auto 0;
      font-size: 1.4rem;
      letter-spacing: .042rem; }
      .p-result-btn::after {
        width: 1.5rem;
        height: 1.2rem;
        right: 1.5rem; } }
.p-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37rem;
  height: 8rem;
  border: 1px solid var(--color-white);
  border-radius: 4rem;
  background: linear-gradient(0deg, #e94738 0%, #e49a24 100%);
  margin: 8rem auto 0;
  color: var(--color-white);
  font-size: 2rem;
  letter-spacing: .06rem;
  font-weight: 600;
  box-shadow: 0px 0px 5px 0px #777777;
  transition: .3s; }
  .p-btn::after {
    position: absolute;
    content: "";
    width: 2.25rem;
    height: 1.8rem;
    background-image: url(../images/arrow-white.webp);
    background-size: cover;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%); }
  .p-btn:hover {
    opacity: .8;
    transition: .3s; }

@media screen and (max-width: 767px) {
  .p-btn {
    width: 27.5rem;
    height: 5rem;
    margin: 4rem auto 0;
    font-size: 1.4rem;
    letter-spacing: .042rem; }
    .p-btn::after {
      width: 1.5rem;
      height: 1.2rem;
      right: 1.5rem; } }
.p-flow {
  padding: 10rem 0 12rem;
  background: var(--color-gray2); }
  .p-flow-step {
    position: relative;
    margin: 4.5rem auto 0;
    width: 96rem;
    height: 18.8rem;
    display: flex; }
    .p-flow-step-num {
      width: 15.4rem;
      font-size: 4.8rem;
      font-weight: 600;
      line-height: 1;
      color: var(--color-green);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 1rem 0 0 1rem; }
      .p-flow-step-num span {
        font-size: 1.8rem; }
      .p-flow-step-num.step01 {
        background: #d9ece9; }
      .p-flow-step-num.step02 {
        background: #cce5e1; }
      .p-flow-step-num.step03 {
        background: #b2d9d2; }
      .p-flow-step-num.step04 {
        background: #99ccc3; }
    .p-flow-step-info {
      background: var(--color-white);
      width: calc(96rem - 15.4rem);
      padding: 0 7rem 0 5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 0 1rem 1rem 0; }
      .p-flow-step-info-title {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: .072rem; }
      .p-flow-step-info-text {
        width: 48rem;
        font-size: 1.6rem;
        line-height: 1.75;
        letter-spacing: .048rem;
        text-align: justify; }
        .p-flow-step-info-text__btn {
          position: relative;
          margin-top: 2rem;
          display: block;
          width: 28rem;
          height: 4rem;
          font-size: 1.4rem;
          font-weight: 700;
          line-height: 4rem;
          text-align: center;
          border: 1px solid var(--color-red);
          color: var(--color-red);
          border-radius: 2rem;
          transition: .3s; }
          .p-flow-step-info-text__btn::after {
            position: absolute;
            content: "";
            width: 1.2rem;
            height: 1rem;
            background-image: url(../images/window-red.webp);
            background-size: cover;
            top: 50%;
            right: 1.5rem;
            transform: translateY(-50%); }
          .p-flow-step-info-text__btn:hover {
            opacity: .8;
            transition: .3s; }
    .p-flow-step::after {
      position: absolute;
      content: "";
      width: 4rem;
      height: 2rem;
      background-image: url(../images/green-triangle.webp);
      background-size: cover;
      bottom: -3.25rem;
      right: 50%;
      transform: translateX(50%); }
    .p-flow-step:last-child::after {
      display: none; }

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 6rem 0;
    background: var(--color-gray2); }
    .p-flow-step {
      width: 100%;
      height: auto;
      margin: 5.5rem auto 0;
      flex-direction: column; }
      .p-flow-step-num {
        width: 100%;
        font-size: 2.8rem;
        font-weight: 600;
        line-height: 5rem;
        flex-direction: row;
        border-radius: 1rem 1rem 0 0; }
        .p-flow-step-num span {
          font-size: 1.6rem; }
      .p-flow-step-info {
        width: 100%;
        padding: 3rem 2rem 4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        border-radius: 0 0 1rem 1rem; }
        .p-flow-step-info-title {
          font-size: 1.8rem;
          line-height: 1;
          letter-spacing: .054rem; }
        .p-flow-step-info-text {
          width: 100%;
          font-size: 1.4rem;
          line-height: 1.71428571;
          letter-spacing: .042rem; }
          .p-flow-step-info-text__btn {
            width: 27.5rem;
            height: 5rem;
            line-height: 5rem;
            border-radius: 2.5rem;
            margin: 2rem auto 0; }
      .p-flow-step::after {
        width: 3rem;
        height: 1.5rem;
        bottom: -3.75rem; } }
.p-question {
  padding: 10rem 0 12rem; }
  .p-question-list {
    margin: 6rem auto 0;
    width: 96rem; }
    .p-question-list-item {
      border-top: 1px solid var(--color-gray3); }
      .p-question-list-item__q {
        position: relative;
        padding: 3rem 7rem 3rem 10rem; }
        .p-question-list-item__q p {
          position: relative;
          font-size: 2rem;
          font-weight: 600;
          letter-spacing: .06rem; }
          .p-question-list-item__q p::before {
            position: absolute;
            content: "";
            width: 2.5rem;
            height: 2.11rem;
            background-image: url(../images/question.webp);
            background-size: cover;
            top: 50%;
            left: -4.5rem;
            transform: translateY(-50%); }
        .p-question-list-item__q::before {
          content: "";
          display: block;
          width: 2rem;
          height: .2rem;
          background: var(--color-green);
          position: absolute;
          right: 5rem;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .p-question-list-item__q:after {
          content: "";
          display: block;
          width: 2rem;
          height: .2rem;
          background: var(--color-green);
          position: absolute;
          right: 5rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .p-question-list-item__q.open::before {
          -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
          transition: .6s; }
      .p-question-list-item__a {
        padding: 0 7rem 3rem 10rem;
        display: none; }
        .p-question-list-item__a p {
          position: relative;
          font-size: 1.6rem;
          line-height: 1.75;
          letter-spacing: .048rem; }
          .p-question-list-item__a p::before {
            position: absolute;
            content: "";
            width: 2.4rem;
            height: 1.8rem;
            background-image: url(../images/answer.webp);
            background-size: cover;
            top: .25rem;
            left: -4.5rem; }
      .p-question-list-item:last-child {
        border-bottom: 1px solid var(--color-gray3); }

@media screen and (max-width: 767px) {
  .p-question {
    padding: 6rem 0; }
    .p-question-list {
      width: 100%; }
      .p-question-list-item__q {
        padding: 2.5rem 2.5rem 2.5rem 4rem; }
        .p-question-list-item__q p {
          font-size: 1.4rem;
          font-weight: 600;
          letter-spacing: .042rem; }
          .p-question-list-item__q p::before {
            width: 2.1rem;
            height: 1.7rem;
            left: -2.8rem; }
        .p-question-list-item__q::before {
          width: 1.6rem;
          right: .9rem; }
        .p-question-list-item__q:after {
          width: 1.6rem;
          right: .9rem; }
      .p-question-list-item__a {
        padding: 0rem 2.5rem 2.5rem 4rem; }
        .p-question-list-item__a p {
          font-size: 1.4rem;
          line-height: 1.71428571;
          letter-spacing: .042rem;
          text-align: justify; }
          .p-question-list-item__a p::before {
            width: 2rem;
            height: 1.5rem;
            left: -2.8rem; } }
.p-links {
  position: relative;
  width: 100%;
  height: 40rem;
  background-image: url(../images/links-img01.webp);
  background-size: cover; }
  .p-links-list {
    position: relative;
    display: flex;
    height: 100%;
    z-index: 1; }
    .p-links-list li {
      width: 50%;
      height: 100%; }
      .p-links-list li a {
        display: flex;
        height: 100%;
        text-align: center;
        flex-direction: column;
        justify-content: center; }
        .p-links-list li a:hover .p-links-list-btn {
          color: var(--color-black);
          background: rgba(255, 255, 255, 0.6);
          border: 1px solid rgba(255, 255, 255, 0.6);
          transition: .3s; }
          .p-links-list li a:hover .p-links-list-btn::after {
            background-image: url(../images/arrow-black.webp); }
        .p-links-list li a:hover.link-2 .p-links-list-btn::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='bg' viewBox='0 0 19.97 17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke:%23052b33;stroke-miterlimit:10;fill:none%7D.cls-2%7Bfill:none;stroke:%23052b33;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-1'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-1'/%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-2'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-2'/%3E%3C/svg%3E"); }
      .p-links-list li:last-child {
        position: relative; }
        .p-links-list li:last-child::before {
          position: absolute;
          content: "";
          width: .1rem;
          height: 100%;
          background: var(--color-white);
          top: 0;
          left: -.05rem; }
    .p-links-list-title {
      position: relative;
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: .108rem;
      color: var(--color-white); }
      .p-links-list-title::before {
        position: absolute;
        content: "";
        width: 3rem;
        height: .1rem;
        background: var(--color-white);
        bottom: -3rem;
        left: 50%;
        transform: translateX(-50%); }
    .p-links-list-text {
      margin-top: 6rem;
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: .06rem;
      color: var(--color-white); }
    .p-links-list-btn {
      position: relative;
      margin: 3rem auto 0;
      width: 37rem;
      font-weight: 700;
      line-height: 8rem;
      font-size: 2rem;
      letter-spacing: .06rem;
      color: var(--color-white);
      border: 1px solid var(--color-white);
      border-radius: 4rem;
      transition: .3s; }
      .p-links-list-btn::after {
        position: absolute;
        content: "";
        width: 2.25rem;
        height: 1.8rem;
        background-image: url(../images/arrow-white.webp);
        background-size: cover;
        top: 50%;
        right: 3rem;
        transform: translateY(-50%); }
    .p-links-list .link-2 .p-links-list-btn::after {
      width: 2rem;
      height: 1.7rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='bg' viewBox='0 0 19.97 17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke:%23fff;stroke-miterlimit:10;fill:none%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px%7D%3C/style%3E%3C/defs%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-1'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-1'/%3E%3Cpath d='M1 1h14.37v11.41H1z' class='cls-2'/%3E%3Cpath d='M18.97 4.59V16H5.39' class='cls-2'/%3E%3C/svg%3E"); }
  .p-links::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/links-img02.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0; }
  .p-links.hovered::before {
    opacity: 1; }
  .p-links::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65); }

@media screen and (max-width: 767px) {
  .p-links {
    height: auto;
    background-image: none; }
    .p-links-list {
      flex-direction: column; }
      .p-links-list li {
        position: relative;
        width: 100%;
        height: 26.2rem;
        background-image: url(../images/sp/links-img01.webp);
        background-size: cover; }
        .p-links-list li a {
          position: relative;
          display: flex;
          height: 100%;
          text-align: center;
          flex-direction: column;
          justify-content: center;
          z-index: 1; }
          .p-links-list li a:hover .p-links-list-btn {
            color: var(--color-black);
            background: rgba(255, 255, 255, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.6);
            transition: .3s; }
        .p-links-list li:last-child {
          position: relative;
          background-image: url(../images/sp/links-img02.webp); }
          .p-links-list li:last-child::before {
            position: absolute;
            content: "";
            width: .1rem;
            height: 100%;
            background: var(--color-white);
            top: 0;
            left: -.05rem; }
        .p-links-list li::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.65); }
      .p-links-list-title {
        position: relative;
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .108rem;
        color: var(--color-white); }
        .p-links-list-title::before {
          position: absolute;
          content: "";
          width: 3rem;
          height: .1rem;
          background: var(--color-white);
          bottom: -3rem;
          left: 50%;
          transform: translateX(-50%); }
      .p-links-list-text {
        margin-top: 6rem;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: .06rem;
        color: var(--color-white); }
      .p-links-list-btn {
        margin: 3rem auto 0;
        width: 27.5rem;
        line-height: 5rem;
        font-size: 1.4rem;
        letter-spacing: .06rem;
        border-radius: 2.5rem; }
        .p-links-list-btn::after {
          width: 1.5rem;
          height: 1.2rem;
          right: 1.5rem; }
      .p-links-list .link-2 .p-links-list-btn::after {
        width: 1.5rem;
        height: 1.3rem; }
    .p-links::before {
      display: none; } }
.p-worry {
  position: relative;
  padding: 16rem 0 9.5rem;
  background-image: url(../images/bg_mv_ruledLine.webp);
  background-size: 2rem 2rem;
  background-position: center 0; }
  .p-worry-img {
    margin: 6rem auto 0;
    width: 93rem; }
  .p-worry-copy {
    margin: 2rem 0 0;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color: var(--color-blue-dark);
    text-align: center; }
    .p-worry-copy span {
      color: var(--color-red); }

@media screen and (max-width: 767px) {
  .p-worry {
    padding: 49rem 0 6rem; }
    .p-worry-img {
      margin: 3rem auto 0;
      width: 34.55rem; }
    .p-worry-copy {
      margin: 3rem 0 0;
      font-size: 2.4rem; } }
.p-flowbtn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: grid;
  gap: 1rem;
  transition: transform 0.3s ease;
  z-index: 1; }
  .p-flowbtn li {
    width: 6rem;
    height: 18.2rem;
    border-radius: 2rem 0 0 2rem;
    border: 2px solid var(--color-white);
    border-right: none;
    overflow: hidden; }
    .p-flowbtn li a {
      display: block;
      height: 100%;
      text-align: center;
      color: var(--color-white);
      font-size: 2rem;
      letter-spacing: .06rem;
      line-height: 6rem;
      font-weight: 700;
      writing-mode: vertical-rl;
      text-orientation: upright; }
      .p-flowbtn li a:hover {
        opacity: .8;
        transform: .3s; }
  .p-flowbtn-org a {
    background: linear-gradient(0deg, #e94738 0%, #e49a24 100%); }
  .p-flowbtn-green a {
    background: linear-gradient(0deg, #005f4b 0%, #007f6a 100%); }
  .p-flowbtn.hide {
    transform: translateY(-50%) translateX(100%); }

@media screen and (max-width: 767px) {
  .p-flowbtn {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateY(0) translateX(50%);
    display: flex;
    gap: .5rem;
    flex-direction: row-reverse; }
    .p-flowbtn li {
      width: 18.5rem;
      height: 5rem;
      border-radius: 2rem 2rem 0 0;
      border: 2px solid var(--color-white);
      border-bottom: none; }
      .p-flowbtn li a {
        font-size: 1.6rem;
        line-height: 5rem;
        letter-spacing: .048rem;
        writing-mode: initial;
        text-orientation: initial; }
    .p-flowbtn.hide, .p-flowbtn.scrolling {
      transform: translateY(100%) translateX(50%); } }
.l-footer {
  background-color: var(--color-black); }

.l-footer-inner {
  max-width: 1300px;
  margin-inline: auto;
  padding: 5rem 2rem 7rem;
  color: var(--color-white); }

@media screen and (min-width: 768px) {
  .l-footer-inner {
    padding: 5rem 19rem 6rem; } }
.l-footer-logo {
  display: block;
  width: 20rem;
  margin-inline: auto; }

@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 26rem; } }
.l-footer-text {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  text-align: center; }

@media screen and (min-width: 768px) {
  .l-footer-text {
    margin: 3rem 0 0;
    font-size: 1.6rem; } }
.l-footer-links {
  display: grid;
  gap: 2rem 0;
  margin: 2rem 0 0; }

@media screen and (min-width: 768px) {
  .l-footer-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem; } }
.l-footer-link {
  display: block;
  padding: 2.5rem 2rem;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 1.2rem;
  transition: opacity 0.3s; }

@media screen and (min-width: 768px) {
  .l-footer-link {
    padding: 3rem; } }
@media (any-hover: hover) {
  .l-footer-link:hover {
    opacity: 0.8; } }
.l-footer-link-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
  color: #052B33; }

@media screen and (min-width: 768px) {
  .l-footer-link-title {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto; } }
.l-footer-link-text {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.013em;
  color: #052B33; }

.l-footer-link-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin: 2.5rem auto 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 18rem;
  line-height: 4rem;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 2rem; }

.l-footer-nav {
  display: grid;
  gap: 2rem 0;
  margin: 3rem 0 0; }
  .l-footer-nav a {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    font-weight: 700;
    transition: opacity 0.3s; }

@media screen and (min-width: 768px) {
  .l-footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6rem;
    margin: 6rem 0 0; } }
@media screen and (min-width: 768px) {
  .l-footer-nav a {
    font-size: 1.8rem; } }
@media (any-hover: hover) {
  .l-footer-nav a:hover {
    opacity: 0.8; } }
.l-footer-copyright {
  padding: 1rem;
  background-color: #E6EAEB;
  color: #446066;
  font-size: 1.2rem;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
