@charset "UTF-8";
/* =====================================================
            scss設定用ファイル
 =====================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  font-size: 62.5%;
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/*
 * Add the correct display in all browsers.
 */
/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/**
 * Add the correct display in IE 10.
 */
/* ======================================================
  reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-align: justify;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog[open]::-ms-backdrop {
  opacity: 1;
}
dialog[open], dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  dialog[open]::-ms-backdrop {
    opacity: 0;
  }
  dialog[open],
  dialog[open]::backdrop {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
/* フォント定義域 */
/* よく使う400〜700を定義  variableフォントはなんかバグりやすいのでやめる。うまい書き方が見つかったら試す*/
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url(../fonts/ZenOldMincho-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url(../fonts/ZenOldMincho-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url(../fonts/ZenOldMincho-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url(../fonts/ZenOldMincho-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url(../fonts/ZenOldMincho-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #3B3B3C;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1200px) {
  body {
    line-height: 2.1em;
    font-size: 1.5rem;
  }
}

/* =====================================================
              全ページ共通パーツ用ファイル
 =====================================================*/
:root {
  interpolate-size: allow-keywords;
}

.scroll_to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  --scrolle-color:#0064B6;
}
.scroll_to_top._english {
  --scrolle-color:#00A1D1;
}
.scroll_to_top a {
  position: relative;
  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: #fff;
  container-type: inline-size;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .scroll_to_top a {
    width: 80px;
  }
}
@media screen and (min-width: 992px) {
  .scroll_to_top a {
    width: 100px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .scroll_to_top a:hover {
    background-color: var(--scrolle-color);
  }
  .scroll_to_top a:hover .arrow {
    border-color: #fff;
    translate: -50% -5px;
  }
  .scroll_to_top a:hover .text {
    color: #fff;
  }
}
.scroll_to_top a .arrow {
  position: absolute;
  top: 15px;
  left: 50%;
  translate: -50% 0%;
  width: 20px;
  height: 20px;
  border-top: solid 1px var(--scrolle-color);
  border-right: solid 1px var(--scrolle-color);
  rotate: -45deg;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media screen and (min-width: 768px) {
  .scroll_to_top a .arrow {
    top: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .scroll_to_top a .arrow {
    top: 20px;
    width: 25px;
    height: 25px;
  }
}
.scroll_to_top a .text {
  font-size: 15cqi;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  color: var(--scrolle-color);
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.scroll_to_top._active {
  visibility: visible;
  opacity: 1;
}

#footer {
  --footer-color:#0064B6;
  position: relative;
  background-color: var(--footer-color);
  padding-inline: 35px;
  padding-block: 60px 0px;
}
@media screen and (min-width: 576px) {
  #footer {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #footer {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding-block: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer::before {
    content: "";
    position: absolute;
    top: 30px;
    right: calc((100vw - 1100px) / 2 - 100px);
    width: 558px;
    height: 371px;
    background-image: url(../img/common/footer_bg.webp);
    background-size: cover;
    opacity: 0.1;
  }
}
#footer._english {
  --footer-color:#00A1D1;
}
#footer._english::before {
  opacity: 0.2;
}
#footer._english .footer_goolemap_link {
  min-width: 116px;
  padding-inline: 42px;
}
#footer._english .nav_list_column_child_item {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}

.footer_inner {
  max-width: 1100px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer_head_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 25px;
  }
}

.footer_logo {
  width: 100px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    margin: 0;
    width: 120px;
  }
}

