@charset "UTF-8";
/* Auto-generated index.scss for global */
:root {
  --bg-1: #FFF;
  --bg-2: #E2E9F0;
  --bg-3: #2C353B;
  --text-main: #15222B;
  --text-sub: #233541;
  --text-light: #A4AFB6;
  --main-color-1: #6C889A;
  --main-color-2: #CED8DE;
  --font-jp: "Noto Serif JP", serif;
  --font-en: "EB Garamond", "Noto Serif JP", serif;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --container: calc(1920px + (var(--container-side) * 2));
  --container-side: 3.4722222222%;
  --container-l: 87.5rem;
  --container-l-side: max(var(--container-side), calc(50vw - var(--container-l) / 2));
  --container-m: 53.75rem;
  --container-s: 37.5rem;
  --pm-240: clamp(200px,25vh,320px);
  --pm-200: clamp(180px,22vh,280px);
  --pm-160: clamp(140px,18vh,240px);
  --border-main-2: solid 1px var(--main-color-2);
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  font-size: 100%;
     tab-size: 4;
  word-break: normal;
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-1);
  color: var(--text-sub);
  font-family: var(--font-jp);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--font-normal);
  letter-spacing: 0.03em;
  line-height: 1.9;
}
body.is-checked {
  overflow: hidden;
}
@media screen and (max-width: 35em) {
  body {
    font-size: 0.875rem;
  }
}

section {
  position: relative;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  color: var(--text-main);
  font-weight: var(--font-medium);
}

.color-bg-1 h1,
.color-bg-1 h2,
.color-bg-1 h3,
.color-bg-1 h4 {
  color: var(--bg-1);
}

p {
  margin: 0 0 1em;
}

a {
  color: var(--main-color-1);
  transition: all 0.3s;
}
@media screen and (min-width: 67.5625em) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  border: none;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  padding: 0;
}

ol li {
  margin: 0 0 1em 1.5em;
}

ul li {
  margin: 0 0 0.3em 1.2em;
}

dl,
dt,
dd {
  margin: 0;
}

button {
  transition: all 0.3s;
}
@media screen and (min-width: 67.5625em) {
  button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 67.5em) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 35em) {
  .tb-pc {
    display: none !important;
  }
}

@media screen and (min-width: 67.5625em) {
  .tb-only {
    display: none !important;
  }
}
@media screen and (max-width: 35em) {
  .tb-only {
    display: none !important;
  }
}

@media screen and (min-width: 67.5625em) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (min-width: 35.0625em) {
  .sp-only {
    display: none !important;
  }
}

.bg-1 {
  background-color: var(--bg-1) !important;
}

.bg-2 {
  background-color: var(--bg-2) !important;
}

.bg-3 {
  background-color: var(--bg-3) !important;
}

.color-bg-1 {
  color: var(--bg-1) !important;
}

.color-bg-2 {
  color: var(--bg-2) !important;
}

.color-text-main {
  color: var(--text-main) !important;
}

.color-text-sub {
  color: var(--text-sub) !important;
}

.color-text-light {
  color: var(--text-light) !important;
}

.color-main-1 {
  color: var(--main-color-1) !important;
}

.color-main-2 {
  color: var(--main-color-2) !important;
}

.font-en {
  font-family: var(--font-en);
}

.font-small {
  font-size: 0.85em;
}

.font-large {
  font-size: 1.2em;
}

.font-strong {
  font-weight: var(--font-medium);
}

.font-uppercase {
  text-transform: uppercase;
}

.font-line-heighter,
.font-line-heighter * {
  line-height: 2.5;
}
.font-line-heighter p,
.font-line-heighter * p {
  margin: 0 0 2em;
}

.center {
  text-align: center;
}

.center > * {
  margin-left: auto;
  margin-right: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.margin-1 {
  margin-bottom: 15rem !important;
}
@media screen and (max-width: 35em) {
  .margin-1 {
    margin-bottom: 9.375rem !important;
  }
}

.margin-2 {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 35em) {
  .margin-2 {
    margin-bottom: 7.5rem !important;
  }
}

.margin-3 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 35em) {
  .margin-3 {
    margin-bottom: 6.25rem !important;
  }
}

.margin-4 {
  margin-bottom: 7.5rem !important;
}
@media screen and (max-width: 35em) {
  .margin-4 {
    margin-bottom: 5rem !important;
  }
}

.margin-5 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 35em) {
  .margin-5 {
    margin-bottom: 3.75rem !important;
  }
}

.margin-6 {
  margin-bottom: 3.75rem !important;
}
@media screen and (max-width: 35em) {
  .margin-6 {
    margin-bottom: 2.5rem !important;
  }
}

.img-object {
  overflow: hidden;
  position: relative;
}
.img-object > img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.list-none {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.list-dot {
  margin-top: 0;
}

.list-dot li {
  list-style: none;
  margin: 0 0 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.list-dot li:last-of-type {
  margin-bottom: 0;
}
.list-dot li::before {
  background-color: var(--text-light);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 0.5em;
  width: 6px;
}

#breadcrumb {
  margin: 0 auto;
  padding: 140px 0 0;
  width: 100%;
}

.breadcrumb-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  color: var(--text-light);
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumb-item:not(:last-of-type)::after {
  background-color: var(--main-color-2);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 0.5em;
  vertical-align: middle;
  width: 1em;
}

.page-id-141 .breadcrumb-item:first-child,
.parent-pageid-141 .breadcrumb-item:first-child,
.parent-pageid-143 .breadcrumb-item:first-child {
  display: none;
}

.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}

.page-header .breadcrumb-item {
  color: var(--bg-1);
}
.page-header .breadcrumb-item:not(:last-of-type)::after {
  background-color: var(--bg-1);
}

@media screen and (max-width: 67.5em) {
  #breadcrumb {
    padding-top: 100px;
  }
}
@media screen and (max-width: 35em) {
  .breadcrumb-item {
    font-size: 0.625rem;
  }
}
.site-content {
  background-color: var(--bg-1);
  z-index: 1;
}

.site-content,.relative {
  position: relative;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

/* Auto-generated index.scss for layout */
.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 var(--container-side);
  position: relative;
  width: 100%;
}

.container-l {
  margin: 0 auto;
  max-width: var(--container-l);
}

.container-m {
  margin: 0 auto;
  max-width: var(--container-m);
}

.container-s {
  margin: 0 auto;
  max-width: var(--container-s);
}

.section-wrap {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.--nowrap {
  flex-wrap: nowrap;
}
.flex.--space-between {
  justify-content: space-between;
}
.flex.--space-around {
  justify-content: space-around;
}
.flex.--justify-center {
  justify-content: center;
}
.flex.--justify-start {
  justify-content: flex-start;
}
.flex.--justify-end {
  justify-content: flex-end;
}
.flex.--align-center {
  align-items: center;
}
.flex.--align-start {
  align-items: flex-start;
}
.flex.--align-end {
  align-items: flex-end;
}
.flex.--align-base {
  align-items: baseline;
}
.flex.--row-column {
  flex-direction: row;
}
@media screen and (max-width: 35em) {
  .flex.--row-column {
    flex-direction: column;
  }
}
.flex.--row-column-reverse {
  flex-direction: row;
}
@media screen and (max-width: 67.5em) {
  .flex.--row-column-reverse {
    flex-direction: column-reverse;
  }
}
.flex.--row-reverse-column {
  flex-direction: row-reverse;
}
@media screen and (max-width: 35em) {
  .flex.--row-reverse-column {
    flex-direction: column;
  }
}
.flex.--column,.flex.--column-row {
  flex-direction: column;
}
@media screen and (max-width: 67.5em) {
  .flex.--column-row {
    flex-direction: row;
  }
}

.cell {
  position: relative;
}
.cell > *:last-child {
  margin-bottom: 0;
}

.cell--1-2 {
  width: 48%;
}

.cell--1-3 {
  width: 33%;
}

.cell--2-3 {
  width: 58%;
}

.cell--1-4 {
  width: 23%;
}

.cell--3-4 {
  width: 73%;
}

@media screen and (max-width: 35em) {
  .cell--1-2,
  .cell--1-3,
  .cell--1-4,
  .cell--2-3,
  .cell--3-4 {
    width: 100%;
  }
  .order0 {
    order: 0;
  }
  .order1 {
    order: 1;
  }
}

@media screen and (max-width: 35em) {
}

@media screen and (max-width: 35em) {
}

#footer {
  position: relative;
}

.footer-bg {
  bottom: 0;
  filter: blur(20px);
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100vw;
}

