@charset "UTF-8";
/*
Theme Name: ジョイントホールディングス
Theme URI:
Author:
Description: ジョイントホールディングス コーポレートサイト（Figma + FLOCSS 実装）
Version: 1.0.0
Text Domain: joint04
*/
html {
  font-size: min(0.6944444444vw, 10px);
  scroll-behavior: auto !important;
}
@media (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.1s 1 forwards;
          animation: fadeIn 0.5s ease 0.1s 1 forwards;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.65;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
}

li {
  list-style: none;
}

main {
  display: block;
  overflow-x: clip;
}

section {
  position: relative;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gtranslate_wrapper {
  display: none !important;
}

@-webkit-keyframes cta-star-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cta-star-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-inner01 {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-inner02 {
  width: 100%;
  max-width: 118.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-inner03 {
  width: 100%;
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-inner04 {
  width: 100%;
  max-width: 104rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-inner05 {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-inner06 {
  width: 100%;
  max-width: 84rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-inner07 {
  width: 100%;
  max-width: 138rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .l-header {
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #005AAA;
    background-color: #fff;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21.7rem;
  line-height: 0;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 14rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer {
    display: block;
  }
}
.l-footer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35rem;
  background: #fdfdfd;
  border-top-right-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
}
@media (max-width: 768px) {
  .l-footer__info {
    width: 100%;
    border-top-right-radius: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 4rem 3rem;
  }
}
.l-footer__logo {
  width: 25.3rem;
  max-width: 100%;
  line-height: 0;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__company {
  margin-top: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 1.5;
}
.l-footer__company > * + * {
  margin-top: 2rem;
}
.l-footer__tel a {
  color: #005AAA;
}
@media (max-width: 768px) {
  .l-footer__address p, .l-footer__tel p {
    display: inline;
    font-size: 1.4rem;
  }
  .l-footer__address p:first-child::after, .l-footer__tel p:first-child::after {
    content: "　";
  }
}
.l-footer__main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  background: #333333;
  color: #fdfdfd;
  padding: 5rem 7rem 4rem;
}
@media (max-width: 768px) {
  .l-footer__main {
    padding: 11rem 3rem 4rem;
  }
}
.l-footer__deco {
  position: absolute;
  right: -3%;
  bottom: -8%;
  width: 55.5rem;
  max-width: 60%;
  height: auto;
  pointer-events: none;
}
.l-footer__nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__nav {
    gap: 1rem;
  }
}
.l-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 768px) {
  .l-footer__nav-group {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .l-footer__nav-group .l-footer__col + .l-footer__col {
    margin-top: 2.4rem;
  }
}
.l-footer__col .l-footer__nav-item + .l-footer__nav-item {
  margin-top: 3rem;
}
.l-footer__nav-item {
  line-height: 1.5;
}
.l-footer__nav-item a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1.4rem;
}
.l-footer__nav-item a:hover {
  opacity: 0.7;
}
.l-footer__nav-item--head + .l-footer__nav-item {
  margin-top: 1.4rem;
}
.l-footer__nav-item--sub {
  font-size: 1.5rem;
}
.l-footer__nav-item--sub + .l-footer__nav-item--sub {
  margin-top: 0.8rem;
}
.l-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .l-footer__bottom {
    position: static;
    margin-top: 4rem;
    display: block;
    text-align: center;
  }
}
.l-footer__sns {
  line-height: 0;
}
.l-footer__sns img {
  display: block;
  width: 15rem;
  height: auto;
}
@media (max-width: 768px) {
  .l-footer__sns {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .l-footer__sns img {
    margin-inline: auto;
  }
}
.l-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    position: relative;
    z-index: 1;
  }
}

.c-btn-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  padding: 1.4rem 3.2rem;
  border-radius: 4rem;
  background: linear-gradient(196deg, #1f95ff 21%, #005aaa 79%);
  color: #fdfdfd;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-btn-contact:hover {
  opacity: 0.85;
}
.c-btn-contact__text {
  display: block;
}
.c-btn-contact__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.c-btn-more {
  display: inline-block;
  padding: 0.6rem;
  border: 0.2rem solid #1f95ff;
  border-radius: 10rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-btn-more:hover {
  opacity: 0.85;
}
.c-btn-more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 2.2rem 4.8rem;
  background: #1f95ff;
  border-radius: 10rem;
  color: #fdfdfd;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-btn-more__inner {
    padding: 1.75rem 3rem;
    font-size: 1.5rem;
  }
}
.c-btn-more__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.c-btn-more--light {
  border-color: #fdfdfd;
}
.c-btn-more--light .c-btn-more__inner {
  background: #fdfdfd;
  color: #005AAA;
  font-size: 1.6rem;
}

.c-heading {
  text-align: center;
  color: #333333;
}
.c-heading__en {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading__en {
    font-size: 1.4rem;
  }
}
.c-heading__ja {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading__ja {
    font-size: 2.4rem;
  }
}
.c-heading--img .c-heading__en,
.c-heading--img .c-heading__ja {
  display: block;
  padding-block: 0.1em;
}
.c-heading--img .c-heading__en img,
.c-heading--img .c-heading__ja img {
  display: block;
  width: auto;
  height: 0.8em;
  margin-inline: auto;
}

.c-page-header {
  position: relative;
  overflow: hidden;
  border-bottom: 0.05rem solid #005AAA;
}
.c-page-header__inner {
  position: relative;
  z-index: 1;
  padding: 16rem 0 5rem 15rem;
  min-height: 30rem;
}
@media (max-width: 768px) {
  .c-page-header__inner {
    padding: 6rem 1.6rem 0;
    min-height: 0;
  }
}
.c-page-header__heading {
  color: #333333;
}
.c-page-header__en {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-header__en {
    font-size: 1.4rem;
  }
}
.c-page-header__title {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-page-header__title {
    margin-top: 0.7rem;
    font-size: 2.8rem;
  }
}
.c-page-header--img .c-page-header__en img {
  display: block;
  width: auto;
  height: 0.79em;
}
.c-page-header--img .c-page-header__title img {
  display: block;
  width: auto;
  height: 0.71em;
}
.c-page-header__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.5);
}
.c-page-header__breadcrumb a {
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-page-header__breadcrumb a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-page-header__breadcrumb {
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }
}
.c-page-header__breadcrumb-sep {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-page-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 40rem;
  border-top-left-radius: 68rem;
  border-bottom-left-radius: 68rem;
  overflow: hidden;
}
.c-page-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .c-page-header__bg img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-page-header__bg {
    position: static;
    width: 95%;
    height: 16rem;
    margin-top: 1.8rem;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    margin-left: auto;
  }
}

.c-hamburger {
  display: none;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
    position: relative;
    width: 3.2rem;
    height: 2.4rem;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: calc(60 + 1);
  }
}
.c-hamburger__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #005AAA;
  border-radius: 0.2rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-hamburger__bar:nth-child(1) {
  top: 0;
}
.c-hamburger__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-hamburger__bar:nth-child(3) {
  bottom: 0;
}
.js-drawer-open .c-hamburger__bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.js-drawer-open .c-hamburger__bar:nth-child(2) {
  opacity: 0;
}
.js-drawer-open .c-hamburger__bar:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 1.5rem 5rem;
  background: #fdfdfd;
  border: 0.2rem solid #005AAA;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-global-nav__link {
  display: block;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  color: #005AAA;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-global-nav__link:hover {
  opacity: 0.6;
}
.p-global-nav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.p-global-nav__lang-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #005AAA;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-global-nav__lang-link:not(.is-current) {
  opacity: 0.5;
}
.p-global-nav__lang-link:hover {
  opacity: 0.8;
}
.p-global-nav__lang-sep {
  display: block;
  width: 0.1rem;
  height: 1.5rem;
  background: #005AAA;
}

.p-header-lang {
  display: none;
}
@media (max-width: 768px) {
  .p-header-lang {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
  }
}
.p-header-lang.is-open .p-header-lang__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-header-lang.is-open .p-header-lang__caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-header-lang__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #005AAA;
  cursor: pointer;
}
.p-header-lang__globe {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.p-header-lang__current {
  letter-spacing: 0.1em;
}
.p-header-lang__caret {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 0.8rem;
  margin-left: -0.2rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-header-lang__menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  min-width: 8rem;
  margin-top: 0.8rem;
  padding: 0.6rem 0;
  background: #fdfdfd;
  border: 0.1rem solid rgba(0, 90, 170, 0.25);
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.p-header-lang__option {
  display: block;
  padding: 0.8rem 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #005AAA;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.p-header-lang__option.is-current {
  font-weight: 700;
}
.p-header-lang__option:hover {
  background: #eef7ff;
}

.p-drawer {
  display: none;
}
@media (max-width: 768px) {
  .p-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 60;
    background: #fdfdfd;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .js-drawer-open .p-drawer {
    opacity: 1;
    visibility: visible;
  }
}
.p-drawer__inner {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  padding: 1.4rem 2.4rem 6rem;
}
.p-drawer__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-drawer__logo img {
  display: block;
  width: auto;
  height: 3.6rem;
}
.p-drawer__close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: linear-gradient(196deg, #1f95ff 21%, #005aaa 79%);
}
.p-drawer__close::before, .p-drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 0.2rem;
  background: #fdfdfd;
}
.p-drawer__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-drawer__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 5rem;
}
.p-drawer__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-drawer__link {
  display: block;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #333333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .p-drawer__link {
    font-size: 1.4rem;
  }
}
.p-drawer__link + .p-drawer__link {
  margin-top: 2.4rem;
}
.p-drawer__link:hover {
  opacity: 0.6;
}
.p-drawer__link--head {
  font-weight: 700;
}
.p-drawer__link--child {
  font-weight: 500;
  font-size: 1.5rem;
}
.p-drawer__link--child + .p-drawer__link--child {
  margin-top: 1.6rem;
}
.p-drawer__link + .p-drawer__link--child {
  margin-top: 1.6rem;
}
.p-drawer__deco {
  position: absolute;
  right: 0;
  bottom: 3rem;
  width: 62%;
  height: auto;
  z-index: -1;
  opacity: 0.07;
  pointer-events: none;
}
.p-drawer__overlay {
  display: none;
}

.js-drawer-open .c-hamburger {
  display: none;
}

.p-top-hero {
  position: relative;
  width: 100%;
  height: 79rem;
  background: #fdfdfd;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-hero {
    height: auto;
    overflow: visible;
    padding: 7.4rem 0 0;
  }
}
.p-top-hero__visual {
  position: absolute;
  left: 0;
  top: 11rem;
  width: 90rem;
  max-width: 62%;
}
@media (max-width: 768px) {
  .p-top-hero__visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 3.8rem;
  }
}
.p-top-hero__loop {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-hero__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-top-hero__flow {
  fill: none;
  stroke-width: 5;
  stroke-opacity: 0.4;
  -webkit-animation-name: top-hero-flow;
          animation-name: top-hero-flow;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-hero__flow {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
.p-top-hero__flow--a-yellow {
  stroke: #F2E018;
  stroke-dasharray: 497.59 237.71 264.7 0;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.p-top-hero__flow--a-blue {
  stroke: #1f95ff;
  stroke-dasharray: 0 497.59 237.71 264.7;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.p-top-hero__flow--b-blue {
  stroke: #1f95ff;
  stroke-dasharray: 576.24 155.72 268.04 0;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.p-top-hero__flow--b-yellow {
  stroke: #F2E018;
  stroke-dasharray: 0 576.24 155.72 268.04;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
}
.p-top-hero__flow--c-blue {
  stroke: #1f95ff;
  -webkit-animation-name: none;
          animation-name: none;
}
.p-top-hero__flow--d-yellow {
  stroke: #F2E018;
  stroke-dasharray: 213.2 46.4 740.4 0;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.p-top-hero__dot {
  fill: #1f95ff;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: top-hero-dot;
          animation-name: top-hero-dot;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-hero__dot {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
@supports not (offset-path: path("M0 0")) {
  .p-top-hero__dot--flow {
    display: none;
  }
}
.p-top-hero__dot--a-start {
  offset-path: path("M239 675.55C273.02 719.6 331.89 752.53 391.07 771.15C451.49 790.18 501.31 790.84 563.76 779.66C611.97 771.03 708.92 733.61 764.65 658.34C810.26 600.58 837 528.29 837 450.45C837 356.81 796.66 265.57 726.85 202.03C686.17 162.21 630.81 135.04 573.47 120.94C513.54 106.41 450.11 107.73 390.38 124.89C327.68 143.3 283.46 170.7 248.16 205.27C217.54 238.25 181.12 292.1 159.12 334.85C135.08 381.56 111.48 430.85 84.5 476.5C41.5 564.5 1 578.5 -60 580C-81 568.5 -89.3 630.73 -109.82 631.31");
  offset-distance: 0%;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.p-top-hero__dot--a-yellow {
  fill: #F2E018;
  offset-path: path("M239 675.55C273.02 719.6 331.89 752.53 391.07 771.15C451.49 790.18 501.31 790.84 563.76 779.66C611.97 771.03 708.92 733.61 764.65 658.34C810.26 600.58 837 528.29 837 450.45C837 356.81 796.66 265.57 726.85 202.03C686.17 162.21 630.81 135.04 573.47 120.94C513.54 106.41 450.11 107.73 390.38 124.89C327.68 143.3 283.46 170.7 248.16 205.27C217.54 238.25 181.12 292.1 159.12 334.85C135.08 381.56 111.48 430.85 84.5 476.5C41.5 564.5 1 578.5 -60 580C-81 568.5 -89.3 630.73 -109.82 631.31");
  offset-distance: 37.01%;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-delay: -9.25s;
          animation-delay: -9.25s;
}
.p-top-hero__dot--a-blue {
  offset-path: path("M239 675.55C273.02 719.6 331.89 752.53 391.07 771.15C451.49 790.18 501.31 790.84 563.76 779.66C611.97 771.03 708.92 733.61 764.65 658.34C810.26 600.58 837 528.29 837 450.45C837 356.81 796.66 265.57 726.85 202.03C686.17 162.21 630.81 135.04 573.47 120.94C513.54 106.41 450.11 107.73 390.38 124.89C327.68 143.3 283.46 170.7 248.16 205.27C217.54 238.25 181.12 292.1 159.12 334.85C135.08 381.56 111.48 430.85 84.5 476.5C41.5 564.5 1 578.5 -60 580C-81 568.5 -89.3 630.73 -109.82 631.31");
  offset-distance: 50.01%;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-delay: -12.5s;
          animation-delay: -12.5s;
}
.p-top-hero__dot--d-yellow {
  fill: #F2E018;
  offset-path: path("M360 472C370.07 488.75 383.4 510.18 398.12 528.86C412.85 547.55 428.95 563.51 444.56 569.32C467.93 578.04 493.52 579.83 517.96 574.64C543.07 569.34 560.21 559.43 571.07 550.84C576.49 546.55 580.35 542.59 582.85 539.7C584.11 538.26 585.02 537.08 585.62 536.27C585.91 535.86 586.14 535.54 586.5 535C600.2 514.45 610.45 504.67 615.5 480.5C617.27 472.02 619 459.27 619 450.32C619 419.48 607.94 388.66 585.88 364.58L581.51 360.25C564.41 343.31 543.76 332.18 522.12 326.88C516.03 325.38 509.88 324.32 503.69 323.7C486.48 321.92 469.06 323.55 452.55 328.5C405.82 342.53 380.07 388.66 353.11 437.01C344.99 451.5 337.92 464.39 328.93 479.1C321.25 491.71 314.42 503.92 307.64 516.11C302.44 525.39 297.27 534.66 291.98 543.82C260.69 597.84 178.5 794 -53 787.5");
  offset-distance: 21.51%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: -3.23s;
          animation-delay: -3.23s;
}
.p-top-hero__dot--d-blue {
  offset-path: path("M360 472C370.07 488.75 383.4 510.18 398.12 528.86C412.85 547.55 428.95 563.51 444.56 569.32C467.93 578.04 493.52 579.83 517.96 574.64C543.07 569.34 560.21 559.43 571.07 550.84C576.49 546.55 580.35 542.59 582.85 539.7C584.11 538.26 585.02 537.08 585.62 536.27C585.91 535.86 586.14 535.54 586.5 535C600.2 514.45 610.45 504.67 615.5 480.5C617.27 472.02 619 459.27 619 450.32C619 419.48 607.94 388.66 585.88 364.58L581.51 360.25C564.41 343.31 543.76 332.18 522.12 326.88C516.03 325.38 509.88 324.32 503.69 323.7C486.48 321.92 469.06 323.55 452.55 328.5C405.82 342.53 380.07 388.66 353.11 437.01C344.99 451.5 337.92 464.39 328.93 479.1C321.25 491.71 314.42 503.92 307.64 516.11C302.44 525.39 297.27 534.66 291.98 543.82C260.69 597.84 178.5 794 -53 787.5");
  offset-distance: 25.42%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: -3.81s;
          animation-delay: -3.81s;
}
.p-top-hero__dots {
  position: absolute;
  left: 126.8rem;
  top: 11.6rem;
  width: 22rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-hero__dots {
    display: none;
  }
}
.p-top-hero__body {
  position: absolute;
  left: 89.8rem;
  top: 22.2rem;
}
@media (max-width: 768px) {
  .p-top-hero__body {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 2.6rem 0 3.4rem;
    text-align: left;
  }
}
.p-top-hero__deco-circle, .p-top-hero__deco-line {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-top-hero__deco-circle {
  left: -0.61rem;
  top: -0.48rem;
  width: 30.1rem;
  height: 10.7rem;
}
@media (max-width: 768px) {
  .p-top-hero__deco-circle {
    left: 8.4rem;
    top: -0.1rem;
    width: 19.4rem;
    height: 6.16rem;
  }
}
.p-top-hero__deco-line {
  left: 15.78rem;
  top: 14.67rem;
  width: 17.5rem;
  height: 1.2rem;
}
@media (max-width: 768px) {
  .p-top-hero__deco-line {
    left: 17.49rem;
    top: 8.63rem;
    width: 9.99rem;
    height: 1.44rem;
  }
}
.p-top-hero__catch {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 5.3rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-hero__catch {
    font-size: 3.2rem;
    text-align: center;
  }
}
.p-top-hero__catch-row {
  display: block;
}
.p-top-hero__grad {
  background: linear-gradient(197deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-top-hero__lead {
  margin-top: 4rem;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-hero__lead {
    margin-top: 0.85rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-top-hero__cta {
  position: fixed;
  right: 36rem;
  top: 54rem;
  z-index: 45;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.p-top-hero__cta:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.p-top-hero__cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-hero__cta {
    bottom: 0rem;
    top: inherit;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.p-top-hero__cta-badge {
  position: relative;
  display: block;
  width: 17rem;
  height: 17rem;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .p-top-hero__cta-badge {
    width: 12.4rem;
    height: 12rem;
    padding-top: 2.9rem;
  }
}
.p-top-hero__cta-star {
  position: absolute;
  left: 1.16rem;
  top: 1.07rem;
  width: 14.68rem;
  height: 14.5rem;
}
@media (max-width: 768px) {
  .p-top-hero__cta-star {
    left: 1.15rem;
    top: 1.07rem;
    width: 9.71rem;
    height: 9.56rem;
  }
}
.p-top-hero__cta-star {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: cta-star-spin 12s linear infinite;
          animation: cta-star-spin 12s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-hero__cta-star {
    -webkit-animation: none;
            animation: none;
  }
}
.p-top-hero__cta-label {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-hero__cta-label {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
.p-top-hero__cta-click {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-hero__cta-click {
    margin-top: 0.12rem;
    line-height: 0;
    font-size: 1.1rem;
  }
}
.p-top-hero__cta-arrow {
  display: block;
  width: 1.4rem;
  height: 1.5rem;
}

@-webkit-keyframes top-hero-flow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1000;
  }
}

@keyframes top-hero-flow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -1000;
  }
}
@-webkit-keyframes top-hero-dot {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
@keyframes top-hero-dot {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
.p-top-lead {
  position: relative;
  overflow: hidden;
}
.p-top-lead.js-reveal .p-top-lead__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem) scale(0.96);
          transform: translateY(2rem) scale(0.96);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.p-top-lead.js-reveal .p-top-lead__item.is-shown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-lead.js-reveal .p-top-lead__item {
    -webkit-transition: none;
    transition: none;
  }
}
.p-top-lead__inner {
  position: relative;
  width: 100%;
  max-width: 144rem;
  height: 73rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-top-lead__inner {
    height: 48rem;
  }
}
.p-top-lead__item {
  position: absolute;
}
.p-top-lead__shape {
  display: block;
  height: auto;
}
.p-top-lead__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-lead__text {
    width: 80%;
  }
}
.p-top-lead__head {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-top-lead__head {
    max-width: 90%;
  }
}
.p-top-lead__name {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-lead__name {
    margin-top: 0.2rem;
    font-size: 1rem;
  }
}
.p-top-lead__desc {
  margin-top: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-lead__desc {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}
.p-top-lead__item--placeholder {
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
  left: 30.4rem;
  top: 8.6rem;
}
.p-top-lead__item--placeholder .p-top-lead__shape {
  width: 27.5rem;
}
@media (max-width: 768px) {
  .p-top-lead__item--placeholder {
    left: 1.9rem;
    top: 2.3rem;
  }
  .p-top-lead__item--placeholder .p-top-lead__shape {
    width: 21.3rem;
  }
}
.p-top-lead__item--cofret {
  left: 12.4rem;
  top: 34.9rem;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
}
.p-top-lead__item--cofret .p-top-lead__shape {
  width: 30.8rem;
}
@media (max-width: 768px) {
  .p-top-lead__item--cofret {
    left: 15.3rem;
    top: 14.6rem;
    -webkit-transform: rotate(10deg) !important;
            transform: rotate(10deg) !important;
  }
  .p-top-lead__item--cofret .p-top-lead__shape {
    width: 23.6rem;
  }
}
.p-top-lead__item--sunjoint {
  left: 63.6rem;
  top: 9.3rem;
  -webkit-transform: rotate(5deg) !important;
          transform: rotate(5deg) !important;
}
.p-top-lead__item--sunjoint .p-top-lead__shape {
  width: 34.8rem;
}
@media (max-width: 768px) {
  .p-top-lead__item--sunjoint {
    left: 14.1rem;
    top: 40.3rem;
  }
  .p-top-lead__item--sunjoint .p-top-lead__shape {
    width: 27.5rem;
  }
  .p-top-lead__item--sunjoint .p-top-lead__head {
    width: 12.9rem;
  }
}
.p-top-lead__item--joint {
  left: 46rem;
  top: 41rem;
}
.p-top-lead__item--joint .p-top-lead__shape {
  width: 32.2rem;
}
@media (max-width: 768px) {
  .p-top-lead__item--joint {
    left: -1.8rem;
    top: 27.5rem;
  }
  .p-top-lead__item--joint .p-top-lead__shape {
    width: 23.8rem;
  }
  .p-top-lead__item--joint .p-top-lead__head {
    width: 10.25rem;
  }
}
.p-top-lead__cta {
  position: absolute;
  left: 100.7rem;
  top: 28.5rem;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-top-lead__cta:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .p-top-lead__cta {
    left: 13rem;
    top: 44.8rem;
  }
}
.p-top-lead__cta-badge {
  position: relative;
  display: block;
  width: 17rem;
  height: 17rem;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .p-top-lead__cta-badge {
    width: 12rem;
    height: 12rem;
    padding-top: 3.1rem;
  }
}
.p-top-lead__cta-star {
  position: absolute;
  left: 1.16rem;
  top: 1.07rem;
  width: 14.68rem;
  height: 14.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: cta-star-spin 12s linear infinite;
          animation: cta-star-spin 12s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-lead__cta-star {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 768px) {
  .p-top-lead__cta-star {
    left: 0.92rem;
    top: 0.86rem;
    width: 10.17rem;
    height: 10.05rem;
  }
}
.p-top-lead__cta-label {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-lead__cta-label {
    font-size: 1.4rem;
  }
}
.p-top-lead__cta-click {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-lead__cta-click {
    margin-top: 0.12rem;
    font-size: 1.3rem;
  }
}
.p-top-lead__cta-arrow {
  display: block;
  width: 1.4rem;
  height: 1.5rem;
}
@media (max-width: 768px) {
  .p-top-lead__cta-arrow {
    width: 1.12rem;
    height: 1.2rem;
  }
}
.p-top-lead .p-top-lead__marquee {
  margin-top: 0;
}
.p-top-lead .p-top-lead__marquee .p-about-marquee__text {
  color: #F2E018;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .p-top-lead .p-top-lead__marquee {
    position: static;
    width: 100%;
    margin-top: 20rem;
  }
}

.p-top-about {
  position: relative;
  overflow: hidden;
  padding: 14rem 0 13rem 15rem;
}
.p-top-about__bg {
  position: absolute;
  top: 50%;
  right: -21rem;
  z-index: 0;
  width: 128.5rem;
  height: 56rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50rem 0 0 50rem;
  overflow: hidden;
}
.p-top-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(45.6%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 45.6%);
}
.p-top-about__body {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}
.p-top-about__en {
  display: block;
  width: 10.2rem;
  height: auto;
}
.p-top-about__ja {
  display: block;
  width: 32.7rem;
  height: auto;
  margin-top: 0.6rem;
}
.p-top-about__catch {
  margin-top: 3.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-top-about__hapi {
  position: relative;
  display: inline-block;
}
.p-top-about__hapi-text {
  background: linear-gradient(188.55deg, #1f95ff 21.2%, #005aaa 78.8%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top-about__circle {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 21rem;
  height: auto;
  -webkit-transform: translate(-50%, -50%) rotate(3.4deg);
          transform: translate(-50%, -50%) rotate(3.4deg);
  pointer-events: none;
}
.p-top-about__text {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-top-about .c-btn-more {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-top-about {
    padding: 7rem 0 4rem 1.6rem;
  }
  .p-top-about__bg {
    position: absolute;
    left: 6rem;
    right: auto;
    top: 12rem;
    width: 37.5rem;
    height: 22rem;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 50rem 0 0 50rem;
  }
  .p-top-about__bg img {
    height: 100%;
  }
  .p-top-about__bg::after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0) 100%);
  }
  .p-top-about__body {
    max-width: none;
  }
  .p-top-about__en {
    width: 5.9rem;
  }
  .p-top-about__ja {
    width: 19.6rem;
  }
  .p-top-about__catch {
    font-size: 2rem;
  }
  .p-top-about__circle {
    width: 11.57rem;
  }
  .p-top-about__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.p-top-stack {
  position: relative;
}

.p-top-gallery {
  position: relative;
  padding: 8rem 0 6rem;
  background: #eef7ff;
}
@media (max-width: 768px) {
  .p-top-gallery {
    padding: 5rem 0 4rem;
  }
}
.p-top-gallery__dots01 {
  position: absolute;
  right: 0;
  width: 21rem !important;
  z-index: 2;
  height: auto !important;
  top: -24%;
}
@media (max-width: 768px) {
  .p-top-gallery__dots01 {
    right: 1rem;
    width: 8rem !important;
    top: -4%;
  }
}
.p-top-gallery__dots02 {
  position: absolute;
  left: 0;
  width: 21rem !important;
  z-index: 2;
  height: auto !important;
  bottom: -15%;
}
@media (max-width: 768px) {
  .p-top-gallery__dots02 {
    left: 1rem;
    width: 8rem !important;
    bottom: -5%;
  }
}
.p-top-gallery__track {
  --shift: -195rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-top-gallery-marquee 40s linear infinite;
          animation: p-top-gallery-marquee 40s linear infinite;
}
@media (max-width: 768px) {
  .p-top-gallery__track {
    --shift: -108rem;
    gap: 1.6rem;
    -webkit-animation-duration: 28s;
            animation-duration: 28s;
  }
}
.p-top-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-top-gallery__list {
    gap: 1.6rem;
  }
}
.p-top-gallery__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36rem;
  height: auto;
  border-radius: 50rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-gallery__item {
    width: 20rem;
    height: 32rem;
  }
}
.p-top-gallery img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-stack > .p-top-gallery {
  position: sticky;
  top: 6rem;
  z-index: 0;
}

@-webkit-keyframes p-top-gallery-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--shift));
            transform: translateX(var(--shift));
  }
}

@keyframes p-top-gallery-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--shift));
            transform: translateX(var(--shift));
  }
}
.p-top-message {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.7);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  text-align: center;
  --arc-h: 20.45rem;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000.67%20204.513'%20preserveAspectRatio='none'%3E%3Cpath%20d='M1000.33%200C600.889%200%200%20204.513%200%20204.513H2000.67C2000.67%20204.513%201399.78%200%201000.33%200Z'%20fill='black'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000.67%20204.513'%20preserveAspectRatio='none'%3E%3Cpath%20d='M1000.33%200C600.889%200%200%20204.513%200%20204.513H2000.67C2000.67%20204.513%201399.78%200%201000.33%200Z'%20fill='black'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  mask-size: 138.93% var(--arc-h), 100% calc(100% - var(--arc-h) + 0.1rem);
  mask-position: center top, center bottom;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000.67%20204.513'%20preserveAspectRatio='none'%3E%3Cpath%20d='M1000.33%200C600.889%200%200%20204.513%200%20204.513H2000.67C2000.67%20204.513%201399.78%200%201000.33%200Z'%20fill='black'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000.67%20204.513'%20preserveAspectRatio='none'%3E%3Cpath%20d='M1000.33%200C600.889%200%200%20204.513%200%20204.513H2000.67C2000.67%20204.513%201399.78%200%201000.33%200Z'%20fill='black'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
  -webkit-mask-size: 138.93% var(--arc-h), 100% calc(100% - var(--arc-h) + 0.1rem);
  -webkit-mask-position: center top, center bottom;
  -webkit-mask-repeat: no-repeat, no-repeat;
  margin-top: -6.72rem;
  padding-top: 16.72rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-top-message {
    --arc-h: 16.15rem;
    mask-size: 468% var(--arc-h), 100% calc(100% - var(--arc-h) + 0.1rem);
    -webkit-mask-size: 468% var(--arc-h), 100% calc(100% - var(--arc-h) + 0.1rem);
    margin-top: 0;
    padding-block: 6rem;
  }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .p-top-message {
    background-color: #fdfdfd;
  }
}
.p-top-message > .l-inner02 {
  position: relative;
  z-index: 1;
}
.p-top-message__body {
  margin-top: 4rem;
  width: 100%;
}
.p-top-message__lead {
  margin-top: 2rem;
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-message__lead {
    font-size: 1.4rem;
  }
}
.p-top-message .c-btn-more {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-top-message .c-btn-more {
    margin-top: 3rem;
  }
}
.p-top-message__catch {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-message__catch {
    font-size: 2rem;
  }
}
.p-top-message__catch-line {
  display: block;
  background: linear-gradient(188deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-top-message__catch-line + .p-top-message__catch-line {
  margin-top: 0.5rem;
}
.p-top-message__cards {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-message__cards {
    margin-top: 4rem;
    display: block;
    width: 26.6rem;
    margin-inline: auto;
  }
}
.p-top-message__card-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.1rem;
          flex: 0 0 36.1rem;
}
@media (max-width: 768px) {
  .p-top-message__card-item + .p-top-message__card-item {
    margin-top: 1.5rem;
  }
}
.p-top-message__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3rem;
  border-radius: 0.8rem;
  overflow: hidden;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .p-top-message__card {
    padding: 2rem 3rem;
  }
}
.p-top-message__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.8);
  z-index: 1;
}
.p-top-message__card:hover .p-top-message__card-bg img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.p-top-message__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-message__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-top-message__card-label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.p-top-message__card-en {
  display: block;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-top-message__card-en {
    font-size: 1.4rem;
  }
}
.p-top-message__card-ja {
  display: block;
  margin-top: -0.72rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-top-message__card-ja {
    margin-top: -0.38rem;
    font-size: 1.6rem;
  }
}
.p-top-message__card-arrow {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
}
@media (max-width: 768px) {
  .p-top-message__card-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-top-group {
  position: relative;
  padding-bottom: 17rem;
  background: #eef7ff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-group {
    padding-bottom: 8rem;
  }
}
.p-top-group__curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.p-top-group__dots {
  display: none;
}
@media (max-width: 768px) {
  .p-top-group__dots {
    display: block;
    position: absolute;
    left: 28.7rem;
    top: 21.2rem;
    z-index: 2;
    width: 8.2rem;
    height: 8.2rem;
    pointer-events: none;
  }
}
.p-top-group__heading {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
}
@media (max-width: 768px) {
  .p-top-group__heading {
    padding-top: 5rem;
  }
}
.p-top-group__heading-en {
  display: block;
  line-height: 1;
}
.p-top-group__heading-en img {
  display: block;
  width: auto;
  height: 1.8rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-top-group__heading-en img {
    height: 1.05rem;
  }
}
.p-top-group__heading-ja {
  display: block;
  line-height: 1;
  margin-top: 0.6rem;
}
.p-top-group__heading-ja img {
  display: block;
  width: auto;
  height: 3.5rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-top-group__heading-ja img {
    height: 2.1rem;
  }
}
.p-top-group__slider {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-top-group__slider {
    margin-top: 3rem;
  }
}
.p-top-group .c-btn-more {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-top-group .c-btn-more {
    margin-top: 3rem;
  }
}
.p-top-group .splide__slide {
  overflow: hidden;
}
.p-top-group__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 55rem;
  padding: 3.1rem 15rem 0;
}
@media (max-width: 768px) {
  .p-top-group__main {
    display: block;
    min-height: 0;
    padding: 15rem 0.6rem 0 1.6rem;
  }
}
.p-top-group__photo {
  position: absolute;
  left: -39.5rem;
  top: 0;
  width: 128.5rem;
  height: 55rem;
  border-radius: 0 50rem 50rem 0;
  overflow: hidden;
}
.p-top-group__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(238, 247, 255, 0)), to(#eef7ff));
  background: linear-gradient(90deg, rgba(238, 247, 255, 0) 55%, #eef7ff 100%);
}
.p-top-group__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .p-top-group__photo {
    left: 0;
    top: 0;
    width: 100%;
    height: 25rem;
    border-radius: 0 50rem 50rem 0;
  }
  .p-top-group__photo img {
    -o-object-position: 80% center;
       object-position: 80% center;
  }
  .p-top-group__photo::after {
    display: none;
  }
}
.p-top-group__detail {
  position: relative;
  z-index: 1;
  width: 50.3rem;
  max-width: 100%;
  padding: 4rem 5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-group__detail {
    width: 100%;
    max-width: none;
    padding: 1.5rem;
    background: rgba(253, 253, 253, 0.88);
    border-radius: 0.4rem;
  }
}
.p-top-group__name {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-group__name {
    font-size: 1.8rem;
    white-space: normal;
  }
}
.p-top-group__desc {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-top-group__desc {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-top-group__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  border-bottom: 0.1rem solid #333333;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #333333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-top-group__more:hover {
  opacity: 0.6;
}
.p-top-group__more img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .p-top-group__more {
    margin-top: 1.5rem;
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
  }
}
.p-top-group__nav {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  padding: 2rem 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-group__nav {
    margin-top: 1rem;
    padding: 0 1.6rem;
  }
}
.p-top-group__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-top-group__tabs {
    gap: 1rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-top-group__tab a {
  display: block;
  background: #fdfdfd;
  border: 0.2rem solid transparent;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
  width: 16.5rem;
  height: 7rem;
  padding: 1rem 2rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-top-group__tab a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-group__tab:not(.is-active) a {
  opacity: 0.6;
}
.p-top-group__tab:not(.is-active) a:hover {
  opacity: 0.85;
}
.p-top-group__tab.is-active a {
  width: 28rem;
  height: 12rem;
  border-color: #005AAA;
}
@media (max-width: 768px) {
  .p-top-group__tab a {
    width: 6rem;
    height: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem 0.6rem;
  }
  .p-top-group__tab.is-active a {
    width: 10rem;
    height: 4.3rem;
  }
}
.p-top-group__controls {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-top-group__controls {
    margin-top: 1.5rem;
    gap: 1.2rem;
  }
}
.p-top-group__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .p-top-group__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-top-group__arrow:hover {
  opacity: 0.7;
}
.p-top-group__arrow img {
  width: 100%;
  height: 100%;
}
.p-top-group__arrow--next img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-top-group__progress {
  position: relative;
  width: 60rem;
  height: 0.5rem;
  background: #d9d9d9;
  border-radius: 50rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-group__progress {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.p-top-group__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: #F2E018;
  border-radius: 50rem;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.p-top-team {
  position: relative;
}
.p-top-team .p-top-team__marquee {
  position: relative;
  z-index: 1;
  margin-top: -9rem;
}
@media (max-width: 768px) {
  .p-top-team .p-top-team__marquee {
    margin-top: -5rem;
  }
}
.p-top-team__photo {
  margin-top: -3rem;
}
.p-top-team__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-news {
  padding-block: 15rem 12rem;
}
@media (max-width: 768px) {
  .p-top-news {
    padding-block: 8rem 6rem;
  }
}
.p-top-news__box {
  position: relative;
  padding: 6rem 5rem 4rem;
  background: #eef7ff;
  border-radius: 4rem;
  -webkit-box-shadow: 0.7rem 0.7rem 0.75rem rgba(100, 113, 125, 0.04);
          box-shadow: 0.7rem 0.7rem 0.75rem rgba(100, 113, 125, 0.04);
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-news__box {
    padding: 5rem 2rem 4rem;
  }
}
.p-top-news__head {
  position: absolute;
  top: -4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-top-news__head {
    top: -2.5rem;
  }
}
.p-top-news__tabs {
  display: none;
}
@media (max-width: 768px) {
  .p-top-news__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.p-top-news__tab {
  height: 3.9rem;
  padding: 0.8rem 2.8rem;
  background: transparent;
  border: 0.2rem solid #005AAA;
  border-radius: 50rem;
  opacity: 0.3;
  cursor: pointer;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #005AAA;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-top-news__tab.is-active {
  background: #005AAA;
  opacity: 1;
  color: #fdfdfd;
}
.p-top-news__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  width: 100%;
  padding-top: 3rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-news__cols {
    display: block;
    padding-top: 3rem;
  }
}
.p-top-news__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-top-news__col {
    display: none;
  }
  .p-top-news__col.is-active {
    display: block;
  }
}
.p-top-news__badge {
  position: relative;
  width: 10.6rem;
  height: 10.6rem;
  padding-top: 4rem;
  text-align: center;
}
.p-top-news__badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-top-news__badge {
    display: none;
  }
}
.p-top-news__badge-label {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-top-news__list {
  margin-top: 0.5rem;
}
.p-top-news__empty {
  margin-top: 0.5rem;
  padding: 1.4rem 0 0.8rem;
  border-bottom: 0.1rem dashed #333333;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-top-news__link {
  display: block;
  padding: 1.4rem 0 0.8rem;
  border-bottom: 0.1rem dashed #333333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .p-top-news__link {
    padding: 1.2rem 0 0.8rem;
  }
}
.p-top-news a.p-top-news__link:hover {
  opacity: 0.6;
}
.p-top-news__item:first-child .p-top-news__link {
  padding-top: 0;
}
.p-top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-top-news__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-top-news__cat {
  padding: 0.4rem 0.6rem;
  background: #005AAA;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-top-news__cat {
    padding: 0.3rem 0.4rem;
  }
}
.p-top-news__title {
  margin-top: 0.7rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top-news .c-btn-more {
  margin-top: 4rem;
}

.p-top-contact {
  position: relative;
  padding-block: 6.5rem;
  overflow: hidden;
  color: #fdfdfd;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-contact {
    padding-block: 2rem;
  }
}
.p-top-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-top-contact__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(31, 149, 255, 0.8);
}
.p-top-contact__bg picture {
  display: block;
}
.p-top-contact__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-top-contact__inner {
  position: relative;
  z-index: 1;
}
.p-top-contact .c-heading {
  color: #fdfdfd;
}
.p-top-contact__text {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-top-contact__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.p-top-contact .c-btn-more {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-top-contact .c-btn-more {
    margin-top: 2.4rem;
  }
}

.p-message {
  position: relative;
  padding-block: 8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-message {
    padding-block: 5rem 45rem;
  }
}
.p-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.2rem;
}
@media (max-width: 768px) {
  .p-message__inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-message__main {
    width: 100%;
  }
}
.p-message__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-message__text p + p {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-message__text {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-message__text p + p {
    margin-top: 2.4rem;
  }
}
.p-message__sign {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 768px) {
  .p-message__sign {
    margin-top: 3rem;
  }
}
.p-message__sign-name {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-message__sign-name {
    font-size: 1.4rem;
  }
}
.p-message__sign-img {
  width: 17.7rem;
  height: auto;
  margin-top: 1.4rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-message__sign-img {
    width: 13rem;
    margin-top: 1rem;
  }
}
.p-message__portrait {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.3rem;
}
.p-message__portrait img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-message__portrait {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16rem;
    z-index: 0;
  }
}
.p-message__dots {
  position: absolute;
  pointer-events: none;
}
.p-message__dots--yellow {
  left: -2rem;
  top: 4rem;
  width: 22rem;
}
@media (max-width: 768px) {
  .p-message__dots--yellow {
    display: none;
  }
}
.p-message__dots--blue {
  right: 1rem;
  bottom: 8rem;
  width: 22rem;
}
@media (max-width: 768px) {
  .p-message__dots--blue {
    right: -2rem;
    bottom: 12rem;
    width: 18rem;
  }
}

