@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 3rem;
    line-height: 2.21;
    letter-spacing: 0.15em;
  }
  @media screen and (max-width: 767.98px) {
    p {
      font-size: 2.8rem;
      line-height: 2;
    }
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
html {
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: strict; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: min(0.5208333vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id] {
  scroll-margin-top: 34rem;
}
@media screen and (max-width: 767.98px) {
  div[id],
section[id] {
    scroll-margin-top: 28rem;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c-section__ttl {
  text-align: center;
  position: relative;
  margin-top: 20rem;
}
.c-section__ttl::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 10rem;
  background: url(../img/icn_loof.svg) no-repeat center/contain;
  bottom: calc(100% + 4rem);
  left: 0;
  right: 0;
  margin-inline: auto;
}
.c-section__ttl span {
  display: block;
}
.c-section__ttl .u-jp {
  font-size: 6.6rem;
  letter-spacing: 0.16em;
}
.c-section__ttl .u-en {
  font-size: 3.15rem;
  color: #e7380d;
  margin-top: 3.1rem;
  letter-spacing: 0.1em;
}

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

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

:root {
  --sppadding: 4rem;
}

.is-animate {
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.8s opacity, 0.8s transform;
}
.is-animate.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/
#l-header {
  position: fixed;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 767.98px) {
  #l-header {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #l-header {
    transition: 0.5s transform;
  }
  #l-header.is-up {
    transform: translateY(-150%);
  }
  #l-header.is-front {
    position: absolute;
  }
  #l-header.is-front .l-header__front {
    opacity: 0;
    pointer-events: none;
  }
  #l-header.is-front .l-header__inner {
    background-color: transparent;
    max-width: inherit;
  }
  #l-header.is-front .l-header__nav-item {
    position: relative;
  }
  #l-header.is-front .l-header__nav-item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: -0.5em;
    height: 1em;
    background-color: #fff;
    width: 1px;
    top: 0.1rem;
  }
  #l-header.is-front .l-header__nav-link {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  max-width: 170rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 100px;
  padding-inline: 8.8rem;
  filter: drop-shadow(0px 0px 3px rgba(82, 82, 82, 0.6));
  min-height: 12.8rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    display: block;
    background-color: transparent;
    border-radius: 0;
    padding-inline: 0;
    min-width: inherit;
    filter: drop-shadow(0 0 0);
  }
}

.l-header__logo {
  width: 25rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 15.6rem;
    margin-inline: auto;
  }
  .is-nav-open .l-header__logo {
    margin-left: 3.3rem;
  }
}
.l-header__logo a {
  display: inline-block;
}
@media (any-hover) {
  .l-header__logo a {
    transition: 0.3s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__front {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-block: 2.5rem;
  }
}

.l-header__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .l-header__back {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    background-color: #fff;
    height: 100dvh;
    overflow: auto;
    overscroll-behavior-y: contain;
    transform: translateY(-100%);
    transition: 0.5s transform;
  }
  .is-nav-open .l-header__back {
    transform: translateY(0);
  }
}

@media screen and (max-width: 767.98px) {
  .l-header__nav {
    min-height: 736px;
  }
}

.l-header__nav-list {
  display: flex;
  font-size: 2.72rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list {
    display: block;
    padding-top: 20rem;
  }
}

