:root {
  --cl_cyan: #5CC5F2;
  --cl_red_sweet: #FF6060;
  --cl_main: #0F376E;
}

.body-wrapper.loading .mv {
  mask-image: linear-gradient(to right, #fff 50%, transparent 75%);
  mask-size: 400% 100%;
  mask-position: 25% 50%;
}
.body-wrapper.loading .mv_loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.body-wrapper.loading .c_header {
  opacity: -1;
  z-index: -1;
}
.body-wrapper.phase01 .mv_loading::after {
  background-color: #fff;
}
.body-wrapper.phase01 .mv_loading .bg_blue {
  z-index: 2;
}
.body-wrapper.phase01 .mv_ttl {
  color: #0f376e;
}
.body-wrapper.phase02 .mv_loading::after {
  background-color: #0f376e;
}
.body-wrapper.phase02 .mv_loading .bg_white {
  z-index: 2;
}
.body-wrapper.phase03 .mv_loading::after {
  background-color: #0f376e;
  transform: translateY(100%);
}
.body-wrapper.phase03 .mv_loading .bg_white {
  z-index: 2;
}

.c_ttl__sub {
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_ttl__sub {
    display: block;
  }
}

.p_top .mv {
  width: 100%;
  position: relative;
  transition: mask-position 4s ease;
  mask-position: 100% 50%;
  opacity: 0;
}
.p_top .mv_slide {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.p_top .mv_slide__img img {
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  object-fit: cover;
}
.p_top .mv_loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  width: 100vw;
  height: 100vh;
}
.p_top .mv_loading::after {
  transition: 0.8s;
  transition-property: transform, background-color;
}
.p_top .mv_content {
  width: 100%;
  position: absolute;
  top: calc(50% + 9px);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_top .mv_content {
    top: calc(50% + 5px);
  }
}
.p_top .mv_ttl {
  color: #fff;
  position: relative;
  z-index: 2;
}
.p_top .mv_ttl__jp {
  font-size: 1.75rem;
  display: block;
  width: 100%;
  font-weight: 200;
  padding-bottom: 6px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  left: 2px;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_ttl__jp {
    top: 0;
    left: 0;
    letter-spacing: 0.15em;
    padding-left: clamp(0rem,
        7.7777777778vw + -5.8333333333rem,
        3.5rem);
    font-size: clamp(2.125rem,
        3.8461538462vw + 0.2788461538rem,
        4.125rem);
  }
}
.p_top .mv_ttl__en {
  display: block;
  width: 100%;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
  font-size: 1.0625rem;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_ttl__en {
    letter-spacing: 0.1em;
    font-size: 1.5625rem;
    padding-left: clamp(0rem,
        7.5vw + -7.5rem,
        1.5rem);
  }
}
.p_top .mv_inner {
  margin-bottom: 134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top .mv_inner {
    display: none;
  }
}
.p_top .mv_logo {
  position: relative;
  top: 2px;
  left: 2px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_logo {
    top: 0;
    left: 0;
  }
}
.p_top .mv_logo .logo {
  width: 100%;
  max-width: 188px;
}
.p_top .mv_logo .logo_certification {
  width: 100%;
  max-width: 134px;
  margin-bottom: 14px;
}
.p_top .mv_logo .bg_blue,
.p_top .mv_logo .bg_white {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p_top .mv_logo .bg_blue {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p_top .mv_logo .bg_white {
  z-index: 1;
}
.p_top .mv_logo .bg_blue {
  z-index: -1;
}
.p_top .mv_bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p_top .mv_bg .bg_white,
.p_top .mv_bg .bg_blue {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p_top .mv_bg .bg_white {
  z-index: 1;
}
.p_top .mv_bg .bg_blue {
  z-index: -1;
}
.p_top .mv_bg img {
  width: 100%;
  object-fit: cover;
}
.p_top01 {
  margin-top: 161px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top01 {
    margin-top: clamp(5rem,
        8.4201388889vw + 0.9583333333rem,
        11.0625rem);
  }
}
.p_top01__scroll {
  position: absolute;
  left: calc(50% + 1px);
  top: 54px;
  transform: translate(-50%) rotate(90deg);
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_top01__scroll {
    display: none;
  }
}
.p_top01__scroll .scroll {
  display: flex;
  flex-direction: column-reverse;
  gap: 9px;
  font-weight: 600;
}
.p_top01__scroll .scroll svg {
  transform: rotate(-90deg);
}
.p_top01__scroll .scroll_txt {
  position: relative;
  letter-spacing: 0.14em;
  top: -30px;
  left: -25px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p_top01__scroll {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p_top01__inner {
    width: calc(1826px + (100vw - 1920px) * 0.5);
    max-width: 100%;
    margin-left: auto;
    padding-left: 20px;
    display: flex;
    position: relative;
  }
}
.p_top01__content {
  padding: 42px 0 35px;
}
@media screen and (min-width: 768px) {
  .p_top01__content {
    padding: clamp(5rem,
        7.2115384615vw + 1.5384615385rem,
        8.75rem) 0 clamp(5rem,
        4.8076923077vw + 2.6923076923rem,
        7.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p_top01__content .c_btn .icon::after {
    top: 2px;
  }
}
.p_top01__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_top01__ttl {
    text-align: left;
  }
}
.p_top01__ttl .ttl_jp {
  display: block;
  padding-bottom: 7px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p_top01__ttl .ttl_jp {
    font-size: clamp(1.875rem,
        5.8894230769vw + -0.9519230769rem,
        4.9375rem);
    padding-bottom: 21px;
    letter-spacing: 0.1em;
  }
}
.p_top01__ttl .ttl_en {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
}
@media screen and (min-width: 768px) {
  .p_top01__ttl .ttl_en {
    padding-left: 6px;
    letter-spacing: 0.046em;
    font-size: clamp(1.25rem,
        1.5625vw + 0.5rem,
        2.0625rem);
  }
}
.p_top01__txt {
  font-size: 1rem;
  padding: 32px 30px 0;
  text-align: center;
  letter-spacing: 0.15em;
  color: #000000;
  font-weight: 500;
  line-height: 1.9375;
}
@media screen and (min-width: 768px) {
  .p_top01__txt {
    text-align: left;
    color: #0f376e;
    font-size: clamp(1.125rem,
        1.0817307692vw + 0.6057692308rem,
        1.6875rem);
    padding: 46px 0 0 6px;
    line-height: 2.3;
  }
}
.p_top01__img {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin: 0 auto;
  width: calc(100% - 10px);
  left: -5px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .p_top01__img {
    width: 100%;
    max-width: 70.1754385965%;
    position: absolute;
    z-index: -1;
    right: -3px;
    top: -1px;
    left: unset;
  }
}
.p_top01__img img {
  width: 100%;
}
.p_top01__img .img-base,
.p_top01__img .img-overlay {
  display: block;
  max-width: 100%;
  height: auto;
}
.p_top01__img .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  animation: imgopacity 4s linear 0s infinite both;
}
.p_top01__img .img-overlay.active {
  opacity: 1;
}
.p_top01 .c_btn {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_top01 .c_btn {
    margin-left: 6px;
    margin-top: clamp(5rem,
        19.1105769231vw + -4.1730769231rem,
        14.9375rem);
  }
}
.p_top02 {
  padding: 44px 0 46px;
}
@media screen and (min-width: 768px) {
  .p_top02 {
    padding: clamp(5rem,
        3.2986111111vw + 3.4166666667rem,
        7.375rem) 0 clamp(5rem,
        9.7222222222vw + 0.3333333333rem,
        12rem);
  }
}
.p_top02__inner {
  width: 100%;
  max-width: 1741px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top02__inner {
    padding: 0 20px;
  }
}
.p_top02 .business {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(20rem, 15.625vw + 12.5rem, 31.25rem), 1fr));
  gap: 23px;
  padding: 29px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top02 .business {
    width: calc(100% + clamp(0rem,
        2.9166666667vw + -2.1875rem,
        1.3125rem));
    padding: 84px 11px 0 0;
    margin-left: clamp(-0.9375rem,
        -2.0833333333vw + 1.5625rem,
        0rem);
    gap: 34px;
  }
}
.p_top02 .business .c_ttl__sub {
  top: -77px;
  right: clamp(-6.4375rem,
        -48.8235294118vw + 52.1507352941rem,
        -1.25rem);
}
@media screen and (min-width: 768px) {
  .p_top02 .business .c_ttl__sub {
    top: clamp(-4.8125rem,
        -6.6840277778vw + 3.2083333333rem,
        0rem);
    width: clamp(28.125rem,
        60.3298611111vw + -0.8333333333rem,
        71.5625rem);
  }
}
.p_top02 .business_item:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_top02 .business_item:hover .business_item__btn {
    color: #fff;
  }
  .p_top02 .business_item:hover .business_item__btn::before {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_top02 .business_item__img {
    padding-left: 25px;
  }
}
.p_top02 .business_item__btn {
  width: 100%;
  border: 2px solid #0f376e;
  color: #0f376e;
  border-radius: 60px;
  padding: 3px 14px 7px 17px;
  max-width: 235px;
  min-height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p_top02 .business_item__btn {
    text-align: left;
    margin: -34px 0 0;
    max-width: 477px;
    min-height: 92px;
    border: 4px solid #0f376e;
    padding: 5px 14px 10px 32px;
  }
}
.p_top02 .business_item__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #0f376e;
  transition: left 0.5s ease;
  z-index: -1;
}
.p_top02 .business_item__btn .btn_ttl {
  font-weight: 600;
  letter-spacing: 0.15em;
  width: 100%;
  font-size: 1.3125rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p_top02 .business_item__btn .btn_ttl {
    font-feature-settings: normal;
    font-size: 1.625rem;
    max-width: 100%;
  }
}
.p_top02 .business_item__btn .btn_sub {
  font-weight: 600;
  letter-spacing: -0.03em;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .p_top02 .business_item__btn .btn_sub {
    padding-top: 8px;
  }
}
.p_top02 .business_item__sub {
  margin-top: 7px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 600;
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p_top02 .business_item__sub {
    display: none;
  }
}
.p_top02 .general {
  padding: 47px 0;
}
@media screen and (min-width: 768px) {
  .p_top02 .general {
    padding: clamp(5rem,
        2.5173611111vw + 3.7916666667rem,
        6.8125rem) 0 0;
  }
}
.p_top02 .general_ttl {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_ttl {
    font-size: 2.625rem;
    text-align: left;
    padding-left: 9px;
  }
}
.p_top02 .general_content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(20rem, 15.625vw + 12.5rem, 31.25rem), 1fr));
  gap: 34px;
  padding: 29px 23px 0;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(1.25rem,
        4.2534722222vw + -0.7916666667rem,
        4.3125rem) clamp(1.25rem,
        7.5520833333vw + -2.375rem,
        6.6875rem);
    padding: 33px 11px 0 10px;
  }
}
.p_top02 .general_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_item:nth-child(even) .general_item__desc {
    position: relative;
    left: clamp(-0.9375rem,
        -4.6875vw + 4.6875rem,
        0rem);
  }
}
@media screen and (min-width: 768px) {
  .p_top02 .general_item {
    width: calc(47% - clamp(0rem,
        0.8680555556vw + -0.4166666667rem,
        0.625rem));
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .p_top02 .general_item {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.p_top02 .general_item__img {
  width: 52.4495677233%;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_item__img {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p_top02 .general_item__img {
    width: 450px;
    padding-top: 4px;
  }
}
.p_top02 .general_item__desc {
  width: 43.2276657061%;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_item__desc {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p_top02 .general_item__desc {
    width: 302px;
  }
}
.p_top02 .general_item__ttl {
  font-weight: 600;
  letter-spacing: 0.15em;
  background-color: #0f376e;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border-radius: 40px;
  font-feature-settings: "palt";
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_item__ttl {
    padding: clamp(0.625rem,
        1.6826923077vw + -0.4519230769rem,
        1.0625rem) clamp(0.625rem,
        1.1160714286vw + -0.0892857143rem,
        1.25rem) clamp(0.625rem,
        3.125vw + -1.375rem,
        1.4375rem);
    font-size: 1.625rem;
  }
}
.p_top02 .general_item__txt {
  padding-top: 13px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7727272727;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p_top02 .general_item__txt {
    padding-top: clamp(0.3125rem,
        6.25vw + -5.3125rem,
        0.9375rem);
    padding-left: 3px;
    padding-top: clamp(0.9375rem,
        11.25vw + -9.1875rem,
        2.0625rem);
    font-size: 1.375rem;
  }
}
.p_top03__inner {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  padding: 0 24px 0 23px;
}
@media screen and (min-width: 768px) {
  .p_top03__inner {
    left: -14px;
    display: flex;
    justify-content: space-between;
    gap: 19px;
  }
}
.p_top03__img {
  width: 100%;
  position: relative;
}
.p_top03__img .c_ttl__sub {
  left: clamp(-12.4375rem,
        -37.2916666667vw + 32.3125rem,
        -1.25rem);
  bottom: -25px;
}
@media screen and (min-width: 768px) {
  .p_top03__img {
    flex-shrink: 0;
    width: 100%;
    max-width: clamp(23.75rem,
        78.825136612vw + -14.0860655738rem,
        59.8125rem);
  }
}
.p_top03__ttl {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 3.1875rem;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 15px);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p_top03__ttl {
    letter-spacing: 0.062em;
    position: relative;
    left: 0;
    top: 0;
    font-size: clamp(3.375rem,
        6.6105769231vw + 0.2019230769rem,
        6.8125rem);
    transform: translate(0);
    letter-spacing: 0.09em;
  }
}
.p_top03__sub {
  color: #0f376e;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 25px 0 0 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_top03__sub {
    color: #000000;
    font-size: clamp(1.5rem,
        1.5625vw + 0.75rem,
        2.3125rem);
    text-align: left;
    padding: 61px 0 0 14px;
  }
}
.p_top03__txt {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 11px 0 0;
  width: calc(100% + 30px);
  margin-left: -13px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p_top03__txt {
    line-height: 1.7727272727;
    padding: 26px 0 0 23px;
    letter-spacing: 0.05em;
    text-align: left;
    font-size: clamp(1.125rem,
        0.4807692308vw + 0.8942307692rem,
        1.375rem);
  }
}
.p_top03 .c_btn {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_btn {
    margin-left: 6px;
    margin-right: 0;
    margin-top: clamp(3.75rem,
        9.0277777778vw + -0.5833333333rem,
        10.25rem);
  }
}

.c_map {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .c_map {
    margin-top: clamp(5rem,
        4.7743055556vw + 2.7083333333rem,
        8.4375rem);
  }
}

/* Animation keyframes */
@keyframes imgopacity {
  0%, 30% {
    opacity: 0;
  }
  60%, 90% {
    opacity: 1;
  }
}
/*# sourceMappingURL=top.css.map */
