@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
:root {
  --Brand-color-Primary: #125CD3;
  --Object-Primary: #2E2F32;
  --Object-Primary-Reverse: #FFFFFF;
  --Object-Secondary: #959595;
  --Object-Tertiary: #125CD3;
  --Object-Disabled: #959595;
  --Object-Disabled-on-Quaternary: #959595;
  --Object-Attention: #125CD3;
  --Object-Inactive-object: #A2A9B3;
  --Object-Inactive-text: #959595;
  --Background-Primary: #FFFFFF;
  --Background-Primary-Base: #F0F0F0;
  --Background-Secondary: #F8F8F8;
  --Background-Tertiary: #E4E4E4;
  --Background-Quaternary: #D9D9D9;
  --Background-Modal: rgba(170, 170, 170, 0.5);
  --Background-Attention: #E4E4E4;
  --Line-Primary: #E4E4E4;
  --Line-Secondary: #F0F0F0;
  --Line-Tertiary: #D9D9D9;
  --Line-Primary-Reverse: #FFFFFF;
  --Line-Icon-Primary: #2E2F32;
  --Line-Disabled: #D9D9D9;
  --Line-Attention: #125CD3;
  --Line-Quarterly: #2E2F32;
  --font-family-base: 'Zen Kaku Gothic New', sans-serif;
  --font-family-en: 'Montserrat', sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-SemiBold: 600;
  --line-height-base: 1.4;
  --letter-spacing-base: 0.01em;
  --Heading-H1: 32px;
  --Heading-H2: 24px;
  --Heading-H3: 20px;
  --Heading-H4: 17px;
  --Heading-H5: 16px;
  --Heading-H6: 15px;
  --Heading-H1-SubTitle: 13px;
  --Heading-H1-EN: 70px;
  --Heading-H1-JA: 32px;
  --body-medium-base: 15px;
  --Body-Small: 14px;
  --Body-X-Small: 13px;
  --Caption-X-Small: 13px;
  --Label-Medium: 16px;
  --Label-Small: 15px;
  --Label-X-Small: 14px;
  --Label-XX-Small: 13px;
  --navigation-medium-base: 15px;
  --Navigation-Small: 14px;
  --Navigation-X-Small: 13px;
  --Footer-Company: 13px;
  --Footer-Nav-Title: 16px;
  --Footer-Nav-Link: 16px;
  --Footer-Policy-Link: 14px;
  --Footer-Copyright: 12px;
  --Padding-Unique-XXX-Large:96px;
  --Padding-Unique-X-Large:48px;
  --Padding-Unique-XX-Large:64px;
  --Padding-Unique-Large:32px;
  --Padding-Unique-Medium:24px;
  --Padding-Unique-Small:16px;
  --Padding-Unique-X-Small:8px;
  --Padding-Unique-XX-Small:4px;
  --Padding-Card-Small:16px;
  --padding-layout-side-padding-products:16px;
  --padding-layout-side-padding-base:16px;
  --Padding-Layout-SectionInnermedium:32px;
  --Padding-Layout-SectionInnerlarge:80px;
  --Padding-Button-Label-XX-Small:4px;
  --Padding-Button-Label-Small:16px;
  --Padding-Button-Label-Medium:24px;
  --Padding-Button-Label-Large:32px;
  --Padding-Button-Label-X-Large:48px;
  --padding-button-label-small-adjustment:8px;
  --Padding-Card-Medium:24px;
  --Padding-Card-Small:16px;
  --H-Gap-X-Large:24px;
  --Corner-Radius-Circle:100vmax;
}
@media screen and (max-width: 767px) {
  :root {
    --Heading-H1: 26px;
    --Heading-H2: 23px;
    --Heading-H3: 18px;
    --Heading-H4: 17px;
    --Heading-H5: 16px;
    --Heading-H6: 15px;
    --Heading-H1-SubTitle: 13px;
    --Heading-H1-EN: 48px;
    --Heading-H1-JA: 26px;
    --body-medium-base: 15px;
    --Body-Small: 14px;
    --Body-X-Small: 13px;
    --Caption-X-Small: 13px;
    --Label-Medium: 15px;
    --Label-Small: 14px;
    --Label-X-Small: 13px;
    --Label-XX-Small: 13px;
    --navigation-medium-base: 15px;
    --Navigation-Small: 14px;
    --Navigation-X-Small: 13px;
    --Footer-Company: 13px;
    --Footer-Nav-Title: 15px;
    --Footer-Nav-Link: 15px;
    --Footer-Policy-Link: 13px;
    --Footer-Copyright: 13px;
    --padding-layout-side-padding-products:16px;
    --Padding-Layout-SectionInnerlarge:80px;
    --Padding-Layout-SectionInnermedium:32px;
  }
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family-base), "Microsoft YaHei", "メイリオ", Meiryo;
  font-size: var(--Label-Medium);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  color: var(--Object-Primary);
  background-color: var(--Background-Primary);
}