.footer_head_body {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .footer_head_body {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.footer_head_body_title .title_sub {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.footer_head_body_title .title_main {
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}

.footer_address {
  font-family: "Noto Sans JP";
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  font-size: 1.2rem;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  letter-spacing: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .footer_address:hover a[href^=tel] {
    cursor: none;
    pointer-events: none;
  }
}
.footer_address a[href^=tel] {
  color: #ffffff;
}

.footer_goolemap_link {
  position: relative;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: var(--footer-color);
  padding-block: 4px;
  padding-inline: 12px 35px;
  line-height: 1.5;
  border-radius: 15px;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: solid 1px var(--footer-color);
  text-align: center;
}
.footer_goolemap_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url(../img/common/blank.svg);
          mask-image: url(../img/common/blank.svg);
  background-color: var(--footer-color);
  translate: 0 -50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_goolemap_link:hover {
    border-color: #fff;
    background-color: var(--footer-color);
    color: #fff;
  }
  .footer_goolemap_link:hover::before {
    background-color: #fff;
    translate: 5px -60%;
  }
}

.footer_nav_block {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .footer_nav_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    container-type: inline-size;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(6.9546120059cqi, 95px);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .footer_nav_block::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 32.7272727273cqi;
    width: 2px;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.2);
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_nav_block::before {
    height: 160px;
  }
}

.footer_nav_block_wrapper {
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .footer_nav_block_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer_nav_block_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .footer_nav_block_wrapper {
    max-width: 692px;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .nav_list_column {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (min-width: 1200px) {
  .nav_list_column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav_list_column + .nav_list_column {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .nav_list_column + .nav_list_column {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.nav_list_column_item {
  position: relative;
  -webkit-padding-start: 13px;
          padding-inline-start: 13px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.nav_list_column_item:not(._no_arrow)::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  translate: 0 -50%;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .nav_list_column_item:hover a::after {
    width: 100%;
  }
  .nav_list_column_item:hover a[target=_blank]::before {
    translate: 3px -60%;
  }
}
.nav_list_column_item a {
  position: relative;
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.5;
}
.nav_list_column_item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.nav_list_column_item a[target=_blank]::before {
  content: "";
  position: absolute;
  top: 55%;
  right: -14px;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url(../img/common/blank.svg);
          mask-image: url(../img/common/blank.svg);
  background-color: #fff;
  translate: 0 -50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.nav_list_column_item + .nav_list_column_item {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .nav_list_column_item + .nav_list_column_item {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}

.nav_list_cplumn_child_list {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .nav_list_cplumn_child_list {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.nav_list_column_child_item {
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
  position: relative;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .nav_list_column_child_item {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav_list_column_child_item:hover::after {
    width: calc(100% - 13px);
  }
}
.nav_list_column_child_item a {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
}
.nav_list_column_child_item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 13px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.nav_list_column_child_item::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 13px;
  translate: 0 0%;
  width: 5px;
  height: 1px;
  background-color: #fff;
}
.nav_list_column_child_item + .nav_list_column_child_item {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .nav_list_column_child_item + .nav_list_column_child_item {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.footer_nav_btn_block {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .footer_nav_btn_block {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    border-top: none;
    width: 28.1818181818cqi;
    max-width: 310px;
  }
}

.footer_nav_contact_btn {
  --button-color:#1D2A53;
  display: block;
  position: relative;
  border-radius: 10px;
  width: 100%;
  padding-block: 25px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  border: solid 1px var(--button-color);
  max-width: 310px;
  margin-inline: auto;
  background-color: #fff;
}
.footer_nav_contact_btn._english {
  --button-color:#003053;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav_contact_btn:hover::before {
    translate: 100% 0;
  }
  .footer_nav_contact_btn:hover span {
    color: var(--button-color);
  }
  .footer_nav_contact_btn:hover span::before {
    background-color: var(--button-color);
  }
}
.footer_nav_contact_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button-color);
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.footer_nav_contact_btn span {
  position: relative;
  font-size: 2rem;
  color: #fff;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer_nav_contact_btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  translate: 0 -50%;
  width: 20px;
  height: 15px;
  -webkit-mask-image: url(../img/common/mail.svg);
          mask-image: url(../img/common/mail.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.footer_bottom_block {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
}
@media screen and (min-width: 992px) {
  .footer_bottom_block {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 15px;
  }
}
.footer_bottom_block .nav_list_column {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer_bottom_block .nav_list_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    gap: 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_bottom_block .nav_list_column .nav_list_column_item {
  line-height: 1.5;
}
.footer_bottom_block .nav_list_column .nav_list_column_item::before {
  top: 0.9em;
}
.footer_bottom_block .nav_list_column .nav_list_column_item a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer_bottom_block .nav_list_column .nav_list_column_item {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.footer_bottom_block .nav_list_column .nav_list_column_item + .nav_list_column_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_bottom_block .nav_list_column .nav_list_column_item + .nav_list_column_item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    translate: 0 -40%;
  }
}

.footer_sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer_sns_link {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    gap: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer_sns_link {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.footer_sns_link .sns_text {
  content-visibility: hidden;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_sns_link .sns_text {
    content-visibility: visible;
  }
}
.footer_sns_link .sns_icon {
  width: 22px;
  height: 22px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .footer_sns_link .sns_icon:hover img {
    scale: 1.2;
  }
}
.footer_sns_link .sns_icon img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.copyright {
  font-size: 1rem;
  display: block;
  background-color: #00549A;
  width: calc(100% + 70px);
  text-align: center;
  padding-block: 3px;
  margin-inline: -35px;
  color: #fff;
  font-weight: 500;
}
.copyright._english {
  background-color: #003053;
}
@media screen and (min-width: 768px) {
  .copyright {
    width: calc(100% + 80px);
    margin-inline: -40px;
  }
}
@media screen and (min-width: 992px) {
  .copyright {
    width: calc(100% + 120px);
    margin-inline: -60px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  --header-main-color:#0064B6;
}
#header._english {
  --header-main-color:#00A1D1;
}
@media screen and (min-width: 1200px) {
  #header._english .header_title {
    max-width: 360px;
    width: 360px;
  }
}
#header._english .header_company_name::first-line {
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  #header._english .header_company_name::first-line {
    font-size: 2rem;
  }
}

.header_inner {
  --background-color:#ffffff;
  --border-color:#f0f0f0;
  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-inline: 20px;
  padding-block: 12px;
  container-type: inline-size;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: var(--background-color);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header_inner {
    border-bottom: solid 1px var(--border-color);
  }
}

.header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  width: 100%;
  max-width: 316px;
  container-type: inline-size;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  .header_title {
    width: 22.4011713031cqi;
    gap: 0 1.0980966325cqi;
  }
}
@media screen and (min-width: 1200px) {
  .header_title {
    width: 316px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_title:hover {
    opacity: 0.7;
  }
}

.header_logo {
  width: 48px;
}
@media screen and (min-width: 992px) {
  .header_logo {
    font-size: 15.6862745098cqi;
  }
}

.header_company_name {
  font-size: 1.7rem;
  color: #3B3B3C;
  display: block;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .header_company_name {
    font-size: 5.2287581699cqi;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .header_company_name {
    font-size: 1.9rem;
  }
}
.header_company_name::first-line {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.hamberger {
  position: relative;
  background-color: var(--header-main-color);
  width: 54px;
  height: 54px;
  border-radius: 10px;
  padding: 12px;
}
@media screen and (min-width: 992px) {
  .hamberger {
    display: none;
  }
}
.hamberger .bar {
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  left: 50%;
  background-color: #fff;
  translate: -50% 0;
  -webkit-transition: translate 0.3s, rotate 0.3s;
  transition: translate 0.3s, rotate 0.3s;
}
.hamberger .bar:nth-child(1) {
  top: 12px;
}
.hamberger .bar:nth-child(2) {
  top: 20px;
}
.hamberger .menu {
  position: absolute;
  top: 30px;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  translate: -50% 0;
}
.hamberger._open .bar:nth-child(1) {
  top: 16px;
  rotate: 35deg;
}
.hamberger._open .bar:nth-child(2) {
  top: 16px;
  rotate: -35deg;
}

#global_nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  height: 100%;
  max-height: 100svh;
  padding-block: 80px 130px;
  overflow-y: auto;
  translate: 100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  --header-main-color:#0064B6;
}
#global_nav._open {
  translate: 0% 0;
}
#global_nav._english {
  --header-main-color:#00A1D1;
  height: auto;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

.nav_row {
  display: block;
  padding-inline: 35px;
  border-top: solid 1px #F0F0F0;
}
@media (prefers-reduced-motion: no-preference) {
  .nav_row {
    interpolate-size: allow-keywords;
  }
}
.nav_row:last-child {
  border-bottom: solid 1px #F0F0F0;
}
.nav_row[open] summary::after {
  rotate: 0deg;
}
.nav_row summary {
  position: relative;
  font-size: 1.9rem;
  color: #3B3B3C;
  font-weight: 500;
  padding-block: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 425px) {
  .nav_row summary {
    font-size: 2rem;
  }
}
.nav_row summary::before, .nav_row summary::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  z-index: 2;
  translate: 0 -50%;
}
.nav_row summary::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  rotate: 90deg;
}
.nav_row summary a {
  color: #3B3B3C;
  display: inline-block;
}
.nav_row summary span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #0064B6;
}
.nav_row:not(:has(summary)) {
  position: relative;
  font-size: 2rem;
  color: #3B3B3C;
  font-weight: 500;
  padding-block: 15px;
  line-height: 1.5;
  background-color: transparent;
}
.nav_row:not(:has(summary))::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  translate: 0 -50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #0064B6;
}
.nav_row:not(:has(summary))::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 50% -50%;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
}
.nav_row:not(:has(summary))[target=_blank] span {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.nav_row:not(:has(summary))[target=_blank] span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  background-color: #0064B6;
  -webkit-mask-image: url(../img/common/blank.svg);
          mask-image: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -40%;
}
.nav_row:has(.lang_link, .sns_list)::before, .nav_row:has(.lang_link, .sns_list)::after {
  display: none;
}
.nav_child_list li {
  border-top: solid 1px #F0F0F0;
}
.nav_child_list li a {
  position: relative;
  display: block;
  padding-block: 15px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}
.nav_child_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px #0064B6;
}
.nav_child_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  translate: 50% -50%;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #0064B6;
}
.nav_child_list li a span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3B3B3C;
}

@scope (.lang_link) {
  span {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    font-size: 1.8rem;
    color: #0064B6;
    font-weight: 700;
  }
}
.nav_row_text {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  position: relative;
}

.nav_child_text {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3B3B3C;
}

.lang_link {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang_link a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns_icon {
  width: 40px;
  height: 40px;
}

.header_link_group {
  content-visibility: hidden;
}
@media screen and (min-width: 992px) {
  .header_link_group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content-visibility: visible;
    container-type: inline-size;
    max-width: 940px;
  }
}

.upper_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.upper_row .lang_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #848484;
}
.upper_row .lang_link .lang_text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0064B6;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .upper_row .lang_link .lang_text {
    font-size: 1.4rem;
  }
}
.upper_row .lang_link .lang_text a {
  color: currentColor;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .upper_row .lang_link .lang_text a:hover {
    opacity: 0.7;
  }
}

.header_sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
.header_sns_link .sns_link_item {
  width: 22px;
  height: 22px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_sns_link .sns_link_item:hover {
    scale: 1.2;
  }
}

.header_link_list_block {
  max-width: 714px;
  width: 75.9574468085cqi;
}

.header_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header_link_list_item {
  position: relative;
  padding-inline: 1.5306122449cqi;
}
.header_link_list_item:first-of-type {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.header_link_list_item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  translate: 0 -50%;
  background-color: #F0F0F0;
}

.header_nav_btn {
  font-size: clamp(10px, 1.4285714286cqi, 14px);
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav_btn:hover span {
    color: var(--header-main-color);
  }
  .header_nav_btn:hover span::before {
    translate: 0 calc(-50% + 5px);
  }
  .header_nav_btn:hover span::after {
    translate: 50% calc(-45% + 5px);
  }
}
.header_nav_btn span {
  position: relative;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 500;
  color: #3B3B3C;
  line-height: 1.5;
}
.header_nav_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: var(--header-main-color);
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.header_nav_btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 4px;
  height: 7px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  rotate: 90deg;
  translate: 50% -45%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}

.header_link_nav {
  font-size: clamp(10px, 1.4285714286cqi, 14px);
  color: #3B3B3C;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_link_nav:hover {
    color: var(--header-main-color);
  }
}

