@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul,
figure,
blockquote,
dl, dd {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1, h2, h3, h4, .u-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.5rem, 5vw, 2.625rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(1.375rem, 4vw, 2.25rem);
  line-height: 1.4;
}

h3 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.4;
}

h4 {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.4;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.l-inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-section {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
@media screen and (min-width: 1201px) {
  .p-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}

/********************見出し************************/
.p-section .p-about__title-wrap,
.p-section .p-service__title-wrap,
.p-section .p-works__title-wrap,
.p-section .p-recruit__title-wrap,
.p-section .p-contact__title-wrap,
#about .p-about__title-wrap,
#about .p-service__title-wrap,
#about .p-works__title-wrap,
#about .p-recruit__title-wrap,
#about .p-contact__title-wrap, #service .p-about__title-wrap,
#service .p-service__title-wrap,
#service .p-works__title-wrap,
#service .p-recruit__title-wrap,
#service .p-contact__title-wrap, #works .p-about__title-wrap,
#works .p-service__title-wrap,
#works .p-works__title-wrap,
#works .p-recruit__title-wrap,
#works .p-contact__title-wrap, #company .p-about__title-wrap,
#company .p-service__title-wrap,
#company .p-works__title-wrap,
#company .p-recruit__title-wrap,
#company .p-contact__title-wrap, #recruit .p-about__title-wrap,
#recruit .p-service__title-wrap,
#recruit .p-works__title-wrap,
#recruit .p-recruit__title-wrap,
#recruit .p-contact__title-wrap, #contact .p-about__title-wrap,
#contact .p-service__title-wrap,
#contact .p-works__title-wrap,
#contact .p-recruit__title-wrap,
#contact .p-contact__title-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 35px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-section .p-about__title-wrap,
  .p-section .p-service__title-wrap,
  .p-section .p-works__title-wrap,
  .p-section .p-recruit__title-wrap,
  .p-section .p-contact__title-wrap,
  #about .p-about__title-wrap,
  #about .p-service__title-wrap,
  #about .p-works__title-wrap,
  #about .p-recruit__title-wrap,
  #about .p-contact__title-wrap, #service .p-about__title-wrap,
  #service .p-service__title-wrap,
  #service .p-works__title-wrap,
  #service .p-recruit__title-wrap,
  #service .p-contact__title-wrap, #works .p-about__title-wrap,
  #works .p-service__title-wrap,
  #works .p-works__title-wrap,
  #works .p-recruit__title-wrap,
  #works .p-contact__title-wrap, #company .p-about__title-wrap,
  #company .p-service__title-wrap,
  #company .p-works__title-wrap,
  #company .p-recruit__title-wrap,
  #company .p-contact__title-wrap, #recruit .p-about__title-wrap,
  #recruit .p-service__title-wrap,
  #recruit .p-works__title-wrap,
  #recruit .p-recruit__title-wrap,
  #recruit .p-contact__title-wrap, #contact .p-about__title-wrap,
  #contact .p-service__title-wrap,
  #contact .p-works__title-wrap,
  #contact .p-recruit__title-wrap,
  #contact .p-contact__title-wrap {
    gap: 8px !important;
    margin-bottom: 35px !important;
  }
}
.p-section.p-company .p-company__title-wrap, .p-section.p-contact .p-contact__title-wrap,
#about.p-company .p-company__title-wrap,
#about.p-contact .p-contact__title-wrap, #service.p-company .p-company__title-wrap, #service.p-contact .p-contact__title-wrap, #works.p-company .p-company__title-wrap, #works.p-contact .p-contact__title-wrap, #company.p-company .p-company__title-wrap, #company.p-contact .p-contact__title-wrap, #recruit.p-company .p-company__title-wrap, #recruit.p-contact .p-contact__title-wrap, #contact.p-company .p-company__title-wrap, #contact.p-contact .p-contact__title-wrap {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
}
.p-section .p-about__sub,
.p-section .p-service__sub,
.p-section .p-works__sub,
.p-section .p-company__sub,
.p-section .p-message__sub,
.p-section .p-recruit__sub,
.p-section .p-partner__sub,
.p-section .p-contact__sub,
#about .p-about__sub,
#about .p-service__sub,
#about .p-works__sub,
#about .p-company__sub,
#about .p-message__sub,
#about .p-recruit__sub,
#about .p-partner__sub,
#about .p-contact__sub, #service .p-about__sub,
#service .p-service__sub,
#service .p-works__sub,
#service .p-company__sub,
#service .p-message__sub,
#service .p-recruit__sub,
#service .p-partner__sub,
#service .p-contact__sub, #works .p-about__sub,
#works .p-service__sub,
#works .p-works__sub,
#works .p-company__sub,
#works .p-message__sub,
#works .p-recruit__sub,
#works .p-partner__sub,
#works .p-contact__sub, #company .p-about__sub,
#company .p-service__sub,
#company .p-works__sub,
#company .p-company__sub,
#company .p-message__sub,
#company .p-recruit__sub,
#company .p-partner__sub,
#company .p-contact__sub, #recruit .p-about__sub,
#recruit .p-service__sub,
#recruit .p-works__sub,
#recruit .p-company__sub,
#recruit .p-message__sub,
#recruit .p-recruit__sub,
#recruit .p-partner__sub,
#recruit .p-contact__sub, #contact .p-about__sub,
#contact .p-service__sub,
#contact .p-works__sub,
#contact .p-company__sub,
#contact .p-message__sub,
#contact .p-recruit__sub,
#contact .p-partner__sub,
#contact .p-contact__sub {
  font-family: "Lato", sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #259cb0 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