body {
  line-height: var(--line-height-base);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--Background-Modal);
  z-index: 200;
}
@media screen and (min-width: 768px), print {
  #screen {
    z-index: 999;
  }
}

/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
  }
}

.container {
  width: 100%;
  width: min(100%, 1248px);
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
}
.container--1000 {
  width: min(100%, 1048px);
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
  }
}
header.header_hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (hover: hover) {
  header a:hover {
    opacity: 1;
    color: var(--Brand-color-Primary);
    text-decoration: underline;
  }
}

.header {
  width: 100%;
}
.header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 48px 0;
  border-bottom: 1px solid var(--Line-Primary);
}
@media screen and (max-width: 767px) {
  .header_pc {
    background: var(--Background-Primary);
    display: block;
    padding: 0;
    position: relative;
    z-index: 10;
    line-height: 1;
  }
}
.header_pc_sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .header_pc_sites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 8px 24px 0px;
    gap: 10px;
    font-size: min(3.2vw, 12px);
  }
  .header_pc_sites span {
    display: none;
  }
}
.header_pc_sites a {
  padding-bottom: 8px;
}
.header_pc_sites .is-current {
  color: var(--Brand-color-Primary);
  border-bottom: 2px solid var(--Brand-color-Primary);
}
@media (hover: hover) {
  .header_pc_sites .is-current:hover {
    text-decoration: none;
  }
}
.header_pc_search {
  margin-left: auto;
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_pc_search {
    display: none;
  }
}
.header_pc_search::after {
  content: "";
  width: 1px;
  height: 17px;
  background: var(--Line-Primary);
  position: absolute;
  top: 2px;
  right: 0;
}
.header_pc_search_icon {
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}
.header_pc_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .header_pc_lang {
    display: none;
  }
}
.header_pc_lang .header_lang_icon {
  font-size: 15px;
}
.header_pc_lang .current {
  color: var(--Object-Disabled);
}
@media (hover: hover) {
  .header_pc_lang .current:hover {
    text-decoration: none;
  }
}
.header_pc_lang a {
  padding: 0 8px;
  position: relative;
}
.header_pc_lang a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 17px;
  background: var(--Line-Primary);
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 24px;
    background: var(--Background-Primary);
    position: relative;
    width: 100%;
    z-index: 2000;
  }
}
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 48px 0;
}
@media screen and (max-width: 767px) {
  .header_main {
    display: contents;
  }
}
.header_logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 16px;
}
@media screen and (max-width: 767px) {
  .header_logo-wrap {
    gap: 4px 8px;
  }
}
.header_logo {
  display: block;
}
.header_logo img {
  display: block;
  width: 138px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header_logo img {
    width: 109px;
  }
}
.header_company {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header_company {
    font-size: 11px;
  }
}
.header_sp_actions {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_sp_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.header_sp_contact {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/header_sp_contact.svg) no-repeat center/contain;
}
.header_sp_contact.hide {
  display: none;
}

.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    --menu-width: 28px;
    --menu-height: 28px;
    --menu-bar-color:var(--Object-Primary);
    --menu-bar-width:20px;
    --menu-bar-height:2px;
    --menu-bar-gap:6px;
    display: block;
    width: var(--menu-width);
    height: var(--menu-height);
    z-index: 2000;
    position: relative;
  }
  .menu .icon {
    display: block;
    width: var(--menu-bar-width);
    height: var(--menu-bar-height);
    background: var(--menu-bar-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: var(--menu-bar-width);
    height: var(--menu-bar-height);
    background: var(--menu-bar-color);
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: calc(-1 * var(--menu-bar-gap));
  }
  .menu .icon::after {
    bottom: calc(-1 * var(--menu-bar-gap));
  }
  .menu .icon.active {
    width: 25px;
    background: transparent;
  }
  .menu .icon.active::before, .menu .icon.active::after {
    width: 25px;
  }
  .menu .icon.active::before {
    -webkit-transform: rotate(-145deg);
            transform: rotate(-145deg);
    top: 0;
  }
  .menu .icon.active::after {
    -webkit-transform: rotate(145deg);
            transform: rotate(145deg);
    bottom: 0;
  }
}