.header_link_btn_block {
  max-width: 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.7021276596cqi 0px 9.5744680851cqi;
  grid-template-columns: 11.7021276596cqi 9.5744680851cqi;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
      grid-template-areas: "_contact _login" "_recruit _login";
  width: 14.6412884334cqi;
}

.header_link_btn {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  border: solid 1px var(--btn_color);
  background-color: var(--btn_color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header_link_btn._contact {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  --btn_color: #004991;
  grid-area: _contact;
  border-radius: 10px 0 0 0;
}
.header_link_btn._recruit {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: _recruit;
  --btn_color: #38B8EF;
  border-radius: 0 0 0 10px;
}
.header_link_btn._login, .header_link_btn._logout {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: _login;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  --btn_color: #0064B6;
  border-radius: 0 10px 10px 0;
}
.header_link_btn._logout {
  --btn_color: #FC7442;
}
.header_link_btn span {
  color: #fff;
  font-size: clamp(10px, 0.878477306cqi, 12px);
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1200px) {
  .header_link_btn span {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_link_btn:hover {
    background-color: #fff;
  }
  .header_link_btn:hover span {
    color: var(--btn_color);
  }
}

.mega_menu {
  position: fixed;
  top: 84px;
  left: 0;
  width: calc(100vw - 15px);
  background-color: #fff;
  z-index: 1000;
  content-visibility: hidden;
  border-radius: 0 0 20px 20px;
  padding-block: 40px;
  opacity: 0;
  visibility: hidden;
  translate: 0 -30px;
  -webkit-transition: translate 0.3s, opacity 0.3s, visibility 0.3s;
  transition: translate 0.3s, opacity 0.3s, visibility 0.3s;
  --header-main-color:#0064B6;
  padding-inline: 15px;
}
.mega_menu._english {
  --header-main-color:#00A1D1;
}
@media screen and (min-width: 992px) {
  .mega_menu {
    content-visibility: visible;
  }
}
.mega_menu._opennav {
  translate: 0;
  opacity: 1;
  visibility: visible;
}

.menu_inner {
  background-color: #fff;
  max-width: 1100px;
  margin-inline: auto;
  container-type: inline-size;
}

.megamenu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}

.megamenu_img {
  width: 365px;
}

.megamenu_link_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.parent_page {
  display: block;
  line-height: 1.5;
  border-bottom: solid 1px var(--header-main-color);
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.parent_page a {
  display: inline-block;
  position: relative;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.parent_page a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: var(--header-main-color);
  border: solid 1px var(--header-main-color);
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
.parent_page a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .parent_page a:hover::before, .parent_page a:hover::after {
    translate: 5px -50%;
  }
  .parent_page a:hover::before {
    background-color: #fff;
  }
  .parent_page a:hover::after {
    background-color: var(--header-main-color);
  }
  .parent_page a:hover span {
    color: var(--header-main-color);
  }
}
.parent_page span {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3B3B3C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.child_page_list {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

.child_page {
  position: relative;
  width: calc(33.3333333333% - 15px);
  border-bottom: solid 1px #F0F0F0;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
.child_page a {
  display: inline-block;
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.child_page a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px var(--header-main-color);
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
.child_page a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 5px;
  height: 9px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: var(--header-main-color);
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .child_page a:hover::before, .child_page a:hover::after {
    translate: 3px -50%;
  }
  .child_page a:hover::before {
    background-color: var(--header-main-color);
  }
  .child_page a:hover::after {
    background-color: #fff;
  }
  .child_page a:hover span {
    color: var(--header-main-color);
  }
}
.child_page a span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3B3B3C;
}

.megamenu_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.megamenu_bg._show {
  visibility: visible;
  opacity: 1;
}

._english .header_link_nav span {
  display: block;
  line-height: 1.4;
}
._english .header_link_list_item {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._english .header_link_group {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
._english .header_link_btn_block {
  max-width: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
._english .header_link_btn {
  display: block;
  border-radius: 10px;
  padding: 15px 0px;
  font-size: 1.5rem;
  line-height: 1.4;
  width: 130px;
  text-align: center;
}
._english .header_nav_btn span {
  display: block;
  line-height: 1.4;
}
._english .child_page_list {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
._english .parent_page {
  width: 235px;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}
._english .child_page {
  line-height: 1;
}
._english .child_page a::before {
  top: 0.7em;
}
._english .child_page a::after {
  top: 0.7em;
}
._english .child_page span {
  display: block;
  font-size: 1.5rem;
  text-align: left;
}
._english .nav_row_text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
._english .nav_child_text {
  text-align: left;
  display: block;
}

/* =====================================================
              TOPのFV専用
 =====================================================*/
/* =====================================================
             共通パーツ
=====================================================*/
.link_btn {
  --link-color:#0064B6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  border-radius: 60px;
  overflow: hidden;
  padding: 20px 55px 20px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px var(--link-color);
  z-index: 1;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_btn._english {
  --link-color:#00A1D1;
}
.link_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
  translate: -100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.link_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--link-color);
  z-index: -1;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .link_btn:hover::before {
    translate: 100% 0;
  }
  .link_btn:hover::after {
    translate: 0% 0;
  }
  .link_btn:hover .link_btn_text {
    color: var(--link-color);
  }
  .link_btn:hover .link_btn_arrow {
    border-color: var(--link-color);
    background-color: #fff;
    translate: 5px -50%;
  }
  .link_btn:hover .link_btn_arrow::before {
    background-color: var(--link-color);
  }
}

.link_btn_text {
  line-height: 1.4;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 576px) {
  .link_btn_text br {
    display: none;
  }
}

.link_btn_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 21px;
  height: 21px;
  background-color: rgba(255, 255, 255, 0.2);
  display: -ms-grid;
  display: grid;
  contain: content;
  place-items: center;
  z-index: 3;
  border-radius: 50%;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s, translate 0.3s;
  transition: border-color 0.3s, translate 0.3s;
  aspect-ratio: 1/1;
}
.link_btn_arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.breadcrumb {
  --breadcrumb-color:#0064B6;
  padding-inline: 35px;
  padding-block: 10px;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    -webkit-margin-before: 92px;
            margin-block-start: 92px;
  }
}
.breadcrumb .l_inner {
  max-width: 1100px;
  margin-inline: auto;
}
.breadcrumb._english {
  --breadcrumb-color:#00A1D1;
}

.breadcrumb_list {
  line-height: 1.5;
  text-align: left;
}

.breadcrumb_item {
  display: inline;
}
.breadcrumb_item + .breadcrumb_item {
  position: relative;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
}
.breadcrumb_item + .breadcrumb_item::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -15px;
  width: 1px;
  height: 12px;
  background-color: #D8D8D8;
  translate: 0 50%;
}

.breadcrumb_ttl {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #3B3B3C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: normal;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .breadcrumb_ttl {
    font-size: 1.3rem;
  }
}
.breadcrumb_ttl:is(.breadcrumb_link *) {
  color: var(--breadcrumb-color);
}

.breadcrumb_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: currentColor;
  line-height: 1.3;
  color: var(--breadcrumb-color);
  -webkit-transition: opacity 0.3s, text-decoration-color 0.3s;
  transition: opacity 0.3s, text-decoration-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb_link:hover {
    opacity: 0.7;
  }
  .breadcrumb_link:hover .breadcrumb_ttl {
    color: currentColor;
  }
}

#mainvisual._type01 {
  position: relative;
  padding-inline: 35px;
  container-type: inline-size;
  padding-block: 55px;
}
@media screen and (min-width: 576px) {
  #mainvisual._type01 {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type01 {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 500px) {
  #mainvisual._type01 {
    padding-block: 70px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type01 {
    padding-block: 105px;
  }
}
#mainvisual._type01::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #EEFBFF;
  background-image: url(../img/common/mainvisual_bg_type01_sp.webp);
  width: calc(100% - 35px);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 40px 0;
}
@media screen and (min-width: 576px) {
  #mainvisual._type01::before {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type01::before {
    background-image: url(../img/common/mainvisual_bg_type01.webp);
    width: calc(100% - 75px);
  }
}
#mainvisual._type01 .mainvisual_title {
  position: relative;
  font-size: clamp(30px, 8.2051282051cqi, 50px);
  max-width: 1100px;
  margin-inline: auto;
  line-height: 1.5;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  #mainvisual._type01 .mainvisual_title {
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #mainvisual._type01 .mainvisual_title br {
    display: none;
  }
}
#mainvisual._type01 .mainvisual_title::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  left: 0;
  translate: 0 -50%;
  width: 4px;
  height: 1em;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#38B8EF), color-stop(50%, #38B8EF), color-stop(50%, #0064B6), to(#0064B6));
  background: linear-gradient(180deg, #38B8EF 0%, #38B8EF 50%, #0064B6 50%, #0064B6 100%);
  max-height: 44px;
}
@media screen and (min-width: 768px) {
  #mainvisual._type01 .mainvisual_title::before {
    width: 8px;
    translate: 0 -40%;
    height: 44px;
  }
}
#mainvisual._type01 .mainvisual_title:has(br)::before {
  height: 80%;
  max-height: 76px;
}
#mainvisual._type_single {
  position: relative;
  padding-inline: 35px;
  container-type: inline-size;
}
@media screen and (min-width: 576px) {
  #mainvisual._type_single {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_single {
    padding-inline: 60px;
  }
}
#mainvisual._type_single .single_mainvisual_block {
  position: relative;
  padding-block: 30px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