.footer-bg-content {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.footer-cta {
  overflow: hidden;
  padding: max(var(--pm-200), 50vh - 600px) 0;
  position: relative;
}

.page-id-13 .footer-cta,
.page-id-160 .footer-cta {
  display: none;
}

.footer-cta-circle {
  margin: auto;
  width: min(90%, 640px);
}
.footer-cta-circle .circle-item {
  opacity: 0.4;
}

.footer-cta-text {
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
}

.footer-cta-heading {
  margin-bottom: 1.875rem;
}

.footer-main {
  align-items: flex-end;
  display: flex;
  min-height: max(100vh - var(--pm-200), 50vh + 600px);
  padding: 80px 0;
}

.footer-main-inner {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  width: 250px;
}

.footer-logo-text {
  margin: 2em 0 0;
}

.footer-main-list {
  margin: 0;
  padding: 0;
}

.footer-main-item {
  line-height: 1.5;
  list-style: none;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}

.footer-main-item:last-of-type {
  margin: 0;
}

.sub-menu .footer-main-item {
  color: var(--main-color-2);
  font-size: 0.8125rem;
  margin: 0.8em 0 0;
  padding-left: 1.0625rem;
  position: relative;
}
.sub-menu .footer-main-item::before {
  background-color: var(--main-color-2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 0.8em;
}

.footer-main-link {
  color: inherit;
  text-decoration: none;
}

.copyright {
  font-size: 0.625rem;
  margin: 160px 0 0;
}

@media screen and (max-width: 67.5em) {
  .footer-main {
    padding-bottom: 40px;
  }
  .footer-logo {
    width: 170px;
  }
}
@media screen and (max-width: 35em) {
  .footer-cta {
    padding: var(--pm-160) 0;
  }
  .footer-cta-circle {
    width: 100%;
  }
  .footer-cta-text {
    width: 70%;
  }
  .footer-cta-heading {
    margin-bottom: 1.25rem;
  }
  .footer-main-inner {
    display: block;
  }
  .footer-logo {
    width: 140px;
  }
  .footer-logo-text {
    font-size: 0.75rem;
    margin-top: 1em;
  }
  .footer-menu {
    margin: 0 0 0 auto;
    width: 8.75rem;
  }
  .copyright {
    font-size: 0.625rem;
    margin-top: 3.75rem;
  }
}
.header {
  border-bottom: solid 1px var(--main-color-2);
  padding: 25px var(--container-side);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.page-template-page-business-plan #header,
.page-template-page-en-business-plan #header,
.page-template-page-business-cloth #header,
.page-template-page-en-business-cloth #header,
.page-template-page-business-yarn #header,
.page-template-page-en-business-yarn #header,
.page-template-page-thankyou #header,
.page-template-page-en-thankyou #header,
.single #header,
.error404 #header {
  background-color: var(--bg-1);
  transition: background-color 0.2s;
}
.page-template-page-business-plan #header.header-dark,
.page-template-page-en-business-plan #header.header-dark,
.page-template-page-business-cloth #header.header-dark,
.page-template-page-en-business-cloth #header.header-dark,
.page-template-page-business-yarn #header.header-dark,
.page-template-page-en-business-yarn #header.header-dark,
.page-template-page-thankyou #header.header-dark,
.page-template-page-en-thankyou #header.header-dark,
.single #header.header-dark,
.error404 #header.header-dark {
  background-color: transparent;
}

.home .header {
  display: none;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.header-title {
  margin: 0;
  width: 180px;
}

#drawer-input {
  display: none;
}

.header-nav-item {
  list-style: none;
  margin: 0;
}

.header-nav-link {
  color: var(--text-main);
  display: inline-block;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.header-nav-list-sub {
  align-items: center;
  display: flex;
  margin: 0;
}

.header-nav-item-sub {
  display: block;
  list-style: none;
  margin: 0;
}

.select-lang {
  font-size: 0.875rem;
  margin-left: 1.25rem;
}

.select-lang > span {
  display: inline-block;
  padding: 0 0.2em;
}

.select-lang-inner {
  text-decoration: none;
}

.select-lang-inner.current {
  position: relative;
}

.select-lang-inner.current::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 67.5625em) {
  .logo-drawer {
    display: none;
  }
  .header-nav-list {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .header-nav-item {
    margin: 0;
  }
  #menu-item-167,
  #menu-item-168 > .sub-menu,
  #menu-item-175,
  #menu-item-176,
  #menu-item-177,
  #menu-item-178,
  #menu-item-181 > .sub-menu,
  #menu-item-188,
  #menu-item-189,
  #menu-item-190 {
    display: none;
  }
  .header-light .header-nav-link {
    color: var(--text-main);
  }
  .header-dark .header-nav-link {
    color: var(--bg-1);
  }
  .header-nav-list-sub {
    justify-content: flex-end;
  }
  .header-nav-list-sub .btn-cta {
    display: block;
  }
  .drawer-content .header-nav-list-sub {
    display: none;
  }
  .header-light .select-lang span, .header-light .select-lang a {
    color: var(--text-main);
  }
  .header-dark .select-lang span, .header-dark .select-lang a {
    color: var(--bg-1);
  }
}
@media screen and (max-width: 67.5em) {
  .header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .header-title {
    width: 170px;
  }
  #drawer-content {
    background-color: var(--bg-3);
    height: 100dvh;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: -1;
  }
  #drawer-content::before {
    background-image: url(../img/drawer-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: inset(0 0 100% 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  #drawer-input:checked ~ #drawer-content {
    opacity: 1;
    visibility: visible;
    z-index: 990;
  }
  #drawer-input:checked ~ #drawer-content::before {
    animation: screenTop 0.6s 0.3s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
  }
  #drawer-open {
    align-items: center;
    border: solid 1px var(--text-main);
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    outline: none;
    position: absolute;
    right: var(--container-side);
    top: 50%;
    transform: translateY(-50%);
    transition: border-color 0.3s;
    width: 30px;
    z-index: 999;
  }
  #drawer-open span {
    background-color: var(--text-main);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 10px;
  }
  #drawer-open span.top {
    top: 10px;
  }
  #drawer-open span.middle {
    top: 14px;
  }
  #drawer-open span.bottom {
    bottom: 9px;
  }
  .header-dark #drawer-open {
    border-color: var(--bg-1);
  }
  .header-dark #drawer-open span {
    background-color: var(--bg-1);
  }
  .header-light #drawer-open {
    border-color: var(--text-main);
  }
  .header-light #drawer-open span {
    background-color: var(--text-main);
  }
  #drawer-input:checked ~ #drawer-open {
    border-color: var(--bg-1);
  }
  #drawer-input:checked ~ #drawer-open span {
    background-color: var(--bg-1);
    width: 12px;
  }
  #drawer-input:checked ~ #drawer-open span.top {
    top: 14px;
    transform: rotate(-45deg);
  }
  #drawer-input:checked ~ #drawer-open span.middle {
    opacity: 0;
  }
  #drawer-input:checked ~ #drawer-open span.bottom {
    bottom: 13px;
    transform: rotate(45deg);
  }
  .logo-drawer-wrap.header {
    display: block;
  }
  .header-nav {
    opacity: 0;
    padding: 65px 0 3.75rem;
    position: relative;
  }
  #drawer-input:checked ~ #drawer-content .header-nav {
    opacity: 1;
    transition: opacity 0.2s;
    transition-delay: 0.8s;
  }
  .header-nav-list {
    display: flex;
    flex-direction: column;
    margin: 1.25rem 0 1.875rem 0;
    row-gap: 1.25rem;
  }
  .header-nav-item {
    border-bottom: solid 1px var(--main-color-2);
    padding: 0 var(--container-side) 1.25rem;
  }
  #menu-item-177 {
    display: none;
  }
  .sub-menu .header-nav-item {
    border: none;
    font-size: 0.875rem;
    margin-top: 0.375rem;
    padding: 0 0 0 1.6em;
    position: relative;
  }
  .sub-menu .header-nav-item::before {
    background-color: var(--main-color-2);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0.9em;
    width: 0.8em;
  }
  .sub-menu .header-nav-item .header-nav-link {
    color: var(--main-color-2);
  }
  .header-nav-link {
    color: var(--bg-1);
  }
  .header-nav-list-sub {
    justify-content: space-between;
    padding: 0 var(--container-side);
  }
  .header-nav-item-sub .btn-cta {
    font-size: 1rem;
  }
  .select-lang {
    margin: 0;
  }
  .select-lang span, .select-lang a {
    color: var(--bg-1);
  }
}
@media screen and (max-width: 35em) {
  .header {
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .header-title {
    width: 140px;
  }
  .sub-menu .header-nav-item {
    font-size: 0.8125rem;
  }
  .header-nav-item-sub .btn-cta {
    font-size: 1em;
  }
  .select-lang {
    font-size: 0.75rem;
  }
}
/* Auto-generated index.scss for components */
/*********************
ANIMATION
*********************/
/* scroll */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0s;
  transition-duration: 1s;
  transition-property: transform, opacity;
}
.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fade {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 1s;
  transition-property: opacity;
}
.fade.is-active {
  opacity: 1;
}

.screen-left {
  clip-path: inset(0 100% 0 0);
}
.screen-left.is-active {
  animation: screenLeft 0.8s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}

@keyframes screenLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.screen-right {
  clip-path: inset(0 0 0 100%);
}
.screen-right.is-active {
  animation: screenRight 0.8s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}

@keyframes screenRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.screen-left img,
.screen-right img {
  transform: translate(-50%, -50%) scale(1.2);
}
.screen-left.is-active img,
.screen-right.is-active img {
  animation: screenLRimg 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}

