@charset "UTF-8";
/* webfont */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+Jp:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
/* local */
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    width: 100%;
    height: 100%;
  }
}
html.is-menuopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.is-modalopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
  font-family: "pc";
}
@media only screen and (max-width: 767px) {
  head {
    font-family: "sp";
  }
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    height: auto;
    font-size: 15px;
    line-height: 2;
  }
}

.os-mac body {
  font-weight: 500;
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link, a:visited {
  text-decoration: none;
}

/*--------------------------------------------------------------------------
   button
   ※ iOS Safari で button の文字色が青くなる (-apple-system-blue) のを抑止
---------------------------------------------------------------------------*/
button {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
  word-wrap: break-word;
  outline: none;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
  color: rgba(86, 83, 79, 0.2);
}

::-moz-placeholder {
  color: rgba(86, 83, 79, 0.2);
}

:-ms-input-placeholder {
  color: rgba(86, 83, 79, 0.2);
}

:-moz-placeholder {
  color: rgba(86, 83, 79, 0.2);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/
::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   all_page
---------------------------------------------------------------------------*/
.all_page_wrapper {
  opacity: 0;
}

.is-loading .all_page_wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.all_page_main {
  padding-top: 90px;
}
.load-complete .all_page_wrapper {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  overflow: visible;
}

.load-complete .all_page {
  overflow: hidden;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .all_page_wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .is-loading .all_page_wrapper {
    position: static;
  }
  .all_page {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .all_page_main {
    padding-top: 45px;
  }
  .is-loading .all_page {
    overflow-y: hidden;
  }
}
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   all_wrap
---------------------------------------------------------------------------*/
.all_wrap {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.all_wrap_s {
  position: relative;
  max-width: 998px;
  margin: 0 auto;
  padding: 0 20px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .all_wrap {
    max-width: none;
    padding: 0 20px;
  }
  .all_wrap_s {
    max-width: none;
    padding: 0 20px;
  }
}
/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: 1;
}
.l-grid:after {
  content: "";
  display: table;
  clear: both;
}
.l-grid__item {
  display: block;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  float: left;
}

.l-grid__item--1of2 {
  width: 50%;
}
.l-grid__item--1of3 {
  width: 33.33333333%;
}
.l-grid__item--1of4 {
  width: 25%;
}
.l-grid__item--1of5 {
  width: 20%;
}
.l-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.l-inline-grid__item {
  display: inline-block;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
  width: 50%;
}
.l-inline-grid__item--1of3 {
  width: 33.33333333%;
}
.l-inline-grid__item--1of4 {
  width: 25%;
}
.l-inline-grid__item--1of5 {
  width: 20%;
}
.l-inline-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-flex-grid__item {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.l-flex-grid__item--full {
  width: 100%;
}
.l-flex-grid__item--1of2 {
  width: 50%;
}
.l-flex-grid__item--1of3 {
  width: 33.33333333%;
}
.l-flex-grid__item--1of4 {
  width: 25%;
}
.l-flex-grid__item--1of5 {
  width: 20%;
}
.l-flex-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   all_c_btn
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_btn {
  position: relative;
  width: 172px;
  height: 56px;
  overflow: hidden;
}
.all_c_btn 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;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0 2px;
  background-color: #0A4870;
  border: 1px solid #0A4870;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .all_c_btn a {
    font-size: 16px;
  }
}
.mode-pc .all_c_btn a:hover, .mode-sp .all_c_btn a:active {
  background-color: #fff;
  border: 1px solid #9CC4DD;
  color: #0A4870;
}
.mode-pc .all_c_btn a:hover .all_c_btn_icon, .mode-sp .all_c_btn a:active .all_c_btn_icon {
  background: #0A4870;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mode-pc .all_c_btn a:hover .all_c_btn_icon svg, .mode-sp .all_c_btn a:active .all_c_btn_icon svg {
  fill: #fff;
}
.all_c_btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all_c_btn_icon svg {
  fill: #0A4870;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*--------------------------------------------------------------------------
  all_c_verticaltext
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_verticaltext {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Inter", sans-serif;
  font-size: clamp(10px, 1.3888888889vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #0A4870;
}
.all_c_verticaltext::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #7E9DB4;
  border-radius: 50%;
}

/*--------------------------------------------------------------------------
  all_c_sectiontitle
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_sectiontitle {
  position: relative;
  padding-top: 35px;
  font-size: clamp(17px, 2.3611111111vw, 34px);
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .all_c_sectiontitle {
    padding-top: 20px;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 2.8px;
  }
}
.all_c_sectiontitle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 36px;
  height: 19px;
  background: url(../images/all_icon_leaf.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .all_c_sectiontitle::before {
    width: 26px;
    height: 14px;
  }
}
.all_c_sectiontitle._center {
  text-align: center;
}
.all_c_sectiontitle._center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.all_c_sectiontitle._white {
  color: #fff;
}
.all_c_sectiontitle._white::before {
  background: url(../images/all_icon_leaf_w.svg) no-repeat 50% 50%/cover;
}
.all_c_sectiontitle._line {
  padding-top: clamp(40px, 4.6527777778vw, 67px);
}
@media only screen and (max-width: 767px) {
  .all_c_sectiontitle._line {
    padding-top: 52px;
  }
}
.all_c_sectiontitle._line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C4DEE9;
}
.all_c_sectiontitle._line::before {
  top: clamp(21px, 2.2222222222vw, 32px);
}
@media only screen and (max-width: 767px) {
  .all_c_sectiontitle._line::before {
    top: 32px;
  }
}

.all_c_sectiontitle[data-anim=custom] {
  opacity: 0;
}
.all_c_sectiontitle[data-anim=custom]::before {
  scale: 0;
}
.all_c_sectiontitle[data-anim=custom]::after {
  width: 0;
}

.all_c_sectiontitle[data-anim=custom].is-animated {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.all_c_sectiontitle[data-anim=custom].is-animated::before {
  scale: 1;
  -webkit-transition: scale 0.6s ease-in-out;
  transition: scale 0.6s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.all_c_sectiontitle[data-anim=custom].is-animated::after {
  width: 100%;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*--------------------------------------------------------------------------
  all_c_dottitle
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_dottitle {
  position: relative;
  padding-left: 15px;
  font-size: clamp(11px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  letter-spacing: 2.2px;
}
@media only screen and (max-width: 767px) {
  .all_c_dottitle {
    font-size: 19px;
    letter-spacing: normal;
    line-height: 1.6;
  }
}
.all_c_dottitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9CC4DD;
}
@media only screen and (max-width: 767px) {
  .all_c_dottitle::before {
    top: 13px;
    -webkit-transform: none;
            transform: none;
  }
}

/*--------------------------------------------------------------------------
  all_c_linetitle
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_linetitle {
  position: relative;
  padding-left: 10px;
  font-size: clamp(9px, 1.25vw, 18px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .all_c_linetitle {
    font-size: 17px;
    letter-spacing: normal;
  }
}
.all_c_linetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #9CC4DD;
}
/*--------------------------------------------------------------------------
  all_c_pagelabel
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_pagelabel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 14px;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .all_c_pagelabel {
    font-size: 16px;
  }
}
.all_c_pagelabel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #7E9DB4;
  border-radius: 50%;
}
.all_c_pagelabel._white {
  color: #fff;
}
.all_c_pagelabel._white::before {
  background: #fff;
}

/*--------------------------------------------------------------------------
  all_c_flex
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_c_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .all_c_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.all_c_flex._two .all_c_flex_item {
  width: 48.89%;
}
@media only screen and (max-width: 767px) {
  .all_c_flex._two .all_c_flex_item {
    width: auto;
  }
}
.all_c_flex._three .all_c_flex_item {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .all_c_flex._three .all_c_flex_item {
    width: auto;
  }
}

/*--------------------------------------------------------------------------
  all_m_contentmenu
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_contentmenu {
  position: relative;
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .all_m_contentmenu {
    width: auto;
  }
}
.all_m_contentmenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(8px, 1.1111111111vw, 16px);
  border: 1px solid #F0F3F1;
  background: #F0F3F1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_m_contentmenu a {
    padding: 16px;
  }
}
.mode-pc .all_m_contentmenu a:hover, .mode-sp .all_m_contentmenu a:active {
  border: 1px solid #9CC4DD;
}
.mode-pc .all_m_contentmenu a:hover .all_m_contentmenu_title_icon::before, .mode-sp .all_m_contentmenu a:active .all_m_contentmenu_title_icon::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.all_m_contentmenu_icon {
  width: 44px;
  height: 44px;
}
.all_m_contentmenu_body {
  width: calc(100% - 56px);
  margin-left: auto;
}
.all_m_contentmenu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.all_m_contentmenu_title_icon {
  position: relative;
  width: 18px;
  height: 18px;
  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;
}
@media only screen and (max-width: 767px) {
  .all_m_contentmenu_title_icon {
    width: 16px;
    height: 16px;
  }
}
.all_m_contentmenu_title_icon img {
  position: relative;
  width: 7px;
  height: 9px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .all_m_contentmenu_title_icon img {
    width: 8px;
    height: 11px;
  }
}
.all_m_contentmenu_title_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all_m_contentmenu_title_text {
  width: calc(100% - 20px);
  font-size: clamp(13px, 1.0416666667vw, 15px);
  font-weight: 600;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .all_m_contentmenu_title_text {
    font-size: 15px;
  }
}
.all_m_contentmenu_text {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .all_m_contentmenu_text {
    font-size: 13px;
    line-height: 1.7;
  }
}

/*--------------------------------------------------------------------------
  all_m_bnr
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_bnr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.all_m_bnr_item {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item {
    width: auto;
  }
}
.all_m_bnr_item a, .all_m_bnr_item > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
  border-radius: 4px;
  background: #0A4870;
  border: 2px solid #0A4870;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item a, .all_m_bnr_item > span {
    padding: 14px;
  }
}
.all_m_bnr_item_img {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_img {
    width: 96px;
  }
}
.all_m_bnr_item_img img {
  width: 100%;
  height: auto;
}
.all_m_bnr_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(5px, 0.6944444444vw, 10px);
  width: calc(100% - 160px);
  margin-left: 5.4%;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_body {
    gap: 10px;
    width: calc(100% - 106px);
    margin-left: auto;
  }
}
.all_m_bnr_item_title {
  font-size: clamp(11px, 1.5277777778vw, 22px);
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.all_m_bnr_item_tel {
  position: relative;
  padding-left: 30px;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_tel {
    padding-left: 22px;
    font-size: 18px;
  }
}
.all_m_bnr_item_tel::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 0px;
  width: 26px;
  height: 26px;
  background: url(../images/all_icon_tel_w.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_tel::before {
    top: calc(50% - 9px);
    left: 0px;
    width: 18px;
    height: 18px;
  }
}
.all_m_bnr_item_text {
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_text {
    font-size: 12px;
    line-height: 1.4;
  }
}
.all_m_bnr_item_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_arrow {
    right: 10px;
    width: 22px;
    height: 22px;
  }
}
.all_m_bnr_item_arrow svg {
  width: 13px;
  height: 16px;
  fill: #0A4870;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item_arrow svg {
    width: 8.64px;
    height: 11px;
  }
}
.all_m_bnr_item._reception a {
  cursor: text;
}
.all_m_bnr_item._tranfer a {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .all_m_bnr_item._tranfer a {
    padding-right: 40px;
  }
}
.mode-pc .all_m_bnr_item._tranfer a:hover, .mode-sp .all_m_bnr_item._tranfer a:active {
  background: #fff;
  border: 2px solid #9CC4DD;
  color: #0A4870;
}
.mode-pc .all_m_bnr_item._tranfer a:hover .all_m_bnr_item_arrow, .mode-sp .all_m_bnr_item._tranfer a:active .all_m_bnr_item_arrow {
  background: #0A4870;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.4);
          transform: translateY(-50%) scale(1.4);
}
.mode-pc .all_m_bnr_item._tranfer a:hover .all_m_bnr_item_arrow svg, .mode-sp .all_m_bnr_item._tranfer a:active .all_m_bnr_item_arrow svg {
  fill: #fff;
}

/*--------------------------------------------------------------------------
  all_m_policylist
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_policylist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.all_m_policylist_item {
  font-size: 13px;
  font-weight: 400;
}
.all_m_policylist_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all_m_policylist_item a:hover {
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .all_m_policylist_item a {
    text-decoration: underline;
  }
}

/*--------------------------------------------------------------------------
  all_m_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_mv {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .all_m_mv {
    height: 280px;
  }
}
.all_m_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all_m_mv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.all_m_mv_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(10, 72, 112, 0.12)), to(rgba(10, 72, 112, 0.8)));
  background: linear-gradient(270deg, rgba(10, 72, 112, 0.12) 40%, rgba(10, 72, 112, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}
.all_m_mv_inner {
  position: relative;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.all_m_mv_body {
  position: absolute;
  left: 20px;
  bottom: clamp(24px, 3.3333333333vw, 48px);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .all_m_mv_body {
    left: 20px;
    bottom: 24px;
  }
}
.all_m_mv_title {
  margin-top: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(26px, 2.7777777778vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .all_m_mv_title {
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.all_m_mv_label {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  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;
  z-index: 3;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .all_m_mv_label {
    right: 20px;
  }
}
.all_m_mv_label .all_c_verticaltext {
  color: #fff;
  font-size: clamp(14px, 1.3888888889vw, 20px);
}
@media only screen and (max-width: 767px) {
  .all_m_mv_label .all_c_verticaltext {
    font-size: 18px;
  }
}
.all_m_mv_label .all_c_verticaltext::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .all_m_mv_label._img .all_c_verticaltext {
    width: 30px;
  }
}
.all_m_mv_label._img .all_c_verticaltext img {
  width: 100%;
  height: auto;
}
.all_m_mv_label._img .all_c_verticaltext::before {
  content: none;
}

/*--------------------------------------------------------------------------
  all_m_breadcrumb
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_breadcrumb {
  position: relative;
}
.all_m_breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 14px;
  line-height: 1.6;
}
.all_m_breadcrumb_item {
  position: relative;
  font-size: clamp(11px, 0.9027777778vw, 13px);
  font-weight: 400;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .all_m_breadcrumb_item {
    font-size: 12px;
  }
}
.all_m_breadcrumb_item:not(:first-child) {
  padding-left: 14px;
}
.all_m_breadcrumb_item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E1E6E2;
}
.all_m_breadcrumb_item[aria-current=page] {
  opacity: 0.4;
}
.all_m_breadcrumb_item a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mode-pc .all_m_breadcrumb_item a:hover, .mode-sp .all_m_breadcrumb_item a:active {
  opacity: 0.7;
}

/*--------------------------------------------------------------------------
  all_m_taglist
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.all_m_taglist_item {
  display: inline-block;
  padding: 5px;
  background: #7E9DB4;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .all_m_taglist_item {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
  all_m_indexnav
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_indexnav_wrap {
  position: relative;
}

.all_m_indexnav {
  position: absolute;
  top: 60px;
  right: 0;
  width: 230px;
  padding: 26px 28px 30px;
  background: #fff;
  border-radius: 4px 0 0 4px;
  z-index: 50;
}
@media only screen and (max-width: 1240px) {
  .all_m_indexnav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .all_m_indexnav {
    display: none;
  }
}
.all_m_indexnav.is-fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.all_m_indexnav.is-bottom {
  position: absolute;
}
.all_m_indexnav_label {
  margin: 0 0 4px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #7E9DB4;
}
.all_m_indexnav_title {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0A4870;
}
.all_m_indexnav_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 50px);
  height: 2px;
  background: #C4DEE9;
}
.all_m_indexnav_title_sub {
  font-size: 14px;
}
.all_m_indexnav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.all_m_indexnav_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  color: #0A4870;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.all_m_indexnav_item a::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url(../images/all_icon_indexnav_arrow.svg) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.mode-pc .all_m_indexnav_item a:hover {
  opacity: 1;
}
.all_m_indexnav_item_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
.all_m_indexnav_item.is-current a {
  opacity: 1;
}

/*--------------------------------------------------------------------------
  .all_m_faq
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_faq {
  position: relative;
  padding: clamp(54px, 7.5vw, 108px) 0;
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .all_m_faq {
    padding: 80px 0;
  }
}
.all_m_faq_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .all_m_faq_inner {
    max-width: 100%;
  }
}
.all_m_faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: clamp(28px, 2.7777777778vw, 40px) 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_list {
    margin-top: 28px;
  }
}
.all_m_faq_item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.all_m_faq_item.is-open .all_m_faq_question_icon_bg {
  background: #9CC4DD;
}
.all_m_faq_item.is-open .all_m_faq_question_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.all_m_faq_question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(12px, 1.1111111111vw, 16px);
  width: 100%;
  padding: clamp(18px, 1.6666666667vw, 24px) clamp(18px, 1.9444444444vw, 28px);
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 50px;
  }
}
.mode-pc .all_m_faq_question:hover {
  border-color: #9CC4DD;
}
.mode-pc .all_m_faq_question:hover .all_m_faq_question_icon_bg {
  scale: 1.2;
}
.all_m_faq_question_mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  color: #0A4870;
  line-height: 1.2;
}
.all_m_faq_question_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_question_text {
    padding-right: 0;
    font-size: 15px;
  }
}
.all_m_faq_question_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: clamp(18px, 1.9444444444vw, 28px);
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_question_icon {
    position: absolute;
    top: 50%;
    right: 12px;
    translate: 0 -50%;
    width: 22px;
    height: 22px;
  }
}
.all_m_faq_question_icon::before, .all_m_faq_question_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
.all_m_faq_question_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.all_m_faq_question_icon_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all_m_faq_answer {
  display: none;
  padding: clamp(18px, 1.6666666667vw, 24px) clamp(18px, 1.9444444444vw, 28px);
  background: #E9ECE9;
}
.all_m_faq_answer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(12px, 1.1111111111vw, 16px);
}
@media only screen and (max-width: 767px) {
  .all_m_faq_answer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.all_m_faq_answer_mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  color: #0A4870;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_answer_mark {
    line-height: 1;
  }
}
.all_m_faq_answer_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.all_m_faq_answer_title {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #0A4870;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_answer_title {
    font-size: 16px;
  }
}
.all_m_faq_answer_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  .all_m_faq_answer_text {
    font-size: 15px;
  }
}
.all_m_faq_answer_text p {
  margin: 0;
}
.all_m_faq_answer_text p + p {
  margin-top: 8px;
}
.all_m_faq_answer_text ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.all_m_faq_answer_text li {
  position: relative;
  padding-left: 16px;
}
.all_m_faq_answer_text li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #9CC4DD;
  border-radius: 50%;
}

/*--------------------------------------------------------------------------
  all_m_checklist
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_m_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .all_m_checklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.all_m_checklist_item {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .all_m_checklist_item {
    padding-left: 26px;
  }
}
.all_m_checklist_item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/all_icon_checkbox.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .all_m_checklist_item::before {
    width: 18px;
    height: 18px;
  }
}

/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/**
 *
 *  LOADER
 *
 */
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #Loader {
    position: absolute;
    top: 56px;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/1080;
  }
}

#Loader .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #0A4870;
}