@media screen and (min-width: 576px) {
  #mainvisual._type_single .single_mainvisual_block {
    padding-block: 50px;
  }
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .single_mainvisual_block {
    width: 55%;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_single .single_mainvisual_block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 700px;
    padding-block: 80px;
  }
}
#mainvisual._type_single .single_mainvisual_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: calc(100% + 35px);
  height: 100%;
  background-color: #EEFBFF;
  background-image: url(../img/common/mainvisual_bg_type01_sp.webp);
  background-size: min(183.3333333333vw, 715px) min(104.358974359vw, 407px);
  background-position: center;
  z-index: -1;
  border-radius: 0 0 40px 0;
}
@media screen and (min-width: 576px) {
  #mainvisual._type_single .single_mainvisual_block::before {
    left: -40px;
  }
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .single_mainvisual_block::before {
    display: none;
  }
}
#mainvisual._type_single .mainvisual_inner {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .mainvisual_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    container-type: inline-size;
  }
}
#mainvisual._type_single .mainvisual_inner::before {
  content: "";
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .mainvisual_inner::before {
    position: absolute;
    top: 0;
    left: -40px;
    width: 80vw;
    height: 100%;
    border-radius: 0 0 40px 0;
    background-color: #EEFBFF;
    background-image: url(../img/common/mainvisual_bg_type01.webp);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_single .mainvisual_inner::before {
    width: 75vw;
    left: -60px;
    z-index: -2;
  }
}
@media screen and (min-width: 1220px) {
  #mainvisual._type_single .mainvisual_inner::before {
    left: calc((100vw - 1100px) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  #mainvisual._type_single .mainvisual_inner:has(.single_thumbnail)::after {
    content-visibility: visible;
  }
}
#mainvisual._type_single .mainvisual_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 100%;
  height: 100%;
  background-color: #CBEDFF;
  border-radius: 0 0 0 40px;
  z-index: -2;
  content-visibility: hidden;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .mainvisual_inner::after {
    right: -40px;
    width: 45%;
    height: 65%;
    z-index: -1;
    display: block;
    content-visibility: visible;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_single .mainvisual_inner::after {
    right: -60px;
    width: 28.9165446559vw;
    max-height: 230px;
  }
}
@media screen and (min-width: 1366px) {
  #mainvisual._type_single .mainvisual_inner::after {
    right: calc((100vw - 1100px) / 2 * -1);
    width: calc((100vw - 1366px) / 2 + 395px);
  }
}
#mainvisual._type_single .single_thumbnail {
  position: relative;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .single_thumbnail {
    position: absolute;
    top: 40px;
    right: 0;
    width: 40%;
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_single .single_thumbnail {
    width: 320px;
    max-height: 200px;
    overflow: hidden;
    top: 80px;
  }
}
#mainvisual._type_single .single_thumbnail img {
  width: 320px;
  margin-block: 30px;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .single_thumbnail img {
    margin-block: 0;
  }
}
#mainvisual._type_single .single_category {
  font-size: 1.3rem;
  border-radius: 999px;
  color: #0064B6;
  border: solid 1px #0064B6;
  line-height: 1.5;
  padding-block: 5px;
  padding-inline: 20px;
}
#mainvisual._type_single .single_date {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-size: 1.3rem;
  color: #0064B6;
  line-height: 1.5;
}
#mainvisual._type_single .single_title {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #3B3B3C;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_single .single_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_single .single_title {
    font-size: 3.2rem;
  }
}
#mainvisual._type02 {
  position: relative;
  container-type: inline-size;
}
#mainvisual._type02 img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #mainvisual._type02 img {
    aspect-ratio: 1293/474;
    width: 94.6559297218vw;
    border-radius: 0 0 40px 0;
  }
}
#mainvisual._type02 .mainvisual_title {
  position: absolute;
  left: 35px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  #mainvisual._type02 .mainvisual_title {
    left: 40px;
    bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type02 .mainvisual_title {
    left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #mainvisual._type02 .mainvisual_title {
    bottom: initial;
    top: min(50%, 220px);
    left: 60px;
  }
}
@media screen and (min-width: 1366px) {
  #mainvisual._type02 .mainvisual_title {
    left: 115px;
  }
}
#mainvisual._type02 .mainvisual_title p {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  color: #0064B6;
}
@media screen and (min-width: 768px) {
  #mainvisual._type02 .mainvisual_title p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type02 .mainvisual_title p {
    font-size: 3.2rem;
  }
}
#mainvisual._type02 .mainvisual_title p::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 5px;
  translate: 0 0%;
  width: 8px;
  height: 1em;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#38b8ef), color-stop(50%, #38b8ef), color-stop(50%, #0064b6));
  background: linear-gradient(180deg, #38b8ef 0%, #38b8ef 50%, #0064b6 50% #0064b6 100%);
}
@media screen and (min-width: 768px) {
  #mainvisual._type02 .mainvisual_title p::before {
    top: 0.4em;
    height: 60%;
  }
}
#mainvisual._type02 .mainvisual_title h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0064B6;
  font-family: "Zen Old Mincho";
}
@media screen and (min-width: 768px) {
  #mainvisual._type02 .mainvisual_title h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #mainvisual._type02 .mainvisual_title h1 {
    font-size: 9rem;
  }
}
#mainvisual._type_product {
  padding-inline: 35px;
  padding-top: 55px;
}
@media screen and (min-width: 576px) {
  #mainvisual._type_product {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_product {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type_product {
    padding-top: 40px;
  }
}
#mainvisual._type_product .product_mainvisual_block {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  line-height: 1.5;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  padding-bottom: 10px;
  border-bottom: solid 1px #0064B6;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_product .product_mainvisual_block {
    -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
  }
}
#mainvisual._type_product .product_mainvisual_block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 26px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#38B8EF), color-stop(50%, #38B8EF), color-stop(50%, #0064B6), to(#0064B6));
  background: linear-gradient(180deg, #38B8EF 0%, #38B8EF 50%, #0064B6 50%, #0064B6 100%);
  max-height: 44px;
}
#mainvisual._type_product .product_target {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_product .product_target {
    font-size: 2rem;
  }
}
#mainvisual._type_product .product_title {
  font-size: 2.6rem;
  font-weight: 500;
  translate: 0 -10px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #mainvisual._type_product .product_title {
    font-size: 3.2rem;
  }
}
#mainvisual._type_product .product_subtitle {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: -5px;
}
#mainvisual._type03 {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  #mainvisual._type03 {
    padding-block: 70px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._type03 {
    padding-block: 80px;
  }
}
#mainvisual._type03 .mainvisual_title {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
#mainvisual._type03 .mainvisual_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background: -webkit-gradient(linear, left top, right top, from(#0064b6), color-stop(50%, #0064b6), color-stop(50%, #38b8ef), to(#38b8ef));
  background: linear-gradient(90deg, #0064b6 0%, #0064b6 50%, #38b8ef 50%, #38b8ef 100%);
  width: 80px;
  height: 8px;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  #mainvisual._type03 .mainvisual_title br {
    display: none;
  }
}
#mainvisual._english._type01 .mainvisual_title {
  line-height: 1.4;
  word-break: break-word;
  font-size: clamp(24px, 6.1538461538cqi, 40px);
}
@media screen and (min-width: 992px) {
  #mainvisual._english._type01 .mainvisual_title {
    font-size: 4rem;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
#mainvisual._english._type01 .mainvisual_title::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1d1), color-stop(50%, #00a1d1), color-stop(50%, #003053), to(#003053));
  background: linear-gradient(180deg, #00a1d1 0%, #00a1d1 50%, #003053 50%, #003053 100%);
  max-height: 100%;
  height: 90%;
  translate: 0 -50%;
}
@media screen and (min-width: 992px) {
  #mainvisual._english._type01 .mainvisual_title::before {
    height: 60%;
    translate: 0 -40%;
  }
}
#mainvisual._english._type02 h1 {
  position: relative;
  color: #3B3B3C;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  line-height: 1.3;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  #mainvisual._english._type02 h1 {
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
  }
}
#mainvisual._english._type02 h1::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 4px;
  height: 75%;
  translate: 0 -50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#003053), color-stop(50%, #003053), color-stop(50%, #00a1d1), to(#00a1d1));
  background: linear-gradient(0deg, #003053 0%, #003053 50%, #00a1d1 50%, #00a1d1 100%);
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  #mainvisual._english._type02 h1::before {
    width: 6px;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._english._type02 h1::before {
    width: 8px;
    height: 66px;
    translate: 0 -40%;
  }
}
@media screen and (min-width: 992px) {
  #mainvisual._english._type02 h1:has(br)::before {
    height: 80%;
    translate: 0 -50%;
  }
}
#mainvisual._english._type_product .product_mainvisual_block {
  border-color: #00A1D1;
}
#mainvisual._english._type_product .product_mainvisual_block:not(:has(.product_target))::before {
  top: 0.3em;
  height: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1d1), color-stop(50%, #00a1d1), color-stop(50%, #003053), to(#003053));
  background: linear-gradient(180deg, #00a1d1 0%, #00a1d1 50%, #003053 50%, #003053 100%);
}
#mainvisual._english._type_product .product_mainvisual_block:has(.product_target)::before {
  top: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1d1), color-stop(50%, #00a1d1), color-stop(50%, #003053), to(#003053));
  background: linear-gradient(180deg, #00a1d1 0%, #00a1d1 50%, #003053 50%, #003053 100%);
}
@media screen and (min-width: 992px) {
  #mainvisual._english._type_product .product_mainvisual_block .product_title {
    font-size: 3.2rem;
  }
}
#mainvisual._english._type_single .single_title {
  word-break: break-all;
}
#mainvisual._english._type03 .mainvisual_title::before {
  background: -webkit-gradient(linear, left top, right top, from(#003053), color-stop(50%, #003053), color-stop(50%, #00a1d1), to(#00a1d1));
  background: linear-gradient(90deg, #003053 0%, #003053 50%, #00a1d1 50%, #00a1d1 100%);
}

#footer_cta {
  position: relative;
  overflow: hidden;
  padding-inline: 35px;
  padding-block: 60px;
  background-color: #E0F1FA;
  container-type: inline-size;
}
@media screen and (min-width: 576px) {
  #footer_cta {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #footer_cta {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #footer_cta {
    padding-block: 90px;
  }
}
@media screen and (min-width: 992px) {
  #footer_cta {
    padding-block: 120px;
  }
}
#footer_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 165.625cqi;
  height: auto;
  aspect-ratio: 1060/712;
  background-image: url(../img/common/footer_cta_bg_object_sp.webp);
  background-size: cover;
  translate: -50% -15%;
}
@media screen and (min-width: 768px) {
  #footer_cta::before {
    background-image: url(../img/common/footer_cta_bg_object.webp);
    width: min(77.5988286969cqi, 1060px);
    left: initial;
    right: 0;
    translate: 0 -15%;
  }
}
@media screen and (min-width: 1366px) {
  #footer_cta::before {
    right: calc((100vw - 1100px) / 2);
    translate: 25% -15%;
  }
}

