/* main colors */
.subPage_body {
  padding: 30px 0 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  row-gap: 8px;
  margin: 0;
  padding: 10px 0;
  color: #888;
  font-size: 0;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .breadcrumb {
    justify-content: flex-end;
    padding: 14px 0;
  }
}
.breadcrumb > span[property=itemListElement] {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .breadcrumb > span[property=itemListElement] {
    font-size: 14px;
  }
}
.breadcrumb > span[property=itemListElement]:not(:last-of-type) {
  margin-right: 4px;
  padding-right: 15px;
}
@media (min-width: 920px) {
  .breadcrumb > span[property=itemListElement]:not(:last-of-type) {
    margin-right: 8px;
    padding-right: 22px;
  }
}
.breadcrumb > span[property=itemListElement]:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #ccc;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  content: ">";
  transform: translateY(-50%);
}
@media (min-width: 920px) {
  .breadcrumb > span[property=itemListElement]:not(:last-of-type)::after {
    font-size: 14px;
  }
}
.breadcrumb > span[property=itemListElement]:last-of-type {
  color: #0A2D88;
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.breadcrumb a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: currentcolor;
  content: "";
  transform: scaleX(1);
  transform-origin: right center;
}
@media (min-width: 920px) {
  .breadcrumb a:hover::after {
    animation: breadcrumb-link-line 0.8s cubic-bezier(0.1, 1, 0.2, 1);
  }
}
.breadcrumb span[property=name] {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.breadcrumb .current-item {
  color: #0A2D88;
}
.breadcrumb meta {
  display: none;
}

@keyframes breadcrumb-link-line {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  49% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.subPage_section_header {
  position: relative;
  width: 100%;
}
.subPage_section_header_body {
  display: flex;
  align-items: center;
  padding: 90px 0 24px;
  border-bottom: 1px solid #0A2D88;
}
@media (min-width: 920px) {
  .subPage_section_header_body {
    padding: clamp(160px, calc(126.88px + 3.6vw), 196px) 0 clamp(80px, calc(48.72px + 3.4vw), 114px);
  }
}
.subPage_section_ttl_en {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .subPage_section_ttl_en {
    margin-bottom: clamp(12px, calc(6.48px + 0.6vw), 18px);
    font-size: clamp(20px, calc(16.32px + 0.4vw), 24px);
  }
}
.subPage_section_ttl_ja {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .subPage_section_ttl_ja {
    font-size: clamp(40px, calc(32.64px + 0.8vw), 48px);
  }
}
.subPage_section_thumb {
  position: relative;
  overflow: hidden;
}
.subPage_section_thumb_ttl {
  position: absolute;
  text-align: center;
  font-weight: 500;
  color: #fff;
  top: 26.384615vw;
  right: 17.6923076923vw;
}
@media (min-width: 920px) {
  .subPage_section_thumb_ttl {
    top: 8.258333vw;
    right: 15.78125vw;
  }
}
.subPage_section_thumb_ttl_txt {
  display: inline-block;
  font-size: min(50px, 10.2564102564vw);
  line-height: 1.35;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  width: 1em;
}
@media (min-width: 920px) {
  .subPage_section_thumb_ttl_txt {
    font-size: clamp(36px, calc(17.6px + 2vw), 56px);
  }
}
.subPage_section_thumb_ttl_line {
  display: block;
}
.subPage_section_thumb_ttl_line_lower {
  margin-top: min(210px, 42.333333vw);
}
@media (min-width: 920px) {
  .subPage_section_thumb_ttl_line_lower {
    margin-top: clamp(160px, calc(73.52px + 9.4vw), 254px);
  }
}
.subPage_section_thumb_visual {
  position: relative;
  overflow: hidden;
  background-color: #e9edf3;
}
.subPage_section_thumb_picture {
  display: block;
  width: 100%;
}
.subPage_section_thumb img {
  display: block;
  width: 100%;
}

.subPage_intro {
  margin-bottom: 80px;
}
@media (min-width: 920px) {
  .subPage_intro {
    margin-bottom: clamp(100px, calc(-36.16px + 14.8vw), 248px);
  }
}
.subPage_intro_ttl {
  margin-bottom: clamp(24px, calc(12.96px + 1.2vw), 36px);
}
.subPage_intro_ttl_en {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .subPage_intro_ttl_en {
    font-size: clamp(18px, calc(12.48px + 0.6vw), 24px);
    margin-bottom: clamp(12px, calc(4.64px + 0.8vw), 20px);
  }
}
.subPage_intro_ttl_ja {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .subPage_intro_ttl_ja {
    font-size: clamp(36px, calc(24.96px + 1.2vw), 48px);
  }
}
.subPage_intro_ttl_ja ruby rt {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 2px;
}
@media (min-width: 920px) {
  .subPage_intro_ttl_ja ruby rt {
    font-size: clamp(12px, calc(10.16px + 0.2vw), 14px);
  }
}
.subPage_intro_lead {
  font-size: 16px;
}
@media (min-width: 920px) {
  .subPage_intro_lead {
    font-size: clamp(16px, calc(12.32px + 0.4vw), 20px);
  }
}

.products_category .subPage_intro {
  margin-bottom: 80px;
}
@media (min-width: 920px) {
  .products_category .subPage_intro {
    margin-bottom: clamp(100px, calc(9.84px + 9.8vw), 198px);
  }
}
.products_category .subPage_intro_ttl {
  margin-bottom: clamp(24px, calc(12.96px + 1.2vw), 36px);
}
.products_category .subPage_intro_ttl_en {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .products_category .subPage_intro_ttl_en {
    font-size: clamp(20px, calc(12.64px + 0.8vw), 28px);
    margin-bottom: clamp(8px, calc(2.48px + 0.6vw), 14px);
  }
}
.products_category .subPage_intro_ttl_ja {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .products_category .subPage_intro_ttl_ja {
    font-size: clamp(40px, calc(25.28px + 1.6vw), 56px);
  }
}
.products_category .subPage_intro_lead {
  font-size: 18px;
}
@media (min-width: 920px) {
  .products_category .subPage_intro_lead {
    font-size: clamp(16px, calc(8.64px + 0.8vw), 24px);
  }
}

.page_section_ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .page_section_ttl {
    line-height: 1.25;
    font-size: clamp(32px, calc(24.64px + 0.8vw), 40px);
    margin-bottom: clamp(60px, calc(48.96px + 1.2vw), 72px);
  }
}

.split_content {
  overflow: hidden;
}
.split_content_item {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.split_content_item:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 920px) {
  .split_content_item:not(:last-child) {
    margin-bottom: clamp(60px, calc(41.6px + 2vw), 80px);
  }
}
@media (min-width: 920px) {
  .split_content_item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin-right: calc(50% - 50vw);
  }
  .split_content_item:not(:last-child) {
    margin-bottom: clamp(100px, calc(44.8px + 6vw), 160px);
  }
}
.split_content_txtArea {
  width: 100%;
  min-width: 0;
}
@media (min-width: 920px) {
  .split_content_txtArea {
    flex: 0 0 calc(100% - 41.6666666667vw - clamp(80px, 8.6979166667vw, 167px));
    width: calc(100% - 41.6666666667vw - clamp(80px, 8.6979166667vw, 167px));
  }
}
.split_content_ttl {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 920px) {
  .split_content_ttl {
    font-size: clamp(26px, calc(20.48px + 0.6vw), 32px);
    margin-bottom: clamp(32px, calc(24.64px + 0.8vw), 40px);
  }
}
.split_content_ttl_en {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .split_content_ttl_en {
    font-size: clamp(16px, calc(12.32px + 0.4vw), 20px);
    margin-bottom: clamp(8px, calc(2.48px + 0.6vw), 14px);
  }
}
.split_content_ttl_ja {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 920px) {
  .split_content_ttl_ja {
    font-size: clamp(32px, calc(24.64px + 0.8vw), 40px);
  }
}
.split_content_heading {
  margin-bottom: 24px;
}
@media (min-width: 920px) {
  .split_content_heading {
    margin-bottom: clamp(28px, calc(20.64px + 0.8vw), 36px);
  }
}
.split_content_heading .split_content_ttl {
  margin-bottom: 0;
}
.split_content_catch {
  margin-bottom: 24px;
}
@media (min-width: 920px) {
  .split_content_catch {
    font-size: clamp(18px, calc(12.48px + 0.6vw), 24px);
    margin-bottom: clamp(30px, calc(20.8px + 1vw), 40px);
  }
}
.split_content_txt {
  margin: 0;
  text-align: justify;
}
@media (min-width: 920px) {
  .split_content_txt {
    line-height: 2.2;
  }
}
.split_content_img {
  width: 100%;
}
@media (min-width: 920px) {
  .split_content_img {
    flex: 0 0 41.6666666667vw;
    width: 41.6666666667vw;
  }
}
.split_content_img img {
  display: block;
  width: 100%;
  height: auto;
}
.split_content .txt_link {
  margin-top: 24px;
}
@media (min-width: 920px) {
  .split_content .txt_link {
    margin-top: 40px;
  }
}