#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #gnav {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100dvh;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  #gnav.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
#gnav .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #gnav .header_nav {
    border-top: 1px solid var(--Line-Primary);
    display: block;
    width: 100%;
  }
}
#gnav .header_nav_item {
  padding: 8px 0 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #gnav .header_nav_item {
    padding: 24px 0;
    width: 100%;
    font-weight: 500;
  }
  #gnav .header_nav_item:not(:last-child) {
    position: relative;
    border-bottom: 1px solid var(--Line-Primary);
  }
  #gnav .header_nav_item:not(:last-child)::after {
    content: "";
    width: 16px;
    border-bottom: 1px solid var(--Brand-color-Primary);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  #gnav .header_nav_item.header_menu_item_dropdown {
    cursor: pointer;
  }
}
#gnav .header_nav_item.header_menu_item_dropdown.is_open {
  position: relative;
}
#gnav .header_nav_item.header_menu_item_dropdown.is_open::before {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--Brand-color-Primary);
  position: absolute;
  bottom: 0;
  left: 0;
}
#gnav .header_nav_item.header_menu_item_dropdown.is_open > span {
  color: var(--Brand-color-Primary);
}
#gnav .header_nav_item.header_menu_item_dropdown .arrow_nav::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  #gnav .header_nav_item.header_menu_item_dropdown .arrow_nav.sp_open::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #gnav .header_nav_item.header_menu_item_dropdown .arrow_nav.sp_close::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (hover: hover) {
  #gnav .header_nav_item.header_menu_item_dropdown:hover .arrow_nav::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#gnav .header_nav a:not(.header_mega_menu_btn).arrow::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav .header_nav a:not(.header_mega_menu_btn).arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #gnav .header_nav a:not(.header_mega_menu_btn).arrow::after {
    display: block;
  }
}
#gnav .header_nav .arrow_external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px), print {
  #gnav .header_nav .arrow_external {
    gap: 4px;
  }
  #gnav .header_nav .arrow_external::after {
    content: "";
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow_external.svg") no-repeat center/contain;
  }
}
#gnav .header_mega_menu {
  border-top: 1px solid var(--Line-Primary);
  background: var(--Background-Secondary);
  display: none;
  width: 100%;
  padding: 40px 24px;
  position: fixed;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #gnav .header_mega_menu {
    border-top: none;
    position: static;
    padding: 0;
  }
}
#gnav .header_mega_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  width: min(100%, 966px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #gnav .header_mega_menu_inner {
    display: block;
  }
}
#gnav .header_mega_menu_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--Object-Primary-Reverse);
  border: 1px solid var(--Line-Primary);
  width: 290px;
  padding: 16px;
}
@media (hover: hover) {
  #gnav .header_mega_menu_btn:hover {
    border-color: var(--Object-Attention);
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #gnav .header_mega_menu_btn {
    display: none;
  }
}
#gnav .header_mega_menu_list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 48px;
}
@media screen and (max-width: 767px) {
  #gnav .header_mega_menu_list {
    display: block;
  }
}
#gnav .header_mega_menu_list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (hover: hover) {
  #gnav .header_mega_menu_list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #gnav .header_mega_menu_list a {
    margin-top: 16px;
    font-weight: normal;
  }
}
#gnav .header_mega_menu_list a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #gnav .header_mega_menu_list a:after {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  #gnav .header_contact {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 137px;
    padding: 11px 0;
    background: var(--Brand-color-Primary);
    color: var(--Object-Primary-Reverse) !important;
    border: 1px solid var(--Brand-color-Primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    border-radius: 2px;
    position: relative;
  }
  #gnav .header_contact::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow_external_wht.svg") no-repeat center/contain;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 10px;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  #gnav .header_contact:hover {
    text-decoration: none;
    background: var(--Object-Primary-Reverse);
    color: var(--Brand-color-Primary) !important;
  }
  #gnav .header_contact:hover::after {
    background: url("../img/icon_arrow_external.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  #gnav .header_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border: 1px solid currentColor;
    background: var(--Brand-color-Primary);
    border-radius: 4px;
    width: min(100%, 384px);
    margin: 0 auto;
    padding: 17px 16px;
    padding-right: 55px !important;
    font-size: var(--Label-Medium);
    font-weight: 500;
    line-height: 1;
    color: var(--Object-Primary-Reverse);
    position: relative;
  }
  #gnav .header_contact:has(.btn_icon) {
    padding: 15px 16px;
  }
  #gnav .header_contact::after {
    content: "";
    width: 36px;
    height: 15px;
    background-image: url("../img/icon_arrow_external_wht.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
    border-left: 1px solid currentColor;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 16px;
  }
  #gnav .header_contact.external::after {
    background-image: url("../img/icon_arrow_external_wht.svg");
  }
  #gnav .header_contact:hover {
    text-decoration: none;
  }
}
#gnav .header_search_panel {
  background: var(--Background-Secondary);
  display: none;
  width: 100%;
  padding: 40px 45px;
  position: fixed;
  left: 0;
  z-index: 1000;
}
#gnav .header_search_panel.is_open {
  display: block;
}
@media screen and (max-width: 767px) {
  #gnav .header_search_panel {
    display: block;
    padding: 0;
    margin-top: 24px;
    position: static;
  }
}
#gnav .header_search_panel_inner {
  width: min(100%, 848px);
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  #gnav .header_search_panel_inner {
    width: min(100%, 384px);
    padding: 0;
  }
}
#gnav .header_search_panel .header_search_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--Background-Primary);
  border: 1px solid var(--Brand-color-Primary);
  border-radius: 4px;
  height: 52px;
  padding-left: 16px;
  position: relative;
}
#gnav .header_search_panel input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  color: var(--Object-Primary);
}
#gnav .header_search_panel .header_search_submit {
  background: none;
  border: none;
  width: 49px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon_search.svg") no-repeat center right 16px/14px;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#gnav .header_search_panel .header_search_submit::before {
  content: "";
  height: 15px;
  border-left: 1px solid var(--Line-Primary);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  #gnav .header_search_panel .header_search_submit {
    width: 52px;
  }
}
#gnav .header_search_panel .header_search_close {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 45px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gnav .header_search_panel .header_search_close {
    display: none;
  }
}
#gnav .gnav_pc_wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  #gnav .gnav_pc_wrap {
    display: block;
    background: var(--Background-Secondary);
    padding: 130px 24px 24px;
  }
}
#gnav .gnav_sp_lang {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav .gnav_sp_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--font-family-en);
  }
}
#gnav .gnav_sp_lang a {
  padding: 6px 24px;
  position: relative;
  line-height: 1;
}
#gnav .gnav_sp_lang a:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 20px;
  background: var(--Line-Primary);
  position: absolute;
  top: 2px;
  right: 0;
}
#gnav .gnav_sp_lang a.current {
  color: var(--Object-Disabled);
}
#gnav .gnav_sp_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav .gnav_sp_wrap {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
    background: var(--Background-Primary);
    padding: 32px 24px;
    font-size: 14px;
  }
  #gnav .gnav_sp_wrap a {
    display: block;
    width: 100%;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

