@charset "UTF-8";
:root {
  --font_noto: "Noto Sans JP", sans-serif;
  --font_mincho: "Shippori Mincho", serif;
  --forest-green-100: #0E6133;
  --forest-green-80: #0E6133CC;
  --linkcolor: #E09A28;
  --designwidth:390;
}

.l-header-forest {
  position: fixed;
  top: 16px;
  left: 48px;
  width: calc(100% - 96px);
  z-index: 1000;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 8px;
  box-sizing: border-box;
  transition: ease all 0.3s;
}
@media screen and (max-width:767px) {
  .l-header-forest {
    left: 8px;
    width: calc(100% - 16px);
  }
  .is-gnav-open .l-header-forest {
    background: var(--forest-green-100);
  }
}
.l-header-forest .p-logo {
  width: 150px;
}
@media screen and (max-width:767px) {
  .l-header-forest .p-logo {
    width: calc(124 / var(--designwidth) * 100vw);
  }
}
.l-header-forest.is-hidden {
  transform: translateY(-150%);
}

.l-header-forest__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
@media screen and (max-width:767px) {
  .l-header-forest__inner {
    display: block;
    padding: calc(14 / var(--designwidth) * 100vw) calc(16 / var(--designwidth) * 100vw);
  }
}

.header-forest__toggle {
  display: block;
  position: absolute;
  z-index: 5;
  top: calc(20 / var(--designwidth) * 100vw);
  right: calc(20 / var(--designwidth) * 100vw);
  border: none;
  width: calc(21 / var(--designwidth) * 100vw);
  height: calc(14 / var(--designwidth) * 100vw);
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 768px) {
  .header-forest__toggle {
    display: none;
  }
}
.header-forest__toggle > span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.header-forest__toggle > span:nth-child(1) {
  top: 0;
}
.header-forest__toggle > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-forest__toggle > span:nth-child(3) {
  bottom: 0;
}

body.is-gnav-open .header-forest__toggle > span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.is-gnav-open .header-forest__toggle > span:nth-child(2) {
  opacity: 0;
}
body.is-gnav-open .header-forest__toggle > span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .header-forest__gnav {
    display: block !important;
  }
}
@media screen and (max-width:767px) {
  .header-forest__gnav {
    display: none;
    padding-top: calc(24 / var(--designwidth) * 100vw);
    padding-bottom: calc(14 / var(--designwidth) * 100vw);
  }
}

.header-forest__gnav__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:767px) {
  .header-forest__gnav__list {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
  }
}
.header-forest__gnav__list > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .header-forest__gnav__list > li > a {
    font-size: calc(14 / var(--designwidth) * 100vw);
    padding: calc(8 / var(--designwidth) * 100vw) 0;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-site-block {
  max-width: 1120px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .u-site-block {
    width: auto;
    padding: 0 calc(48 / var(--designwidth) * 100vw);
  }
}
.u-site-block--800 {
  max-width: 800px;
}
.u-site-block--736 {
  max-width: 736px;
}

@media print, screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-color-green--100 {
  color: var(--forest-green-100) !important;
}

.u-color-green--80 {
  color: var(--forest-green-80) !important;
}

.u-text--center {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-text--center--pc {
    text-align: center;
  }
}

.c-inlinelink {
  text-decoration: none;
  color: var(--linkcolor);
}
.c-inlinelink--inherit {
  color: inherit;
}

.c-inlinelink:hover {
  text-decoration: underline;
}

.c-paragraph {
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.5px;
}
@media screen and (max-width:767px) {
  .c-paragraph {
    margin-top: calc(24 / var(--designwidth) * 100vw);
    font-size: calc(14 / var(--designwidth) * 100vw);
    line-height: 2.14;
    letter-spacing: normal;
  }
}

ol.c-notelist {
  margin-top: 32px;
  list-style: none;
  counter-reset: note;
}
@media screen and (max-width:767px) {
  ol.c-notelist {
    margin-top: calc(24 / var(--designwidth) * 100vw);
  }
}
ol.c-notelist > li {
  position: relative;
  padding-left: 2em;
  counter-increment: note;
  color: var(--forest-green-80);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
ol.c-notelist > li:nth-child(n+2) {
  margin-top: 0.5em;
}
ol.c-notelist > li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "※" counter(note);
  display: block;
}

.p-top {
  overflow: hidden;
}
.p-top img {
  max-width: 100%;
  height: auto;
}

.p-top * {
  box-sizing: border-box;
}

.p-top img {
  height: auto;
  width: 100%;
}

.p-top-headline-v1 {
  margin: 0 0 64px;
  color: var(--forest-green-100);
}
@media screen and (max-width:767px) {
  .p-top-headline-v1 {
    margin: 0 calc(-40 / var(--designwidth) * 100vw) calc(40 / var(--designwidth) * 100vw);
  }
}
.p-top-headline-v1 .c-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font_mincho);
  line-height: 1.55;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .p-top-headline-v1 .c-title {
    letter-spacing: 1.1px;
    line-height: 1.37;
    font-size: calc(32 / var(--designwidth) * 100vw);
  }
}