@media screen and (max-width: 767px) {
  .p-section .p-about__sub,
  .p-section .p-service__sub,
  .p-section .p-works__sub,
  .p-section .p-company__sub,
  .p-section .p-message__sub,
  .p-section .p-recruit__sub,
  .p-section .p-partner__sub,
  .p-section .p-contact__sub,
  #about .p-about__sub,
  #about .p-service__sub,
  #about .p-works__sub,
  #about .p-company__sub,
  #about .p-message__sub,
  #about .p-recruit__sub,
  #about .p-partner__sub,
  #about .p-contact__sub, #service .p-about__sub,
  #service .p-service__sub,
  #service .p-works__sub,
  #service .p-company__sub,
  #service .p-message__sub,
  #service .p-recruit__sub,
  #service .p-partner__sub,
  #service .p-contact__sub, #works .p-about__sub,
  #works .p-service__sub,
  #works .p-works__sub,
  #works .p-company__sub,
  #works .p-message__sub,
  #works .p-recruit__sub,
  #works .p-partner__sub,
  #works .p-contact__sub, #company .p-about__sub,
  #company .p-service__sub,
  #company .p-works__sub,
  #company .p-company__sub,
  #company .p-message__sub,
  #company .p-recruit__sub,
  #company .p-partner__sub,
  #company .p-contact__sub, #recruit .p-about__sub,
  #recruit .p-service__sub,
  #recruit .p-works__sub,
  #recruit .p-company__sub,
  #recruit .p-message__sub,
  #recruit .p-recruit__sub,
  #recruit .p-partner__sub,
  #recruit .p-contact__sub, #contact .p-about__sub,
  #contact .p-service__sub,
  #contact .p-works__sub,
  #contact .p-company__sub,
  #contact .p-message__sub,
  #contact .p-recruit__sub,
  #contact .p-partner__sub,
  #contact .p-contact__sub {
    font-size: 28px !important;
  }
}
.p-section .p-about__main-title,
.p-section .p-service__main-title,
.p-section .p-works__main-title,
.p-section .p-company__main-title,
.p-section .p-partner__main-title,
.p-section .p-message__main-title,
.p-section .p-recruit__main-title,
.p-section .p-contact__main-title,
#about .p-about__main-title,
#about .p-service__main-title,
#about .p-works__main-title,
#about .p-company__main-title,
#about .p-partner__main-title,
#about .p-message__main-title,
#about .p-recruit__main-title,
#about .p-contact__main-title, #service .p-about__main-title,
#service .p-service__main-title,
#service .p-works__main-title,
#service .p-company__main-title,
#service .p-partner__main-title,
#service .p-message__main-title,
#service .p-recruit__main-title,
#service .p-contact__main-title, #works .p-about__main-title,
#works .p-service__main-title,
#works .p-works__main-title,
#works .p-company__main-title,
#works .p-partner__main-title,
#works .p-message__main-title,
#works .p-recruit__main-title,
#works .p-contact__main-title, #company .p-about__main-title,
#company .p-service__main-title,
#company .p-works__main-title,
#company .p-company__main-title,
#company .p-partner__main-title,
#company .p-message__main-title,
#company .p-recruit__main-title,
#company .p-contact__main-title, #recruit .p-about__main-title,
#recruit .p-service__main-title,
#recruit .p-works__main-title,
#recruit .p-company__main-title,
#recruit .p-partner__main-title,
#recruit .p-message__main-title,
#recruit .p-recruit__main-title,
#recruit .p-contact__main-title, #contact .p-about__main-title,
#contact .p-service__main-title,
#contact .p-works__main-title,
#contact .p-company__main-title,
#contact .p-partner__main-title,
#contact .p-message__main-title,
#contact .p-recruit__main-title,
#contact .p-contact__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #8899a6 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
@media screen and (max-width: 767px) {
  .p-section .p-about__main-title,
  .p-section .p-service__main-title,
  .p-section .p-works__main-title,
  .p-section .p-company__main-title,
  .p-section .p-partner__main-title,
  .p-section .p-message__main-title,
  .p-section .p-recruit__main-title,
  .p-section .p-contact__main-title,
  #about .p-about__main-title,
  #about .p-service__main-title,
  #about .p-works__main-title,
  #about .p-company__main-title,
  #about .p-partner__main-title,
  #about .p-message__main-title,
  #about .p-recruit__main-title,
  #about .p-contact__main-title, #service .p-about__main-title,
  #service .p-service__main-title,
  #service .p-works__main-title,
  #service .p-company__main-title,
  #service .p-partner__main-title,
  #service .p-message__main-title,
  #service .p-recruit__main-title,
  #service .p-contact__main-title, #works .p-about__main-title,
  #works .p-service__main-title,
  #works .p-works__main-title,
  #works .p-company__main-title,
  #works .p-partner__main-title,
  #works .p-message__main-title,
  #works .p-recruit__main-title,
  #works .p-contact__main-title, #company .p-about__main-title,
  #company .p-service__main-title,
  #company .p-works__main-title,
  #company .p-company__main-title,
  #company .p-partner__main-title,
  #company .p-message__main-title,
  #company .p-recruit__main-title,
  #company .p-contact__main-title, #recruit .p-about__main-title,
  #recruit .p-service__main-title,
  #recruit .p-works__main-title,
  #recruit .p-company__main-title,
  #recruit .p-partner__main-title,
  #recruit .p-message__main-title,
  #recruit .p-recruit__main-title,
  #recruit .p-contact__main-title, #contact .p-about__main-title,
  #contact .p-service__main-title,
  #contact .p-works__main-title,
  #contact .p-company__main-title,
  #contact .p-partner__main-title,
  #contact .p-message__main-title,
  #contact .p-recruit__main-title,
  #contact .p-contact__main-title {
    font-size: 12px !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background-color: transparent;
  border-bottom: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, transform 0.4s ease, box-shadow 0.3s;
  transition: background-color 0.3s, transform 0.4s ease, box-shadow 0.3s, -webkit-transform 0.4s ease, -webkit-box-shadow 0.3s;
}
.l-header.m-subpage {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #edf2f5;
}
.l-header.m-subpage .l-header__nav-list li a {
  color: #333333;
}
.l-header.m-subpage .l-header__nav-list li a .en {
  color: rgba(0, 0, 0, 0.4);
}
.l-header.is-active {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: none;
  -webkit-animation: headerDown 0.4s forwards;
          animation: headerDown 0.4s forwards;
}
.l-header.is-active .l-header__nav-list li a {
  color: #333333;
}
.l-header.is-active .l-header__nav-list li a .en {
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
  .l-header.m-subpage {
    position: fixed;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .l-header__inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 929px) {
  .l-header__inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-left: 20px;
  }
}
.l-header__logo {
  width: 200px;
  z-index: 1001;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) and (max-width: 929px) {
  .l-header__logo {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 150px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .l-header__nav-list {
    gap: 12px;
    margin-right: 15px;
  }
}
.l-header__nav-list li {
  margin: 0;
}
.l-header__nav-list li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.l-header__nav-list li a:hover {
  color: #137f97 !important;
  opacity: 1 !important;
}
.l-header__nav-list li a:hover .en {
  color: #137f97 !important;
}
.l-header__nav-list li a .en {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header__nav-list li a .en {
    font-size: 9px;
  }
}
.l-header__nav-list li a .ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 3px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header__nav-list li a .ja {
    font-size: 11px;
  }
}
.l-header__contact {
  height: 100%;
}
.l-header__contact a {
  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: 10px;
  height: 100%;
  padding: 0 30px;
  background: -webkit-gradient(linear, right top, left top, from(#137f97), color-stop(50%, #42b0bb), to(#137f97));
  background: linear-gradient(to left, #137f97 0%, #42b0bb 50%, #137f97 100%);
  background-size: 200% 100%;
  background-position: right center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 15px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: background-position 0.4s ease-in-out;
  transition: background-position 0.4s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header__contact a {
    padding: 0 10px;
    font-size: 11px;
    gap: 6px;
  }
}
.l-header__contact a:hover {
  background-position: left center;
  opacity: 1 !important;
}
.l-header__contact a .p-contact-icon {
  width: 18px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header__contact a .p-contact-icon {
    width: 14px;
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: block;
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, right top, left top, from(#137f97), to(#42b0bb));
    background: linear-gradient(to left, #137f97, #42b0bb);
    border: none;
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }
  .l-header__hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 22px;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 29px;
  }
  .l-header__hamburger span:nth-child(3) {
    top: 36px;
  }
  .l-header__hamburger.is-open span:nth-child(1) {
    top: 29px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-open span:nth-child(3) {
    top: 29px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer {
    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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__drawer.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.p-drawer-nav {
  text-align: center;
  width: 100%;
  padding: 0 40px;
}
.p-drawer-nav__list {
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-drawer-nav__list {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.p-drawer-nav__list {
  padding: 0;
}
.p-drawer-nav__list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-drawer-nav__list li {
    margin-bottom: 10px;
  }
}
.p-drawer-nav__list li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #121212;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer-nav__list li a:hover {
  opacity: 0.7;
}
.p-drawer-nav__list li a .en {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.p-drawer-nav__list li a .ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 2px;
}
.p-drawer-nav__contact a {
  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: 10px;
  width: 100%;
  max-width: 300px;
  height: 55px;
  margin: 0 auto;
  background: -webkit-gradient(linear, right top, left top, from(#137f97), color-stop(50%, #42b0bb), to(#137f97));
  background: linear-gradient(to left, #137f97 0%, #42b0bb 50%, #137f97 100%);
  background-size: 200% 100%;
  background-position: right center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-transition: background-position 0.4s ease-in-out;
  transition: background-position 0.4s ease-in-out;
}
.p-drawer-nav__contact a:hover {
  background-position: left center;
  opacity: 1 !important;
}
.p-drawer-nav__contact a .p-contact-icon {
  width: 20px;
  height: auto;
  display: block;
}

@-webkit-keyframes headerDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-footer {
  width: 100%;
  background-color: #ffffff !important;
  padding-top: 60px;
  padding-bottom: 20px;
  border-top: 1px solid #edf2f5;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 30px !important;
    padding-bottom: 20px;
  }
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #edf2f5;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    padding-bottom: 30px;
  }
}
.l-footer__info {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__logo img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    max-width: 200px;
  }
}
.l-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.l-footer__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
  color: #8899a6 !important;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 12px;
  }
}
.l-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.l-footer__nav-item {
  list-style: none !important;
}
.l-footer__nav-item::before, .l-footer__nav-item::after,
.l-footer__nav-item a::before,
.l-footer__nav-item a::after {
  content: none !important;
  display: none !important;
}
.l-footer__nav-item a {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__nav-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
}
.l-footer__nav-item .m-en {
  font-family: "Lato", sans-serif;
  font-size: 9px !important;
  font-weight: 700;
  color: #333333 !important;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item .m-en {
    font-size: 9px !important;
  }
}
.l-footer__nav-item .m-ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8899a6 !important;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item .m-ja {
    font-size: 11px;
  }
}
.l-footer__copyright {
  margin-top: 20px;
  text-align: center;
}
.l-footer__copyright small {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #8899a6 !important;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright small {
    font-size: 11px;
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn__arrow {
  display: block;
  width: 25px;
  height: 1px;
  background-color: currentColor;
  margin-left: 20px;
  position: relative;
}
.c-btn__arrow::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.c-btn:hover {
  background-color: #fff;
  color: #000;
}

.page_top_btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  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: 50px;
  height: 50px;
  background-color: #259cb0;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.page_top_btn i {
  font-size: 28px;
  line-height: 1;
}
.page_top_btn:hover {
  background-color: rgb(28.1408450704, 118.6478873239, 133.8591549296);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #ffffff;
}
.page_top_btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page_top_btn.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .page_top_btn {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .page_top_btn i {
    font-size: 22px;
  }
  .page_top_btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background-color: #ffffff;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mv.webp) no-repeat center center/cover;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: mvBgFadeInZoom 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvBgFadeInZoom 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 0;
    height: auto;
    min-height: auto;
  }
}
.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-mv__content {
  width: 50%;
  height: 100%;
  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-left: calc((100% - 1100px) / 2 + 40px);
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-mv__content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    width: 100%;
    padding: 90px 20px 60px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv__content {
    width: 50%;
    padding-left: calc((100% - 1500px) / 2 + 40px);
  }
}
.p-mv__sub {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.15em;
  margin-top: 2em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
}
.p-mv__sub.is-ready {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__sub {
    font-size: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv__sub {
    font-size: 28px;
  }
}
.p-mv__sub span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-animation: mvTextRiseUpBlur 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvTextRiseUpBlur 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-mv__sub {
    font-size: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv__sub {
    font-size: 28px;
  }
}
.p-mv__sub span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-animation: mvTextRiseUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvTextRiseUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-mv__sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #259cb0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: mvLineExtend 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1.5s forwards;
          animation: mvLineExtend 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1.5s forwards;
}
@media screen and (min-width: 1921px) {
  .p-mv__sub::after {
    width: 80px;
    height: 4px;
    bottom: -16px;
  }
}
.p-mv__title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: #121212;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 700;
  text-shadow: 0 0 15px #ffffff, 0 0 25px #ffffff, 0 0 35px #ffffff;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-animation: mvBlurSlideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
          animation: mvBlurSlideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
  z-index: 2;
}
.p-mv__title span {
  color: #259cb0;
}
.p-mv__title-en {
  display: block;
  font-family: "Caveat", "Playfair Display", cursive, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #e0d0b0;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-animation: mvBlurSlideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
          animation: mvBlurSlideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}
@media screen and (min-width: 1921px) {
  .p-mv__title-en {
    font-size: calc(clamp(2rem, 2.5vw, 2.2rem) * 1.5);
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv__title {
    font-size: 4.875rem;
    margin-bottom: 60px;
  }
}
.p-mv__lead {
  font-size: 20px;
  line-height: 1.8;
  color: #121212;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-animation: mvBlurSlideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
          animation: mvBlurSlideRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv__lead {
    font-size: 30px;
  }
}
.p-mv__bar {
  width: 100%;
  background-color: #259cb0;
  color: #fff;
  padding: 20px 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv__bar {
    padding: 20px 0;
  }
}
.p-mv__bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv__bar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-mv__bar-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 15px;
}
.p-mv__bar-item i {
  font-size: 32px;
  opacity: 0.9;
}
@media screen and (min-width: 1921px) {
  .p-mv__bar-item i {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bar-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 10px;
  }
}
.p-mv__bar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-mv__bar-text .en {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1921px) {
  .p-mv__bar-text .en {
    font-size: 28px;
  }
}
.p-mv__bar-text .ja {
  font-size: 15px;
  font-weight: 700;
  margin-top: 2px;
}
@media screen and (min-width: 1921px) {
  .p-mv__bar-text .ja {
    font-size: 30px;
    margin-top: 4px;
  }
}

.p-mv-bar {
  width: 100%;
  background-color: rgba(37, 156, 176, 0.85);
  color: #ffffff;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv-bar {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar {
    padding: 50px 0;
  }
}
.p-mv-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-mv-bar__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar__inner {
    max-width: 1500px;
  }
}
.p-mv-bar__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 15px;
  position: relative;
}
.p-mv-bar__item.is-mv-loaded {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: mvBarItemRiseUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: mvBarItemRiseUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-mv-bar__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 0;
  }
}
.p-mv-bar__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mv-bar__item:not(:last-child)::after {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar__item:not(:last-child)::after {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-bar__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar__item {
    gap: 30px;
  }
}
.p-mv-bar__icon {
  width: 62px;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-mv-bar__icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv-bar__icon {
    width: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar__icon {
    width: 64px;
  }
}
.p-mv-bar__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-mv-bar__text-wrap .en {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-mv-bar__text-wrap .en {
    font-size: 11px;
    text-align: left;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar__text-wrap .en {
    font-size: 24px;
  }
}
.p-mv-bar__text-wrap .ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-mv-bar__text-wrap .ja {
    font-size: 17px;
  }
}
@media screen and (min-width: 1921px) {
  .p-mv-bar__text-wrap .ja {
    font-size: 40px;
    margin-top: 4px;
  }
}

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

@keyframes mvBgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvBlurSlideRight {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mvBlurSlideRight {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mvTextRiseUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvTextRiseUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mvLineExtend {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes mvLineExtend {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes mvTextRiseUpBlur {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mvTextRiseUpBlur {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes mvBgFadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mvBgFadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mvBarItemRiseUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvBarItemRiseUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-reason {
  background-image: url("../images/bk-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-reason__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-reason__head {
    margin-bottom: 1em;
  }
}
.p-reason__head .l-section-head__sub,
.p-reason__head .l-section-head__title {
  display: block;
  color: #fff;
}
.p-reason__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-reason-card {
  background: transparent;
  padding: 30px 15px;
  border: 1px solid #fff;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-reason-card__icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.p-reason-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reason-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-reason-card__title {
    font-size: 13px;
  }
}
.p-reason-card__text {
  font-size: 12px;
  line-height: 1.6;
  color: #eee;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-reason-card__text {
    font-size: 11px;
  }
}

.p-numbers {
  background-image: url("../images/data-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-numbers__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-numbers__head {
    margin-bottom: 1em;
  }
}
.p-numbers__head .l-section-head__sub,
.p-numbers__head .l-section-head__title {
  display: block;
  color: #fff;
}
.p-numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-numbers__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 0;
  }
}
.p-numbers__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-numbers__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    padding: 0 15px;
  }
}
.p-numbers__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .p-numbers__item:not(:last-child)::after {
    display: none;
  }
}
.p-numbers__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  height: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-numbers__label {
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
  }
}
.p-numbers__value-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .p-numbers__value-wrap {
    min-height: auto;
  }
}
.p-numbers__value {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-numbers__value {
    font-size: 40px;
  }
}
.p-numbers__text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-numbers__text {
    font-size: 20px;
  }
}
.p-numbers__unit {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-numbers__unit {
    font-size: 12px;
    bottom: 2px;
  }
}
.p-numbers__note {
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-numbers__note {
    text-align: center;
    margin-top: 30px;
  }
}