/* ▼ パンくず
--------------------------------------- */
#path {
  width: min(100%, 1248px);
  margin: 0 auto;
  padding: 8px 24px;
}
@media screen and (max-width: 767px) {
  #path {
    padding-right: 0;
  }
}
#path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 24px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 24px;
}
@media screen and (min-width: 768px), print {
  #path ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#path ol::-webkit-scrollbar {
  display: none;
}
#path li {
  font-size: var(--Label-X-Small);
  color: #959595;
  line-height: 1;
  min-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#path li:not(:last-child) {
  position: relative;
}
#path li:not(:last-child)::after {
  content: "";
  background: url(../img/arrow_path.svg) no-repeat center/16px;
  width: 24px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#path li a {
  color: var(--Object-Primary);
  text-decoration: underline;
}
@media (hover: hover) {
  #path li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

/* ▼ 各ページ共通
--------------------------------------- */
.subject {
  width: min(100%, 1248px);
  margin: 0 auto;
  padding: 40px 24px 0;
}
@media screen and (max-width: 767px) {
  .subject {
    padding-top: 24px;
  }
}

.heading_title_en {
  font-family: var(--font-family-en);
  font-weight: 400;
  font-size: var(--Heading-H1-EN);
  line-height: 1;
  color: var(--Brand-color-Primary);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .heading_title_en {
    font-size: 48px;
  }
}
@media screen and (max-width: 374px) {
  .heading_title_en {
    font-size: 40px;
  }
}

.heading_H1 {
  font-size: var(--Heading-H1);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .heading_H1 {
    margin-bottom: 24px;
  }
}

.heading_H2 {
  margin-bottom: 32px;
  padding-left: 20px;
  font-size: var(--Heading-H2);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading_H2 {
    margin-bottom: 24px;
  }
}
.heading_H2::before {
  content: "";
  background: var(--Brand-color-Primary);
  border-radius: 4px;
  width: 4px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.heading_H3 {
  background: #EAEFF8;
  font-size: var(--Heading-H3);
  padding: 10px 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .heading_H3 {
    margin-bottom: 24px;
  }
}

.btn,
a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 1px solid currentColor;
  background: var(--Brand-color-Primary);
  border-radius: 4px;
  width: min(100%, 384px);
  padding: 17px 16px;
  padding-right: 55px !important;
  font-size: var(--Label-Medium);
  font-weight: 500;
  line-height: 1;
  color: var(--Object-Primary-Reverse);
  position: relative;
}
.btn:has(.btn_icon),
a.btn:has(.btn_icon) {
  padding: 15px 16px;
}
.btn::after,
a.btn::after {
  content: "";
  width: 36px;
  height: 20px;
  background-image: url("../img/icon_arrow_wht.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px;
  border-left: 1px solid currentColor;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
}
.btn.external::after,
a.btn.external::after {
  background-image: url("../img/icon_arrow_external_wht.svg");
}
.btn.large,
a.btn.large {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .btn.large,
  a.btn.large {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.btn.large::after,
a.btn.large::after {
  width: 40px;
  height: 24px;
}
.btn.center,
a.btn.center {
  margin: 0 auto;
}
.btn.line::before,
a.btn.line::before {
  content: "";
  background-color: var(--Brand-color-Primary);
  width: 2px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .btn.line.sp-none::before,
  a.btn.line.sp-none::before {
    display: none;
  }
}
.btn.wide,
a.btn.wide {
  width: 100%;
  padding-right: 71px !important;
}
.btn.fw400,
a.btn.fw400 {
  font-weight: var(--font-weight-regular);
}
.btn.underline,
a.btn.underline {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 50%);
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .btn:hover,
  a.btn:hover {
    opacity: 1;
    background: var(--Object-Primary-Reverse);
    color: var(--Brand-color-Primary);
  }
  .btn:hover::after,
  a.btn:hover::after {
    background-image: url("../img/icon_arrow.svg");
  }
  .btn:hover.external::after,
  a.btn:hover.external::after {
    background-image: url("../img/icon_arrow_external.svg");
  }
}
.btn.wht,
a.btn.wht {
  background: var(--Background-Primary);
  color: var(--Object-Primary);
  border-color: var(--Line-Primary);
}
.btn.wht::after,
a.btn.wht::after {
  background-image: url("../img/icon_arrow.svg");
  border-color: var(--Line-Primary);
}
.btn.wht.external::after,
a.btn.wht.external::after {
  background-image: url("../img/icon_arrow_external.svg");
}
@media (hover: hover) {
  .btn.wht:hover,
  a.btn.wht:hover {
    color: var(--Object-Attention);
    border-color: var(--Object-Attention);
  }
  .btn.wht:hover::after,
  a.btn.wht:hover::after {
    border-color: var(--Object-Attention);
  }
}
.btn.gray,
a.btn.gray {
  background: #A2A9B3;
  border-color: #A2A9B3;
}
@media (hover: hover) {
  .btn.gray:hover,
  a.btn.gray:hover {
    background: var(--Object-Primary-Reverse);
    border-color: var(--Object-Attention);
  }
}

.btn_icon {
  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;
  background-color: var(--Background-Secondary);
  border-radius: 2px;
  width: 56px;
  height: 56px;
}

a.link {
  color: var(--Brand-color-Primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

a.map_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: var(--Brand-color-Primary) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a.map_link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../../common/img/icon_arrow_external.svg) no-repeat center center/contain;
}

.arrow, .arrow_external, .arrow_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.arrow::after, .arrow_external::after, .arrow_nav::after {
  content: "";
  background-color: var(--Background-Secondary);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--Line-Primary);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow::after {
  background-image: url("../img/icon_arrow.svg");
}

.arrow[target=_blank]::after, .arrow_external::after {
  background-image: url("../img/icon_arrow_external.svg");
}

.arrow_nav::after {
  background-color: var(--Background-Primary);
  background-image: url("../img/icon_arrow_nav.svg");
}

.pagination_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .pagination_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 32px auto 0;
    width: min(100%, 279px);
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-bottom: 42px;
    position: relative;
  }
}

.page-item:not(.page-item-prev):not(.page-item-next) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-item.active .page-link {
  width: 36px;
  height: 36px;
  background-color: var(--Brand-color-Primary);
  border-radius: 4px;
  color: var(--Object-Primary-Reverse);
  cursor: default;
}
.page-item.active .page-link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-item.page-item-prev, .page-item.page-item-next {
    position: absolute;
    bottom: 0;
  }
}
.page-item.page-item-prev .page-link, .page-item.page-item-next .page-link {
  gap: 8px;
  text-decoration: none;
  font-family: var(--font-family-base);
  font-size: var(--Label-Medium);
  text-decoration: underline;
}
@media (hover: hover) {
  .page-item.page-item-prev .page-link:hover, .page-item.page-item-next .page-link:hover {
    text-decoration: none;
  }
}
.page-item.page-item-next {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .page-item.page-item-next {
    margin: 0;
    right: 0;
  }
}
.page-item.page-item-next .page-link::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-item.page-item-prev {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .page-item.page-item-prev {
    margin: 0;
    left: 0;
  }
}
.page-item.page-item-prev .page-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-item.page-item-prev .page-link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-link {
  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;
  font-family: var(--font-family-en);
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  min-width: 30px;
  height: 36px;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-link {
    font-size: 14px;
  }
}
.page-link-ellipsis {
  color: var(--Object-Secondary);
  cursor: default;
  min-width: 0;
}
.page-link-ellipsis:hover {
  opacity: 1;
}