.p-top-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
}

.p-top-loading__contents {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 32px 20px;
  width: 990px;
  max-width: calc(100% - 60px);
}
@media screen and (max-width:767px) {
  .p-top-loading__contents {
    padding: calc(24 / var(--designwidth) * 100vw);
    max-width: 100%;
    width: calc(345 / var(--designwidth) * 100vw);
  }
}

.p-top-loading__title {
  font-size: 62px;
  font-weight: 700;
  font-family: var(--font_mincho);
  line-height: 1.35;
  letter-spacing: 1px;
  text-align: center;
  color: var(--forest-green-100);
}
.p-top-loading__title > span {
  display: block;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-loading__title {
    font-size: 44px;
  }
}
@media screen and (max-width:767px) {
  .p-top-loading__title {
    font-size: calc(36 / var(--designwidth) * 100vw);
    line-height: 1.27;
    text-align: left;
	letter-spacing: normal;
  }
}

.p-top-loading__logo {
  margin: 32px auto 0;
  width: 200px;
}

.p-top-kv {
  position: relative;
  color: #DDDDDD;
}

.p-top-kv__contents {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 32px 20px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 990px;
  max-width: calc(100% - 60px);
}
@media screen and (max-width:767px) {
  .p-top-kv__contents {
    padding: calc(24 / var(--designwidth) * 100vw);
    max-width: 100%;
    width: calc(345 / var(--designwidth) * 100vw);
  }
}

.p-top-kv__contents__title {
  font-size: 62px;
  font-weight: 700;
  font-family: var(--font_mincho);
  line-height: 1.35;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-kv__contents__title {
    font-size: 44px;
  }
}
@media screen and (max-width:767px) {
  .p-top-kv__contents__title {
    font-size: calc(36 / var(--designwidth) * 100vw);
    line-height: 1.27;
    text-align: left;
    letter-spacing: normal;
  }
}

.p-top-kv__contents__text {
  max-width: 736px;
  margin: 32px auto 0;
  color: #DDD;
  text-align: center;
  font-family: var(--font_noto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  letter-spacing: 1.5px;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-kv__contents__text {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .p-top-kv__contents__text {
    margin-top: calc(24 / var(--designwidth) * 100vw);
    font-size: calc(12 / var(--designwidth) * 100vw);
    text-align: justify;
    line-height: 1.83;
  }
}

.p-top-kv__guide {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font_mincho);
  line-height: 1.62;
  letter-spacing: 0.5px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .p-top-kv__guide {
    bottom: calc(24 / var(--designwidth) * 100vw);
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}
.p-top-kv__guide:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 18px auto 0;
  background: #fff;
  animation: scrollguide 2s ease infinite;
}
@media screen and (max-width:767px) {
  .p-top-kv__guide:after {
    height: calc(40 / var(--designwidth) * 100vw);
    margin: calc(8 / var(--designwidth) * 100vw) auto 0;
  }
}

@keyframes scrollguide {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
}
.p-top-kv__slider {
  position: relative;
  overflow: hidden;
}
.p-top-kv__slider__item:nth-child(n+2) {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2.5s ease;
}
.p-top-kv__slider__item:nth-child(n+2).is-active {
  opacity: 1;
}
.p-top-kv__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .p-top-kv__slider img {
    height: 100vh;
  }
}
@media screen and (max-width:767px) {
  .p-top-kv__slider img {
    height: calc(740 / var(--designwidth) * 100vw);
    height: 100dvh;
  }
}