.error {
  padding: 200px 0 360px;
  margin-bottom: -200px;
  overflow: hidden;
  background-image: url(../img/page/error_bg.jpg);
  background-image: image-set(url(../img/page/error_bg.jpg) 1x, url(../img/page/error_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/page/error_bg.jpg) 1x, url(../img/page/error_bg@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
@media (min-width: 920px) {
  .error {
    padding: 370px 0 31.38vw;
    margin-bottom: -16vw;
  }
}
.error_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .error_ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.error_txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  .error_txt {
    font-size: 20px;
    margin-bottom: 54px;
  }
}
@media (min-width: 920px) {
  .error .btn {
    font-size: 18px;
    min-height: 70px;
  }
}

.legal_body {
  padding: 20px 0 80px;
}
@media (min-width: 920px) {
  .legal_body {
    padding: clamp(80px, calc(50.56px + 3.2vw), 112px) 0 clamp(200px, calc(126.4px + 8vw), 280px);
  }
}
.legal_intro {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .legal_intro {
    margin-bottom: clamp(60px, calc(41.6px + 2vw), 80px);
  }
}
.legal_intro_txt {
  margin: 0;
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 920px) {
  .legal_intro_txt {
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
  }
}
.legal_section {
  margin-bottom: 28px;
}
@media (min-width: 920px) {
  .legal_section {
    margin-bottom: 60px;
  }
}
.legal_section:last-child {
  margin-bottom: 0;
}
.legal_section_ttl {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .legal_section_ttl {
    margin-bottom: clamp(16px, calc(12.32px + 0.4vw), 20px);
    font-size: clamp(22px, calc(16.48px + 0.6vw), 28px);
  }
}
.legal_section_txt {
  margin: 0;
  font-size: 14px;
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .legal_section_txt {
    text-align: justify;
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
    margin-bottom: 10px;
  }
}
.legal_section_txt:last-child {
  margin-bottom: 0;
}
.legal_section_txt a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.legal_section_txt a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  pointer-events: none;
  transform: scaleX(1);
  transform-origin: left center;
}
@media (min-width: 920px) {
  .legal_section_txt a:hover::after {
    animation: txt-link-line 1.2s cubic-bezier(0.1, 1, 0.2, 1);
  }
}
.legal_section_item {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}
@media (min-width: 920px) {
  .legal_section_item {
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
    padding-left: 24px;
  }
}
.legal_section_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0A2D88;
}
@media (min-width: 920px) {
  .legal_section_item::before {
    top: 12px;
    left: 10px;
    width: 4px;
    height: 4px;
  }
}
.legal_section_list {
  margin-top: 10px;
}
@media (min-width: 920px) {
  .legal_section_list {
    margin-top: 14px;
  }
}
.legal_contact {
  margin-top: 8px;
  font-size: 14px;
}
@media (min-width: 920px) {
  .legal_contact {
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
  }
}
.legal_contact_name {
  margin: 0;
}
.legal_contact_address {
  margin: 0;
  font-style: normal;
}
.legal_contact_link {
  margin: 4px 0 0;
}
.legal_contact_link a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.legal_contact_link a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  pointer-events: none;
  transform: scaleX(1);
  transform-origin: left center;
}
@media (min-width: 920px) {
  .legal_contact_link a:hover::after {
    animation: txt-link-line 1.2s cubic-bezier(0.1, 1, 0.2, 1);
  }
}
.legal_revision {
  margin: 80px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
@media (min-width: 920px) {
  .legal_revision {
    margin-top: clamp(90px, calc(62.4px + 3vw), 120px);
    font-size: clamp(14px, calc(12.16px + 0.2vw), 16px);
  }
}

.lang_en .split_content_txt {
  line-height: 1.35;
}
.lang_en .subPage_section_thumb_ttl {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lang_en .subPage_section_thumb_ttl_txt {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: normal;
}
.lang_en .subPage_section_thumb_ttl_line_lower {
  margin-top: 0;
}
.lang_en .subPage_intro_ttl_en {
  display: none;
}
.lang_en ruby rt {
  display: none;
}/*# sourceMappingURL=page.css.map */