.l-header__nav-link {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .l-header__nav-link {
    transition: 0.3s opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-link {
    display: block;
    width: 100%;
    padding-block: 2.5rem;
  }
  .l-header__nav-link span {
    display: block;
    width: 6em;
    margin-inline: auto;
  }
}

.l-hamburger__wrapper {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger__wrapper {
    display: block;
    position: absolute;
    width: 8.5rem;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.l-hamburger {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}
.is-nav-open .l-hamburger .c-line:first-of-type {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}
.is-nav-open .l-hamburger .c-line:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .l-hamburger .c-line:last-of-type {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
.l-hamburger .c-line {
  width: 4rem;
  height: 3px;
  border-radius: 100px;
  background-color: #e7380d;
  position: absolute;
  margin-inline: auto;
  left: 0;
  right: 0;
  transition: 0.3s opacity, 0.3s transform, 0.3s top;
}
.l-hamburger .c-line:first-of-type {
  top: calc(50% - 8px);
}
.l-hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 2px);
}
.l-hamburger .c-line:last-of-type {
  top: calc(50% + 4px);
}

/* ----------------------------------------------------------------------------------------------------
*	footer
* --------------------------------------------------------------------------------------------------*/
#l-footer {
  margin-top: 25rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  #l-footer {
    margin-top: 10rem;
  }
}

.l-footer__img {
  width: 100%;
}
.l-footer__img figure {
  width: 100%;
}
.l-footer__img img {
  width: 100%;
}

.l-footer__nav {
  margin-top: 8.2rem;
}
.l-footer__nav-list {
  display: flex;
  font-size: 2.72rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}

.l-footer__nav-item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-item:not(:first-of-type):nth-of-type(5)::before, .l-footer__nav-item:not(:first-of-type):nth-of-type(8)::before {
    display: none;
  }
}
.l-footer__nav-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: -0.5em;
  height: 1em;
  background-color: #000;
  width: 1px;
  top: 0.1rem;
}

.l-footer__nav-link {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .l-footer__nav-link {
    transition: 0.3s opacity;
  }
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
}

.l-footer__logo {
  width: 40.8rem;
  margin: 19.4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    margin-top: 10rem;
  }
}

.c-copyright {
  text-align: center;
  font-size: 2.72rem;
  font-weight: 700;
  display: block;
  margin-top: 17rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 10rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	mv
* --------------------------------------------------------------------------------------------------*/
.p-mv {
  position: relative;
}
.p-mv img {
  width: 100%;
}

.p-mv__txt {
  position: absolute;
  bottom: 10.2rem;
  left: 6.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt {
    position: static;
    margin-top: -2rem;
  }
}

.p-mv__txt01 {
  width: 90.7rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: 2.2s opacity;
}
.p-mv__txt01.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt01 {
    width: 53.6rem;
    margin-inline: auto;
    filter: drop-shadow(0 0 0);
  }
}

.p-mv__txt02 {
  margin-top: 3.7rem;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64);
  letter-spacing: 0.25em;
  opacity: 0;
  transition: 2.2s 1s opacity;
}
.p-mv__txt02.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt02 {
    text-align: center;
    font-size: 1.82rem;
    text-shadow: none;
    color: #000;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	concept
* --------------------------------------------------------------------------------------------------*/
#concept {
  scroll-margin-top: 20rem;
}
@media screen and (max-width: 767.98px) {
  #concept {
    scroll-margin-top: 14rem;
  }
}

.p-concept {
  margin-top: 29.4rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-concept {
    margin-top: 7rem;
    padding-inline: var(--sppadding);
  }
}
.p-concept p + p {
  margin-top: 2.3em;
}
@media screen and (max-width: 767.98px) {
  .p-concept .c-txt {
    text-align: left;
  }
}