.p-top-intro {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media screen and (max-width:767px) {
  .p-top-intro {
    padding: calc(80 / var(--designwidth) * 100vw) 0;
  }
}

.p-top-intro-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro-layout {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:767px) {
  .p-top-intro-layout {
    gap: calc(40 / var(--designwidth) * 100vw);
    flex-direction: column-reverse;
  }
}

.p-top-intro-layout__image {
  max-width: calc(580 / 1120 * 100%);
}
@media screen and (max-width:767px) {
  .p-top-intro-layout__image {
    max-width: 100%;
  }
}

.p-top-intro-layout__detail {
  padding-right: 104px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--font_mincho);
  color: var(--forest-green-100);
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro-layout__detail {
    padding-right: 0;
  }
}
@media screen and (max-width:767px) {
  .p-top-intro-layout__detail {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
}

.p-top-intro-title {
  margin-left: 75px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 12px;
}
@media screen and (max-width:767px) {
  .p-top-intro-title {
    letter-spacing: 10px;
    margin-left: 0;
    font-size: calc(28 / var(--designwidth) * 100vw);
  }
}

.p-top-intro-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 2.1;
  color: var(--forest-green-80);
}
@media screen and (max-width:767px) {
  .p-top-intro-text {
    margin-right: auto;
    line-height: 2.3;
    font-size: calc(14 / var(--designwidth) * 100vw);
    letter-spacing: 3px;
  }
}