.p-service {
  width: 100%;
  background-color: #ffffff;
  padding-top: 0;
}
.p-service__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__head {
    margin-bottom: 25px;
  }
}
.p-service__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-service__title-wrap {
    gap: 10px;
  }
}
.p-service__sub {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service__sub {
    font-size: 16px;
  }
}
.p-service__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service__main-title {
    font-size: 12px;
  }
}
.p-service__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__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;
  }
}
@media screen and (max-width: 767px) {
  .p-service__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
  }
}
.p-service__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-service__item {
    grid-column: span 2;
  }
  .p-service__item:nth-child(5) {
    grid-column: 2/span 2;
  }
}
.p-service__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 15px;
}
.p-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-service__image {
    margin-bottom: 10px;
  }
}
.p-service p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-service p {
    font-size: 12px;
  }
}
.p-service__item-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #259cb0;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 1em;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.p-service__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #259cb0;
}
@media screen and (max-width: 767px) {
  .p-service__item-title {
    font-size: 15px;
    padding-bottom: 0.75em;
  }
}

.p-works {
  width: 100%;
  background-color: #dbe8ee;
}
.p-works__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-works__head {
    margin-bottom: 25px;
  }
}
.p-works__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-works__title-wrap {
    gap: 10px;
  }
}
.p-works__sub {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-works__sub {
    font-size: 16px;
  }
}
.p-works__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8899a6;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-works__main-title {
    font-size: 12px;
  }
}
.p-works__slider-outer {
  position: relative;
  width: 100%;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-works__slider-outer {
    padding: 0 35px;
  }
}
.p-works__slider {
  width: 100%;
  overflow: hidden;
}
.p-works__item {
  height: auto;
}
.p-works__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #ffffff;
}
.p-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-works__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-works__prev, .p-works__next {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: 0 !important;
  z-index: 10 !important;
  cursor: pointer !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.p-works__prev::after, .p-works__next::after {
  font-family: swiper-icons !important;
  font-size: 20px !important;
  color: #888888 !important;
  font-weight: bold !important;
}
.p-works__prev {
  left: 0 !important;
}
.p-works__prev::after {
  content: "prev" !important;
}
.p-works__next {
  right: 0 !important;
}
.p-works__next::after {
  content: "next" !important;
}
.p-works__pagination-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-works__pagination-container {
    margin-top: 20px;
  }
}
.p-works__pagination {
  position: static !important;
  width: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.p-works__pagination .swiper-pagination-bullet {
  background: #888888 !important;
  opacity: 0.3 !important;
  margin: 0 6px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  display: inline-block !important;
}
.p-works__pagination .swiper-pagination-bullet-active {
  background: #888888 !important;
  opacity: 1 !important;
}

.p-message {
  width: 100%;
  background-color: #f7f9fa;
}
.p-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.p-message__content {
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    width: 100%;
  }
}
.p-message__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message__image {
    width: 100%;
  }
}
.p-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message__head {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-message__head {
    margin-bottom: 20px;
  }
}
.p-message__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  text-align: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-message__title-wrap {
    gap: 10px;
  }
}
.p-message__sub {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-message__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8899a6;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message__main-title {
    font-size: 12px;
  }
}
.p-message__lead {
  font-family: "Noto Serif JP", "Shippori Mincho", "BIZ UDMincho", serif;
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-message__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  line-height: 2.1;
  font-family: "Noto Serif JP", "Shippori Mincho", "BIZ UDMincho", serif;
}
.p-message__text:nth-of-type(n+2) {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
}