.p-concept__logo {
  margin-inline: auto;
  width: 38.4rem;
  margin-bottom: 14.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-concept__logo {
    width: 70%;
    margin-bottom: 4rem;
  }
}
.p-concept__logo img {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	strength
* --------------------------------------------------------------------------------------------------*/
.c-ttl {
  font-size: 3.78rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .c-ttl {
    font-size: 3.5rem;
    line-height: 2;
  }
}
.c-ttl + .c-txt {
  margin-top: 4rem;
  line-height: 2.1;
}
@media screen and (max-width: 767.98px) {
  .c-ttl + .c-txt {
    line-height: 2;
    margin-top: 2rem;
  }
}

.p-strength {
  position: relative;
  margin-top: 28rem;
  padding-bottom: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-strength {
    margin-top: 10rem;
    padding-bottom: 18rem;
  }
}
.p-strength .c-ill-txt {
  position: absolute;
  width: 47.8rem;
  bottom: 1rem;
  right: 8rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-strength .c-ill-txt {
    width: 34.8rem;
    bottom: 1rem;
    right: 3rem;
  }
}

.p-strength__container {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 13.8rem;
       column-gap: 13.8rem;
  max-width: 158rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-strength__container {
    display: block;
  }
}
.p-strength__container .p-img-wrapper {
  width: 136.8rem;
  flex-shrink: 0;
  position: relative;
}
.p-strength__container .p-img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #f47253;
  left: 1.5rem;
  top: 5rem;
  z-index: -1;
  border-radius: 0 4rem 4rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-strength__container .p-img-wrapper::after {
    left: -2.4rem;
    height: calc(100% - 3rem);
    border-radius: 0 3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-strength__container .p-img-wrapper {
    margin-top: 4rem;
    width: calc(100% + 4rem);
    padding-right: var(--sppadding);
    margin-left: -4rem;
  }
}
.p-strength__container .p-txt-wrapper {
  margin-top: 1rem;
  width: 75.9rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-strength__container .p-txt-wrapper {
    width: auto;
    padding-inline: var(--sppadding);
  }
}

/* ----------------------------------------------------------------------------------------------------
*	works
* --------------------------------------------------------------------------------------------------*/
.p-works {
  margin-top: 42rem;
}
@media screen and (max-width: 767.98px) {
  .p-works {
    margin-top: 26rem;
  }
}

.p-works__list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 27.8645833333vw 22.5vw;
  gap: 2.3rem 2.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-works__list {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 46.6666666667vw auto auto;
    gap: 1rem 1rem;
  }
}