.u-section {
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .u-section {
    padding-block: 32px;
  }
}
.u-section.--bottom {
  padding-block: 0 60px;
}
@media screen and (max-width: 767px) {
  .u-section.--bottom {
    padding-block: 32px;
  }
}

.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: var(--Heading-H2);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 24px;
  }
}
.section_title::before {
  content: "";
  width: 4px;
  height: inherit;
  background: var(--Brand-color-Primary);
  border-radius: 4px;
}

.section_sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: var(--Heading-H3);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section_sub_title {
    gap: 16px;
  }
}
.section_sub_title::before {
  content: counter(number);
  width: 50px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--Brand-color-Primary);
  border-radius: 50%;
  color: var(--Object-Primary-Reverse);
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: var(--font-weight-medium);
}

.alpha_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.alpha_title::before {
  content: counter(alpha, upper-alpha) ". ";
  width: 40px;
  color: var(--Brand-color-Primary);
  font-size: 20px;
  font-weight: var(--font-weight-SemiBold);
  line-height: 1.4;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッターお問い合わせ
====================================================== */
.footer_contact {
  background: var(--Background-Primary-Base);
  border-radius: 24px;
  padding: 60px 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    padding: 24px;
    margin-top: 56px;
  }
}
.footer_contact_wrap {
  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;
  border-radius: 4px;
  gap: 24px;
  background: -webkit-gradient(linear, left top, right top, color-stop(53%, #125CD3), to(#8EB9FF));
  background: linear-gradient(90deg, #125CD3 53%, #8EB9FF 100%);
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 40px 48px;
  color: var(--Object-Primary-Reverse);
}
@media screen and (max-width: 767px) {
  .footer_contact_wrap {
    background-image: -webkit-gradient(linear, left top, right top, from(#125cd3), color-stop(57%, #125cd3), color-stop(80%, #558feb), to(#8eb9ff));
    background-image: linear-gradient(90deg, #125cd3, #125cd3 57%, #558feb 80%, #8eb9ff);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 16px;
  }
}
.footer_contact_block_title {
  font-size: 40px;
  font-family: var(--font-family-en);
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--Object-Primary-Reverse);
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .footer_contact_block_title {
    font-size: 36px;
  }
}
.footer_contact_block_text {
  font-size: var(--Heading-H5);
  font-weight: 500;
}

/* ▼▼▼ フッターメイン
====================================================== */
footer {
  background: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 48px;
  }
}
@media (hover: hover) {
  footer a:hover {
    opacity: 1;
    text-decoration: underline;
    color: var(--Brand-color-Primary);
  }
}

.footer_main_inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 24px;
  gap: 32px;
  width: min(100%, 1248px);
  padding: 0 24px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer_main_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 0 24px 30px;
  }
}
.footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .footer_brand {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-row: auto;
  }
}
.footer_logo {
  display: inline-block;
}
.footer_logo img {
  display: block;
  width: 200px;
}
.footer_company {
  font-size: var(--Footer-Company);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer_company {
    margin-bottom: 8px;
  }
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer_sns_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: var(--Footer-Nav-Link);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.footer_sns_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer_sns_icon.instagram {
  background-image: url("../img/icon_ig.svg");
}
.footer_sns_icon.facebook {
  background-image: url("../img/icon_fb.svg");
}
.footer_sns_icon.x {
  background-image: url("../img/icon_x.svg");
}
.footer_sns_icon.youtube {
  background-image: url("../img/icon_yt.svg");
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 48px;
  width: min(100%, 785px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.footer_nav_col {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #f0f0f0;
  position: relative;
}
.footer_nav_col::before {
  content: "";
  border-top: 1px solid var(--Brand-color-Primary);
  width: 16px;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer_nav_col {
    gap: 16px 0;
    padding-top: 24px;
  }
  .footer_nav_col:last-of-type {
    padding-top: 0;
    margin-top: -8px;
    border: none;
  }
  .footer_nav_col:last-of-type::before {
    display: none;
  }
}
.footer_nav_item {
  font-size: var(--Footer-Nav-Title);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
.footer_nav_item .arrow_icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_nav_item {
    margin-top: 0;
  }
  .footer_nav_item:has(.arrow_icon) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .footer_nav_item.sp_close .arrow_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer_nav_item a {
    width: 100%;
  }
  .footer_nav_item .arrow_icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    border: 1px solid var(--Line-Primary);
    border-radius: 2px;
    background-image: url("../img/icon_arrow_nav.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .footer_nav_list {
    display: none;
    margin-top: 0;
  }
  .footer_nav_list li:not(:first-child) {
    margin-top: 16px;
  }
}
.footer_related {
  background: #f8f8f8;
  border-radius: 2px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .footer_related {
    grid-template-columns: 1fr;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
    margin: 0 -24px;
  }
}
.footer_related_block {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.footer_related_block h3 {
  font-size: var(--Footer-Nav-Title);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--Brand-color-Primary);
  margin-bottom: 16px;
}
.footer_related_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  padding-left: 16px;
  border-left: 1px solid var(--Line-Primary);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer_related_block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_related_block a {
  font-size: var(--Footer-Nav-Link);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.footer_related_block a::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 16px;
  height: 16px;
  background: url("../img/icon_arrow_external_blk.svg") no-repeat center/contain;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  margin-left: 2px;
}
@media (hover: hover) {
  .footer_related_block a:hover::after {
    background-image: url("../img/icon_arrow_external.svg");
  }
}
@media screen and (max-width: 767px) {
  .footer_related_block {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.footer_bottom {
  background: var(--Object-Primary);
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 12px 24px;
  }
}
.footer_bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 16px;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.footer_bottom_inner a {
  font-size: var(--Footer-Policy-Link);
  font-weight: 400;
  line-height: 1.6;
  color: var(--Object-Primary-Reverse) !important;
  text-decoration: none !important;
}
@media (hover: hover) {
  .footer_bottom_inner a:hover {
    text-decoration: underline !important;
  }
}
.footer_bottom_inner a.external::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url(../img/icon_arrow_external_wht.svg) no-repeat center/contain;
  background-size: 16px;
}
.footer_copyright {
  width: min(100%, 1200px);
  margin: 8px auto 0;
  font-family: var(--font-family-en);
  font-size: var(--Footer-Copyright);
  line-height: 1.4;
  color: var(--Object-Disabled);
}

/* クッキー同意ダイアログ
--------------------------------------- */
.cookie_dialog {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--Background-Primary);
  -webkit-box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  display: none;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .cookie_dialog {
    padding: 32px 0px 16px;
  }
}
.cookie_dialog .container {
  position: relative;
}
.cookie_dialog .btn_area {
  max-width: 1030px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .cookie_dialog .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.cookie_dialog .btn_area .cookie_dialog_text {
  font-size: var(--Caption-X-Small);
}
.cookie_dialog .btn_area .gradient_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--Object-Attention);
  background: url(../img/icon_arrow.svg) no-repeat center right 20px/20px;
  border-radius: var(--Corner-Radius-Circle);
  width: 184px;
  height: 34px;
  color: var(--Object-Attention);
  font-weight: 500;
  text-align: center;
}
@media (hover: hover) {
  .cookie_dialog .btn_area .gradient_btn:hover {
    opacity: 1;
    background-color: var(--Object-Attention);
    background-image: url(../img/icon_arrow_wht.svg);
    color: var(--Object-Primary-Reverse);
  }
}
.cookie_dialog_close {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 24px;
  background-color: transparent;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .cookie_dialog_close {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 5px;
    right: 16px;
  }
}
.cookie_dialog_close::before {
  content: "×";
  display: block;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: var(--Brand-color-Primary);
  bottom: 15px;
  right: 20px;
  z-index: 200;
  position: fixed;
  cursor: pointer;
}
.pagetop::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow_wht.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* ▼▼▼ 医療従事者アラート
======================================================*/
.medical-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.medical-alert.is_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.medical-alert_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 55, 59, 0.75);
}
.medical-alert_content {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .medical-alert_content {
    width: 100%;
    max-width: 960px;
  }
}
.medical-alert_inner {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 48px 24px;
}
@media screen and (min-width: 768px), print {
  .medical-alert_inner {
    padding: 40px 48px;
  }
}
.medical-alert_heading {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .medical-alert_heading {
    margin-bottom: 48px;
  }
}
.medical-alert_title {
  font-weight: 500;
  font-size: var(--Heading-H2);
  text-align: center;
}
.medical-alert_text {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .medical-alert_text {
    margin-bottom: 48px;
    text-align: center;
  }
}
.medical-alert_question {
  font-weight: 500;
  font-size: var(--Heading-H4);
  text-align: center;
  margin-bottom: 32px;
}
.medical-alert_buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px), print {
  .medical-alert_buttons {
    width: auto;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.medical-alert_button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: var(--Navigation-medium-base);
  text-align: center;
  border-radius: 100vmax;
  padding: 12px 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #109CF3;
  border: 1px solid var(--Line-Primary);
  max-width: 140px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .medical-alert_button {
    max-width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.medical-alert_button:hover {
  opacity: 1;
  background: radial-gradient(circle at 8% 50%, rgb(16, 156, 243) 25%, rgb(104, 176, 255) 64%, rgb(143, 202, 255) 90%, rgb(175, 224, 255) 100%);
  color: #FFFFFF;
}

/* 印刷用設定
--------------------------------------- */
@media print {
  :root {
    --Brand-color-Primary: #125CD3;
    --Object-Primary: #2E2F32;
    --Object-Primary-Reverse: #FFFFFF;
    --Object-Secondary: #959595;
    --Object-Tertiary: #125CD3;
    --Object-Disabled: #959595;
    --Object-Disabled-on-Quaternary: #959595;
    --Object-Attention: #125CD3;
    --Background-Primary: #FFFFFF;
    --Background-Primary-Base: #F0F0F0;
    --Background-Secondary: #F8F8F8;
    --Background-Tertiary: #E4E4E4;
    --Background-Quaternary: #D9D9D9;
    --Background-Modal: rgba(170, 170, 170, 0.5);
    --Background-Attention: #E4E4E4;
    --Line-Primary: #E4E4E4;
    --Line-Secondary: #959595;
    --Line-Tertiary: #D9D9D9;
    --Line-Primary-Reverse: #FFFFFF;
    --Line-Icon-Primary: #2E2F32;
    --Line-Disabled: #D9D9D9;
    --Line-Attention: #125CD3;
    --font-family-base: 'Zen Kaku Gothic New', sans-serif;
    --font-family-en: 'Montserrat', sans-serif;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --line-height-base: 1.4;
    --letter-spacing-base: 0.01em;
    --Heading-H1: 32px;
    --Heading-H2: 24px;
    --Heading-H3: 20px;
    --Heading-H4: 17px;
    --Heading-H5: 16px;
    --Heading-H6: 15px;
    --Heading-H1-SubTitle: 13px;
    --Heading-H1-EN: 70px;
    --Heading-H1-JA: 32px;
    --body-medium-base: 15px;
    --Body-Small: 14px;
    --Body-X-Small: 13px;
    --Caption-X-Small: 13px;
    --Label-Medium: 16px;
    --Label-Small: 15px;
    --Label-X-Small: 14px;
    --Label-XX-Small: 13px;
    --navigation-medium-base: 15px;
    --Navigation-Small: 14px;
    --Navigation-X-Small: 13px;
    --Footer-Company: 13px;
    --Footer-Nav-Title: 16px;
    --Footer-Nav-Link: 16px;
    --Footer-Policy-Link: 14px;
    --Footer-Copyright: 12px;
    --H-Gap-X-Large:24px;
    --Corner-Radius-Circle:100vmax;
  }
  #wrapper {
    position: relative !important;
    min-width: 1440px;
    width: 100%;
  }
  body {
    zoom: 70%;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    color: #000;
    font-size: var(--body-medium-base);
  }
  #main {
    padding-top: 116px;
  }
  header {
    position: absolute;
  }
  .footer_contact, footer {
    position: relative;
  }
  #gnav {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .cookie_dialog {
    display: none !important;
  }
  div p,
  div h1,
  div h2,
  div h3,
  div h4,
  div h5,
  div h6 {
    /* 改ページ前のページ末尾に書かれるべき最低行数 */
    orphans: 3;
    /* 改ページ後のページ先頭に書かれるべき最低行数 */
    widows: 3;
  }
  div h1,
  div h2,
  div h3,
  div h4,
  div h5,
  div h6 {
    page-break-after: avoid;
  }
  div table,
  div img,
  div pre,
  div blockquote {
    page-break-inside: avoid;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .network_contact_number a {
    white-space: nowrap;
  }
  .og-recruit_img_wrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .og-recruit_img_wrap a {
    background-color: #fff;
  }
}