@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*オレンジ*/
/*赤*/
/*青*/
/*緑*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

a {
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: #1B1B1B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  line-height: 1.5;
  color: #1B1B1B;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0em;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

/* body.Android{
  font-family: $android-font-family;
} */
/* _:-ms-lang(x)::-ms-backdrop, body {
  font-family: $android-font-family;
} */
/* _:-ms-lang(x)::backdrop, body {
  font-family: $android-font-family;
} */
.font-ms {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

a {
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #F7F7F7;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l__wrapper {
    background: #F9F9F9;
    border: none;
  }
}
.l__footer {
  margin-top: auto;
  height: 100%;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.1rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.2rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 0.9rem;
}

/* base > paragraph
============================================================================================================ */
/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.l-main {
  width: 100%;
  margin-top: 96px;
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 17.0666666667vw;
  }
}
/* layout > header
============================================================================== */
.l-header {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header {
    height: 17.0666666667vw;
  }
}

.l-header__inner {
  background: white;
  height: 100%;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 2.1333333333vw 6.4vw;
  }
}
@media (max-width: 767px) {
  .l-header__inner .c-btn {
    font-size: 7px;
    font-size: 3.7333333333vw;
    width: 34.1333333333vw;
    padding: 2.1333333333vw;
  }
}

.l-header__logo {
  aspect-ratio: 1;
  width: 68px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 12.8vw;
  }
}
.l-header__logo .visually-hidden {
  height: 0;
  visibility: hidden;
}

.l-header__logo-link {
  width: 100%;
  display: block;
}
.l-header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*  layout > footer
============================================================================================================ */
.l-footer {
  color: white;
  background: #090909;
  padding: 80px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 0 8.5333333333vw;
  }
}

.l-footer__inner {
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .l-footer__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .l-footer__logo {
    aspect-ratio: 1;
    width: 14.9333333333vw;
    display: block;
    margin: 0 auto 8.5333333333vw;
  }
}

.l-footer__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid white 1px;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .l-footer__info {
    row-gap: 2.6666666667vw;
    padding-bottom: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}