.ceo {
  display: block;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .ceo {
    max-width: 160px;
  }
}
.ceo {
  margin-left: auto;
  margin-top: 2em;
}

.p-about {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about {
    padding-bottom: 0;
  }
}
.p-about__head {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    margin-bottom: 25px;
  }
}
.p-about__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-about__title-wrap {
    gap: 10px;
  }
}
.p-about__sub {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about__sub {
    font-size: 16px;
  }
}
.p-about__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about__main-title {
    font-size: 12px;
  }
}
.p-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-about__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    width: 100%;
  }
}
.p-about__lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  color: #121212;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    margin-bottom: 20px;
  }
}
.p-about__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.p-about__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #121212;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.p-about__btn-area {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-about__btn-area {
    margin-top: 30px;
  }
}
.p-about__btn {
  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;
  width: 180px;
  height: 48px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    width: 100%;
    max-width: 240px;
    height: 45px;
  }
}
.p-about__btn:hover {
  background-color: #259cb0;
  border-color: #259cb0;
  color: #ffffff;
}
.p-about__image-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__image-block {
    width: 100%;
  }
}
.p-about__image {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__image {
    aspect-ratio: 3/2;
  }
}
.p-about__image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* --- CTA Section --- */
.p-cta {
  background-image: url("../images/team.webp");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: #fff;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.p-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.p-cta__head {
  text-align: center;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    margin-bottom: 1em;
  }
}
.p-cta__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 24px;
  }
}
.p-cta__sub-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-cta__sub-title {
    font-size: 14px;
  }
}
.p-cta__content {
  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: 40px;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-cta__btn {
  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: 480px;
  height: 120px;
  background-image: url("../images/nav-bg.webp");
  background-size: cover;
  background-position: center;
  background-color: #2D8C3C;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    width: 100%;
    height: 90px;
    font-size: 22px;
    padding-right: 20px;
  }
}
.p-cta__btn:hover {
  opacity: 0.9;
}
.p-cta__btn .c-btn__arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cta__tel-wrap {
  width: 480px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrap {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.p-cta__tel-label {
  font-size: 13px;
  margin-bottom: 5px;
}
.p-cta__tel-body {
  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: 12px;
}
.p-cta__tel-icon {
  width: 26px;
  height: 26px;
}
.p-cta__tel-icon svg {
  width: 100%;
  height: 100%;
}
.p-cta__tel-number {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-number {
    font-size: 32px;
  }
}
.p-cta__tel-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}

/* --- Footer Section --- */
.l-footer {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.l-footer__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__column {
    border-left: none;
    padding-left: 0;
  }
}
.l-footer__nav-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
}
.l-footer__nav-list {
  list-style: none;
}
.l-footer__nav-list li {
  margin-bottom: 12px;
}
.l-footer__nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav-list li a::before {
  content: ">";
  font-size: 10px;
  margin-right: 8px;
}
.l-footer__info {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    border-left: none;
    padding-left: 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.l-footer__logo {
  margin-bottom: 25px;
}
.l-footer__logo img {
  max-width: 220px;
  height: auto;
}
.l-footer__address, .l-footer__tel {
  font-size: 14px;
  line-height: 2;
  color: #ccc;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 25px;
}
.l-footer__sns a {
  color: #fff;
  font-size: 24px;
}
.l-footer__copyright {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  font-family: sans-serif;
}

.p-partner {
  width: 100%;
  background-color: #ffffff;
}
.p-partner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-partner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-partner__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-partner__image {
    width: 100%;
  }
}
.p-partner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-partner__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-partner__content {
    width: 100%;
  }
}
.p-partner__head {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-partner__head {
    margin-bottom: 20px;
  }
}
.p-partner__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-partner__title-wrap {
    gap: 10px;
  }
}
.p-partner__sub {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-partner__sub {
    font-size: 16px;
  }
}
.p-partner__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8899a6;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-partner__main-title {
    font-size: 12px;
  }
}
.p-partner__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-partner__lead {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.p-partner__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-partner__text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.p-partner__btn-area {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-partner__btn-area {
    margin-top: 25px;
  }
}
.p-partner__btn {
  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;
  width: 280px;
  height: 52px;
  background: -webkit-gradient(linear, right top, left top, from(#137f97), to(#42b0bb));
  background: linear-gradient(to left, #137f97, #42b0bb);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-partner__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-partner__btn {
    width: 100%;
    max-width: 340px;
    height: 48px;
    font-size: 14px;
  }
}

.p-company {
  width: 100%;
  background-color: #dbe8ee;
}
.p-company__card {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 70px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .p-company__card {
    padding: 40px 20px;
  }
}
.p-company__head {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    margin-bottom: 30px;
  }
}
.p-company__title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 15px;
}
.p-company__title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #259cb0;
}
@media screen and (max-width: 767px) {
  .p-company__title-wrap {
    gap: 6px;
  }
}
.p-company__sub {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #259cb0;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-company__sub {
    font-size: 18px;
  }
}
.p-company__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8899a6;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-company__main-title {
    font-size: 11px;
  }
}
.p-company__list {
  width: 100%;
  border-top: 1px solid #edf2f5;
  border-bottom: 1px solid #edf2f5;
}
.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf2f5;
  padding: 20px 10px;
}
.p-company__row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 16px 0;
  }
}
.p-company__term {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.p-company__term span {
  display: block;
  width: 100%;
  max-width: 150px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #259cb0;
  background-color: #f0f6f9;
  padding: 7px 0;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    width: 100%;
    padding-right: 0;
  }
  .p-company__term span {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 13px;
    padding: 5px 12px;
    text-align: left;
  }
}
.p-company__desc {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #121212;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.7;
}
.p-company__desc a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-company__desc a:hover {
  color: #259cb0;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    width: 100%;
    font-size: 14px;
    padding-left: 4px;
  }
}