.p-about-intro {
  position: relative;
  isolation: isolate;
  padding-block: 7rem 14rem;
  background: #eef7ff;
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-about-intro {
    margin-top: 4rem;
    padding-block: 5rem 8rem;
  }
}
.p-about-intro__arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/112;
  z-index: -1;
  pointer-events: none;
}
.p-about-intro__watermark {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  z-index: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 10rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  opacity: 0.8;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-about-intro__watermark {
    top: 7%;
    font-size: 5rem;
  }
}
.p-about-intro__since {
  position: relative;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.05em;
  background: linear-gradient(199deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-about-intro__since {
    font-size: 2.8rem;
  }
}
.p-about-intro__text {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-about-intro__text p + p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-about-intro__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .p-about-intro__text p + p {
    margin-top: 1.6rem;
  }
}
.p-about-intro__dots {
  position: absolute;
  right: 3rem;
  top: 2rem;
  width: 22rem;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-about-intro__dots {
    width: 8rem;
    right: 1rem;
    top: -2rem;
  }
}

.p-about-marquee {
  margin-top: -12rem;
}
@media (max-width: 768px) {
  .p-about-marquee {
    margin-top: -8rem;
  }
}
.p-about-marquee__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-animation: p-about-marquee 40s linear infinite;
          animation: p-about-marquee 40s linear infinite;
}
.p-about-marquee__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4rem;
  font-family: "Rock 3D", "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 11rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #005AAA;
}
@media (max-width: 768px) {
  .p-about-marquee__text {
    font-size: 6rem;
    padding-right: 2rem;
  }
}