.footer_cta_wrapper {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_cta_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer_cta_wrapper {
    gap: 0 80px;
  }
}

.footer_cta_item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .footer_cta_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer_cta_item + .footer_cta_item {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .footer_cta_item + .footer_cta_item {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_cta_item:hover img {
    scale: 1.05;
  }
  .footer_cta_item:hover .footer_cta_item_title::before, .footer_cta_item:hover .footer_cta_item_title::after {
    translate: 5px 0;
  }
  .footer_cta_item:hover .footer_cta_item_title::before {
    background-color: #fff;
  }
  .footer_cta_item:hover .footer_cta_item_title::after {
    background-color: #0064B6;
  }
}
.footer_cta_item img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.footer_cta_item_title {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer_cta_item_title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0064B6;
  border: solid 1px #0064B6;
  bottom: 3px;
  right: 15px;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
.footer_cta_item_title::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 27px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
  width: 6px;
  height: 10px;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}

.footer_cta_item_title_sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E0F1FA;
  border-radius: 0 10px 0 0;
  color: #0064B6;
  padding-inline: 20px 25px;
  line-height: 1.5;
  font-family: "Zen Old Mincho";
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  font-size: 1.5rem;
  -webkit-margin-after: -0.8em;
          margin-block-end: -0.8em;
}
@media screen and (min-width: 768px) {
  .footer_cta_item_title_sub {
    line-height: 1.8;
  }
}
.footer_cta_item_title_sub::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 5px;
  translate: 0 0%;
  width: 4px;
  height: 1em;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#38b8ef), color-stop(50%, #38b8ef), color-stop(50%, #0064b6));
  background: linear-gradient(180deg, #38b8ef 0%, #38b8ef 50%, #0064b6 50% #0064b6 100%);
}
@media screen and (min-width: 768px) {
  .footer_cta_item_title_sub br {
    display: none;
  }
}
.footer_cta_item_title_sub:has(br)::before {
  height: 2.5em;
}
@media screen and (min-width: 768px) {
  .footer_cta_item_title_sub:has(br)::before {
    height: 1em;
  }
}

