@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../fonts/SourceHanSansJP-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../fonts/SourceHanSansJP-Normal.woff2") format("woff2");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../fonts/SourceHanSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../fonts/SourceHanSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../fonts/SourceHanSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-text: #000;
  --color-text-blue: #2e509a;
  --color-white: #fff;
  --font-base: "SourceHanSansJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-size-base: 1.6rem;
  --line-height-base: 1.7;
  --header-height-sp: 50px;
  --header-height-pc: 80px;
  --transition-font: 0.6s;
  --sp-padding-side: 25px;
  --pc-padding-side: 40px;
  --pc-width-large: 1400px;
  --pc-width-medium: 1200px;
  --pc-width-small: 1000px;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  font-weight: 400;
  background: var(--color-white);
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: var(--line-height-base);
}

body.is-menu-open {
  overflow: hidden;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: var(--color-text);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.pc_off,
.tab-pc_off {
  display: block;
}

.sp_off,
.sp-tab_off {
  display: none;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 350;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.color-white {
  color: var(--color-white);
}

@media screen and (min-width: 768px), print {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  .tab-pc_off {
    display: none;
  }
  .sp_off {
    display: block;
  }
  .hv {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .hv:hover {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .pc-padding-size {
    padding-inline: var(--pc-padding-side);
  }
  body .width-large {
    width: 100% !important;
    max-width: var(--pc-width-large);
    margin-inline: auto;
  }
  body .width-medium {
    width: 100% !important;
    max-width: var(--pc-width-medium);
    margin-inline: auto;
  }
  body .width-small {
    width: 100% !important;
    max-width: var(--pc-width-small);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .sp-tab_off {
    display: block;
  }
  .pc_off {
    display: none;
  }
}
.midashi-rounded {
  visibility: hidden;
}

.font-loaded .midashi-rounded {
  visibility: visible;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contents-fv.nofixed {
  position: relative;
  height: auto;
  aspect-ratio: auto;
  z-index: 1;
}

/* button */
.btn-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3em;
  gap: 4px;
  width: 100%;
  max-width: 315px;
}

.btn-split span {
  position: relative;
  overflow: hidden;
  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;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  z-index: 0;
  line-height: 1;
}

.btn-split-white span {
  color: #1e2f68;
  background: var(--color-white);
}

.btn-text {
  width: calc(100% - 48px);
  max-width: 267px;
  border-radius: 9px 0 0 9px;
  overflow: hidden;
}

.btn-arrow {
  width: 44px;
  border-radius: 0 9px 9px 0;
}

.btn-arrow::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  mask-image: url("../../_assets/img/icon_roundarrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../../_assets/img/icon_roundarrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.btn-split-gradation .btn-text {
  background: -webkit-gradient(linear, left top, right top, from(#9ec0ec), to(#987dae));
  background: linear-gradient(to right, #9ec0ec, #987dae);
  color: var(--color-white);
}

.btn-split-gradation .btn-arrow {
  background: -webkit-gradient(linear, right top, left top, from(#9ec0ec), to(#987dae));
  background: linear-gradient(to left, #9ec0ec, #987dae);
  color: var(--color-white);
}

.top-page-button {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .btn-split {
    height: 3.7em;
    width: auto;
    max-width: none;
  }
  .btn-text {
    width: 285px;
    max-width: none;
  }
  .btn-split span {
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: background-position 0.25s ease, color 0.25s ease;
    transition: background-position 0.25s ease, color 0.25s ease;
  }
  .btn-split-white span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #4b5986), color-stop(50%, var(--color-white)));
    background-image: linear-gradient(to right, #4b5986 50%, var(--color-white) 50%);
  }
  .btn-split-gradation span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #9ebeea), color-stop(50%, transparent));
    background-image: linear-gradient(to right, #9ebeea 50%, transparent 50%);
  }
  .btn-split:hover .btn-text {
    background-position: left bottom;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .btn-split:hover .btn-arrow {
    background-position: left bottom;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .btn-split .btn-text {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .btn-split .btn-arrow {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .btn-split span::before {
    display: none;
  }
  .btn-split-gradation .btn-text {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #9ebeea), color-stop(50%, #9ec0ec), to(#987dae));
    background-image: linear-gradient(to right, #9ebeea 50%, #9ec0ec 50%, #987dae 100%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .btn-split-gradation .btn-arrow {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #9ebeea), color-stop(50%, #987dae), to(#9ec0ec));
    background-image: linear-gradient(to right, #9ebeea 50%, #987dae 50%, #9ec0ec 100%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .btn-split.btn-split-white:hover .btn-text {
    color: var(--color-white);
  }
  .btn-split.btn-split-white:hover .btn-arrow {
    color: #fff;
  }
  .btn-split-gradation:hover .btn-text,
  .btn-split-gradation:hover .btn-arrow {
    color: #fff;
  }
  .top-page-button {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .btn-text {
    width: 250px;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--header-height-sp);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  margin-left: 24px;
}

.header-logo,
.header-logo a {
  height: 36px;
  line-height: 1;
}

.header-logo img {
  width: auto;
  height: inherit;
}

.sp-menu-btn {
  width: var(--header-height-sp);
  height: var(--header-height-sp);
  position: absolute;
  top: 0;
  right: 0;
}

.sp-menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: #1e2f68;
  position: absolute;
  top: calc(50% - 1px);
  left: calc((var(--header-height-sp) - 26px) / 2);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.sp-menu-btn span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1e2f68;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu-btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1e2f68;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.is-menu-open .sp-menu-btn span {
  background: transparent;
}

.is-menu-open .sp-menu-btn span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.is-menu-open .sp-menu-btn span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.sp-nav {
  position: fixed;
  top: var(--header-height-sp);
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100dvh - var(--header-height-sp));
  background: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.45s ease, visibility 0s linear 0.45s;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.sp-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.45s ease, visibility 0s linear 0s;
  transition: opacity 0.45s ease, visibility 0s linear 0s;
}

.sp-nav__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 24px 50px;
}

.sp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sp-nav__1st {
  position: relative;
  width: 100%;
}

.sp-nav__1st::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 1.9em;
  background: -webkit-gradient(linear, left top, right top, from(#9ec0ec), to(#987dae));
  background: linear-gradient(to right, #9ec0ec, #987dae);
}

.sp-nav__1st + .sp-nav__1st {
  margin-top: 40px;
}

.sp-nav__1st--half {
  width: 45%;
}

.sp-nav__1st > a {
  color: #9ec0ec;
}

.sp-nav__2nd {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  gap: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 1.5rem;
  margin-top: 20px;
}

.sp-nav__2nd + .sp-nav__2nd {
  margin-top: 30px;
}

.sp-nav__2nd--normal > li {
  font-size: 1.5rem;
  margin-top: 20px;
}

.sp-nav__2nd--normal > li + li {
  margin-top: 0.8em;
}

.sp-nav__3rd > li {
  position: relative;
  margin-top: 0.8em;
  padding-left: 1em;
}

.sp-nav__3rd > li::before {
  content: "－";
  position: absolute;
  top: 0;
  left: 0;
}

.sp-nav__other {
  width: 100%;
  margin-top: 20px;
  font-size: 1.5rem;
}

.sp-nav__other + .sp-nav__other {
  margin-top: 0.8em;
}

.sp-navi__mynavi {
  margin-top: 30px;
}

.sp-navi__mynavi img {
  max-width: 195px;
}

.pc-nav {
  display: none;
}

@media screen and (min-width: 1024px), print {
  .header {
    height: var(--header-height-pc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 40px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .header-logo {
    margin-left: 47px;
  }
  .header-logo,
  .header-logo a {
    height: 47px;
  }
  .pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
  }
  .pc-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
  }
  .pc-nav-list > li + li {
    padding-left: 1.2em;
    margin-left: 1.2em;
    position: relative;
  }
  .pc-nav-list > li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--color-text);
    position: absolute;
    left: 0;
    top: 1px;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: clamp(1.15rem, 1.1vw, 1.5rem);
    position: relative;
    padding: 8px 20px;
    border-radius: 7px;
    color: #1e2f68;
    margin-left: 30px;
  }
  .header-contact img {
    margin: 0 2px 0 10px;
    -webkit-transition: width var(--transition-font) ease;
    transition: width var(--transition-font) ease;
    max-width: 31px;
  }
  .header-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#1b1464), to(#2e509a));
    background: linear-gradient(to right, #1b1464, #2e509a);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .header-contact span {
    font-size: clamp(1.55rem, 1.25vw, 1.9rem);
  }
  .sp-menu-btn,
  .sp-nav {
    display: none;
  }
}
@media screen and (max-width: 1280px), print {
  .pc-nav-list > li + li {
    padding-left: 0.8em;
    margin-left: 0.8em;
  }
  .header-contact {
    padding: 6px 10px;
    margin-left: 20px;
  }
  .header-contact img {
    width: 24px;
  }
}
@media screen and (max-width: 1120px), print {
  .pc-nav-list > li + li {
    padding-left: 0.5em;
    margin-left: 0.5em;
  }
  .header-contact {
    padding: 6px 8px;
    margin-left: 15px;
  }
  .header-contact img {
    width: 20px;
  }
}
/* footer */
footer {
  background: var(--color-white);
}

.footer-contact {
  background: url(../../_assets/img/footer_contact_back.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px var(--sp-padding-side);
  scroll-margin-top: 50px;
}

.footer-contact-wrapper {
  border: solid 1px #fff;
  border-radius: 12px;
  padding: 45px 18px;
  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;
}

.footer-contct-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contct-title h2 {
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
  margin: 0 auto 35px;
}

.footer-contct-title h2 span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.8em;
}

.footer-contct-title + p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
}

.footer-tel {
  font-size: 2.8rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  margin-top: 36px;
}

.footer-tel span {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-mask-image: url(../../_assets/img/tel.svg);
  mask-image: url(../../_assets/img/tel.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #ffffff;
}

.footer-tel a {
  color: #fff;
}

.footer-business-hour {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
}

.footer-navi {
  display: none;
}

.copyright {
  text-align: center;
  line-height: 1;
  background: #333;
  font-size: 1.4rem;
  padding: 1.4em 0;
}

@media screen and (min-width: 768px), print {
  footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  .footer-contact {
    padding: 100px 40px;
  }
  .footer-contact-wrapper {
    border-radius: 30px;
    padding: 36px clamp(40px, 5vw, 100px) 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-contact-text {
    width: 49%;
  }
  .footer-contct-title {
    display: block;
  }
  .footer-contct-title h2 {
    margin-bottom: 50px;
  }
  .footer-contct-title + p {
    text-align: left;
    font-size: 1.6rem;
  }
  .footer-contact-tel {
    width: 51%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 20px;
  }
  .footer-tel {
    font-size: 3.3rem;
    gap: 18px;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-tel span {
    width: 46px;
    height: 46px;
  }
  .footer-business-hour {
    font-size: 1.8rem;
  }
  .footer-navi {
    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;
    padding: 100px 40px;
  }
  .footer-logo {
    width: 266px;
    height: auto;
  }
  .pc-nav-footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.5rem;
    margin-top: 94px;
    gap: 60px;
  }
  .pc-nav__1st {
    position: relative;
  }
  .pc-nav__1st::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 1.9em;
    background: -webkit-gradient(linear, left top, right top, from(#9ec0ec), to(#987dae));
    background: linear-gradient(to right, #9ec0ec, #987dae);
  }
  .pc-nav__1st > a {
    color: #9ec0ec;
  }
  .pc-nav__1st-last {
    margin-right: 60px;
  }
  .pc-nav__2nd {
    display: grid;
    grid-template-columns: repeat(6, -webkit-max-content);
    grid-template-columns: repeat(6, max-content);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 20px;
  }
  .pc-nav__2nd > li + li {
    border-left: solid 1px #f2f2f2;
    margin-left: 1.5em;
    padding-left: 1.5em;
  }
  .pc-nav__3rd > li {
    position: relative;
    margin-top: 0.8em;
    padding-left: 1em;
  }
  .pc-nav__3rd > li::before {
    content: "－";
    position: absolute;
    top: 0;
    left: 0;
  }
  .pc-nav__2nd--normal > li {
    margin-top: 20px;
  }
  .pc-nav__2nd--normal > li + li {
    margin-top: 0.8em;
  }
  .pc-nav__other > ul > li + li {
    margin-top: 0.8em;
  }
  .pc-navi__mynavi {
    margin-top: 30px !important;
  }
  .pc-navi__mynavi img {
    max-width: 195px;
  }
  .copyright {
    padding: 1.8em 0;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-contact {
    scroll-margin-top: 80px;
  }
}
/* main */
main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: var(--header-height-sp);
  margin-top: calc(var(--header-height-sp) * -1);
  width: 100%;
}

@media screen and (min-width: 1024px), print {
  main {
    padding-top: var(--header-height-pc);
    margin-top: calc(var(--header-height-pc) * -1);
    margin-inline: auto;
    max-width: 1920px;
  }
}
/* fv */
.fv {
  position: relative;
  height: 100svh;
  overflow: hidden;
}

.fv-swiper {
  width: 100%;
}

.fv-swiper,
.fv-swiper .swiper-wrapper,
.fv-swiper .swiper-slide {
  height: 100%;
}

.fv-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.fv-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  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;
  pointer-events: none;
  text-align: center;
}

.fv-text {
  margin-top: calc(var(--header-height-sp) + 30px);
  font-size: 1.5rem;
  line-height: 2;
  background: url(../../_assets/img/top/noisy.jpg) no-repeat;
  background-size: cover;
  width: 82%;
  max-width: 350px;
  padding: 0.8em 0;
  border-radius: 8px;
}

.fv-catch {
  width: 66%;
  max-width: 280px;
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .fv {
    aspect-ratio: 1920/800;
    height: 100% !important;
    overflow: visible;
  }
  .fv-swiper {
    aspect-ratio: 1920/800;
    height: 100%;
  }
  .fv-overlay {
    max-width: 1440px;
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 40px;
    padding-top: var(--header-height-sp);
  }
  .fv-text {
    margin-top: 0;
    line-height: 1.6;
    width: auto;
    max-width: none;
    padding: 0.6em 4.5em;
    white-space: nowrap;
    font-size: clamp(1.6rem, 1.4vw, 2rem);
  }
  .fv-catch {
    width: 35%;
    max-width: 480px;
    margin-left: 10px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .fv-overlay {
    padding-top: var(--header-height-pc);
  }
}
@media screen and (min-width: 1280px), print {
  .fv-text {
    margin-top: -5%;
  }
  .fv-catch {
    margin-top: 40px;
  }
}
/* wave */
.fv-wave-container {
  position: absolute;
  top: 70dvh;
  z-index: 999;
  width: 100%;
  height: 550px;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.fv-wave {
  position: absolute;
  width: 100%;
  height: 150px;
  background-repeat: repeat-x;
}

.fv-wave.wave-upper_top,
.fv-wave.wave-upper_middle,
.fv-wave.wave-upper_bottom {
  background-size: 750px 150px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc3NTAnIGhlaWdodD0nMTUwJyB2aWV3Qm94PScwIDAgNzUwIDE1MCc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnMScgeDE9JzAlJyB5MT0nMCUnIHgyPScxMDAlJyB5Mj0nMCUnPjxzdG9wIG9mZnNldD0nMCUnIHN0eWxlPSdzdG9wLWNvbG9yOiM2YWMwZWMnIC8+PHN0b3Agb2Zmc2V0PSc1MCUnIHN0eWxlPSdzdG9wLWNvbG9yOiM5ODVlYWUnIC8+PHN0b3Agb2Zmc2V0PScxMDAlJyBzdHlsZT0nc3RvcC1jb2xvcjojNmFjMGVjJyAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9J00wIDc1IFExODggLTY5IDM3NSA3NSBUNzUwIDc1JyBzdHJva2U9J3VybCgjZzEpJyBzdHJva2Utd2lkdGg9JzInIGZpbGw9J25vbmUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==");
}

.fv-wave.wave-upper_top {
  top: 10px;
  background-position-x: -300px;
  -webkit-animation: waveMoveRightTop 15s linear infinite;
          animation: waveMoveRightTop 15s linear infinite;
}

.fv-wave.wave-upper_middle {
  top: 50px;
  background-position-x: -300px;
  -webkit-animation: waveMoveRightMiddle 20s linear infinite;
          animation: waveMoveRightMiddle 20s linear infinite;
}

.fv-wave.wave-upper_bottom {
  top: 90px;
  background-position-x: -300px;
  -webkit-animation: waveMoveRightBottom 25s linear infinite;
          animation: waveMoveRightBottom 25s linear infinite;
}

.fv-wave.wave-lower_top,
.fv-wave.wave-lower_bottom {
  background-size: 900px 150px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc5MDAnIGhlaWdodD0nMTUwJyB2aWV3Qm94PScwIDAgOTAwIDE1MCc+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSdnMicgeDE9JzAlJyB5MT0nMCUnIHgyPScxMDAlJyB5Mj0nMCUnPjxzdG9wIG9mZnNldD0nMCUnIHN0eWxlPSdzdG9wLWNvbG9yOiM2YWMwZWMnIC8+PHN0b3Agb2Zmc2V0PSc1MCUnIHN0eWxlPSdzdG9wLWNvbG9yOiM5ODVlYWUnIC8+PHN0b3Agb2Zmc2V0PScxMDAlJyBzdHlsZT0nc3RvcC1jb2xvcjojNmFjMGVjJyAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9J00wIDc1IFEyMjUgLTY5IDQ1MCA3NSBUOTAwIDc1JyBzdHJva2U9J3VybCgjZzIpJyBzdHJva2Utd2lkdGg9JzInIGZpbGw9J25vbmUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPg==");
}

.fv-wave.wave-lower_top {
  top: -60px;
  -webkit-animation: waveMoveRightNew1 30s linear infinite;
          animation: waveMoveRightNew1 30s linear infinite;
}

.fv-wave.wave-lower_bottom {
  top: -40px;
  -webkit-animation: waveMoveRightNew2 45s linear infinite;
          animation: waveMoveRightNew2 45s linear infinite;
}

@-webkit-keyframes waveMoveRightTop {
  from {
    background-position-x: -300px;
  }
  to {
    background-position-x: 450px;
  }
}

@keyframes waveMoveRightTop {
  from {
    background-position-x: -300px;
  }
  to {
    background-position-x: 450px;
  }
}
@-webkit-keyframes waveMoveRightMiddle {
  from {
    background-position-x: -300px;
  }
  to {
    background-position-x: 450px;
  }
}
@keyframes waveMoveRightMiddle {
  from {
    background-position-x: -300px;
  }
  to {
    background-position-x: 450px;
  }
}
@-webkit-keyframes waveMoveRightBottom {
  from {
    background-position-x: -300px;
  }
  to {
    background-position-x: 450px;
  }
}
@keyframes waveMoveRightBottom {
  from {
    background-position-x: -300px;
  }
  to {
    background-position-x: 450px;
  }
}
@-webkit-keyframes waveMoveRightNew1 {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 900px;
  }
}
@keyframes waveMoveRightNew1 {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 900px;
  }
}
@-webkit-keyframes waveMoveRightNew2 {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 900px;
  }
}
@keyframes waveMoveRightNew2 {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 900px;
  }
}
@media screen and (min-width: 768px), print {
  .fv-wave-container {
    top: 85%;
    z-index: 999;
    height: 550px;
    -webkit-transform: scale(1, 0.85);
            transform: scale(1, 0.85);
  }
}
/* top news */
.top-news {
  background: -webkit-gradient(linear, left top, right top, from(#1b1464), to(#2e509a));
  background: linear-gradient(to right, #1b1464, #2e509a);
  padding: 20px var(--sp-padding-side);
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-news h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8em;
}

.top-news-title a {
  color: #fff;
  text-decoration: underline;
}

.top-news-tolist {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

.top-news-tolist::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-color: currentColor;
  mask-image: url("../../_assets/img/icon_roundarrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../../_assets/img/icon_roundarrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

@media screen and (min-width: 768px), print {
  .top-news {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 760px;
    height: 110px;
    margin-left: auto;
    margin-top: -55px;
    border-radius: 16px 0 0 16px;
    position: relative;
    z-index: 1000;
    line-height: 1.8;
    -webkit-transition: width var(--transition-font) ease, height var(--transition-font) ease;
    transition: width var(--transition-font) ease, height var(--transition-font) ease;
  }
  .top-news h2 {
    width: 150px;
    font-size: 3rem;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: font-size var(--transition-font) ease, width var(--transition-font) ease;
    transition: font-size var(--transition-font) ease, width var(--transition-font) ease;
  }
  .top-news-list {
    width: 480px;
    height: 90px;
    padding: 0 34px;
    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;
    border-left: solid 1px var(--color-white);
    border-right: solid 1px var(--color-white);
    -webkit-transition: font-size var(--transition-font) ease, width var(--transition-font) ease, height var(--transition-font) ease;
    transition: font-size var(--transition-font) ease, width var(--transition-font) ease, height var(--transition-font) ease;
  }
  .top-news-title a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .top-news-tolist {
    width: 130px;
    margin-top: 0;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
    -webkit-transition: font-size var(--transition-font) ease;
    transition: font-size var(--transition-font) ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .top-news {
    width: 510px;
    height: 80px;
    margin-top: -40px;
    border-radius: 16px 0 0 16px;
    line-height: 1.6;
  }
  .top-news h2 {
    width: 90px;
    font-size: 2.1rem;
  }
  .top-news-list {
    width: 340px;
    height: 60px;
    padding: 0 20px;
    font-size: 1.45rem;
  }
  .top-news-tolist {
    width: 80px;
    gap: 0.5em;
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-news {
    margin-top: 0;
  }
}
/* top common */
.top-haze-back {
  background: url(../../_assets/img/top/back_haze.jpg) center top/100% auto repeat-y;
  padding: 80px var(--sp-padding-side);
}

.top-section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + var(--sp-padding-side) * 2);
  margin-left: calc(-1 * var(--sp-padding-side));
}

.top-section-title::before,
.top-section-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-top: 8px;
}

.top-section-title::before {
  margin-right: 20px;
}

.top-section-title::after {
  margin-left: 20px;
}

.top-section-title h2 {
  font-size: 2.5rem;
  line-height: 1;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-section-title h2 span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 768px), print {
  .top-haze-back_pc {
    background: url(../../_assets/img/top/back_haze.jpg) center top/100% auto repeat-y;
  }
  .top-section-title {
    width: auto;
    margin-left: 0;
  }
  .top-section-title::after {
    display: none;
  }
  .top-section-title::before {
    width: 80px;
  }
}
/* top-about */
.top-about {
  background: #1e2f68;
}

.top-about-wrapper {
  padding: 70px var(--sp-padding-side) 40px;
}

.top-about figure img {
  border-radius: 15px;
  max-width: 480px;
  margin-inline: auto;
  display: block;
}

.top-about-text {
  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;
}

.top-about-text h2 {
  text-align: center;
  font-size: 2.1rem;
  margin: 1.5em 0 1em;
}

.top-about-text h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}

.top-about-text p {
  font-size: 1.5rem;
  text-align: justify;
}

.top-about-text a {
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .top-about {
    margin-top: -55px;
  }
  .top-about-wrapper {
    padding: 200px 0 150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top-about-wrapper figure {
    width: 42.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-about-wrapper figure img {
    max-width: none;
  }
  .top-about-text {
    width: 57.1%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-about-text h2 {
    font-size: clamp(3.2rem, 3.2vw, 4rem);
    margin: 0 0 1.1em;
    text-align: left;
  }
  .top-about-text h3 {
    font-size: clamp(1.65rem, 1.5vw, 1.8rem);
    margin-bottom: 1.5em;
  }
  .top-about-text p {
    font-size: clamp(1.45rem, 1.2vw, 1.6rem);
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }
  .top-about-text a {
    margin-top: auto;
    margin-left: 5vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .top-about {
    margin-top: -40px;
  }
}
/* top-products */
.top-products .top-section-title span {
  color: var(--color-text-blue);
}

.top-products .top-section-title::before {
  background: -webkit-gradient(linear, left top, right top, from(#1b1464), to(#2e509a));
  background: linear-gradient(to right, #1b1464, #2e509a);
}

.top-products-wrapper div h3,
.top-products-wrapper div p {
  font-size: 1.5rem;
  text-align: justify;
}

.top-products-wrapper div h3 {
  margin: 50px 0 28px;
}

.top-products-wrapper div p {
  line-height: 1.75;
}

.top-products-list {
  width: 95%;
  max-width: 480px;
  margin: 40px auto 0;
}

.top-products-list > li + li {
  margin-top: 50px;
}

.top-products-list figcaption {
  line-height: 1;
  margin-top: 10px;
}

.top-products-list figcaption span {
  color: #666;
}

.top-products-list figcaption h4 {
  font-size: 2rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85em;
}

.top-products-list figcaption h4::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: currentColor;
  mask-image: url("../../_assets/img/icon_roundarrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../../_assets/img/icon_roundarrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.top-products-list-submenu {
  border-top: solid 1px #000;
  margin-top: 1em;
  padding-top: 6px;
  font-size: 1.5rem;
}

.top-products-list-submenu > li {
  margin-top: 0.4em;
}

@media screen and (min-width: 768px), print {
  .top-products {
    padding-inline: 40px;
  }
  .top-products-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-products-flex > div {
    margin-left: clamp(80px, 15vw, 300px);
    margin-top: -0.4em;
  }
  .top-products-wrapper div h3 {
    font-size: 1.8rem;
  }
  .top-products-wrapper div p {
    font-size: 1.6rem;
  }
  .top-products-wrapper div h3 {
    margin: 0 0 28px;
  }
  .top-products-list {
    margin-top: 90px;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px clamp(15px, 2.5vw, 30px);
  }
  .top-products-list > li + li {
    margin-top: 0;
  }
  .top-products-list figure > div {
    display: block;
    overflow: hidden;
    line-height: 0;
  }
  .top-products-list figure > div img {
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .top-products-list figcaption {
    margin-top: 20px;
  }
  .top-products-list figcaption span {
    font-size: clamp(1.4rem, 1.1rem + 0.38vw, 1.6rem);
  }
  .top-products-list figcaption h4 {
    font-size: clamp(1.7rem, 1.36rem + 0.51vw, 2rem);
  }
  .top-products-list > li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top-products-list-submenu {
    font-size: clamp(1.4rem, 1.1rem + 0.38vw, 1.6rem);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.6em;
  }
  .top-products-list-submenu > li {
    margin-top: 0;
    border-right: solid 1px #000;
    padding-right: 1em;
    margin-right: 1em;
    margin-top: 0.5em;
  }
  .top-products-list-submenu > li:last-child {
    border: none;
    padding: 0;
    margin: 0.5em 0 0;
  }
}
/* top company */
.top-company-catch {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2.2em;
}

.top-company .top-section-title::before {
  background: var(--color-white);
}

.top-company-text {
  padding: 70px var(--sp-padding-side) 45px;
  background: #1e2f68;
}

.top-company-text-inner > div {
  margin: 40px 0 50px;
}

.top-company-text-inner > div h3 {
  font-size: 1.5rem;
  text-align: justify;
}

.top-company-text-inner > div p {
  font-size: 1.5rem;
  margin-top: 40px;
  line-height: 1.75;
  text-align: justify;
}

.top-company-list {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 30px;
}

.top-company-list > li {
  padding-left: 1em;
  position: relative;
  text-align: justify;
}

.top-company-list > li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
}

.top-company-slider {
  width: 100%;
  overflow: hidden;
}

.top-company-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-loop 20s linear infinite;
          animation: scroll-loop 20s linear infinite;
  will-change: transform;
}

.slide {
  width: 54vw;
  margin-right: 4.5vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.img-container {
  width: 100%;
  aspect-ratio: 47/50;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@-webkit-keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-175.5vw);
            transform: translateX(-175.5vw);
  }
}

@keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-175.5vw);
            transform: translateX(-175.5vw);
  }
}
@media screen and (min-width: 768px), print {
  .top-company-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #1e2f68;
    padding-left: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top-company-text {
    width: calc((100% + 40px) * 9 / 16 - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: clamp(100px, 10vw, 145px) 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top-company-text-inner {
    width: 100%;
    max-width: 820px;
    padding-right: min(4.23vw, 60px);
  }
  .top-company-catch {
    font-size: clamp(3.3rem, 2.7vw, 4.3rem);
    text-align: left;
    line-height: 1.53;
    margin-bottom: 1.95em;
    margin-left: clamp(0px, 0.0868055556 * (100vw - 768px), 100px);
  }
  .top-company-text-inner > div {
    margin: 64px 0 84px;
    margin-left: clamp(0px, 0.0868055556 * (100vw - 768px), 100px);
  }
  .top-company-text-inner > div h3 {
    font-size: 1.8rem;
  }
  .top-company-text-inner > div p {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .top-company-list {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .top-company-slider {
    width: calc((100% + 40px) * 7 / 16);
    height: auto;
    min-height: 0;
    overflow: hidden;
    container-type: inline-size;
    background: var(--color-white);
  }
  .top-company-slider-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll-loop-pc 45s linear infinite;
            animation: scroll-loop-pc 45s linear infinite;
  }
  .slide {
    width: 75cqw;
    height: 100%;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .img-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .img-container img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  @-webkit-keyframes scroll-loop-pc {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc((75cqw + 10px) * -3));
              transform: translateX(calc((75cqw + 10px) * -3));
    }
  }
  @keyframes scroll-loop-pc {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc((75cqw + 10px) * -3));
              transform: translateX(calc((75cqw + 10px) * -3));
    }
  }
}
/* top news all */
.top-news-all .top-section-title span {
  color: var(--color-text-blue);
}

.top-news-all .top-section-title::before {
  background: -webkit-gradient(linear, left top, right top, from(#1b1464), to(#2e509a));
  background: linear-gradient(to right, #1b1464, #2e509a);
}

.top-news-all-list {
  margin-top: 56px;
  font-size: 1.5rem;
}

.top-news-all-list > li {
  border-block: 1px solid #ccc;
  padding: 1em 0;
}

.top-news-all-list > li + li {
  margin-top: -1px;
}

.top-news-all-list a {
  color: #000;
}

.top-news-all-title {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px), print {
  .top-news-all {
    padding-inline: 40px;
  }
  .top-news-all-wrapper {
    position: relative;
  }
  .top-news-all header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-news-all-list {
    width: calc(100% - 250px);
    max-width: 686px;
    margin: 0 auto 0 max(250px, (100% - 686px) / 2);
    padding-top: 30px;
    font-size: 1.6rem;
  }
  .top-news-all-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2em 0;
  }
  .top-news-all-title {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-right: 0.5em;
  }
  .top-news-all-date {
    width: max(8.5em, 25%);
    padding-left: 0.5em;
  }
  .top-news-all-title a {
    text-decoration: underline;
  }
}
/* contents */
.contents-fv {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px var(--sp-padding-side) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1;
}

.contents-fv-scroll {
  border-radius: 15px 15px 0 0;
  margin-top: 100svh;
}

.contents-fv header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 2em;
}

.contents-fv header h1 span {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}

.contents-catch {
  font-size: 3.8rem;
  margin-top: 1.2em;
  line-height: 1.45;
}

.breadcrumb {
  display: none;
}

@media screen and (min-width: 768px), print {
  .contents-fv {
    width: 100%;
    max-width: 1920px;
    height: auto;
    aspect-ratio: 1920/1100;
    padding: 50px 40px 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .contents-fv-scroll {
    position: relative;
    border-radius: 20px 20px 0 0;
    z-index: 5;
    margin-top: calc(57.29% - 20px);
  }
  .contents-fv header h1 {
    font-size: clamp(3rem, 2.2vw, 3.5rem);
    margin-top: clamp(30px, 5.7291666667vw, 110px);
  }
  .contents-fv header h1 span {
    font-size: clamp(1.45rem, 1.2vw, 1.6rem);
  }
  .contents-catch {
    font-size: clamp(3rem, 3vw, 4.3rem);
    margin-top: clamp(20px, 2vw, 70px);
    line-height: 1.6;
  }
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 1em;
  }
  .breadcrumb > li + li::before {
    content: "＞";
    padding: 1em;
  }
  .contents-fv .breadcrumb a {
    color: var(--color-white);
  }
  .contents-fv.nofixed .breadcrumb {
    margin-top: 90px;
  }
  .contents-fv.top-haze-back_pc .breadcrumb a {
    color: #000;
  }
}
@media screen and (min-width: 1200px), print {
  .contents-fv {
    aspect-ratio: 1920/850;
    padding: 80px 40px 20px;
  }
  .contents-fv-scroll {
    margin-top: calc(44.27% - 20px);
  }
}
/* products */
.products-fv {
  background: url(../../_assets/img/products/main.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

.products-header-text p {
  font-size: 1.5rem;
  background: rgba(51, 51, 51, 0.55);
  padding: 1em 1.3em;
  text-align: justify;
  border-radius: 12px;
  margin-top: 2.4em;
}

.products-list-title {
  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;
  padding-bottom: 20px;
}

.products-list-title h2 {
  font-size: 2.5rem;
  line-height: 1;
}

.products-list-title h2 span {
  color: var(--color-text-blue);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.8em;
}

.products-list-block {
  width: 100%;
  margin-top: 60px;
}

.products-list-block header {
  border-bottom: solid 2px #666;
  padding-bottom: 16px;
}

.products-list-block header h3 {
  font-size: 2rem;
  line-height: 1;
  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;
}

.products-list-block header h3 span {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.products-list-block header h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85em;
}

.products-list-block header h3 a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: currentColor;
  mask-image: url(../../_assets/img/icon_roundarrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../_assets/img/icon_roundarrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.products-list-main {
  width: 95%;
  max-width: 480px;
  margin: 24px auto 0;
}

.products-list-sub {
  margin-top: 20px;
}

.products-list-sub p {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
}

.products-list-sub ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
  margin-top: 30px;
}

.products-list-sub ul figcaption h4 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.85em;
  line-height: 1.4;
}

.products-list-sub ul figcaption h4::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.4em;
  background-color: currentColor;
  mask-image: url(../../_assets/img/icon_roundarrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../_assets/img/icon_roundarrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.products-list-sub.one-column ul {
  grid-template-columns: repeat(1, 1fr);
}

.products-detail {
  padding-top: 50px;
}

.products-detail header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 2em;
}

.products-detail header h1 span {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}

.products-detail header h1::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background: #000;
  margin: 0.8em 0 0.3em;
}

.products-detail header h2 {
  font-size: 4.2rem;
  line-height: 1.4;
  margin-top: 5px;
}

.products-intro {
  width: calc(100% + var(--sp-padding-side) * 2);
  margin-left: calc(-1 * var(--sp-padding-side));
  padding-inline: var(--sp-padding-side);
  position: relative;
  margin-top: 40px;
  padding-top: 100px;
}

.products-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.products-intro-wrapper {
  position: relative;
  background: var(--color-white);
  padding: 40px 30px;
  border-radius: 15px 15px 0 0;
}

.products-intro .catch {
  text-align: center;
  font-size: 2.45rem;
}

.products-intro .text {
  text-align: justify;
  font-size: 1.5rem;
  margin-top: 1.5em;
}

.product-intro-col3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.product-intro-col1 {
  margin-top: 30px;
}

.product-intro-col3 figcaption h3,
.product-intro-col1 figcaption h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.85em;
  line-height: 1.4;
}

.product-intro-col3 figcaption h3::after,
.product-intro-col1 figcaption h3::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.4em;
  background-color: currentColor;
  mask-image: url(../../_assets/img/icon_roundarrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(../../_assets/img/icon_roundarrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rubber .products-intro::before {
  background-image: url(../../_assets/img/products/rubber/intro_back.jpg);
}

.resin .products-intro::before {
  background-image: url(../../_assets/img/products/resin/intro_back.jpg);
}

.medicines .products-intro::before {
  background-image: url(../../_assets/img/products/medicines/intro_back.jpg);
}

.processing .products-intro::before {
  background-image: url(../../_assets/img/products/processing/intro_back.jpg);
}

.adhesives .products-intro::before {
  background-image: url(../../_assets/img/products/adhesives/intro_back.jpg);
}

.machine .products-intro::before {
  background-image: url(../../_assets/img/products/machine/intro_back.jpg);
}

.product-detail {
  width: calc(100% + var(--sp-padding-side) * 2);
  margin-left: calc(-1 * var(--sp-padding-side));
  padding: 60px var(--sp-padding-side);
  border-block: solid 1px #b3b3b3;
  margin-top: 60px;
  scroll-margin-top: 50px;
  overflow: hidden;
}

.product-detail + .product-detail {
  margin-top: -1px;
}

.product-detail figure {
  width: 95%;
  max-width: 480px;
  margin-inline: auto;
}

.product-detail-exp header {
  padding-bottom: 20px;
}

.product-detail-exp header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 2em;
}

.product-detail-exp header h2 span {
  font-size: 1.6rem;
  margin-bottom: 0.8em;
  color: #987dae;
}

.product-detail-exp p,
.product-detail-exp ul {
  font-size: 1.75rem;
  line-height: 1.75;
  text-align: justify;
  margin-top: 1.5em;
}

.product-detail-exp ul > li {
  position: relative;
  padding-left: 1em;
}

.product-detail-exp ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0.3em;
}

.product-detail-feat {
  font-size: 1.5rem;
  margin-top: 50px;
}

.product-detail-feat dt {
  width: 7em;
  color: var(--color-white);
  line-height: 2.6em;
  background: #000;
  height: 2.6em;
  margin-top: 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-detail-feat dd {
  margin-top: 1em;
  line-height: 1.75;
  text-align: justify;
}

.product-detail-feat dd ul > li {
  position: relative;
  padding-left: 1em;
}

.product-detail-feat dd ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0.3em;
}

.product-table {
  font-size: 1.45rem;
  line-height: 1.5;
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

.product-table th,
.product-table td {
  font-weight: normal;
  border: 1px solid #808080;
  padding: 0.5em 1em;
}

.product-table th {
  position: relative;
  background: #808080;
  color: var(--color-white);
}

.product-table thead th + th::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  z-index: 1;
}

.product-table td {
  background: var(--color-white);
}

.cell-center {
  text-align: center;
}

.product-table.col3 th {
  width: 33.3333333333%;
}

.product-table.col2 th {
  width: 33.3333333333%;
}

.product-table.col2 th + th {
  width: 66.6666666667%;
}

.product-table.col4 td {
  width: 25%;
}

.ls-1 span {
  text-align: center;
  letter-spacing: 1em;
  padding-left: 1em;
}

.product-scroll {
  margin-top: 40px;
  margin-left: calc(-1 * var(--sp-padding-side));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll-loop 30s linear infinite;
          animation: scroll-loop 30s linear infinite;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.product-scroll .item {
  width: 180px;
  height: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@keyframes scroll-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (min-width: 768px), print {
  .products-header-text p {
    font-size: clamp(1.45rem, 1.2vw, 1.6rem);
    padding: 1.5em 1.8em;
    border-radius: 15px;
    margin-top: clamp(20px, 2.34375vw, 45px);
    display: inline-block;
  }
  .products-list {
    padding-inline: 40px;
  }
  .products-list-block {
    margin-top: 74px;
  }
  .products-list-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .products-list-main {
    width: 33.33%;
    max-width: none;
    margin: 0;
  }
  .products-list-main a {
    display: block;
    overflow: hidden;
    line-height: 0;
  }
  .products-list-main a img {
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .products-list-block:has(a.zoom:hover) .products-list-main img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .products-list-block:has(a.zoom:hover) header a {
    opacity: 0.7;
  }
  .products-list-sub {
    width: 62.25%;
    margin-top: 0;
  }
  .products-list-sub p {
    font-size: 1.6rem;
  }
  .products-list-sub ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 45px;
  }
  .products-list-sub ul figcaption h4 {
    font-size: 1.6rem;
    margin-top: 0.8em;
  }
  .products-list-sub ul figure div {
    display: block;
    overflow: hidden;
    line-height: 0;
  }
  .products-list-sub ul figure img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .products-list-sub ul a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .products-list-sub.one-column ul {
    grid-template-columns: 2fr 1fr;
  }
  .products-detail > div header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(3rem, 2.2vw, 3.5rem);
    line-height: 1;
    margin-top: clamp(30px, 5.7291666667vw, 110px);
  }
  .products-detail header h1 {
    font-size: clamp(3rem, 2.2vw, 3.5rem);
    margin-top: 0;
    border-right: solid 2px #000;
    padding-right: 1.3em;
    margin-right: 1.3em;
  }
  .products-detail header h1 span {
    font-size: clamp(1.45rem, 1.2vw, 1.6rem);
  }
  .products-detail header h1::after {
    display: none;
  }
  .products-detail header h2 {
    font-size: clamp(5.5rem, 2.2vw, 6rem);
  }
  .products-detail .breadcrumb {
    margin-top: 90px;
  }
  .products-intro {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-inline: var(--pc-padding-side);
    margin-top: 0;
    padding-top: 300px;
  }
  .products-intro::before {
    height: 480px;
  }
  .products-intro-wrapper {
    padding: 70px 80px;
    border-radius: 20px 20px 0 0;
  }
  .products-intro .catch {
    font-size: 3rem;
  }
  .products-intro .text {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1.8em;
  }
  .product-intro-col3,
  .product-intro-col1 {
    width: 100%;
    max-width: 747px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .product-intro-col3 > li {
    width: calc(33.3333333333% - 6px);
  }
  .product-intro-col1 > li {
    width: 64.25%;
  }
  .product-intro-col3 figcaption h3,
  .product-intro-col1 figcaption h3 {
    font-size: 1.6rem;
    margin-top: 0.8em;
  }
  .product-intro-col3 figure div,
  .product-intro-col1 figure div {
    display: block;
    overflow: hidden;
    line-height: 0;
  }
  .product-intro-col3 figure img,
  .product-intro-col1 figure img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .product-intro-col3 a:hover img,
  .product-intro-col1 a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .product-detail {
    width: 100%;
    margin-left: 0;
    padding: 150px 40px;
    margin-top: 150px;
    scroll-margin-top: 50px;
  }
  .product-detail-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-detail figure {
    width: 43.1428571429%;
    max-width: none;
    margin: 0;
  }
  .product-detail-exp {
    width: 47.5714285714%;
  }
  .product-detail-exp header {
    padding-bottom: 40px;
  }
  .product-detail-exp header h2 {
    font-size: 3.2rem;
    margin-top: 0;
  }
  .product-detail-exp header h2 span {
    font-size: 2.5rem;
    margin-bottom: 0.8em;
  }
  .product-detail-exp p,
  .product-detail-exp ul {
    font-size: 1.8rem;
    margin-top: 1.6em;
  }
  .product-detail-feat {
    font-size: 1.6rem;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-detail-feat dt {
    line-height: 2.8em;
    height: 2.8em;
    margin-top: 50px;
  }
  .product-detail-feat dd {
    width: calc(100% - 7em - 45px);
    margin-top: calc(50px - 0.4em);
  }
  .product-detail-feat dd.middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-table {
    font-size: 1.6rem;
    margin-top: 45px;
  }
  .product-table th,
  .product-table td {
    padding: 1em;
  }
  .product-table.col2 {
    max-width: 600px;
    margin-inline: auto;
  }
  .product-scroll {
    margin-top: 60px;
    margin-left: -40px;
    -webkit-animation: scroll-loop 60s linear infinite;
            animation: scroll-loop 60s linear infinite;
  }
  .product-scroll .item {
    width: clamp(300px, 25vw, 420px);
    height: clamp(300px, 25vw, 420px);
    padding: 4px;
  }
}
@media screen and (min-width: 1024px), print {
  .products-detail {
    padding-top: 80px;
  }
  .product-detail {
    scroll-margin-top: 80px;
  }
}
/* about */
.about-fv {
  background: #1e2f68;
}

.about-header {
  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;
}

.about-header .contents-catch {
  font-size: 2.5rem;
  margin-top: 1em;
}

.about-header-text p {
  font-size: 1.45rem;
  text-align: justify;
  margin-top: 1.2em;
}

.about-fv figure {
  width: 82%;
  margin: 30px auto;
  max-width: 450px;
}

.about-fv + .top-haze-back {
  padding-bottom: 0;
}

.about-service {
  scroll-margin-top: 50px;
  padding-top: 40px;
  margin-top: -40px;
}

.about-middle-to-bottom {
  background: #fff;
  width: calc(100% + var(--sp-padding-side) * 2);
  margin-left: calc(-1 * var(--sp-padding-side));
  padding-inline: var(--sp-padding-side);
  margin-top: 100px;
  padding-bottom: 60px;
}

.about-title {
  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;
  padding-bottom: 40px;
}

.about-title h2 {
  font-size: 2.5rem;
  line-height: 1;
}

.about-title h2 span {
  color: var(--color-text-blue);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.8em;
}

.about-catch {
  font-size: 2.3rem;
  text-align: center;
}

.about-header-text {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
}

.about-header-text + .about-header-text {
  margin-top: 1em;
}

.about-service-list {
  margin-top: 40px;
}

.about-service-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #b3b3b3;
  padding: 10px 0;
  margin-top: -1px;
}

.about-service-list dt img {
  width: 70px;
}

.about-service-list dd {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: justify;
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 30px;
}

.about-strengths {
  margin-top: 50px;
}

.about-strengths-header {
  color: var(--color-text-blue);
  margin-top: 40px;
}

.about-strengths-header .label {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.about-strengths-header .label span {
  font-size: 2.4rem;
}

.about-strengths-header .title {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.45;
}

.about-strengths-contents {
  margin-top: 30px;
}

.about-strengths-contents p {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 1em;
  text-align: justify;
}

.about-strengths-contents figure {
  width: 90%;
  max-width: 400px;
  margin: 25px auto 0;
}

.about-service-flow {
  color: var(--color-white);
  background: #6580df;
  width: calc(100% + var(--sp-padding-side) * 2);
  margin-left: calc(-1 * var(--sp-padding-side));
  padding: 40px var(--sp-padding-side);
  margin-top: 60px;
  border-radius: 15px;
}

.about-service-flow .about-title h2 span {
  color: var(--color-white);
}

.about-service-flow .about-header-text {
  margin-top: 0;
}

.about-flow-step {
  margin-top: 40px;
}

.about-flow-step > li {
  border-block: solid 1px #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;
  gap: 20px;
  padding: 20px 0;
}

.about-flow-step > li + li {
  margin-top: -1px;
}

.about-flow-step .step {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  color: #6580df;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.7rem;
  padding-top: 4px;
}

.about-flow-step .step span {
  font-size: 2.1rem;
  padding-top: 4px;
}

.about-flow-step .contents {
  width: 100%;
}

.about-flow-step .contents img {
  width: 25px;
}

.about-flow-step .contents h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 0.7em;
}

.about-flow-step .contents p {
  font-size: 1.5rem;
  text-align: justify;
  margin-left: 37px;
}

@media screen and (min-width: 768px), print {
  .about-header .contents-catch {
    font-size: clamp(3rem, 3vw, 4.3rem);
    margin-top: clamp(20px, 2vw, 70px);
    line-height: 1.6;
  }
  .about-header-text {
    padding-bottom: 20px;
  }
  .about-header-text p {
    font-size: clamp(1.45rem, 1.2vw, 1.6rem);
    margin-top: clamp(16px, 1.5625vw, 30px);
  }
  .about-header {
    position: relative;
    height: auto;
  }
  .about-fv figure {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: clamp(30px, 5.7291666667vw, 110px) 0 0;
    padding-right: 5vw;
  }
  .about-fv figure img {
    width: 40%;
    border-radius: 16px;
  }
  .about-service {
    padding-inline: 40px;
    scroll-margin-top: 60px;
    padding-top: 80px;
    margin-top: -80px;
  }
  .about-middle-to-bottom {
    padding: 0;
    margin-top: 160px;
  }
  .about-middle-to-bottom .about-service {
    padding-bottom: 100px;
  }
  .about-title {
    padding-bottom: 85px;
  }
  .about-catch {
    font-size: 3rem;
  }
  .about-header-text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2.2em;
  }
  .about-header-text + .about-header-text {
    margin-top: 1.5em;
  }
  .about-service-list {
    margin-top: 100px;
    display: grid;
    grid-template-columns: clamp(390px, 40vw, 500px) 1fr;
  }
  .about-service-list dt {
    font-size: 2rem;
    border-block: solid 1px #b3b3b3;
    padding: 50px 0;
  }
  .about-service-list dt img {
    width: 100px;
  }
  .about-service-list dd {
    font-size: 1.6rem;
    border-block: solid 1px #b3b3b3;
    padding: 50px 40px 50px 0;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-strengths {
    margin-top: 100px;
  }
  .about-strengths-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-strengths-header .label {
    font-size: 1.6rem;
    width: clamp(275px, 10.542vw + 194.036px, 310px);
  }
  .about-strengths-header .label::before {
    content: "";
    display: block;
    width: clamp(60px, 6.928vw + 6.8px, 83px);
    height: 1px;
    background: var(--color-text-blue);
    margin-right: 15px;
  }
  .about-strengths-header .label span {
    font-size: 3.5rem;
    margin-top: -0.1em;
  }
  .about-strengths-header .title {
    font-size: 3.5rem;
    margin-top: -0.05em;
  }
  .about-strengths-contents {
    margin-top: 55px;
    padding-inline: clamp(275px, 10.542vw + 194.036px, 310px) clamp(0px, 30.12vw - 231.325px, 100px);
  }
  .about-strengths-contents p {
    font-size: 1.6rem;
    margin-top: 1.5em;
  }
  .about-strengths-contents figure {
    width: 100%;
    max-width: none;
    margin-top: 45px;
  }
  .about-strengths-contents + .about-strengths-header {
    margin-top: 90px;
  }
  .about-service-flow {
    margin-left: 0;
    padding: 145px clamp(60px, 12.048vw - 32.53px, 100px);
    margin-top: 0;
    border-radius: 20px;
  }
  .about-service-flow .about-header-text {
    margin-top: 0;
  }
  .about-flow-step {
    margin-top: 60px;
  }
  .about-flow-step > li {
    border: solid 1px #fff;
    border-radius: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -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: 0;
    padding: 32px clamp(40px, 13.889vw - 66.667px, 100px);
  }
  .about-flow-step > li + li {
    margin-top: 40px;
  }
  .about-flow-step .step {
    width: 108px;
    height: 108px;
    font-size: 2rem;
  }
  .about-flow-step .step span {
    font-size: 3.5rem;
    padding-top: 2px;
  }
  .about-flow-step .contents {
    width: calc(100% - clamp(150px, 6.944vw + 96.667px, 180px));
    margin-top: 5px;
  }
  .about-flow-step .contents img {
    width: 36px;
  }
  .about-flow-step .contents h3 {
    font-size: 2rem;
    gap: 16px;
    margin-bottom: 0.8em;
  }
  .about-flow-step .contents p {
    font-size: 1.6rem;
    margin-left: 52px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px), print {
  .about-service {
    scroll-margin-top: 80px;
    padding-top: 100px;
    margin-top: -100px;
  }
  .about-middle-to-bottom {
    margin-top: 200px;
  }
  .about-middle-to-bottom .about-service {
    padding-bottom: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px), print {
  .contents-fv.about-fv {
    aspect-ratio: 1920/1150;
  }
}
/* company */
.company-greetings {
  margin-top: 60px;
  scroll-margin-top: 50px;
}

.company-fv {
  width: calc(100% + var(--sp-padding-side) * 2);
  margin-left: calc(-1 * var(--sp-padding-side));
}

.company-greetings-text {
  padding-block: 50px;
}

.contents-title {
  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;
  padding-bottom: 40px;
}

.contents-title h2 {
  font-size: 2.5rem;
  line-height: 1;
}

.contents-title h2 span {
  color: var(--color-text-blue);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.8em;
}

.greetings-catch {
  font-size: 2.3rem;
}

.greeting-sentence {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 2em;
  text-align: justify;
}

.greeting-sentence + .greeting-sentence {
  margin-top: 1em;
}

.ceo {
  text-align: right;
  margin-top: 30px;
}

.ceo img {
  width: 100%;
  max-width: 320px;
}

.company-contents {
  padding-block: 40px;
  margin-top: 20px;
  scroll-margin-top: 50px;
}

.philosophy-text {
  text-align: center;
  font-size: 1.9rem;
  line-height: 2;
}

.company-profile-data {
  font-size: 1.5rem;
}

.company-profile-data > dt {
  border-top: solid 1px #ccc;
  padding-block: 1.4em;
}

.company-profile-data > dt span {
  position: relative;
  display: inline-block;
  width: 3.5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.company-profile-data > dt span::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.company-profile-data > dt ~ dt {
  margin-top: -1px;
}

.company-profile-data > dd {
  padding-block: 1.4em;
  margin-top: -0.8em;
  border-bottom: solid 1px #ccc;
}

.company-profile-data > dd p {
  text-align: justify;
}

.company-profile-data > dd p ~ p {
  margin-top: 2em;
}

.company-profile-data > dd iframe {
  width: 100%;
  height: 220px;
  vertical-align: bottom;
  margin-top: 15px;
}

.company_photos {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.company_photos figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8px;
  line-height: 1.3;
}

.company-history {
  font-size: 1.5rem;
}

.company-history > dt {
  border-top: solid 1px #ccc;
  padding-top: 1.4em;
}

.company-history > dd {
  border-bottom: solid 1px #ccc;
  padding-bottom: 1.4em;
  text-align: justify;
  margin-top: 0.5em;
}

.company-history > dt ~ dt {
  margin-top: -1px;
}

@media screen and (min-width: 768px), print {
  .company-greetings {
    scroll-margin-top: 60px;
    margin-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 150px;
  }
  .company-fv {
    width: 72.85%;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  .company-greetings-text {
    width: 52.7142857143%;
    background: #fff;
    padding: 100px clamp(50px, 7.911vw - 10.759px, 100px) 90px;
  }
  .contents-title {
    padding-bottom: 80px;
  }
  .company-greetings-text .contents-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .greetings-catch {
    font-size: clamp(2.6rem, 0.949vw + 2.144rem, 3.2rem);
  }
  .greeting-sentence {
    font-size: 1.6rem;
    margin-top: 3em;
  }
  .greeting-sentence + .greeting-sentence {
    margin-top: 1.5em;
  }
  .ceo {
    margin-top: 45px;
  }
  .ceo img {
    max-width: 280px;
  }
  .ceo-image {
    width: calc(47.3571428571% + 40px);
    margin-right: -40px;
    background: #fff;
    padding: 4%;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .company-contents {
    scroll-margin-top: 60px;
    padding-block: 80px;
    margin-top: 0;
  }
  .company-whiteback {
    background: #fff;
    padding-inline: 40px;
  }
  .company-whiteback + .company-whiteback {
    margin-top: 140px;
    margin-bottom: 120px;
  }
  .philosophy-text {
    font-size: 2.5rem;
    line-height: 2.4;
  }
  .company-profile-data {
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 150px 1fr;
    max-width: 690px;
    margin-inline: auto;
  }
  .company-profile-data > dt {
    border-block: solid 1px #ccc;
    padding-block: 2em;
    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: relative;
  }
  .company-profile-data > dt::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 24px);
    background: #ccc;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .company-profile-data > dt span {
    position: relative;
    display: inline-block;
    width: 3.5em;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .company-profile-data > dt span::after {
    display: none;
  }
  .company-profile-data > dd {
    padding: 2em 0 2em 55px;
    margin-top: 0;
    border-block: solid 1px #ccc;
    position: relative;
  }
  .company-profile-data > dd iframe {
    margin-top: 20px;
  }
  .company-profile-data > dd ~ dd {
    margin-top: -1px;
  }
  .company_photos {
    margin-top: 40px;
    gap: 40px;
  }
  .company_photos figcaption {
    font-size: 1.6rem;
    margin-top: 1em;
  }
  .company-history {
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 170px 1fr;
    max-width: 690px;
    margin-inline: auto;
  }
  .company-history > dt {
    border-block: solid 1px #ccc;
    padding-block: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-history > dd {
    border-block: solid 1px #ccc;
    padding-block: 2em;
    margin-top: 0;
  }
  .company-history > dd ~ dd {
    margin-top: -1px;
  }
}
@media screen and (min-width: 1024px), print {
  .company-greetings {
    scroll-margin-top: 80px;
  }
  .company-contents {
    scroll-margin-top: 80px;
    padding-block: 100px;
    margin-top: 50px;
  }
}
/* recruit */
.recruit-back {
  background: url(../../_assets/img/recruit/back.jpg) repeat-y;
  background-size: 100%;
  padding-bottom: 60px;
}

.recruit-catch {
  font-size: 3.8rem;
  margin-top: 1.2em;
  line-height: 1.45;
  padding-bottom: 20px;
}

.recruit-text p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1.2em;
  text-align: justify;
}

.recruit-image {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

.recruit-image img {
  border-radius: 12px;
  display: block;
  position: relative;
}

.rimg1 {
  width: 59%;
  margin-left: auto;
}

.rimg2 {
  width: 70%;
  -webkit-transform: translateY(-67%);
          transform: translateY(-67%);
  margin-bottom: -39.4%;
  z-index: -1;
}

.recruit-closed {
  width: 100%;
  max-width: 500px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 12px;
  padding-block: 1em;
  margin: 50px auto 0;
}

.recruit-mynavi {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}

.recruit-mynavi img {
  width: 195px;
}

@media screen and (min-width: 768px), print {
  .recruit-back {
    padding-bottom: 160px;
  }
  .recruit-contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit-catch {
    font-size: clamp(3rem, 3vw, 4.3rem);
    margin-top: clamp(20px, 2vw, 70px);
    line-height: 1.6;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .recruit-text {
    width: 45.5%;
    margin-top: calc(clamp(20px, 2vw, 70px) + clamp(3rem, 3vw, 4.3rem) + 45px);
  }
  .recruit-text p {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
  .recruit-image {
    margin-top: clamp(20px, 2vw, 70px);
    width: 51.5%;
    max-width: none;
  }
  .recruit-image img {
    border-radius: 16px;
  }
  .recruit-closed {
    max-width: 634px;
    font-size: 1.6rem;
    border-radius: 16px;
    padding-block: 1.5em;
    margin-top: 140px;
  }
  .recruit-mynavi {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .recruit-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .recruit-text {
    width: 100%;
  }
  .recruit-image {
    margin-top: clamp(20px, 2vw, 70px);
    width: 80%;
    max-width: none;
  }
}
/* privacy */
.privacy-contents {
  padding-block: 40px;
  margin-top: 20px;
}

.privacy-preface {
  text-align: justify;
  line-height: 1.75;
}

.privacy-text > h3 {
  margin-top: 3em;
  padding-bottom: 0.5em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  word-break: break-all;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  text-align: justify;
}

.privacy-text > h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  margin-top: 0.75em;
  -webkit-box-flex: 9999;
      -ms-flex-positive: 9999;
          flex-grow: 9999;
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
}

.privacy-text > p {
  margin-top: 1.3em;
  font-size: 1.5rem;
  line-height: 1.75;
}

.privacy-text p.details {
  position: relative;
  line-height: 1.6;
  padding-left: 2.5em;
}
.privacy-text p.details::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1.4em;
}

.privacy-text ul {
  margin-top: 0.3em;
}

.privacy-text > ul {
  margin-top: 1.3em;
  margin-left: 1em;
  font-size: 1.5rem;
}

.privacy-text ul > li {
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
}

.privacy-text ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0.3em;
}

.privacy-text ul > li + li {
  margin-top: 0.3em;
}

.privacy-text > dl {
  margin-top: 1.3em;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-left: 1em;
}

.privacy-text > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin-top: 0.3em;
}

.privacy-text > dl dt::before {
  content: "○";
}

.privacy-text > dl dd {
  padding-left: calc(1em + 3px);
}

.privacy-text > dl dd p.details {
  position: relative;
  line-height: 1.6;
  padding-left: 1.5em;
}
.privacy-text > dl dd p.details::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0.5em;
}

.privacy-text > ol {
  list-style-type: decimal;
  margin-left: 1.2em;
  margin-top: 1.3em;
  font-size: 1.5rem;
  line-height: 1.75;
}

.privacy-text > ol > li + li {
  margin-top: 1.3em;
}

.privacy-text a {
  color: #00a6d9;
}

@media screen and (min-width: 768px), print {
  .privacy-contents {
    padding-block: 100px;
    margin-top: 0;
    margin-bottom: 120px;
  }
  .privacy-preface {
    font-size: 1.8rem;
  }
  .privacy-text > h3 {
    margin-top: 5em;
    padding-bottom: 1em;
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    text-indent: 0;
    margin-left: 0;
    text-align: center;
  }
  .privacy-text > h3::before {
    content: "";
    display: block;
    height: 1px;
    background: #ccc;
    margin-top: 0.75em;
    -webkit-box-flex: 9999;
        -ms-flex-positive: 9999;
            flex-grow: 9999;
    -ms-flex-preferred-size: 1em;
        flex-basis: 1em;
  }
  .privacy-text > p {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .privacy-text > ul {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .privacy-text ul > li::before {
    top: 0.7em;
  }
  .privacy-text > dl {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .privacy-text > ol {
    margin-top: 1.5em;
    font-size: 1.6rem;
  }
  .privacy-text > ol > li + li {
    margin-top: 1.5em;
  }
}
/* news */
.news-contents {
  padding-block: 40px;
  margin-top: 20px;
}

.news-list {
  font-size: 1.5rem;
}

.news-list > div {
  border-block: solid 1px #ccc;
  margin-top: -1px;
  padding: 1em 0.5em;
}

.news-list dd {
  margin-top: 4px;
  line-height: 1.5;
  text-align: justify;
}

.news-list dd a {
  text-decoration: underline;
}

.news-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
  font-size: 1.8rem;
}

.news-pagination a {
  display: inline-block;
  padding: 0.2em 0.5em;
}

.news-pagination a.current {
  text-decoration: underline;
}

.news-article {
  margin-top: 20px;
}

.news-article h1 {
  font-size: 2rem;
  line-height: 1.6;
}

.news-article hr {
  margin-block: 30px;
  border: none;
  height: 1px;
  background-color: #323333;
}

.news-date {
  font-size: 1.7rem;
  line-height: 1;
}

.news-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
  margin-left: 30px;
}

.news-pdf a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.news-pdf a img {
  width: auto;
  height: 30px;
}

.news-pdf a span {
  text-decoration: underline;
}

.news-body {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 30px;
}

.news-body p {
  margin-top: 1.2em;
  text-align: justify;
}

.news-body p a {
  text-decoration: underline;
}

.news-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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-top: 50px;
}

.news-image img {
  width: 85%;
  max-width: 500px;
}

@media screen and (min-width: 768px), print {
  .news-contents {
    padding-block: 100px;
    margin-top: 0;
    margin-bottom: 120px;
  }
  .news-list {
    font-size: 1.6rem;
    max-width: 686px;
    margin: 30px auto 0;
  }
  .news-list > div {
    padding: 1.4em 0.5em;
    display: grid;
    grid-template-columns: 7em 1fr;
    gap: 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-list dt {
    line-height: 1.5;
  }
  .news-list dd {
    margin-top: 0;
    line-height: 1.5;
  }
  .news-pagination {
    margin-top: 75px;
    gap: 20px 15px;
    font-size: 2rem;
  }
  .news-pagination a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .news-pagination a:hover {
    opacity: 0.7;
  }
  .news-article {
    margin-top: 50px;
  }
  .news-article h1 {
    font-size: 3.3rem;
    text-align: center;
  }
  .news-article hr {
    margin-block: 65px;
  }
  .news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: auto;
    min-height: 43px;
    gap: 50px;
  }
  .news-date {
    font-size: 2rem;
    line-height: 43px;
    white-space: nowrap;
  }
  .news-pdf {
    margin: 0;
  }
  .news-pdf a {
    gap: 20px;
    font-size: 1.6rem;
  }
  .news-pdf a img {
    height: 43px;
  }
  .news-body {
    font-size: 1.6rem;
    margin-top: 50px;
  }
  .news-body p {
    margin-top: 1.4em;
  }
  .news-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
  }
  .news-image img {
    width: calc(50% - 5px);
    max-width: none;
  }
}
/* 404 */
.page404-contents {
  padding-block: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page404-contents {
    padding-block: 100px;
    margin-top: 0;
    margin-bottom: 120px;
  }
}
.page404-contents p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page404-contents p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */