@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Poppins:wght@400;500;600;700&display=swap");
/* base color */
/* template color */
/* orizin color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p-business {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-business::before {
    content: "";
    position: absolute;
    top: 23.67vw;
    z-index: 0;
    aspect-ratio: 1922/1378;
    width: 150.125%;
    height: auto;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#50a3eb), to(rgba(80, 163, 235, 0)));
    background: linear-gradient(180deg, #50a3eb 0%, rgba(80, 163, 235, 0) 100%);
    opacity: 0.1;
    left: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.p-business_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(48px, 5.625vw, 72px);
}
.p-business_side + .p-business_side {
  margin-top: clamp(88px, 11.5555555556vw, 104px);
}
@media screen and (min-width: 901px) {
  .p-business_side {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-business_side.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-business_side > figure {
    -ms-flex-preferred-size: 40.67%;
        flex-basis: 40.67%;
  }
}
@media screen and (max-width: 900px) {
  .p-business_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-business_side .-inner .-lead {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-business_side .-inner .-lead span {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}
.p-business_side .-inner .-lead + p {
  margin-top: 32px;
}
@media screen and (min-width: 901px) {
  .p-business_side .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-business_contents {
  --pc_padding: 64px;
  --pad_padding: 40px;
  --sp_padding: 20px;
  padding: var(--pc_padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px 10px color-mix(in srgb, #D3E2F4 80%, transparent);
          box-shadow: 0 0 40px 10px color-mix(in srgb, #D3E2F4 80%, transparent);
  border-radius: 20px;
  margin-top: clamp(104px, 22.2222222222vw, 200px);
}
@media screen and (max-width: 900px) {
  .p-business_contents {
    padding: var(--pad_padding);
  }
}
@media screen and (max-width: 450px) {
  .p-business_contents {
    padding: 40px var(--sp_padding);
  }
}
.p-business_contents + .p-business_contents {
  margin-top: clamp(64px, 8.8888888889vw, 80px);
}
.p-business_contents .-title {
  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: 10px;
  position: relative;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: clamp(32px, 5.3333333333vw, 48px);
}
.p-business_contents .-title::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 1.3333333333vw, 12px);
  height: auto;
  background-color: #ffff00;
  border-radius: 50%;
}
.p-business_contents .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 3.75vw, 48px);
}
@media screen and (max-width: 900px) {
  .p-business_contents .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 901px) {
  .p-business_contents .-flex .-img {
    -ms-flex-preferred-size: 34.328358209%;
        flex-basis: 34.328358209%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-business_contents .-flex .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-business_contents .-flex .-inner h3 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.p-business_contents .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-business_contents .-btn.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
.p-business_contents dl dt {
  color: #16307a;
  position: relative;
  padding-left: 1em;
}
.p-business_contents dl dt::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-business_contents dl dd + dt {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
.p-business_contents dl dd .-btn {
  margin-top: clamp(28px, 3.5555555556vw, 32px);
}
@media screen and (max-width: 900px) {
  .p-business_contents dl dd .-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-business_slider {
  overflow: hidden;
  margin: 24px calc(var(--pc_padding) * -1) 0;
}
.p-business_slider .-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.p-business_slider .-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
  -webkit-animation: loop-slide-Right 56s infinite linear 1s both;
          animation: loop-slide-Right 56s infinite linear 1s both;
}
.p-business_slider .-pic {
  width: clamp(200px, 28.4444444444vw, 256px);
  height: auto;
  position: relative;
}
.p-business_slider .-pic img {
  border-radius: 10px;
  overflow: clip;
  aspect-ratio: 256/192;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-business_slider {
    margin: 24px calc(var(--pad_padding) * -1) 0;
  }
}
@media screen and (max-width: 450px) {
  .p-business_slider {
    margin: 24px calc(var(--sp_padding) * -1) 0;
  }
}

.p-faq_qa {
  padding-bottom: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D4DBDC;
  cursor: pointer;
}
.p-faq_qa + .p-faq_qa {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.p-faq_qa dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  color: #16307a;
}
.p-faq_qa dt::before {
  content: "Q.";
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 600;
  line-height: 32px;
}
.p-faq_qa dt b {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq_qa dd {
  margin-top: 24px;
}
.p-faq_qa dd p {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
}
.p-faq_qa .-icon {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #16307a;
  width: 32px;
  height: auto;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq_qa .-icon::before, .p-faq_qa .-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-faq_qa .-icon::after {
  rotate: 90deg;
}
.p-faq_qa .-icon.-open::after {
  rotate: 0deg;
}

.p-about-us_ch {
  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: 48px;
}
@media screen and (max-width: 900px) {
  .p-about-us_ch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .p-about-us_ch > figure {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 901px) {
  .p-about-us_ch > figure {
    width: clamp(240px, 26vw, 312px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-about-us_ch .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-about-us_ch .-inner h2 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-about-us_ch .-inner h2 + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.p-about-us_block {
  margin-top: clamp(104px, 13.3333333333vw, 120px);
}
.p-about-us_box {
  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;
  gap: clamp(32px, 3.125vw, 40px);
  padding: clamp(40px, 4.375vw, 56px);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F9F9;
}
@media screen and (max-width: 450px) {
  .p-about-us_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 20px;
  }
  .p-about-us_box > figure {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about-us_box + .p-about-us_box {
  margin-top: 24px;
}
@media screen and (min-width: 451px) {
  .p-about-us_box > figure {
    width: clamp(200px, 19.3333333333vw, 232px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 451px) {
  .p-about-us_box .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-about-us_box .-inner h3 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 450px) {
  .p-about-us_box .-inner h3 {
    text-align: center;
  }
  .p-about-us_box .-inner h3 br {
    display: block;
  }
}
.p-about-us_box .-inner h3 + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.p-about-us_side {
  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;
  gap: clamp(32px, 3.125vw, 40px);
  padding-bottom: clamp(40px, 6.2222222222vw, 56px);
  border-bottom: 1px solid #D4DBDC;
}
@media screen and (max-width: 450px) {
  .p-about-us_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-us_side > figure {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about-us_side + .p-about-us_side {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
@media screen and (min-width: 451px) {
  .p-about-us_side > figure {
    width: clamp(180px, 15.3333333333vw, 184px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 451px) {
  .p-about-us_side .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-about-us_side .-inner h3 {
  color: #16307a;
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-about-us_side .-inner h3 .sp_only {
  display: none;
}
@media screen and (max-width: 450px) {
  .p-about-us_side .-inner h3 {
    text-align: center;
  }
  .p-about-us_side .-inner h3 br,
  .p-about-us_side .-inner h3 .sp_only {
    display: block;
  }
}
.p-about-us_side .-inner h3 + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}

.p-person_block + .p-person_block {
  margin-top: clamp(104px, 13.3333333333vw, 120px);
}
.p-person_block .-ch {
  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;
  gap: clamp(40px, 3.75vw, 48px);
}
@media screen and (max-width: 450px) {
  .p-person_block .-ch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p-person_block .-ch > figure {
    width: clamp(200px, 26.6666666667vw, 320px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-person_block .-ch .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-person_block .-ch h2 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .p-person_block .-ch h2 br {
    display: none;
  }
}
.p-person_block .-ch .-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  margin-top: 16px;
}
.p-person_block .-ch .-info p,
.p-person_block .-ch .-info span,
.p-person_block .-ch .-info small {
  display: block;
  line-height: 1;
}
.p-person_block .-ch .-info p,
.p-person_block .-ch .-info small {
  color: #333;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}
.p-person_block .-ch .-info .-initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #16307a;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 600;
}
.p-person_qa {
  margin-top: clamp(48px, 6.2222222222vw, 56px);
  counter-increment: mycounter;
}
.p-person_qa span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 8px;
}
.p-person_qa span::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 1.3333333333vw, 12px);
  height: auto;
  background-color: #ffff00;
  border-radius: 50%;
}
.p-person_qa .-question {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
.p-person_qa .-answer {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
  color: #3B4043;
}

.p-company_block + .p-company_block {
  margin-top: clamp(104px, 13.3333333333vw, 120px);
}
.p-company_block._message figure {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.p-company_block._message h3 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-company_block._message h3 + p {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.p-company_block._message .-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  margin-top: clamp(16px, 2.2222222222vw, 20px);
}
.p-company_block._message .-info small {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
}
.p-company_block._message .-info b {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-company_block._access .-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px, 3.75vw, 48px);
}
@media screen and (max-width: 900px) {
  .p-company_block._access .-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-company_block._access .-side + .-side {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .p-company_block._access .-side + .-side {
    margin-top: 56px;
  }
}
.p-company_block._access iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 901px) {
  .p-company_block._access iframe {
    width: clamp(240px, 33.3333333333vw, 400px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-company_block._access .-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company_block._access address {
  line-height: 2;
}
.p-company_block._access address span {
  display: block;
}

.p-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}
.p-contact_list {
  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 (min-width: 829px) {
  .p-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.p-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: #F7F9F9;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.p-contact_tab.active {
  color: #fff;
  background: #16307a;
}
@media screen and (min-width: 829px) {
  .p-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_tab {
    line-height: 34px;
  }
}
.p-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .p-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_count {
    left: 8px;
  }
}
.p-contact_line {
  display: block;
  height: 1px;
  background: #16307a;
}
@media screen and (min-width: 829px) {
  .p-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p-policy dd {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}
.p-policy dd a.link {
  color: #16307a;
}
.p-policy dd + dt {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: #333;
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
  margin-bottom: 8px;
}
.p-policy dd + dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p-policy dd + dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p-policy li {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-notfound {
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  padding-bottom: clamp(200px, 28.8888888889vw, 260px);
  position: relative;
  overflow: clip;
  margin: 0 clamp(20px, 3.125vw, 40px);
}
.p-notfound::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(7, 105, 165)), to(rgba(122, 212, 253, 0)));
  background: linear-gradient(180deg, rgb(7, 105, 165) 0%, rgba(122, 212, 253, 0) 100%);
  opacity: 0.3;
  pointer-events: none;
  border-radius: 20px 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-notfound_parts {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-notfound_parts figure {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: kv-clipOpen 1s ease-out forwards;
          animation: kv-clipOpen 1s ease-out forwards;
}
.p-notfound_star {
  position: absolute;
  z-index: 1;
  top: 4.3421052632vw;
  right: 9.0131578947%;
  aspect-ratio: 365/412;
  width: 24.0131578947%;
  height: auto;
  pointer-events: none;
  -webkit-animation: kv-star 1.6s ease-out 1s forwards;
          animation: kv-star 1.6s ease-out 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 450px) {
  .p-notfound_star {
    width: 39.2%;
    top: 20px;
    right: 20px;
  }
}
.p-notfound_head {
  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;
  gap: 24px;
  margin-bottom: clamp(32px, 4.4444444444vw, 40px);
  padding-top: clamp(120px, 17.7777777778vw, 160px);
}
.p-notfound_head p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(2rem, 7.1111111111vw, 4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.p-notfound_head h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 3.1111111111vw, 1.75rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
}
.p-notfound_menu {
  margin-top: clamp(24px, 5.3333333333vw, 48px);
}
.p-notfound_menu ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
}
@media screen and (max-width: 900px) {
  .p-notfound_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.p-notfound_menu li {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (min-width: 901px) {
  .p-notfound_menu li {
    padding: 0 2em;
  }
}
@media screen and (max-width: 900px) {
  .p-notfound_menu li {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .p-notfound_menu li + li {
    border-left: 1px solid #D4DBDC;
  }
}
@media screen and (max-width: 900px) {
  .p-notfound_menu li + li {
    border-top: 1px solid #D4DBDC;
  }
}
.p-notfound_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .p-notfound_menu a {
    padding: 16px;
    width: 100%;
  }
}
@media (hover: hover) {
  .p-notfound_menu a:hover {
    opacity: 1;
    color: #16307a;
  }
}
@media (hover: none) {
  .p-notfound_menu a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-notfound_menu a:active {
    opacity: 1;
    color: #16307a;
  }
}
.p-notfound_txt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
}
.p-notfound_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(64px, 8vw, 72px);
}

@-webkit-keyframes found-clipOpen {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}

@keyframes found-clipOpen {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}
@-webkit-keyframes found-star {
  0% {
    -webkit-filter: blur(25px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
@keyframes found-star {
  0% {
    -webkit-filter: blur(25px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    opacity: 1;
  }
}
.p-news time {
  display: block;
  color: #D4DBDC;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.p-news._l {
  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;
  gap: 20px;
  position: relative;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-news._l::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  width: 100%;
  height: 1px;
  background-color: #D4DBDC;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.p-news._l::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #16307a;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.p-news._l + .p-news._l {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
@media (hover: hover) {
  .p-news._l:hover {
    opacity: 1;
  }
  .p-news._l:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-news._l:hover .p-news_inner span::before {
    content: "";
    width: 40px;
    height: auto;
    background-color: #16307a;
  }
}
@media (hover: none) {
  .p-news._l {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-news._l:active {
    opacity: 1;
  }
  .p-news._l:active::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-news._l:active .p-news_inner span::before {
    content: "";
    width: 40px;
    height: auto;
    background-color: #16307a;
  }
}
.p-news._l time {
  margin-bottom: clamp(2px, 0.4444444444vw, 4px);
}
.p-news._l figure {
  border-radius: 10px;
  overflow: clip;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 901px) {
  .p-news._l figure {
    -ms-flex-preferred-size: 16.0975609756%;
        flex-basis: 16.0975609756%;
  }
}
@media screen and (max-width: 900px) {
  .p-news._l figure {
    width: clamp(120px, 26.4vw, 132px);
  }
}
.p-news._l figure img {
  aspect-ratio: 132/84;
  width: 100%;
  height: 100%;
}
.p-news._l .p-news_inner {
  position: relative;
  padding-right: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .p-news._l .p-news_inner {
    padding-right: 0;
  }
}
.p-news._l .p-news_inner span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 900px) {
  .p-news._l .p-news_inner span {
    display: none;
  }
}
.p-news._l .p-news_inner span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #16307a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-news._l .p-news_inner span svg {
  aspect-ratio: 8/13;
  width: 8px;
  height: auto;
  position: relative;
}
.p-news._l .p-news_inner span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.p-news._l h2 {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  max-width: 616px;
}
@media screen and (min-width: 901px) {
  .p-news._l h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  .p-news._l h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
  }
}
.p-news._s {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.p-news._s time {
  margin-bottom: clamp(12px, 1.7777777778vw, 16px);
}
.p-news._s .p-news_pict {
  border-radius: 10px;
  overflow: clip;
  margin-bottom: clamp(32px, 7.1111111111vw, 64px);
}
.p-news._s .p-news_pict img {
  aspect-ratio: 820/523;
  width: 100%;
  height: auto;
}
.p-news._s h2 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}
.p-news._s .p-news_inner {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}
.p-news._s .p-news_inner a {
  color: #16307a;
  text-decoration: underline;
}

.p-product-story._l .p-product-story_caption {
  margin-bottom: clamp(72px, 8.8888888889vw, 80px);
}
.p-product-story._l .p-product-story_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 80px 56px;
}
.p-product-story._l .p-product-story_inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-product-story._l .p-product-story_inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 900px) {
  .p-product-story._l .p-product-story_inner {
    gap: 48px 20px;
  }
}
@media screen and (max-width: 450px) {
  .p-product-story._l .p-product-story_inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-product-story._l .-tmb {
  position: relative;
  background-color: #D9D9D9;
}
.p-product-story._l .-tmb::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 39.4029850746%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.3;
}
.p-product-story._l .-tmb img {
  aspect-ratio: 572/335;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-product-story._l .-tmb figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(16px, 1.875vw, 24px) clamp(20px, 2.5vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 100%;
  font-size: clamp(0.9375rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-product-story._l .-tmb figcaption::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: clamp(8px, 1.3333333333vw, 12px);
  height: auto;
  background-color: #ffff00;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product-story._l h2 {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-product-story._l .-link {
  display: block;
}
@media (hover: hover) {
  .p-product-story._l .-link:hover {
    opacity: 1;
  }
  .p-product-story._l .-link:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p-product-story._l .-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-product-story._l .-link:active {
    opacity: 1;
  }
  .p-product-story._l .-link:active img {
    scale: 1.1;
  }
}
.p-product-story._s {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.p-product-story._s .-tmb {
  aspect-ratio: 820/480;
  width: 100%;
  height: auto;
}
.p-product-story._s .-tmb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-product-story._s .-head {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
.p-product-story._s .-head h2 {
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
}
.p-product-story._s .-head h3 {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-product-story._s p {
  line-height: 1.8;
}
.p-product-story._s .p-product-story_block {
  margin-top: clamp(72px, 8.8888888889vw, 80px);
}
.p-product-story._s .p-product-story_block + .p-product-story_block {
  margin-top: clamp(72px, 9.7777777778vw, 88px);
}
.p-product-story._s .p-product-story_block h4 {
  color: #fff;
  background-color: #16307a;
  padding: 10px 24px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
.p-product-story._s .p-product-story_block h4 + .-side,
.p-product-story._s .p-product-story_block h4 + .-movie {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}
.p-product-story._s .-side {
  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: 32px;
}
@media screen and (min-width: 901px) {
  .p-product-story._s .-side:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 900px) {
  .p-product-story._s .-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-product-story._s .-side + .-side {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-product-story._s .-side + .-side {
    margin-top: 56px;
  }
}
@media screen and (min-width: 901px) {
  .p-product-story._s .-side > figure {
    -ms-flex-preferred-size: 41.4634146341%;
        flex-basis: 41.4634146341%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .p-product-story._s .-side .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-product-story._s .-movie iframe {
  aspect-ratio: 820/460;
  width: 100%;
  height: auto;
}
.p-product-story._s .p-product-story_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(64px, 13.3333333333vw, 120px);
}

.p-products._l .p-products_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px 24px;
}

.p-products._l .p-products_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-products._l .p-products_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-products._l .p-products_list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 450px) {
  .p-products._l .p-products_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-products._l figure {
  aspect-ratio: 264/198;
  width: 100%;
  height: auto;
}
.p-products._l figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-products._l h2 {
  margin-top: clamp(12px, 1.7777777778vw, 16px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
}
@media (hover: hover) {
  .p-products._l .p-products_link:hover {
    opacity: 1;
  }
  .p-products._l .p-products_link:hover img {
    scale: 1.1;
  }
}
@media (hover: none) {
  .p-products._l .p-products_link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-products._l .p-products_link:active {
    opacity: 1;
  }
  .p-products._l .p-products_link:active img {
    scale: 1.1;
  }
}
.p-products._s .p-products_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(48px, 5.625vw, 72px);
}
@media screen and (max-width: 900px) {
  .p-products._s .p-products_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .p-products._s .p-products_side .-media {
    width: clamp(480px, 60.8888888889vw, 548px);
  }
}
@media screen and (min-width: 901px) {
  .p-products._s .p-products_side .-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-products._s .p-products_side .-text {
  margin-top: clamp(40px, 6.2222222222vw, 56px);
}
.p-products._s .-btns {
  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: 24px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(80px, 11.5555555556vw, 104px);
}
.p-products._s .p-products_slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-products._s .p-products_slider .-pic {
  border-radius: 10px;
  overflow: hidden;
}
.p-products._s .p-products_slider .slick-prev,
.p-products._s .p-products_slider .slick-next {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  width: clamp(28px, 3.5555555556vw, 32px);
  height: auto;
  aspect-ratio: 1/1;
  font-size: 0px;
  line-height: 1;
  background-color: unset;
  border-radius: 50%;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-products._s .p-products_slider .slick-prev::before,
.p-products._s .p-products_slider .slick-next::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #16307a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #16307a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-products._s .p-products_slider .slick-prev::after,
.p-products._s .p-products_slider .slick-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../images/icon/arrow.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  aspect-ratio: 8/13;
  width: clamp(6px, 0.8888888889vw, 8px);
  height: auto;
}
@media (hover: hover) {
  .p-products._s .p-products_slider .slick-prev:hover::before,
  .p-products._s .p-products_slider .slick-next:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (hover: none) {
  .p-products._s .p-products_slider .slick-prev,
  .p-products._s .p-products_slider .slick-next {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-products._s .p-products_slider .slick-prev:active::before,
  .p-products._s .p-products_slider .slick-next:active::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-products._s .p-products_slider .slick-next {
  right: -12px;
}
@media screen and (max-width: 450px) {
  .p-products._s .p-products_slider .slick-next {
    right: -8px;
  }
}
.p-products._s .p-products_slider .slick-prev {
  left: -12px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 450px) {
  .p-products._s .p-products_slider .slick-prev {
    left: -8px;
  }
}
.p-products._s .p-products_slider .p-products_media {
  margin: 0 -4px;
  margin-bottom: 24px;
}
.p-products._s .p-products_slider .p-products_media .-pic {
  aspect-ratio: 548/410;
  width: 100%;
  height: auto;
  margin: 0 4px;
}
.p-products._s .p-products_slider .p-products_media .-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products._s .p-products_slider .p-products_tmb {
  margin: 0 -4px;
}
.p-products._s .p-products_slider .p-products_tmb .-pic {
  margin: 0 4px;
  aspect-ratio: 131/98;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-products._s .p-products_slider .p-products_tmb .-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products._s .p-products_slider .p-products_tmb .-pic:hover {
  opacity: 0.8;
}
.p-products._s .p-products_slider .p-products_tmb .slick-track {
  margin: 0;
}
.p-products._s .p-products_container {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.p-products._s .p-products_block {
  margin-top: clamp(80px, 11.5555555556vw, 104px);
}
.p-products._s .p-products_block + .p-products_block {
  margin-top: clamp(72px, 9.7777777778vw, 88px);
}
.p-products._s .p-products_block .-lead {
  margin-bottom: clamp(40px, 5.3333333333vw, 48px);
  padding: 10px 24px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #16307a;
  color: #fff;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 1.8;
}
.p-products._s .p-products_block .-contents + .-contents {
  margin-top: clamp(64px, 9.7777777778vw, 88px);
}
.p-products._s .p-products_block .-youtube iframe {
  aspect-ratio: 820/460;
  width: 100%;
  height: auto;
}
.p-products._s .p-products_block .-youtube .-caption {
  margin-top: 24px;
}
.p-products._s .p-products_block .-def + .-def {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.p-products._s .p-products_block .-def.-decoration h4 {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: clamp(16px, 2.2222222222vw, 20px);
  color: #16307a;
}
.p-products._s .p-products_block .-def.-decoration li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 1.25vw, 16px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
}
.p-products._s .p-products_block .-def.-decoration li + li {
  margin-top: clamp(16px, 2.2222222222vw, 20px);
}
.p-products._s .p-products_block .-def.-decoration li::before {
  content: "●";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #16307a;
}
.p-products._s .p-products_block .-def:not(.-decoration) h4 {
  color: #16307a;
}
.p-products._s .p-products_block .-def:not(.-decoration) h4,
.p-products._s .p-products_block .-def:not(.-decoration) li {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.p-products._s .p-products_block .-note {
  background-color: #F7F9F9;
  padding: 40px;
}
.p-products._s .p-products_block .-note dt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: clamp(16px, 2.2222222222vw, 20px);
  color: #16307a;
}
.p-products._s .p-products_block .-note li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 1.25vw, 16px);
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
}
.p-products._s .p-products_block .-note li + li {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}
.p-products._s .p-products_block .-note li::before {
  content: "●";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #16307a;
}
.p-products._s .p-products_block .-html.-html {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.p-products._s .p-products_block .-html table {
  table-layout: auto;
}
@media screen and (min-width: 901px) {
  .p-products._s .p-products_block .-html table {
    table-layout: fixed;
  }
}
.p-products._s .p-products_block .-html th,
.p-products._s .p-products_block .-html td {
  padding: 8px 20px;
  border: 1px solid #D4DBDC;
}
@media screen and (max-width: 900px) {
  .p-products._s .p-products_block .-html th,
  .p-products._s .p-products_block .-html td {
    display: table-cell;
    min-width: 300px;
  }
}
.p-products._s .p-products_block .-html th {
  background-color: #F7F9F9;
}
@media screen and (min-width: 901px) {
  .p-products._s .p-products_block .-html th {
    width: unset;
  }
}
.p-products._s .p-products_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(64px, 13.3333333333vw, 120px);
}

.p-requirements._l .-tab + .-tab {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}
.p-requirements._l h2 {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
}
.p-requirements._l .-link {
  display: block;
  position: relative;
  padding-bottom: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-requirements._l .-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  width: 100%;
  height: 1px;
  background-color: #D4DBDC;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.p-requirements._l .-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #16307a;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (hover: hover) {
  .p-requirements._l .-link:hover {
    opacity: 1;
  }
  .p-requirements._l .-link:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-requirements._l .-link:hover .p-requirements_inner span::before {
    content: "";
    width: 40px;
    height: auto;
    background-color: #16307a;
  }
}
@media (hover: none) {
  .p-requirements._l .-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p-requirements._l .-link:active {
    opacity: 1;
  }
  .p-requirements._l .-link:active::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-requirements._l .-link:active .p-requirements_inner span::before {
    content: "";
    width: 40px;
    height: auto;
    background-color: #16307a;
  }
}
.p-requirements._l .p-requirements_inner {
  position: relative;
  padding-right: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p-requirements._l .p-requirements_inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-requirements._l .p-requirements_inner span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-requirements._l .p-requirements_inner span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #16307a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-requirements._l .p-requirements_inner span svg {
  aspect-ratio: 8/13;
  width: 8px;
  height: auto;
  position: relative;
}
.p-requirements._l .p-requirements_inner span svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.p-requirements._s .p-requirements_inner {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.p-requirements._s .p-requirements_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-requirements._s .p-requirements_btn b {
  font-weight: 500;
}
.p-requirements._s .p-requirements_btn.-entry {
  margin-top: clamp(104px, 17.7777777778vw, 160px);
}
.p-requirements._s .p-requirements_btn.-back {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}
.p-requirements._s .p-requirements_btn.-back a {
  text-decoration: underline;
  color: #16307a;
}