.p-works__list {
  width: 100%;
  margin-top: 7.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-works__list {
    margin-top: 5rem;
  }
}
.p-works__list figure {
  width: 100%;
  height: 100%;
}
.p-works__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works__item:first-of-type {
  grid-row: 1;
  grid-column: 1/span 2;
}
@media screen and (max-width: 767.98px) {
  .p-works__item:first-of-type {
    grid-column: 1/span 3;
  }
}
.p-works__item:nth-of-type(2) {
  grid-row: 1;
  grid-column: 3;
}
@media screen and (max-width: 767.98px) {
  .p-works__item:nth-of-type(2) {
    grid-column: 4;
  }
}
.p-works__item:nth-of-type(3) {
  grid-row: 1;
  grid-column: 4/span 2;
}
@media screen and (max-width: 767.98px) {
  .p-works__item:nth-of-type(3) {
    grid-row: 2;
    grid-column: 1/span 2;
  }
}
.p-works__item:nth-of-type(4) {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 767.98px) {
  .p-works__item:nth-of-type(4) {
    grid-column: 3/span 2;
  }
}
.p-works__item:nth-of-type(5) {
  grid-row: 2;
  grid-column: 2/span 3;
}
@media screen and (max-width: 767.98px) {
  .p-works__item:nth-of-type(5) {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}
.p-works__item:nth-of-type(6) {
  grid-row: 2;
  grid-column: 5;
}
@media screen and (max-width: 767.98px) {
  .p-works__item:nth-of-type(6) {
    grid-row: 3;
    grid-column: 3/span 2;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-performance {
  margin-top: 34rem;
  overflow: hidden;
  padding-bottom: 14.8rem;
  position: relative;
}
.p-performance .c-ill-txt {
  position: absolute;
  display: block;
  width: 51.1rem;
  bottom: 0;
  right: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance .c-ill-txt {
    width: 39rem;
    bottom: 0;
    right: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-performance {
    margin-top: 10rem;
    padding-bottom: 15.8rem;
  }
}

.p-performance__container {
  margin-top: 14.7rem;
  display: flex;
  flex-direction: row-reverse;
  max-width: 170rem;
  margin-inline: auto;
  -moz-column-gap: 17.8rem;
       column-gap: 17.8rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-performance__container {
    display: block;
    margin-top: 5rem;
  }
}
.p-performance__container .p-img-wrapper {
  flex-shrink: 0;
  width: 121.3rem;
  position: relative;
}
.p-performance__container .p-img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2.6rem);
  background-color: #f47253;
  left: 2.5rem;
  top: 5rem;
  z-index: -1;
  border-radius: 0 4rem 4rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-performance__container .p-img-wrapper::after {
    border-radius: 0 3rem 3rem 0;
    height: calc(100% - 2.9rem);
    left: -1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-performance__container .p-img-wrapper {
    margin-top: 4rem;
    width: calc(100% - 10rem);
    padding-right: var(--sppadding);
    margin-left: 0;
  }
}
.p-performance__container .p-txt-wrapper {
  margin-top: 1rem;
  flex-shrink: 0;
  width: 83rem;
}
@media screen and (max-width: 767.98px) {
  .p-performance__container .p-txt-wrapper {
    margin-top: 0;
    width: auto;
    padding-inline: var(--sppadding);
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-service {
  margin-top: 54.8rem;
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-service {
    margin-top: 30rem;
    padding-inline: var(--sppadding);
    padding-bottom: 16rem;
  }
}
.p-service .c-ill-txt {
  display: block;
  position: absolute;
  width: 55.1rem;
  bottom: 3rem;
  right: 7.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-service .c-ill-txt {
    width: 43.1rem;
    bottom: 0;
    right: 4rem;
  }
}
.p-service .c-heading__txt {
  margin-top: 5.2rem;
}
.p-service .c-txt {
  text-align: center;
  line-height: 2.1;
}
@media screen and (max-width: 767.98px) {
  .p-service .c-txt {
    text-align: left;
    line-height: 2;
    letter-spacing: 0.13em;
  }
}

.p-service__list {
  display: flex;
  justify-content: space-between;
  max-width: 138rem;
  margin: 6rem auto 7.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-service__list {
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-top: 3rem;
    margin-bottom: 4.6rem;
  }
}

.p-service__item {
  width: 35.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-service__item {
    width: 48%;
    margin-inline: auto;
  }
}
.p-service__item figcaption {
  margin-top: 2rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  display: block;
  font-size: 4.23rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-service__item figcaption {
    font-size: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	flow
* --------------------------------------------------------------------------------------------------*/
.p-flow {
  margin-top: 51rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow {
    margin-top: 32rem;
    padding-inline: var(--sppadding);
  }
}

.p-flow__content {
  margin-top: 5.2rem;
}
.p-flow__content .c-txt {
  text-align: center;
  font-size: 3.01rem;
  line-height: 2.13;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.98px) {
  .p-flow__content .c-txt {
    line-height: 2;
    text-align: left;
    font-size: 2.8rem;
  }
}
.p-flow__content .c-txt + .c-txt {
  margin-top: 2em;
}

.c-heading__txt {
  font-size: 3.78rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.p-flow__list {
  display: flex;
  max-width: 131.7rem;
  margin: 8rem auto 9.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__list {
    display: block;
    margin-block: 5rem;
  }
}

.p-flow__item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item {
    width: auto;
  }
}
.p-flow__item .p-flow__box {
  margin-top: auto;
  padding: 6.5rem 6.5rem 8rem;
  margin-top: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .p-flow__box {
    padding: 4rem;
  }
}
.p-flow__item:not(:first-of-type) {
  margin-left: -1px;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item:not(:first-of-type) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-flow__item:not(:last-of-type) .p-flow__box {
    margin-bottom: 7rem;
  }
}
.p-flow__item:not(:last-of-type) .p-flow__box::before {
  position: absolute;
  content: "";
  width: 4.2rem;
  height: 11.8rem;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item:not(:last-of-type) .p-flow__box::before {
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 11.8rem;
    height: 4.2rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform: translateY(0);
  }
}
.p-flow__item.-item01 {
  z-index: 10;
}
.p-flow__item.-item01 .p-flow__box {
  background-color: #f9ac98;
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item.-item01 .p-flow__box {
    border-radius: 3rem;
  }
}
.p-flow__item.-item01 .p-flow__box::before {
  background-color: #f9ac98;
}
.p-flow__item.-item02 {
  z-index: 5;
}
.p-flow__item.-item02 .p-flow__box {
  background-color: #f78f75;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item.-item02 .p-flow__box {
    border-radius: 3rem;
  }
}
.p-flow__item.-item02 .p-flow__box::before {
  background-color: #f78f75;
}
.p-flow__item.-item03 .p-flow__box {
  background-color: #f47253;
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item.-item03 .p-flow__box {
    border-radius: 3rem;
  }
}

.p-flow__num {
  height: 4.1rem;
  margin-inline: auto;
}
.p-flow__num img {
  width: auto;
  height: 100%;
}

.p-flow__ttl {
  color: #fff;
  font-size: 2.9rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-flow__ttl {
    font-size: 4.2rem;
  }
}

.p-flow__body {
  margin-top: 4.1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-block: 2rem;
}
.p-flow__body p {
  font-size: 2.33rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .p-flow__body p {
    font-size: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	message
* --------------------------------------------------------------------------------------------------*/
.p-message {
  margin-top: 51.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-message {
    margin-top: 32rem;
    padding-inline: var(--sppadding);
  }
}

.p-message__block {
  max-width: 142rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 14.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__block {
    display: block;
    margin-top: 5rem;
  }
}
.p-message__block .c-txt {
  line-height: 2.15;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .c-txt {
    font-size: 2.8rem;
  }
}
.p-message__block .c-txt .u-ls {
  letter-spacing: 0.12em;
}
.p-message__block .p-img-wrapper {
  width: 57.5rem;
  flex-shrink: 0;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .p-img-wrapper {
    width: 80%;
    margin: 4rem auto 0;
  }
}
.p-message__block .p-img-wrapper figcaption {
  margin-top: 2.3rem;
  display: block;
  font-size: 3.78rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.p-message__block .p-txt-wrapper {
  margin-top: 2rem;
  max-width: 72.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .p-txt-wrapper {
    margin-top: 0;
  }
}
.p-message__block + .p-message__block {
  margin-top: 24rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__block + .p-message__block {
    margin-top: 11rem;
  }
}

.p-message__ttl {
  font-size: 3.78rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.16em;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__ttl {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-top-contact {
  text-align: center;
  margin-top: 42.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-contact {
    margin-top: 32rem;
    padding-inline: var(--sppadding);
  }
}
.p-top-contact .p-btn-wrapper {
  max-width: 70.2rem;
  margin: 4.9rem auto 0;
}

.p-top-contact__content {
  margin-top: 10.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-contact__content {
    margin-top: 5rem;
  }
}

.p-contact-txt {
  font-size: 2.1rem;
  font-weight: 100;
}
@media screen and (max-width: 767.98px) {
  .p-contact-txt {
    font-size: 3.5rem;
    line-height: 1.8;
  }
}

.p-tel {
  display: flex;
  align-items: center;
  font-size: 9.5rem;
  justify-content: center;
  letter-spacing: 0.12em;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-tel {
    font-size: 7.5rem;
    margin-top: 2rem;
  }
}
.p-tel i {
  width: 3.6rem;
  height: 6.5rem;
  margin-top: 1.7rem;
}
.p-tel i img {
  width: 100%;
  height: 100%;
}
.p-tel a {
  text-decoration: none;
  color: currentColor;
}

.c-hour {
  margin-top: 3.8rem;
  letter-spacing: 0.2em;
  font-size: 2.69rem;
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-company {
  margin-top: 63rem;
}
@media screen and (max-width: 767.98px) {
  .p-company {
    margin-top: 32rem;
    padding-inline: var(--sppadding);
  }
}

.p-company__info {
  font-size: 4rem;
  max-width: 117.6rem;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 9.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-company__info {
    margin-top: 0;
    font-size: 3.3rem;
  }
}
.p-company__info dl {
  display: flex;
  padding-block: 4.8rem 2.6rem;
  border-bottom: 1px solid #e7380d;
}
@media screen and (max-width: 767.98px) {
  .p-company__info dl {
    display: block;
  }
}
.p-company__info dt {
  width: 35rem;
  flex-shrink: 0;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-company__info dt {
    width: auto;
  }
}
.p-company__info dd {
  letter-spacing: 0.15em;
}

.c-btn {
  display: grid;
  font-size: 3rem;
  color: #fff;
  min-height: 10.4rem;
  border-radius: 100px;
  background-color: #e7380d;
  place-content: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.24em;
}
@media (any-hover) {
  .c-btn {
    transition: 0.3s opacity;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.l-content__inner {
  max-width: 133rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .l-content__inner {
    padding-inline: var(--sppadding);
  }
}

.l-content__heading {
  padding-top: 35.4rem;
}
@media screen and (max-width: 767.98px) {
  .l-content__heading {
    padding-top: 15rem;
  }
}
.l-content__heading .c-heading__txt {
  font-weight: normal;
  text-align: left;
  font-size: 2.98rem;
}

.l-content__ttl {
  position: relative;
  padding-bottom: 3.4rem;
}
.l-content__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.2rem;
  height: 5px;
  background-color: #e7380d;
}
.l-content__ttl + .c-heading__txt {
  letter-spacing: -0.01em;
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .l-content__ttl + .c-heading__txt {
    margin-top: 4rem;
  }
}
.l-content__ttl span {
  display: block;
  font-weight: 700;
}
.l-content__ttl .u-en {
  color: #e7380d;
  font-size: 4.6rem;
  letter-spacing: 0.15em;
}
.l-content__ttl .u-jp {
  font-size: 3.3rem;
  margin-top: 3.7rem;
  letter-spacing: 0.17em;
}

.p-privacypolicy__ttl {
  font-size: 3.36rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-privacypolicy__ttl {
    padding-left: 1.9em;
    text-indent: -1.9em;
    letter-spacing: 0.1em;
  }
}
.p-privacypolicy__ttl + .c-txt {
  margin-top: 3.2rem;
}

.p-privacypolicy__list {
  margin-top: 10.7rem;
  margin-bottom: 33.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-privacypolicy__list {
    margin-top: 10rem;
    margin-bottom: 0;
  }
}
.p-privacypolicy__list .c-txt {
  line-height: 2.1;
  letter-spacing: 0;
}

.p-privacypolicy__item + .p-privacypolicy__item {
  margin-top: 13.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-privacypolicy__item + .p-privacypolicy__item {
    margin-top: 10rem;
  }
}

.p-list,
.p-num-list {
  font-size: 2.98rem;
  line-height: 2.1;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-list,
.p-num-list {
    line-height: 2;
  }
}

.p-list {
  margin-left: -0.9rem;
}

.p-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-num-item {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.c-txt + .p-num-list {
  margin-top: 5.9rem;
}
@media screen and (max-width: 767.98px) {
  .c-txt + .p-num-list {
    margin-top: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	contact
* --------------------------------------------------------------------------------------------------*/
.p-contact {
  padding-top: 38rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    padding-top: 15rem;
  }
}

.p-contact__ttl {
  text-align: center;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.p-form {
  max-width: 107rem;
  margin-inline: auto;
  padding-inline: var(--sppadding);
  box-sizing: content-box;
  margin-top: 14.5rem;
  /* inputの位置と枠　*/
  /*　チェックマーク　*/
}
@media screen and (max-width: 767.98px) {
  .p-form {
    margin-top: 8.5rem;
  }
}
.p-form input,
.p-form button,
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.p-form textarea {
  resize: vertical;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  visibility: hidden;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  /* IE11だとクリックでページがうごくからIE11のみ position: static;*/
}
.p-form input[type=submit],
.p-form input[type=button],
.p-form label,
.p-form button,
.p-form select {
  cursor: pointer;
}
.p-form select::-ms-expand {
  display: none;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0); /* 古いブラウザ対応 */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /* モダンブラウザ用 */
  overflow: hidden;
  white-space: nowrap;
}
.p-form input + span {
  display: inline-block;
  position: relative;
  padding-left: 6.8rem;
  cursor: pointer;
}
.p-form input + span:before {
  display: block;
  position: absolute;
  box-shadow: 1px 1px 7px -1px #5f5f5f;
  content: "";
}
.p-form input[type=checkbox] + span:before {
  top: 50%;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  transform: translateY(-50%);
}
.p-form input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 1.3rem;
  width: 1rem;
  height: 2.1rem;
  transform: rotate(45deg);
  border-right: 0.5rem solid #f47253;
  border-bottom: 0.5rem solid #f47253;
  content: "";
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  line-height: normal;
  font-size: 2.99rem;
  width: 100%;
  box-shadow: 1px 1px 7px -1px #5f5f5f;
  border-radius: 2rem;
  padding: 2.6rem 2rem;
}
.p-form textarea {
  min-height: 37.4rem;
  line-height: 1.6;
  border-radius: 3rem;
}
.p-form .c-txt {
  font-size: 2.59rem;
  letter-spacing: 0;
  line-height: 2;
}
.p-form .c-txt a {
  position: relative;
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .p-form .c-txt a {
    transition: 0.3s opacity;
  }
  .p-form .c-txt a:hover {
    opacity: 0.7;
  }
}
.p-form .c-txt a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -0.1em;
  left: 0;
}
.p-form .c-txt + .c-txt {
  margin-top: 1.8em;
}
.p-form .c-btn-white {
  font-size: 2.59rem;
  display: grid;
  place-content: center;
  width: 36.3rem;
  height: 7.8rem;
  border-radius: 3rem;
  border: 3px solid #e7380d;
  font-weight: 700;
  letter-spacing: 0.2em;
  box-shadow: 1px 1px 7px -1px #5f5f5f;
  color: #000;
}
@media (any-hover) {
  .p-form .c-btn-white {
    transition: 0.3s opacity;
  }
  .p-form .c-btn-white:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form .c-btn-white {
    width: 41.3rem;
    height: 10.8rem;
  }
}
.p-form .c-btn-orange {
  font-size: 2.59rem;
  display: grid;
  place-content: center;
  width: 36.3rem;
  height: 7.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  box-shadow: 1px 1px 7px -1px #5f5f5f;
  background-color: #f47253;
  color: #fff;
  border-radius: 3rem;
}
@media (any-hover) {
  .p-form .c-btn-orange {
    transition: 0.3s opacity;
  }
  .p-form .c-btn-orange:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form .c-btn-orange {
    width: 41.3rem;
    height: 10.8rem;
  }
}
.p-form .p-btn-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 11rem auto 0;
}
.p-form .p-btn-wrapper.-unit {
  position: relative;
  display: flex;
  -moz-column-gap: 5.8rem;
       column-gap: 5.8rem;
  flex-direction: row-reverse;
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-form .p-btn-wrapper.-unit {
    margin-top: 6rem;
    flex-direction: column;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form .p-btn-wrapper {
    margin-top: 4rem;
  }
}

.p-field + .p-field {
  margin-top: 5.9rem;
}

.p-label {
  cursor: text !important;
  font-size: 2.99rem;
}

.p-content-container {
  margin-top: 2rem;
}

.p-agree {
  margin-top: 12rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-agree {
    margin-top: 8rem;
  }
}

.c-agree__label,
.wpcf7-list-item-label {
  font-size: 2.99rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.8em;
  padding-left: 0 !important;
  margin-top: 0.5em;
}

.wpcf7-response-output {
  border-color: #e7380d !important;
  max-width: 80rem;
  margin-inline: auto !important;
  font-size: 1.5em;
  padding: 0.5em !important;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .wpcf7-response-output {
    margin: 0 2rem !important;
  }
}

.wpcf7-spinner {
  padding-left: 0 !important;
  display: block !important;
  margin: 2em auto 0 !important;
}

/* ----------------------------------------------------------------------------------------------------
*	確認画面
* --------------------------------------------------------------------------------------------------*/
.p-confirm .wpcf7-spinner {
  margin-top: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .wpcf7-spinner {
    position: absolute !important;
    bottom: -7rem;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-confirm {
    padding-top: 8rem;
    padding-inline: var(--sppadding);
  }
}
.p-confirm .p-contact__ttl {
  font-size: 4.49rem;
  position: relative;
  margin-top: 20rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .p-contact__ttl {
    font-size: 4rem;
  }
}
.p-confirm .p-contact__ttl::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 10rem;
  background: url(../img/icn_loof.svg) no-repeat center/contain;
  bottom: calc(100% + 12rem);
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .p-contact__ttl::before {
    bottom: calc(100% + 5rem);
  }
}
.p-confirm .c-heading__txt {
  font-weight: normal;
  font-size: 3.2rem;
  margin-top: 5.9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .c-heading__txt {
    margin-top: 4rem;
    font-size: 3rem;
  }
}
.p-confirm .p-form {
  max-width: 113rem;
}
.p-confirm .p-field {
  display: flex;
}
.p-confirm .p-field.-message {
  display: block;
  margin-top: 9rem !important;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .p-field.-message {
    margin-top: 5rem !important;
  }
}
.p-confirm .p-field.-message .p-content-container {
  margin-top: 4rem;
  width: 100%;
  background-color: #f9f9f9;
  padding: 4rem;
  min-height: 64.4rem;
}
.p-confirm .p-label-container {
  margin-top: 0.6rem;
  width: 34.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .p-label-container {
    width: 28rem;
  }
}
.p-confirm .p-label {
  font-size: 3.28rem;
}
.p-confirm .p-label span {
  display: none;
}
.p-confirm .p-content-container {
  margin-top: 0;
}
.p-confirm .p-content-container p {
  line-height: 1.5;
  font-size: 3.22rem;
  letter-spacing: 0;
}
.p-confirm .p-field + .p-field {
  margin-top: 4.1rem;
}
.p-confirm .p-agree,
.p-confirm .p-txt-wrapper {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .p-thanks {
    padding-top: 8rem;
    padding-inline: var(--sppadding);
  }
}
.p-thanks .p-contact__ttl {
  font-size: 4.49rem;
  position: relative;
  margin-top: 20rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-thanks .p-contact__ttl {
    font-size: 4rem;
  }
}
.p-thanks .p-contact__ttl::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 10rem;
  background: url(../img/icn_loof.svg) no-repeat center/contain;
  bottom: calc(100% + 12rem);
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-thanks .p-contact__ttl::before {
    bottom: calc(100% + 5rem);
  }
}
.p-thanks .c-heading__txt {
  font-weight: normal;
  font-size: 3.2rem;
  margin-top: 5.9rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-thanks .c-heading__txt {
    margin-top: 4rem;
    font-size: 3rem;
  }
}
.p-thanks .c-txt {
  font-size: 2.59rem;
  text-align: center;
  margin-top: 11.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-thanks .c-txt {
    margin-top: 5rem;
  }
}
.p-thanks .p-btn-wrapper {
  width: 30rem;
  margin: 8rem auto 0;
}
/*# sourceMappingURL=style.css.map */