#Loader .base {
  display: none;
}

.home #Loader {
  background-image: url(../images/all_loader_bg.jpg);
  background-position: 50% 100%;
  background-size: cover;
}
.home #Loader .base {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0;
  display: block;
  background-image: url(../images/all_loader_logo.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 482px auto;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .home #Loader .base {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 241px auto;
  }
}

/* trans
-------------------------------------------*/
.is-loading #Loader {
  opacity: 1;
}

.is-loading #Loader .base {
  top: 0px;
  opacity: 1;
  -webkit-transition: top 0.4s ease-in-out, opacity 0.6s ease-in-out;
  transition: top 0.4s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.load-complete #Loader .base {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  top: 30px;
  opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.all_mi_pc {
  display: block;
}

@-moz-document url-prefix() {
  .all_mi_pc.lh0 {
    line-height: 0;
  }
}
img.all_mi_pc {
  display: inline;
}

.all_mi_sp {
  display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
  .all_mi_pc,
  img.all_mi_pc {
    display: none;
  }
  .all_mi_sp {
    display: block;
  }
  img.all_mi_sp {
    display: inline;
  }
}
/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.all_mi_note,
.all_mi_list_note li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.all_mi_img_max {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mi-hov01:hover {
  opacity: 0.7;
}

.mi-hov01-all > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mi-hov01-all > *:hover {
  opacity: 0.7;
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   init
---------------------------------------------------------------------------*/
.is-animate.is-fadein {
  opacity: 0;
}
.is-animate.is-fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.is-animate.is-fadedown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.is-animate.is-fadeleft {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.is-animate.is-faderight {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.is-animate.is-fadezoom {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

/*--------------------------------------------------------------------------
   animated
---------------------------------------------------------------------------*/
.is-animated.is-fadein {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-animated.is-fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-animated.is-fadedown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-animated.is-fadeleft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-animated.is-faderight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-animated.is-fadezoom {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*--------------------------------------------------------------------------
   .header
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.all_page_header {
  position: relative;
  width: 100%;
}
.all_page_header .header {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 9999;
  background: #FFF;
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.06);
          box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.06);
}
@media only screen and (max-width: 767px) {
  .all_page_header .header {
    height: 48px;
  }
}
.all_page_header .header.is-fixed {
  position: fixed;
  -webkit-transform: translate(0, -110%) !important;
          transform: translate(0, -110%) !important;
}
.all_page_header .header.is-show {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.all_page_header .header.is-hide {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(0, -200%) !important;
          transform: translate(0, -200%) !important;
}
.all_page_header .header_logo {
  position: absolute;
  top: 50%;
  left: 40px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_logo {
    left: 10px;
  }
}
.all_page_header .header_logo a {
  display: block;
}
.all_page_header .header_logo img {
  width: clamp(144px, 21.9166666667vw, 263px);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_logo img {
    width: 144px;
  }
}
.all_page_header .header_menubtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_menubtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #0A4870;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    z-index: 10;
  }
  .all_page_header .header_menubtn_lines {
    position: relative;
    padding: 0;
    width: 24px;
    height: 15px;
    font-size: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: none;
  }
  .all_page_header .header_menubtn_lines:focus {
    outline: none;
  }
  .all_page_header .header_menubtn_lines span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
  }
  .all_page_header .header_menubtn_lines span:nth-of-type(1) {
    top: 0px;
    -webkit-animation: menu-bar01 0.75s forwards;
            animation: menu-bar01 0.75s forwards;
  }
  .all_page_header .header_menubtn_lines span:nth-of-type(2) {
    top: 7px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
  }
  .all_page_header .header_menubtn_lines span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 0.75s forwards;
            animation: menu-bar02 0.75s forwards;
  }
}
.all_page_header .header_tel {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 9;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 950px) {
  .all_page_header .header_tel {
    right: clamp(15px, 3.1578947368vw, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_tel {
    right: 60px;
  }
}
.all_page_header .header_tel a {
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  color: #0A4870;
  cursor: text;
}
@media only screen and (max-width: 950px) {
  .all_page_header .header_tel a {
    font-size: clamp(10px, 2.1052631579vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_tel a {
    font-size: 18px;
  }
}
.all_page_header .header_tel a::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: -36px;
  width: 26px;
  height: 26px;
  background: url(../images/all_icon_tel.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_tel a::before {
    top: calc(50% - 9px);
    left: -22px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_wrap {
    z-index: 999;
    position: fixed;
    top: 48px;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100vh - 48px);
    padding: 20px 20px 48px;
    background: #fff;
    overflow: auto;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.all_page_header .header_aside {
  display: none;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_aside {
    display: block;
    margin-bottom: 30px;
  }
  .all_page_header .header_aside_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .all_page_header .header_aside .all_m_contentmenu_text {
    display: none;
  }
}
.all_page_header .header_bnrs {
  display: none;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
  }
}
.all_page_header .header_policy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .all_page_header .header_policy.all_m_policylist {
    text-decoration: underline;
  }
}
.all_page_header .header_copy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_copy {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
}
.all_page_header .header_nav {
  position: relative;
  padding-right: clamp(180px, 21.6666666667vw, 260px);
}
@media only screen and (max-width: 767px) {
  .all_page_header .header_nav {
    padding: 0;
  }
}
.all_page_header .header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
}
.all_page_header .header .gnav_item {
  position: relative;
  margin: 0 clamp(0px, 1vw, 12px);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #C4DEE9;
  }
}
.all_page_header .header .gnav_item._coming button {
  pointer-events: none;
  opacity: 0.5;
  padding-right: 0;
}
.all_page_header .header .gnav_item._coming button::after, .all_page_header .header .gnav_item._coming button::before {
  content: none;
}
.all_page_header .header .gnav_item._mega button i {
  display: none;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item._mega button i {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9CC4DD;
  }
  .all_page_header .header .gnav_item._mega button i::before, .all_page_header .header .gnav_item._mega button i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    translate: -50% -50%;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .all_page_header .header .gnav_item._mega button i::before {
    rotate: -90deg;
  }
}
.all_page_header .header .gnav_item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0px, 1.3333333333vw, 16px);
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item > a {
    display: block;
    padding: 14px 0;
    font-size: 15px;
  }
}
.all_page_header .header .gnav_item > a::after {
  background: #0A4870;
  content: "";
  display: block;
  height: 3px;
  left: -0.1%;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(0) translateY(-50%);
          transform: scaleX(0) translateY(-50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
  z-index: -1;
}
.mode-pc .all_page_header .header .gnav_item > a:hover {
  color: #0A4870;
}
.all_page_header .header .gnav_item > button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 15px;
  font-size: clamp(0px, 1.3333333333vw, 16px);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item > button {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    text-align: left;
  }
}
.mode-pc .all_page_header .header .gnav_item > button:hover {
  color: #0A4870;
}
.all_page_header .header .gnav_item > button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background: url(../images/all_icon_arrow_down.svg) no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item > button::before {
    content: none;
  }
}
.all_page_header .header .gnav_item > button.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item > button.is-open::after {
    content: none;
  }
}
.all_page_header .header .gnav_item > button.is-open i::before {
  rotate: 0deg;
}
.all_page_header .header .gnav_item > button.is-open + .gnav_lower_wrap {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_item > button.is-open + .gnav_lower_wrap {
    padding-bottom: 10px;
  }
}
.all_page_header .header .gnav_item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  translate: 0 50%;
  border-radius: 3px;
  background: #0A4870;
  pointer-events: none;
}
.all_page_header .header .gnav_lower {
  padding: clamp(18px, 1.8333333333vw, 22px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_lower {
    display: block;
    margin: 0;
    padding: 0 0 14px;
    border-radius: 0;
  }
}
.all_page_header .header .gnav_lower_wrap {
  position: absolute;
  top: 90px;
  left: 50%;
  translate: -50% 0;
  margin: 0;
  width: clamp(240px, 25vw, 300px);
  padding-top: 10px;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.all_page_header .header .gnav_lower_wrap._short {
  width: clamp(110px, 11.6666666667vw, 140px);
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_lower_wrap {
    position: relative;
    top: inherit;
    left: inherit;
    translate: 0 0;
    margin: 0;
    padding-top: 0;
    pointer-events: all;
    overflow: visible;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    height: 0;
  }
}
.all_page_header .header .gnav_lower_item:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_lower_item:not(:first-child) {
    margin-top: 0;
  }
}
.all_page_header .header .gnav_lower_item a {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: clamp(13px, 1.3333333333vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_lower_item a {
    padding: 4px 0;
    font-size: 14px;
  }
}
.all_page_header .header .gnav_lower_item a i {
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_lower_item a i {
    display: none;
  }
}
.all_page_header .header .gnav_lower_item a i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.all_page_header .header .gnav_lower_item a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 9px;
  height: 11px;
  background: url(../images/all_icon_arrow.svg) no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .all_page_header .header .gnav_lower_item a i::after {
    content: none;
  }
}
.all_page_header .header .gnav_lower_item a:hover {
  color: #0A4870;
}
.all_page_header .header .gnav_lower_item a:hover i::before {
  scale: 1.2;
}

.is-menuanim .header_wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-mega-anim .gnav_lower_wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*menu open*/
@media only screen and (max-width: 767px) {
  .is-menuopen .header::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100vh - 48px);
    background: rgba(126, 157, 180, 0.8);
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .is-menuopen .header_menubtn_lines span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .is-menuopen .header_menubtn_lines span:nth-of-type(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .is-menuopen .header_menubtn_lines span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .is-menuopen .header_wrap {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
}

/*--------------------------------
  gnav item
--------------------------------*/
.all_page_wrapper.top .gnav_item._top::before,
.all_page_wrapper.about .gnav_item._about::before,
.all_page_wrapper.facility .gnav_item._facility::before,
.all_page_wrapper.vascula .gnav_item._vascula::before,
.all_page_wrapper.temporary .gnav_item._temporary::before,
.all_page_wrapper.department .gnav_item._department::before {
  content: "";
}
@media only screen and (max-width: 767px) {
  .all_page_wrapper.top .gnav_item._top::before,
  .all_page_wrapper.about .gnav_item._about::before,
  .all_page_wrapper.facility .gnav_item._facility::before,
  .all_page_wrapper.vascula .gnav_item._vascula::before,
  .all_page_wrapper.temporary .gnav_item._temporary::before,
  .all_page_wrapper.department .gnav_item._department::before {
    content: none;
  }
}

/*--------------------------------------------------------------------------
   .footer
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.footer {
  position: relative;
  padding: clamp(0px, 5.5555555556vw, 80px) 0 clamp(0px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 20px;
  }
}
.footer_pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  translate: 0 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer_pagetop {
    right: 12px;
  }
}
.footer_pagetop.is-show {
  translate: 0 0;
}
.footer_pagetop a {
  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;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  background: #7E9DB4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer_pagetop a {
    width: 40px;
    height: 40px;
    border-radius: 2px;
  }
}
.footer_pagetop a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media only screen and (max-width: 767px) {
  .footer_pagetop img {
    width: 12px;
    height: auto;
  }
}
.footer_objtext {
  position: absolute;
  top: 15px;
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .footer_objtext {
    display: none;
  }
}
.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(0px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
  }
}
.footer_front {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer_front {
    width: auto;
  }
}
.footer_logo {
  max-width: 305px;
  width: 100%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer_logo {
    max-width: 240px;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_text {
  margin-top: 20px;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 400;
}
.footer_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(30px, 4.1666666667vw, 60px);
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer_sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav:first-of-type {
    border-top: 1px solid #C4DEE9;
  }
}
.footer_sitemap .fnav_item {
  position: relative;
  font-size: clamp(10px, 1.1111111111vw, 16px);
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_item {
    font-size: 15px;
    border-bottom: 1px solid #C4DEE9;
  }
}
.footer_sitemap .fnav_item:nth-child(n+2) {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_item:nth-child(n+2) {
    margin-top: 0;
  }
}
.footer_sitemap .fnav_item a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_item a {
    display: block;
    padding: 10px 0;
  }
}
.footer_sitemap .fnav_item a:hover {
  color: #0A4870;
  opacity: 1;
}
.footer_sitemap .fnav_item._coming button {
  pointer-events: none;
  opacity: 0.5;
  padding-right: 0;
}
.footer_sitemap .fnav_item._coming button::after, .footer_sitemap .fnav_item._coming button::before {
  content: none;
}
.footer_sitemap .fnav button {
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav button {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    text-align: left;
  }
}
.footer_sitemap .fnav button.is-open i::before {
  rotate: 0deg;
}
.footer_sitemap .fnav button i {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav button i {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9CC4DD;
  }
  .footer_sitemap .fnav button i::before, .footer_sitemap .fnav button i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    translate: -50% -50%;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_sitemap .fnav button i::before {
    rotate: -90deg;
  }
}
.footer_sitemap .fnav_lower {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_lower {
    margin-top: 0;
    padding: 0 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_lower_wrap {
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    height: 0;
  }
}
.footer_sitemap .fnav_lower_item {
  position: relative;
  font-weight: 400;
}
.footer_sitemap .fnav_lower_item::before {
  content: "－";
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_lower_item::before {
    content: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_sitemap .fnav_lower_item a {
    padding: 3px 0;
  }
}
.footer_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .footer_end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_copyright {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer_copyright {
    margin-top: 10px;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------
   .main
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.main {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main {
    opacity: 1;
  }
}

.load-complete .main {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #top_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.top_mv {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .top_mv {
    padding: 0 10px;
  }
}
.top_mv_img {
  position: relative;
  aspect-ratio: 1400/638;
  background: url(../images/top_img_mv.webp) no-repeat 50% 50%/cover;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top_mv_img {
    aspect-ratio: 356/487;
    background: url(../images/top_img_mv_sp.webp) no-repeat 50% 50%/cover;
    border-radius: 2px 2px 0 0;
  }
}
.top_mv_img_body {
  position: absolute;
  left: clamp(25px, 3.4722222222vw, 50px);
  bottom: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .top_mv_img_body {
    left: 20px;
    bottom: 30px;
  }
}
.top_mv_img_body img {
  width: 100%;
  height: auto;
}
.top_mv_img_copy1 {
  line-height: 1;
  width: clamp(210.5px, 42.1vw, 421px);
}
@media only screen and (max-width: 767px) {
  .top_mv_img_copy1 {
    width: 282px;
  }
}
.top_mv_img_copy2 {
  width: clamp(125px, 25vw, 250px);
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top_mv_img_copy2 {
    margin-top: 30px;
    width: 202px;
  }
}
.top_mv_news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px clamp(25px, 3.4722222222vw, 50px);
  background: #F0F3F1;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 767px) {
  .top_mv_news {
    display: block;
    padding: 10px;
    border-radius: 0 0 2px 2px;
  }
}
.top_mv_news_title {
  position: relative;
  width: 120px;
  color: #0A4870;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .top_mv_news_title {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    font-size: 14px;
    padding-left: 12px;
  }
}
.top_mv_news_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #7E9DB4;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .top_mv_news_title::before {
    left: 0;
  }
}
.top_mv_news_body {
  position: relative;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .top_mv_news_body {
    width: auto;
  }
}
.top_mv_news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: clamp(25px, 3.4722222222vw, 50px);
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .top_mv_news .news {
    display: block;
    margin: 0;
    padding-right: 50px;
  }
}
.top_mv_news .news_date {
  margin-right: clamp(10px, 1.3888888889vw, 20px);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .top_mv_news .news_date {
    margin-left: 120px;
  }
}
.top_mv_news .news_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top_mv_news .news_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: inherit;
    font-size: 14px;
    line-height: 1.6;
  }
}
.top_mv_news_control {
  position: absolute;
  top: 7px;
  right: 20px;
  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;
  width: 52px;
  height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top_mv_news_control {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .top_mv_news_control {
    top: inherit;
    right: -3px;
    bottom: 0px;
  }
}
.top_mv_news_control::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 2px;
  height: 12px;
  background: #7E9DB4;
  border-radius: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top_mv_news_control::before {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .top_mv_news_control::before {
    top: -4px;
    left: 28px;
  }
}
.top_mv_news .swiper-button-prev,
.top_mv_news .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_mv_news .swiper-button-prev::after,
.top_mv_news .swiper-button-next::after {
  content: "";
  width: 32px;
  height: 13px;
  background: url(../images/all_icon_arrow_news.svg) no-repeat 50% 50%/contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .top_mv_news .swiper-button-prev::after,
  .top_mv_news .swiper-button-next::after {
    width: 7px;
    height: 14px;
  }
}
.mode-pc .top_mv_news .swiper-button-prev:hover::after, .mode-sp .top_mv_news .swiper-button-prev:active::after,
.mode-pc .top_mv_news .swiper-button-next:hover::after,
.mode-sp .top_mv_news .swiper-button-next:active::after {
  opacity: 0.6;
}
.top_mv_news .swiper-button-next::after {
  rotate: 180deg;
}
.top_mv_menu {
  position: absolute;
  top: 17px;
  right: 39px;
  padding: clamp(10px, 1.3888888889vw, 20px);
  border-radius: 4px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top_mv_menu {
    top: 10px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top_mv_menu {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 20px;
  }
}
.top_mv_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top_mv_menu_list {
    gap: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top_mv_menu .all_m_contentmenu {
    width: clamp(175px, 35vw, 350px);
  }
}

/*--------------------------------------------------------------------------
  #top_location
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.top_location {
  position: relative;
  margin-top: -6vw;
  padding-top: clamp(100px, 13.8888888889vw, 200px);
}
@media only screen and (max-width: 767px) {
  .top_location {
    z-index: 1;
  }
}
.top_location_entitle {
  position: absolute;
  top: 15px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .top_location_entitle {
    display: none;
  }
}
.top_location_text {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top_location_text {
    margin-top: 32px;
    font-size: 15px;
  }
}
.top_location_text a {
  color: #0A4870;
  text-decoration: underline;
}
.top_location_text a:hover {
  text-decoration: none;
}
.top_location_content {
  padding-left: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .top_location_content {
    padding-left: 0;
  }
}
.top_location_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .top_location_main {
    display: block;
  }
}
.top_location_facilities {
  width: 55.4%;
  border-top: 1px solid #C4DEE9;
}
@media only screen and (max-width: 767px) {
  .top_location_facilities {
    width: auto;
    margin-top: 30px;
  }
}
.top_location_facility {
  border-bottom: 1px solid #C4DEE9;
}
.top_location_facility a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 2.0833333333vw, 30px);
  padding: 10px 50px 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .top_location_facility a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 55px 20px 0;
  }
}
.mode-pc .top_location_facility a:hover {
  background: #F0F3F1;
}
.mode-pc .top_location_facility a:hover .top_location_facility_main {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.mode-pc .top_location_facility a:hover .top_location_facility_icon::before {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.top_location_facility_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_main {
    width: 100%;
  }
}
.top_location_facility_img {
  width: 88px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_img {
    width: 80px;
  }
}
.top_location_facility_img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.top_location_facility_body {
  width: calc(100% - 88px);
  padding-left: clamp(10px, 1.3888888889vw, 20px);
}
@media only screen and (max-width: 767px) {
  .top_location_facility_body {
    width: calc(100% - 80px);
    padding-left: 16px;
  }
}
.top_location_facility_name {
  font-size: clamp(9.5px, 1.3194444444vw, 19px);
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_name {
    font-size: 17px;
    line-height: 1.5;
  }
}
.top_location_facility_address {
  position: relative;
  padding-left: 20px;
  font-size: clamp(8px, 1.1111111111vw, 16px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_address {
    font-size: 14px;
    padding-left: 18px;
  }
}
.top_location_facility_address::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0px;
  width: 12px;
  height: 18px;
  background: url(../images/all_icon_pin.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_address::before {
    top: calc(50% - 8px);
    width: 11px;
    height: 16px;
  }
}
.top_location_facility_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: calc(35% - 50px);
}
@media only screen and (max-width: 767px) {
  .top_location_facility_tags {
    width: auto;
  }
}
.top_location_facility_tag {
  display: inline-block;
  padding: 5px;
  border-radius: 1px;
  background: #7E9DB4;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.top_location_facility_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  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;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_icon {
    right: 0;
    width: 28px;
    height: 28px;
  }
}
.top_location_facility_icon img {
  position: relative;
  width: 9px;
  height: 11px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top_location_facility_icon img {
    width: 13px;
    height: 16px;
  }
}
.top_location_facility_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_location_maps {
  position: relative;
  width: calc(45% + 7.8vw);
  margin-right: -7.8vw;
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  .top_location_maps {
    display: none;
  }
}
.top_location_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_location_map.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.top_location_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.top_location_menu {
  position: absolute;
  top: 17px;
  right: 39px;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}
.top_location_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/*--------------------------------------------------------------------------
  #top_department
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.top_department {
  position: relative;
  max-width: 1328px;
  width: 100%;
  margin: clamp(50px, 6.9444444444vw, 100px) auto 0;
  padding: clamp(40px, 5.5555555556vw, 80px) 10px;
  border-radius: 8px;
  background: #F0F3F1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top_department {
    max-width: none;
    width: auto;
    margin: 50px 20px 0;
    padding: 50px 4px;
  }
}
.top_department_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: clamp(12.5px, 1.7361111111vw, 25px);
}
@media only screen and (max-width: 767px) {
  .top_department_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 10px;
    margin-top: 32px;
  }
}
.top_department_item {
  width: 15%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_department_item {
    width: 47%;
  }
}
.top_department_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .top_department_item a:hover .top_department_item_icon, .mode-sp .top_department_item a:active .top_department_item_icon {
  border: 1px solid #7E9DB4;
}
.mode-pc .top_department_item a:hover .top_department_item_link::before, .mode-sp .top_department_item a:active .top_department_item_link::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.top_department_item > span .top_department_item_link {
  display: none;
}
.top_department_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .top_department_item_icon img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.top_department_item_text {
  margin-top: 20px;
  font-size: clamp(9px, 1.25vw, 18px);
  color: #0A4870;
  letter-spacing: 0.72px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .top_department_item_text {
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
  }
}
.top_department_item_text .narrow {
  letter-spacing: -0.05rem;
}
.top_department_item_entext {
  margin-top: 8px;
  color: #99A9B0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.52px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top_department_item_entext {
    margin-top: 3px;
    font-size: 13px;
    text-align: left;
  }
}
.top_department_item_link {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 12px auto 0;
  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;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top_department_item_link {
    margin-left: 0;
  }
}
.top_department_item_link img {
  position: relative;
  width: 11px;
  height: 13px;
  z-index: 2;
}
.top_department_item_link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_department_img {
  position: relative;
  aspect-ratio: 1400/638;
  background: url(../images/top_img_mv.webp) no-repeat 50% 50%/cover;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.top_department_img_copy1 {
  line-height: 1;
}
.top_department_img_copy2 {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  line-height: 1;
}
.top_department_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px clamp(25px, 3.4722222222vw, 50px);
  background: #F0F3F1;
  border-radius: 0 0 4px 4px;
}
.top_department_news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .top_department_news .news {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_department_news .news_date {
  margin-right: clamp(10px, 1.3888888889vw, 20px);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}
.top_department_news_controle {
  position: absolute;
  top: 13px;
  right: 0px;
  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;
}
.top_department_news_controle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-1px, -50%);
          transform: translate(-1px, -50%);
  width: 2px;
  height: 12px;
  background: #7E9DB4;
}
.top_department_menu {
  position: absolute;
  top: 17px;
  right: 39px;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}

/*--------------------------------------------------------------------------
  #top_about
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.top_about {
  position: relative;
  margin-top: -19.4VW;
  padding: 30vw 0 11vw;
  background: url(../images/top_about_bg.webp) no-repeat 50% 100%/100% auto;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .top_about {
    margin-top: -79.7VW;
    padding: 131.7vw 0 31.6vw;
    background: url(../images/top_about_bg_sp.webp) no-repeat 50% 100%/100% auto;
  }
}
.top_about_copy {
  position: absolute;
  top: 100px;
  right: -60px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 1;
  width: 188px;
}
@media only screen and (max-width: 767px) {
  .top_about_copy {
    display: none;
  }
}
.top_about_copy img {
  width: 100%;
  height: auto;
}
.top_about_text {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 400;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .top_about_text {
    margin-top: 32px;
    font-size: 15px;
  }
}
.top_about_link {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .top_about_link {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .about_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .about_philosophy
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.about_philosophy {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(50px, 6.9444444444vw, 100px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .about_philosophy {
    padding: 60px 0 50px;
  }
}
.about_philosophy_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
.about_philosophy_copy {
  margin-top: clamp(25px, 3.4722222222vw, 50px);
  color: #0A4870;
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .about_philosophy_copy {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: normal;
  }
}
.about_philosophy_gallery {
  position: relative;
  margin-top: clamp(40px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .about_philosophy_gallery {
    margin-top: 40px;
  }
}
.about_philosophy_gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(27.26%, rgba(255, 255, 255, 0.8)), color-stop(43.16%, rgba(255, 255, 255, 0.7)), color-stop(60.88%, rgba(255, 255, 255, 0.5)), color-stop(94.5%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.8) 27.26%, rgba(255, 255, 255, 0.7) 43.16%, rgba(255, 255, 255, 0.5) 60.88%, rgba(255, 255, 255, 0) 94.5%);
  content: "";
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .about_philosophy_gallery::before {
    content: none;
  }
}
.about_philosophy_gallery::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), color-stop(27.26%, rgba(255, 255, 255, 0.8)), color-stop(43.16%, rgba(255, 255, 255, 0.7)), color-stop(60.88%, rgba(255, 255, 255, 0.5)), color-stop(94.5%, rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0.8) 27.26%, rgba(255, 255, 255, 0.7) 43.16%, rgba(255, 255, 255, 0.5) 60.88%, rgba(255, 255, 255, 0) 94.5%);
  content: "";
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .about_philosophy_gallery::after {
    content: none;
  }
}
.about_philosophy .scroll-infinity_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.about_philosophy .scroll-infinity_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_philosophy .scroll-infinity_list._left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.about_philosophy .scroll-infinity_item {
  width: 27.7vw;
  aspect-ratio: 40/28;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .about_philosophy .scroll-infinity_item {
    width: 85vw;
    aspect-ratio: 320/224;
    margin-right: 10px;
  }
}
.about_philosophy .scroll-infinity_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.about_philosophy_swiper .swiper-slide {
  width: clamp(260px, 27.7777777778vw, 400px);
}
@media only screen and (max-width: 767px) {
  .about_philosophy_swiper .swiper-slide {
    width: 260px;
  }
}
.about_philosophy_pic {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 400/280;
}
.about_philosophy_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mode-pc .about_philosophy_pic:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/*--------------------------------------------------------------------------
  .about_features
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.about_features {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .about_features {
    padding: 60px 0 70px;
  }
}
.about_features_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .about_features_body {
    max-width: 100%;
  }
}
.about_features_list {
  margin: clamp(30px, 3.8888888889vw, 56px) 0 0;
  padding: 0;
  list-style: none;
  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 only screen and (max-width: 767px) {
  .about_features_list {
    margin-top: 30px;
    gap: 16px;
  }
}
.about_features_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(20px, 5vw, 72px);
  padding: clamp(16px, 1.9444444444vw, 28px) clamp(30px, 4.8611111111vw, 70px) clamp(16px, 1.9444444444vw, 28px) clamp(16px, 1.9444444444vw, 28px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .about_features_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
    padding: 20px;
  }
}
.about_features_pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(200px, 17.8472222222vw, 257px);
  aspect-ratio: 257/172;
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about_features_pic {
    width: 100%;
    aspect-ratio: 296/198;
  }
}
.about_features_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.about_features_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.about_features_number {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #7E9DB4;
}
@media only screen and (max-width: 767px) {
  .about_features_number {
    font-size: 14px;
  }
}
.about_features_subtitle {
  margin: clamp(4px, 0.4166666667vw, 6px) 0 0;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .about_features_subtitle {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.75;
  }
}
.about_features_text {
  margin: clamp(10px, 0.9722222222vw, 14px) 0 0;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .about_features_text {
    margin-top: 10px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .about_greeting
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.about_greeting {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .about_greeting {
    padding: 80px 0 70px;
  }
}
.about_greeting_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .about_greeting_body {
    max-width: 100%;
  }
}
.about_greeting_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 358fr) clamp(24.5px, 3.4027777778vw, 49px) minmax(0, 590fr);
  grid-template-columns: minmax(0, 358fr) minmax(0, 590fr);
  gap: clamp(24.5px, 3.4027777778vw, 49px);
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .about_greeting_layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.about_greeting_profile {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  text-align: center;
}
.about_greeting_pic {
  width: 100%;
  aspect-ratio: 358/420;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .about_greeting_pic {
    aspect-ratio: 336/189;
    border-radius: 2px;
  }
}
.about_greeting_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  vertical-align: top;
}
.about_greeting_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: clamp(16px, 1.6666666667vw, 24px) 0 0;
}
@media only screen and (max-width: 767px) {
  .about_greeting_name {
    margin-top: 16px;
  }
}
.about_greeting_name_role {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  letter-spacing: 0.04em;
  color: #7E9DB4;
}
@media only screen and (max-width: 767px) {
  .about_greeting_name_role {
    font-size: 13px;
  }
}
.about_greeting_name_text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  letter-spacing: 0.1em;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .about_greeting_name_text {
    font-size: 20px;
  }
}
.about_greeting_message {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.about_greeting_copy {
  position: relative;
  margin-top: -0.8rem;
  color: #0A4870;
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .about_greeting_copy {
    font-size: 20px;
  }
}
.about_greeting_text {
  margin: clamp(20px, 2.2222222222vw, 32px) 0 0;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .about_greeting_text {
    margin-top: 20px;
    font-size: 15px;
  }
}
.about_greeting_text .text {
  margin: 0;
}
.about_greeting_text .text + .text {
  margin-top: clamp(16px, 1.6666666667vw, 24px);
}
@media only screen and (max-width: 767px) {
  .about_greeting_text .text + .text {
    margin-top: 16px;
  }
}

/*--------------------------------------------------------------------------
  .about_support
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.about_support {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(50px, 7.6388888889vw, 110px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .about_support {
    padding: 80px 0 70px;
  }
}
.about_support_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .about_support_body {
    max-width: 100%;
  }
}
.about_support_lead {
  margin-top: clamp(30px, 3.125vw, 45px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .about_support_lead {
    margin-top: 25px;
    font-size: 15px;
  }
}
.about_support_list {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(20px, 2.0833333333vw, 30px) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.0833333333vw, 30px);
}
@media only screen and (max-width: 767px) {
  .about_support_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
}
.about_support_item {
  position: relative;
}
.about_support_pic {
  position: relative;
  aspect-ratio: 488/320;
  overflow: hidden;
  border-radius: 4px;
}
.about_support_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.about_support_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: clamp(10px, 1.1111111111vw, 16px);
  padding: 0;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .about_support_label {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.about_support_label::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #7E9DB4;
  border-radius: 50%;
}
.about_support_text {
  margin-top: clamp(8px, 1.1111111111vw, 16px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .about_support_text {
    margin-top: 8px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .all_page_wrapper.facility 用 上書き
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  facility 共通
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* layout
-----------------------------------------------------------------*/
.facility_section {
  position: relative;
  padding: clamp(50px, 6.25vw, 90px) 0;
}
@media only screen and (max-width: 767px) {
  .facility_section {
    padding: 50px 0;
  }
}
.facility_section._bg {
  background: #F0F3F1;
}

.facility_section_inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .facility_section_inner {
    padding: 0 20px;
  }
}

.facility_section_body {
  margin-top: clamp(30px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .facility_section_body {
    margin-top: 30px;
  }
}

.facility_section_title {
  margin: 0;
}

/*--------------------------------------------------------------------------
  .facility_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_mv.all_m_mv {
  background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
}
@media only screen and (max-width: 767px) {
  .facility_mv.all_m_mv {
    background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
  }
}
.facility_mv.all_m_mv .all_m_mv_bg {
  text-align: right;
}
.facility_mv.all_m_mv .all_m_mv_bg img {
  width: auto;
  height: 100%;
}
.facility_mv .all_m_mv_bg::after {
  display: none;
}
.facility_mv .all_m_mv_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .facility_mv .all_m_mv_title {
    gap: 8px;
  }
}
.facility_mv_title_sub {
  font-size: clamp(16px, 1.5277777778vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .facility_mv_title_sub {
    font-size: 18px;
  }
}
.facility_mv_taglist {
  margin-top: clamp(12px, 1.25vw, 18px);
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .facility_mv_taglist {
    margin-top: 14px;
  }
}
.facility_mv_taglist .all_m_taglist_item {
  padding: 6px 8px;
  background: #fff;
  border-radius: 1px;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .facility_mv .all_m_mv_label .all_c_verticaltext {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
  .facility_features
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_features {
  position: relative;
  padding: clamp(54px, 7.5vw, 108px) 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .facility_features {
    padding: 80px 0;
  }
}
.facility_features_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
  padding-left: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 1240px) {
  .facility_features_inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facility_features_inner {
    padding-left: 0;
  }
}
.facility_features_label {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .facility_features_label {
    display: none;
  }
}
.facility_features_label .all_c_verticaltext {
  top: 12px;
  font-size: 16px;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .facility_features_label .all_c_verticaltext {
    font-size: 12px;
  }
}
.facility_features_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(12px, 1.6666666667vw, 24px) 1fr clamp(12px, 1.6666666667vw, 24px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.6666666667vw, 24px);
  margin: 0;
  padding: clamp(20px, 2.2222222222vw, 32px);
  list-style: none;
  background: #F0F3F1;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .facility_features_list {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 20px 10px;
  }
}
.facility_features_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(14px, 1.9444444444vw, 28px) 10px clamp(9px, 1.25vw, 18px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .facility_features_item {
    padding: 16px 2px;
  }
}
.facility_features_item_label {
  position: relative;
  padding-bottom: 10px;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.4;
  text-align: center;
  color: #0A4870;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .facility_features_item_label {
    font-size: 14px;
  }
}
.facility_features_item_label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.facility_features_item_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(6px, 0.8333333333vw, 12px);
  min-height: 62px;
  margin-top: 10px;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .facility_features_item_value {
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.facility_features_item_value img {
  width: auto;
  height: clamp(22px, 2.2222222222vw, 32px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .facility_features_item_value img {
    height: 22px;
  }
}
.facility_features_item_num {
  font-family: "Inter", sans-serif;
  font-size: clamp(34px, 3.3333333333vw, 48px);
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .facility_features_item_num {
    font-size: 36px;
  }
}
.facility_features_item_unit {
  position: relative;
  left: 5px;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .facility_features_item_unit {
    bottom: 0;
    font-size: 20px;
  }
}
.facility_features_item_text {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  line-height: 1.3;
  color: #0A4870;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .facility_features_item_text {
    margin-top: 5px;
    font-size: 22px;
    text-align: center;
  }
}
.facility_features_item_text ._sm {
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
@media only screen and (max-width: 767px) {
  .facility_features_item_text ._sm {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------------------
  .facility_hours
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_hours {
  position: relative;
  padding-bottom: clamp(50px, 6.25vw, 90px);
}
@media only screen and (max-width: 767px) {
  .facility_hours {
    padding-bottom: 50px;
  }
}
.facility_hours_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_hours_inner {
    max-width: 100%;
  }
}
.facility_hours_body {
  margin-top: clamp(32px, 3.3333333333vw, 48px);
}
@media only screen and (max-width: 767px) {
  .facility_hours_body {
    margin-top: 32px;
  }
}
.facility_hours_block + .facility_hours_block {
  margin-top: clamp(32px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .facility_hours_block + .facility_hours_block {
    margin-top: 32px;
  }
}
.facility_hours_header {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 22px;
  margin-bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .facility_hours_header {
    gap: 2px;
    padding-bottom: 15px;
  }
}
.facility_hours_subtitle {
  position: relative;
  padding-left: 16px;
  margin: 0;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .facility_hours_subtitle {
    font-size: 22px;
    letter-spacing: 0.88px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 400px) {
  .facility_hours_subtitle {
    font-size: 20px;
  }
}
.facility_hours_subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #9CC4DD;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.facility_hours_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #0A4870;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .facility_hours_caption {
    gap: 4px;
  }
}
.facility_hours_holiday {
  display: inline-block;
  padding: 5px 8px;
  background: #0A4870;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .facility_hours_holiday {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .facility_hours_holiday {
    font-size: 12px;
  }
}
.facility_hours_dow {
  color: #0A4870;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .facility_hours_dow {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .facility_hours_dow {
    font-size: 13px;
  }
}
.facility_hours_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #C4DEE9 !important;
}
@media only screen and (max-width: 767px) {
  .facility_hours_table {
    width: 100%;
    font-size: 15px;
  }
}
.facility_hours_table th,
.facility_hours_table td {
  width: 14.2857142857%;
  padding: 8px 3px;
  border-bottom: 1px solid #C4DEE9;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .facility_hours_table th,
  .facility_hours_table td {
    padding: 10px 2px;
  }
}
.facility_hours_table thead th {
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .facility_hours_table thead th:first-of-type {
    width: 82px !important;
    line-height: 1.2;
  }
}
.facility_hours_table tbody th {
  border-right: 1px solid #C4DEE9;
  white-space: nowrap;
}
.facility_hours_table tbody th._time {
  font-size: 13px;
  letter-spacing: -0.27px;
  padding-inline: 0;
}
.facility_hours_table thead th:first-of-type {
  border-right: 1px solid #C4DEE9;
}
.facility_hours_table tbody tr:last-of-type th,
.facility_hours_table tbody tr:last-of-type td {
  border-bottom: 0;
}
.facility_hours_dot {
  display: inline-block;
  width: clamp(14px, 1.1111111111vw, 16px);
  height: clamp(14px, 1.1111111111vw, 16px);
  background: #9CC4DD;
  border-radius: 50%;
}
.facility_hours_dash {
  display: inline-block;
  color: #7E9DB4;
}
.facility_hours_tag {
  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;
}
.facility_hours_tag span {
  background: #9CC4DD;
}
.facility_hours_tag span:first-of-type {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility_hours_tag span:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
  }
}
.facility_hours_tag span:last-of-type {
  display: inline-block;
  padding: 4.5px 11px;
  color: #fff;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 1;
  border-radius: 999px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .facility_hours_tag span:last-of-type {
    display: none;
  }
}
.facility_hours_tag._jinzo span {
  background: #7E9DB4;
}
.facility_hours_note {
  display: none;
}
@media only screen and (max-width: 767px) {
  .facility_hours_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
    margin-top: 12px;
  }
}
.facility_hours_note_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 16px;
}
.facility_hours_note_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  background: #9CC4DD;
}
.facility_hours_note_icon._jinzo {
  background: #7E9DB4;
}

/*--------------------------------------------------------------------------
  .facility_greeting
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_greeting {
  position: relative;
  padding: 0 0 clamp(54px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .facility_greeting {
    padding: 0 0 80px;
  }
}
.facility_greeting_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_greeting_inner {
    max-width: 100%;
  }
}
.facility_greeting_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 358fr) clamp(24.5px, 3.4027777778vw, 49px) minmax(0, 590fr);
  grid-template-columns: minmax(0, 358fr) minmax(0, 590fr);
  gap: clamp(24.5px, 3.4027777778vw, 49px);
  margin-top: clamp(32px, 3.3333333333vw, 48px);
}
@media only screen and (max-width: 767px) {
  .facility_greeting_layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}
.facility_greeting_profile {
  text-align: center;
}
.facility_greeting_pic {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 1/1.3;
}
@media only screen and (max-width: 767px) {
  .facility_greeting_pic {
    aspect-ratio: 336/189;
    border-radius: 2px;
  }
}
.facility_greeting_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.facility_greeting_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: clamp(16px, 1.3888888889vw, 20px);
}
@media only screen and (max-width: 767px) {
  .facility_greeting_name {
    margin-top: 16px;
  }
}
.facility_greeting_name_role {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  letter-spacing: 0.04em;
  color: #7E9DB4;
}
@media only screen and (max-width: 767px) {
  .facility_greeting_name_role {
    font-size: 13px;
  }
}
.facility_greeting_name_text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  letter-spacing: 0.1em;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .facility_greeting_name_text {
    font-size: 20px;
  }
}
.facility_greeting_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 1.6666666667vw, 24px);
}
@media only screen and (max-width: 767px) {
  .facility_greeting_message {
    gap: 16px;
  }
}
.facility_greeting_copy {
  color: #0A4870;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .facility_greeting_copy {
    font-size: 20px;
    line-height: 1.8;
  }
}
.facility_greeting_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .facility_greeting_text {
    font-size: 15px;
  }
}
.facility_greeting_speciality {
  margin-top: clamp(16px, 1.6666666667vw, 24px);
  padding: clamp(16px, 1.3888888889vw, 20px);
  background: #F0F3F1;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .facility_greeting_speciality {
    margin-top: 16px;
    padding: 20px;
  }
}
.facility_greeting_speciality_label {
  margin: 0 0 6px;
  font-size: 16px;
  color: #0A4870;
  letter-spacing: 0.08em;
}
.facility_greeting_speciality_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/*--------------------------------------------------------------------------
  .facility_medical
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_medical {
  position: relative;
  padding-top: clamp(54px, 7.5vw, 108px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .facility_medical {
    padding-top: 80px;
  }
}
.facility_medical_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_medical_inner {
    max-width: 100%;
  }
}
.facility_medical_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(10px, 1.3888888889vw, 20px) 1fr clamp(10px, 1.3888888889vw, 20px) 1fr clamp(10px, 1.3888888889vw, 20px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.7777777778vw, 40px) clamp(10px, 1.3888888889vw, 20px);
  margin: clamp(32px, 3.3333333333vw, 48px) 0 0;
  padding: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .facility_medical_list {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
}
.facility_medical_item a {
  display: block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .facility_medical_item a:hover .facility_medical_item_pic, .mode-sp .facility_medical_item a:active .facility_medical_item_pic {
  border: 1px solid #7E9DB4;
}
.mode-pc .facility_medical_item a:hover .facility_medical_item_label_icon::before, .mode-sp .facility_medical_item a:active .facility_medical_item_label_icon::before {
  scale: 1.3;
}
.facility_medical_item span {
  display: block;
}
.facility_medical_item span .facility_medical_item_label_icon {
  display: none;
}
.facility_medical_item_pic {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.facility_medical_item_pic img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.facility_medical_item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #0A4870;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .facility_medical_item_label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
  }
}
.facility_medical_item_label_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .facility_medical_item_label_icon {
    width: 20px;
    height: 20px;
    translate: 0 5px;
  }
}
.facility_medical_item_label_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.facility_medical_item_label_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 11px;
  height: 13px;
  background: url(../images/all_icon_arrow.svg) no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .facility_medical_item_label_icon::after {
    width: 10px;
    height: 12px;
  }
}

/*--------------------------------------------------------------------------
  .facility_equipment
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_equipment {
  position: relative;
  padding-top: clamp(54px, 7.5vw, 108px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .facility_equipment {
    padding: 80px 0 0;
  }
}
.facility_equipment_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_equipment_inner {
    max-width: 100%;
  }
}
.facility_equipment_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(16px, 1.6666666667vw, 24px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 1.6666666667vw, 24px);
  margin: clamp(32px, 3.3333333333vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.facility_equipment_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(24px, 2.0833333333vw, 30px) clamp(14px, 1.6666666667vw, 24px) clamp(20px, 1.8055555556vw, 26px);
  background: #fff;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_item {
    padding: 24px 20px;
  }
}
.facility_equipment_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(50px, 4.1666666667vw, 60px);
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_item_icon {
    height: 50px;
  }
}
.facility_equipment_item_icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.facility_equipment_item_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_item_title {
    font-size: 22px;
  }
}
.facility_equipment_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.facility_equipment_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.85;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_item_text {
    font-size: 15px;
  }
}
.facility_equipment_diversity {
  grid-column: 1/-1;
  padding: clamp(28px, 2.7777777778vw, 40px) clamp(20px, 1.9444444444vw, 28px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_diversity {
    padding: 28px 20px;
  }
}
.facility_equipment_diversity_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_diversity_title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
.facility_equipment_diversity_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.facility_equipment_diversity_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(7px, 0.9722222222vw, 14px) 1fr clamp(7px, 0.9722222222vw, 14px) 1fr clamp(7px, 0.9722222222vw, 14px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(7px, 0.9722222222vw, 14px);
  margin: clamp(24px, 2.2222222222vw, 32px) 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_diversity_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
}
.facility_equipment_diversity_item {
  position: relative;
}
.facility_equipment_diversity_item + .facility_equipment_diversity_item {
  padding-left: clamp(7px, 0.9722222222vw, 14px);
  border-left: 1px dashed #9CC4DD;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_diversity_item + .facility_equipment_diversity_item {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px dashed #9CC4DD;
  }
}
.facility_equipment_diversity_number {
  display: block;
  margin: 0 0 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #7E9DB4;
  text-align: center;
  letter-spacing: 0.1em;
}
.facility_equipment_diversity_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  .facility_equipment_diversity_text {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .facility_longterm
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_longterm {
  position: relative;
  padding-top: clamp(54px, 7.5vw, 108px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .facility_longterm {
    padding-top: 80px;
  }
}
.facility_longterm._last {
  padding-bottom: clamp(50px, 6.25vw, 90px);
}
@media only screen and (max-width: 767px) {
  .facility_longterm._last {
    padding-bottom: 50px;
  }
}
.facility_longterm_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_longterm_inner {
    max-width: 100%;
  }
}
.facility_longterm_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 460px) clamp(34px, 5.2777777778vw, 76px) 1fr;
  grid-template-columns: minmax(0, 460px) 1fr;
  gap: clamp(34px, 5.2777777778vw, 76px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: clamp(32px, 3.3333333333vw, 48px);
}
@media only screen and (max-width: 767px) {
  .facility_longterm_layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}
.facility_longterm_pic {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 460/320;
}
.facility_longterm_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.facility_longterm_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.1111111111vw, 16px);
}
@media only screen and (max-width: 767px) {
  .facility_longterm_body {
    gap: 12px;
  }
}
.facility_longterm_copy {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: 1.75;
  color: #0A4870;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .facility_longterm_copy {
    font-size: 20px;
  }
}
.facility_longterm_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .facility_longterm_text {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .facility_homevisit
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_homevisit {
  position: relative;
  padding: clamp(54px, 7.5vw, 108px) 0;
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .facility_homevisit {
    padding: 80px 0;
  }
}
.facility_homevisit_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
.facility_homevisit_copy {
  margin: clamp(24px, 2.2222222222vw, 32px) 0 0;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  line-height: 2;
  color: #0A4870;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .facility_homevisit_copy {
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 0.01em;
  }
}
.facility_homevisit_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(9.5px, 1.3194444444vw, 19px) 1fr clamp(9.5px, 1.3194444444vw, 19px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(9.5px, 1.3194444444vw, 19px);
  margin-top: clamp(24px, 2.5vw, 36px);
}
@media only screen and (max-width: 767px) {
  .facility_homevisit_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}
.facility_homevisit_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(24px, 2.5vw, 36px);
  background: #fff;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .facility_homevisit_item {
    padding: 24px 20px;
  }
}
.facility_homevisit_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(50px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .facility_homevisit_item_icon {
    height: 50px;
  }
}
.facility_homevisit_item_icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.facility_homevisit_item_title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 3px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .facility_homevisit_item_title {
    font-size: 22px;
  }
}
.facility_homevisit_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.facility_homevisit_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .facility_homevisit_item_text {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .facility_gallery
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_gallery {
  position: relative;
  padding: clamp(54px, 7.5vw, 108px) 0;
}
@media only screen and (max-width: 767px) {
  .facility_gallery {
    padding: 80px 0;
  }
}
.facility_gallery_inner {
  position: relative;
  width: 100%;
}
.facility_gallery_label {
  position: absolute;
  top: clamp(120px, 12.5vw, 180px);
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_label {
    display: none;
  }
}
.facility_gallery_label .all_c_verticaltext {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_label .all_c_verticaltext {
    font-size: 12px;
  }
}
.facility_gallery_wrap {
  position: relative;
  padding-left: 80px;
  margin-right: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 1240px) {
  .facility_gallery_wrap {
    margin-right: calc((100vw - 1240px) * -0.5);
  }
}
@media only screen and (max-width: 767px) {
  .facility_gallery_wrap {
    padding-left: 0;
    margin-right: 0;
    overflow: visible;
  }
}
.facility_gallery_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(40px, 5.5555555556vw, 80px);
  height: 100%;
  background: #fff;
  z-index: -1;
}
.facility_gallery_wrap::before, .facility_gallery_wrap::after {
  position: absolute;
  top: 0;
  right: -2px;
  width: clamp(50px, 6.9444444444vw, 100px);
  height: calc(100% - clamp(16px, 2.2222222222vw, 32px));
  background: -webkit-gradient(linear, right top, left top, from(#FFF), color-stop(27.26%, rgba(255, 255, 255, 0.8)), color-stop(43.16%, rgba(255, 255, 255, 0.7)), color-stop(60.88%, rgba(255, 255, 255, 0.5)), color-stop(94.5%, rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0.8) 27.26%, rgba(255, 255, 255, 0.7) 43.16%, rgba(255, 255, 255, 0.5) 60.88%, rgba(255, 255, 255, 0) 94.5%);
  content: "";
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_wrap::before, .facility_gallery_wrap::after {
    content: none;
  }
}
.facility_gallery_wrap::before {
  right: auto;
  left: -2px;
  rotate: 180deg;
}
.facility_gallery_wrap._end::after {
  opacity: 0;
}
.facility_gallery_swiper {
  position: relative;
  margin-top: clamp(24px, 2.2222222222vw, 32px);
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_swiper {
    margin-top: 24px;
    margin-right: -20px;
    overflow: hidden;
  }
}
.facility_gallery_swiper .swiper-slide {
  width: 33.88vw;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_swiper .swiper-slide {
    width: calc(100vw - 52px);
  }
}
.facility_gallery_pic {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 488/320;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_pic {
    aspect-ratio: 320/224;
  }
}
.facility_gallery_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.facility_gallery_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-left: 16px;
  position: relative;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #0A4870;
  letter-spacing: 0.08em;
}
.facility_gallery_caption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #9CC4DD;
  border-radius: 50%;
}
.facility_gallery_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: clamp(16px, 1.6666666667vw, 24px);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_nav {
    position: relative;
    bottom: inherit;
    left: inherit;
    -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;
    margin-top: 10px;
  }
}
.facility_gallery_button {
  width: 40px;
  height: 40px;
  background: #0A4870;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  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;
}
@media only screen and (max-width: 767px) {
  .facility_gallery_button {
    width: 30px;
    height: 30px;
  }
}
.facility_gallery_button:hover {
  opacity: 0.8;
}
.facility_gallery_button.is-disabled {
  opacity: 0.3;
  cursor: default;
}
.facility_gallery_button img,
.facility_gallery_button svg {
  width: 16px;
  height: 20px;
}
.facility_gallery_button img fill,
.facility_gallery_button svg fill {
  color: #fff;
}
.facility_gallery_button._prev img, .facility_gallery_button._prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*--------------------------------------------------------------------------
  .facility_hospitals
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_hospitals {
  position: relative;
  padding-bottom: clamp(54px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .facility_hospitals {
    padding-bottom: 80px;
  }
}
.facility_hospitals_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_hospitals_inner {
    max-width: 100%;
  }
}
.facility_hospitals_text {
  margin: clamp(24px, 2.2222222222vw, 32px) 0 0;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  .facility_hospitals_text {
    font-size: 15px;
    margin-top: 24px;
  }
}
.facility_hospitals_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 2.7777777778vw, 40px) 1fr clamp(20px, 2.7777777778vw, 40px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px clamp(20px, 2.7777777778vw, 40px);
  margin: clamp(20px, 2.2222222222vw, 32px) 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .facility_hospitals_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin-top: 20px;
  }
}
.facility_hospitals_item {
  position: relative;
  padding-left: 16px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .facility_hospitals_item {
    font-size: 15px;
  }
}
.facility_hospitals_item::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #9CC4DD;
  border-radius: 50%;
}

/*--------------------------------------------------------------------------
  .facility_access
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_access {
  position: relative;
  padding-bottom: clamp(54px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .facility_access {
    padding-bottom: 80px;
  }
}
.facility_access_inner {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .facility_access_inner {
    max-width: 100%;
  }
}
.facility_access_body {
  margin-top: clamp(28px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .facility_access_body {
    margin-top: 28px;
  }
}
.facility_access_block + .facility_access_block {
  margin-top: clamp(24px, 2.2222222222vw, 32px);
}
@media only screen and (max-width: 767px) {
  .facility_access_block + .facility_access_block {
    margin-top: 24px;
  }
}
.facility_access_label {
  position: relative;
  margin-bottom: 12px;
  padding-left: 16px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .facility_access_label {
    font-size: 22px;
  }
}
.facility_access_label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #9CC4DD;
  border-radius: 50%;
}
.facility_access_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 1.85;
}
@media only screen and (max-width: 767px) {
  .facility_access_text {
    font-size: 15px;
  }
}
.facility_access_map {
  position: relative;
  width: 100%;
  aspect-ratio: 1000/360;
  overflow: hidden;
  border-radius: 4px;
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .facility_access_map {
    aspect-ratio: 4/3;
  }
}
.facility_access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------------------
  .facility_other （施設紹介）
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.facility_other {
  position: relative;
  padding: clamp(54px, 7.5vw, 108px) 0;
  border-bottom: 1px solid #C4DEE9;
}
@media only screen and (max-width: 767px) {
  .facility_other {
    padding: 50px 0;
  }
}
.facility_other_inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .facility_other_inner {
    padding: 0 20px;
  }
}
.facility_other_title {
  margin: 0;
  font-size: clamp(22px, 1.9444444444vw, 28px);
  font-weight: 500;
  color: #0A4870;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .facility_other_title {
    font-size: 22px;
  }
}
.facility_other_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(12px, 1.3888888889vw, 20px) 1fr clamp(12px, 1.3888888889vw, 20px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.3888888889vw, 20px);
  margin: clamp(24px, 2.2222222222vw, 32px) 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .facility_other_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
}
.facility_other_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px clamp(16px, 1.3888888889vw, 20px) 12px 12px;
  background: #F0F3F1;
  border: 1px solid #F0F3F1;
  border-radius: 4px;
  color: #0A4870;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .facility_other_item a:hover {
  border: 1px solid #7E9DB4;
}
.mode-pc .facility_other_item a:hover .facility_other_item_icon::before {
  scale: 1.3;
}
.facility_other {
  /* 現在のページの施設は無効化（is-current） */
}
.facility_other_item.is-current a, .all_page_wrapper.ikoma-clinic .facility_other_item[data-facility=ikoma-clinic] a, .all_page_wrapper.dialysis-center-tomigaoka .facility_other_item[data-facility=dialysis-center-tomigaoka] a, .all_page_wrapper.dialysis-center-hirakata .facility_other_item[data-facility=dialysis-center-hirakata] a, .all_page_wrapper.furuedai-clinic .facility_other_item[data-facility=furuedai-clinic] a, .all_page_wrapper.shimokado-clinic .facility_other_item[data-facility=shimokado-clinic] a, .all_page_wrapper.shimokado-dialysis-clinic .facility_other_item[data-facility=shimokado-dialysis-clinic] a {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.facility_other_item.is-current a::after, .all_page_wrapper.ikoma-clinic .facility_other_item[data-facility=ikoma-clinic] a::after, .all_page_wrapper.dialysis-center-tomigaoka .facility_other_item[data-facility=dialysis-center-tomigaoka] a::after, .all_page_wrapper.dialysis-center-hirakata .facility_other_item[data-facility=dialysis-center-hirakata] a::after, .all_page_wrapper.furuedai-clinic .facility_other_item[data-facility=furuedai-clinic] a::after, .all_page_wrapper.shimokado-clinic .facility_other_item[data-facility=shimokado-clinic] a::after, .all_page_wrapper.shimokado-dialysis-clinic .facility_other_item[data-facility=shimokado-dialysis-clinic] a::after {
  content: none;
}
.mode-pc .facility_other_item.is-current a:hover, .mode-pc .all_page_wrapper.ikoma-clinic .facility_other_item[data-facility=ikoma-clinic] a:hover, .mode-pc .all_page_wrapper.dialysis-center-tomigaoka .facility_other_item[data-facility=dialysis-center-tomigaoka] a:hover, .mode-pc .all_page_wrapper.dialysis-center-hirakata .facility_other_item[data-facility=dialysis-center-hirakata] a:hover, .mode-pc .all_page_wrapper.furuedai-clinic .facility_other_item[data-facility=furuedai-clinic] a:hover, .mode-pc .all_page_wrapper.shimokado-clinic .facility_other_item[data-facility=shimokado-clinic] a:hover, .mode-pc .all_page_wrapper.shimokado-dialysis-clinic .facility_other_item[data-facility=shimokado-dialysis-clinic] a:hover {
  background: #F0F3F1;
  color: #0A4870;
}
.facility_other_item_pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(64px, 5.5555555556vw, 80px);
  aspect-ratio: 1/1;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .facility_other_item_pic {
    width: 64px;
  }
}
.facility_other_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.facility_other_item_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .facility_other_item_name {
    font-size: 14px;
  }
}
.facility_other_item_icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
}
.facility_other_item_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A4870;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.facility_other_item_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 11px;
  height: 13px;
  background: url(../images/all_icon_arrow.svg) no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .vascula_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .vascula_about
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.vascula_about {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .vascula_about {
    padding: 60px 0 50px;
  }
}
.vascula_about_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .vascula_about_body {
    max-width: 100%;
  }
}
.vascula_about_front {
  position: relative;
  margin-top: clamp(30px, 6.5972222222vw, 95px);
}
@media only screen and (max-width: 767px) {
  .vascula_about_front {
    margin-top: 40px;
  }
}
.vascula_about_img {
  margin-bottom: clamp(10px, 2.0833333333vw, 30px);
}
@media only screen and (max-width: 767px) {
  .vascula_about_img {
    margin: 35px 0 20px;
  }
}
.vascula_about_img img {
  width: 100%;
  height: auto;
}
.vascula_about_text {
  margin-top: clamp(7.5px, 1.0416666667vw, 15px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .vascula_about_text {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: normal;
  }
}
.vascula_about .all_c_dottitle {
  margin-top: clamp(20px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .vascula_about .all_c_dottitle {
    margin-top: 30px;
  }
}
.vascula_about_list {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  padding: clamp(15px, 2.0833333333vw, 30px) clamp(14px, 1.9444444444vw, 28px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .vascula_about_list {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
.vascula_about_list.all_m_checklist {
  row-gap: 18px;
}
.vascula_about_list .all_m_checklist_item {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 767px) {
  .vascula_about_list .all_m_checklist_item {
    width: auto;
  }
}

/*--------------------------------------------------------------------------
  .vascula_features
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.vascula_features {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .vascula_features {
    padding: 60px 0 70px;
  }
}
.vascula_features_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .vascula_features_body {
    max-width: 100%;
  }
}
.vascula_features_lead {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .vascula_features_lead {
    margin-top: 32px;
    font-size: 15px;
  }
}
.vascula_features_list {
  margin-top: clamp(30px, 2.7777777778vw, 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .vascula_features_list {
    margin-top: 30px;
  }
}
.vascula_features_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(16px, 2.0833333333vw, 30px) clamp(16px, 1.9444444444vw, 28px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .vascula_features_item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 25px 15px;
  }
}
.vascula_features_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(40px, 3.4722222222vw, 50px);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .vascula_features_item_icon {
    height: auto;
    margin-bottom: 10px;
  }
}
.vascula_features_item_icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.vascula_features_item_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .vascula_features_item_title {
    font-size: 20px;
  }
}
.vascula_features_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.vascula_features_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.64px;
}
@media only screen and (max-width: 767px) {
  .vascula_features_item_text {
    font-size: 15px;
  }
}
.vascula_features .all_c_dottitle {
  margin-top: clamp(30px, 2.7777777778vw, 40px);
}
.vascula_features_imglist {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(5px, 0.6944444444vw, 10px);
}
@media only screen and (max-width: 767px) {
  .vascula_features_imglist {
    gap: 15px;
    margin-top: 16px;
  }
}
.vascula_features_imglist_item {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .vascula_features_imglist_item {
    border-radius: 2px;
  }
}
.vascula_features_imglist_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.vascula_features_imglist._two .vascula_features_imglist_item {
  aspect-ratio: 488/280;
}
.vascula_features_imglist._three .vascula_features_imglist_item {
  aspect-ratio: 32/28;
}
@media only screen and (max-width: 767px) {
  .vascula_features_imglist._three {
    margin: 10px 0 0;
  }
}

/*--------------------------------------------------------------------------
  .vascula_docter
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.vascula_docter {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .vascula_docter {
    padding: 80px 0 70px;
  }
}
.vascula_docter_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .vascula_docter_body {
    max-width: 100%;
  }
}
.vascula_docter_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(20px, 2.0833333333vw, 30px);
  padding-top: clamp(20px, 2.0833333333vw, 30px);
  border-top: 1px solid #9CC4DD;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.vascula_docter_item:first-of-type {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  padding-top: 0;
  border-top: 0;
}
.vascula_docter_item_pic {
  width: 18.4%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_pic {
    width: 100%;
    aspect-ratio: 336/189;
    border-radius: 2px;
  }
}
.vascula_docter_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  vertical-align: top;
}
.vascula_docter_item_body {
  width: 77.5%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_body {
    width: auto;
    margin-left: 0;
  }
}
.vascula_docter_item_name {
  margin: clamp(16px, 1.6666666667vw, 24px) 0 0;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-top: 16px;
  }
}
.vascula_docter_item_name_role {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  letter-spacing: 0.04em;
  color: #7E9DB4;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_name_role {
    font-size: 13px;
  }
}
.vascula_docter_item_name_text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  letter-spacing: 0.1em;
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_name_text {
    font-size: 20px;
  }
}
.vascula_docter_item_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_title {
    font-size: 22px;
  }
}
.vascula_docter_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.vascula_docter_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.64px;
}
@media only screen and (max-width: 767px) {
  .vascula_docter_item_text {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .vascula_flow
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.vascula_flow {
  position: relative;
  padding-bottom: clamp(50px, 7.6388888889vw, 110px);
}
@media only screen and (max-width: 767px) {
  .vascula_flow {
    padding-bottom: 70px;
  }
}
.vascula_flow_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .vascula_flow_body {
    max-width: 100%;
  }
}
.vascula_flow_lead {
  margin-top: clamp(30px, 3.125vw, 45px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .vascula_flow_lead {
    margin-top: 25px;
    font-size: 15px;
  }
}
.vascula_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .vascula_flow_list {
    margin-top: 40px;
  }
}
.vascula_flow_item {
  position: relative;
  width: 25%;
  padding: 20px 20px 20px 10px;
  background: #7E9DB4;
  color: #fff;
  text-align: center;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
@media only screen and (max-width: 767px) {
  .vascula_flow_item {
    padding: 12px 6px 12px 3px;
  }
}
.vascula_flow_item_title {
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .vascula_flow_item_title {
    font-size: 12px;
  }
}
.vascula_flow_item_text {
  margin-top: 10px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .vascula_flow_item_text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.vascula_flow_list_caption {
  position: relative;
  margin-top: clamp(8px, 1.1111111111vw, 16px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .vascula_flow_list_caption {
    margin-top: 16px;
  }
}
.vascula_flow_list_caption span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1;
  color: #0A4870;
  z-index: 1;
}
.vascula_flow_list_caption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7E9DB4;
  z-index: -1;
}

/*--------------------------------------------------------------------------
  .vascula_complications
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.vascula_complications {
  position: relative;
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .vascula_complications {
    padding-bottom: 70px;
  }
}
.vascula_complications_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .vascula_complications_body {
    max-width: 100%;
  }
}
.vascula_complications_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(16px, 2.0833333333vw, 30px);
}
@media only screen and (max-width: 767px) {
  .vascula_complications_list {
    gap: 20px;
    margin-top: 32px;
  }
}
.vascula_complications_item {
  width: 32%;
  padding: clamp(16px, 2.0833333333vw, 30px) clamp(16px, 1.7361111111vw, 25px);
  background: #F0F3F1;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .vascula_complications_item {
    width: auto;
    padding: 25px 20px;
    border-radius: 2px;
  }
}
.vascula_complications_item_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .vascula_complications_item_title {
    font-size: 20px;
  }
}
.vascula_complications_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.vascula_complications_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.64px;
}
@media only screen and (max-width: 767px) {
  .vascula_complications_item_text {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .vascula_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.temporary_mv.all_m_mv {
  background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
}
@media only screen and (max-width: 767px) {
  .temporary_mv.all_m_mv {
    background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
  }
}
.temporary_mv.all_m_mv .all_m_mv_bg {
  text-align: right;
}
.temporary_mv.all_m_mv .all_m_mv_bg img {
  width: auto;
  height: 100%;
}

/*--------------------------------------------------------------------------
  .vascula_about
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.temporary_about {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .temporary_about {
    padding: 60px 0 50px;
  }
}
.temporary_about_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .temporary_about_body {
    max-width: 100%;
  }
}
.temporary_about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: clamp(30px, 3.125vw, 45px);
}
@media only screen and (max-width: 767px) {
  .temporary_about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.temporary_about_img {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .temporary_about_img {
    width: auto;
  }
}
.temporary_about_img img {
  width: 100%;
  height: auto;
}
.temporary_about_paragraph {
  width: 49%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .temporary_about_paragraph {
    width: auto;
    margin: 20px 0 0;
  }
}
.temporary_about_text {
  margin-top: clamp(7.5px, 1.0416666667vw, 15px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .temporary_about_text {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: normal;
  }
}
/*--------------------------------------------------------------------------
  .temporary_merit
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.temporary_merit {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .temporary_merit {
    padding: 60px 0 70px;
  }
}
.temporary_merit_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .temporary_merit_body {
    max-width: 100%;
  }
}
.temporary_merit_list {
  margin-top: clamp(30px, 2.7777777778vw, 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .temporary_merit_list {
    margin-top: 30px;
    gap: 20px;
  }
}
.temporary_merit_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  padding: clamp(16px, 2.9166666667vw, 42px) clamp(16px, 1.9444444444vw, 28px) clamp(16px, 2.0833333333vw, 30px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .temporary_merit_item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 35px 15px 25px;
    border-radius: 2px;
  }
}
.temporary_merit_item_num {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #9CC4DD;
  line-height: 1;
}
.temporary_merit_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(30px, 2.7777777778vw, 40px);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .temporary_merit_item_icon {
    height: auto;
    margin-bottom: 10px;
  }
}
.temporary_merit_item_icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.temporary_merit_item_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .temporary_merit_item_title {
    font-size: 20px;
  }
}
.temporary_merit_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.temporary_merit_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .temporary_merit_item_text {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .temporary_flow
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.temporary_flow {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .temporary_flow {
    padding: 80px 0 50px;
  }
}
.temporary_flow_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .temporary_flow_body {
    max-width: 100%;
  }
}
.temporary_flow_list {
  position: relative;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .temporary_flow_list {
    margin-top: 40px;
  }
}
.temporary_flow_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#9CC4DD), to(#0A4870));
  background: linear-gradient(to bottom, #9CC4DD 0%, #0A4870 100%);
}
@media only screen and (max-width: 767px) {
  .temporary_flow_list::before {
    left: 20px;
  }
}
.temporary_flow_list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, transparent, transparent 5px, #fff 0, #fff 8px);
}
@media only screen and (max-width: 767px) {
  .temporary_flow_list::after {
    left: 20px;
  }
}
.temporary_flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(20px, 2.3611111111vw, 34px);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item {
    margin-bottom: 30px;
  }
}
.temporary_flow_item_title {
  position: relative;
  width: 8%;
  padding: 8px 2px;
  background: #7E9DB4;
  border-radius: 2px;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_title {
    width: 46px;
    font-size: 13px;
    line-height: 1.2;
  }
}
.temporary_flow_item_body {
  width: 89%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_body {
    width: calc(100% - 56px);
  }
}
.temporary_flow_item_copy {
  margin-top: -3px;
  color: #0A4870;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: 1.5;
  letter-spacing: 0.88px;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_copy {
    margin-top: 0;
  }
}
.temporary_flow_item_copy span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_copy span {
    display: block;
  }
}
.temporary_flow_item_text {
  margin-top: 5px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.temporary_flow_item_tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 12px clamp(10px, 2.0833333333vw, 30px);
  background: #0A4870;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.temporary_flow_item_tel .number {
  position: relative;
  padding: 10px 0 10px 30px;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  line-height: 1;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_tel .number {
    padding: 5px 0 5px 22px;
    font-size: 18px;
  }
}
.temporary_flow_item_tel .number a {
  color: #fff;
}
.temporary_flow_item_tel .number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(20px, 1.8055555556vw, 26px);
  height: clamp(20px, 1.8055555556vw, 26px);
  background: url(../images/all_icon_tel_w.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_tel .number::before {
    left: 0px;
    width: 18px;
    height: 18px;
  }
}
.temporary_flow_item_tel .hour {
  margin-left: clamp(12.5px, 1.7361111111vw, 25px);
  padding: 10px 0 10px clamp(12.5px, 1.7361111111vw, 25px);
  border-left: 1px dashed #fff;
  font-size: clamp(13px, 1.0416666667vw, 15px);
  color: #fff;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 767px) {
  .temporary_flow_item_tel .hour {
    margin: 10px 0 0;
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px dashed #fff;
  }
}
.temporary_flow_item:nth-child(1) .temporary_flow_item_title {
  background: #9CC4DD;
}
.temporary_flow_item:nth-child(6) .temporary_flow_item_title {
  background: #0A4870;
}
.temporary_flow_item:nth-child(6) .temporary_flow_item_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 300%;
  background: #fff;
  z-index: -1;
}

/*--------------------------------------------------------------------------
  .temporary_document
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.temporary_document {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(60px, 8.3333333333vw, 120px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .temporary_document {
    padding: 60px 0 70px;
  }
}
.temporary_document_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .temporary_document_body {
    max-width: 100%;
  }
}
.temporary_document_lead {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .temporary_document_lead {
    margin-top: 32px;
    font-size: 15px;
  }
}
.temporary_document_list {
  margin: clamp(16px, 2.0833333333vw, 30px) 0;
}
@media only screen and (max-width: 767px) {
  .temporary_document_list {
    margin-top: 20px;
  }
}
.temporary_document_list.all_m_checklist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 1.0416666667vw, 15px);
}
.temporary_document_link {
  position: relative;
  margin-top: clamp(10px, 1.0416666667vw, 15px);
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .temporary_document_link {
    font-size: 15px;
  }
}
.temporary_document_link + .temporary_document_link {
  margin-top: 2px;
}
.temporary_document_link a {
  text-decoration: underline;
}
.mode-pc .temporary_document_link a:hover {
  text-decoration: none;
}
.temporary_document_link .icon {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #0A4870;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .temporary_document_link .icon {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .privacy_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.privacy_mv.all_m_mv {
  background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
}
@media only screen and (max-width: 767px) {
  .privacy_mv.all_m_mv {
    background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
  }
}
.privacy_mv.all_m_mv .all_m_mv_bg {
  text-align: right;
}
.privacy_mv.all_m_mv .all_m_mv_bg img {
  width: auto;
  height: 100%;
}
.privacy_mv .all_m_mv_bg::after {
  display: none;
}

/*--------------------------------------------------------------------------
  .privacy_policy
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.privacy_policy {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(50px, 6.9444444444vw, 100px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .privacy_policy {
    padding: 60px 0 50px;
  }
}
.privacy_policy_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
.privacy_policy_lead {
  margin-top: clamp(30px, 3.125vw, 45px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .privacy_policy_lead {
    margin-top: 25px;
    font-size: 15px;
  }
}
.privacy_policy_itemtitle {
  margin-top: clamp(25px, 3.4722222222vw, 50px);
  color: #0A4870;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.88px;
}
@media only screen and (max-width: 767px) {
  .privacy_policy_itemtitle {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: normal;
  }
}
.privacy_policy_detailtitle {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  color: #0A4870;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .privacy_policy_detailtitle {
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: normal;
  }
}
.privacy_policy_text {
  position: relative;
  margin-top: clamp(5px, 0.6944444444vw, 10px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .privacy_policy_text {
    margin-top: 8px;
    font-size: 15px;
  }
}
.privacy_policy_text._dot {
  padding-left: 16px;
}
.privacy_policy_text._dot::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #7E9DB4;
  border-radius: 50%;
}
.privacy_policy_list {
  position: relative;
  margin: 5px 0 0 -5px;
}
.privacy_policy_list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .privacy_policy_list_text {
    font-size: 15px;
  }
}
.privacy_policy_list_text::before {
  content: "・";
  font-size: 20px;
  font-weight: 900;
  color: #7E9DB4;
  line-height: 1.6;
}

/*--------------------------------------------------------------------------
  .privacy_contact
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.privacy_contact {
  position: relative;
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .privacy_contact {
    padding-bottom: 70px;
  }
}
.privacy_contact_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
.privacy_contact_title {
  margin-bottom: clamp(30px, 3.4722222222vw, 50px);
}
.privacy_contact_text {
  margin-top: clamp(10px, 0.9722222222vw, 14px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .privacy_contact_text {
    margin-top: 10px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  .optout_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.optout_mv.all_m_mv {
  background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
}
@media only screen and (max-width: 767px) {
  .optout_mv.all_m_mv {
    background: linear-gradient(95deg, #7E9DB4 1.38%, #9CC4DD 99.26%);
  }
}
.optout_mv.all_m_mv .all_m_mv_bg {
  text-align: right;
}
.optout_mv.all_m_mv .all_m_mv_bg img {
  width: auto;
  height: 100%;
}
.optout_mv .all_m_mv_bg::after {
  display: none;
}

/*--------------------------------------------------------------------------
  .optout_about
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.optout_about {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 clamp(50px, 6.9444444444vw, 100px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .optout_about {
    padding: 60px 0 50px;
  }
}
.optout_about_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
.optout_about_lead {
  margin-top: clamp(30px, 3.125vw, 45px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .optout_about_lead {
    margin-top: 25px;
    font-size: 15px;
  }
}
.optout_about_text {
  position: relative;
  margin-top: clamp(5px, 0.6944444444vw, 10px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .optout_about_text {
    margin-top: 8px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------------------
  .optout_research
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.optout_research {
  position: relative;
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .optout_research {
    padding-bottom: 70px;
  }
}
.optout_research_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
.optout_research_title {
  margin-bottom: clamp(30px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .optout_research_tablewrap {
    overflow: auto;
  }
}
.optout_research_table {
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .optout_research_table {
    width: 760px;
  }
}
.optout_research_table th {
  padding: 3px;
  background: #F0F3F1;
  text-align: center;
}
.optout_research_table th:nth-child(1), .optout_research_table th:nth-child(3) {
  width: 135px;
}
@media only screen and (max-width: 767px) {
  .optout_research_table th:nth-child(1), .optout_research_table th:nth-child(3) {
    width: 100px;
  }
}
.optout_research_table th:nth-child(2) {
  width: calc(100% - 270px);
  border-right: 1px dashed #C4DEE9;
  border-left: 1px dashed #C4DEE9;
}
@media only screen and (max-width: 767px) {
  .optout_research_table th:nth-child(2) {
    width: calc(100% - 200px);
  }
}
.optout_research_table td {
  padding: 10px 3px;
  border-bottom: 1px solid #C4DEE9;
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 400;
  text-align: center;
}
.optout_research_table td:nth-child(2) {
  padding: 10px clamp(5px, 1.3888888889vw, 20px);
  border-right: 1px dashed #C4DEE9;
  border-left: 1px dashed #C4DEE9;
  text-align: left;
}
.optout_research_table_num {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1.1805555556vw, 17px);
}
.optout_research_table_link {
  font-size: clamp(13px, 1.1111111111vw, 16px);
}
.optout_research_table_link a {
  text-decoration: underline;
}
.mode-pc .optout_research_table_link a:hover {
  text-decoration: none;
}
.optout_research_table_link .icon {
  display: inline-block;
  margin-left: 5px;
  padding: 3px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #0A4870;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .optout_research_table_link .icon {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------------------
  .all_page_wrapper.facility 用 上書き
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  department 共通
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* layout
-----------------------------------------------------------------*/
strong {
  color: #0A4870;
}

.department_content_title {
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
.department_content_copy {
  color: #0A4870;
  font-size: clamp(20px, 1.5277777778vw, 22px);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .department_content_copy {
    font-size: 20px;
    line-height: 1.8;
  }
}
.department_content_copy + .department_content_text {
  margin-top: clamp(12px, 1.6666666667vw, 24px);
}
@media only screen and (max-width: 767px) {
  .department_content_copy + .department_content_text {
    margin-top: 20px;
  }
}
.department_content_text {
  margin-top: clamp(7.5px, 1.0416666667vw, 15px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .department_content_text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.department_content_box {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
  background: #F0F3F1;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .department_content_box {
    margin-top: 20px;
  }
}

.department_section {
  position: relative;
  padding: clamp(60px, 7.5vw, 108px) 0 0;
}
@media only screen and (max-width: 767px) {
  .department_section {
    padding: 60px 0 0;
  }
}
.department_section._bg {
  background: #F0F3F1;
}

.department_section_body {
  position: relative;
  max-width: 998px;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .department_section_body {
    max-width: 100%;
  }
}
.department_section_title {
  margin: 0;
}

/*--------------------------------------------------------------------------
  .department_mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.department_mv.all_m_mv {
  background: linear-gradient(95deg, #0A4870 1.38%, #5B839E 99.26%);
}
.department_mv.all_m_mv .all_m_mv_bg {
  text-align: right;
}
.department_mv.all_m_mv .all_m_mv_bg img {
  width: auto;
  height: 100%;
}
.department_mv .all_m_mv_bg::after {
  display: none;
}
.department_mv .all_m_mv_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .department_mv .all_m_mv_title {
    gap: 8px;
  }
}
.department_mv_title_sub {
  font-size: clamp(16px, 1.5277777778vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .department_mv_title_sub {
    font-size: 18px;
  }
}
.department_mv_taglist {
  margin-top: clamp(12px, 1.25vw, 18px);
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .department_mv_taglist {
    margin-top: 14px;
  }
}
.department_mv_taglist .all_m_taglist_item {
  padding: 6px 8px;
  background: #fff;
  border-radius: 1px;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  color: #0A4870;
}
@media only screen and (max-width: 767px) {
  .department_mv .all_m_mv_label .all_c_verticaltext {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
  .dialysis
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.dialysis_symptoms .department_content_box {
  padding: clamp(12.5px, 1.7361111111vw, 25px) clamp(14px, 1.9444444444vw, 28px);
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms .department_content_box {
    padding: 24px 20px;
  }
}
.dialysis_symptoms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dialysis_symptoms_list_title {
  position: relative;
  width: 32%;
  line-height: 1.5;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_title {
    width: auto;
  }
}
.dialysis_symptoms_list_title:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_title:not(:first-of-type) {
    margin-top: 14px;
  }
}
.dialysis_symptoms_list_title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #9CC4DD;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_title::after {
    content: none;
  }
}
.dialysis_symptoms_list_title span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: clamp(7.5px, 1.0416666667vw, 15px);
  background: #F0F3F1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_title span {
    padding-right: 0;
  }
}
.dialysis_symptoms_list_title span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/all_icon_checkbox.svg) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_title span::before {
    width: 18px;
    height: 18px;
  }
}
.dialysis_symptoms_list_text {
  position: relative;
  width: 68%;
  padding-left: clamp(7.5px, 1.0416666667vw, 15px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_text {
    width: auto;
    margin-top: 6px;
    padding-left: 45px;
    background: #F0F3F1;
    line-height: 1.75;
  }
  .dialysis_symptoms_list_text::before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 1px;
    border-bottom: 1px dashed #0A4870;
    content: "";
  }
}
.dialysis_symptoms_list_text:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_list_text:not(:first-of-type) {
    margin-top: 6px;
  }
}
.dialysis_symptoms_about {
  position: relative;
  padding-right: 53.9%;
  margin: clamp(30px, 4.1666666667vw, 60px) 0;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_about {
    padding-right: 0;
    margin: 50px 0 30px;
  }
}
.dialysis_symptoms_img {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms_img {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 20px 0;
  }
}
.dialysis_symptoms_img img {
  max-width: 100%;
  height: auto;
}
.dialysis_symptoms .all_c_linetitle {
  margin-top: clamp(14px, 1.9444444444vw, 28px);
}
@media only screen and (max-width: 767px) {
  .dialysis_symptoms .all_c_linetitle {
    margin-top: 20px;
  }
}

.dialysis_construction {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .dialysis_construction {
    padding-bottom: 60px;
  }
}
.dialysis_construction_img {
  margin-top: clamp(15px, 2.0833333333vw, 30px);
  padding: 50px;
  border: 2px solid #E1E6E2;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dialysis_construction_img {
    margin-top: 30px;
    padding: 25px 20px;
    border-radius: 2px;
  }
}
.dialysis_construction_img img {
  max-width: 100%;
  height: auto;
}

.dialysis_method {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .dialysis_method {
    padding-bottom: 60px;
  }
}
.dialysis_method .all_c_dottitle {
  margin-top: clamp(30px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .dialysis_method .all_c_dottitle {
    margin-top: 48px;
  }
}
.dialysis_method_list {
  margin-top: clamp(30px, 2.7777777778vw, 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dialysis_method_list {
    margin-top: 30px;
    gap: 20px;
  }
}
.dialysis_method_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  padding: clamp(16px, 2.9166666667vw, 42px) clamp(16px, 1.9444444444vw, 28px) clamp(16px, 2.0833333333vw, 30px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .dialysis_method_item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 35px 15px 25px;
    border-radius: 2px;
  }
}
.dialysis_method_item_num {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #9CC4DD;
  line-height: 1;
}
.dialysis_method_item_num span {
  margin-left: 2px;
  font-family: "Inter", sans-serif;
}
.dialysis_method_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(30px, 2.7777777778vw, 40px);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .dialysis_method_item_icon {
    height: auto;
    margin-bottom: 10px;
  }
}
.dialysis_method_item_icon img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.dialysis_method_item_title {
  position: relative;
  margin-top: clamp(6px, 0.8333333333vw, 12px);
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dialysis_method_item_title {
    font-size: 20px;
  }
}

.dialysis_apheresis {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .dialysis_apheresis {
    padding-bottom: 60px;
  }
}
.dialysis_apheresis_list {
  margin-top: clamp(15px, 2.0833333333vw, 30px);
}
@media only screen and (max-width: 767px) {
  .dialysis_apheresis_list {
    margin-top: 30px;
  }
}
.dialysis_apheresis .all_c_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dialysis_apheresis .all_c_flex {
    gap: 20px;
  }
}
.dialysis_apheresis_item {
  padding: clamp(15px, 2.0833333333vw, 30px);
  background: #F0F3F1;
}
@media only screen and (max-width: 767px) {
  .dialysis_apheresis_item {
    padding: 32px 24px 24px;
  }
}
.dialysis_apheresis_item_title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #0A4870;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dialysis_apheresis_item_title {
    font-size: 20px;
  }
}
.dialysis_apheresis_item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #9CC4DD;
}
.dialysis_apheresis_item_text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.16px;
}
@media only screen and (max-width: 767px) {
  .dialysis_apheresis_item_text {
    font-size: 15px;
  }
}

.dialysis_faq {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .dialysis_faq {
    padding-bottom: 60px;
  }
}

/*--------------------------------------------------------------------------
  .nephrology
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
.nephrology_about .all_c_dottitle {
  margin-top: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .nephrology_about .all_c_dottitle {
    margin-top: 20px;
  }
}

.nephrology_disease {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .nephrology_disease {
    padding-bottom: 60px;
  }
}
.nephrology_disease .all_c_dottitle {
  margin-top: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .nephrology_disease .all_c_dottitle {
    margin-top: 20px;
  }
}
.nephrology_disease .all_c_linetitle {
  margin-top: clamp(14px, 1.9444444444vw, 28px);
}
@media only screen and (max-width: 767px) {
  .nephrology_disease .all_c_linetitle {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------------------
  urology 泌尿器科
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* 共通: チェックリストを囲うボックス
-----------------------------------------------------------------*/
.urology_prostate .department_content_box,
.urology_wave .department_content_box,
.urology_female .department_content_box {
  padding: clamp(12.5px, 1.7361111111vw, 25px) clamp(14px, 1.9444444444vw, 28px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate .department_content_box,
  .urology_wave .department_content_box,
  .urology_female .department_content_box {
    padding: 24px 20px;
  }
}
.urology_prostate .department_content_box._white,
.urology_wave .department_content_box._white,
.urology_female .department_content_box._white {
  background: #fff;
}
.urology_prostate .department_content_text + .all_c_dottitle,
.urology_wave .department_content_text + .all_c_dottitle,
.urology_female .department_content_text + .all_c_dottitle {
  margin-top: clamp(28px, 3.8888888889vw, 56px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate .department_content_text + .all_c_dottitle,
  .urology_wave .department_content_text + .all_c_dottitle,
  .urology_female .department_content_text + .all_c_dottitle {
    margin-top: 48px;
  }
}
.urology_prostate .department_content_text + .all_c_linetitle,
.urology_wave .department_content_text + .all_c_linetitle,
.urology_female .department_content_text + .all_c_linetitle {
  margin-top: clamp(12.5px, 1.7361111111vw, 25px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate .department_content_text + .all_c_linetitle,
  .urology_wave .department_content_text + .all_c_linetitle,
  .urology_female .department_content_text + .all_c_linetitle {
    margin-top: 24px;
  }
}
.urology_prostate .department_content_box + .all_c_dottitle,
.urology_wave .department_content_box + .all_c_dottitle,
.urology_female .department_content_box + .all_c_dottitle {
  margin-top: clamp(28px, 3.8888888889vw, 56px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate .department_content_box + .all_c_dottitle,
  .urology_wave .department_content_box + .all_c_dottitle,
  .urology_female .department_content_box + .all_c_dottitle {
    margin-top: 48px;
  }
}
.urology_prostate .all_c_dottitle + .all_c_linetitle,
.urology_wave .all_c_dottitle + .all_c_linetitle,
.urology_female .all_c_dottitle + .all_c_linetitle {
  margin-top: clamp(12.5px, 1.7361111111vw, 25px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate .all_c_dottitle + .all_c_linetitle,
  .urology_wave .all_c_dottitle + .all_c_linetitle,
  .urology_female .all_c_dottitle + .all_c_linetitle {
    margin-top: 22px;
  }
}

/* 共通: チェックリスト2カラム
-----------------------------------------------------------------*/
.urology_checklist._col2 {
  gap: 15px clamp(10px, 1.3888888889vw, 20px);
}
.urology_checklist._col2 .all_m_checklist_item {
  width: calc(50% - clamp(10px, 1.3888888889vw, 20px));
}
@media only screen and (max-width: 767px) {
  .urology_checklist._col2 .all_m_checklist_item {
    width: 100%;
  }
}
.urology_checklist._col3 {
  gap: 15px clamp(10px, 1.3888888889vw, 20px);
}
.urology_checklist._col3 .all_m_checklist_item {
  width: calc(33.3333333333% - clamp(10px, 1.3888888889vw, 20px));
}
@media only screen and (max-width: 767px) {
  .urology_checklist._col3 .all_m_checklist_item {
    width: 100%;
  }
}
.urology_checklist._col3 .all_m_checklist_item._wide {
  width: 100%;
}

/* 泌尿器科について
-----------------------------------------------------------------*/
.urology_about {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .urology_about {
    padding-bottom: 60px;
  }
}
.urology_about_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 1.3888888889vw, 20px);
  margin: clamp(20px, 2.0833333333vw, 30px) 0 clamp(32px, 3.3333333333vw, 48px);
}
@media only screen and (max-width: 767px) {
  .urology_about_check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.urology_about_check_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.urology_about_check_col._male .urology_about_check_head {
  background: #7E9DB4;
}
.urology_about_check_col._common .urology_about_check_head {
  background: #0A4870;
}
.urology_about_check_col._female .urology_about_check_head {
  background: #9CC4DD;
}
.urology_about_check_head {
  padding: 10px;
  color: #fff;
  font-size: clamp(16px, 1.1805555556vw, 17px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.urology_about_check_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(14px, 1.1111111111vw, 16px);
  padding: clamp(20px, 1.6666666667vw, 24px);
  border-radius: 0 0 4px 4px;
}
.urology_about_check_list .all_m_checklist_item {
  width: 100%;
  font-size: clamp(14px, 1.0416666667vw, 15px);
}
.urology_about_check_list_wrap {
  background: #F0F3F1;
}

/* 男性/女性 タブ
-----------------------------------------------------------------*/
.urology_tabwrap {
  position: relative;
}

.urology_tab {
  position: relative;
  padding: 6px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 8px 4px rgba(51, 51, 51, 0.06);
          box-shadow: 0 4px 8px 4px rgba(51, 51, 51, 0.06);
  z-index: 2;
}
.urology_tab.is-fixed {
  position: fixed;
  top: 110px;
  z-index: 900;
  margin-top: 0;
  -webkit-box-shadow: 0 6px 14px 0 rgba(51, 51, 51, 0.12);
          box-shadow: 0 6px 14px 0 rgba(51, 51, 51, 0.12);
  -webkit-transition: top 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: top 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 767px) {
  .urology_tab.is-fixed {
    top: 68px;
  }
}
.urology_tab.is-fixed.is-headerup {
  top: 20px;
}
.urology_tab_spacer {
  display: none;
}
.urology_tab_spacer.is-active {
  display: block;
}
.urology_tab_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  width: 100%;
}
.urology_tab_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: clamp(8px, 0.8333333333vw, 12px) 10px;
  font-size: clamp(15px, 1.1805555556vw, 17px);
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.mode-pc .urology_tab_btn:hover, .urology_tab_btn.is-active {
  color: #fff;
  background: #7E9DB4;
}
.mode-pc .mode-pc .urology_tab_btn:hover:hover, .mode-pc .urology_tab_btn.is-active:hover {
  color: #fff;
}

.urology_tabpanel {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -30px;
}
.urology_tabpanel.is-active {
  display: block;
}

/* 前立腺肥大症・前立腺がんについて / 女性の泌尿器のお悩みについて
-----------------------------------------------------------------*/
.urology_prostate,
.urology_female {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate,
  .urology_female {
    padding-bottom: 60px;
  }
}
.urology_prostate_cols,
.urology_female_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 3.4722222222vw, 50px);
  margin-top: clamp(25px, 2.4305555556vw, 35px);
  margin-bottom: clamp(28px, 3.8888888889vw, 56px);
}
@media only screen and (max-width: 767px) {
  .urology_prostate_cols,
  .urology_female_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.urology_prostate_cols_item,
.urology_female_cols_item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.urology_prostate_cols_item + .urology_prostate_cols_item::before,
.urology_female_cols_item + .urology_prostate_cols_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(clamp(0px, 1.7361111111vw, 25px) * -1);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #9CC4DD;
}
@media only screen and (max-width: 767px) {
  .urology_prostate_cols_item + .urology_prostate_cols_item::before,
  .urology_female_cols_item + .urology_prostate_cols_item::before {
    content: none;
  }
}

/* WAVE（経尿道的水蒸気治療）について
-----------------------------------------------------------------*/
.urology_wave {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .urology_wave {
    padding-bottom: 60px;
  }
}
.urology_wave_diagram {
  margin-top: clamp(20px, 2.0833333333vw, 30px);
  margin-bottom: clamp(24px, 3.3333333333vw, 48px);
}
.urology_wave_diagram img {
  width: 100%;
  height: auto;
}
.urology_wave_movie {
  margin: clamp(15px, 1.3888888889vw, 20px) 0 clamp(28px, 3.8888888889vw, 56px);
}
@media only screen and (max-width: 767px) {
  .urology_wave_movie {
    margin: clamp(15px, 1.3888888889vw, 20px) 0 clamp(28px, 3.8888888889vw, 56px);
  }
}
.urology_wave_movie_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #F0F3F1;
  border-radius: 4px;
  overflow: hidden;
}
.urology_wave_movie_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.urology_faq {
  padding-bottom: clamp(60px, 7.5vw, 108px);
}
@media only screen and (max-width: 767px) {
  .urology_faq {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=style.css.map */