@-webkit-keyframes p-about-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-about-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-about-marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}
.p-about-philosophy {
  padding-block: 10rem;
  background: #fdfdfd;
  border-radius: 10rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-philosophy {
    padding-block: 6rem;
    border-radius: 3rem;
  }
}
.p-about-philosophy__block {
  width: 100%;
}
.p-about-philosophy__block + .p-about-philosophy__block {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-about-philosophy__block + .p-about-philosophy__block {
    margin-top: 5rem;
  }
}
.p-about-philosophy__block > * + * {
  margin-top: 3rem;
}
.p-about-philosophy__block--value > * + * {
  margin-top: 8rem;
}
.p-about-philosophy__title {
  margin-top: 0.6rem;
}
.p-about-philosophy__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-about-philosophy__en {
    font-size: 1.4rem;
  }
}
.p-about-philosophy__title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-about-philosophy__title {
    font-size: 2.4rem;
  }
}
.p-about-philosophy__statement {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-philosophy__statement {
    font-size: 2rem;
  }
}
.p-about-philosophy__circled {
  position: relative;
  display: inline-block;
}
.p-about-philosophy__circled img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-about-philosophy__grad {
  background: linear-gradient(189deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-about-philosophy__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7rem 0;
  width: 108rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-about-philosophy__values {
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
}
.p-about-philosophy__value {
  position: relative;
  width: 35.7rem;
  text-align: center;
}
.p-about-philosophy__value > * + * {
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .p-about-philosophy__value {
    width: 46%;
  }
}
.p-about-philosophy__num {
  position: absolute;
  top: 0;
  left: 4.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
  color: #005AAA;
  opacity: 0.05;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-about-philosophy__num {
    display: none;
  }
}
.p-about-philosophy__icon {
  height: 8rem;
  width: auto;
}
.p-about-philosophy__vtitle {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #005AAA;
  min-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-about-philosophy__vtitle {
    font-size: 1.8rem;
  }
}
.p-about-philosophy__vtext {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-about-philosophy__vtext {
    font-size: 1.4rem;
  }
}

.p-about-org {
  position: relative;
  isolation: isolate;
  padding-block: 12rem 6rem;
  text-align: center;
}
.p-about-org__arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2016/112;
  z-index: -1;
  pointer-events: none;
}
.p-about-org__head {
  color: #005AAA;
}
.p-about-org__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about-org__en {
    font-size: 1.4rem;
  }
}
.p-about-org__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about-org__title {
    font-size: 2.4rem;
  }
}
.p-about-org__chart {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-about-org__chart {
    margin-top: 3rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .p-about-org__inner {
    width: 200%;
  }
}
.p-about-org__parent {
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-org__parent {
    position: sticky;
    left: 0;
    width: 50%;
  }
}
.p-about-org__parent-name {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .p-about-org__parent-name {
    font-size: 2rem;
  }
}
.p-about-org__parent-lead {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-about-org__parent-lead {
    margin-top: 0.3rem;
    font-size: 1.3rem;
  }
}
.p-about-org__parent-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-about-org__parent-detail {
    gap: 3.6rem;
    margin-top: 1.8rem;
  }
}
.p-about-org__parent-text {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-about-org__parent-text {
    font-size: 1.3rem;
    white-space: normal;
  }
}
.p-about-org__arrows {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about-org__arrows::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 0.3rem dashed #005AAA;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-about-org__arrows::before {
    border-left: 0.15rem dashed #005AAA;
  }
}
.p-about-org__arrows img {
  display: block;
  height: 14rem;
  width: auto;
}
@media (max-width: 768px) {
  .p-about-org__arrows img {
    height: 8rem;
  }
}
.p-about-org__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.p-about-org__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%;
  right: 12.5%;
  border-top: 0.3rem dashed #005AAA;
}
@media (max-width: 768px) {
  .p-about-org__list::before {
    border-top: 0.15rem dashed #005AAA;
  }
}
.p-about-org__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-top: 16rem;
  text-align: center;
}
.p-about-org__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 16rem;
  border-left: 0.3rem dashed #005AAA;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-about-org__item {
    padding-top: 6.5rem;
  }
  .p-about-org__item::before {
    height: 6.5rem;
    border-left: 0.15rem dashed #005AAA;
  }
}
.p-about-org__label {
  position: absolute;
  top: 5rem;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fdfdfd;
  padding: 0 1rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-about-org__label {
    top: 1rem;
    padding: 0 0.4rem;
    font-size: 1.1rem;
    letter-spacing: 0;
    white-space: normal;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-about-org__item:first-child .p-about-org__label {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-about-org__logo {
  display: inline-block;
  height: 10rem;
  margin-top: 2rem;
}
.p-about-org__logo img {
  display: block;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .p-about-org__logo {
    height: 5.6rem;
  }
}
.p-about-org__logo--hd {
  overflow: hidden;
  width: 8.7rem;
  height: 10rem;
}
.p-about-org__logo--hd img {
  width: 417.65%;
  height: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .p-about-org__logo--hd {
    width: 3.85rem;
    height: 4.4rem;
  }
}
.p-about-org__name {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .p-about-org__name {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-about-org__desc {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-about-org__desc {
    margin-top: 0.2rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.p-about-policy {
  padding-block: 8rem;
  background: #fdfdfd;
  text-align: center;
}
.p-about-policy__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background: linear-gradient(187deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-about-policy__en {
    font-size: 1.8rem;
  }
}
.p-about-policy__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: linear-gradient(185deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-about-policy__title {
    font-size: 2.4rem;
  }
}
.p-about-policy__diagram {
  margin-top: 3rem;
}
.p-about-policy__diagram img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-about-policy__diagram {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-about-policy__diagram img {
    width: 150%;
    max-width: none;
  }
}
.p-about-policy__text {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-about-policy__text + .p-about-policy__text {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-about-policy__text {
    font-size: 1.5rem;
  }
}

.p-about-history {
  padding-block: 8rem 10rem;
  background: #fdfdfd;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-history {
    padding-block: 6rem 7rem;
  }
}
.p-about-history__head {
  color: #333333;
}
.p-about-history__intro {
  margin-top: 2.5rem;
}
.p-about-history__title {
  margin-top: 0.6rem;
}
.p-about-history__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about-history__en {
    font-size: 1.4rem;
  }
}
.p-about-history__title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-about-history__title {
    font-size: 2.4rem;
  }
}
.p-about-history__intro {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-history__intro {
    font-size: 1.4rem;
  }
}
.p-about-history__timeline {
  margin-top: 4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-about-history__timeline {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}
.p-about-history__track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.7rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
  scrollbar-width: none;
}
.p-about-history__track::-webkit-scrollbar {
  display: none;
}
.p-about-history__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16.8rem;
}
.p-about-history__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  left: 1.5rem;
  width: calc(100% + 5.7rem);
  height: 0.2rem;
  background: #333333;
  opacity: 0.5;
}
.p-about-history__item:last-child::before {
  display: none;
}
.p-about-history__item:first-child {
  width: auto;
  min-width: 14rem;
}
.p-about-history__dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #005AAA;
  border-radius: 50%;
  background: #fdfdfd;
}
.p-about-history__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f95ff, #005aaa);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-about-history__dot::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.1rem;
  height: 2.5rem;
  background: #333333;
  opacity: 0.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-about-history__dot {
    border: 0.1rem solid #005AAA;
  }
}
.p-about-history__year {
  margin-top: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-about-history__year {
    font-size: 1.7rem;
  }
}
.p-about-history__event {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .p-about-history__event {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-about-history__control {
  margin-top: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 0.7rem 1.6rem;
  background: #005AAA;
  border-radius: 50rem;
}
.p-about-history__arrow {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.p-about-history__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #fdfdfd;
  border-right: 0.2rem solid #fdfdfd;
  -webkit-transform: translate(-20%, -50%) rotate(-135deg);
          transform: translate(-20%, -50%) rotate(-135deg);
}
.p-about-history__arrow--next::before {
  -webkit-transform: translate(-80%, -50%) rotate(45deg);
          transform: translate(-80%, -50%) rotate(45deg);
}
.p-about-history__arrow:hover {
  opacity: 0.7;
}

.p-policy-intro {
  position: relative;
  isolation: isolate;
  padding-block: 8rem 14rem;
  margin-top: 10rem;
  background: #eef7ff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-policy-intro {
    padding-block: 5rem 8rem;
    margin-top: 6rem;
  }
}
.p-policy-intro__arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/112;
  z-index: -1;
  pointer-events: none;
}
.p-policy-intro__watermark {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  z-index: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 10rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  opacity: 0.8;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-policy-intro__watermark {
    font-size: 5rem;
  }
}
.p-policy-intro__body {
  position: relative;
  z-index: 1;
}
.p-policy-intro__title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  background: linear-gradient(205deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-policy-intro__title {
    font-size: 2.8rem;
  }
}
.p-policy-intro__text {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-policy-intro__text p + p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-policy-intro__text {
    font-size: 1.5rem;
  }
  .p-policy-intro__text p + p {
    margin-top: 1.6rem;
  }
}
.p-policy-intro__dots {
  position: absolute;
  right: 3rem;
  top: 2rem;
  width: 20rem;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-policy-intro__dots {
    width: 8rem;
    right: 1rem;
    top: -2rem;
  }
}

.p-policy-vision {
  padding-block: 10rem;
  background: #fdfdfd;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}
@media (max-width: 768px) {
  .p-policy-vision {
    padding-block: 6rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
}
.p-policy-vision__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
}
.p-policy-vision__block + .p-policy-vision__block {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-policy-vision__block + .p-policy-vision__block {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .p-policy-vision__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-policy-vision__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-policy-vision__title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: linear-gradient(190deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-policy-vision__title {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-policy-vision__lead {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-policy-vision__lead p + p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-policy-vision__lead {
    font-size: 1.4rem;
  }
  .p-policy-vision__lead p + p {
    margin-top: 1.5rem;
  }
}
.p-policy-vision__lead-lg {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-policy-vision__lead-lg {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-policy-vision__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62.6rem;
  max-width: 100%;
}
.p-policy-vision__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-policy-vision__visual {
    width: 100%;
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-policy-vision__visual--chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.p-policy-pillar {
  padding-block: 10rem;
  background: #fdfdfd;
}
@media (max-width: 768px) {
  .p-policy-pillar {
    padding-block: 6rem;
  }
}
.p-policy-pillar__heading {
  text-align: center;
}
.p-policy-pillar__en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(186deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-policy-pillar__en {
    font-size: 1.4rem;
  }
}
.p-policy-pillar__ja {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: linear-gradient(185deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-policy-pillar__ja {
    font-size: 2.4rem;
  }
}
.p-policy-pillar__visual {
  margin-top: 3rem;
}
.p-policy-pillar__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-policy-pillar__visual {
    margin-top: 2.4rem;
  }
}
.p-policy-pillar__text {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
}
.p-policy-pillar__text p + p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-policy-pillar__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-policy-pillar__text p + p {
    margin-top: 1.6rem;
  }
}

.p-policy-future {
  position: relative;
  padding-block: 18rem 8rem;
  background: #fdfdfd;
}
@media (max-width: 768px) {
  .p-policy-future {
    padding-block: 10rem 6rem;
  }
}
.p-policy-future__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 36rem;
}
.p-policy-future__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-policy-future__bg {
    height: 18rem;
  }
}
.p-policy-future__card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5rem;
  background: #fdfdfd;
  border: 0.3rem solid #005AAA;
  border-radius: 4rem;
  text-align: center;
}
.p-policy-future__card > * + * {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .p-policy-future__card > * + * {
    margin-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-policy-future__card {
    padding: 4rem 2rem;
    border-radius: 2rem;
  }
}
.p-policy-future__badge {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #005AAA;
}
.p-policy-future__badge img {
  width: 6rem;
  height: 6rem;
  margin-right: -1.5rem;
}
@media (max-width: 768px) {
  .p-policy-future__badge {
    font-size: 2.5rem;
  }
  .p-policy-future__badge img {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.p-policy-future__heading {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-policy-future__heading {
    font-size: 2.2rem;
  }
}
.p-policy-future__circled {
  position: relative;
  display: inline-block;
}
.p-policy-future__circled img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-policy-future__grad {
  background: linear-gradient(188deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-policy-future__blocks {
  width: 100%;
}
.p-policy-future__blocks > * + * {
  margin-top: 3rem;
}
.p-policy-future__block {
  text-align: center;
}
.p-policy-future__block > * + * {
  margin-top: 0.5rem;
}
.p-policy-future__subtitle {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: linear-gradient(188deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-policy-future__subtitle {
    font-size: 2rem;
  }
}
.p-policy-future__text {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-policy-future__text {
    font-size: 1.4rem;
  }
}

.p-sustainability-message {
  padding-block: 10rem;
  background: #fdfdfd;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sustainability-message {
    padding-block: 6rem;
  }
}
.p-sustainability-message__head {
  color: #333333;
}
.p-sustainability-message__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sustainability-message__en {
    font-size: 1.4rem;
  }
}
.p-sustainability-message__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sustainability-message__title {
    font-size: 2.2rem;
  }
}
.p-sustainability-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.2rem;
  margin-top: 4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-sustainability-message__body {
    display: block;
    margin-top: 3rem;
  }
}
.p-sustainability-message__content {
  width: 57rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-sustainability-message__content {
    width: 100%;
  }
}
.p-sustainability-message__text {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #333333;
}
.p-sustainability-message__text p + p {
  margin-top: 1.7rem;
}
@media (max-width: 768px) {
  .p-sustainability-message__text {
    font-size: 1.5rem;
  }
}
.p-sustainability-message__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-sustainability-message__sign {
    margin-top: 2.4rem;
  }
}
.p-sustainability-message__name {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-message__name {
    font-size: 1.4rem;
  }
}
.p-sustainability-message__signature {
  width: 19.6rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-sustainability-message__signature {
    width: 14rem;
  }
}
.p-sustainability-message__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 40rem;
  min-height: 47rem;
  border-radius: 0.4rem;
  background: #d9d9d9;
  overflow: hidden;
}
.p-sustainability-message__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .p-sustainability-message__photo {
    width: 100%;
    min-height: 0;
    height: 38rem;
    margin-bottom: 3rem;
  }
}

.p-sustainability-concept {
  padding-block: 10rem;
  background: #eef7ff;
  border-radius: 10rem 10rem 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sustainability-concept {
    padding-block: 6rem;
    border-radius: 3rem 3rem 0 0;
  }
}
.p-sustainability-concept__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-concept__en {
    font-size: 1.4rem;
  }
}
.p-sustainability-concept__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-concept__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.p-sustainability-concept__lead {
  margin-top: 4rem;
}
.p-sustainability-concept__lead-text {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-concept__lead-text {
    font-size: 1.4rem;
  }
}
.p-sustainability-concept__lead-grad {
  margin-block: 2rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: linear-gradient(183deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-sustainability-concept__lead-grad {
    font-size: 2rem;
  }
}
.p-sustainability-concept__blocks {
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .p-sustainability-concept__blocks {
    margin-top: 4rem;
  }
}
.p-sustainability-concept__block {
  position: relative;
  min-height: 40rem;
  text-align: left;
}
.p-sustainability-concept__block + .p-sustainability-concept__block {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .p-sustainability-concept__block {
    min-height: 0;
  }
  .p-sustainability-concept__block + .p-sustainability-concept__block {
    margin-top: 4rem;
  }
}
.p-sustainability-concept__img {
  position: absolute;
  top: -6rem;
  right: 0;
  z-index: 1;
  width: 57.1rem;
}
.p-sustainability-concept__img img {
  display: block;
  width: 100%;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-sustainability-concept__img {
    position: static;
    width: 100%;
  }
  .p-sustainability-concept__img img {
    height: auto;
  }
}
.p-sustainability-concept__card {
  position: relative;
  z-index: 2;
  width: 58rem;
  max-width: 100%;
  margin-top: 7.6rem;
  padding: 3rem 5rem;
  background: #fdfdfd;
  border: 0.1rem solid #005AAA;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .p-sustainability-concept__card {
    width: 100%;
    margin-top: -7rem;
    padding: 2rem;
  }
}
.p-sustainability-concept__card-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #005AAA;
}
@media (max-width: 768px) {
  .p-sustainability-concept__card-title {
    font-size: 2rem;
  }
}
.p-sustainability-concept__card-text {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-concept__card-text {
    font-size: 1.4rem;
  }
}

.p-sustainability-news {
  padding-block: 10rem;
  background: #fdfdfd;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sustainability-news {
    padding-block: 6rem;
  }
}
.p-sustainability-news__box {
  padding: 7rem 5rem;
  border: 0.3rem solid #005AAA;
  border-radius: 4rem;
}
@media (max-width: 768px) {
  .p-sustainability-news__box {
    padding: 4rem 1.6rem;
    border-radius: 2rem;
  }
}
.p-sustainability-news__title {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-news__title {
    font-size: 2.4rem;
  }
}
.p-sustainability-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-sustainability-news__list {
    gap: 2.5rem;
  }
}
.p-sustainability-news__card {
  position: relative;
  width: 38rem;
  max-width: 100%;
  overflow: hidden;
  background: #fdfdfd;
  border: 0.3rem solid #005AAA;
  border-radius: 1.4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-sustainability-news__card {
    width: 100%;
  }
}
.p-sustainability-news__card-img {
  position: relative;
  height: 23rem;
  background: #d9d9d9;
}
.p-sustainability-news__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 1.4rem;
  background: #005AAA;
  border-radius: 1.4rem 0;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.p-sustainability-news__card-body {
  padding: 2rem;
}
.p-sustainability-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-sustainability-news__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-sustainability-news__tag {
  padding: 0.4rem 0.6rem;
  background: #005AAA;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
.p-sustainability-news__card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-sustainability-news__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.3rem auto 0;
  padding: 0.6rem 2rem 0.8rem;
  background: #005AAA;
  border-radius: 5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-sustainability-news__btn:hover {
  opacity: 0.8;
}
.p-sustainability-news__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.5rem auto 0;
}