.footer_cta_item_title_main {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E0F1FA;
  border-radius: 0 10px 0 0;
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: 500;
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
  color: #3B3B3C;
  -webkit-padding-end: 55px;
          padding-inline-end: 55px;
}
@media screen and (min-width: 768px) {
  .footer_cta_item_title_main {
    font-size: 2.8rem;
  }
}

#footer_cta_english {
  background-color: #E0F1FA;
  overflow: hidden;
}
#footer_cta_english:has(.footer_cta_button) {
  padding-inline: 35px;
  padding-block: 40px 0;
  background-color: #E0F1FA;
}
@media screen and (min-width: 576px) {
  #footer_cta_english:has(.footer_cta_button) {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #footer_cta_english:has(.footer_cta_button) {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #footer_cta_english:has(.footer_cta_button) {
    padding-block: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer_english_wrapper:has(.footer_cta_button) {
    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;
    -webkit-margin-end: -40px;
            margin-inline-end: -40px;
  }
}
@media screen and (min-width: 992px) {
  .footer_english_wrapper:has(.footer_cta_button) {
    -webkit-margin-end: -60px;
            margin-inline-end: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_english_wrapper:has(.footer_cta_button) {
    -webkit-margin-start: calc((100vw - 1100px) / 2);
            margin-inline-start: calc((100vw - 1100px) / 2);
  }
}
.footer_english_wrapper:has(.footer_cta_healthcare_block) {
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .footer_english_wrapper:has(.footer_cta_healthcare_block) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer_english_wrapper:has(.footer_cta_healthcare_block) .footer_cta_image {
    width: 480px;
    max-width: 480px;
    margin-inline: -6%;
  }
  .footer_english_wrapper:has(.footer_cta_healthcare_block) .footer_cta_image img {
    aspect-ratio: 480/330;
  }
}
@media screen and (min-width: 1200px) {
  .footer_english_wrapper:has(.footer_cta_healthcare_block) .footer_cta_image {
    margin-inline: 0;
  }
}

.footer_cta_button {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding-block: 20px;
  padding-inline: 20px;
  border-radius: 10px;
  width: 320px;
  margin-inline: auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_cta_button {
    width: 40%;
    max-width: 380px;
    margin: 0;
    padding-block: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_cta_button:hover .footer_cta_button_text {
    color: #00A1D1;
  }
  .footer_cta_button:hover .footer_cta_button_arrow {
    background-color: #ffffff;
    border-color: #00A1D1;
    translate: 5px -50%;
  }
  .footer_cta_button:hover .footer_cta_button_arrow::before {
    background-color: #00A1D1;
  }
}
.footer_cta_button + .footer_cta_image {
  position: relative;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  aspect-ratio: 390/200;
  margin-inline: -35px;
}
@media screen and (min-width: 768px) {
  .footer_cta_button + .footer_cta_image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-inline: auto;
    aspect-ratio: 830/330;
    max-width: 830px;
    margin: 0;
  }
}
.footer_cta_button + .footer_cta_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1fa), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #e0f1fa 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .footer_cta_button + .footer_cta_image::before {
    width: 25%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e0f1fa), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #e0f1fa 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.footer_cta_button_text {
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #003053;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .footer_cta_button_text {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.footer_cta_button_text::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 8px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1d1), color-stop(50%, #00a1d1), color-stop(50%, #003053)), #003053 100%;
  background: linear-gradient(180deg, #00a1d1 0%, #00a1d1 50%, #003053 50%), #003053 100%;
  border-radius: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer_cta_button_text::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 8px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #003053)), #003053 100%;
  background: linear-gradient(180deg, white 0%, white 50%, #003053 50%), #003053 100%;
  border-radius: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer_cta_button_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #00A1D1;
  display: -ms-grid;
  display: grid;
  contain: content;
  place-items: center;
  z-index: 3;
  border-radius: 50%;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s, translate 0.3s;
  transition: border-color 0.3s, translate 0.3s;
  aspect-ratio: 1/1;
  translate: 0 -50%;
}
.footer_cta_button_arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.footer_cta_healthcare_block {
  position: relative;
  padding-block: 12px;
  text-align: center;
  background-color: #E0F1FA;
}
@media screen and (min-width: 768px) {
  .footer_cta_healthcare_block {
    padding-block: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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;
  }
}
@media screen and (min-width: 992px) {
  .footer_cta_healthcare_block {
    padding-block: 58px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer_cta_healthcare_block .link_btn {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer_cta_healthcare_block .link_btn {
    width: 21.9619326501cqi;
  }
}
.footer_cta_healthcare_block::before, .footer_cta_healthcare_block::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .footer_cta_healthcare_block::before, .footer_cta_healthcare_block::after {
    top: 0;
    width: 100px;
    height: 100%;
  }
}
.footer_cta_healthcare_block::before {
  top: 0;
  translate: 0 -100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#e0f1fa), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #e0f1fa 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .footer_cta_healthcare_block::before {
    translate: -100% 0;
    background: -webkit-gradient(linear, right top, left top, from(#e0f1fa), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #e0f1fa 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.footer_cta_healthcare_block::after {
  bottom: 0;
  translate: 0 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1fa), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #e0f1fa 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .footer_cta_healthcare_block::after {
    bottom: initial;
    right: 0;
    left: initial;
    translate: 100% 0%;
    background: -webkit-gradient(linear, left top, right top, from(#e0f1fa), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #e0f1fa 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.footer_cta_healthcare_title {
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
@media screen and (min-width: 768px) {
  .footer_cta_healthcare_title {
    font-size: min(2.3426061493cqi, 32px);
  }
}
.footer_cta_healthcare_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 88px;
  height: 8px;
  border-radius: 999px;
  background: -webkit-gradient(linear, right top, left top, from(#00a1d1), color-stop(50%, #00a1d1), color-stop(50%, #003053)), #003053 100%;
  background: linear-gradient(270deg, #00a1d1 0%, #00a1d1 50%, #003053 50%), #003053 100%;
  translate: -50% 0;
}

#product_alert {
  background-color: #fff;
  width: 90%;
  max-width: 975px;
  border-radius: 20px;
  position: initial;
  top: initial;
  left: initial;
  inset: 0;
  translate: initial;
  margin: auto;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  #product_alert {
    padding: 40px 30px 30px;
  }
}
#product_alert::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
#product_alert::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.alert_title {
  font-size: 2.6rem;
  color: #0064B6;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.alert_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-block: 20px;
}
.alert_text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .alert_text {
    text-align: center;
  }
  .alert_text br {
    display: block;
  }
}

.alert_button_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .alert_button_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px 15px;
  }
}

.alert_button_item {
  padding-block: 40px;
  padding-inline: 20px;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.alert_button_item:nth-child(1) {
  background-color: #EEFBFF;
  --button-color: #0064B6;
  --text-color:#ffffff;
  --arrow-color: #ffffff;
}
.alert_button_item:nth-child(2) {
  background-color: #F0F0F0;
  --button-color: #ffffff;
  --text-color:#0064B6;
  --arrow-color: #0064B6;
}
.alert_button_item .product_alert_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 60px;
  overflow: hidden;
  padding: 20px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #0064B6;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
}
.alert_button_item .product_alert_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-color);
  z-index: -2;
  translate: -100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.alert_button_item .product_alert_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button-color);
  z-index: -1;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .alert_button_item .product_alert_button:hover {
    border-color: var(--button-color);
  }
  .alert_button_item .product_alert_button:hover span {
    color: var(--button-color);
  }
  .alert_button_item .product_alert_button:hover span:before {
    background-color: var(--button-color);
    translate: 5px -50%;
  }
  .alert_button_item .product_alert_button:hover span::after {
    background-color: var(--text-color);
    border-color: var(--button-color);
    translate: 5px -50%;
  }
  .alert_button_item .product_alert_button:hover::before {
    translate: 100% 0;
  }
  .alert_button_item .product_alert_button:hover::after {
    translate: 0% 0;
  }
}
.alert_button_item .product_alert_button span {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  color: var(--text-color);
}
.alert_button_item .product_alert_button span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  background-color: var(--text-color);
  translate: 0 -50%;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
