@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
main {
  position: relative;
  z-index: 2;
}

.js-in-view.c-delay-slow4 {
  -webkit-transition-delay: calc(var(--animation-delay) + 1s);
          transition-delay: calc(var(--animation-delay) + 1s);
}
.js-in-view.c-delay-slow5 {
  -webkit-transition-delay: calc(var(--animation-delay) + 1.25s);
          transition-delay: calc(var(--animation-delay) + 1.25s);
}

.pattern-cloud {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .pattern-cloud {
    top: 11.5% !important;
  }
}

.p-map {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-map {
    margin-top: -18.58rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-map {
    margin-top: -10.72rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-map {
    margin-top: -3.58rem;
  }
}
.p-map {
  z-index: 3;
}
.p-map .c-title {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .p-map .c-title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-map .c-title {
    font-size: 3.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-map .c-title {
    font-size: 2.14rem;
  }
}
.p-map .c-title {
  font-family: var(--font-family-jp-mincho);
  font-style: var(--font-family-jp-mincho-style);
  font-weight: var(--font-family-jp-mincho-weight);
}
@media only screen and (min-width: 1025px) {
  .p-map .c-title {
    top: 7.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-map .c-title {
    top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-map .c-title {
    top: 5rem;
  }
}
.p-map .img {
  width: 25.28rem;
  max-width: 80%;
  margin-inline: auto;
}

.p-pur {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-pur {
    padding-bottom: 11.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur {
    padding-bottom: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pur {
    padding-bottom: 5rem;
  }
}
.p-pur::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .p-pur::before {
    top: -9.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur::before {
    top: -5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pur::before {
    top: -3.58rem;
  }
}
.p-pur::before {
  aspect-ratio: 1440/406;
  mix-blend-mode: multiply;
  background: url(./../../about/images/bg_cloud_black.webp) center top no-repeat;
  background-size: cover;
  z-index: 0;
  display: none;
}
.p-pur .haft-pt {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-pur .haft-pt {
    width: calc(1080 / 1440 * 100%);
    max-width: calc(1080px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-pur .haft-pt {
    max-width: calc(1080px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-pur .haft-pt {
    max-width: calc(1080px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur .haft-pt {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-pur .haft-pt {
    width: calc(311 / 375 * 100%);
  }
}
.p-pur .haft-pt {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  aspect-ratio: 1080/540;
}
.p-pur .pt {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-inline: auto;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-pur .pt {
    width: calc(960 / 1440 * 100%);
    max-width: calc(960px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-pur .pt {
    max-width: calc(960px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-pur .pt {
    max-width: calc(960px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur .pt {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-pur .pt {
    width: calc(343 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-pur .pt {
    top: -9.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur .pt {
    top: -9.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pur .pt {
    top: -7.15rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-pur .inner {
    padding-top: 6.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur .inner {
    padding-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pur .inner {
    padding-top: 2.14rem;
  }
}
.p-pur .inner {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .p-pur .inner {
    width: calc(860 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur .inner {
    width: calc(1050 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-pur .inner {
    width: calc(310 / 375 * 100%);
  }
}
.p-pur .inner .c-title {
  font-family: var(--font-family-jp-mincho);
  font-style: var(--font-family-jp-mincho-style);
  font-weight: var(--font-family-jp-mincho-weight);
  margin: 2.85rem 0 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-pur .inner .c-title {
    margin: 2.14rem 0 0.71rem;
  }
}
.p-pur__list {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .p-pur__list {
    margin-top: 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur__list {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pur__list {
    margin-top: 4.28rem;
  }
}
.p-pur__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-pur__list {
    width: calc(960 / 1440 * 100%);
    max-width: calc(960px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-pur__list {
    max-width: calc(960px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-pur__list {
    max-width: calc(960px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur__list {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-pur__list {
    width: calc(311 / 375 * 100%);
  }
}
.p-pur__list {
  gap: 2.14rem;
}
@media only screen and (max-width: 767px) {
  .p-pur__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  .p-pur__list .p_pur__item:nth-child(2) {
    margin-top: -4.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-pur__list .p_pur__item:nth-child(2) {
    margin-top: -3.58rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pur__list .p_pur__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-pur__list .c-title {
  font-family: var(--font-family-jp-mincho);
  font-style: var(--font-family-jp-mincho-style);
  font-weight: var(--font-family-jp-mincho-weight);
  margin-top: -2.86rem;
}

.p-exp {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-exp {
    margin-bottom: 14.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp {
    margin-bottom: 11.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp {
    margin-bottom: 7.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp .img_ic {
    width: 3.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .img_ic {
    width: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .img_ic {
    width: 2.14rem;
  }
}
.p-exp .img_ic {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp .img_ic {
    margin-bottom: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .img_ic {
    margin-bottom: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .img_ic {
    margin-bottom: 1.07rem;
  }
}
.p-exp .pt-left {
  position: absolute;
  left: 0;
  top: 2rem;
}
@media only screen and (min-width: 1025px) {
  .p-exp .pt-left {
    width: 31.78rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .pt-left {
    width: 19.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .pt-left {
    width: 14.28rem;
  }
}
.p-exp .pt-left {
  aspect-ratio: 445/302;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-exp .pt-left {
    width: 25rem;
  }
}
.p-exp .pt-right {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .p-exp .pt-right {
    bottom: 11.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .pt-right {
    bottom: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .pt-right {
    bottom: 34.28rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp .pt-right {
    width: 27.64rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .pt-right {
    width: 14.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .pt-right {
    width: 12.85rem;
  }
}
.p-exp .pt-right {
  aspect-ratio: 387/263;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-exp .pt-right {
    width: 20rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp .inner {
    margin-top: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .inner {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .inner {
    margin-top: 3.57rem;
  }
}
.p-exp .inner {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp .inner {
    width: calc(960 / 1440 * 100%);
    max-width: calc(960px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp .inner {
    max-width: calc(960px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp .inner {
    max-width: calc(960px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .inner {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .inner {
    width: calc(311 / 375 * 100%);
  }
}
.p-exp .inner .c-title {
  font-family: var(--font-family-jp-mincho);
  font-style: var(--font-family-jp-mincho-style);
  font-weight: var(--font-family-jp-mincho-weight);
  margin: 2.85rem 0 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-exp .inner .c-title {
    margin: 2.14rem 0 0.71rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp .inner .text + .text {
    margin-top: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp .inner .text + .text {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp .inner .text + .text {
    margin-top: 1.07rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp__list {
    margin-top: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp__list {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp__list {
    margin-top: 4.28rem;
  }
}
.p-exp__list {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp__list {
    width: calc(960 / 1440 * 100%);
    max-width: calc(960px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp__list {
    max-width: calc(960px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp__list {
    max-width: calc(960px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp__list {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp__list {
    width: calc(311 / 375 * 100%);
  }
}
.p-exp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .p-exp__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp__item {
    width: calc(160 / 960 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp__item {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp__item {
    width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-exp__item:not(:last-child) {
    margin-right: calc(40 / 960 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp__item:not(:last-child):not(:nth-child(3)) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.p-exp__item .c-title {
  font-family: var(--font-family-jp-mincho);
  font-style: var(--font-family-jp-mincho-style);
  font-weight: var(--font-family-jp-mincho-weight);
  margin-top: -1.43rem;
}

.p-message {
  position: relative;
}
.p-message .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 35px));
          transform: translateY(calc(-50% + 35px));
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-message .inner {
    width: calc(960 / 1440 * 100%);
    max-width: calc(960px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-message .inner {
    max-width: calc(960px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-message .inner {
    max-width: calc(960px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-message .inner {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-message .inner {
    width: calc(311 / 375 * 100%);
  }
}
.p-message .inner .c-title {
  font-family: var(--font-family-jp-mincho);
  font-style: var(--font-family-jp-mincho-style);
  font-weight: var(--font-family-jp-mincho-weight);
  margin: 2.85rem 0 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-message .inner .c-title {
    margin: 2.14rem 0 0.71rem;
  }
}
.p-message .js-in-view.animation-fade-up.is-active {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}