.p-sustainability-sdgs {
  padding-block: 4rem 10rem;
  background: #fdfdfd;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs {
    padding-block: 4rem 6rem;
  }
}
.p-sustainability-sdgs__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__en {
    font-size: 1.4rem;
  }
}
.p-sustainability-sdgs__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__title {
    font-size: 2.2rem;
  }
}
.p-sustainability-sdgs__hero {
  margin-top: 6rem;
}
.p-sustainability-sdgs__hero img {
  display: block;
  width: 72rem;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__hero {
    margin-top: 4rem;
  }
}
.p-sustainability-sdgs__rows {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__rows {
    margin-top: 4rem;
  }
}
.p-sustainability-sdgs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  text-align: left;
}
.p-sustainability-sdgs__row + .p-sustainability-sdgs__row {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__row {
    display: block;
  }
  .p-sustainability-sdgs__row + .p-sustainability-sdgs__row {
    margin-top: 4rem;
  }
}
.p-sustainability-sdgs__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.4rem;
}
.p-sustainability-sdgs__img img {
  display: block;
  width: 100%;
  height: 25.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-sustainability-sdgs__img img {
    height: auto;
    aspect-ratio: 420/265;
  }
}
.p-sustainability-sdgs__rowbody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sustainability-sdgs__rowtitle {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #005AAA;
}
.p-sustainability-sdgs__rowtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 5.9rem;
  height: 0.2rem;
  background: #005AAA;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__rowtitle {
    font-size: 2rem;
  }
}
.p-sustainability-sdgs__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.p-sustainability-sdgs__icons img {
  width: 7rem;
  height: 7rem;
}
.p-sustainability-sdgs__rowtext {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__rowtext {
    font-size: 1.5rem;
  }
}
.p-sustainability-sdgs__sbt {
  margin-top: 8rem;
  padding: 3.5rem 4rem;
  border: 0.2rem solid #005AAA;
  border-radius: 4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__sbt {
    margin-top: 5rem;
    padding: 2.5rem 2rem;
    border-radius: 2rem;
  }
}
.p-sustainability-sdgs__sbt-head {
  position: relative;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sustainability-sdgs__sbt-star {
  position: absolute;
  left: 30rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.2rem;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__sbt-star {
    width: 7rem;
    left: 4rem;
  }
}
.p-sustainability-sdgs__sbt-title {
  position: relative;
  z-index: 1;
  padding-left: 5.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__sbt-title {
    padding-left: 4rem;
    font-size: 2.2rem;
  }
}
.p-sustainability-sdgs__sbt-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__sbt-body {
    display: block;
  }
}
.p-sustainability-sdgs__sbt-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__sbt-text {
    font-size: 1.4rem;
  }
}
.p-sustainability-sdgs__sbt-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46rem;
}
.p-sustainability-sdgs__sbt-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-sustainability-sdgs__sbt-img {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-group-list {
  padding-block: 8rem 10rem;
}
@media (max-width: 768px) {
  .p-group-list {
    padding-block: 5rem 6rem;
  }
}
.p-group-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.p-group-list__item + .p-group-list__item {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-group-list__item + .p-group-list__item {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .p-group-list__item {
    display: block;
    border: 0.2rem solid #005AAA;
    border-radius: 1rem;
    padding: 2rem 1.6rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-group-list__item > .p-group-list__table {
    display: none;
  }
}
.p-group-list__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-group-list__logo img {
  max-width: 80%;
  max-height: 72%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-group-list__logo {
    width: 100%;
    height: 18rem;
    text-align: center;
  }
}
.p-group-list__more {
  display: none;
}
@media (max-width: 768px) {
  .p-group-list__more {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.7rem 2rem 0.9rem;
    border: none;
    border-radius: 5rem;
    background: #005AAA;
    color: #fdfdfd;
    font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .p-group-list__more:hover {
    opacity: 0.85;
  }
}
.p-group-list__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-group-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 1.3rem 0;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.2);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-group-list__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.9rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  color: #005AAA;
}
.p-group-list__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-group-list__row {
    font-size: 1.4rem;
  }
  .p-group-list__row dd {
    margin-top: 0.4rem;
  }
  .p-group-list__row dt {
    width: 10rem;
  }
}
.p-group-list__loc + .p-group-list__loc {
  margin-top: 2rem;
}
.p-group-list__loc p {
  line-height: 1.5;
}
.p-group-list__map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-group-list__map:hover {
  opacity: 0.6;
}
.p-group-list__map img {
  width: 1.3rem;
  height: 1.6rem;
}

body.js-group-modal-active {
  overflow: hidden;
}

.p-group-modal {
  position: fixed;
  inset: 0;
  z-index: 65;
  display: none;
}
body.js-group-modal-active .p-group-modal {
  display: block;
}
.p-group-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.p-group-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 3.2rem);
  max-width: 40rem;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2.4rem 1.6rem;
  border-radius: 1.6rem;
  background: #fdfdfd;
  text-align: center;
}
.p-group-modal__logo {
  min-height: 7.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-group-modal__logo img {
  max-width: 78%;
  max-height: 7.2rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-group-modal__table {
  margin-top: 2rem;
  text-align: left;
}
.p-group-modal__table .p-group-list__row {
  padding: 0.6rem 0;
  font-size: 1.2rem;
}
.p-group-modal__table .p-group-list__row dt {
  width: 9.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-group-modal__table .p-group-list__row dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-group-modal__table .p-group-list__map {
  font-size: 1.2rem;
}
.p-group-modal__table .p-group-list__map img {
  width: 0.9rem;
  height: 1.2rem;
}
.p-group-modal__close {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.5rem 2.4rem;
  border: none;
  border-radius: 5rem;
  background: #005AAA;
  color: #fdfdfd;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-group-modal__close:hover {
  opacity: 0.85;
}

.p-news-archive {
  padding-block: 8rem 12rem;
}
@media (max-width: 768px) {
  .p-news-archive {
    padding-block: 5rem 7rem;
  }
}
.p-news-archive__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 4rem;
}
@media (max-width: 768px) {
  .p-news-archive__filter {
    gap: 1.2rem;
  }
}
.p-news-archive__tab {
  padding: 1rem 4rem;
  border: 0.2rem solid #005AAA;
  border-radius: 50rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #005AAA;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-news-archive__tab.is-active {
  background: #005AAA;
  color: #fdfdfd;
}
.p-news-archive__tab:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-news-archive__tab {
    padding: 0.6rem 2rem;
    font-size: 1.5rem;
  }
}
.p-news-archive__inner {
  margin-top: 5rem;
}
.p-news-archive__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 3rem;
}
@media (max-width: 768px) {
  .p-news-archive__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
.p-news-archive__empty {
  text-align: center;
  padding: 6rem 0;
  font-size: 1.6rem;
  color: #333333;
}
.p-news-archive__pager {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.p-news-archive__pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.2rem solid #005AAA;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #005AAA;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-news-archive__pager .page-numbers.current {
  background: #005AAA;
  color: #fdfdfd;
}
.p-news-archive__pager .page-numbers.dots {
  width: auto;
  border: 0;
}
.p-news-archive__pager a.page-numbers:hover {
  opacity: 0.7;
}
.p-news-archive__pager-arrow {
  position: relative;
  display: block;
  width: 0.9rem;
  height: 1.5rem;
}
.p-news-archive__pager-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #005AAA;
  border-right: 0.2rem solid #005AAA;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.p-news-archive__pager-arrow--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-news-card {
  width: 36rem;
  border: 0.3rem solid #005AAA;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fdfdfd;
}
@media (max-width: 768px) {
  .p-news-card {
    width: 100%;
    max-width: 38rem;
  }
}
.p-news-card__link {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-news-card__link:hover {
  opacity: 0.85;
}
.p-news-card__img {
  height: 23rem;
}
.p-news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-card__noimg {
  display: block;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
}
.p-news-card__body {
  padding: 2rem;
  text-align: center;
}
.p-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-news-card__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-news-card__cat {
  padding: 0.4rem 0.6rem;
  background: #005AAA;
  border-radius: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  line-height: 1;
}
.p-news-card__title {
  margin-top: 0.7rem;
  text-align: left;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news-card__btn {
  display: inline-block;
  margin-top: 3rem;
  padding: 0.6rem 2rem 0.8rem;
  background: #005AAA;
  border-radius: 5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fdfdfd;
}

.p-news-single {
  padding-block: 4rem 8rem;
}
@media (max-width: 768px) {
  .p-news-single {
    padding-block: 3rem 6rem;
  }
}
.p-news-single__head {
  padding-block: 13rem 3rem;
  border-bottom: 0.1rem solid #005AAA;
}
@media (max-width: 768px) {
  .p-news-single__head {
    padding-block: 5rem 2.4rem;
  }
}
.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-news-single__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-news-single__date {
    font-size: 1.4rem;
  }
}
.p-news-single__cat {
  padding: 0.4rem 0.6rem;
  background: #005AAA;
  border-radius: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-news-single__cat {
    font-size: 1.4rem;
  }
}
.p-news-single__title {
  margin-top: 0.7rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-news-single__title {
    font-size: 2rem;
  }
}
.p-news-single__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 768px) {
  .p-news-single__breadcrumb {
    font-size: 1.2rem;
  }
}
.p-news-single__breadcrumb a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.p-news-single__breadcrumb a:hover {
  opacity: 0.7;
}
.p-news-single__breadcrumb-sep {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-news-single__breadcrumb-current {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-news-single__thumb {
  height: 40rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-news-single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-news-single__thumb {
    height: 24rem;
  }
}
.p-news-single__content {
  margin-top: 5rem;
}
.p-news-single__content h2 {
  margin-top: 5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  color: #005AAA;
}
.p-news-single__content h2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-news-single__content h2 {
    font-size: 1.8rem;
  }
}
.p-news-single__content p {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-news-single__content p {
    font-size: 1.4rem;
  }
}
.p-news-single__back {
  margin-top: 5rem;
  text-align: center;
}
.p-news-single__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 6.5rem;
}
.p-news-single__pager a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  border-bottom: 0.1rem solid #333333;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #333333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .p-news-single__pager a {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
.p-news-single__pager a:hover {
  opacity: 0.6;
}
.p-news-single__pager-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.p-news-single__pager-prev .p-news-single__pager-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-group-hero {
  position: relative;
  isolation: isolate;
  margin-top: 21.6rem;
  min-height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .p-group-hero {
    margin-top: 6rem;
    min-height: 47rem;
    display: block;
  }
}
.p-group-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-group-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-group-hero__bg {
    top: 17rem;
    bottom: auto;
    height: 30rem;
  }
  .p-group-hero__bg img {
    height: 100%;
  }
}
.p-group-hero__box {
  max-width: 83rem;
  padding: 4rem 8rem;
  margin-top: -10rem;
  background: rgba(0, 90, 170, 0.95);
  border-radius: 0 4rem 4rem 0;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .p-group-hero__box {
    position: relative;
    z-index: 1;
    width: 95%;
    max-width: none;
    margin-top: 3rem;
    padding: 3rem 1.6rem;
    border-radius: 0 3rem 3rem 0;
  }
}
.p-group-hero__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  opacity: 0.8;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.4rem;
}
.p-group-hero__breadcrumb a {
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-group-hero__breadcrumb a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-group-hero__breadcrumb {
    font-size: 1.2rem;
  }
}
.p-group-hero__sep {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-group-hero__title {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-group-hero__title img {
  display: block;
  width: auto;
  height: 0.9em;
}
@media (max-width: 768px) {
  .p-group-hero__title {
    font-size: 2.8rem;
  }
}
.p-group-hero__title--enjoint img {
  height: 0.82em;
}
.p-group-hero__lead {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-group-hero__lead {
    font-size: 1.4rem;
  }
}

.p-group-detail__service {
  position: relative;
  padding-block: 8rem 4rem;
}
@media (max-width: 768px) {
  .p-group-detail__service {
    padding-block: 5rem 3rem;
  }
}
.p-group-detail__dots {
  position: absolute;
  top: -11rem;
  right: 3rem;
  z-index: 0;
  width: 22rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-group-detail__dots {
    top: -5rem;
    right: 1rem;
    width: 10rem;
  }
}
.p-group-detail .p-about-marquee {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-group-detail .p-about-marquee {
    margin-top: 4rem;
  }
}
.p-group-detail__business-list {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-group-detail__business-list {
    margin-top: 4rem;
  }
}
.p-group-detail__business-list .p-group-detail__business + .p-group-detail__business {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-group-detail__business-list .p-group-detail__business + .p-group-detail__business {
    margin-top: 5rem;
  }
}
.p-group-detail__business-scroll {
  margin-top: 6rem;
}
.p-group-detail__business-scroll--n2 {
  height: 200vh;
}
.p-group-detail__business-scroll--n3 {
  height: 300vh;
}
@media (max-width: 768px) {
  .p-group-detail__business-scroll {
    height: auto;
    margin-top: 4rem;
  }
}
.p-group-detail__business-stage {
  position: sticky;
  top: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-group-detail__business-stage {
    position: static;
    display: block;
  }
}
.p-group-detail__business-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-group-detail__business-slider {
    visibility: visible;
  }
  .p-group-detail__business-slider .splide__list {
    display: block;
  }
  .p-group-detail__business-slider .p-group-detail__business + .p-group-detail__business {
    margin-top: 5rem;
  }
}
.p-group-detail__business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-group-detail__business {
    display: block;
  }
}
.p-group-detail__progress {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  height: 40rem;
  border-radius: 50rem;
  background: #d9d9d9;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-group-detail__progress {
    display: none;
  }
}
.p-group-detail__progress-fill {
  display: block;
  width: 100%;
  border-radius: 50rem;
  background: #005AAA;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-group-detail__progress-fill--f100 {
  height: 100%;
}
.p-group-detail__business-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-group-detail__business-text {
    margin-top: 2rem;
  }
}
.p-group-detail__business-num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-group-detail__business-num {
    font-size: 1.4rem;
  }
}
.p-group-detail__business-num span {
  font-size: 2.4rem;
  color: #005AAA;
}
@media (max-width: 768px) {
  .p-group-detail__business-num span {
    font-size: 1.8rem;
  }
}
.p-group-detail__business-title {
  margin-top: 1.6rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  color: #005AAA;
}
@media (max-width: 768px) {
  .p-group-detail__business-title {
    font-size: 2rem;
  }
}
.p-group-detail__business-desc {
  margin-top: 2.4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-group-detail__business-desc {
    font-size: 1.4rem;
  }
}
.p-group-detail__business-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52rem;
}
.p-group-detail__business-img img {
  display: block;
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .p-group-detail__business-img {
    width: 100%;
    margin-top: 4rem;
  }
  .p-group-detail__business-img img {
    height: auto;
    aspect-ratio: 343/190;
  }
}
.p-group-detail__official {
  display: block;
  width: 38rem;
  max-width: 100%;
  margin: 8rem auto 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-group-detail__official:hover {
  opacity: 0.85;
}
.p-group-detail__official img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-group-detail__official {
    width: 28rem;
    margin-top: 5rem;
  }
}
.p-group-detail__company {
  padding-block: 14rem 10rem;
  background: #fdfdfd;
}
@media (max-width: 768px) {
  .p-group-detail__company {
    padding-block: 7rem 6rem;
  }
}
.p-group-detail__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-group-detail__tables {
    display: block;
    margin-top: 3rem;
  }
}
.p-group-detail__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-group-detail__table + .p-group-detail__table {
    margin-top: 0;
  }
}
.p-group-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 0.1rem solid #005AAA;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-group-detail__row:last-child {
  border-bottom: 0.1rem solid #005AAA;
}
.p-group-detail__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13rem;
  padding: 1.6rem 1rem;
  background: #eef7ff;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  color: #005AAA;
}
.p-group-detail__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 1.6rem 2rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-group-detail__row {
    font-size: 1.4rem;
    display: block;
  }
  .p-group-detail__row dt {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #005AAA;
  }
  .p-group-detail__row dd {
    padding: 1.6rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-group-detail__loc + .p-group-detail__loc {
  margin-top: 1.6rem;
}
.p-group-detail__loc p {
  line-height: 1.5;
}
.p-group-detail__map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-group-detail__map:hover {
  opacity: 0.6;
}
.p-group-detail__map img {
  width: 1.3rem;
  height: 1.6rem;
}
.p-group-detail__tel {
  color: #005AAA;
  text-decoration: none;
}
.p-group-detail__tel:hover {
  text-decoration: underline;
}

.p-privacy__breadcrumb-wrap {
  padding: 11rem 4rem 1rem;
}
@media (max-width: 768px) {
  .p-privacy__breadcrumb-wrap {
    padding: 8rem 2rem 1rem;
  }
}
.p-privacy__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.5);
}
.p-privacy__breadcrumb a {
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-privacy__breadcrumb a:hover {
  opacity: 0.7;
}
.p-privacy__breadcrumb-sep {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-privacy__body {
  padding-block: 8rem;
}
@media (max-width: 768px) {
  .p-privacy__body {
    padding-block: 5rem;
  }
}
.p-privacy__title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #005AAA;
}
@media (max-width: 768px) {
  .p-privacy__title {
    font-size: 2.8rem;
  }
}
.p-privacy__lead {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-privacy__section {
  margin-top: 4rem;
}
.p-privacy__section-title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #333333;
}
.p-privacy__text {
  margin-top: 1.8rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-privacy__text {
    font-size: 1.5rem;
  }
}
.p-privacy__list {
  margin-top: 1.8rem;
  padding-left: 2.7rem;
  list-style: decimal;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-privacy__list li + li {
  margin-top: 0.4rem;
}
.p-privacy__list--alpha {
  margin-top: 0.4rem;
  padding-left: 2.7rem;
  list-style: lower-alpha;
}
@media (max-width: 768px) {
  .p-privacy__list {
    font-size: 1.5rem;
  }
}
.p-privacy__back {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
}

.p-contact {
  padding-block: 8rem 10rem;
}
@media (max-width: 768px) {
  .p-contact {
    padding-block: 5rem 6rem;
  }
}
.p-contact__heading {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.3);
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-contact__heading {
    font-size: 1.7rem;
  }
}
.p-contact__lead {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-contact__form {
  margin-top: 4rem;
}
.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding-block: 1.3rem;
}
.p-contact__row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .p-contact__row {
    display: block;
    padding-block: 2rem;
  }
}
.p-contact__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-contact__label {
    width: auto;
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
  }
}
.p-contact__badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background: #f8f8f8;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .p-contact__badge {
    font-size: 1.5rem;
  }
}
.p-contact__badge--req {
  background: #005AAA;
  margin-right: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-contact__badge--req {
    font-size: 1.5rem;
  }
}
.p-contact__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-contact__input, .p-contact__select, .p-contact__textarea, .p-contact__field .wpcf7-text, .p-contact__field .wpcf7-email, .p-contact__field .wpcf7-tel, .p-contact__field .wpcf7-number, .p-contact__field .wpcf7-select, .p-contact__field .wpcf7-textarea {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__select::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder, .p-contact__field .wpcf7-text::-webkit-input-placeholder, .p-contact__field .wpcf7-email::-webkit-input-placeholder, .p-contact__field .wpcf7-tel::-webkit-input-placeholder, .p-contact__field .wpcf7-number::-webkit-input-placeholder, .p-contact__field .wpcf7-select::-webkit-input-placeholder, .p-contact__field .wpcf7-textarea::-webkit-input-placeholder {
  color: #adadad;
}
.p-contact__input::-moz-placeholder, .p-contact__select::-moz-placeholder, .p-contact__textarea::-moz-placeholder, .p-contact__field .wpcf7-text::-moz-placeholder, .p-contact__field .wpcf7-email::-moz-placeholder, .p-contact__field .wpcf7-tel::-moz-placeholder, .p-contact__field .wpcf7-number::-moz-placeholder, .p-contact__field .wpcf7-select::-moz-placeholder, .p-contact__field .wpcf7-textarea::-moz-placeholder {
  color: #adadad;
}
.p-contact__input:-ms-input-placeholder, .p-contact__select:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder, .p-contact__field .wpcf7-text:-ms-input-placeholder, .p-contact__field .wpcf7-email:-ms-input-placeholder, .p-contact__field .wpcf7-tel:-ms-input-placeholder, .p-contact__field .wpcf7-number:-ms-input-placeholder, .p-contact__field .wpcf7-select:-ms-input-placeholder, .p-contact__field .wpcf7-textarea:-ms-input-placeholder {
  color: #adadad;
}
.p-contact__input::-ms-input-placeholder, .p-contact__select::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder, .p-contact__field .wpcf7-text::-ms-input-placeholder, .p-contact__field .wpcf7-email::-ms-input-placeholder, .p-contact__field .wpcf7-tel::-ms-input-placeholder, .p-contact__field .wpcf7-number::-ms-input-placeholder, .p-contact__field .wpcf7-select::-ms-input-placeholder, .p-contact__field .wpcf7-textarea::-ms-input-placeholder {
  color: #adadad;
}
.p-contact__input::placeholder, .p-contact__select::placeholder, .p-contact__textarea::placeholder, .p-contact__field .wpcf7-text::placeholder, .p-contact__field .wpcf7-email::placeholder, .p-contact__field .wpcf7-tel::placeholder, .p-contact__field .wpcf7-number::placeholder, .p-contact__field .wpcf7-select::placeholder, .p-contact__field .wpcf7-textarea::placeholder {
  color: #adadad;
}
.p-contact__input:focus, .p-contact__select:focus, .p-contact__textarea:focus, .p-contact__field .wpcf7-text:focus, .p-contact__field .wpcf7-email:focus, .p-contact__field .wpcf7-tel:focus, .p-contact__field .wpcf7-number:focus, .p-contact__field .wpcf7-select:focus, .p-contact__field .wpcf7-textarea:focus {
  outline: 0.2rem solid rgba(0, 90, 170, 0.4);
}
.p-contact__textarea, .p-contact__field .wpcf7-textarea {
  resize: vertical;
  line-height: 1.6;
  min-height: 14rem;
}
.p-contact__select, .p-contact__field .wpcf7-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 4rem;
}
.p-contact__field:has(select) {
  position: relative;
}
.p-contact__field:has(select)::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 1.8rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #333333;
  border-bottom: 0.2rem solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.p-contact__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact__agree .wpcf7-form-control-wrap,