.alert_button_item .product_alert_button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  background-color: var(--arrow-color);
  opacity: 0.2;
  display: -ms-grid;
  display: grid;
  contain: content;
  place-items: center;
  z-index: 3;
  border-radius: 50%;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s, translate 0.3s, background-color 0.3s;
  transition: border-color 0.3s, translate 0.3s, background-color 0.3s;
  aspect-ratio: 1/1;
  translate: 0 -50%;
}

#healthcare_login {
  position: initial;
  top: initial;
  left: initial;
  inset: 0;
  translate: initial;
  margin: auto;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  width: 82.0512820513vw;
  max-width: 974px;
  color: #3B3B3C;
}
#healthcare_login::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
#healthcare_login::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) {
  #healthcare_login {
    padding: 40px 30px 30px;
  }
}

.healthcare_login_title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0064B6;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .healthcare_login_title {
    font-size: 2.8rem;
  }
  .healthcare_login_title br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .healthcare_login_title {
    font-size: 3.2rem;
  }
}

.healthcare_login_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .healthcare_login_text {
    text-align: center;
  }
}

.health_care_login_flex {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .health_care_login_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.healthcare_login_item {
  background-color: var(--item-color);
  padding: 30px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .healthcare_login_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 25px 30px;
  }
}
.healthcare_login_item:nth-child(1) {
  --item-color:#EEFBFF;
  --main-color: #0064B6;
  --sub-color:#ffffff;
}
.healthcare_login_item:nth-child(2) {
  --item-color:#F0F0F0;
  --main-color: #ffffff;
  --sub-color: #0064B6;
}