.l-footer__info-ttl {
  color: #EBFE5B;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
@media (max-width: 767px) {
  .l-footer__info-ttl {
    font-size: 10px;
    font-size: 5.3333333333vw;
  }
}

.l-footer__info-addr {
  font-size: 16px;
  font-style: normal;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .l-footer__info-addr {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}

.l-footer__info-contact {
  font-size: 16px;
  font-style: normal;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .l-footer__info-contact {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.l-footer__info-contact a {
  text-decoration: underline;
}

.l-footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 6px;
    font-size: 3.2vw;
    width: 100%;
    display: block;
  }
}

/*  layout > page-top
============================================================================================================ */
.common__page_top {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .common__page_top {
    bottom: 21.3333333333vw;
    right: auto;
    left: 20px;
  }
}
.common__page_top--wrap {
  position: relative;
  width: 74px;
  height: 70px;
}
@media (max-width: 767px) {
  .common__page_top--wrap {
    width: 25.3333333333vw;
    height: 24.2666666667vw;
  }
}

.fixed__btn {
  transform: translateX(180%);
  transition: 1s;
}
.fixed__btn.view {
  transform: translateX(0);
  transition: 1s;
}
@media (max-width: 767px) {
  .fixed__btn {
    transform: translateX(-180%);
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/*  layout > top
============================================================================================================ */
.page-contact__inner {
  max-width: 680px;
  width: 100%;
  padding: 120px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  row-gap: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .page-contact__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 25.6vw 0;
    margin: 0 auto;
    row-gap: 10.6666666667vw;
  }
}

.page-contact__heading {
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  transform: translateX(-0.05em);
}
@media (max-width: 767px) {
  .page-contact__heading {
    font-size: 16px;
    font-size: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}

.page-contact__txt {
  text-align: center;
}
@media (max-width: 767px) {
  .page-contact__txt {
    text-align: left;
  }
}

/*  layout > top
============================================================================================================ */
/* project
============================================================================ */
/*  layout > project > top > illustration-movie
============================================================================================================ */
.p-tp-im__panel {
  background-image: url(./img/top/illustration-movie/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-tp-im__panel {
    padding: 5.2083333333vw 5.5555555556vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-im__panel {
    padding: 7.32421875vw 7.8125vw 17.578125vw;
  }
}
@media (max-width: 767px) {
  .p-tp-im__panel {
    padding: 17.0666666667vw 6.4vw 76vw;
  }
}
.p-tp-im__panel:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-tp-im__panel-lead {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-tp-im__panel-lead .c-btn {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.3;
    width: 53.3333333333vw;
    padding: 4.2666666667vw 0;
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
}

.p-tp-im__panel-lead-ttl {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 56px;
}
@media screen and (max-width: 1440px) {
  .p-tp-im__panel-lead-ttl {
    font-size: 32px;
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-im__panel-lead-ttl {
    font-size: 32px;
    font-size: 6.25vw;
  }
}
@media (max-width: 767px) {
  .p-tp-im__panel-lead-ttl {
    font-size: 20px;
    font-size: 10.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}

.p-tp-im__panel-lead-ttl-middle {
  background: linear-gradient(180deg, #8E2DE2 0%, #4A00E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
}
@media (max-width: 767px) {
  .p-tp-im__panel-lead-ttl-middle {
    margin: 1.0666666667vw 0;
  }
}
.p-tp-im__panel-lead-ttl-middle strong {
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-tp-im__panel-lead-ttl-middle strong {
    font-size: 28px;
    font-size: 14.9333333333vw;
    margin-bottom: -1.3333333333vw;
    display: block;
  }
}

.p-tp-im__panel-img {
  width: 492px;
  position: absolute;
  right: 71px;
  bottom: 0px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-tp-im__panel-img {
    width: 34.1666666667vw;
    right: 4.9305555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-im__panel-img {
    width: 74.1333333333vw;
    right: 0;
    bottom: -7.2vw;
  }
}

.p-tp-img__heading {
  padding: 15px 0;
  position: relative;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .p-tp-img__heading {
    padding: 4vw 0;
    border-top-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}

.p-tp-img__heading-marquee {
  white-space: nowrap;
}

.p-tp-img__heading-track {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  will-change: transform;
}
@media (max-width: 767px) {
  .p-tp-img__heading-track {
    font-size: 20px;
    font-size: 10.6666666667vw;
    gap: 6.4vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-tp-img__heading-track {
    transform: none !important;
  }
}
/*  layout > project > top > concern
============================================================================================================ */
.p-tp-concern {
  color: white;
  background: #3F2FEE;
  padding: 121px 0 120px;
  margin-top: 79px;
  border-radius: 80px;
}
@media (max-width: 767px) {
  .p-tp-concern {
    padding: 26.6666666667vw 0;
    margin: 17.0666666667vw 2.6666666667vw 0;
    border-radius: 10.6666666667vw;
  }
}

.p-tp-concern__inner {
  padding: 0 80px;
}
@media screen and (max-width: 1440px) {
  .p-tp-concern__inner {
    padding: 0 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-concern__inner {
    padding: 0 5.3333333333vw;
  }
}

.p-tp-concern__issue {
  padding-top: 63px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-tp-concern__issue {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .p-tp-concern__issue {
    padding-top: 10.4vw;
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}

.p-tp-concern__issue-item {
  color: #1B1B1B;
  background: white;
  padding: 24px 40px;
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-columns: 143px minmax(0, 1fr);
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-tp-concern__issue-item {
    grid-template-columns: 1fr;
    padding: 6.4vw;
    border-radius: 4.2666666667vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.0666666667vw;
  }
}

.p-tp-concern__issue-item-img {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-concern__issue-item-img {
    width: 17.0666666667vw;
    border-radius: 1.0666666667vw;
  }
}

.p-tp-concern__issue-item-cont-label {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  background: #EBFE5B;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-tp-concern__issue-item-cont-label {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 1.7333333333vw 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}

.p-tp-concern__issue-item-cont-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .p-tp-concern__issue-item-cont-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.p-tp-concern__issue-item-cont-txt-small {
  font-size: 20px;
  line-height: 1.3;
  display: block;
}
@media (max-width: 767px) {
  .p-tp-concern__issue-item-cont-txt-small {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}

.p-tp-concern__problem {
  max-width: 892px;
  width: 100%;
  padding: 0 24px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-concern__problem {
    max-width: 78.6666666667vw;
    padding: 0;
    margin-top: 6.4vw;
  }
}
.p-tp-concern__problem:before {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg width='32' height='72' viewBox='0 0 32 72' xmlns='http://www.w3.org/2000/svg'><path d='M16 32L2.14359 8H29.8564L16 32Z' fill='%23EBFE5B'/><path d='M16 72L5.6077 54H26.3923L16 72Z' fill='%23EBFE5B'/></svg>") center/100% 100% no-repeat;
  width: 32px;
  height: 72px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .p-tp-concern__problem:before {
    width: 8.5333333333vw;
    height: 19.2vw;
  }
}

.p-tp-concern__problem-ttl {
  color: #EBFE5B;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-tp-concern__problem-ttl {
    font-size: 12px;
    font-size: 6.4vw;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}

.p-tp-concern__problem-embed {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-tp-concern__problem-embed {
    margin-bottom: 4.2666666667vw;
  }
}
.p-tp-concern__problem-embed iframe, .p-tp-concern__problem-embed video {
  width: 100%;
  height: 100%;
}

.p-tp-concern__problem-txt {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-concern__problem-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}

/*  layout > project > top > case
============================================================================================================ */
.p-tp-case {
  padding: 122px 0 120px;
}
@media (max-width: 767px) {
  .p-tp-case {
    padding: 28vw 0 10.6666666667vw;
  }
}

.p-tp-case__inner {
  padding: 0 80px;
}
@media screen and (max-width: 1440px) {
  .p-tp-case__inner {
    padding: 0 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-case__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.p-tp-case__list {
  padding-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-tp-case__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .p-tp-case__list {
    padding-top: 10.1333333333vw;
    gap: 7.4666666667vw;
  }
}

.p-tp-case__list-item {
  color: white;
  background: #1B1B1B;
  padding: 48px 36.5px;
  border-radius: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-tp-case__list-item {
    padding: 8.5333333333vw 6.4vw;
    border-radius: 4.2666666667vw;
  }
}

.p-tp-case__list-item-cont {
  padding-right: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-tp-case__list-item-cont {
    padding-right: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}

.p-tp-case__list-item-cont-label {
  color: #1B1B1B;
  background: #EBFE5B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  padding: 3px 16px;
  margin-bottom: 13px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .p-tp-case__list-item-cont-label {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 1.4666666667vw 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    border-radius: 10.6666666667vw;
  }
}

.p-tp-case__list-item-cont-ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .p-tp-case__list-item-cont-ttl {
    font-size: 14px;
    font-size: 7.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}

.p-tp-case__list-item-cont-txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-tp-case__list-item-cont-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.p-tp-case__list-item-movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-tp-case__list-item-movie video, .p-tp-case__list-item-movie iframe {
  width: 100%;
  height: 100%;
}

/*  layout > project > top > strength
============================================================================================================ */
.p-tp-strength {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-strength {
    padding: 21.3333333333vw 0;
  }
}

.p-tp-strength__inner {
  padding: 0 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__inner {
    padding: 0 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.p-tp-strength__features {
  padding-top: 64px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  row-gap: 200px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-tp-strength__features {
    row-gap: 120px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__features {
    padding-top: 10.6666666667vw;
    row-gap: 21.3333333333vw;
  }
}

.p-tp-strength__feature {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: 517px calc(100% - 626px);
  align-items: center;
  -moz-column-gap: 109px;
       column-gap: 109px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__feature {
    grid-template-columns: 35.9027777778vw calc(100% - 43.4722222222vw);
    -moz-column-gap: 7.5694444444vw;
         column-gap: 7.5694444444vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__feature {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__feature {
    row-gap: 6.4vw;
  }
}
.p-tp-strength__feature--reverse {
  justify-content: flex-start;
  grid-template-columns: calc(100% - 626px) 517px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__feature--reverse {
    grid-template-columns: calc(100% - 43.4722222222vw) 35.9027777778vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__feature--reverse {
    grid-template-columns: 1fr;
  }
}
.p-tp-strength__feature--reverse .p-tp-strength__feature-cont {
  order: 2;
}
.p-tp-strength__feature--reverse .p-tp-strength__feature-img {
  order: 1;
}
.p-tp-strength__feature--reverse .p-tp-strength__feature-img-item {
  border-radius: 0px 24px 24px 0px;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .p-tp-strength__feature--reverse .p-tp-strength__feature-img-item {
    border-radius: 0px 6.4vw 6.4vw 0px;
  }
}

.p-tp-strength__feature-cont-ttl {
  color: #8639CE;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .p-tp-strength__feature-cont-ttl {
    font-size: 14px;
    font-size: 7.4666666667vw;
    margin-bottom: 1.6vw;
  }
}

.p-tp-strength__feature-cont-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-strength__feature-cont-txt {
    font-size: 9px;
    font-size: 4.8vw;
  }
}

.p-tp-strength__feature-img {
  width: 100%;
  aspect-ratio: 654/489;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-strength__feature-img {
    aspect-ratio: 327/234;
  }
}

.p-tp-strength__feature-img-item {
  width: calc(100% + 80px);
  height: 100%;
  border-radius: 24px 0px 0px 24px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-strength__feature-img-item {
    width: calc(100% + 6.6666666667vw);
    border-radius: 6.4vw 0px 0px 6.4vw;
  }
}
.p-tp-strength__feature-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tp-strength__stats {
  padding-top: 200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .p-tp-strength__stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stats {
    padding-top: 21.3333333333vw;
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}

.p-tp-strength__stat {
  color: white;
  background: #FF531A;
  padding: 60px 36.5px 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat {
    padding: 4.1666666667vw 2.5347222222vw 3.8888888889vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat {
    padding: 64px 36.5px 52px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat {
    padding: 11.2vw 6.4vw 8.5333333333vw;
    border-radius: 7.4666666667vw;
  }
}
.p-tp-strength__stat:has(.p-tp-strength__stat-ttl) {
  padding: 71px 36.5px 45px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat:has(.p-tp-strength__stat-ttl) {
    padding: 4.9305555556vw 2.5347222222vw 3.125vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat:has(.p-tp-strength__stat-ttl) {
    padding: 71px 36.5px 45px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat:has(.p-tp-strength__stat-ttl) {
    padding: 8.8vw 6.4vw 8.5333333333vw;
  }
}
.p-tp-strength__stat:first-of-type .p-tp-strength__stat-unit {
  padding-bottom: 4px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat:first-of-type .p-tp-strength__stat-unit {
    padding-bottom: 0.2777777778vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat:first-of-type .p-tp-strength__stat-unit {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat:first-of-type .p-tp-strength__stat-unit {
    padding-bottom: 1.6vw;
  }
}
.p-tp-strength__stat:nth-of-type(2) {
  padding: 64px 36.5px 52px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat:nth-of-type(2) {
    padding: 4.4444444444vw 2.5347222222vw 3.6111111111vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat:nth-of-type(2) {
    padding: 64px 36.5px 52px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat:nth-of-type(2) {
    padding: 11.2vw 6.4vw 8.5333333333vw;
  }
}
.p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-head {
  padding-bottom: 14px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-head {
    padding-bottom: 0.9722222222vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-head {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-head {
    padding-bottom: 3.4666666667vw;
  }
}
.p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-metric {
  align-items: flex-start;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-metric {
    row-gap: 1.1111111111vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-metric {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat:nth-of-type(2) .p-tp-strength__stat-metric {
    row-gap: 3.2vw;
  }
}

.p-tp-strength__stat-num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 46px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
  flex-direction: row;
  border-bottom: solid 1px white;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-num {
    font-size: 16px;
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-num {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-num {
    font-size: 12px;
    font-size: 6.4vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
    align-items: flex-start;
    flex-direction: column;
    border-bottom-width: 0.2666666667vw;
  }
}

.p-tp-strength__stat-head {
  font-weight: 700;
  padding-bottom: 22px;
  margin-bottom: 16px;
  border-bottom: solid 1px white;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-head {
    padding-bottom: 1.5277777778vw;
    padding-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-head {
    padding-bottom: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-head {
    padding-bottom: 3.4666666667vw;
    margin-bottom: 4.5333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}

.p-tp-strength__stat-val {
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-val {
    font-size: 40px;
    font-size: 5.5555555556vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-val {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-val {
    font-size: 32px;
    font-size: 17.0666666667vw;
    line-height: 1;
  }
}

.p-tp-strength__stat-val-plus {
  font-size: 64px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-val-plus {
    font-size: 27px;
    font-size: 3.75vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-val-plus {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-val-plus {
    font-size: 28px;
    font-size: 14.9333333333vw;
  }
}

.p-tp-strength__stat-prefix {
  font-size: 32px;
  line-height: 1.2;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-prefix {
    font-size: 16px;
    font-size: 2.2222222222vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-prefix {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-prefix {
    font-size: 12px;
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}

.p-tp-strength__stat-metric {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
  flex-direction: row;
}

.p-tp-strength__stat-unit {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-unit {
    font-size: 16px;
    font-size: 2.2222222222vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-unit {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-unit {
    font-size: 12px;
    font-size: 6.4vw;
  }
}

.p-tp-strength__stat-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 38px;
  margin-bottom: 16px;
  border-bottom: solid 1px white;
}
@media screen and (max-width: 1440px) {
  .p-tp-strength__stat-ttl {
    font-size: 20px;
    font-size: 2.7777777778vw;
    padding-bottom: 2.6388888889vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-strength__stat-ttl {
    font-size: 40px;
    padding-bottom: 38px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .p-tp-strength__stat-ttl {
    font-size: 16px;
    font-size: 8.5333333333vw;
    padding-bottom: 3.4666666667vw;
    margin-bottom: 4.5333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}

.p-tp-strength__stat-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-tp-strength__stat-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.p-tp-strength__stat-emoji {
  font-size: 64px;
  line-height: 1;
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  .p-tp-strength__stat-emoji {
    font-size: 32px;
    font-size: 17.0666666667vw;
  }
}

/*  layout > project > top > process
============================================================================================================ */
.p-tp-process {
  color: white;
  background: black;
  padding: 120px 0;
  border-radius: 80px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-process {
    padding: 17.0666666667vw 0;
    border-radius: 10.6666666667vw;
  }
}

.p-tp-process__inner {
  padding: 0 80px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-tp-process__inner {
    padding: 0 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-process__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.p-tp-process__inner .c-heading {
  position: relative;
  z-index: 2;
}

.p-tp-process__bg {
  aspect-ratio: 144/94;
  width: 100%;
  padding-top: 130px;
  position: absolute;
  inset: 0;
  overflow: visible;
  z-index: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-tp-process__bg {
    padding-top: 42.6666666667vw;
  }
}

.p-tp-process__bg-video {
  aspect-ratio: 144/81;
  width: 100%;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-tp-process__bg-video {
    width: 160%;
    top: 42.6666666667vw;
  }
}

.p-tp-process__list {
  padding: 79px 108px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-tp-process__list {
    padding: 79px 7.5vw 0;
  }
}
@media (max-width: 767px) {
  .p-tp-process__list {
    max-width: 84vw;
    width: 100%;
    padding: 17.0666666667vw 0 0;
    margin: 0 auto;
    gap: 6.4vw;
  }
}

.p-tp-process__item {
  color: white;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 32px 40px;
  display: grid;
  -moz-column-gap: 36px;
       column-gap: 36px;
  align-items: stretch;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-tp-process__item {
    padding: 6.2666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.p-tp-process__item:last-of-type .p-tp-process__item-img:before {
  display: none;
}

.p-tp-process__item-img {
  background: white;
  aspect-ratio: 1;
  width: 88px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: column;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-tp-process__item-img {
    width: 17.0666666667vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 0.8vw;
  }
}

.p-tp-process__item-img-icn {
  width: 43px;
  display: block;
}
@media (max-width: 767px) {
  .p-tp-process__item-img-icn {
    width: 8vw;
  }
}
.p-tp-process__item-img-icn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tp-process__item-cont .c-btn {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .p-tp-process__item-cont .c-btn {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 10.6666666667vw;
    margin-top: 6.4vw;
  }
}

.p-tp-process__item-cont-label {
  color: #1B1B1B;
  background: #EBFE5B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 8px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .p-tp-process__item-cont-label {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
    border-radius: 10.6666666667vw;
  }
}

.p-tp-process__item-cont-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-process__item-cont-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
}

/*  layout > project > top > voice
============================================================================================================ */
.p-tp-voice {
  padding: 122px 0 120px;
}
@media (max-width: 767px) {
  .p-tp-voice {
    padding: 21.3333333333vw 0;
  }
}

.p-tp-voice__inner {
  padding: 0 80px;
}
@media screen and (max-width: 1440px) {
  .p-tp-voice__inner {
    padding: 0 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-voice__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.p-tp-voice__list {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-voice__list {
    width: auto;
    padding-top: 10.1333333333vw;
    gap: 7.4666666667vw;
  }
}

.p-tp-voice__list-item {
  color: white;
  background: #12785D;
  padding: 24px;
  border-radius: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item {
    padding: 8.5333333333vw 6.4vw;
    border-radius: 6.4vw;
  }
}

.p-tp-voice__list-item-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 335px calc(100% - 375px);
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1440px) {
  .p-tp-voice__list-item-inner {
    grid-template-columns: 23.2638888889vw calc(100% - 26.0416666667vw);
    -moz-column-gap: 2.7777777778vw;
         column-gap: 2.7777777778vw;
  }
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.p-tp-voice__list-item-img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-img {
    border-radius: 4.2666666667vw;
  }
}
.p-tp-voice__list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tp-voice__list-item-cont {
  width: 100%;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-cont {
    margin-top: 6.4vw;
  }
}

.p-tp-voice__list-item-cont-label {
  background: #FD562C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  padding: 3px 17px;
  margin-bottom: 7px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-cont-label {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 4.5333333333vw;
    margin-bottom: 3.4666666667vw;
    border-radius: 10.6666666667vw;
  }
}

.p-tp-voice__list-item-cont-name-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-cont-name-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

.p-tp-voice__list-item-cont-name-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-cont-name-ttl {
    font-size: 16px;
    font-size: 8.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}

.p-tp-voice__list-item-cont-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-cont-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.p-tp-voice__list-item-more {
  aspect-ratio: 1;
  width: 40px;
  margin-top: 24px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-tp-voice__list-item-more {
    width: 8.5333333333vw;
    margin-top: 3.4666666667vw;
  }
}
.p-tp-voice__list-item-more:hover svg path {
  fill: #EBFE5B;
}
.p-tp-voice__list-item-more svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.p-tp-voice__list-item-more svg path, .p-tp-voice__list-item-more svg circle {
  fill: white;
  transition: 0.4s;
}
.p-tp-voice__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.p-tp-voice__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

.p-tp-voice__modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-tp-voice__modal-wrapper {
  max-width: 950px;
  width: 100%;
  padding: 51px 24px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-wrapper {
    max-width: 87.2vw;
    padding: 13.6vw 0 5.6vw;
  }
}

.p-tp-voice__modal-dialog {
  width: 100%;
  height: 100%;
  min-height: 698px;
  max-height: calc(100vh - 102px);
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-dialog {
    min-height: auto;
    max-height: calc(100vh - 19.2vw);
    max-height: calc(100svh - 19.2vw);
  }
}

.p-tp-voice__modal-hero {
  color: white;
  background: #12785D;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-hero {
    padding: 4vw 4.2666666667vw;
  }
}

.p-tp-voice__modal-close {
  aspect-ratio: 1;
  width: 43px;
  display: block;
  position: absolute;
  top: 23px;
  right: 15px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-close {
    width: 5.6vw;
    top: 3.2vw;
    right: 4.2666666667vw;
  }
}
.p-tp-voice__modal-close:hover svg path {
  fill: #EBFE5B;
}
.p-tp-voice__modal-close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-tp-voice__modal-close svg path {
  fill: white;
  transition: 0.4s;
}

.p-tp-voice__modal-summary {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-summary {
    font-size: 9px;
    font-size: 4.8vw;
    padding-right: 6.4vw;
  }
}

.p-tp-voice__modal-body {
  padding: 80px 56px 40px;
  display: grid;
  justify-content: center;
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-body {
    padding: 10.6666666667vw 4.2666666667vw 6.4vw;
    row-gap: 6.4vw;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.p-tp-voice__modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 56px;
       column-gap: 56px;
  align-items: start;
  min-height: 0;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 6.4vw;
  }
}

.p-tp-voice__modal-figure {
  aspect-ratio: 1;
  margin-right: 8px;
  border: solid 2px #F0F0F0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-figure {
    margin-right: 0;
    border-width: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
}

.p-tp-voice__modal-content {
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-content {
    height: auto;
    overflow-y: hidden;
  }
}

.p-tp-voice__modal-nameBlock {
  color: #1B1B1B;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-nameBlock {
    margin-bottom: 10.6666666667vw;
  }
}

.p-tp-voice__modal-label {
  color: white;
  background: #12785D;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 10px;
  margin-bottom: 13px;
  display: inline-block;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-label {
    font-size: 9px;
    font-size: 4.8vw;
    padding: 0.8vw 2.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}

.p-tp-voice__modal-org {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-org {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}

.p-tp-voice__modal-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-name {
    font-size: 16px;
    font-size: 8.5333333333vw;
  }
}

.p-tp-voice__modal-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-sections {
    row-gap: 10.6666666667vw;
  }
}

.p-tp-voice__modal-section > h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #D63A2D;
  padding-left: 6px;
  margin-bottom: 16px;
  border-left: solid 3px #D63A2D;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-section > h4 {
    font-size: 12px;
    font-size: 6.4vw;
    padding-left: 1.6vw;
    margin-bottom: 4.2666666667vw;
    border-left-width: 0.8vw;
  }
}

.p-tp-voice__modal-sectionBody {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-sectionBody {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
.p-tp-voice__modal-sectionBody ul {
  padding-left: 1em;
}
.p-tp-voice__modal-sectionBody ul li {
  list-style: desc;
}
.p-tp-voice__modal-sectionBody ul li::marker {
  content: "・";
}

.p-tp-voice__modal-bottomClose {
  color: white;
  background: #12785D;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 200px;
  padding: 9px 0;
  margin: 0 auto;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-bottomClose {
    font-size: 10px;
    font-size: 5.3333333333vw;
    width: 53.3333333333vw;
    padding: 2.4vw 0;
    -moz-column-gap: 4.2666666667vw;
         column-gap: 4.2666666667vw;
  }
}

.p-tp-voice__modal-bottomClose-icn {
  aspect-ratio: 1;
  width: 20px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-bottomClose-icn {
    width: 5.3333333333vw;
  }
}
.p-tp-voice__modal-bottomClose-icn:before, .p-tp-voice__modal-bottomClose-icn:after {
  content: "";
  background: white;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-tp-voice__modal-bottomClose-icn:before, .p-tp-voice__modal-bottomClose-icn:after {
    height: 0.8vw;
    border-radius: 5.3333333333vw;
  }
}
.p-tp-voice__modal-bottomClose-icn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-tp-voice__modal-bottomClose-icn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*  layout > project > top > questions
============================================================================================================ */
.p-tp-questions {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .p-tp-questions {
    padding: 21.3333333333vw 0;
  }
}

.p-tp-questions__inner {
  padding: 0 189px;
}
@media screen and (max-width: 1440px) {
  .p-tp-questions__inner {
    padding: 0 13.125vw;
  }
}
@media (max-width: 767px) {
  .p-tp-questions__inner {
    max-width: 87.2vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.p-tp-questions__list {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .p-tp-questions__list {
    padding-top: 10.6666666667vw;
  }
}

.p-tp-questions__item {
  color: #1B1B1B;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .p-tp-questions__item {
    border-bottom-width: 0.2666666667vw;
  }
}
.p-tp-questions__item:first-of-type {
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .p-tp-questions__item:first-of-type {
    border-top-width: 0.2666666667vw;
  }
}

.p-tp-questions__q {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  display: grid;
  grid-template-columns: 19px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  cursor: pointer;
  list-style: none;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .p-tp-questions__q {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 4vw 4.2666666667vw;
    gap: 4.2666666667vw;
    grid-template-columns: 5.0666666667vw 1fr auto;
  }
}
.p-tp-questions__q:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-tp-questions__q:hover {
    opacity: 1;
  }
}
.p-tp-questions__q:before {
  content: "Q";
  color: #FD562C;
  font-size: 24px;
  line-height: 1.6;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-tp-questions__q:before {
    font-size: 12px;
    font-size: 6.4vw;
  }
}

.p-tp-questions__q::-webkit-details-marker {
  display: none;
}

.p-tp-questions__q-icn {
  aspect-ratio: 1;
  width: 22px;
  display: grid;
  place-items: center;
  transition: transform 0.25s ease;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-questions__q-icn {
    width: 4.2666666667vw;
  }
}
.p-tp-questions__q-icn:before, .p-tp-questions__q-icn:after {
  background: #192D4D;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media (max-width: 767px) {
  .p-tp-questions__q-icn:before, .p-tp-questions__q-icn:after {
    height: 0.5333333333vw;
  }
}
.p-tp-questions__q-icn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-tp-questions__a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 3px 24px 0;
  display: grid;
  grid-template-columns: 19px auto;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media (max-width: 767px) {
  .p-tp-questions__a {
    -moz-column-gap: 3.7333333333vw;
         column-gap: 3.7333333333vw;
    padding: 0.8vw 4.2666666667vw 0;
    grid-template-columns: 5.0666666667vw auto;
  }
}
.p-tp-questions__a:before {
  content: "A";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-questions__a:before {
    font-size: 12px;
    font-size: 6.4vw;
  }
}

.p-tp-questions__aWrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}

.p-tp-questions__a {
  overflow: hidden;
}

.p-tp-questions__a p {
  margin: 6px 0 20px;
}
@media (max-width: 767px) {
  .p-tp-questions__a p {
    margin: 1.6vw 0 5.3333333333vw;
  }
}

/* open state */
.p-tp-questions__item[open] .p-tp-questions__aWrap {
  grid-template-rows: 1fr;
}

.p-tp-questions__item[open] .p-tp-questions__q-icn:after {
  opacity: 0;
}

/*  layout > project > top > handmade
============================================================================================================ */
@media (max-width: 767px) {
  .p-tp-handmade {
    background: white;
    padding-top: 21.3333333333vw;
  }
}

.p-tp-handmade__inner {
  color: #1B1B1B;
  background-image: url(./img/top/handmade/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 160px 80px;
  border-radius: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-tp-handmade__inner {
    padding: 160px 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-handmade__inner {
    background-image: url(./img/top/handmade/bg-sp.jpg);
    padding: 21.3333333333vw 5.3333333333vw;
    margin: 0 2.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}

.p-tp-handmade__lead {
  color: white;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .p-tp-handmade__lead {
    font-size: 32px;
    font-size: 6.25vw;
  }
}
@media (max-width: 767px) {
  .p-tp-handmade__lead {
    font-size: 12px;
    font-size: 6.4vw;
    margin-bottom: 10.4vw;
  }
}

.p-tp-handmade__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-handmade__points {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}

.p-tp-handmade__point {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-handmade__point {
    row-gap: 4.2666666667vw;
  }
}

.p-tp-handmade__point-img {
  aspect-ratio: 1.5;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-handmade__point-img {
    aspect-ratio: 1.16875;
    border-radius: 4.2666666667vw;
  }
}
.p-tp-handmade__point-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tp-handmade__point-cont {
  color: white;
  position: relative;
  z-index: 2;
}

.p-tp-handmade__point-cont-ttl {
  color: #FFD500;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .p-tp-handmade__point-cont-ttl {
    font-size: 10px;
    font-size: 5.3333333333vw;
    margin-bottom: 1.6vw;
  }
}

.p-tp-handmade__point-cont-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-handmade__point-cont-txt {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.p-tp-handmade__hero {
  aspect-ratio: 16/9;
  width: 100%;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 28px 28px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-tp-handmade__hero {
    margin-top: 17.0666666667vw;
    border-radius: 0;
  }
}
.p-tp-handmade__hero iframe {
  width: 100%;
  height: 100%;
}

/*  layout > project > top > invite
============================================================================================================ */
.p-tp-invite {
  padding: 80px 80px;
}
@media screen and (max-width: 1440px) {
  .p-tp-invite {
    padding: 80px 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-invite {
    padding: 21.3333333333vw 6.4vw;
  }
}

.p-tp-invite__heading {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  .p-tp-invite__heading {
    font-size: 32px;
    font-size: 4.4444444444vw;
  }
}
@media (max-width: 767px) {
  .p-tp-invite__heading {
    font-size: 16px;
    font-size: 8.5333333333vw;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8.5333333333vw;
  }
}

.p-tp-invite__panel {
  color: #3F2FEE;
  background-image: url(./img/top/invite/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 102px 109px;
  display: grid;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-tp-invite__panel {
    padding: 102px 7.5694444444vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-invite__panel {
    padding: 102px 7.5694444444vw 222px;
  }
}
@media (max-width: 767px) {
  .p-tp-invite__panel {
    background-image: url(./img/top/invite/bg_sp.jpg);
    padding: 17.0666666667vw 6.4vw;
    border-radius: 7.4666666667vw;
  }
}
.p-tp-invite__panel:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-tp-invite__panel-lead {
  position: relative;
  z-index: 2;
}

.p-tp-invite__panel-lead-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-tp-invite__panel-lead-ttl {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.3;
    margin-bottom: 10.6666666667vw;
  }
}

.p-tp-invite__panel-lead-ttl-item {
  display: block;
}
@media (max-width: 767px) {
  .p-tp-invite__panel-lead-ttl-item + .p-tp-invite__panel-lead-ttl-item {
    margin-top: 1.0666666667vw;
  }
}

.p-tp-invite__panel-img {
  width: 429px;
  position: absolute;
  right: 86px;
  bottom: -25px;
}
@media screen and (max-width: 1440px) {
  .p-tp-invite__panel-img {
    width: 29.7916666667vw;
    right: 5.9722222222vw;
  }
}
@media (max-width: 767px) {
  .p-tp-invite__panel-img {
    display: none;
  }
}

/*  layout > project > top > contact
============================================================================================================ */
.p-tp-contact {
  color: white;
  background-image: url(./img/top/contact/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .p-tp-contact {
    background-image: url(./img/top/contact/bg-sp.jpg);
    padding: 17.0666666667vw 0;
  }
}

.p-tp-contact__inner {
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-tp-contact__inner {
    padding: 0 5.5555555556vw;
  }
}
@media (max-width: 767px) {
  .p-tp-contact__inner {
    padding: 0 6.4vw;
  }
}

.p-tp-contact__grid {
  display: grid;
  grid-template-columns: 544px 626px;
  justify-content: center;
  gap: 110px;
}
@media screen and (max-width: 1440px) {
  .p-tp-contact__grid {
    grid-template-columns: 37.7777777778vw 43.4722222222vw;
    gap: 7.6388888889vw;
  }
}
@media (max-width: 1024px) {
  .p-tp-contact__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .p-tp-contact__grid {
    gap: 10.6666666667vw;
  }
}

.p-tp-contact__heading {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .p-tp-contact__heading {
    margin-bottom: 10.6666666667vw;
  }
}

.p-tp-contact__heading-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: solid 1px white;
  padding-bottom: 15px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .p-tp-contact__heading-ttl {
    font-size: 20px;
    font-size: 10.6666666667vw;
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}

.p-tp-contact__heading-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-tp-contact__heading-txt {
    font-size: 9px;
    font-size: 4.8vw;
  }
}

.p-tp-contact__thumb {
  width: 417px;
  margin-bottom: 85px;
  left: -60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-tp-contact__thumb {
    width: 100%;
    left: auto;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .p-tp-contact__thumb {
    margin-bottom: 6.4vw;
  }
}

.p-tp-contact__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.p-tp-contact__note {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tp-contact__note {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}

.p-tp-contact__formCard {
  color: #1B1B1B;
  background: white;
  padding: 64px 40px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .p-tp-contact__formCard {
    padding: 8.5333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.p-tp-contact__formCard .wpcf7-response-output {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-tp-contact__formCard .wpcf7-response-output {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}

.p-tp-contact__caution {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .p-tp-contact__caution {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}

.p-tp-contact__thanks, .p-tp-contact__errors {
  background: white;
  padding: 20px 16px;
  border-radius: 8px;
  margin-top: 24px;
}

.p-tp-contact__errors {
  color: #E50815;
  border: 1px solid #E50815;
}

.p-tp-contact__group {
  display: grid;
  gap: 16px;
}

.p-tp-contact__req {
  color: #E50815;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-tp-contact__req {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}

.p-tp-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .p-tp-contact__row {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.p-tp-contact__field {
  display: grid;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-tp-contact__field {
    margin-bottom: 4.5333333333vw;
  }
}
.p-tp-contact__field:has(> .p-tp-contact__input[name=email]) {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .p-tp-contact__field:has(> .p-tp-contact__input[name=email]) {
    margin-bottom: 2.6666666667vw;
  }
}

.p-tp-contact__privacy {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 42px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-tp-contact__privacy {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-top: 8.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-tp-contact__privacy a {
  text-decoration: underline;
}

.p-tp-contact__check {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-contact__check {
    margin-bottom: 5.3333333333vw;
  }
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox {
  margin: 0;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  display: inline-block;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  aspect-ratio: 1;
  width: 20px;
  margin-right: 10px;
  background: white;
  border: 1px solid #1B1B1B;
  transition: 0.4s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 4.8vw;
    margin-right: 2.1333333333vw;
  }
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  aspect-ratio: 1;
  width: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><polygon points="440.469,73.413 218.357,295.525 71.531,148.709 0,220.229 146.826,367.055 218.357,438.587 289.878,367.055 512,144.945" fill="%23ffffff"/></svg>') no-repeat center/contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::after {
    width: 3.2vw;
    left: 0.8vw;
  }
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #1B1B1B;
  border-color: #1B1B1B;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:hover + .wpcf7-list-item-label::before {
  border-color: #1B1B1B;
}
.p-tp-contact__check .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.p-tp-contact__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-tp-contact__label {
    font-size: 8px;
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}

.p-tp-contact__input {
  background: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #CFCFD1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-tp-contact__input {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 4vw;
    border-width: 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.p-tp-contact__input:focus {
  outline-color: #1B1B1B;
}
.p-tp-contact__input::-moz-placeholder {
  color: #CCCCCC;
}
.p-tp-contact__input::placeholder {
  color: #CCCCCC;
}

.p-tp-contact__input.is-error {
  border-color: #E50815;
  outline-color: #E50815;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #E50815;
  padding: 4px 0 0;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 0 0;
  }
}

.p-tp-contact__submit.c-btn {
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: unset;
  padding: 14px 40px;
  margin-top: 60px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .p-tp-contact__submit.c-btn {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .p-tp-contact__submit.c-btn {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 10.6666666667vw;
    margin-top: 9.6vw;
  }
}
.p-tp-contact__submit.c-btn .wpcf7-spinner {
  display: none;
}

/* component
============================================================================ */
.anim-fadeIn, .anim-fadeUp {
  opacity: 0;
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
}
.anim-fadeIn.is-appear, .anim-fadeUp.is-appear {
  opacity: 1;
}

.anim-fadeUp {
  transform: translateY(10%);
}
.anim-fadeUp.is-appear {
  transform: translateY(0%);
}

.c-heading.anim-fadeUp {
  transform: translateY(30%);
}
.c-heading.anim-fadeUp.is-appear {
  transform: translateY(0%);
}

.p-tp-im__panel-lead.anim-fadeUp {
  transition: 1.2s cubic-bezier(0.4, 0.4, 0, 1) 0.4s;
  transform: translateY(5%);
}
.p-tp-im__panel-lead.anim-fadeUp.is-appear {
  transform: translateY(0%);
}

.p-tp-im__panel-img {
  transition: 1s cubic-bezier(0.4, 0.4, 0, 1) 1s;
}

/* component > btn
============================================================================ */
.c-btn {
  color: white;
  background: #FD562C;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 40px 15px;
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 8px;
    font-size: 4.2666666667vw;
    width: 100%;
    padding: 5.3333333333vw 10.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.c-btn--back {
  flex-direction: row-reverse;
}
.c-btn--back .c-btn__arw {
  transform: rotate(180deg);
}
.c-btn:hover {
  color: #E7CCCC;
  background: #1B1B1B;
  opacity: 1;
}
.c-btn:hover .c-btn__arw svg path {
  fill: #E7CCCC;
}

.c-btn__arw {
  line-height: 1;
  width: 20px;
  display: block;
}
@media (max-width: 767px) {
  .c-btn__arw {
    width: 5.3333333333vw;
  }
}
.c-btn__arw svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn__arw svg path {
  fill: white;
}

/* component > heading
============================================================================ */
.c-heading {
  color: #1B1B1B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  flex-direction: column;
}
.c-heading.is-center {
  text-align: center;
  padding: 0 73px;
}
@media screen and (max-width: 1440px) {
  .c-heading.is-center {
    padding: 0 5.0694444444vw;
  }
}
@media (max-width: 767px) {
  .c-heading.is-center {
    text-align: left;
    padding: 0;
  }
}
.c-heading.is-white {
  color: white;
}
.c-heading.is-white .c-heading__ttl {
  border-bottom-color: white;
}
.c-heading.is-white .c-heading__txt {
  color: white;
}
.c-heading.is-left {
  text-align: left;
}

.c-heading__ttl {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .c-heading__ttl {
    font-size: 32px;
    font-size: 6.25vw;
  }
}
@media (max-width: 767px) {
  .c-heading__ttl {
    font-size: 16px;
    font-size: 8.5333333333vw;
  }
}

.c-heading__txt {
  color: #898989;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #1B1B1B;
  padding-top: 16px;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .c-heading__txt {
    font-size: 9px;
    font-size: 4.8vw;
    border-top-width: 0.2666666667vw;
    padding-top: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}

/* component > cta
============================================================================ */
.c-cta {
  background: #3F2FEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.c-cta__inner {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-cta__inner {
    padding: 17.0666666667vw 0;
    row-gap: 4.2666666667vw;
  }
}
.c-cta__inner .c-btn {
  color: #1B1B1B;
  background: white;
  width: 340px;
}
@media (max-width: 767px) {
  .c-cta__inner .c-btn {
    width: 87.2vw;
  }
}
.c-cta__inner .c-btn:hover {
  color: white;
  background: #FD562C;
}
.c-cta__inner .c-btn:hover .c-btn__arw svg path {
  fill: white;
}
.c-cta__inner .c-btn__arw svg path {
  fill: #1B1B1B;
}

.c-cta__txt {
  color: #FED500;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-cta__txt {
    font-size: 12px;
    font-size: 6.4vw;
  }
}

[data-scroll] {
  transition: 1s;
}

[data-scroll=in] {
  opacity: 1;
}

/*  module > breadcrumbs
============================================================================================================ *//*# sourceMappingURL=style.css.map */