.p-contact__agree .wpcf7-acceptance,
.p-contact__agree .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.p-contact__agree .wpcf7-list-item-label {
  margin-left: 1rem;
}
.p-contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #c00;
}
.p-contact .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.p-contact .wpcf7-spinner {
  margin: 0 0 0 1rem;
  display: none;
}
.p-contact__note {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333333;
}
@media (max-width: 768px) {
  .p-contact__note {
    text-align: center;
  }
}
.p-contact__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333333;
  cursor: pointer;
}
.p-contact__agree input {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #005AAA;
}
.p-contact__agree a {
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact__agree a:hover {
  opacity: 0.7;
}
.p-contact__submit-wrap {
  margin-top: 4rem;
  text-align: center;
}
.p-contact__submit {
  min-width: 24rem;
  padding: 1.8rem 4rem;
  border: 0;
  border-radius: 50rem;
  background: #005AAA;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact__submit:hover {
  opacity: 0.85;
}

.p-thanks {
  padding-block: 12rem 12rem;
  min-height: 50vh;
}
@media (max-width: 768px) {
  .p-thanks {
    padding-block: 8rem 8rem;
  }
}
.p-thanks__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 0.5);
}
.p-thanks__breadcrumb a {
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-thanks__breadcrumb a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-thanks__breadcrumb {
    font-size: 1.2rem;
  }
}
.p-thanks__sep {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-thanks__body {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks__body {
    margin-top: 4rem;
  }
}
.p-thanks__title {
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: linear-gradient(196deg, #1f95ff 21%, #005aaa 79%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .p-thanks__title {
    font-size: 2.6rem;
  }
}
.p-thanks__text {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
@media (max-width: 768px) {
  .p-thanks__text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-thanks__btn {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-thanks__btn {
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-br-sp {
    display: inline;
  }
}

.u-show-en {
  display: none;
}

html.is-lang-en .u-hide-en {
  display: none;
}
html.is-lang-en .u-show-en {
  display: block;
}