.healthcare_login_contents {
  padding-block: 15px 0;
}
@media screen and (min-width: 768px) {
  .healthcare_login_contents {
    padding-block: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .healthcare_login_contents:has(> :nth-child(-n+1):last-child) {
    padding-block: 80px 0;
  }
}

.healthcare_item_title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0064B6;
  text-align: center;
  line-height: 1.5;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: solid 1px #0064B6;
}

.healthcare_link_area {
  width: 100%;
}
.healthcare_link_area + .healthcare_link_area {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media screen and (min-width: 768px) {
  .healthcare_link_area + .healthcare_link_area {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.healthcare_link_text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

.healthcare_link_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  border-radius: 60px;
  overflow: hidden;
  padding: 20px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #0064B6;
  z-index: 1;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.healthcare_link_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sub-color);
  z-index: -2;
  translate: -100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.healthcare_link_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: -1;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .healthcare_link_button:hover::before {
    translate: 100% 0;
  }
  .healthcare_link_button:hover::after {
    translate: 0% 0;
  }
  .healthcare_link_button:hover .button_text {
    color: var(--main-color);
  }
  .healthcare_link_button:hover .healthcare_link_btn_arrow {
    translate: 5px -50%;
  }
  .healthcare_link_button:hover .healthcare_link_btn_arrow::before, .healthcare_link_button:hover .healthcare_link_btn_arrow::after {
    background-color: var(--main-color);
  }
}
.healthcare_link_button .button_text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--sub-color);
}

.healthcare_link_btn_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 21px;
  display: -ms-grid;
  display: grid;
  contain: content;
  place-items: center;
  z-index: 3;
  border-radius: 50%;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s, translate 0.3s;
  transition: border-color 0.3s, translate 0.3s;
  aspect-ratio: 1/1;
  translate: 0 -50%;
}
.healthcare_link_btn_arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sub-color);
  opacity: 0.2;
  z-index: -1;
}
.healthcare_link_btn_arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
  background-color: var(--sub-color);
  z-index: 4;
}

body {
  overflow-x: hidden;
  width: 100%;
}
body._open {
  position: fixed;
}

._english p, ._english ul, ._english ol, ._english h1, ._english h2, ._english h3, ._english h4, ._english h5, ._english dl, ._english dt, ._english dd, ._english figure, ._english div {
  text-align: initial;
}

.otgs-development-site-front-end {
  display: none;
}
/*# sourceMappingURL=style.css.map */