.p-top-state .p-top-headline-v1 {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .p-top-state .p-top-headline-v1 {
    margin-bottom: calc(40 / var(--designwidth) * 100vw);
  }
}
.p-top-state .p-top-headline-v1 .c-title {
  text-align: left;
}
@media screen and (max-width:767px) {
  .p-top-state .p-top-headline-v1 .c-title {
    text-align: center;
  }
}
.p-top-state:before {
  content: "";
  display: block;
  aspect-ratio: 2880/280;
  width: 100%;
  height: auto;
  background: #F5F4F0 url(../../img/top/com_bg01.webp) repeat 50% 50%;
  background-size: 80px auto;
  z-index: 1;
  -webkit-mask: url(../../img/top/com_bg04.webp) 50% 50% no-repeat;
          mask: url(../../img/top/com_bg04.webp) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.p-top-state:after {
  position: relative;
  top: -1px;
  content: "";
  display: block;
  aspect-ratio: 2880/310;
  width: 100%;
  height: auto;
  background: #F5F4F0 url(../../img/top/com_bg01.webp) repeat 50% 40%;
  background-size: 80px auto;
  z-index: 1;
  -webkit-mask: url(../../img/top/com_bg05.webp) 50% 50% no-repeat;
          mask: url(../../img/top/com_bg05.webp) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.p-top-state__inner {
  background: #F5F4F0 url(../../img/top/com_bg01.webp) repeat 0 0;
  background-size: 80px auto;
}

.p-top-state-layout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-state-layout {
    padding-bottom: 40px;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-top-state-layout {
    padding-top: calc(40 / var(--designwidth) * 100vw);
    padding-bottom: calc(40 / var(--designwidth) * 100vw);
    flex-direction: column-reverse;
    gap: calc(40 / var(--designwidth) * 100vw);
  }
}

.p-top-state-layout__image {
  width: calc(595 / 1120 * 100%);
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .p-top-state-layout__image {
    width: 100%;
  }
}

.p-top-state-layout__detail {
  width: calc(450 / 1120 * 100%);
  color: var(--forest-green-80);
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-state-layout__detail {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .p-top-state-layout__detail {
    width: auto;
  }
}

.p-top-credit {
  padding: 104px 0;
}
@media screen and (max-width:767px) {
  .p-top-credit {
    padding: calc(80 / var(--designwidth) * 100vw) 0;
  }
}

.p-top-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-media {
    gap: 60px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:767px) {
  .p-top-media {
    gap: calc(40 / var(--designwidth) * 100vw) 0;
    flex-direction: column-reverse;
  }
}
.p-top-media.is-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-media.is-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:767px) {
  .p-top-media.is-reverse {
    flex-direction: column-reverse;
  }
}

.p-top-media__image {
  width: calc(620 / 1120 * 100%);
}
@media screen and (max-width:767px) {
  .p-top-media__image {
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .p-top-media__image.is-size01 {
    width: calc(245 / var(--designwidth) * 100vw);
  }
}
.p-top-media__image.is-size02 {
  width: calc(610 / 1120 * 100%);
}
@media screen and (max-width:767px) {
  .p-top-media__image.is-size02 {
    width: auto;
    margin: 0 calc(-36 / var(--designwidth) * 100vw);
  }
}
.p-top-media__image.is-size03 {
  width: calc(610 / 1120 * 100%);
}
@media screen and (max-width:767px) {
  .p-top-media__image.is-size03 {
    width: auto;
    margin: 0 calc(-36 / var(--designwidth) * 100vw);
  }
}

.p-top-media__detail {
  width: calc(445 / 1120 * 100%);
  color: var(--forest-green-80);
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-media__detail {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .p-top-media__detail {
    width: 100%;
  }
}
.p-top-media__detail > :first-child {
  margin-top: 0;
}

.p-top-barrier:before {
  content: "";
  display: block;
  aspect-ratio: 2880/264;
  width: 100%;
  height: auto;
  background: #F5F4F0 url(../../img/top/com_bg01.webp) repeat 50% 50%;
  background-size: 80px auto;
  z-index: 1;
  -webkit-mask: url(../../img/top/com_bg06.webp) 50% 50% no-repeat;
          mask: url(../../img/top/com_bg06.webp) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.p-top-barrier:after {
  position: relative;
  top: -1px;
  content: "";
  display: block;
  aspect-ratio: 2880/225;
  width: 100%;
  height: auto;
  background: #F5F4F0 url(../../img/top/com_bg01.webp) repeat 50% 40%;
  background-size: 80px auto;
  z-index: 1;
  -webkit-mask: url(../../img/top/com_bg07.webp) 50% 50% no-repeat;
          mask: url(../../img/top/com_bg07.webp) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.p-top-barrier__inner {
  padding: 40px 0;
  background: #F5F4F0 url(../../img/top/com_bg01.webp) repeat 0 0;
  background-size: 80px auto;
}

.p-top-outline {
  padding: 104px 0;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .p-top-outline {
    padding: calc(80 / var(--designwidth) * 100vw) 0;
  }
}

.p-top-cycle {
  padding: 64px 0;
  background: #F3F7F5 url(../../img/top/com_bg02.webp) repeat 0 0;
  background-size: 80px auto;
}
@media screen and (max-width:767px) {
  .p-top-cycle {
    padding: calc(80 / var(--designwidth) * 100vw) 0;
  }
}

.p-top-cycle__icon {
  margin: 0 auto 32px;
  width: 80px;
}
@media screen and (max-width:767px) {
  .p-top-cycle__icon {
    margin: 0 auto calc(16 / var(--designwidth) * 100vw);
    width: calc(80 / var(--designwidth) * 100vw);
  }
}

.p-top-cycle__headline {
  color: var(--forest-green-100);
  text-align: center;
  font-family: var(--font_mincho);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-cycle__headline {
    font-size: 22px;
  }
}
@media screen and (max-width:767px) {
  .p-top-cycle__headline {
    font-size: calc(18 / var(--designwidth) * 100vw);
    text-align: left;
    line-height: 1.55;
    letter-spacing: 1px;
  }
}

.p-top-cycle__figure {
  margin: 40px auto 0;
  max-width: 1056px;
}
@media screen and (max-width:767px) {
  .p-top-cycle__figure {
    margin: calc(24 / var(--designwidth) * 100vw) calc(-40 / var(--designwidth) * 100vw) 0;
  }
}

.p-top-partner {
  padding: 104px 0 0;
}
@media screen and (max-width:767px) {
  .p-top-partner {
    padding: calc(80 / var(--designwidth) * 100vw) 0 0;
  }
}

.p-top-partner-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.85%;
}
@media screen and (max-width:767px) {
  .p-top-partner-card-wrap {
    margin: 0 calc(-24 / var(--designwidth) * 100vw);
    grid-template-columns: 100%;
    gap: calc(32 / var(--designwidth) * 100vw);
  }
}

.p-top-partner-card {
  border-radius: 8px;
  border: 2px solid var(--Beige, #F5F4F0);
  padding: 47px 20px 14px;
}
@media screen and (max-width:767px) {
  .p-top-partner-card {
    padding: calc(40 / var(--designwidth) * 100vw) calc(20 / var(--designwidth) * 100vw);
  }
}

.p-top-partner-card__logo {
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .p-top-partner-card__logo {
    max-width: calc(233 / var(--designwidth) * 100vw);
  }
}

.p-top-partner-card__name {
  margin-top: 24px;
  color: var(--forest-green-100, #0E6133);
  font-family: var(--font_noto);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.5px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-top-partner-card__name {
    margin-top: calc(12 / var(--designwidth) * 100vw);
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.p-top-case {
  padding: 104px 0 0;
}
@media screen and (max-width:767px) {
  .p-top-case {
    padding: calc(80 / var(--designwidth) * 100vw) 0 0;
  }
}

.p-top-case__figure {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width:767px) {
  .p-top-case__figure {
    margin: 0 calc(-40 / var(--designwidth) * 100vw);
  }
}

.p-top-company {
  color: #DDDDDD;
  margin-top: 104px;
}
@media screen and (max-width:767px) {
  .p-top-company {
    margin-top: calc(80 / var(--designwidth) * 100vw);
  }
}
.p-top-company:before {
  position: relative;
  top: 1px;
  content: "";
  display: block;
  aspect-ratio: 2880/240;
  width: 100%;
  height: auto;
  background: #F5F4F0 url(../../img/top/com_bg03.webp) repeat 50% 50%;
  background-size: 80px auto;
  z-index: 1;
  -webkit-mask: url(../../img/top/com_bg08.webp) 50% 50% no-repeat;
          mask: url(../../img/top/com_bg08.webp) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.p-top-company:after {
  position: relative;
  top: -1px;
  content: "";
  display: block;
  aspect-ratio: 2880/240;
  width: 100%;
  height: auto;
  background: #F5F4F0 url(../../img/top/com_bg03.webp) repeat 50% 50%;
  background-size: 80px auto;
  z-index: 1;
  -webkit-mask: url(../../img/top/com_bg09.webp) 50% 50% no-repeat;
          mask: url(../../img/top/com_bg09.webp) 50% 50% no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.p-top-company .p-top-headline-v1 {
  color: inherit;
}

.p-top-company__inner {
  padding: 40px 0;
  background: #194E30 url(../../img/top/com_bg03.webp) repeat 0 0;
  background-size: 80px auto;
}
@media screen and (max-width:767px) {
  .p-top-company__inner {
    padding: calc(40 / var(--designwidth) * 100vw) 0;
  }
}

.p-top-company-table {
  max-width: 736px;
  margin: 64px auto 0;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #DDD;
}
@media screen and (max-width:767px) {
  .p-top-company-table {
    margin: calc(40 / var(--designwidth) * 100vw) 0 0;
    padding: calc(32 / var(--designwidth) * 100vw) calc(40 / var(--designwidth) * 100vw);
  }
}
.p-top-company-table dl {
  display: grid;
  grid-template-columns: 6.4em 1fr;
  gap: 32px;
  letter-spacing: 1.5px;
  line-height: 1.75;
  color: #DDDDDD;
}
@media screen and (max-width:767px) {
  .p-top-company-table dl {
    gap: 0;
    grid-template-columns: 100%;
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}
.p-top-company-table dl dt {
  font-weight: 400;
}
.p-top-company-table dl dd {
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .p-top-company-table dl dd + dt {
    margin-top: calc(24 / var(--designwidth) * 100vw);
  }
}

.p-contact {
  padding-top: 104px;
  padding-bottom: 80px;
}
@media screen and (max-width:767px) {
  .p-contact {
    padding: calc(80 / var(--designwidth) * 100vw) 0;
  }
}
.p-contact .p-top-headline-v1 {
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .p-contact .p-top-headline-v1 {
    margin-bottom: calc(16 / var(--designwidth) * 100vw);
  }
}
.p-contact .c-paragraph {
  margin-top: 0;
}

.p-contact__form {
  margin-top: 64px;
}
@media screen and (max-width:767px) {
  .p-contact__form {
    margin: calc(40 / var(--designwidth) * 100vw) calc(-20 / var(--designwidth) * 100vw) 0;
  }
}

.animation-fadeup {
  position: relative;
  z-index: 5;
}