.p-contact {
  width: 100%;
  background-color: #137f97;
}
.p-contact__card {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 70px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-contact__card {
    padding: 40px 20px;
  }
}
.p-contact__head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    margin-bottom: 35px;
  }
}
.p-contact__title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-contact__title-wrap {
    gap: 6px;
    margin-bottom: 20px;
  }
}
.p-contact__sub {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #137f97;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__sub {
    font-size: 18px;
  }
}
.p-contact__main-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8899a6;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__main-title {
    font-size: 11px;
  }
}
.p-contact__lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 15px;
    text-align: left;
  }
}
.p-contact__lead br {
  display: none;
}

/* ==========================================================================
   フォーム各パーツの共通スタイル
   ========================================================================== */
.p-form-list {
  width: 100%;
  border-top: 1px solid #edf2f5;
}

.p-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf2f5;
  padding: 25px 10px;
}
.p-form-row.m-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }
}

.p-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-form-label {
    width: 100%;
    gap: 10px;
  }
}
.p-form-label__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #121212;
}
.p-form-label__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 3px;
  line-height: 1.2;
}
.p-form-label__badge.m-required {
  background-color: #dd3333;
}
.p-form-label__badge.m-optional {
  background-color: #1a365d;
}

.p-form-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-form-field select {
  width: 100%;
  max-width: 400px;
  height: 48px;
  background-color: #f7f9fa;
  border: 1px solid #edf2f5;
  border-radius: 4px;
  padding: 0 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  color: #121212;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.p-form-field select:focus {
  border-color: #137f97;
}
@media screen and (max-width: 767px) {
  .p-form-field select {
    max-width: 100%;
    height: 44px;
    font-size: 14px;
  }
}
.p-form-field__input {
  width: 100%;
  height: 48px;
  background-color: #f7f9fa;
  border: 1px solid #edf2f5;
  border-radius: 4px;
  padding: 0 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  color: #121212;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-form-field__input:focus {
  border-color: #137f97;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-form-field__input {
    height: 44px;
    font-size: 14px;
  }
}
.p-form-field__textarea {
  width: 100%;
  height: 180px;
  background-color: #f7f9fa;
  border: 1px solid #edf2f5;
  border-radius: 4px;
  padding: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  color: #121212;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
}
.p-form-field__textarea:focus {
  border-color: #137f97;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-form-field__textarea {
    height: 140px;
    font-size: 14px;
  }
}