@keyframes screenLRimg {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.screen-top {
  clip-path: inset(0 0 100% 0);
}
.screen-top.is-active {
  animation: screenTop 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}

@keyframes screenTop {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.screen-bottom {
  clip-path: inset(100% 0 0 0);
}
.screen-bottom.is-active {
  animation: screenBottom 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}

@keyframes screenBottom {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes screenBottomReverse {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.screen-top img,
.screen-bottom img {
  transform: translate(-50%, -50%) scale(1.2);
}
.screen-top.is-active img,
.screen-bottom.is-active img {
  animation: screenTBimg 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}

@keyframes screenTBimg {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* scroll end */
/* text */
.scroll-text-wrap {
  overflow: hidden;
  width: 100vw;
}

.scroll-text {
  -moz-column-gap: min(10vw, 100px);
       column-gap: min(10vw, 100px);
  display: flex;
}

.scroll-text-inner {
  animation: text-scroll-left 50s infinite linear both;
}

.text-svg {
  stroke-dasharray: 400;
  fill: none;
  fill-opacity: 0;
  stroke: #596670;
  stroke-width: 1px;
  stroke-linecap: round;
  opacity: 0;
}
.text-svg.is-active {
  animation: textStroke01 2s forwards;
}
.text-svg.--plan {
  stroke-dasharray: 350;
  stroke: #E4E9ED;
}
.text-svg.--plan.is-active {
  animation: textStroke02 2s forwards;
}

.fv-text-svg {
  stroke-dasharray: 250;
  fill: none;
  stroke: var(--bg-1);
  stroke-width: 1px;
  stroke-linecap: round;
  opacity: 0;
}

.fv-content-1001.is-active .fv-text-svg {
  animation: fvStroke 2s forwards;
}

.point-text-svg {
  stroke-dasharray: 200;
  fill: none;
  stroke: var(--main-color-2);
  stroke-width: 1px;
  stroke-linecap: round;
  opacity: 0;
}
.point-text-svg.is-active {
  animation: pointStroke 2s forwards;
}

@keyframes text-scroll-left {
  0% {
    transform: translateX(min(5vw, 80px));
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes textStroke01 {
  0% {
    stroke-dashoffset: 400;
    fill: none;
    fill-opacity: 0;
    opacity: 0;
  }
  5% {
    stroke-dashoffset: 400;
    fill: none;
    fill-opacity: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0px;
    fill: #596670;
    fill-opacity: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #596670;
    fill-opacity: 1;
    opacity: 1;
  }
}
@keyframes textStroke02 {
  0% {
    stroke-dashoffset: 350;
    fill: none;
    fill-opacity: 0;
    opacity: 0;
  }
  5% {
    stroke-dashoffset: 350;
    fill: none;
    fill-opacity: 0;
    opacity: 1;
  }
  75% {
    stroke-dashoffset: 0px;
    fill: #E4E9ED;
    fill-opacity: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #E4E9ED;
    fill-opacity: 1;
    opacity: 1;
  }
}
@keyframes fvStroke {
  0% {
    stroke-dashoffset: 200;
    opacity: 0;
  }
  5% {
    stroke-dashoffset: 200;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes pointStroke {
  0% {
    stroke-dashoffset: 250;
    opacity: 0;
  }
  5% {
    stroke-dashoffset: 250;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
/* text end */
/* circle */
.circle-anime-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.circle-item {
  height: 100%;
  opacity: 0.5;
  transform: rotate(90deg);
  width: 100%;
}
.circle-item.--02 {
  left: 1%;
  position: absolute;
  top: 1%;
}

.circle-anime-wrap.is-active .circle-item {
  animation: circleRotate reverse infinite linear;
}
.circle-anime-wrap.is-active .circle-item.--01 {
  animation-duration: 25s;
}
.circle-anime-wrap.is-active .circle-item.--02 {
  animation-duration: 40s;
}

.circle-item-inner {
  stroke-dasharray: 1600;
  fill: none;
  stroke: #C5D2DA;
  stroke-width: 1px;
  stroke-linecap: round;
  opacity: 0;
}

.circle-anime-wrap.is-active .circle-item-inner {
  animation: circleStroke 1s ease-in-out forwards;
}
.circle-anime-wrap.is-active .circle-item-inner.--1-2 {
  animation-delay: 0.1s;
}
.circle-anime-wrap.is-active .circle-item-inner.--1-3 {
  animation-delay: 0.2s;
}
.circle-anime-wrap.is-active .circle-item-inner.--1-4 {
  animation-delay: 0.3s;
}
.circle-anime-wrap.is-active .circle-item-inner.--2-1 {
  animation-delay: 0.4s;
}
.circle-anime-wrap.is-active .circle-item-inner.--2-2 {
  animation-delay: 0.5s;
}
.circle-anime-wrap.is-active .circle-item-inner.--2-3 {
  animation-delay: 0.6s;
}
.circle-anime-wrap.is-active .circle-item-inner.--2-4 {
  animation-delay: 0.7s;
}

@keyframes circleRotate {
  0% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes circleStroke {
  0% {
    stroke-dashoffset: 1600;
    opacity: 0;
  }
  5% {
    stroke-dashoffset: 1600;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
/* circle end */
/* other */
@keyframes FVimg {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes infinity-scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(4.8vw);
  }
}
/* other end */
/* delay */
.delay--2 {
  transition-delay: 0.3s;
}

.delay--3 {
  transition-delay: 0.6s;
}

.delay--4 {
  transition-delay: 0.9s;
}

/* delay end */
/*********************
ARCHIVE
*********************/
.main-archive-post {
  padding-bottom: var(--pm-200);
}

.news-archive-wrap {
  border-bottom: 1px solid var(--main-color-2);
}

.news-archive-list {
  border-top: 1px solid var(--main-color-2);
}

.news-archive-list__link {
  color: var(--text-sub);
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 2.5rem;
  position: relative;
  text-decoration: none;
}
.news-archive-list__link::before {
  background-color: var(--main-color-2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 67.5625em) {
  .news-archive-list__link:hover {
    opacity: 1;
  }
  .news-archive-list__link:hover::before {
    transform: scaleX(1);
  }
}

.news-archive-list__date {
  width: 6.25rem;
}

.news-archive-list__title {
  margin: 0;
  width: calc(100% - 8.75rem);
}

@media screen and (max-width: 35em) {
  .main-archive-post {
    padding-bottom: 7.5rem;
  }
  .news-archive-list__link {
    display: block;
    padding: 2em 1em;
  }
  .news-archive-list__date {
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
  }
  .news-archive-list__title {
    width: 100%;
  }
}
.navigation.pagination {
  margin-top: 80px;
}

/* 数字のリンク */
ul.page-numbers {
  color: var(--main-color-1);
  font-weight: var(--font-medium);
  margin: 0;
}

ul.page-numbers,.pagination .page-numbers li {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination .page-numbers li {
  border: solid 1px var(--main-color-2);
  height: 1.75rem;
  list-style: none;
  margin: 0 0.5em;
  width: 1.75rem;
}
.pagination .page-numbers li:has(.prev), .pagination .page-numbers li:has(.next) {
  border: none;
}

.pagination .page-numbers li:first-of-type {
  margin-left: 0;
}

.pagination .page-numbers li:last-of-type {
  margin-right: 0;
}

.pagination .page-numbers a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

/* 前へ、次へボタン */
.pagination .nav-links .prev,
.pagination .nav-links .next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  width: 1em;
}

.pagination .nav-links .prev {
  background-image: url(../img/arrow-left-bl.svg);
}

.pagination .nav-links .next {
  background-image: url(../img/arrow-right-bl.svg);
}

/* 現在のページ */
.pagination .nav-links .current {
  align-items: center;
  background-color: var(--main-color-2);
  color: var(--bg-1);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/*********************
BUTTON
*********************/
.btn-wrap {
  margin-top: 3em;
}

.btn {
  display: inline-block;
  line-height: 1.1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
@media screen and (min-width: 67.5625em) {
  .btn:hover {
    opacity: 1;
  }
}

.btn-main {
  color: var(--text-main);
  font-size: 0.9375rem;
  padding-bottom: 0.6em;
  position: relative;
}
.btn-main::before, .btn-main::after {
  background-color: var(--text-main);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
.btn-main::before {
  left: -100%;
  transition-delay: 0.3s;
}
.btn-main::after {
  right: 0;
}
.btn-main > span {
  padding-left: 1.5em;
  position: relative;
}
.btn-main > span::before {
  background-image: url(../img/arrow-right-bk.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 0.9em;
}

.color-bg-1 .btn-main {
  color: var(--bg-1);
}
.color-bg-1 .btn-main::before, .color-bg-1 .btn-main::after {
  background-color: var(--bg-1);
}
.color-bg-1 .btn-main > span::before {
  background-image: url(../img/arrow-right-wh.svg);
}

.btn-main.btn-back::before {
  left: 0;
  transition-delay: 0s;
}
.btn-main.btn-back::after {
  right: -100%;
  transition-delay: 0.3s;
}
.btn-main.btn-back > span::before {
  background-image: url(../img/arrow-left-bk.svg);
}

.color-bg-1 .btn-main.btn-back > span::before {
  background-image: url(../img/arrow-left-wh.svg);
}

.btn-main.btn-exlink > span::before {
  background-image: url(../img/arrow-exlink-bk.svg);
}

.color-bg-1 .btn-main.btn-exlink > span::before {
  background-image: url(../img/arrow-exlink-wh.svg);
}

@media screen and (min-width: 67.5625em) {
  .btn-main:hover::before {
    left: 0;
  }
  .btn-main:hover::after {
    right: -100%;
  }
  .btn-main.btn-back:hover::before {
    left: -100%;
  }
  .btn-main.btn-back:hover::after {
    right: 0;
  }
}
.btn-cta {
  border: solid 1px var(--text-light);
  border-radius: 6.25rem;
  color: var(--bg-1);
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding: 0.6em 3em 0.6em 1.5em;
  position: relative;
  text-align: left;
  width: min(280px, 100%);
}
.btn-cta::before {
  background-color: var(--bg-1);
  height: 100%;
  left: -100%;
  top: 0;
  transition: left 0.3s;
  width: 100%;
  z-index: -1;
}
.btn-cta::before,.btn-cta::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-cta::after {
  background-image: url(../img/chevron-right-wh.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.9em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9em;
}
@media screen and (min-width: 67.5625em) {
  .btn-cta:hover {
    border-color: var(--bg-1);
    color: var(--text-main);
  }
  .btn-cta:hover::before {
    left: 0;
  }
  .btn-cta:hover::after {
    background-image: url(../img/chevron-right-bk.svg);
  }
  .header .btn-cta {
    font-size: 0.875rem;
  }
  .header-light .btn-cta {
    color: var(--text-main);
  }
  .header-light .btn-cta::before {
    background-color: var(--text-main);
  }
  .header-light .btn-cta::after {
    background-image: url(../img/chevron-right-bk.svg);
  }
  .header-light .btn-cta:hover {
    border-color: var(--text-main);
    color: var(--bg-1);
  }
  .header-light .btn-cta:hover::after {
    background-image: url(../img/chevron-right-wh.svg);
  }
}

@media screen and (min-width: 67.5625em) {
}
.btn-card {
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.btn-card::before {
  background-color: var(--text-main);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 67.5625em) {
  .btn-card:hover {
    opacity: 1;
  }
  .btn-card:hover::before {
    opacity: 0.15;
  }
  .btn-card:hover .btn-card-inner {
    transform: scale(1.05);
  }
  .btn-card:hover .btn-card-text::before {
    left: 0;
  }
  .btn-card:hover .btn-card-text::after {
    right: -100%;
  }
}

.btn-card-inner {
  left: 0;
  top: 0;
  transition: transform 0.3s;
}
.btn-card-inner,.btn-card-inner > img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.btn-card-inner > img {
  -o-object-fit: cover;
  left: 50%;
     object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-card-text {
  overflow: hidden;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}
.btn-card-text::before, .btn-card-text::after {
  background-color: var(--main-color-2);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition-duration: 0.3s;
  width: 100%;
}
.btn-card-text::before {
  left: -100%;
  transition-delay: 0.3s;
  transition-property: left;
}
.btn-card-text::after {
  right: 0;
  transition-property: right;
}
.btn-card-text .btn-card-heading {
  color: var(--bg-1);
  padding-right: 2em;
  position: relative;
}
.btn-card-text .btn-card-heading::after {
  background-image: url(../img/chevron-right-circle-wh.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

@media screen and (max-width: 35em) {
  .btn-main {
    font-size: 1em;
  }
  .btn-cta {
    font-size: 1rem;
    padding-left: 1em;
    width: min(200px, 100%);
  }
  .btn-card-text {
    padding-bottom: 0.875rem;
  }
}
/*********************
DRAWER
*********************/
.drawer__inner {
  background: #f7f9f8;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: absolute;
  top: 0.3125rem;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
.drawer__inner.is-checked {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.drawer__img {
  width: 60%;
}
.drawer__img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.drawer__logo {
  gap: 1.1875rem;
  left: 3.75rem;
  position: absolute;
  top: 1rem;
}

.drawer__title {
  margin: 0;
  width: 12.5rem;
}

.drawer__label {
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: var(--text-sub);
  font-size: 0.75rem;
  font-weight: var(--font-bold);
  line-height: 1;
  padding: 0.5rem 1rem;
}

.drawer__wrap {
  background-color: #f7f9f8;
  height: 100vh;
  min-width: 28.125rem;
  position: absolute;
  right: 0;
  width: 40%;
}

#drawer-button {
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  outline: none;
  padding-block: 0;
  padding-inline: 0;
  width: 15.1875rem;
  z-index: 1000;
}
#drawer-button.hover {
  opacity: 0.7;
}
#drawer-button.is-checked .top {
  top: -0.0625rem;
  transform: rotate(-15deg);
}
#drawer-button.is-checked .bottom {
  bottom: -0.0625rem;
  transform: rotate(15deg);
}
#drawer-button.is-checked .center {
  background-color: transparent;
}
#drawer-button.is-checked .center::after {
  content: "close";
  left: -4.25rem;
  transition: 0.3s ease-in-out;
}

#drawer-button span {
  background-color: var(--text-sub);
  display: block;
  height: 0.0625rem;
  position: absolute;
  transform-origin: right;
  transition: 0.3s ease-in-out;
  width: 3.75rem;
}
@media screen and (max-width: 35em) {
  #drawer-button span {
    left: 50%;
    margin-inline: auto;
    transform: translateX(-50%);
    width: 3rem;
  }
}

.drawer-icon {
  height: 0.875rem;
  position: relative;
}
@media screen and (max-width: 35em) {
  .drawer-icon {
    bottom: -15px;
  }
}

.drawer-icon .top {
  top: 0px;
}

.drawer-icon .bottom {
  bottom: 0px;
}
.drawer-icon .center,.drawer-icon .center::after {
  top: 50%;
  transform: translateY(-50%);
}
.drawer-icon .center::after {
  background: none;
  color: var(--text-sub);
  content: "menu"; /* 初期状態でのテキスト */
  display: block;
  font-family: var(--font-en);
  font-size: 1rem;
  left: -3.625rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.drawer-nav {
  max-width: 36rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
}
@media screen and (max-width: 67.5em) {
  .drawer-nav {
    max-width: 31.25rem;
  }
}
.drawer-nav ul li:first-child {
  width: 100%;
}

.drawer-nav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.drawer-nav__item {
  list-style: none;
  margin: 0;
  padding: 1.25rem 0;
  width: 12.5rem;
}

.drawer-nav__link {
  color: var(--text-main);
  display: block;
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  line-height: 1.3;
  padding-left: -1.5rem;
  position: relative;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.drawer-nav__link:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}

.heading-en {
  color: var(--text-light);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: var(--font-medium);
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 1.2em;
}
.heading-en--deco {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.heading-en--deco::before {
  background-image: url(../img/deco-heading-gr.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.heading-en--deco.color-bg-1::before {
  background-image: url(../img/deco-heading-wh.svg);
}

.heading-h1-page {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
}

.heading-h2-top {
  margin: 0;
}

.heading-h2-top,.heading-h2-page {
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.heading-h2-page {
  margin: 0 0 1em;
  padding-bottom: 0.7em;
  position: relative;
}
.heading-h2-page::after {
  background-color: var(--main-color-2);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 6.25rem;
}

.heading-h3 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}
.heading-h3.--copy {
  font-size: 1.875rem;
}

@media screen and (max-width: 67.5em) {
  .heading-en {
    font-size: 0.875rem;
    margin-bottom: 0.5em;
  }
  .heading-h1-page {
    font-size: 2.25rem;
  }
  .heading-h2-top,
  .heading-h2-page {
    font-size: 1.75rem;
  }
  .heading-h3 {
    font-size: 1.375rem;
  }
  .heading-h3.--copy {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 35em) {
  .heading-en {
    font-size: 0.75rem;
  }
  .heading-h1-page {
    font-size: 1.75rem;
  }
  .heading-h2-top,
  .heading-h2-page {
    font-size: 1.5rem;
  }
  .heading-h3 {
    font-size: 1.25rem;
  }
  .heading-h3.--copy {
    font-size: 1.5rem;
  }
}
.page-header {
  display: flex;
  flex-direction: column;
  height: 50vw;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: calc(27vw - 85px);
  position: relative;
  z-index: 2;
}
.page-header > img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-header .heading-h1-page {
  color: var(--bg-1);
}

.page-header-circle {
  bottom: 6%;
  left: 0;
  position: absolute;
  transform: translateX(-40%);
  width: 55vw;
}

.page-header + section {
  padding-top: var(--pm-160);
}

@media screen and (max-width: 67.5em) {
  .page-header {
    height: 66vw;
    padding-bottom: calc(32vw - 65px);
  }
  .page-header + section {
    padding-top: 8.75rem;
  }
}
@media screen and (max-width: 35em) {
  .page-header {
    height: 95vw;
    padding-bottom: calc(40vw - 57px);
  }
  .page-header-circle {
    transform: translateX(-25%);
    width: 65vw;
  }
  .page-header + section {
    padding-top: 7.5rem;
  }
}
#loading {
  align-items: center;
  background-color: var(--text-main);
  clip-path: inset(0);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
#loading.is-active {
  animation: loadingAnime 0.3s cubic-bezier(0.47, 0.05, 0.45, 0.92) forwards;
  animation-delay: 3.6s;
}

.loading-bg {
  background-color: #626c73;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-bg.is-active {
  animation: loadingAnime 0.3s cubic-bezier(0.47, 0.05, 0.45, 0.92) forwards;
  animation-delay: 3s;
}

#loading .loading-content .circle-item {
  animation: none;
}

#loading .fv-text-svg,
#loading .top-fv-copy {
  animation-delay: 1.5s;
}

@keyframes loadingAnime {
  0% {
    clip-path: inset(0);
    display: flex;
  }
  98% {
    clip-path: inset(0 0 100% 0);
    display: flex;
  }
  100% {
    clip-path: inset(0 0 100% 0);
    display: none;
  }
}
/*********************
SINGLE
*********************/
.single .site-content {
  overflow: hidden;
}

.single-circle {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -80%);
  width: 540px;
  z-index: -1;
}

.single-post__header {
  border-bottom: var(--border-main-2);
  padding-bottom: 3.75rem;
}

.single-post__title {
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.single-post__time {
  color: var(--text-light);
}

.main-single-post {
  padding: var(--pm-160) 0 var(--pm-200);
}

.main-single-post h2 {
  font-size: 1.875rem;
  margin-bottom: 1em;
  position: relative;
}

.main-single-post h2,.main-single-post h3 {
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.main-single-post h3 {
  font-size: 1.5rem;
}

.main-single-post h4 {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.main-single-post h3,
.main-single-post h4 {
  margin: 1em 0;
}

.main-single-post p + h2,
.main-single-post img + h2,
.main-single-post figure + h2,
.main-single-post table + h2 {
  margin-top: 4em;
}

.main-single-post p + h3,
.main-single-post img + h3,
.main-single-post figure + h3,
.main-single-post table + h3 {
  margin-top: 2em;
}

.main-single-post ul,
.main-single-post ol {
  margin: 2em 0;
}

.main-single-post figure,
.main-single-post img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.main-single-post figure {
  margin-bottom: 2em;
}

.main-single-post figcaption {
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 1em;
}

.main-single-post table {
  border: var(--border-main-2);
  border-collapse: collapse;
}

.main-single-post tr {
  border-bottom: var(--border-main-2);
}

.main-single-post th,
.main-single-post td {
  border-right: var(--border-main-2);
  padding: 1em;
}

.main-single-post th {
  font-weight: var(--font-medium);
}

@media screen and (max-width: 67.5em) {
  .main-single-post {
    padding: 7.5rem 0 var(--pm-160);
  }
  .main-single-post h2 {
    font-size: 1.75rem;
  }
  .main-single-post h3 {
    font-size: 1.375rem;
  }
  .main-single-post h4 {
    font-size: 1rem;
  }
  .single-post__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 35em) {
  .main-single-post {
    padding-top: 6.25rem;
  }
  .main-single-post h2 {
    font-size: 1.5rem;
  }
  .main-single-post h3 {
    font-size: 1.25rem;
  }
  .main-single-post h4 {
    font-size: 1rem;
  }
  .single-post__title {
    font-size: 1.75rem;
  }
}
/* Auto-generated index.scss for page */
.bg-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.6s;
  width: 100vw;
}

.bg-section-wrap.show .bg-section {
  opacity: 1;
}

.bg-section-content {
  position: relative;
  z-index: 1;
}

.page-section-img {
  margin-left: var(--container-l-side);
  padding-top: 40%;
}

.point-line-card__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.point-line-card__item {
  border-left: var(--border-main-2);
  list-style: none;
  margin: 0;
  padding-left: 2.5em;
}
.point-line-card__item > *:last-child {
  margin-bottom: 0;
}

.flex-fix-wrap {
  position: relative;
}

.flex-fix-heading {
  position: sticky;
  top: 15rem;
}
.flex-fix-heading .heading-h2-page {
  margin: 0;
}

.flex-fix-content {
  margin: 3.75rem 0 0 auto;
}

.info-item {
  border-bottom: var(--border-main-2);
  padding-bottom: 2em;
}
.info-item:not(:last-of-type) {
  margin-bottom: 2em;
}
.info-item dt {
  font-size: 1.125rem;
  font-weight: var(--font-medium);
  width: 8.75rem;
}
.info-item dd {
  width: calc(100% - 12.5rem);
}
.info-item dd > *:last-child {
  margin-bottom: 0;
}

.line-box {
  border: var(--border-main-2);
}

.line-box-heading,
.line-box-content {
  padding: 1.5rem 1.875rem;
}

.line-box-heading {
  border-bottom: var(--border-main-2);
}
.line-box-heading > * {
  font-size: 1.25rem;
  font-weight: var(--font-medium);
  margin: 0;
}

.line-box-content > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 67.5em) {
  .point-line-card__list {
    display: block;
  }
  .point-line-card__item {
    border-bottom: var(--border-main-2);
    border-left: none;
    padding: 0 0 2em 0;
    width: min(100%, 31.25rem) !important;
  }
  .point-line-card__item:not(:last-child) {
    margin-bottom: 2em;
  }
  .flex-fix-heading {
    position: static;
    width: 100%;
  }
  .flex-fix-content {
    margin-top: 5rem;
    max-width: 640px;
    width: 100%;
  }
}
@media screen and (max-width: 35em) {
  .page-section-img {
    padding-top: 55%;
  }
  .info-item {
    display: block;
  }
  .info-item dt {
    font-size: 0.9375rem;
    margin-bottom: 0.5em;
  }
  .info-item dt,.info-item dd {
    width: 100%;
  }
  .line-box-heading,
  .line-box-content {
    padding: 1.25rem;
  }
  .line-box-heading > * {
    font-size: 1.125rem;
  }
  .point-text-svg {
    height: 1.75rem;
  }
}
.main-page-business:not(.--top) {
  margin-top: 80px;
}

.business-top-intro {
  padding-bottom: var(--pm-160);
}
.business-top-intro p {
  max-width: 850px;
}

.business-top-list__wrap {
  margin-top: calc(var(--pm-160) * -1);
}

.business-top-intro__inner {
  padding-bottom: var(--pm-160);
}

.business-top-circle {
  bottom: 0;
  position: absolute;
  right: 0;
  transform: translate(20%, 20%);
  width: 30%;
}

.main-page-business .text-svg {
  stroke: #E4E9ED;
}
.main-page-business .text-svg.is-active {
  animation: textStroke02 2s forwards;
}

.business-flex-wrap {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.business-flex-wrap.reverse {
  flex-direction: row-reverse;
}

.business-flex-img {
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  width: 60%;
}

.business-img-item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.business-img-item.show > img {
  animation: screenTBimg 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}
.business-img-item:not(:first-child) {
  animation: screenBottomReverse 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
  clip-path: inset(100% 0 0 0);
}
.business-img-item:not(:first-child).show {
  animation: screenBottom 1s cubic-bezier(0.17, 0.63, 0.44, 1) forwards;
}
.business-img-item:first-child:not(#business-img-first).show > img {
  animation: none;
}

#business-img-first {
  z-index: 5;
}

.business-flex-text {
  width: 40%;
}

.page-business-group {
  padding: 0 calc(var(--container-side) / 0.4);
}
.page-business-group:last-child .business-text-content:last-child {
  padding-bottom: 0;
}
.page-business-group:last-child .business-text-content:last-child > *:last-child {
  margin-bottom: 0;
}

.business-heading {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
  justify-content: center;
  position: relative;
}
.business-heading #breadcrumb {
  padding-bottom: 7.5rem;
  padding-top: 0;
}
.business-heading #breadcrumb .container {
  padding: 0;
}

.business-heading-circle {
  aspect-ratio: 1/1;
  left: -30%;
  max-width: 720px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120%;
}
.business-heading-circle .circle-item {
  height: 90%;
  left: 5%;
  position: absolute;
  top: 5%;
  width: 90%;
}

.business-text-content {
  padding: var(--pm-160) 0;
}
.business-text-content p {
  max-width: 31.25rem;
}
.business-text-content img + img {
  margin-top: 1.875rem;
}

.plan-section-wrap {
  margin: var(--pm-240) 0 var(--pm-160);
  position: relative;
}

.plan-section-text {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.plan-section-img {
  padding-top: 50%;
}

.plan-works-title {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 2em;
  padding-bottom: 0.6em;
  position: relative;
}
.plan-works-title::before {
  background-color: var(--main-color-2);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  transition-delay: 0.3s;
  width: 100%;
}
.plan-works-title.is-active::before {
  transform: scaleX(1);
}

.plan-works-copy {
  margin-bottom: 2em;
}

.business-scroll-wrap {
  margin: var(--pm-240) 0;
  overflow: hidden;
  width: 100%;
}

.business-scroll {
  width: 443.2vw;
}

.business-scroll,.business-scroll-inner {
  -moz-column-gap: 4.8vw;
       column-gap: 4.8vw;
  display: flex;
}

.business-scroll-inner {
  animation: infinity-scroll-right 100s infinite linear both;
}
.business-scroll-inner img {
  width: 40vw;
}

.business-feature-item {
  position: relative;
}

.business-feature-num {
  height: 33px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.business-feature-heading {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
.business-feature-heading::before {
  background-color: var(--main-color-2);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  transition-delay: 0.3s;
  width: min(100%, 500px);
}
.business-feature-heading.is-active::before {
  transform: scaleX(1);
}

.yarn-kakou-item {
  margin-bottom: 2.5em;
}

.yarn-kakou-heading {
  line-height: 1.6;
  margin-bottom: 0.5em;
  padding-left: 1.25rem;
  position: relative;
}
.yarn-kakou-heading::before {
  background-color: var(--text-light);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.625rem;
}

.yarn-kakou-content {
  margin-bottom: 0;
}

.business-client {
  display: flex;
  margin-bottom: var(--pm-240);
  margin-top: var(--pm-240);
}

.main-page-business.--plan .business-client {
  flex-direction: row-reverse;
}

.business-client-img {
  padding-top: 36%;
  width: 55%;
}

.business-client-text {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 45%;
}

.business-other {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--pm-200);
}

.business-other-link {
  height: min(31vw, 640px);
  list-style: none;
  margin: 0;
  padding: 3.125rem;
  width: calc(50% - 2px);
}

.business-other-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 67.5em) {
  .main-page-business:not(.--top) {
    margin-top: 65px;
  }
  .business-flex-text {
    width: 100%;
  }
  .page-business-group {
    padding: 0 var(--container-side);
  }
  .business-img-item-sp {
    padding-top: 90%;
  }
  .business-heading {
    height: auto;
    margin-bottom: 20vw;
  }
  .business-heading #breadcrumb {
    padding: 1.5em 0 4em;
  }
  .business-heading-circle {
    width: 90%;
  }
  .business-text-content {
    padding: 6.25rem 0 var(--pm-240);
  }
  .plan-section-wrap {
    margin-bottom: var(--pm-200);
  }
  .plan-section-text .text-svg {
    height: 10vw;
    width: 184vw;
  }
  .business-scroll {
    width: 493.2vw;
  }
  .business-scroll-inner img {
    width: 45vw;
  }
  .business-client {
    display: block;
    margin-bottom: var(--pm-200);
    margin-top: var(--pm-200);
  }
  .business-client-img {
    margin-bottom: 3em;
    padding-top: 55%;
    width: 100%;
  }
  .business-client-text {
    display: block;
    width: 100%;
  }
  .business-other {
    flex-direction: column;
    row-gap: 4px;
  }
  .business-other-link {
    height: 47vw;
    width: 100%;
  }
}
@media screen and (max-width: 35em) {
  .main-page-business:not(.--top) {
    margin-top: 57px;
  }
  .business-heading-circle {
    width: 95%;
  }
  .plan-section-wrap,
  .business-scroll-wrap {
    margin: var(--pm-160) 0;
  }
  .business-scroll {
    width: 543.2vw;
  }
  .business-scroll-inner img {
    width: 50vw;
  }
  .yarn-kakou-heading::before {
    height: 0.5rem;
    top: 0.6em;
    width: 0.5rem;
  }
  .business-client-img {
    padding-top: 66%;
  }
  .business-other-link {
    height: 62vw;
    padding: 30px;
  }
}
/* BG */
.company-philosophy .bg-section,
.company-vision .bg-section {
  background-color: var(--bg-1);
}

.company-message .bg-section,
.company-history .bg-section {
  background-color: var(--bg-2);
}

.company-about .bg-section {
  background-image: url(../img/bg-page-company-01.webp);
}

.company-office .bg-section {
  background-image: url(../img/bg-page-company-02.webp);
}

/* BG end */
.company-philosophy-inner {
  padding-left: min(50vw - var(--container-side) - var(--container-m) / 2, var(--container-l) / 2 - var(--container-m) / 2);
}

.company-philosophy-img {
  padding-top: 55%;
}

.company-philosophy-text {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.company-philosophy-heading {
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  width: 11.25rem;
}
.company-philosophy-heading > span {
  display: block;
}
.company-philosophy-heading > span.__main {
  font-size: 2.25rem;
}
.company-philosophy-heading > span.__sub {
  font-size: 1rem;
  margin-top: 0.5em;
}

.main-page-company-en .company-philosophy-heading {
  width: 17.5rem;
}
.main-page-company-en .company-philosophy-heading .__sub {
  font-size: 0.75rem;
}
.main-page-company-en .company-philosophy-content {
  width: calc(100% - 23.75rem);
}

.company-philosophy-svg__wrap {
  height: 4.125rem;
  left: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 9.75rem;
  z-index: -1;
}

.company-philosophy-svg {
  height: 100%;
  width: 100%;
}
.company-philosophy-svg.is-active {
  animation: textStroke02 1s forwards;
}

.company-philosophy-content {
  width: calc(100% - 20.625rem);
}

.company-philosophy-after {
  margin-right: var(--container-l-side);
  padding-top: 50%;
}

.company-vision {
  padding-bottom: var(--pm-200);
}

.company-vision-item {
  align-items: center;
  flex-direction: row-reverse;
}

.company-vision-text {
  padding-top: 1em;
  width: 33%;
}
.company-vision-text .heading-h3 {
  margin-bottom: 1em;
}

.company-vision-img {
  padding-top: 29%;
  width: 58%;
}

.company-message,
.company-about,
.company-office,
.company-history {
  padding: var(--pm-200) 0;
}

.company-message-img {
  padding-top: 50%;
}

.company-office-list {
  border-top: var(--border-main-2);
}

.company-office-item {
  align-items: flex-end;
  border-bottom: var(--border-main-2);
  display: flex;
  justify-content: space-between;
  padding: 3.125rem 0;
}

.company-office-text {
  width: calc(100% - 9.375rem);
}
.company-office-text .heading-h3 {
  margin-bottom: 1em;
}
.company-office-text p {
  margin-bottom: 0;
}

@media screen and (max-width: 67.5em) {
  .company-philosophy-text {
    display: block;
  }
  .company-philosophy-heading,
  .company-philosophy-content {
    width: 100%;
  }
  .company-philosophy-content {
    margin-top: 3em;
  }
  .main-page-company-en .company-philosophy-heading {
    width: 100%;
  }
  .main-page-company-en .company-philosophy-content {
    width: min(100%, 500px);
  }
  .company-vision {
    padding-bottom: var(--pm-160);
  }
  .company-vision-item {
    display: block;
  }
  .company-vision-img {
    margin-bottom: 3em;
    padding-top: 50%;
    width: 100%;
  }
  .company-vision-text {
    padding: 0;
    width: min(100%, 25rem);
  }
  .company-message,
  .company-about,
  .company-office,
  .company-history {
    padding: var(--pm-160) 0;
  }
  .company-message-heading,
  .company-message-content {
    width: min(100%, 31.25rem);
  }
  .company-message-heading {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 35em) {
  .company-philosophy-heading > span.__main {
    font-size: 2rem;
  }
  .company-philosophy-heading > span.__sub {
    font-size: 0.875rem;
  }
  .company-philosophy-svg__wrap {
    width: 8.5rem;
  }
  .main-page-company-en .company-philosophy-heading .__sub {
    font-size: 0.6875rem;
  }
  .company-office-item {
    display: block;
  }
  .company-office-text {
    width: 100%;
  }
  .company-office-btn {
    margin-top: 1.5em;
  }
}
input[type=email],
input[type=text],
input[type=tel],
input[type=file],
input[type=url],
input[type=number],
input[type=date],
select,
textarea {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  width: 100%;
}

input[type=email],
input[type=text],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
select,
textarea {
  background-color: var(--bg-1);
  border: var(--border-main-2);
  border-radius: 0;
  line-height: 1.7;
  padding: 0.625rem;
}

input[type=checkbox],
input[type=radio],
.wpcf7-list-item-label {
  vertical-align: middle;
}

input[type=submit] {
  background-color: var(--text-sub);
  border: none;
  border-radius: 0;
  color: var(--bg-1);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: var(--font-medium);
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: min(15.625rem, 100%);
}
input[type=submit]:hover {
  background-color: var(--text-light);
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
}
.wpcf7-list-item:last-child {
  margin: 0;
}

.heading-form-contact {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.detail-form-contact {
  padding-bottom: 2em;
  padding-top: 1em;
}

.contact-label {
  border: var(--border-main-2);
  color: var(--text-light);
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.4em 0.5em;
  vertical-align: text-bottom;
}

::-moz-placeholder {
  color: var(--text-light);
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

::placeholder {
  color: var(--text-light);
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 0.5em;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

/*送信完了メッセージ*/
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff;
  border-color: var(--main-color-1);
  margin-top: 3em;
  padding: 2em;
}

/*Google reCAPCHA*/
.reCAPTCHA {
  font-size: 0.625rem;
  margin-top: 8em;
}

/* BG */
.contact-mail .bg-section {
  background-color: var(--bg-1);
}

.contact-tel .bg-section {
  background-color: var(--bg-2);
}

/* BG end */
.contact-mail {
  padding-bottom: var(--pm-160);
}

.contact-tel {
  padding: var(--pm-200) 0;
}

.contact-tel-btn {
  background-color: var(--bg-1);
  color: var(--text-sub);
  display: block;
  padding: 4.375rem 50px 3.75rem;
}
@media screen and (min-width: 67.5625em) {
  .contact-tel-btn:hover {
    opacity: 1;
  }
}

.contact-tel-num {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 0.3em;
  position: relative;
}
.contact-tel-num::before, .contact-tel-num::after {
  background-color: #65727A;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: transform 0.4s;
  width: 100%;
}
.contact-tel-num::before {
  left: 0;
  transform: translateX(-100%);
  transition-delay: 0.4s;
}
.contact-tel-num::after {
  right: 0;
  transform: translateX(0);
}
.contact-tel-num span::before {
  background-image: url(../img/icon-tel.svg);
  content: "";
  display: inline-block;
  height: 0.7em;
  margin-right: 0.4em;
  width: 0.7em;
}

@media screen and (min-width: 67.5625em) {
  .contact-tel-btn {
    pointer-events: none;
  }
}
.contact-tel-time {
  margin: 0;
}

@media screen and (max-width: 35em) {
  .heading-form-contact {
    font-size: 1rem;
  }
  .contact-label {
    font-size: 0.6875rem;
  }
  .contact-tel-btn {
    padding: 3.125rem 1.5rem;
  }
  .contact-tel-num {
    font-size: 2rem;
  }
}
/* BG */
.efforts-intro .bg-section {
  background-color: var(--bg-1);
}

.efforts-onestop .bg-section {
  background-color: #2C353B;
}

.efforts-feature .bg-section {
  background-image: url(../img/bg-page-efforts.webp);
}

.efforts-certification .bg-section {
  background-color: var(--bg-2);
}

/* BG end */
.efforts-intro {
  overflow: hidden;
  padding-bottom: var(--pm-200);
}

.efforts-intro-text p {
  max-width: 28.75rem;
}

.efforts-intro-circle {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(15%);
  width: 25rem;
}

.efforts-intro-promise .point-line-card__list {
  margin-top: 2.5em;
}
.efforts-intro-promise .point-line-card__item {
  width: 22%;
}

.efforts-onestop,
.efforts-feature,
.efforts-certification {
  padding: var(--pm-200) 0;
}

.efforts-onestop-intro {
  height: min(50vw + var(--container-l) * 0.08, var(--container) / 2 + var(--container-l) * 0.08);
  margin-bottom: 12.5rem;
  padding-top: min(54vw - 19.375rem, 810px);
}

.efforts-onestop-intro__text {
  position: relative;
  width: 33%;
}

.onestop-intro-circle {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateY(-110%);
  width: 460px;
}

.efforts-onestop-intro__img {
  bottom: 0;
  padding-top: min(50% + var(--container-l) * 0.08, 58vw - var(--container-side) * 0.16);
  position: absolute;
  right: 0;
  width: min(50% + var(--container-l) * 0.08, 58vw - var(--container-side) * 0.16);
}

.onestop-flow-heading__list {
  margin: 0;
  width: 12.5rem;
}

.onestop-flow-heading__item {
  border-bottom: var(--border-main-2);
  list-style: none;
  margin: 0 0 2.5rem;
  position: relative;
  text-align: center;
}
.onestop-flow-heading__item:last-of-type {
  margin-bottom: 0;
}
.onestop-flow-heading__item:not(:last-of-type)::after {
  background-image: url(../img/chevron-down-flow.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.25rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 1.875rem;
}

.onestop-flow-heading__link {
  color: var(--main-color-1);
  display: block;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
  text-decoration: none;
  width: 100%;
}
.onestop-flow-heading__link.current {
  color: var(--bg-1);
}

.onestop-flow-step__list:not(:last-of-type) {
  border-bottom: var(--border-main-2);
  margin-bottom: 3.75rem;
  padding-bottom: 5rem;
}

.onestop-flow-step__item:not(:last-of-type) {
  margin-bottom: 70px;
}
.onestop-flow-step__item p {
  margin: 0.6em 0 1.5em;
}
.onestop-flow-step__item img {
  max-width: 300px;
}

.efforts-feature-item {
  border-bottom: var(--border-main-2);
  display: flex;
  justify-content: space-between;
  padding: 3.125rem 0;
}
.efforts-feature-item:first-of-type {
  border-top: var(--border-main-2);
}

.efforts-feature-num {
  width: 1.25rem;
}

.efforts-feature-text {
  width: calc(100% - 2.5rem);
}
.efforts-feature-text .heading-h3 {
  margin-bottom: 1em;
}
.efforts-feature-text p:last-of-type {
  margin: 0;
}

.efforts-certification-item {
  border-bottom: var(--border-main-2);
  padding: 3.75rem 0;
}
.efforts-certification-item:first-of-type {
  border-top: var(--border-main-2);
}
.efforts-certification-item .heading-h3 {
  margin-bottom: 1em;
}
.efforts-certification-item .font-small {
  font-size: 0.5em;
}

.efforts-certification-logo {
  margin-bottom: 3.125rem;
  width: 9.375rem;
}

@media screen and (max-width: 67.5em) {
  .efforts-intro {
    padding-bottom: var(--pm-160);
  }
  .efforts-intro-circle {
    width: 50%;
  }
  .efforts-onestop,
  .efforts-feature,
  .efforts-certification {
    padding: var(--pm-160) 0;
  }
  .efforts-onestop-intro {
    padding-top: 0;
  }
  .efforts-onestop-intro__img {
    margin: 0 0 8em auto;
    padding-top: 65%;
    position: relative;
    width: 70%;
  }
  .efforts-onestop-intro__text {
    width: min(100%, 31.25rem);
  }
  .onestop-intro-circle {
    right: 50%;
    transform: translateY(-120%);
    width: 45vw;
  }
  .onestop-flow-content {
    margin: 0;
  }
  .onestop-flow-index {
    align-items: center;
    display: flex;
    margin-bottom: 2em;
  }
  .onestop-flow-num {
    height: 1.5rem;
    width: 3.75rem;
  }
  .onestop-flow-num svg {
    height: 100%;
  }
}
@media screen and (max-width: 35em) {
  .efforts-intro-circle {
    transform: translate(20%, 20%);
    width: 60%;
  }
  .efforts-onestop-intro {
    margin-bottom: 8.75rem;
  }
  .efforts-onestop-intro__img {
    padding-top: 76%;
    width: 80%;
  }
  .onestop-intro-circle {
    transform: translate(-15%, -120%);
    width: 55vw;
  }
  .onestop-flow-step__item {
    max-width: 300px;
  }
  .efforts-certification-logo {
    width: 7.5rem;
  }
}
.section-privacy {
  padding-bottom: var(--pm-200);
}

/* BG */
.recruit-intro .bg-section,
.recruit-entry .bg-section {
  background-color: var(--bg-1);
}

.recruit-company .bg-section {
  background-image: url(../img/bg-page-recruit-01.webp);
}

.recruit-skill .bg-section {
  background-image: url(../img/bg-page-recruit-02.webp);
}

.recruit-want .bg-section {
  background-image: url(../img/bg-page-recruit-03.webp);
}

.recruit-requirement .bg-section {
  background-color: var(--bg-2);
}

/* BG end */
.recruit-intro,
.recruit-company,
.recruit-skill,
.recruit-want,
.recruit-requirement,
.recruit-entry {
  padding: var(--pm-200) 0;
}

.recruit-text {
  max-width: 33.75rem;
  width: 50%;
}

.recruit-company .recruit-text,
.recruit-want .recruit-text {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 67.5em) {
  .recruit-intro,
  .recruit-company,
  .recruit-skill,
  .recruit-want,
  .recruit-requirement,
  .recruit-entry {
    padding: var(--pm-160) 0;
  }
  .recruit-text {
    width: 70%;
  }
}
@media screen and (max-width: 35em) {
  .recruit-text {
    width: 100%;
  }
  .recruit-entry .submit-contact {
    text-align: center;
  }
}
/* BG */
.sustainability-intro .bg-section,
.sustainability-health .bg-section {
  background-color: var(--bg-1);
}

.sustainability-sdgs-intro .bg-section {
  background-image: url(../img/bg-page-sustainability-01.webp);
}

.sustainability-sdgs-05 .bg-section {
  background-image: url(../img/bg-page-sustainability-02.webp);
}

.sustainability-sdgs-12 .bg-section {
  background-image: url(../img/bg-page-sustainability-03.webp);
}

.sustainability-sdgs-14 .bg-section {
  background-image: url(../img/bg-page-sustainability-04.webp);
}

/* BG end */
.sustainability-sdgs-intro,
.sustainability-sdgs-05,
.sustainability-sdgs-12,
.sustainability-sdgs-14,
.sustainability-health {
  padding: var(--pm-200) 0;
}

.sdgs-intro-inner {
  align-items: center;
}

.sdgs-intro-img {
  padding-top: 30%;
  width: 30%;
}

.sdgs-efforts-logo {
  height: 6.25rem;
  margin-bottom: 2rem;
  width: 6.25rem;
}

.sdgs-efforts-works {
  padding-top: 3.75rem;
  position: relative;
}
.sdgs-efforts-works::before {
  background-color: var(--main-color-2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  transition-delay: 0.4s;
  width: 100%;
}
.sdgs-efforts-works.is-active::before {
  transform: scaleX(1);
}
.sdgs-efforts-works .heading-h3 {
  margin-bottom: 3.75rem;
}

.sdgs-12-box__img {
  padding: 3em 0 1em 1em;
  width: 70%;
}

.sustainability-health .point-line-card__item {
  width: 30%;
}
.sustainability-health .point-line-card__item .heading-h3 {
  margin-bottom: 1em;
}

@media screen and (max-width: 67.5em) {
  .sustainability-sdgs-intro,
  .sustainability-sdgs-05,
  .sustainability-sdgs-12,
  .sustainability-sdgs-14,
  .sustainability-health {
    padding: var(--pm-160) 0;
  }
  .sdgs-intro-inner {
    align-items: flex-start;
  }
  .sustainability-health-text {
    display: block;
  }
  .sustainability-health-text .heading-h2-page {
    width: 100%;
  }
  .sustainability-health-text p {
    width: min(100%, 31.25rem);
  }
}
@media screen and (max-width: 35em) {
  .sdgs-intro-img {
    margin-bottom: 2.5rem;
    padding-top: 50%;
    width: 50%;
  }
  .sdgs-12-box__img {
    padding-left: 0;
    width: 100%;
  }
}
.main-page-thankyou .section-wrap {
  padding-bottom: var(--pm-200);
}

/* top-common */
.home .site-content {
  background-color: transparent;
}

.top-bg-fix {
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
}

.top-bg-fix.show {
  opacity: 1;
  visibility: visible;
}

.bg-fix-content {
  -o-object-fit: cover;
  filter: brightness(0.75);
  height: 100%;
     object-fit: cover;
  width: 100%;
}

/* bg-fix end */
/* fv */
.top-intro-bg::before {
  background: radial-gradient(transparent 0%, transparent 75%, #07151E 100%);
  content: "";
  display: block;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  z-index: 2;
}

.top-intro-bg::before,.swiper-container {
  height: 100%;
  width: 100%;
}

.slide-img {
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.slide-img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  animation: FVimg 9s linear forwards;
}

.top-intro-fv {
  align-items: center;
  display: flex;
  height: 100dvh;
  justify-content: center;
  overflow: hidden;
}

.top-fv-circle {
  height: 560px;
  width: 560px;
}
.top-fv-circle .circle-item {
  opacity: 0.5;
}

.top-fv-content {
  font-weight: var(--font-medium);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.top-fv-copy {
  transition-delay: 2s;
}

.fv-copy-main {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 1.5em 0 0;
}
.fv-copy-main > span {
  border-bottom: var(--border-main-2);
  display: inline-block;
  padding-bottom: 1.25rem;
}

.fv-copy-sub {
  font-family: var(--font-en);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.25rem 0 0;
}

.top-intro-message {
  padding: 200px 0 var(--pm-240);
  font-size: 1.0625rem;
}

@media screen and (max-width: 67.5em) {
  .top-fv-circle {
    height: min(75vw, 560px);
    width: min(75vw, 560px);
  }
  .fv-text-svg {
    height: min(3.5vw, 22px);
    width: min(13vw, 81px);
  }
  .fv-copy-main {
    font-size: min(4.8vw, 2rem);
    margin-bottom: 0.6em;
  }
  .fv-copy-main > span {
    padding-bottom: 0.5em;
  }
  .fv-copy-sub {
    margin: 0;
  }
}
@media screen and (max-width: 35em) {
  .top-fv-circle {
    height: 82vw;
    width: 82vw;
  }
  .fv-copy-main {
    margin-top: 1em;
  }
  .fv-copy-sub {
    font-size: 0.625rem;
  }
  .top-intro-message {
    font-size: 1em;
  }
}
/* fv end */
/* business */
.top-business {
  padding-top: var(--pm-160);
}

.top-business-intro {
  display: flex;
  justify-content: space-between;
}

.top-business-intro__heading {
  width: 8.75rem;
}

.top-business-intro__content {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 4.375rem;
  padding-top: 3.75rem;
  position: relative;
  width: calc(100% - 10.625rem);
}
.top-business-intro__content::before {
  background-color: var(--main-color-2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.4s;
  transition-delay: 0.3s;
  width: 0%;
}
.top-business-intro__content.is-active::before {
  width: 100%;
}
.top-business-intro__content p {
  margin: 0;
  max-width: 480px;
  width: 60%;
}

.top-business-list {
  margin: 0;
}

.top-business-item {
  list-style: none;
  margin: 0 0 4px;
}
.top-business-item:last-of-type {
  margin: 0;
}

.top-business-link {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 40vw;
  width: 100%;
}

.top-business-link__text {
  margin-left: auto;
  margin-right: 0;
  width: 17.5rem;
}

.business-message-text {
  align-items: center;
  display: flex;
  height: 100vh;
  position: sticky;
  top: 0;
}

.business-message-list {
  padding-bottom: 32vh;
}

.business-message-item {
  position: relative;
}
.business-message-item.__01 {
  margin: 0 0 32vh auto;
  padding-top: 50%;
  width: 50%;
}
.business-message-item.__02 {
  margin-bottom: 32vh;
  padding-top: 51%;
  width: 68%;
}
.business-message-item.__03 {
  margin: 0 0 43vh auto;
  padding-top: 54%;
  width: 45%;
}
.business-message-item.__04 {
  margin: 0 0 43vh auto;
}
.business-message-item.__04,.business-message-item.__05 {
  padding-top: 46%;
  width: 69%;
}
.business-message-item video {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 67.5em) {
  .top-business-intro {
    display: block;
  }
  .top-business-intro__heading {
    width: 100%;
  }
  .top-business-intro__content {
    margin-top: 2em;
    padding-top: 2em;
    width: 100%;
  }
  .top-business-link {
    height: 50vw;
  }
  .business-message-text .text-svg {
    height: min(9vw, 82px);
    width: min(170vw, 1558px);
  }
}
@media screen and (max-width: 35em) {
  .top-business-intro__content {
    display: block;
    max-width: 25rem;
  }
  .top-business-intro__content p {
    margin-bottom: 2em;
    max-width: unset;
    width: 100%;
  }
  .top-business-link {
    align-items: flex-end;
  }
  .top-business-link__text {
    margin-bottom: 1.25rem;
    padding-bottom: 1em;
    width: 100%;
  }
  .business-message-item.__01 {
    padding-top: 60%;
    width: 60%;
  }
  .business-message-item.__02 {
    padding-top: 57%;
    width: 76%;
  }
  .business-message-item.__03 {
    padding-top: 72%;
    width: 60%;
  }
  .business-message-item.__04,.business-message-item.__05 {
    padding-top: 52%;
    width: 78%;
  }
}
/* business end */
/* efforts */
.top-efforts {
  overflow: hidden;
  padding: var(--pm-160) 0;
}

.top-efforts-heading__wrap {
  padding-top: 5em;
  position: relative;
}
.top-efforts-heading__wrap::before {
  background-color: var(--main-color-2);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  transition-delay: 0.3s;
  width: 44%;
}
.top-efforts-heading__wrap.is-active::before {
  transform: scale(1);
}

.top-efforts-heading {
  margin-bottom: 8.75rem;
}

.top-efforts-content {
  margin-left: auto;
  margin-right: 0;
  width: 50%;
}

.top-efforts-illust__bg,
.top-efforts-illust__text {
  width: 100%;
}

.top-efforts-illust__bg {
  opacity: 0;
  transform: rotate(-10deg);
  transition: transform 0.8s;
}
.top-efforts-illust__bg.is-active {
  opacity: 1;
  transform: rotate(0deg);
}

.top-efforts-illust__line {
  width: 53%;
}

.top-efforts-illust__text,
.top-efforts-illust__line {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top-efforts-text {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 67.5em) {
  .top-efforts-heading__wrap::before {
    width: 25rem;
  }
  .top-efforts-content {
    width: min(100%, 500px);
  }
  .top-efforts-text {
    width: 90%;
  }
}
@media screen and (max-width: 35em) {
  .top-efforts-heading__wrap {
    padding-top: 4em;
  }
  .top-efforts-heading__wrap::before {
    width: 80%;
  }
  .top-efforts-heading {
    margin-bottom: 8em;
  }
}
/* efforts end */
/* sustainability */
.top-sustainability::before {
  background-color: var(--bg-3);
  content: "";
  display: block;
  height: 120vh;
  width: 100%;
}

.top-sustainability-circle {
  align-items: center;
  display: flex;
  height: 100dvh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}
.top-sustainability-circle .circle-anime-wrap {
  max-width: 500px;
  width: 31%;
}

.top-sustainability-text {
  padding-bottom: var(--pm-240);
  padding-top: 95vh;
  position: relative;
  z-index: 2;
}

.top-sustainability-heading,
.top-sustainability-content {
  padding-left: var(--container-l-side);
  width: max(31.25rem + var(--container-side), 31.25rem + 50vw - var(--container-l) / 2);
}

.top-sustainability-heading {
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.top-sustainability-heading::after {
  background-color: var(--main-color-2);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  transition-delay: 0.6s;
  width: 100%;
}
.top-sustainability-heading.is-active::after {
  transform: scaleX(1);
}

.top-sustainability-message {
  padding: var(--pm-240) 0;
  position: relative;
}

.top-sustainability-message__text {
  margin-bottom: var(--pm-240);
}

.top-sustainability-message__left,
.top-sustainability-message__right {
  width: calc(50% - 30px);
}

.top-sustainability-message__img:not(:last-child) {
  margin-bottom: 60px;
}
.top-sustainability-message__img.__01, .top-sustainability-message__img.__04, .top-sustainability-message__img.__05, .top-sustainability-message__img.__06 {
  padding-top: 66%;
}
.top-sustainability-message__img.__02 {
  padding-top: 133%;
}
.top-sustainability-message__img.__03 {
  padding-top: 100%;
}

@media screen and (max-width: 67.5em) {
  .top-sustainability-circle .circle-anime-wrap {
    width: 50%;
  }
  .top-sustainability-heading,
  .top-sustainability-content {
    width: min(70%, 32.5rem);
  }
  .top-sustainability-message {
    padding: var(--pm-160) 0 var(--pm-200);
  }
  .top-sustainability-message__text {
    margin-bottom: var(--pm-160);
  }
  .top-sustainability-message__text .text-svg {
    height: min(10vw, 104px);
    width: min(183vw, 1909px);
  }
  .top-sustainability-message__left,
  .top-sustainability-message__right {
    width: calc(50% - 20px);
  }
  .top-sustainability-message__img:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 35em) {
  .top-sustainability-circle .circle-anime-wrap {
    width: 65%;
  }
  .top-sustainability-heading, .top-sustainability-content {
    width: 85%;
  }
  .top-sustainability-message__text {
    margin-bottom: 6.25rem;
  }
  .top-sustainability-message__left {
    width: 100%;
  }
  .top-sustainability-message__img:not(:last-child) {
    margin-bottom: 50px;
  }
  .top-sustainability-message__img.__01, .top-sustainability-message__img.__04 {
    padding-top: 44%;
    width: 66%;
  }
  .top-sustainability-message__img.__02 {
    margin-left: auto;
    margin-right: 0;
    padding-top: 104%;
    width: 78%;
  }
  .top-sustainability-message__img.__05 {
    margin-left: auto;
    margin-right: 0;
    padding-top: 52%;
    width: 78%;
  }
}
/* sustainability end */
/* info */
.top-info {
  padding-top: 4px;
}

.top-info-link {
  height: calc(50vw - 2px);
  padding: clamp(40px, 3.5vw, 80px);
  width: calc(50vw - 2px);
}

@media screen and (max-width: 67.5em) {
  .top-info {
    flex-direction: column;
    row-gap: 4px;
  }
  .top-info-link {
    height: 60vw;
    width: 100%;
  }
}
@media screen and (max-width: 35em) {
  .top-info-link {
    height: 90vw;
    padding: 7vw var(--container-side);
  }
}
/* info end */
/* news */
.top-news {
  padding: var(--pm-160) 0;
}

.top-news-heading {
  margin-bottom: 2.5rem;
}

.top-news-content {
  margin-left: auto;
  margin-right: 0;
  width: 84%;
}

@media screen and (max-width: 67.5em) {
  .top-news-heading {
    margin-bottom: 3.5em;
  }
  .top-news-content {
    width: 100%;
  }
}
@media screen and (max-width: 35em) {
  .top-news {
    padding: 7.5rem 0;
  }
}
/* news end */