@charset "utf-8";
.test_text {
  text-align: center;
  margin: 40px 0 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.p-under_logo {
  position: fixed;
  top: 42px;
  /* left: 3.7vw; */
  left: 2.8vw;
  mix-blend-mode: difference;
  z-index: 9999;
  transition: 0.3s;
}
.p-under_logo:hover {
  opacity: 0.7;
}
@media (width < 1340px) {
  .p-under_logo {
    width: 189px;
    top: 24px;
    left: 5.2vw;
  }
}
/* == base ================================================ */
html {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #dcdce5;
  word-break: break-all;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "MS Pゴシック", "MS PGothic";
}
html[lang="zh-CN"] body {
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
html[lang="en-US"] body {
  word-break: inherit;
}
html,
body {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

/* == loading ================================================ */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__bar {
  width: 80%;
  height: 4px;
  background: #eee;
  margin-bottom: 10px;
  position: relative;
}
.loading__bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1f2774;
  transition: width 0.3s ease;
}
.loading__percent {
  font-size: 16px;
  font-weight: bold;
  color: #1f2774;
}

/* == canvas ================================================ */
#canvas {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -5;
}

/* == trigger ================================================ */
.trigger01 {
  position: relative;
  height: 1800px;
  z-index: -10;
}
.trigger02 {
  position: relative;
  height: 800px;
  z-index: -10;
}

/* == utility ================================================ */
.u-pc {
  display: block;
}
.u-sp {
  display: none !important;
}
.u-impact {
  font-family: "Impact", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.u-bold {
  font-weight: 700;
}
.u-overflew-x {
  overflow-x: hidden;
}
.u-fadeIn {
  animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .l-inner--1200 {
  width: clamp(700px, 83.33%, 1200px);
  margin: 0 auto;
} */
.l-inner--1200 {
  width: max(700px, 83.33%);
  margin: 0 auto;
}
.l-inner--1200--big {
  width: max(700px, 83.33%);
}
.l-inner--1312 {
  width: clamp(700px, 91.11%, 1312px);
  margin: 0 auto;
}
.l-inner--1392 {
  width: clamp(700px, 96.67%, 1392px);
  margin: 0 auto;
}
.l-inner--1392--big {
  width: max(700px, 96.67%);
}
@media (width < 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .l-inner--1200,
  .l-inner--1312,
  .l-inner--1392 {
    width: 87.69%;
  }
}

/* == component ============================================== */
/*flow*/
.c-flowWrap .c-flowNav {
  display: flex;
  align-items: flex-start;
}
.c-flowWrap .c-flowNav .c-flowNavTop {
  width: calc(100% - 320px);
  aspect-ratio: 1600 / 1040;
  position: sticky;
  top: 110px;
  padding: 40px;
}
.c-flowWrap .c-flowNav .c-flowNav-map {
  width: calc(100% - 320px);
}
.c-flowWrap.equipment .c-flowNav .c-flowNav-map {
  aspect-ratio: 2 / 1;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map {
  aspect-ratio: 1600 / 1040;
  position: sticky;
  top: 110px;
}
.c-flowWrap.recycle .c-flowNav .c-flowNavTop .c-flowNav-map {
  width: 100%;
  aspect-ratio: 1600 / 1040;
  position: static;
}
/* 日文 */
.c-flowWrap.equipment .c-flowNav::after {
  content: "";
  background: url(../img/equipment/figure_equipment_flow_01.png),
    url(../img/equipment/figure_equipment_flow_02.png),
    url(../img/equipment/figure_equipment_flow_03.png);
}
.c-flowWrap.equipment .c-flowNav .c-flowNav-map {
  background: url(../img/equipment/figure_equipment_flow_def.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow01-hover {
  background: url(../img/equipment/figure_equipment_flow_01.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow02-hover {
  background: url(../img/equipment/figure_equipment_flow_02.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow03-hover {
  background: url(../img/equipment/figure_equipment_flow_03.png) no-repeat;
  background-size: contain;
}
/* 中文 */
html[lang="zh-CN"] .c-flowWrap.equipment .c-flowNav::after {
  content: "";
  background: url(../img/equipment/zh/figure_equipment_flow_01.png),
    url(../img/equipment/zh/figure_equipment_flow_02.png),
    url(../img/equipment/zh/figure_equipment_flow_03.png);
}
html[lang="zh-CN"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map {
  background: url(../img/equipment/zh/figure_equipment_flow_def.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow01-hover {
  background: url(../img/equipment/zh/figure_equipment_flow_01.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow02-hover {
  background: url(../img/equipment/zh/figure_equipment_flow_02.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow03-hover {
  background: url(../img/equipment/zh/figure_equipment_flow_03.png) no-repeat;
  background-size: contain;
}
/* 英文 */
html[lang="en-US"] .c-flowWrap.equipment .c-flowNav::after {
  content: "";
  background: url(../img/equipment/en/figure_equipment_flow_01.png),
    url(../img/equipment/en/figure_equipment_flow_02.png),
    url(../img/equipment/en/figure_equipment_flow_03.png);
}
html[lang="en-US"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map {
  background: url(../img/equipment/en/figure_equipment_flow_def.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow01-hover {
  background: url(../img/equipment/en/figure_equipment_flow_01.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow02-hover {
  background: url(../img/equipment/en/figure_equipment_flow_02.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.equipment .c-flowNav .c-flowNav-map.-flow03-hover {
  background: url(../img/equipment/en/figure_equipment_flow_03.png) no-repeat;
  background-size: contain;
}
/* 日文 */
.c-flowWrap.recycle .c-flowNav::after {
  content: "";
  background: url(../img/recycle_flow/figure_equipment_flow_01.png),
    url(../img/recycle_flow/figure_equipment_flow_02.png),
    url(../img/recycle_flow/figure_equipment_flow_03.png),
    url(../img/recycle_flow/figure_equipment_flow_04.png),
    url(../img/recycle_flow/figure_equipment_flow_05.png),
    url(../img/recycle_flow/figure_equipment_flow_06.png);
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map {
  background: url(../img/recycle_flow/figure_equipment_flow_def.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow01-hover {
  background: url(../img/recycle_flow/figure_equipment_flow_01.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow02-hover {
  background: url(../img/recycle_flow/figure_equipment_flow_02.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow03-hover {
  background: url(../img/recycle_flow/figure_equipment_flow_03.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow04-hover {
  background: url(../img/recycle_flow/figure_equipment_flow_04.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow05-hover {
  background: url(../img/recycle_flow/figure_equipment_flow_05.png) no-repeat;
  background-size: contain;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow06-hover {
  background: url(../img/recycle_flow/figure_equipment_flow_06.png) no-repeat;
  background-size: contain;
}

/* 中文 */
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav::after {
  content: "";
  background: url(../img/recycle_flow/zh/figure_equipment_flow_01.png),
    url(../img/recycle_flow/zh/figure_equipment_flow_02.png),
    url(../img/recycle_flow/zh/figure_equipment_flow_03.png),
    url(../img/recycle_flow/zh/figure_equipment_flow_04.png),
    url(../img/recycle_flow/zh/figure_equipment_flow_05.png),
    url(../img/recycle_flow/zh/figure_equipment_flow_06.png);
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_def.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow01-hover {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_01.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow02-hover {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_02.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow03-hover {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_03.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow04-hover {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_04.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow05-hover {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_05.png) no-repeat;
  background-size: contain;
}
html[lang="zh-CN"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow06-hover {
  background: url(../img/recycle_flow/zh/figure_equipment_flow_06.png) no-repeat;
  background-size: contain;
}
/* 英文 */
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav::after {
  content: "";
  background: url(../img/recycle_flow/en/figure_equipment_flow_01.png),
    url(../img/recycle_flow/en/figure_equipment_flow_02.png),
    url(../img/recycle_flow/en/figure_equipment_flow_03.png),
    url(../img/recycle_flow/en/figure_equipment_flow_04.png),
    url(../img/recycle_flow/en/figure_equipment_flow_05.png),
    url(../img/recycle_flow/en/figure_equipment_flow_06.png);
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map {
  background: url(../img/recycle_flow/en/figure_equipment_flow_def.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow01-hover {
  background: url(../img/recycle_flow/en/figure_equipment_flow_01.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow02-hover {
  background: url(../img/recycle_flow/en/figure_equipment_flow_02.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow03-hover {
  background: url(../img/recycle_flow/en/figure_equipment_flow_03.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow04-hover {
  background: url(../img/recycle_flow/en/figure_equipment_flow_04.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow05-hover {
  background: url(../img/recycle_flow/en/figure_equipment_flow_05.png) no-repeat;
  background-size: contain;
}
html[lang="en-US"] .c-flowWrap.recycle .c-flowNav .c-flowNav-map.-flow06-hover {
  background: url(../img/recycle_flow/en/figure_equipment_flow_06.png) no-repeat;
  background-size: contain;
}

.c-flowWrap .c-flowNav .c-flowNav-nav {
  min-width: 320px;
  max-width: 332px;
  padding: 12px 32px;
  background: #f7f7fa;
  border-radius: 8px;
  margin-left: 60px;
}
.c-flowWrap .c-flowNav .c-flowNav-nav.c-navTop {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li {
  border-bottom: 1px solid #dcdce5;
}
.c-flowWrap .c-flowNav .c-flowNav-nav.c-navTop .c-flowNav-navUl li {
  border-bottom: 1px solid #3071b7;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li:last-of-type,
.c-flowWrap
  .c-flowNav
  .c-flowNav-nav.c-navTop
  .c-flowNav-navUl
  li:last-of-type {
  border: none;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-weight: 700;
  padding: 20px 0;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-navUl li a {
  display: block;
  padding: 20px 0;
  font-weight: 700;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-navUl li a .text p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: 8px 0;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .text {
  color: #1f2774;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .text .num {
  font-size: 12px;
  display: block;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .text .ttl {
  font-size: 18px;
  display: block;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-flowWrap.recycle .c-flowNav .c-flowNav-navUl li a .link {
  justify-content: end;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .c-arrow {
  width: 20px;
  height: 20px;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .c-arrow::after {
  background-image: url(../img/common/icon_arrow-news.svg);
  background-size: 12px 12px;
  transform: rotate(90deg);
}
.p-indexProcess .c-flowWrap .c-flowNav .c-flowNav-navUl li a .c-arrow::after {
  transform: rotate(0);
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a .c-arrow::before {
  left: 0;
  top: -100%;
}
.p-indexProcess .c-flowWrap .c-flowNav .c-flowNav-navUl li a .c-arrow::before {
  left: -100%;
  top: 0;
}
.c-flowWrap .c-flowNav .c-flowNav-navUl li a:hover .c-arrow::before {
  top: 0;
}
.p-indexProcess
  .c-flowWrap
  .c-flowNav
  .c-flowNav-navUl
  li
  a:hover
  .c-arrow::before {
  top: 0;
  left: 0;
}
.c-flowDetail {
  margin-top: 80px;
}
.c-flowDetail .c-flowDetailUl .c-flowItem {
  display: flex;
  gap: 56px;
  margin-bottom: 80px;
}
.c-flowDetail .c-flowDetailUl .c-flowItem .detail .mb {
  margin: 0 0 32px;
}
.c-flowDetail .c-flowDetailUl .c-flowItem:last-of-type {
  margin-bottom: 0;
}
.c-flowDetail .c-flowDetailUl .c-flowItem .flow {
  min-width: 240px;
  max-width: 240px;
}
.c-flowDetail .c-flowDetailUl .c-flowItem .detail {
  width: calc(100% - 280px);
}
.c-flowDetail .c-flowDetailUl .c-flowItem .detail p {
  line-height: 2;
}
.c-flowDetail .c-flowDetailUl .c-flowItem .detail .movie {
  margin-bottom: 32px;
}
.c-flowDetail .c-flowDetailUl .c-flowItem .detail .movie video {
  width: 80%;
  max-width: 1000px;
}
@media (width < 768px) {
  .c-flowWrap .c-flowNav {
    display: block;
  }
  .c-flowWrap .c-flowNav .c-flowNav-map {
    width: 100%;
  }
  .c-flowWrap .c-flowNav .c-flowNav-map {
    margin: 0 0 24px;
  }
  .c-flowWrap.recycle .c-flowNav .c-flowNav-map {
    position: static;
  }
  .c-flowDetail {
    margin-top: 80px;
  }
  .c-flowDetail .c-flowDetailUl .c-flowItem {
    display: block;
    margin-bottom: 80px;
  }
  .c-flowDetail .c-flowDetailUl .c-flowItem:last-of-type {
    margin-bottom: 0;
  }
  .c-flowDetail .c-flowDetailUl .c-flowItem .flow {
    min-width: 240px;
    max-width: 240px;
    margin-bottom: 20px;
  }
  .c-flowDetail .c-flowDetailUl .c-flowItem .detail {
    width: 100%;
  }
  .c-flowDetail .c-flowDetailUl .c-flowItem .detail .movie {
    margin-bottom: 20px;
  }
  .c-flowDetail .c-flowDetailUl .c-flowItem .detail .movie video {
    width: 100%;
  }
  .c-flowWrap .c-flowNav .c-flowNav-nav {
    margin-left: 0;
    max-width: inherit;
  }
  .c-flowWrap .c-flowNav .c-flowNavTop {
    width: 100%;
    aspect-ratio: 1600 / 1040;
    position: static;
    margin: 0 0 24px;
    padding: 16px;
  }
  .c-flowWrap .c-flowNav .c-flowNavTop .c-flowNav-map {
    margin-bottom: 0;
  }
}
.c-btn {
  width: fit-content;
  overflow: hidden;
}
.c-btn--center {
  margin: 0 auto;
}
.c-btn__link {
  position: relative;
  display: block;
  width: 298px;
  height: 74px;
  color: #fff;
  background-color: #000;
  padding: 24px;
  border: none;
  border-radius: 16px;
  transition: 0.3s;
  overflow: hidden;
}
input.c-btn__link.wpcf7-submit.confirm_button {
  text-indent: -150%;
}
.c-btn__link__contents {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  width: 305px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}
.c-btn__link__contents .txt {
  display: block;
  width: 238px;
  padding-left: 24px;
}
.c-btn__link__contents .arrowL {
  width: 27px;
}
.c-btn__link__contents .arrowR {
  width: 24px;
}
.c-h2 {
  position: relative;
  color: #1f2774;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 32px;
  margin-bottom: 56px;
}
.c-h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}
.c-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #00398d 44px, #fff 4px);
}
.c-h2Index .jp {
  display: block;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  color: #1f2774;
  margin-bottom: 16px;
}
.c-h2Index .en {
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.c-h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 24px;
  margin-bottom: 32px;
}
.c-h3::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #3071b7;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
}
.c-newsCategoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 33px;
}
.c-newsCategoryList__item {
  position: relative;
  display: flex;
  align-items: center;
}
.c-newsCategoryList__item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #d9d9d9;
  position: absolute;
  right: -18px;
  top: 1px;
}
.c-newsCategoryList__item button,
.c-newsCategoryList__item a {
  all: unset;
  cursor: pointer;
  display: block;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  transition: 0.3s;
  border-radius: 100vmax;
  padding: 10px 20px;
  border: 1px solid transparent;
}
.c-newsCategoryList__item.is-active button,
.c-newsCategoryList__item.is-active a {
  background-color: #dcdce5;
  border: 1px solid #cbcbd8;
}
.c-newsList {
  transition: 0.3s;
}
.c-newsList__item {
  padding: 24px 0;
  border-bottom: 1px solid #d9d9d9;
}
.c-newsList__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: 0.3s;
}
.c-newsList__item__contents {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.c-newsList__item .date {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
.c-newsList__item .category {
  width: 100px;
  font-size: 1.4rem;
  margin-right: 24px;
}
.c-newsList__item .title {
  max-width: 760px;
}
.c-arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #000;
  flex-shrink: 0;
  overflow: hidden;
}
.c-arrow::after {
  content: "";
  background-image: url(../img/common/icon_arrow-news.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-arrow::before {
  content: "";
  background-color: #00398d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.3s;
}
.c-topBtn {
  position: absolute;
  bottom: 24px;
  right: 64px;
  width: 56px;
  height: 56px;
  background-color: #3071b7;
  overflow: hidden;
}
.c-topBtn img {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 34px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-topBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #68d2fc;
  position: absolute;
  right: 0;
  bottom: -56px;
  transition: 0.3s;
}
.c-breadcrumb {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  font-size: 1.4rem;
  padding: 196px 0 80px;
}
.c-breadcrumb__item {
  line-height: 1;
}
.c-breadcrumb__item:nth-child(2) {
  flex-shrink: 0;
}
.c-breadcrumb__item:not(:nth-child(1)) {
  margin-top: 3px;
}
.c-breadcrumb__item a {
  position: relative;
  transition: 0.3s;
}
.c-breadcrumb__item a::before {
  content: "-";
  position: absolute;
  top: 0;
  right: -20px;
}
.c-breadcrumb__item .link {
  color: #3071b7;
  text-decoration: underline;
}
.c-underTitle {
  position: relative;
  z-index: 2;
}
.c-underTitle__en {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  line-height: 1.4;
}
.c-underTitle__en span {
  color: #68d2fc;
  font-size: clamp(7.6rem, 9.44vw, 13.6rem);
  font-weight: 700;
  /* 最初に下に配置しておく */
  transform: translateY(1em);
  animation: textAnimation 0.5s forwards;
}
.c-underTitle__jp {
  display: block;
  font-size: clamp(2rem, 1.67vw, 2.4rem);
  font-weight: 700;
  margin-top: 4px;
  /* 最初に下に配置しておく */
  transform: translateY(1em);
  opacity: 0;
  animation: fadeUp 0.5s ease-out forwards;
  animation-delay: 0.3s;
}
html[lang="zh-CN"] body .c-underTitle__jp {
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
html[lang="en-US"] body .c-underTitle__jp {
  font-family: "Noto Sans JP", Arial, Helvetica, Verdana, sans-serif;
}
.c-underTitle--under .c-underTitle__en span {
  font-size: 4.8rem;
}
.c-underTitle__news {
  display: block;
  color: #1f2774;
  font-size: 4.8rem;
  font-weight: 700;
  transform: translateY(0.5em);
  opacity: 0;
  animation: fadeUp 0.5s ease-out forwards;
}
.c-underTextDeco {
  position: absolute;
  top: -188px;
  right: 0;
  transform: translateX(calc(-50% - -50%));
  font-size: 24rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0;
  animation: fadeUpUnderDeco 0.5s ease-out forwards;
}
.c-fadeUpContents {
  opacity: 0;
  transform: translateY(100%);
  animation: fadeUp 0.5s ease-out forwards;
  animation-delay: 0.9s;
}
.c-fadeDownContents {
  opacity: 0;
  animation: fadeDown 0.5s ease-out forwards;
  animation-delay: 0.9s;
}
.c-serviceMenuList {
  width: 256px;
  height: fit-content;
  flex-shrink: 0;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  position: sticky;
  /* スクロール時に固定される位置 */
  top: 120px;
  /* 高さに合わせて上に固定 */
  align-self: flex-start;
}
.c-serviceMenuList .menuList__item {
  transition: 0.3s;
}
.c-serviceMenuList .menuList__item:not(:last-child) {
  margin-bottom: 20px;
}
.c-serviceMenuList .menuList__item a {
  font-weight: 700;
  transition: 0.3s;
}
.c-serviceMenuList .menuList__item a::before {
  transition: 0.3s;
}
.c-serviceMenuList .menuList__item:has(a.is-active) {
  padding-left: 20px;
}
.c-serviceMenuList .menuList__item a.is-active {
  position: relative;
  color: #3071b7;
}
.c-serviceMenuList .menuList__item a.is-active::before {
  content: "";
  background-color: #3071b7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes textAnimation {
  0% {
    transform: translateY(1em);
  }
  100% {
    transform: translateY(0);
    color: #1f2774;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(2em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUpUnderDeco {
  0% {
    transform: translateY(0.4em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-underContents {
  background-color: #fff;
  border-top-left-radius: 160px;
  width: 100%;
}
.c-union {
  overflow: hidden;
  width: min(53vw, 890px);
  height: min(24.17vw, 348px);
  position: absolute;
  top: max(-17.78vw, -256px);
  /* right: -2px; */
  left: 50%;
  transform: translateX(calc(-50% - -50%));
  z-index: 1;
}
.c-union svg {
  width: min(110%, 890px);
  height: 100%;
}
.c-union svg path {
  transform: translateY(100%);
  animation: riseUp 0.5s ease forwards;
}
.c-union .svg-part1 {
  animation-delay: 0.1s;
}
.c-union .svg-part2 {
  animation-delay: 0.2s;
}
.c-union .svg-part3 {
  animation-delay: 0.3s;
}
.c-union .svg-part4 {
  animation-delay: 0.4s;
}
@keyframes riseUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
}
.c-table {
  width: 100%;
  /* セル幅の計算を固定に */
  table-layout: fixed;
  border-collapse: collapse;
}
.c-table th {
  color: #00398d;
  width: 240px;
  border-bottom: 1px solid #00398d;
  padding: 40px 24px 40px 16px;
  text-align: left;
  vertical-align: top;
}
.c-table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 24px 40px 16px;
  word-break: break-word;
}
@media (hover: hover) {
  .c-btn:hover .c-btn__link {
    background-color: #00398d;
  }
  .c-btn:hover .c-btn__link__contents {
    right: -30px;
  }
  .c-newsCategoryList__item:hover button,
  .c-newsCategoryList__item:hover a {
    opacity: 0.7;
  }
  *:hover > .c-arrow::before {
    left: 0;
  }
  .c-newsList__item:hover a {
    padding-left: 20px;
  }
  .c-serviceMenuList .menuList__item:hover a {
    opacity: 0.7;
  }
  .c-breadcrumb__item:hover a {
    opacity: 0.7;
  }
  .c-topBtn:hover::before {
    bottom: 0;
  }
}
@media (width > 1920px) {
  .c-underTextDeco {
    right: 50%;
  }
  @keyframes fadeUpUnderDeco {
    0% {
      transform: translateX(100%) translateY(0.4em);
      opacity: 0;
    }
    100% {
      transform: translateX(100%) translateY(0);
      opacity: 1;
    }
  }
}
@media (width < 1340px) {
  .c-breadcrumb {
    padding: 104px 0 56px;
  }
}
@media (width < 768px) {
  .c-h2 {
    font-size: 2.8rem;
    padding-bottom: 24px;
    margin-bottom: 48px;
  }
  .c-h2Index .jp {
    font-size: 4rem;
  }
  .c-underTitle__en span {
    font-size: 7.2rem;
  }
  .c-underTitle--under .c-underTitle__en span {
    font-size: 3.2rem;
  }
  .c-underTitle__jp {
    font-size: 1.8rem;
  }
  .c-underTextDeco {
    font-size: 8rem;
    top: -70px;
  }
  .c-newsCategoryList {
    flex-wrap: wrap;
    gap: 16px 33px;
  }
  .c-newsCategoryList__item:not(:last-child):before {
    right: -18px;
  }
  .c-newsList__item .date {
    width: fit-content;
    display: inline-block;
  }
  .c-breadcrumb {
    font-size: 1.2rem;
    gap: 20px;
  }
  .c-breadcrumb img {
    width: 16px;
    height: 16px;
  }
  .c-breadcrumb__item a:before {
    right: -12px;
  }
  .c-breadcrumb__item:last-child {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-underContents {
    border-top-left-radius: 40px;
    padding-top: 80px;
  }
  .c-union {
    width: 259px;
    height: 120px;
    right: 0;
    left: auto;
    transform: none;
    top: -90px;
  }
  .c-topBtn {
    right: 20px;
    bottom: 24px;
  }
  .c-serviceMenuList {
    display: none;
  }
  .c-table th,
  .c-table td {
    display: inline-block;
    width: 100%;
    line-height: 2;
  }
  .c-table th {
    padding: 24px 0 16px;
    border-bottom: none;
  }
  .c-table td {
    position: relative;
    padding: 0 0 25px;
  }
  .c-table td::before {
    content: "";
    width: 104px;
    height: 1px;
    background-color: #00398d;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}

/* == header ================================================= */
.l-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2000;
}
.l-header__inner {
  /* width: min(95.83vw, 1380px); */
  width: 95.83vw;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo a {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  padding-left: min(2.22vw, 32px);
  visibility: hidden;
}
.l-header__logo__white--top {
  z-index: 1;
}
.l-header__logo__white--under,
.l-header__logo--sp,
.l-header__navArea__sp {
  display: none;
}
.l-header__logo__color {
  z-index: 2;
  opacity: 0;
}
.l-header__logo__color--under {
  opacity: 1;
  display: none;
}
.l-header__navArea__contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.l-header__navArea .menuList {
  display: flex;
  gap: min(2.22vw, 32px);
  /* padding: 24px min(2.78vw, 40px); */
  padding: 24px min(1.78vw, 40px);
  color: #fff;
  border-radius: 16px;
  background-color: transparent;
}
.l-header__navArea .menuList--under {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.l-header__navArea .menuList__item {
  line-height: 1.75;
  transition: 0.3s;
}
.l-header__navArea .headerContact a {
  color: #fff;
  background-color: #1f2774;
  border: 1px solid #3071b7;
  border-radius: 16px;
  line-height: 1.75;
  padding: 24px min(2.78vw, 40px);
  transition: 0.3s;
}

/*** 多言語切り替え *********************/
.language {
  position: relative;
  display: inline-block;
}
.language--under .language-dropdown {
  background-color: rgba(255,255,255,.8);
  color: #000;
}
.language-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 23px 32px 23px 16px;
  background-color: #1f2774;
  border: 1px solid #3071b7;
  color: #FFFFFF;
  min-width: 160px;
  position: relative;
  border-radius: 16px;
}
.lang-flag {
  width: 24px;
  height: auto;
  margin-right: 8px;
  margin-top: 2px;
}
.lang-arrow {
  position: absolute;
  right: 14px;
  transition: transform 0.3s ease;
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  transform: rotate(225deg);
  margin-bottom: 4px;
}
.language-toggle.active .lang-arrow {
  transform: rotate(405deg);
  margin-top: 8px;
}
.language-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0px;
  min-width: 160px;
  color: #FFF;
  border: solid 1px #3071b7;
  /* background-color: rgba(255,255,255,.8); */
  transform: translateY(-10px);
  transition: all 0.3s ease;
  display: none;
  z-index: 999;
  border-radius: 8px;
}
.language-dropdown.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.language-dropdown li {
  list-style: none;
  border-radius: 16px;
}
.language-dropdown a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px 16px;
}
.language-dropdown a img {
  margin-right: 5px;
  margin-top: 3px;
}
.language-dropdown .lang-link.disabled {
  opacity: 0.5;
  cursor: default;
}
.language-dropdown .tooltip {
  position: relative;
}
.language-dropdown .tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  background: #000000;
  color: #FFFFFF;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
}
.language-dropdown .tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
  pointer-events: none;
}
.language-dropdown .tooltip:hover::after,
.language-dropdown .tooltip:hover::before {
  opacity: 1;
}

/*** ハンバーガーメニュー *********************/
.hamburger,
.focusTrap {
  display: none;
}
.p-bodyContact .hamburger,
.p-bodyContact .l-header__navArea {
  visibility: hidden;
}
@media (width < 1340px) {
  .l-header__inner {
    top: 24px;
    width: 87.69vw;
  }
  .l-header__logo__white--top {
    width: 118px;
  }
  .l-header__logo__color {
    width: 189px;
  }
  .focusTrap {
    display: block;
  }
  .hamburger {
    display: block;
    height: 26px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
  }
  .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    background-color: #fff;
    transition: 0.4s;
  }
  .hamburger__line__top,
  .hamburger__line__bottom {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: inherit;
  }
  .hamburger__line__top {
    top: -6px;
  }
  .hamburger__line__bottom {
    top: 6px;
  }
  .hamburger.active .hamburger__line {
    background-color: transparent !important;
  }
  .hamburger.active .hamburger__line__top {
    top: 0;
    transform: rotate(30deg);
  }
  .hamburger.active .hamburger__line__bottom {
    top: 0;
    transform: rotate(-30deg);
  }
  .hamburger__line--under,
  .hamburger__line--under .hamburger__line__top,
  .hamburger__line--under .hamburger__line__bottom {
    background-color: #000;
  }
  .l-header {
    width: 100%;
  }
  .l-header__logo a {
    padding-left: 0;
  }
  .l-header__navArea {
    position: fixed;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    height: 100vh;
    width: 101vw;
    visibility: hidden;
    background-color: #1f2774;
    transition: 0.5s;
    opacity: 0;
  }
  .l-header__navArea::before {
    content: "";
    background-image: url(../img/common/union-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 186px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .l-header__navArea.active {
    visibility: visible;
    opacity: 1;
  }
  .l-header__logo--sp {
    display: none;
    /* display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 87.69vw; */
  }
  .l-header__logo--sp img {
    width: 189px;
  }
  .l-header__navArea__contents {
    display: none;
  }
  .l-header__navArea__sp {
    display: block;
    margin: 100px auto 0;
    width: 310px;
  }
  .spMenuList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
    height: 314px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .spMenuList__item {
    color: #fff;
  }
  .spMenuList__item__en {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
  }
  .spMenuList__item__jp {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
  }
  .spMenuList__item__contact {
    margin-top: 24px;
  }
  .spMenuList__item__language {
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-top: 12px;
    padding-bottom: 28px;
  }
  .spMenuList__item__language__label {
    color: #FFFFFF;
    font-size: 3.2rem;
    font-family: "Impact","Noto Sans JP",sans-serif;
  }
  .spMenuList__item__language__label__jp {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-top: -3px;
    margin-bottom: 8px;
  }
  .spMenuList__item__language .language,
  .spMenuList__item__language .language-toggle,
  .spMenuList__item__language .language-dropdown {
     width: 100%;
  }
  .spMenuList__item__language .language-toggle,
  .spMenuList__item__language .language-dropdown {
    border-color: #FFFFFF;
  }
}
@media (width < 768px) {
  .l-header__navArea::before {
    width: 285px;
    height: 132px;
  }
}
@media (hover: hover) {
  .l-header__navArea .menuList__item:hover {
    opacity: 0.6;
  }
  .l-header__navArea .headerContact a:hover {
    background-color: #00398d;
  }
}

/* == TOP ==================================================== */
.p-indexMv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  z-index: -10;
}
.p-indexMv__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-indexMv__Title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh !important;
  min-height: 800px;
  z-index: -1 !important;
}
.p-indexMv__TitleBlock {
  position: absolute;
  bottom: min(5.56vw, 80px);
  width: min(91.11vw, 1312px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.p-indexMv__scroll {
  position: absolute;
  right: 48px;
  bottom: 48px;
}
.p-indexMv__Title__main {
  font-size: clamp(5.5rem, 7.78vw, 11.2rem);
  line-height: 1.1;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
}
.p-indexMv__Title__sub {
  font-size: clamp(1.6rem, 1.81vw, 2.6rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: min(2.78vw, 40px);
}
.p-indexMv__contents {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
  padding: 160px 0 240px;
}
.p-indexMv__contents__wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-indexMv__contents__title {
  font-size: 6.4rem;
  font-weight: 900;
  color: #00398d;
  width: clamp(380px, 35.56vw, 512px);
  flex-shrink: 0;
}
.p-indexMv__contents__title-zh {
  width: clamp(380px, 35.56vw, 460px);
}
.p-indexMv__contents__title-en {
  width: clamp(380px, 35.56vw, 741px);
}
.p-indexMv__contents__desc {
  /* width: clamp(298px, 30.56vw, 440px); */
  max-width: 700px;
  line-height: 2;
}
.p-indexMv__contents__desc .text {
  margin: 24px 0 40px;
}
.p-indexMv__contents__img {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 144px;
  background-image: url(../img/top/logo_slide.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: slideLeft 30s linear infinite;
}
@keyframes slideLeft {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}
.p-indexProcess {
  /* color: #fff; */
  background-color: #3071b7;
  padding: 160px 0;
}
.p-indexProcess .c-h2Index .jp,
.p-indexProcess .c-h2Index .en {
  color: #fff;
}
.p-indexProcess .c-h2Index {
  padding: 0 0 120px;
  text-align: center;
}
.p-indexProcess .c-flowNavTop {
  background: rgba(255, 255, 255, 0.8);
}
/* .p-indexProcess__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px min(1.25vw, 18px);
  margin: 80px auto 56px;
}
.p-indexProcess__list::after {
  content: "";
  display: block;
  width: min(22.7vw, 334px);
}
.p-indexProcess__list__item {
  background-color: #d8e0ec;
  padding: 24px 23px 40px;
  border-radius: 8px;
  text-align: left;
}
.p-indexProcess__list__item video {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: darken;
}
.p-indexProcess__list__item .number {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 24px auto 16px;
}
.p-indexProcess__list__item .title {
  color: #1f2774;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-indexProcess__list__item .desc {
  color: #000;
  line-height: 1.3;
} */
.p-indexProcess .c-btn {
  text-align: left;
  margin: 40px auto 0;
}
.p-indexEquipment {
  padding: 193px 0;
  color: #fff;
}
.p-indexEquipment {
  position: relative;
}
.p-indexEquipment__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  filter: brightness(0.6);
}
.p-indexEquipment__bg.fixed {
  position: fixed;
}
.p-indexEquipment__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.p-indexEquipment .c-h2Index .jp,
.p-indexEquipment .c-h2Index .en {
  color: #fff;
}
.p-indexEquipment__desc {
  width: clamp(400px, 41.67vw, 600px);
  margin: 40px 0;
}
.p-indexService__bg {
  background-color: #fff;
}
.p-indexService__bg__wrap {
  border-bottom-right-radius: 160px;
  background-color: #dcdce5;
  padding-bottom: 160px;
}
.p-indexService__wrap {
  position: relative;
  background-color: #dcdce5;
  padding-top: 160px;
  border-top-left-radius: 160px;
}
.p-indexService__wrap::before {
  content: "";
  background-image: url(../img/common/union-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(52.57vw, 757px);
  height: min(24.24vw, 349px);
  position: absolute;
  top: -252px;
  right: 0;
}
.p-indexServiceBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: 80px;
}
.p-indexServiceBlock .c-btn {
  flex-shrink: 0;
}
.p-indexService__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.p-indexService__List__warp {
  position: relative;
}
.p-indexService__List {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  height: 640px;
  padding-top: 80px;
}
.p-indexService__List__item {
  position: relative;
  background-color: gray;
  border-radius: 8px;
  padding: 40px min(2.78vw, 40px);
  width: min(8.33vw, 120px);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: max(76vw, 100%);
  transition: width 0.5s ease, filter 0.5s ease;
}
.p-indexService__List__item--01 {
  background-image: url(../img/top/purchase01.png);
}
.p-indexService__List__item--02 {
  background-image: url(../img/top/purchase02.png);
}
.p-indexService__List__item--03 {
  background-image: url(../img/top/purchase03.png);
}
.p-indexService__List__item--04 {
  background-image: url(../img/top/purchase04.png);
}
.p-indexService__List__item.is-active {
  /* width: min(70vw, 1008px); */
  width: 70vw;
  flex-grow: 1;
}
.p-indexService__List__item::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px) brightness(0.5);
  z-index: 1;
  transition: opacity 0.5s ease;
}
.p-indexService__List__item.is-active::before {
  opacity: 0;
  pointer-events: none;
}
.p-indexService__List__triggers {
  position: absolute;
  top: 0;
  z-index: 10;
  visibility: hidden;
}
.p-indexService__List__triggers .trigger {
  height: calc(100vh + 100px);
  visibility: hidden;
}
.p-indexService__List__item__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.p-indexService__List__item.is-active .p-indexService__List__item__wrap {
  opacity: 1;
}
.p-indexService__List__item__wrap .p-indexServiceBlock__txt {
  width: 100%;
  min-width: 400px;
}
.p-indexService__contentsBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.p-indexService__contents__img {
  position: relative;
  overflow: hidden;
  height: min(26.74vw, 385px);
  border-radius: 8px;
}
.p-indexService__contents__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-indexServiceBlock__txt {
  margin: 40px 0;
}
.p-indexNews {
  background-color: #fff;
  padding: 160px 0;
}
.p-indexNews__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.p-indexNews__head .c-h2Index {
  flex-shrink: 0;
}
.p-indexNews__contents {
  margin: 80px 0;
}
.p-indexBnrList {
  background-color: #fff;
  padding: 30px 0 88px;
}
.p-indexBnrList__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-indexBnrList__item {
  position: relative;
  width: 50%;
  height: 272px;
  background-color: #000;
  border-top-left-radius: 38px;
  border-bottom-right-radius: 38px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
}
.p-indexBnrList__item--01 {
  background-image: url(../img/top/bnr_sdgs.png);
}
.p-indexBnrList__item--02 {
  background-image: url(../img/top/bnr_recruit.png);
}
.p-indexBnrList__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-indexBnrList__item .c-h2Index {
  text-align: center;
}
.p-indexBnrList__item .c-h2Index .jp,
.p-indexBnrList__item .c-h2Index .en {
  color: #fff;
}
.p-indexBnrList__item .c-arrow {
  position: absolute;
  right: 34px;
  bottom: 34px;
}
@media (hover: hover) {
  .p-indexBnrList__item:hover {
    background-size: 110% 110%;
  }
}
@media (width < 880px) {
  .p-indexMv__contents {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px 20px;
    padding: 160px 0;
  }
  .p-indexMv__contents__desc {
    width: 100%;
  }
}
@media (width < 768px) {
  .p-indexService__List__warp {
    display: none;
  }
  /* .p-indexService__List__triggers .trigger {
    height: calc(100vh + 300px);
    visibility: hidden;
  } */
  .p-indexMv__Title {
    min-height: auto !important;
  }
  .p-indexMv__TitleBlock {
    bottom: 105px;
  }
  .p-indexMv__scroll {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 91.11vw;
  }
  .p-indexMv__scroll img {
    width: 144px;
  }
  .p-indexMv__contents {
    flex-direction: column;
  }
  .p-indexMv__contents__title {
    width: 100%;
  }
  .p-indexMv__contents__img {
    height: 80px;
  }
  .p-indexProcess h2 {
    text-align: left;
    width: 87.69%;
    margin: 0 auto;
  }
  .p-indexProcess .c-h2Index {
    padding: 0 0 56px;
    text-align: left;
  }
  .p-indexProcess__list {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 20px;
  }
  .p-indexEquipment {
    padding: 300px 0 200px;
  }
  .p-indexEquipment__desc {
    width: 100%;
  }
  .p-indexServiceBlock {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-indexService__contentsBlock {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 80px;
  }
  .p-indexNews__contents {
    margin-top: 40px;
  }
  .p-indexService__wrap {
    padding-top: 80px;
    border-top-left-radius: 80px;
  }
  .p-indexService__wrap:before {
    width: 368px;
    height: 187px;
    background-size: contain;
    top: -150px;
  }
  .p-indexService__bg__wrap {
    padding-bottom: 82px;
    border-bottom-right-radius: 80px;
  }
  .p-indexService__List__item.is-active {
    width: max(87.69vw, 342px);
  }
  .p-indexService__List__item:not(.is-active) {
    width: 0;
  }
  .p-indexService__contents__img {
    height: 50vw;
  }
  .p-indexNews {
    padding: 80px 0;
  }
  .p-indexNews__head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 40px;
  }
  .p-indexService__List {
    width: max(93.85vw, 366px);
    gap: 4px;
    margin: 0 auto;
  }
  .p-indexServiceBlock__txt {
    margin: 40px 0 20px;
  }
  .p-indexService__List__item__wrap .p-indexServiceBlock__txt {
    min-width: 270px;
  }
  .p-indexService__List__item .c-btn__link {
    width: 270px;
  }
  .p-indexService__List__item .c-btn__link__contents {
    width: 288px;
  }
  .p-indexBnrList {
    padding: 80px 0;
  }
  .p-indexBnrList__wrap {
    flex-direction: column;
  }
  .p-indexBnrList__item {
    width: 100%;
  }
  .p-indexBnrList__item {
    background-size: cover;
  }
  .p-indexBnrList__item--01 {
    background-image: url(../img/top/bnr_sdgs-sp.png);
  }
}

/* == FEATURE ================================================ */
.p-feature__content__wrap {
  padding: 160px 0px;
}
.p-feature__statement {
  margin-bottom: 160px;
}
.p-feature__statement .flex_wrap {
  display: flex;
  gap: 80px;
}
.p-feature__statement .flex_wrap .img_area {
  /* max-width: 600px; */
  flex: 0 0 clamp(300px, 35.3vw, 600px);
}
.p-feature__statement .flex_wrap .text_area p {
  line-height: 2.4em;
}
.p-feature__statement .flex_wrap .text_area p + p {
  margin-top: 2.4em;
}
.p-feature__goal {
  position: relative;
  padding: 160px 0 92px;
  background-color: #edeef2;
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
  margin: 0 0 560px;
}
.p-feature__goal::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -440px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: url(../img/feature/img01.png) no-repeat center bottom;
  background-size: cover;
  border-bottom-left-radius: 160px;
}
.p-feature__goal .feature__goal-h2 {
  margin: 0 0 100px;
}
.p-feature__goal h2 .text-mini {
  display: inline-block;
  color: #1f2774;
  margin: 0 0 20px;
}
.p-feature__goal h2 .bule-belt {
  display: inline-block;
  background: #00398d;
  font-size: 4rem;
  color: #fff;
  padding: 0 8px;
}
.p-feature__goal h2 .bule-belt {
  margin: 12px 0 0;
}
.feature__goal-ul li.feature__goal-li {
  margin: 0 0 160px;
}
.feature__goal-ul li.feature__goal-li:last-of-type {
  margin: 0;
}
.feature__goal-ul li.feature__goal-li .fig {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00398d;
}
.feature__goal-ul li.feature__goal-li h3 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #00398d;
  border-bottom: solid 1px #9999a8;
  padding: 0 0 32px;
  margin: 0 0 48px;
}
.feature__goal-ul li.feature__goal-li .list-ul {
  margin: 0 0 16px 30px;
}
.feature__goal-ul li.feature__goal-li .list-ul li {
  list-style: disc;
}
.feature__goal-ul li.feature__goal-li .list-ul li span {
  font-weight: 700;
}
.feature__goal-ul li.feature__goal-li .list-ul li + li {
  margin: 8px 0 0;
}
.feature__goal-ul .wrap {
  display: flex;
  gap: 64px;
}
.feature__goal-ul .wrap .img {
  max-width: 320px;
  min-width: 320px;
}
.feature__goal-ul .wrap .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #00398d;
  margin: 0 0 40px;
}
.feature__goal-ul .wrap .text {
  line-height: 2;
}
.feature__goal-ul .wrap .text .mb {
  margin-bottom: 16px;
}
.p-feature__qa {
  padding: 120px 0;
}
.p-feature__qa .text {
  margin: 0 0 50px;
}
.p-feature__qa .qa__ul {
  margin: 0 0 56px;
}
.p-feature__qa .qa__ul li {
  background: #f7f7fa;
  border-radius: 16px;
  padding: 32px 48px;
}
.p-feature__qa .qa__ul li + li {
  margin-top: 12px;
}
.p-feature__qa .qa__ul li .q__text {
  background: url(../img/feature/icon_q.png) no-repeat left top;
  background-size: 17px 33px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 44px;
  margin: 0 0 20px;
}
.p-feature__qa .qa__ul li .a__text {
  background: url(../img/feature/icon_a.png) no-repeat left 4px;
  background-size: 15px 23px;
  padding: 0 0 6px 44px;
  line-height: 2;
}
.p-featureBnrList__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-featureBnrList__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-featureBnrList__item {
  position: relative;
  width: 50%;
  height: 200px;
  background-color: #000;
  border-top-left-radius: 38px;
  border-bottom-right-radius: 38px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
}
.p-featureBnrList__item .c-h2Index {
  text-align: center;
}
.p-featureBnrList__item .c-h2Index .jp,
.p-featureBnrList__item .c-h2Index .en {
  color: #fff;
}
.p-featureBnrList__item .c-h2Index .jp {
  font-size: 4rem;
}
.p-featureBnrList__item--01 {
  background-image: url(../img/feature/bg_image01.jpg);
}
.p-featureBnrList__item--02 {
  background-image: url(../img/feature/bg_image02.jpg);
}
.p-featureBnrList__item--03 {
  background-image: url(../img/feature/bg_image03.jpg);
}
.p-featureBnrList__item .c-arrow {
  position: absolute;
  right: 34px;
  bottom: 34px;
}
@media (width < 768px) {
  .p-feature__content__wrap {
    padding: 80px 0 120px;
  }
  .p-feature__statement {
    margin-bottom: 104px;
  }
  .p-feature__statement .flex_wrap {
    display: block;
  }

  .p-featureBnrList__wrap {
    flex-direction: column;
  }
  .p-featureBnrList__item {
    background-size: cover;
    width: 100%;
  }
  .p-feature__goal {
    padding: 104px 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin: 0 0 180px;
  }
  .p-feature__goal::after {
    bottom: -200px;
    height: 240px;
    background-size: cover;
    border-bottom-left-radius: 40px;
  }
  .p-feature__goal h2 .bule-belt {
    font-size: 2.8rem;
  }
  .feature__goal-ul li.feature__goal-li {
    margin: 0 0 56px;
  }
  .feature__goal-ul li.feature__goal-li:last-of-type {
    margin: 0;
  }
  .feature__goal-ul li.feature__goal-li h3 {
    font-size: 2.8rem;
    padding: 0 0 24px;
    margin: 0 0 24px;
  }
  .feature__goal-ul .wrap {
    display: block;
  }
  .feature__goal-ul .wrap .img {
    min-width: auto;
    max-width: 320px;
    width: 62%;
    margin: 0 auto 24px;
  }
  .feature__goal-ul .wrap .ttl {
    font-size: 2.4rem;
    margin: 0 0 24px;
  }
  .p-feature__qa {
    padding: 104px 0 48px;
  }
  .p-feature__qa .qa__ul li {
    padding: 20px 24px;
  }
  .p-feature__qa .qa__ul li + li {
    margin-top: 12px;
  }
  .p-feature__qa .qa__ul li .q__text {
    padding: 2px 0 4px 32px;
    margin: 0 0 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-feature__qa .qa__ul li .a__text {
    padding: 0 0 6px 32px;
  }
}
/* == PROCESS ================================================ */
/* == SDGs =================================================== */
.p-under__contents {
  position: relative;
  margin-top: 96px;
}
.p-under__contents__wrap {
  padding: 160px 0;
}
.p-sdgsDetailList__item {
  margin: 0 0 120px;
}
.p-sdgsDetailList__item:last-of-type {
  margin: 0;
}
.p-sdgsDetailList__item .sdgs-h3 {
  font-size: 4rem;
  margin: 0 0 40px;
}
.p-sdgsDetailList__item p {
  line-height: 2;
}
.p-sdgsDetailList__item p.sdgs-p {
  margin: 0 0 50px;
}
.p-sdgsDetailList__item p .b {
  font-weight: 700;
}
.p-sdgsDetailList__item .img {
  width: 80%;
  margin: 0 auto 56px;
}
.p-sdgsDetailList__item .sdgs-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-sdgsDetailList__item .sdgs-ul li {
  width: calc(100% / 3 - 28px);
  font-size: 1.4rem;
}
.p-sdgsDetailList__item .sdgs-ul li span {
  font-weight: 700;
}
@media (width < 768px) {
  .p-under__contents__wrap {
    padding: 80px 0 160px;
  }
  .p-sdgsDetailList__item .sdgs-h3 {
    font-size: 2.8rem;
    margin: 0 0 40px;
  }
  .p-sdgsDetailList__item {
    margin: 0 0 100px;
  }
  .p-sdgsDetailList__item p.sdgs-p {
    margin: 0 0 40px;
  }
  .p-sdgsDetailList__item .img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .p-sdgsDetailList__item .sdgs-ul {
    display: block;
  }
  .p-sdgsDetailList__item .sdgs-ul li {
    width: 100%;
    display: flex;
    gap: 16px;
    margin: 0 0 50px;
  }
  .p-sdgsDetailList__item .sdgs-ul li:last-of-type {
    margin: 0;
  }
  .p-sdgsDetailList__item .sdgs-ul li .list-img {
    width: 30%;
    min-width: 120px;
    max-width: 120px;
  }
}

/* == SERVICE ================================================ */
.p-service__contents {
  position: relative;
  margin-top: 96px;
}
.p-service__content__wrap {
  padding: 160px 0;
}
.p-service__content__list {
  display: flex;
  flex-direction: column;
  gap: 160px 0;
}
.p-service__content__list .item {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 40px min(4.67%, 56px);
}
.p-service__content__list .item:not(:last-child)::before {
  content: "";
  background-color: #d9d9d9;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
}
.p-service__content__list .item__img {
  width: min(47.33%, 568px);
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.p-service__content__list .item__contents__title {
  font-size: clamp(2.8rem, 2.78vw, 4rem);
  font-weight: 700;
  color: #1f2774;
}
.p-service__content__list .item__contents__desc {
  line-height: 2;
  margin-top: 24px;
}
.p-service__content__list .item__contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  margin-top: 24px;
}
.p-service__content__list .item__contents__list .itemDetail a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  width: 280px;
}
.p-service__content__list .item__contents__list .c-arrow {
  width: 20px;
  height: 20px;
}
.p-service__content__list .item__contents__list .c-arrow::after {
  background-size: 12px 12px;
  width: 20px;
  height: 20px;
}
.p-service__content__list .c-btn {
  margin-top: 64px;
}
/* == SERVICE：Detail ========================================== */
.p-serviceDetail {
  position: relative;
}
.p-serviceDetail__contents {
  position: relative;
  margin-top: 80px;
}
.p-serviceDetail__content__wrap {
  padding: 120px 0 160px;
}
.p-serviceDetail__content__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: min(3.89vw, 56px);
}
.p-serviceDetail__content__block .desc__text {
  font-size: 1.8rem;
  line-height: 2;
}
.p-serviceDetail__content__block .desc__text p {
  margin-bottom: 40px;
}
.p-serviceDetail__content__block .list-ul {
  margin: 0 0 0 30px;
}
.p-serviceDetail__content__block .list-ul li {
  list-style: disc;
}
.p-serviceDetail__content__block .imgWrap01 {
  margin: 40px 0 0;
}
.p-serviceDetail .desc__text__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-serviceDetail .desc__text__img {
  display: flex;
  gap: 40px min(2.78vw, 40px);
}
.p-serviceDetail .desc__text__img .item__img {
  overflow: hidden;
  border-radius: 8px;
}
.p-serviceDetail .desc__text__img .item__caption {
  font-size: 1.4rem;
  line-height: 2;
  margin: 12px 0 0;
}
.p-serviceDetailList__item {
  padding-top: 120px;
}
.p-serviceDetailList__item--first {
  padding-top: 0;
}
.p-serviceDetailList__item p {
  line-height: 2;
}
.p-serviceDetailList__item p:not(:last-of-type) {
  margin-bottom: 30px;
}
p.p-serviceDetailList__item__txt {
  margin-bottom: 56px;
}
.p-serviceDetailList__item__block:not(:last-child) {
  margin-bottom: 80px;
}
.p-serviceDetailList__item__block .scrapDetail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px min(2.78vw, 40px);
}
.p-serviceDetailList__item__block .scrapDetail__item__img {
  border-radius: 8px;
}
.p-serviceDetailList__item__block .scrapDetail__item__title {
  font-size: clamp(1.6rem, 1.39vw, 2rem);
  font-weight: 700;
  color: #1f2774;
  margin: 12px 0;
}
.p-serviceDetailList__item__block .scrapDetail__item__desc {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}
.p-serviceDetailList__item .p-serviceDetailList__item__list {
  margin: 32px 0;
}
.p-serviceDetailList__item .p-serviceDetailList__item__list .item {
  position: relative;
  padding-left: 26px;
}
.p-serviceDetailList__item
  .p-serviceDetailList__item__list
  .item:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-serviceDetailList__item .p-serviceDetailList__item__list .item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #000;
}
.p-serviceDetailList .imgWrap02 {
  float: right;
  width: 42%;
  max-width: 440px;
  margin: 0 0 40px 40px;
}
.p-serviceDetailList p span {
  font-weight: 700;
}
.p-serviceDetailList__item .p-serviceDetailList__flow {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px;
}
.p-serviceDetailList__item .p-serviceDetailList__flow .item {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f2774;
}
.p-serviceDetailList__item .p-serviceDetailList__flow .item + .item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/service/recycle/arrow.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -20px;
  top: 40%;
}
.p-servicePlasticFlow > .item {
  display: flex;
  gap: 32px;
  margin: 0 0 60px;
  position: relative;
}
.p-servicePlasticFlow > .item::after {
  position: absolute;
  top: 15px;
  left: 65px;
  display: block;
  content: "";
  z-index: -1;
  width: 2px;
  height: calc(100% + 60px);
  background: url(../img/service/plastic/line.png) repeat-y;
}
.p-servicePlasticFlow > .item:last-of-type::after {
  display: none;
}
.p-servicePlasticFlow > .item:last-of-type {
  margin: 0;
}
.p-servicePlasticFlow > .item .img {
  min-width: 132px;
  max-width: 132px;
}
.p-servicePlasticFlow > .item .text h3 {
  font-size: 2.2rem;
  color: #1f2774;
  margin: 0 0 10px;
}
@media (width < 880px) {
  .p-serviceDetailList__item__block .scrapDetail {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .p-serviceDetailList__item__block .scrapDetail__item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }
  .p-serviceDetailList__item__block .scrapDetail__item__img {
    width: 200px;
    flex-shrink: 0;
  }
  .p-serviceDetailList__item__block .scrapDetail__item__title {
    margin: 0 0 4px;
  }
}
@media (width < 768px) {
  .p-service__content__list .item {
    flex-direction: column;
  }
  .p-service__content__wrap {
    padding: 80px 0 160px;
  }
  .p-service__content__list .item__img {
    width: 100%;
  }
  .p-service__content__list .c-btn {
    margin-top: 40px;
  }
  .p-serviceDetail .desc__text__title {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
  .p-serviceDetail__contents {
    margin-top: 56px;
  }
  .p-serviceDetail__content__wrap {
    padding: 80px 0 120px;
  }
  .p-serviceDetailList__item {
    padding-top: 104px;
  }
  .p-serviceDetailList__item--first {
    padding-top: 0;
  }
  .p-serviceDetailList__item__txt {
    margin-bottom: 48px;
  }
  .p-serviceDetailList__item__block .scrapDetail__item__img {
    width: 30.77vw;
  }
  .p-serviceDetailList__item__block .scrapDetail__item__block {
    flex-grow: 1;
  }
  .p-serviceDetail__content__block .desc__text p,
  .p-serviceDetailList__item p:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .p-serviceDetail .desc__text__img {
    flex-direction: column;
  }
  .p-serviceDetail .desc__text__img .item {
    display: flex;
    gap: 16px;
  }
  .p-serviceDetail .desc__text__img .item__img {
    width: 120px;
    border-radius: 4px;
  }
  .p-serviceDetail .desc__text__img .item__caption {
    margin: 0;
  }
  .p-serviceDetail__content__block .imgWrap01 {
    margin: 30px 0 0;
  }
  .p-serviceDetailList__item .p-serviceDetailList__flow {
    display: block;
  }
  .p-serviceDetailList__item .p-serviceDetailList__flow .item {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .p-serviceDetailList__item .p-serviceDetailList__flow .item .img {
    min-width: 120px;
    max-width: 120px;
  }
  .p-serviceDetailList__item .p-serviceDetailList__flow .item {
    margin: 0 0 20px;
  }
  .p-serviceDetailList__item .p-serviceDetailList__flow .item:last-of-type {
    margin: 0;
  }
  .p-serviceDetailList__item .p-serviceDetailList__flow .item + .item::before {
    left: 50px;
    top: -20px;
    transform: rotate(90deg);
  }
  .p-servicePlasticFlow .item .img {
    min-width: 100px;
    max-width: 100px;
  }
  .p-servicePlasticFlow .item .text h3 {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .p-servicePlasticFlow > .item::after {
    top: 15px;
    left: 48px;
  }
}
/* == Recycle ================================================= */
.p-recycl__goal {
  position: relative;
  padding: 160px 0 92px;
  background-color: #edeef2;
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
}
.p-recycl__goal .c-flowDetail {
  margin-top: 0;
}
/* == Equipment ================================================= */
.p-equipment__contents {
  position: relative;
  margin-top: 96px;
}
.p-equipment__content__wrap {
  padding: 160px 0;
}
.p-equipment__main,
.p-equipment__retain {
  margin-bottom: 120px;
}
.p-equipment__content__mv {
  position: relative;
  margin-bottom: 56px;
  border-radius: 40px;
  width: 100%;
  height: min(50.9vw, 733px);
  overflow: hidden;
}
.p-equipment__content__mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-equipment__content__mvDesc {
  font-size: 1.8rem;
  line-height: 2;
}
.p-equipment__retain .imgWrap {
  margin: 0 0 40px;
}
.p-equipment__retain .equipment__retainFlex {
  display: flex;
  gap: 40px;
}
.p-equipment__retain .equipment__retainFlex .c-h3 {
  margin-bottom: 20px;
}
.p-equipment__retain .equipment__retainFlex .flexItem {
  background: #edeef2;
  border-radius: 8px;
  padding: 24px 32px;
}
.p-equipment__retain .equipment__retainFlex .flexItem .retainUl {
  margin: 0 0 0 30px;
}
.p-equipment__retain .equipment__retainFlex .flexItem .retainUl li {
  list-style: disc;
  margin: 0 0 5px;
}
.p-equipment__retain
  .equipment__retainFlex
  .flexItem
  .retainUl
  li:last-of-type {
  margin: 0;
}
.p-equipment__retain .equipment__retainFlex .flexItem .retainUlWrap {
  display: flex;
  gap: 40px;
}
.p-equipment__flow .flow-text {
  margin-bottom: 56px;
}
.p-equipment__flow .c-flowWrap {
  padding: 24px;
  border: #dcdce5 1px solid;
}

@media (width < 768px) {
  .p-equipment__content__wrap {
    padding: 80px 0 120px;
  }
  .p-equipment__main,
  .p-equipment__retain {
    margin-bottom: 100px;
  }
  .p-equipment__content__mv {
    margin-bottom: 40px;
    border-radius: 8px;
    height: 53.59vw;
  }
  .p-equipment__content__mvDesc {
    font-size: 1.6rem;
  }
  .p-equipment__retain .equipment__retainFlex {
    display: block;
  }
  .p-equipment__retain .equipment__retainFlex .flexItem + .flexItem {
    margin-top: 24px;
  }
  .p-equipment__retain .equipment__retainFlex .flexItem .retainUlWrap {
    display: block;
  }
  .retainUl + .retainUl {
    margin: 5px 0 0 30px;
  }
  .p-equipment__flow .flow-text {
    margin-bottom: 40px;
  }
}
/* == Company ================================================= */
.p-company__contents {
  position: relative;
  margin-top: 96px;
}
.p-company__content__wrap {
  padding: 160px 0;
}
.p-company__statement {
  margin-bottom: 160px;
}
.p-company__statement .u-bold {
  font-size: 2.8rem;
}
.p-company__statement .statementList {
  display: flex;
  gap: 40px;
}
/* .p-company__statement .statementList {
  padding: 80px 64px 72px;
  background-image: url(../img/company/statement_bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-company__statement .statementList .statementList__item {
  color: #fff;
  font-size: 2rem;
  padding: 0 16px 0 28px;
}
.p-company__statement .statementList__item:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #fff;
}
.p-company__statement .statementList__item:not(:last-child) {
  padding-bottom: 40px;
}
.p-company__statement .u-bold {
  font-size: 2.8rem;
}
.p-company__statement .statementList__item__title {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 12px;
}
.p-company__statement .statementList__item__title::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: -12px;
}
.statementList__item__text {
  font-weight: 700;
} */
.p-company__message__text {
  font-size: 1.8rem;
  line-height: 2.4;
  margin-bottom: 120px;
}
.p-company__message__text p {
  margin-bottom: 32px;
}
.p-company__message__info {
  margin-top: 72px;
  text-align: right;
}
.p-company__message__info .position {
  line-height: 1;
  margin-bottom: 20px;
}
.p-company__message__info .name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.p-company__goal {
  padding: 160px 0 92px;
  background-color: #edeef2;
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
}
.p-company__goal__warp {
  background-image: url(../img/company/bg_arrow.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 628px;
}
.p-company__goal__subTitle {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 32px;
}
.p-company__goal__subTitle::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.p-company__goal__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.goalBlock {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  font-size: 1.4rem;
  line-height: 2;
  height: fit-content;
}
.goalBlock--before {
  width: min(33.33vw, 480px);
  padding: 24px 32px 40px;
}
.goalBlock--after {
  width: min(38.89vw, 560px);
  padding: 40px 32px 12px;
}
.goalBlock .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1f2774;
  margin-bottom: 4px;
}
.goalBlock .desc {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.goalBlock .desc::before {
  content: "";
  background-color: #000;
  width: 16px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
}
.p-company__goal__contents .year {
  font-size: 16rem;
  line-height: 1;
  color: #00398d;
}
.p-company__goal__contents .year--before {
  position: relative;
  right: 0;
  top: -40px;
  text-align: right;
  padding-right: 8px;
}
.p-company__goal__contents .year--after {
  position: relative;
  bottom: -40px;
  padding-left: 8px;
  z-index: 1;
}
.p-company__info {
  padding: 120px 0;
}
.p-company__info .officeBlock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 40px;
}
.p-company__info .officeBlock:not(:last-child) {
  margin-bottom: 56px;
}
.p-company__info .officeBlock__info p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 12px 0;
}
.p-company__info .officeBlock__info {
  width: 45%;
  min-width: 300px;
  max-width: 400px;
}
.p-company__info .officeBlock__info__name,
.p-company__info .officeBlock__info .title {
  font-weight: 700;
}
.p-company__info .officeBlock__info ul li {
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.p-company__info .officeBlock__info .title {
  width: 68px;
  flex-shrink: 0;
}
.p-company-en .p-company__info .officeBlock__info .title {
  width: 108px;
}
.p-company__info .officeBlock__map {
  width: clamp(342px, 25vw, 360px);
  height: 240px;
}
.p-company__info .officeBlock__map iframe {
  width: 100%;
}
.p-company__history {
  padding: 160px 0;
  background-color: #edeef2;
  border-top-left-radius: 160px;
  border-bottom-right-radius: 160px;
}
.p-company__history table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-company__history table th {
  width: 120px;
  border-bottom: 1px solid #d9d9d9;
  padding: 32px 16px;
  text-align: center;
  vertical-align: top;
}
.p-company__history table th.year {
  width: 96px;
  text-align: left;
}
.p-company-en .p-company__history table th.year {
  width: 120px;
}
.p-company__history table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 32px 16px;
  word-break: break-word;
}
.p-company__history table tr.is-second td {
  padding: 20px 16px 32px;
}
.p-company__history table tr.no-border th.year,
.p-company__history table tr.no-border td,
.p-company__history table tr.is-second--bottom th.year,
.p-company__history table tr.is-second--bottom td {
  border-bottom: none;
}
.p-company__history table tr.is-second th,
.p-company__history table tr.is-second td {
  padding: 0 16px 32px;
}
@media (width < 768px) {
  .p-company__content__wrap {
    padding: 80px 0 120px;
  }
  .p-company__statement {
    margin-bottom: 104px;
  }
  .p-company__statement .statementList {
    display: block;
  }
  .p-company__statement .statementList .statementList__item {
    margin: 0 0 40px;
  }
  .p-company__statement .statementList .statementList__item:last-of-type {
    margin: 0;
  }
  /* .p-company__statement .statementList {
    background-image: url(../img/company/statement_bg-sp.png);
    padding: 80px 24px 72px;
  }
  .p-company__statement .statementList .statementList__item {
    padding-left: 12px;
    padding-right: 0;
  } */
  .p-company__info .officeBlock__info {
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }
  .p-company__statement .u-bold {
    font-size: 2rem;
  }
  .statementList__item__text {
    font-size: 1.4rem;
  }
  .p-company__message__text {
    margin-bottom: 104px;
  }
  .p-company__message__text p {
    font-size: 1.6rem;
  }
  .p-company__message__info {
    margin-top: 56px;
  }
  .p-company__message__info .position {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .p-company__message__info .name {
    font-size: 2.4rem;
  }
  .p-company__goal {
    padding: 104px 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .p-company__goal__warp {
    background-image: none;
    height: auto;
  }
  .p-company__goal__subTitle {
    font-size: 1.8rem;
    padding-left: 24px;
  }
  .p-company__goal__contents {
    flex-direction: column;
    margin-top: 0;
  }
  .p-company__goal__contents__wrap {
    position: relative;
  }
  .goalBlock {
    width: 100%;
    margin-top: 80px;
    padding: 48px 30px 24px;
  }
  .p-company__goal__contents .year {
    font-size: 7rem;
    position: absolute;
    top: 40px;
    left: 14px;
    text-align: left;
    padding: 0;
  }
  .p-company__info {
    padding: 104px 0;
  }
  .p-company__info .officeBlock__map {
    width: 100%;
  }
  .p-company__history {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 104px 0;
  }
  .p-company__history table th {
    width: 64px;
    text-align: left;
    padding-left: 0;
    padding-right: 8px;
  }
  .p-company__history table td {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .p-company__history table th.year {
    width: 64px;
    padding-left: 0;
    padding-right: 8px;
  }
  .p-company-en .p-company__history table th.year {
    width: 100px;
  }
  .p-company__history table th.year--text {
    font-size: 1.4rem;
  }
  .p-company__history table tr.is-second th {
    padding-left: 0;
    padding-right: 8px;
  }
  .p-company__history table tr.is-second td {
    padding-left: 0;
    padding-right: 0;
  }
}
/* == Recruit ================================================= */
.p-recruit__contents {
  position: relative;
  margin-top: 96px;
}
.p-recruit__contents__wrap {
  padding: 160px 0;
}
.p-recruit__contents__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 56px;
}
.p-recruitList {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.p-recruitList__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: block;
  width: min(25.97vw, 374px);
  padding: 32px 40px;
  border: 1px solid #d9d9d9;
  border-radius: 40px 8px 40px 8px;
}
.p-recruitList__item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-recruitList__item__title .position {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2774;
}
.p-recruitList__item__title .c-arrow {
  width: 24px;
  height: 24px;
}
.p-recruitList__item__title .c-arrow:after {
  background-size: 16px 16px;
}
.p-recruitList__item__desc {
  margin-top: 12px;
  line-height: 2;
  font-size: 1.4rem;
}
.p-recruitDetail {
  position: relative;
}
.p-recruitDetail__contents {
  position: relative;
  margin-top: 80px;
}
.p-recruitDetail__contents__wrap {
  padding: 80px 0 160px;
}
.p-recruitDetail__contents .c-btn {
  margin: 56px auto 0;
}
.p-recruitDetail__other {
  margin-top: 160px;
}
.p-recruitDetail__other .p-recruitList__item a {
  width: min(40.28vw, 580px);
}
@media (hover: hover) {
  .p-recruitList__item:hover .c-arrow::before {
    left: 0;
  }
}
@media (width < 768px) {
  .p-recruit__contents__wrap {
    padding: 80px 0 120px;
  }
  .p-recruit__contents__text {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-recruitList {
    flex-direction: column;
  }
  .p-recruitList__item a,
  .p-recruitDetail__other .p-recruitList__item a {
    width: 100%;
  }
}
/* == News =================================================== */
.p-news__contents {
  position: relative;
  margin-top: 96px;
}
.p-news__contents .c-underContents {
  transform: translateY(0);
}
.p-news__contents__wrap {
  padding: 160px 0;
}
.p-news__contents__wrap p {
  margin-top: 80px;
}
.p-news__contents .c-newsList {
  margin: 56px 0;
}
.p-news__pagination__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.p-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-news__pagination__one a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  transition: 0.3s;
}
.p-news__pagination__one.prev svg {
  transform: rotate(180deg);
}
.p-news__pagination__one.disable {
  display: flex;
  align-items: center;
  color: #9999a8;
  font-weight: 700;
}
.p-news__pagination__one.disable svg path {
  fill: #9999a8;
}
.p-news__pagination__one span {
  position: relative;
  display: block;
  height: 100%;
  line-height: 38px;
}
.p-news__pagination__item {
  position: relative;
  color: #000;
  width: 32px;
  height: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 40px;
  transition: 0.3s;
}
.p-news__pagination__item.current {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
}
.p-news__pagination__item::after,
.p-news__pagination__one span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-news__pagination__one.disable span::after {
  content: none;
}
.p-news__pagination__item:not(:last-child) {
  margin-right: 12px;
}
.p-news__pagination__item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
}
.p-news__pagination .dots {
  margin-right: 12px;
}
.p-newsDetail {
  position: relative;
  padding-bottom: 80px;
  max-width: 1440px;
  margin: 0 auto;
}
.p-newsDetail__info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  transform: translateY(1em);
  opacity: 0;
  animation: fadeUp 0.5s ease-out forwards;
}
.p-newsDetail__info .category {
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 16px;
  border: 1px solid #9999a8;
  border-radius: 16px;
  text-box: trim-both cap alphabetic;
}
.p-newsDetail__info .date {
  line-height: 1;
}
.p-newsDetail__contents {
  position: relative;
  margin-top: 80px;
}
.p-newsDetail__contents .c-underTextDeco {
  top: -186px;
}
.p-newsDetail__contents__wrap {
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 80px 120px 120px;
  border-radius: 40px;
}
.p-newsDetail__contents h2 {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-newsDetail__contents p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 40px;
}
.p-newsDetail__contents h3 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-newsDetail__contents h4 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-newsDetail__contents h5,
.p-newsDetail__contents h6 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-newsDetail__contents__other {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.p-newsDetail__contents__other::before {
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-newsDetail__contents__other .label {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-newsDetail__contents__other .c-arrow {
  width: 24px;
  height: 24px;
}
.p-newsDetail__contents__other .c-arrow:after {
  background-size: 16px 16px;
}
.p-newsDetail__contents__other .article--prev .c-arrow:before {
  left: auto;
  right: -100%;
}
.p-newsDetail__contents__other .article--prev .c-arrow:after {
  transform: rotate(180deg);
}
.p-newsDetail__contents__other .article--next .label {
  justify-content: flex-end;
}
.p-newsDetail__contents__other .title {
  width: min(27.78vw, 400px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.p-newsDetail__contents__other .article--next .title {
  text-align: right;
}
.p-newsDetail__contents .c-btn {
  margin: 56px auto 0;
}
@media (hover: hover) {
  .p-news__pagination__item:hover::after,
  .p-news__pagination__one span:hover::after {
    transform: scale(1, 1);
  }
  .p-newsDetail__contents__other .article--next:hover .c-arrow:before {
    left: 0;
  }
  .p-newsDetail__contents__other .article--prev:hover .c-arrow:before {
    right: 0;
  }
}
@media (width < 768px) {
  .p-news__contents__wrap {
    padding: 80px 0 120px;
  }
  .p-news__pagination__block {
    gap: 24px;
  }
  .p-news__pagination__one span {
    display: none;
  }
  .c-underTitle__news {
    font-size: 3.2rem;
  }
  .p-newsDetail {
    padding-bottom: 0;
  }
  .p-newsDetail__contents {
    margin-top: 56px;
  }
  .p-newsDetail__contents__wrap {
    padding: 80px 24px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-newsDetail__contents .c-underTextDeco {
    top: -68px;
  }
  .p-newsDetail__contents h2 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .p-newsDetail__contents p {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .p-newsDetail__contents h3 {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  .p-newsDetail__contents h4 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .p-newsDetail__contents h5,
  .p-newsDetail__contents h6 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  .p-newsDetail__contents__other .label {
    font-size: 1.6rem;
  }
  .p-newsDetail__contents__other .title {
    font-size: 1.4rem;
    white-space: normal;
    width: 147px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 行数指定 */
    -webkit-line-clamp: 2;
    margin-top: 12px;
  }
}

/* == contact ================================================= */
.p-contact {
  position: relative;
  background-color: #dcdce5;
  padding: 156px 0 80px;
}
.p-contact__union {
  position: absolute;
  top: 85px;
  right: 0;
  width: 608px;
  height: 296px;
  z-index: 0;
}
.p-contact__block {
  position: relative;
  margin-bottom: 56px;
  text-align: center;
  z-index: 1;
}
.p-contact__title {
  color: #1f2774;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-contact__desc {
  line-height: 2;
  margin-top: 32px;
}
.p-contact__contents {
  width: 960px;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 120px;
  margin: 0 auto;
}
.inputBox__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.inputBox__label .require {
  color: #c71414;
  background-color: #ffdada;
  font-size: 1.2rem;
  line-height: 1;
  height: fit-content;
  padding: 7px 8px;
  text-box: trim-both cap alphabetic;
}
.inputBox__label .label {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-entryForm__list__item {
  margin-bottom: 56px;
}
.p-entryForm__list__item .formRadio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-entryForm__list__item .formRadio span {
  margin: 0;
}
.p-entryForm__list__item .formRadio label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-entryForm__list__item input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 100vmax;
  cursor: pointer;
  transition: 0.2s ease;
}
/* チェックされた時の中の丸 */
.p-entryForm__list__item input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-color: #00398d;
  /* 中の丸の色 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-entryForm__list__item input[type="text"],
.p-entryForm__list__item input[type="email"],
.p-entryForm__list__item input[type="tel"] {
  width: 100%;
  height: 72px;
  border: 1px solid #d9d9d9;
  background-color: #f7f7fa;
  border-radius: 8px;
  font-size: 1.8rem;
  padding: 20px 28px;
}
.p-entryForm__list__item textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #f7f7fa;
  border-radius: 8px;
  font-size: 1.8rem;
  padding: 20px 28px;
  font-family: inherit !important;
}
.p-entryForm__list__item input::placeholder {
  color: #9999ab;
}
/*確認画面を非表示*/
.confirm_area {
  display: none;
}
/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}
/*デフォルトのバリデーションを非表示*/
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form-control-wrap {
  display: block;
}
.custom_wpcf7-not-valid-tip {
  bottom: unset !important;
  position: relative;
  display: block;
  color: #c71414;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 16px;
  padding-left: 28px;
}
.custom_wpcf7-not-valid-tip::before {
  content: "";
  background-image: url(../img/common/icon_notice.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wpcf7-form-control-wrap:has(.custom_wpcf7-not-valid-tip) .wpcf7-form-control {
  border: 1px solid #c71414;
}
.wpcf7-list-item-label {
  cursor: pointer;
  font-size: 1.8rem;
}
.confirmTxt__desc {
  padding: 20px 28px;
  margin: 16px 0;
  border: 1px solid #d9d9d9;
  font-size: 1.4rem;
}
.confirmTxt__desc__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.confirmTxt__desc__list .item {
  position: relative;
  padding-left: 20px;
}
.confirmTxt__desc__list .item::before {
  content: "";
  background-color: #000;
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  position: absolute;
  top: 10px;
  left: 8px;
}
.confirmTxt .wpcf7-list-item {
  margin: 0;
}
.confirmTxt .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.confirmTxt input[type="checkbox"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
/* チェック時のスタイル */
.confirmTxt input[type="checkbox"]:checked {
  background-color: #00398d;
  border-color: #00398d;
}
/* チェックマークを作る */
.confirmTxt input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 9px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
/* チェックされたときに表示 */
.confirmTxt input[type="checkbox"]:checked::after {
  opacity: 1;
}
.confirmTxt .privacyLink {
  color: #68d2fc;
  text-decoration: underline;
}
input {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.p-entryForm .c-btn {
  position: relative;
  margin: 0 auto;
}
.p-contact__contents__txt {
  margin-bottom: 56px;
}
.p-entryForm .c-btn__link__contents {
  text-align: center;
}
.p-entryForm .c-btn__link__contents .txt {
  color: #fff;
}
.p-entryForm .c-btn--back {
  margin-top: 20px;
}
.p-entryForm .c-btn--back .c-btn__link {
  background-color: #8f8f8f;
}
.p-entryForm .c-btn--back .c-btn__link__contents {
  right: -30px;
}
.p-entryForm .c-btn--back .c-btn__link__contents .arrowR,
.p-entryForm .c-btn--back .c-btn__link__contents .arrowL {
  transform: rotate(180deg);
}
.p-contactThanks__desc {
  margin-top: 56px;
}
.p-contactThanks .c-btn {
  margin: 56px auto 0;
}
@media (hover: hover) {
  .p-entryForm .c-btn--back:hover .c-btn__link__contents {
    right: 24px;
  }
}
@media (width < 1060px) {
  .p-contact__contents {
    width: 93.85vw;
    padding: 56px 28px;
  }
}
@media (width < 768px) {
  .p-contact {
    padding-top: 128px;
  }
  .p-contact__union {
    width: 262px;
    height: 113px;
    top: 138px;
    right: -20px;
  }
  .p-contact__title {
    font-size: 3.2rem;
  }
  .p-contact__desc {
    font-size: 1.4rem;
  }
  .inputBox__label {
    margin-bottom: 16px;
  }
  .inputBox__label .label,
  .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
  .p-entryForm__list__item input[type="radio"] {
    width: 24px;
    height: 24px;
  }
  .p-entryForm__list__item input[type="radio"]:checked::before {
    width: 18px;
    height: 18px;
  }
  .p-entryForm__list__item input[type="text"],
  .p-entryForm__list__item input[type="email"],
  .p-entryForm__list__item input[type="tel"] {
    height: 56px;
    font-size: 1.6rem;
    padding: 15px 16px;
  }
  .p-entryForm__list__item textarea {
    font-size: 1.6rem;
    padding: 15px 16px;
  }
  .confirmTxt__desc {
    padding: 16px 20px;
  }
  .confirmTxt input[type="checkbox"] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
  .confirmTxt input[type="checkbox"]::after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 10px;
  }
}

/* == Privacy ================================================= */
.p-privacy__contents {
  position: relative;
  margin-top: 96px;
}
.p-privacy__contents__wrap {
  padding: 160px 0;
}
.p-privacy__contents {
  font-size: 1.8rem;
  line-height: 2;
}
.p-privacyBlock {
  margin: 0 auto;
}
.p-privacyBlock__item:not(:last-of-type) {
  margin-bottom: 80px;
}
.p-privacyBlock p {
  margin-bottom: 40px;
}
.p-privacyBlock p.right {
  text-align: right;
  margin: 40px 0 0 0;
}
.p-privacyBlock address {
  margin-left: 24px;
}
.p-privacyBlock ol {
  margin-left: 24px;
  /* カウンターをリセット */
  counter-reset: listnum;
  /* 標準のスタイルは消す */
  list-style: none;
}
.p-privacyBlock ol li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px;
}
.p-privacyBlock ol li::before {
  counter-increment: listnum;
  content: "（" counter(listnum) "）";
  position: absolute;
  left: 0;
}
.p-privacyBlock__desc {
  margin-bottom: 80px !important;
}
@media (width < 768px) {
  .p-company__content__wrap {
    padding: 80px 0 120px;
  }
  .p-privacy__contents__wrap {
    padding: 104px 0;
  }
  .p-privacy__contents {
    font-size: 1.6rem;
  }
  .p-privacyBlock__desc {
    margin-bottom: 40px !important;
  }
  .p-privacyBlock ol {
    margin-left: 0;
  }
}

/* == footer ================================================= */
.l-footer {
  position: relative;
  background-color: #1f2774;
  overflow: hidden;
  z-index: 5;
}
.l-footer__contact {
  position: relative;
  height: 700px;
  background-image: url(../img/common/footer_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-footer__contact__contents {
  position: absolute;
  top: 338px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(600px, 66.67vw, 960px);
  background-color: #fff;
  border-top-left-radius: 38px;
  border-bottom-right-radius: 38px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 40px 86px 40px 40px;
  z-index: 1;
}
.l-footer__contact__deco {
  background-color: #1f2774;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 300px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 0;
}
.l-footer__contact__text {
  margin-top: 56px;
}
.l-footer__contact__contents .c-arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.l-footer__contents {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  padding: 72px 0 92px;
}
.l-footer__contents__logo {
  flex-shrink: 0;
  width: 160px;
}
.l-footer__contents__block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 34px;
  flex-grow: 1;
  padding-bottom: 64px;
  padding-left: 20px;
}
.l-footer__contents__block::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer__contents__block .title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.l-footer__contents__block .title .line {
  display: block;
  width: 160px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.l-footer__contents .menuList {
  display: flex;
  flex-wrap: wrap;
  gap: min(4.44vw, 64px);
  line-height: 1;
  background-color: #1f2774;
  z-index: 1;
}
.l-footer__contents .menuList__item__list .item {
  margin-bottom: 24px;
}
.l-footer__contents .menuList__item__list .item ul {
  margin-top: 24px;
  margin-left: 16px;
}
.l-footer__contents .menuList__item__list .item ul li {
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.l-footer__contents .menuList__item__list .item a {
  transition: 0.3s;
}
.l-footer__address {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px min(6.94vw, 96px);
  color: #fff;
  font-size: 1.4rem;
  padding-top: 40px;
  padding-left: 20px;
  margin: 0 0 0 auto;
}
html[lang="en-US"] .l-footer__address address {
  width: calc(33.33% - 80px);
}
.l-footer__address .name {
  font-weight: 700;
}
.l-footer__address p {
  margin-bottom: 12px;
}
.l-footer__address a {
  display: block;
  color: #68d2fc;
  text-decoration: underline;
  margin-bottom: 12px;
}
.l-footer__bottom {
  font-size: 11rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.l-footer__copyright {
  color: #fff;
  font-size: 1rem;
  padding: 24px 0;
}
@media (hover: hover) {
  .l-footer__contents .menuList__item__list .item:hover > a {
    opacity: 0.7;
  }
  .l-footer__contents .menuList__item__list .item ul li:hover a {
    opacity: 0.7;
  }
}

@media (width < 1340px) {
  html[lang="en-US"] .l-footer__address address {
    width: calc(50% - 40px);
  }
}

@media (width < 768px) {
  .l-footer__contents {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .l-footer__contents__logo {
    width: 120px;
    margin: 0 auto;
  }
  .l-footer__contact {
    height: 620px;
  }
  .l-footer__contact__deco {
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
  }
  .l-footer__contact__contents {
    width: 87.69%;
    padding: 40px;
  }
  .l-footer__contact__text {
    margin-top: 40px;
  }
  .l-footer__contact__contents .c-arrow {
    display: none;
  }
  html[lang="en-US"] .l-footer__address address {
    width: 100%;
  }
  .l-footer__bottom {
    position: relative;
    top: -48px;
    left: -234px;
    height: 2px;
    overflow: unset;
  }
  .l-footer__copyright {
    padding-top: 76px;
  }
}

@media (width < 640px) {
  html[lang="en-US"] .l-footer__contact__contents {
    top: 208px;
  }
}

@media (width < 399px) {
  .l-footer .menuList__item {
    width: 100%;
  }
}