/* ==========================================================================
   プライバシーポリシー・同意チェックエリア
   ========================================================================== */
.p-form-privacy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form-privacy {
    margin-top: 30px;
    text-align: left;
  }
}
.p-form-privacy__text {
  font-size: 14px;
  color: #555555;
  margin-bottom: 15px;
}
.p-form-privacy__text a {
  color: #137f97;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form-privacy__text a:hover {
  opacity: 0.8;
}
.p-form-privacy__checkbox {
  font-size: 15px;
  font-weight: 700;
  color: #121212;
}
.p-form-privacy__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-form-privacy__checkbox input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: -1px;
  display: inline-block;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  vertical-align: middle;
  background: none !important;
  border: 1px solid #767676 !important;
  border-radius: 0 !important;
}

/* ==========================================================================
   送信ボタン（大きく目立つグリーン・右矢印付き）
   ========================================================================== */
.p-form-submit-area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form-submit-area {
    margin-top: 30px;
  }
}

.p-form-submit-wrap {
  position: relative;
  display: inline-block;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-form-submit-wrap {
    width: 100%;
    max-width: 340px;
  }
}
.p-form-submit-wrap .p-form-submit {
  width: 100%;
  height: 60px;
  background-color: #0cb6cc;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px rgba(43, 177, 166, 0.3);
          box-shadow: 0 4px 15px rgba(43, 177, 166, 0.3);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, transform 0.2s;
  transition: background-color 0.3s, transform 0.2s, -webkit-transform 0.2s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
}
.p-form-submit-wrap .p-form-submit:hover {
  background-color: #10c4db;
}
.p-form-submit-wrap .p-form-submit:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media screen and (max-width: 767px) {
  .p-form-submit-wrap .p-form-submit {
    height: 54px;
    font-size: 16px;
  }
}
.p-form-submit-wrap i {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 20px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-form-submit-wrap:hover i {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}

.wpcf7-not-valid-tip {
  color: #dd3333;
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 15px !important;
  border-radius: 4px;
  font-size: 14px;
}

.wpcf7-spinner {
  display: none;
}

.p-recruit {
  width: 100%;
  background-color: #ffffff;
}
.p-recruit__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
}
.p-recruit__intro-image {
  width: 50%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit__intro-image {
    width: 100%;
  }
}
.p-recruit__intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__intro-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit__intro-content {
    width: 100%;
  }
}
.p-recruit__head {
  margin-bottom: 25px;
}
.p-recruit__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.p-recruit__sub {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #259cb0;
  line-height: 1;
}
.p-recruit__main-title {
  font-size: 14px;
  color: #8899a6;
}
.p-recruit__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75;
  color: #121212;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-recruit__lead {
    font-size: 20px;
  }
}
.p-recruit__text {
  font-size: 15px;
  line-height: 2.1;
  color: #121212;
}
.p-recruit__flow-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #259cb0;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}
.p-recruit__flow-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #259cb0;
}
.p-recruit__timeline {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.p-recruit__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}
.p-recruit__step:last-child {
  margin-bottom: 0;
}
.p-recruit__step:last-child::after {
  display: none;
}
.p-recruit__step::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(15% + 40px + 50px);
  width: 3px;
  height: calc(100% + 60px);
  background-color: #dddddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .p-recruit__step::after {
    display: none;
  }
}
.p-recruit__step-image {
  width: 15%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit__step-image {
    width: 25%;
    aspect-ratio: 1/1;
  }
}
.p-recruit__step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit__step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 75%;
  }
}
.p-recruit__step-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 6px;
  background-color: #259cb0;
  color: #ffffff;
  padding: 5px 0;
  border-radius: 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100px;
  position: relative;
  z-index: 2;
}
.p-recruit__step-time i {
  font-size: 15px;
  line-height: 1;
}
.p-recruit__step-time span {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit__step-time {
    width: 80px;
    padding: 3px 0;
  }
}
.p-recruit__step-body {
  padding-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-recruit__step-head {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #259cb0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-recruit__step-head {
    font-size: 15px;
    margin-bottom: 6px;
    padding-bottom: 4px;
    display: block;
  }
}
.p-recruit__step-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-recruit__step-text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-recruit__voice {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit__voice {
    margin-top: 70px;
  }
}
.p-recruit__voice-title {
  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: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.p-recruit__voice-title i {
  color: #259cb0;
  font-size: 26px;
  line-height: 1;
}
.p-recruit__voice-title::before, .p-recruit__voice-title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .p-recruit__voice-title {
    font-size: 18px;
    margin-bottom: 35px;
    gap: 10px;
  }
  .p-recruit__voice-title i {
    font-size: 22px;
  }
  .p-recruit__voice-title::before, .p-recruit__voice-title::after {
    width: 30px;
  }
}
.p-recruit__cards {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.p-recruit__card {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #edf2f5;
  padding: 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-recruit__card {
    padding: 25px 20px;
  }
}
.p-recruit__card-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #259cb0;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px dashed #edf2f5;
}
@media screen and (max-width: 767px) {
  .p-recruit__card-title {
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.p-recruit__card-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-recruit__card-text {
    font-size: 15px;
    line-height: 2.1;
  }
}
.p-recruit__btn-area {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn-area {
    margin-top: 35px;
  }
}
.p-recruit__btn {
  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: 10px;
  width: 280px;
  height: 52px;
  background: -webkit-gradient(linear, right top, left top, from(#137f97), to(#42b0bb));
  background: linear-gradient(to left, #137f97, #42b0bb);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-recruit__btn i {
  font-size: 16px;
  line-height: 1;
}
.p-recruit__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn {
    width: 100%;
    max-width: 340px;
    height: 48px;
    font-size: 14px;
  }
  .p-recruit__btn i {
    font-size: 15px;
  }
}

.p-thanks {
  width: 100%;
  background-color: #137f97;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 60px 0;
  }
}
.p-thanks__card {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-thanks__card {
    padding: 40px 20px;
  }
}
.p-thanks__icon {
  margin-bottom: 20px;
}
.p-thanks__icon i {
  color: #2bb15f;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-thanks__icon i {
    font-size: 50px;
  }
}
.p-thanks__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-thanks__body {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-thanks__body {
    margin-bottom: 30px;
  }
}
.p-thanks__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 20px;
}
.p-thanks__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
}
.p-thanks__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-thanks__btn {
  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: 10px;
  width: 280px;
  height: 54px;
  background: -webkit-gradient(linear, right top, left top, from(#137f97), to(#42b0bb));
  background: linear-gradient(to left, #137f97, #42b0bb);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-thanks__btn i {
  font-size: 16px;
  line-height: 1;
}
.p-thanks__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    width: 100%;
    max-width: 340px;
    height: 48px;
    font-size: 14px;
  }
  .p-thanks__btn i {
    font-size: 15px;
  }
}

.p-policy {
  width: 100%;
  background-color: #137f97;
  padding: 80px 0;
  opacity: 0;
  -webkit-animation: policyBgFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: policyBgFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 60px 0;
  }
}
.p-policy__card {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 60px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: policyCardUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
          animation: policyCardUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
@media screen and (max-width: 767px) {
  .p-policy__card {
    padding: 40px 20px;
  }
}
.p-policy__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.p-policy__body {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-policy__body {
    margin-bottom: 40px;
  }
}
.p-policy__lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-policy__lead {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-policy__section {
  margin-bottom: 35px;
}
.p-policy__section:last-child {
  margin-bottom: 0;
}
.p-policy__section-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 15px;
  border-left: 4px solid #137f97;
  padding-left: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-policy__section-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.p-policy__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-policy__list {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
}
.p-policy__list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 8px;
}
.p-policy__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-policy__list li {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-policy__info {
  margin-top: 15px;
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #edf2f5;
}
.p-policy__info-item {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 10px;
}
.p-policy__info-item:last-child {
  margin-bottom: 0;
}
.p-policy__info-item a {
  color: #137f97;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-policy__info-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-policy__info-item {
    font-size: 14px;
  }
}
.p-policy__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-policy__btn {
  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: 10px;
  width: 280px;
  height: 54px;
  background: -webkit-gradient(linear, right top, left top, from(#137f97), to(#42b0bb));
  background: linear-gradient(to left, #137f97, #42b0bb);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-policy__btn i {
  font-size: 16px;
  line-height: 1;
}
.p-policy__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-policy__btn {
    width: 100%;
    max-width: 340px;
    height: 48px;
    font-size: 14px;
  }
  .p-policy__btn i {
    font-size: 15px;
  }
}

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

@keyframes policyBgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes policyCardUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes policyCardUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==========================================================================
   スクロールアニメーション：基本設定
   ========================================================================== */
[data-anime] {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, filter, transform;
}
[data-anime].is-animated {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

[data-anime=fade-up] {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

[data-anime=fade-down] {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

[data-anime=fade-left] {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

[data-anime=fade-right] {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

[data-delay="1"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-delay="2"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="3"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-delay="4"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="5"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-delay="6"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

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

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