@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.serif {
  font-family: "Noto Serif JP", serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  background-color: #fff;
  position: relative;
  color: #1c1f38;
  font-family: "Noto Sans JP", "NotoSansJP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  body {
    font-size: 1.8rem;
  }
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*スマホ時のfocusの青枠削除*/
input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9mks68");
  src: url("../fonts/icomoon.eot?9mks68#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9mks68") format("truetype"), url("../fonts/icomoon.woff?9mks68") format("woff"), url("../fonts/icomoon.svg?9mks68#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stethoscope:before {
  content: "\e90f";
}

.icon-bed:before {
  content: "\e910";
}

.icon-karte:before {
  content: "\e911";
}

.icon-mail:before {
  content: "\e912";
}

.icon-document-file-jpg:before {
  content: "\e90a";
}

.icon-word:before {
  content: "\e90b";
}

.icon-pdf:before {
  content: "\e90c";
}

.icon-excel:before {
  content: "\e90d";
}

.icon-text:before {
  content: "\e90e";
}

.icon-important:before {
  content: "\e909";
}

.icon-blank:before {
  content: "\e900";
}

.icon-card:before {
  content: "\e901";
}

.icon-clock:before {
  content: "\e902";
}

.icon-gear:before {
  content: "\e903";
}

.icon-lupe:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-place:before {
  content: "\e906";
}

.icon-sns_inst:before {
  content: "\e907";
}

.icon-sns_yt:before {
  content: "\e908";
}

.page_inner_s {
  max-width: 1120px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1420px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.global_nav.global_nav__pc {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .global_nav.global_nav__pc {
    display: block;
  }
}
.global_nav.global_nav__sp {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .global_nav.global_nav__sp {
    display: none;
  }
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

/*focus設定 sp,tabは無効*/
:focus:not([tabindex="-1"]),
.focus-visible:not([tabindex="-1"]) {
  outline-color: rgb(59, 153, 252);
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
  transition: outline 0s;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0 !important;
}

a:focus,
span:focus,
button:focus {
  outline: 0;
}
@media (hover: hover) {
  a:focus,
  span:focus,
  button:focus {
    outline: 3px solid rgb(59, 153, 252);
  }
}

.skip {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #1c1f38;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1000;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.skip:focus {
  height: auto;
  opacity: 1;
  padding: 5px 0;
  pointer-events: visible;
}

.header {
  padding: 17px 10px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header {
    padding: 17px 17px 0;
  }
}
.header.open.type_2 .header_inner {
  border-radius: 10px 10px 0 0;
}

.header_inner {
  padding: 5px 12px;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 1180px) {
  .header_inner {
    padding: 6px 25px;
  }
}
.header_inner.open {
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .header_inner.open {
    background: none;
  }
}

.overlayer {
  width: 100%;
  height: 100%;
  background-color: #1c1f38;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.overlayer.active {
  opacity: 0.3;
  visibility: visible;
}

.header_inner {
  position: relative;
}

.header_pc {
  display: none;
  align-items: center;
  height: 95px;
}
@media print, screen and (min-width: 1180px) {
  .header_pc {
    display: flex;
  }
}

.header__logo {
  width: 160px;
}
@media print, screen and (min-width: 920px) {
  .header__logo {
    width: 240px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header__logo {
    width: 260px;
  }
}
@media print, screen and (min-width: 1550px) {
  .header__logo {
    width: 280px;
  }
}
.header__logo a {
  font-size: 0;
  display: block;
}
.header__logo a img {
  width: 100%;
  mix-blend-mode: multiply;
}

.global_nav__pc {
  margin-left: auto;
  line-height: 1.4;
  flex-shrink: 0;
}

.global_nav__pc_first {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  align-items: flex-end;
  row-gap: 4px;
}
@media print, screen and (min-width: 920px) {
  .global_nav__pc_first {
    align-items: center;
    flex-direction: row;
    column-gap: 20px;
  }
}

.global_nav__pc_first_list {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media print, screen and (min-width: 1280px) {
  .global_nav__pc_first_list {
    column-gap: 20px;
  }
}

.global_nav__pc_first_parent {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 1280px) {
  .global_nav__pc_first_parent {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .global_nav__pc_first_parent:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.global_nav__pc_first_parent:active {
  color: #2c31a6;
}

.global_nav_pc_tel {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  transform: translateY(-3px);
}
.global_nav_pc_tel span {
  display: flex;
  column-gap: 3px;
  align-items: center;
  color: #2c31a6;
  font-size: 2.3rem;
}
@media print, screen and (min-width: 1280px) {
  .global_nav_pc_tel span {
    font-size: 2.8rem;
  }
}
.global_nav_pc_tel span::before {
  display: block;
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  transform: translateY(3px);
}

.global_nav__pc_second {
  margin-top: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 28px;
}
@media print, screen and (min-width: 1180px) {
  .global_nav__pc_second {
    margin-top: 7px;
  }
}

.global_nav__pc_second_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
@media print, screen and (min-width: 1550px) {
  .global_nav__pc_second_list {
    column-gap: 28px;
  }
}

.global_nav__pc_second_parent {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .global_nav__pc_second_parent {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .global_nav__pc_second_parent:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.global_nav__pc_second_parent:active {
  color: #2c31a6;
}
.global_nav__pc_second_parent.active {
  color: #2c31a6;
}
.global_nav__pc_second_parent.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2c31a6;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.global_nav__pc_contact a {
  display: flex;
  color: #fff;
  align-items: baseline;
  background-color: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  padding: 8px 14px 14px;
}
@media print, screen and (min-width: 1550px) {
  .global_nav__pc_contact a {
    padding: 8px 19px 14px;
  }
}
.global_nav__pc_contact a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  display: block;
  font-size: 2rem;
  transform: translateY(3px);
  margin-right: 7px;
}
.global_nav__pc_contact a:hover {
  background-color: #fff;
  color: #2c31a6;
}
.global_nav__pc_contact a .text_l {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.global_nav__pc_contact a .text_s {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.header_pc_option {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
  height: 100%;
}

.header_pc_search button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 80px;
  height: 30px;
  border: 1px solid #1c1f38;
  border-radius: 9999px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
.header_pc_search button::before {
  display: inline-block;
  content: "\e904";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (hover: hover) {
  .header_pc_search button:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #fff;
    background-color: #2c31a6;
  }
}
.header_pc_search button:active {
  color: #fff;
  background-color: #2c31a6;
}

.header_pc_setting button {
  width: 46px;
  height: 56px;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .header_pc_setting button {
    width: 60px;
  }
}
.header_pc_setting button::before {
  display: block;
  content: "\e903";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
}
@media (hover: hover) {
  .header_pc_setting button:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.header_pc_setting button:active {
  color: #2c31a6;
}

.header_pc_emergency {
  width: 65px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.header_pc_emergency button {
  display: block;
  background-color: #e6163e;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.3s;
}
.header_pc_emergency button .img {
  display: block;
  width: 32px;
  margin: -7px auto 0;
}
.header_pc_emergency button .img img {
  width: 100%;
}
.header_pc_emergency button .txt {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}
@media (hover: hover) {
  .header_pc_emergency button:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: color-mix(in srgb, #e6163e, #1c1f38 5%);
  }
}
.header_pc_emergency button:active {
  background-color: color-mix(in srgb, #e6163e, #1c1f38 5%);
}

.menu_toggle {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .menu_toggle {
    display: none;
  }
}

.lower_nav_box {
  position: absolute;
  top: 100%;
  right: 4%;
  width: 100%;
  background-color: #fff;
  padding: 18px 70px 40px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #ccc;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  max-width: 1040px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.lower_nav_box.active {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.lower_nav_flex {
  display: flex;
  column-gap: 2.5%;
}

.lower_nav_img {
  width: 34.1%;
  flex-shrink: 0;
}
.lower_nav_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lower_nav_menu {
  flex-grow: 1;
  padding: 10px 22px 30px 0;
}

.lower_nav_title {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 22px 50px 22px 0;
  position: relative;
}
.lower_nav_title::before, .lower_nav_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
}
.lower_nav_title::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 11px;
  transition: 0.3s;
  z-index: 1;
}
.lower_nav_title::after {
  width: 25px;
  height: 25px;
  border: 1px solid #2c31a6;
  background-color: #2c31a6;
  border-radius: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .lower_nav_title:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .lower_nav_title:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #fff;
  }
  .lower_nav_title:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    border-top-color: #2c31a6;
    border-right-color: #2c31a6;
  }
}
.lower_nav_title:active {
  color: #2c31a6;
}
.lower_nav_title:active::after {
  background-color: #fff;
}
.lower_nav_title:active::before {
  border-top-color: #2c31a6;
  border-right-color: #2c31a6;
}

.lower_nav_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #cecece;
  padding-top: 20px;
  column-gap: 40px;
  row-gap: 8px;
}

.lower_nav_item {
  width: calc((100% - 80px) / 3);
}

.lower_nav_link {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 12px 16px 12px 0;
  font-weight: 600;
  border-bottom: 1px solid #cecece;
}
.lower_nav_link::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #1c1f38;
  border-right: 1px solid #1c1f38;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .lower_nav_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .lower_nav_link:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    border-top-color: #2c31a6;
    border-right-color: #2c31a6;
  }
}
.lower_nav_link:active {
  color: #2c31a6;
}
.lower_nav_link:active::before {
  border-top-color: #2c31a6;
  border-right-color: #2c31a6;
}

.emergency_popup {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.emergency_popup.active {
  opacity: 1;
  visibility: visible;
}

.emergency_overlayer {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 222, 222, 0.4);
}

.emergency_box {
  background-color: var(--color-light-gray);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  margin: 0 auto;
  padding: 40px 50px;
}

.emergency_title {
  margin-bottom: 15px;
}
.emergency_title .txt_l {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.emergency_title .txt_s {
  color: #e6163e;
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 10px;
}

.emergency_tel {
  background-color: #fff;
  margin-bottom: 22px;
  text-align: center;
}
.emergency_tel .txt_m {
  color: #2c31a6;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.emergency_tel .txt_l {
  color: #2c31a6;
  font-size: 4.3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.emergency_tel .txt_s {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 5px;
}

.emergency_txt {
  margin-bottom: 26px;
}
.emergency_txt strong {
  color: #e6163e;
}

.emergency_link {
  text-align: center;
}
.emergency_link a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  padding-right: 35px;
}
.emergency_link a::before, .emergency_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
}
.emergency_link a::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #1c1f38;
  border-right: 1px solid #1c1f38;
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
  transition: 0.3s;
  z-index: 1;
}
.emergency_link a::after {
  width: 25px;
  height: 25px;
  border: 1px solid #1c1f38;
  border-radius: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.emergency_link a span {
  border-bottom: 1px solid #1c1f38;
  transition: 0.3s;
}
@media (hover: hover) {
  .emergency_link a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .emergency_link a:where(:any-link, :enabled, summary, span, dt, div):hover span {
    border-bottom-color: #2c31a6;
  }
  .emergency_link a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .emergency_link a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #2c31a6;
  }
}
.emergency_link a:active {
  color: #2c31a6;
}
.emergency_link a:active span {
  border-bottom-color: #2c31a6;
}
.emergency_link a:active::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.emergency_link a:active::after {
  background-color: #2c31a6;
}

.emergency_close {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #e6163e;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  top: -17px;
  right: -17px;
}
.emergency_close::before, .emergency_close::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.emergency_close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.emergency_close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) {
  .emergency_close:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: color-mix(in srgb, #e6163e, #1c1f38 5%);
  }
}
.emergency_close:active {
  background-color: color-mix(in srgb, #e6163e, #1c1f38 5%);
}

.setting_box {
  padding: 30px 0 50px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (min-width: 920px) {
  .setting_box {
    border-top: 1px solid #ccc;
  }
}
.setting_box:before, .setting_box:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 920px) {
  .setting_box:before, .setting_box:after {
    content: none;
  }
}
.setting_box:before {
  left: 100%;
  top: 0;
}
.setting_box:after {
  right: 100%;
  top: 0;
}
.setting_box.active {
  opacity: 1;
  visibility: visible;
}

.setting_flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 920px) {
  .setting_flex {
    flex-direction: row;
  }
}

.setting_font,
.setting_background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 33px;
  margin-bottom: 33px;
}
@media print, screen and (min-width: 920px) {
  .setting_font,
  .setting_background {
    width: 50%;
    padding-bottom: 0;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.setting_font {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 920px) {
  .setting_font {
    border-bottom: 0;
    border-right: 1px solid #ccc;
  }
}

.setting_background {
  padding-bottom: 0;
  margin-bottom: 0;
}

.setting_title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
@media print, screen and (min-width: 920px) {
  .setting_title {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.setting_button_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px 5px;
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex {
    width: auto;
    gap: 16px;
  }
}
.setting_button_flex button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 9999px;
  height: 60px;
}
.setting_button_flex button .txt_s {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button .txt_s {
    font-size: 1.4rem;
  }
}
.setting_button_flex button .txt_l {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button .txt_l {
    font-size: 1.8rem;
  }
}
.setting_button_flex button .txt_m {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button .txt_m {
    font-size: 1.5rem;
  }
}
.setting_button_flex button.font_btn {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button.font_btn {
    flex-direction: row;
  }
}
.setting_button_flex button.font_btn.active {
  border-color: #e6163e;
}
.setting_button_flex button.font_default {
  width: calc((100% - 10px) / 3);
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button.font_default {
    width: 100%;
  }
}
.setting_button_flex button.font_large {
  width: calc((100% - 10px) / 3);
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button.font_large {
    width: calc((100% - 16px) / 2);
  }
}
.setting_button_flex button.font_small {
  width: calc((100% - 10px) / 3);
}
@media print, screen and (min-width: 920px) {
  .setting_button_flex button.font_small {
    width: calc((100% - 16px) / 2);
  }
}
.setting_button_flex button.background_btn.active {
  border-color: #e6163e;
}
.setting_button_flex button.background_default {
  width: calc((100% - 16px) / 2);
}
.setting_button_flex button.background_blue {
  color: #fff;
  background-color: var(--accessibility-blue);
  width: calc((100% - 16px) / 2);
}
.setting_button_flex button.background_yellow {
  width: calc((100% - 16px) / 2);
  background-color: var(--accessibility-yellow);
}
.setting_button_flex button.background_black {
  color: var(--accessibility-yellow);
  width: calc((100% - 16px) / 2);
  background-color: #1c1f38;
}

.setting_close {
  text-align: center;
}
.setting_close button {
  display: inline-block;
  color: #2c31a6;
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 3px 26px;
  border-bottom: 1px solid #2c31a6;
}
@media print, screen and (min-width: 920px) {
  .setting_close button {
    font-size: 1.8rem;
  }
}
.setting_close button::before, .setting_close button::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #2c31a6;
  position: absolute;
  top: 50%;
  left: 2px;
}
.setting_close button::before {
  transform: translateY(-50%) rotate(45deg);
}
.setting_close button::after {
  transform: translateY(-50%) rotate(-45deg);
}

.search_box {
  padding: 40px 20px;
  border-top: 1px solid #ccc;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (min-width: 768px) {
  .search_box {
    padding: 40px 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .search_box {
    padding: 60px 40px;
  }
}
.search_box.active {
  opacity: 1;
  visibility: visible;
}

.search_flex {
  display: flex;
  flex-direction: column;
  max-width: 874px;
  margin: 0 auto;
}

.search_keyword_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 920px) {
  .search_keyword_area {
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }
}

.search_keyword_area__title {
  font-size: 1.6rem;
  font-weight: 600;
  flex-shrink: 0;
}

.search_keyword_area__input {
  width: 100%;
}

.input_search {
  display: flex;
}

.input_search__text {
  width: calc(100% - 108px);
  border: 1px solid #ccc !important;
  border-radius: 100px 0 0 100px;
  line-height: 1;
  padding: 11px 20px !important;
}

.input_search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  padding-right: 9px;
  background: #2c31a6;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0 100px 100px 0;
  transition: 0.3s;
}
.input_search__btn span {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.3s;
}
.input_search__btn span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 2.1rem;
}
.input_search__btn:hover {
  background-color: #fff;
}
.input_search__btn:hover span {
  color: #2c31a6;
}
.search_osusume_area {
  padding-top: 40px;
}

.search_osusume_area__title {
  font-size: 1.6rem;
  font-weight: 600;
}

.search_osusume_area__tag {
  padding-top: 20px;
}

.search_osusume_area__tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.search_osusume_area__tag__list li a {
  display: flex;
  padding: 7px 19px;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2c31a6;
  background: #aaa;
  border-radius: 100px;
}

.search_close_btn {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #1c1f38;
  border: 1px solid #1c1f38;
  border-radius: 9999px;
  padding: 5px 0px 7px 20px;
  transition: 0.3s;
}
.search_close_btn::before, .search_close_btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transition: 0.3s;
}
.search_close_btn::before {
  transform: translateY(-50%) rotate(45deg);
}
.search_close_btn::after {
  transform: translateY(-50%) rotate(-45deg);
}
.search_close_btn:hover {
  background-color: #fff;
  color: #1c1f38;
}
.search_close_btn:hover::before, .search_close_btn:hover::after {
  background-color: #1c1f38;
}

.header_sp {
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width: 1180px) {
  .header_sp {
    display: none;
  }
}
.header_sp .header__logo {
  font-size: 0;
  width: 50%;
  max-width: 158px;
}

.header_sp_menu_group {
  display: flex;
  margin-left: auto;
  align-items: center;
  column-gap: 6px;
}

.sp_menu_tel .icon-phone {
  background-color: #2c31a6;
  border-radius: 9999px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_menu_tel .icon-phone::before {
  color: #fff;
  font-size: 1.6rem;
}

.header_sp_setting button {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #2c31a6;
}
.header_sp_setting button::before {
  margin-top: -2px;
  display: block;
  content: "\e903";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  margin-bottom: 2px;
}

.sp_menu_toggle {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -10px;
}

.sp_menu_toggle__btn {
  width: 50px;
  height: 50px;
  padding: 11px 10px 9px;
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn__line span:nth-child(2) {
  opacity: 0;
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn__line span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn__line span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}

.sp_menu_toggle__btn__line {
  position: relative;
  display: block;
  width: 100%;
  height: 14px;
}
.sp_menu_toggle__btn__line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2c31a6;
}
.sp_menu_toggle__btn__line span:nth-child(1) {
  top: calc(50% - 6px);
}
.sp_menu_toggle__btn__line span:nth-child(3) {
  top: calc(50% + 6px);
}

.sp_menu_toggle__btn__text {
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  color: #2c31a6;
  line-height: 1;
  margin-top: 4px;
  margin-left: -2px;
  white-space: nowrap;
}

.sp_global_nav {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  display: block;
  z-index: 200;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.sp_global_nav.active {
  opacity: 1;
  visibility: visible;
}

.sp_global_nav_inner {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 100px;
}

.sp_global_nav_header {
  padding: 27px 22px 0;
  display: flex;
  align-items: center;
  height: 67px;
}
.sp_global_nav_header .header__logo {
  font-size: 0;
  width: 50%;
  max-width: 158px;
}

.sp_search_keyword_area {
  padding: 40px 20px 20px;
}

.sp_sub_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding: 0 20px;
}
.sp_sub_menu li {
  width: calc((100% - 16px) / 2);
  font-size: 1.4rem;
  line-height: 1.4;
}
.sp_sub_menu li a {
  position: relative;
  display: block;
  padding-left: 14px;
}
.sp_sub_menu li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #2c31a6;
}
@media (hover: hover) {
  .sp_sub_menu li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .sp_sub_menu li a:where(:any-link, :enabled, summary, span, dt, div):hover:before {
    border-top-color: #2c31a6;
    border-left-color: #2c31a6;
  }
}
.sp_sub_menu li a:active {
  color: #2c31a6;
}
.sp_sub_menu li a:active:before {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}

.sp_global_nav__list {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.sp_global_nav__list_item {
  margin-top: -1px;
}

.sp_global_nav__list_item__title {
  display: flex;
  border-top: 1px solid #ccc;
  line-height: 1.4;
}
.sp_global_nav__list_item__title a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (hover: hover) {
  .sp_global_nav__list_item__title a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .sp_global_nav__list_item__title a:where(:any-link, :enabled, summary, span, dt, div):hover:before {
    border-top-color: #2c31a6;
    border-left-color: #2c31a6;
  }
}
.sp_global_nav__list_item__title a:active {
  color: #2c31a6;
}
.sp_global_nav__list_item__title a:active:before {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}
.sp_global_nav__list_item__title .toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  flex-shrink: 0;
}
.sp_global_nav__list_item__title .toggle:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  background: #ccc;
}
.sp_global_nav__list_item__title .toggle span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.sp_global_nav__list_item__title .toggle span:before, .sp_global_nav__list_item__title .toggle span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #2c31a6;
}
.sp_global_nav__list_item__title .toggle span:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.sp_global_nav__list_item__title .toggle.active {
  background-color: #f3f4f9;
}
.sp_global_nav__list_item__title .toggle.active span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.sp_global_nav__list_child_nav {
  display: none;
  padding: 30px 20px;
  background: #f3f4f9;
}
.sp_global_nav__list_child_nav.active {
  display: block;
}

.sp_global_nav__list_child_nav__item:not(:first-of-type) {
  margin-top: 20px;
}
.sp_global_nav__list_child_nav__item .first_link {
  margin-bottom: 10px;
}
.sp_global_nav__list_child_nav__item .first_link a {
  position: relative;
  display: block;
  padding: 0 0 8px 0;
  display: block;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (hover: hover) {
  .sp_global_nav__list_child_nav__item .first_link a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.sp_global_nav__list_child_nav__item .first_link a:active {
  color: #2c31a6;
}
.sp_global_nav__list_child_nav__item .second_link {
  background-color: #fff;
}
.sp_global_nav__list_child_nav__item .second_link a {
  display: block;
  padding: 10px 20px;
  line-height: 1.4;
  position: relative;
  font-size: 1.5rem;
}
@media (hover: hover) {
  .sp_global_nav__list_child_nav__item .second_link a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.sp_global_nav__list_child_nav__item .second_link a:active {
  color: #2c31a6;
}
.sp_global_nav__list_child_nav__item .second_link a:before {
  content: "";
  position: absolute;
  display: block;
  top: 18px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #2c31a6;
}

.sp_tel_box {
  width: calc(100% - 40px);
  margin: 0 auto;
  border: 1px solid #2c31a6;
  border-radius: 10px;
  padding: 20px;
}
.sp_tel_box .tel {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-top: 8px;
}
.sp_tel_box .tel a {
  display: flex;
  justify-content: center;
  column-gap: 3px;
  align-items: center;
  color: #2c31a6;
  font-size: 3rem;
}
.sp_tel_box .tel a::before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  transform: translateY(3px);
}

.sp_tel_box_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.sp_tel_box_text {
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;
}

.sp_tel_box_button {
  display: flex;
  color: #fff;
  align-items: baseline;
  justify-content: center;
  background-color: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  padding: 8px 19px 14px;
  margin-top: 20px;
}
.sp_tel_box_button::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  display: block;
  font-size: 2rem;
  transform: translateY(3px);
  margin-right: 7px;
}
.sp_tel_box_button .text_l {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.sp_tel_box_button .text_s {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.footer {
  position: relative;
  background: #f3f4f9;
  padding: 80px 0 20px;
}
@media print, screen and (min-width: 920px) {
  .footer {
    padding: 100px 0 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_group {
    display: flex;
    column-gap: 40px;
  }
}

.footer_group_info {
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .footer_group_info {
    flex-shrink: 0;
    margin-top: 0;
    width: 50%;
    margin-left: auto;
    min-width: 430px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_group_info {
    min-width: 620px;
  }
}

.footer_logo {
  display: block;
  width: 257px;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .footer_logo {
    width: 280px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_logo {
    width: 336px;
  }
}
.footer_logo img {
  width: 100%;
  mix-blend-mode: multiply;
}

.footer_group_address {
  font-weight: 600;
  margin-top: 14px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .footer_group_address {
    margin-top: 36px;
    text-align: left;
  }
}

.footer_contact {
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .footer_contact {
    padding-bottom: 20px;
  }
}

.footer_contact__box {
  border: 1px solid #2c31a6;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_contact__box {
    border-radius: 10px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_contact__box {
    padding: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer_contact__box {
    padding: 40px 60px;
  }
}

.footer_contact__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .footer_contact__title {
    text-align: left;
  }
}

.footer_contact__column {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media print, screen and (min-width: 1180px) {
  .footer_contact__column {
    flex-direction: row;
    column-gap: 20px;
  }
}

.footer_contact__textarea {
  flex-shrink: 0;
}

.footer_contact__button {
  width: 260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .footer_contact__button {
    margin: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_contact__button {
    margin: 0 0 0 auto;
  }
}
.footer_contact__button a {
  display: flex;
  color: #fff;
  align-items: baseline;
  justify-content: center;
  background-color: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  padding: 8px 19px 14px;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .footer_contact__button a {
    margin: 0;
  }
}
.footer_contact__button a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  display: block;
  font-size: 2rem;
  transform: translateY(3px);
  margin-right: 7px;
}
.footer_contact__button a:hover {
  color: #2c31a6;
  background-color: #fff;
}
.footer_contact__button a .text_l {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.footer_contact__button a .text_s {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.footer_contact__number {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  color: #2c31a6;
}
.footer_contact__number span {
  display: flex;
  column-gap: 3px;
  align-items: center;
  justify-content: center;
  color: #2c31a6;
}
@media print, screen and (min-width: 920px) {
  .footer_contact__number span {
    justify-content: flex-start;
  }
}
.footer_contact__number span::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\e905";
  font-size: 2.4rem;
  transform: translateY(3px);
}
.footer_contact__number a {
  display: inline-block;
  text-decoration: underline;
}

.footer_contact__text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3px;
}
@media print, screen and (min-width: 920px) {
  .footer_contact__text {
    text-align: left;
  }
}

.footer_shop_date {
  margin-top: 25px;
}

.footer_shop_date__item {
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 920px) {
  .footer_shop_date__item {
    display: flex;
  }
}
.footer_shop_date__item:not(:first-child) {
  margin-top: 16px;
}
@media print, screen and (min-width: 920px) {
  .footer_shop_date__item:not(:first-child) {
    margin-top: 13px;
  }
}

.footer_shop_date__item__title {
  flex-shrink: 0;
  position: relative;
  color: #2c31a6;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  border-left: 1px solid #2c31a6;
  border-right: 1px solid #2c31a6;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .footer_shop_date__item__title {
    margin: 0;
    padding: 0 6px;
    width: 122px;
  }
}

.footer_shop_date__item__text {
  line-height: 1.8;
  text-align: center;
  display: block;
  margin-top: 6px;
}
@media print, screen and (min-width: 920px) {
  .footer_shop_date__item__text {
    display: block;
    text-align: left;
    padding-left: 18px;
    margin-top: 0;
  }
}
.footer_shop_date__item__text .padding {
  padding-left: 0.6em;
}

.footer_shop_tate__asterisk {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 13px;
}
@media print, screen and (min-width: 920px) {
  .footer_shop_tate__asterisk {
    text-align: left;
  }
}

.footer_nav {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .footer_nav {
    display: flex;
    width: 100%;
    gap: 36px;
    width: auto;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_nav {
    gap: 64px;
  }
}

.footer_nav__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .footer_nav__list {
    width: auto;
  }
}
.footer_nav__list.font_size_m {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .footer_nav__list.font_size_m {
    font-size: 1.4rem;
  }
}
.footer_nav__list li {
  flex-shrink: 0;
}
.footer_nav__list li:not(:first-child) {
  margin-top: 10px;
}
@media (hover: hover) {
  .footer_nav__list a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.footer_nav__list a:active {
  color: #2c31a6;
}

.footer_notearea {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .footer_notearea {
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .footer_notearea {
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
    margin-top: 26px;
  }
}

.footer_sublink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
.footer_sublink_item {
  line-height: 1.4;
}
.footer_sublink_item a {
  font-size: 1.3rem;
}
.footer_sublink_item a:hover {
  text-decoration: underline;
}

.footer_copyright {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .footer_copyright {
    margin-top: 60px;
  }
}
.footer_copyright small {
  color: #797a91;
}

.page_head_title_l,
.page_head_title_m {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  color: #2c31a6;
}
@media print, screen and (min-width: 768px) {
  .page_head_title_l,
  .page_head_title_m {
    gap: 30px;
  }
}
.page_head_title_l:not(.line_none):after,
.page_head_title_m:not(.line_none):after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-bottom: 1px dashed #ccc;
}
.page_head_title_l .jp,
.page_head_title_m .jp {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .page_head_title_l .jp,
  .page_head_title_m .jp {
    font-size: 2.8rem;
  }
}
.page_head_title_l .en,
.page_head_title_m .en {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #1c1f38;
}

.page_head_title_l .jp {
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .page_head_title_l .jp {
    font-size: 4rem;
  }
}

.page_btn_box {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_btn_box {
    margin-top: 40px;
  }
}

.page_btn {
  position: relative;
  display: inline-flex;
  min-width: 225px;
  align-items: center;
  border: 1px solid #1c1f38;
  border-radius: 300px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 32px 10px 26px;
}
@media print, screen and (min-width: 768px) {
  .page_btn {
    font-size: 1.8rem;
    padding: 10px 36px 10px 28px;
  }
}
.page_btn:not(.type_more_btn)::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: calc(50% - 13px);
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #1c1f38;
  transition: 0.3s;
}
.page_btn:not(.type_more_btn)::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .page_btn:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #2c31a6;
    color: #fff;
  }
  .page_btn:where(:any-link, :enabled, summary, span, dt, div):hover:not(.type_more_btn)::before {
    background-color: #fff;
  }
  .page_btn:where(:any-link, :enabled, summary, span, dt, div):hover:not(.type_more_btn)::after {
    border-top-color: #2c31a6;
    border-left-color: #2c31a6;
  }
}
.page_btn:active {
  background-color: #2c31a6;
  color: #fff;
}
.page_btn:active:not(.type_more_btn)::before {
  background-color: #fff;
}
.page_btn:active:not(.type_more_btn)::after {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}

.page_btn.type_more_btn:after, .page_btn.type_more_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 16px;
  height: 1px;
  background: #1c1f38;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.page_btn.type_more_btn:after {
  transform: translateY(-50%) rotate(90deg);
}
.page_btn.type_more_btn .loading {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 0;
  left: calc(50% - 100px);
  width: 200px;
  padding-left: 30px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .page_btn.type_more_btn .loading {
    font-size: 1.6rem;
  }
}
.page_btn.type_more_btn .loading span {
  display: inline-block;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  border-top: 3px solid rgba(var(--rgb-color-gray), 0.4);
  border-right: 3px solid rgba(var(--rgb-color-gray), 0.4);
  border-bottom: 3px solid rgba(var(--rgb-color-gray), 0.4);
  border-left: 3px solid #1c1f38;
  transform: translateZ(0);
  animation: loadAnime 3s linear infinite;
  vertical-align: middle;
}
.page_btn.type_more_btn.click {
  background-color: #2c31a6;
  color: #fff;
}
.page_btn.type_more_btn.click:after, .page_btn.type_more_btn.click:before {
  opacity: 0;
}
.page_btn.type_more_btn.click .loading {
  opacity: 1;
}
.page_btn.type_more_btn.click .loading span {
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  border-right: 3px solid rgba(255, 255, 255, 0.4);
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  border-left: 3px solid #fff;
}
.page_btn.type_more_btn.click .text {
  opacity: 0;
}
@media (hover: hover) {
  .page_btn.type_more_btn:where(:any-link, :enabled, summary, span, dt, div):hover:after, .page_btn.type_more_btn:where(:any-link, :enabled, summary, span, dt, div):hover:before {
    background-color: #fff;
  }
}
.page_btn.type_more_btn:active:after, .page_btn.type_more_btn:active:before {
  background-color: #fff;
}

@keyframes loadAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page_file_btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 60px 10px 26px;
  color: #1c1f38;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid var(--color-dark-gray);
  border-radius: 100px;
  word-break: break-all;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .page_file_btn {
    font-size: 1.6rem;
    padding-left: 17px;
  }
}
.page_file_btn span {
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-left: auto;
  color: var(--color-dark-gray);
  padding-left: 5px;
  margin-right: -10px;
  transition: 0.3s;
}
.page_file_btn::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding-left: 0;
  font-family: "icomoon";
  line-height: 1;
  font-weight: normal;
}
.page_file_btn[target=_blank]::after {
  content: "\e900";
  font-size: 1.2rem;
  color: #fff;
  background-color: var(--color-dark-gray);
  border-left: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .page_file_btn[target=_blank]::after {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .page_file_btn[target=_blank]:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: var(--color-dark-gray);
    background-color: #ccc;
  }
}
.page_file_btn[target=_blank]:active {
  color: var(--color-dark-gray);
  background-color: #ccc;
}
.page_file_btn[href$=".pdf"], .page_file_btn[href$=".PDF"] {
  border-color: #1c1f38;
}
.page_file_btn[href$=".pdf"]::after, .page_file_btn[href$=".PDF"]::after {
  content: "\e90c";
  color: #e6163e;
  font-size: 1.8rem;
  background-color: var(--color-light-gray);
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .page_file_btn[href$=".pdf"]::after, .page_file_btn[href$=".PDF"]::after {
    font-size: 1.9rem;
  }
}
@media (hover: hover) {
  .page_file_btn[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div):hover, .page_file_btn[href$=".PDF"]:where(:any-link, :enabled, summary, span, dt, div):hover {
    border-color: #2c31a6;
    background-color: #2c31a6;
    color: #fff;
  }
  .page_file_btn[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div):hover span, .page_file_btn[href$=".PDF"]:where(:any-link, :enabled, summary, span, dt, div):hover span {
    color: #fff;
  }
  .page_file_btn[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div):hover::after, .page_file_btn[href$=".PDF"]:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #fff;
    background-color: #2c31a6;
  }
}
.page_file_btn[href$=".pdf"]:active, .page_file_btn[href$=".PDF"]:active {
  border-color: #2c31a6;
  background-color: #2c31a6;
  color: #fff;
}
.page_file_btn[href$=".pdf"]:active span, .page_file_btn[href$=".PDF"]:active span {
  color: #fff;
}
.page_file_btn[href$=".pdf"]:active::after, .page_file_btn[href$=".PDF"]:active::after {
  color: #fff;
  background-color: #2c31a6;
}

.parts_type_bnr_link_block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block {
    flex-direction: row;
    gap: 40px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.parts_type_bnr_link_block + .parts_type_bnr_link_block {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block + .parts_type_bnr_link_block {
    margin-top: 40px;
  }
}

.parts_type_bnr_link_block__item {
  display: flex;
  width: 100%;
}
.parts_type_bnr_link_block__item.sp_colm2_1 {
  width: calc(50% - 5px);
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block__item.colm4_1 {
    width: 25%;
    padding: 0 15px;
  }
  .parts_type_bnr_link_block__item.colm3_1 {
    width: 33.33333%;
    padding: 0 15px;
  }
  .parts_type_bnr_link_block__item.colm2_1 {
    width: 50%;
    padding: 0 15px;
  }
}
.parts_type_bnr_link_block__item > a, .parts_type_bnr_link_block__item > span {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.parts_type_bnr_link_block__item > a img, .parts_type_bnr_link_block__item > span img {
  width: 100%;
  transition: 0.3s;
}
.parts_type_bnr_link_block__item > a {
  box-shadow: 0 0 15px rgba(111, 111, 111, 0.16);
}
@media (hover: hover) {
  .parts_type_bnr_link_block__item > a:where(:any-link, :enabled, summary, span, dt, div):hover img {
    transform: scale(1.05);
  }
}
.parts_type_bnr_link_block__item > a:active img {
  transform: scale(1.05);
}
.parts_type_bnr_link_block__item.type_text > a, .parts_type_bnr_link_block__item.type_text > span {
  padding: 20px;
}
.parts_type_bnr_link_block__item.type_text > a {
  position: relative;
  padding-right: 50px;
}
.parts_type_bnr_link_block__item.type_text > a:not([target=_blank]):before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: 1px solid #1c1f38;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block__item.type_text > a:not([target=_blank]):before {
    width: 25px;
    height: 25px;
  }
}
.parts_type_bnr_link_block__item.type_text > a:not([target=_blank]):after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 3px);
  right: 29px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-top: 1px solid #1c1f38;
  border-left: 1px solid #1c1f38;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block__item.type_text > a:not([target=_blank]):after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: 30px;
  }
}
.parts_type_bnr_link_block__item.type_text > a[target=_blank] {
  padding-right: 45px;
}
.parts_type_bnr_link_block__item.type_text > a[target=_blank]:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 1.2em;
}
@media (hover: hover) {
  .parts_type_bnr_link_block__item.type_text > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #2c31a6;
    color: #fff;
  }
  .parts_type_bnr_link_block__item.type_text > a:where(:any-link, :enabled, summary, span, dt, div):hover:not([target=_blank]):before {
    border-color: #fff;
    background-color: #fff;
  }
  .parts_type_bnr_link_block__item.type_text > a:where(:any-link, :enabled, summary, span, dt, div):hover:not([target=_blank]):after {
    border-top-color: #2c31a6;
    border-left-color: #2c31a6;
  }
}
.parts_type_bnr_link_block__item.type_text > a:active {
  background-color: #2c31a6;
  color: #fff;
}
.parts_type_bnr_link_block__item.type_text > a:active:not([target=_blank]):before {
  border-color: #fff;
  background-color: #fff;
}
.parts_type_bnr_link_block__item.type_text > a:active:not([target=_blank]):after {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}

.parts_type_bnr_link_block__facility {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block__facility {
    font-size: 1.5rem;
  }
}

.parts_type_bnr_link_block__name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 10px 20px;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block__name {
    margin-top: 4px;
    font-size: 2.3rem;
  }
}
.parts_type_bnr_link_block__name .font_s {
  font-size: 1.4rem;
  font-weight: normal;
}
@media print, screen and (min-width: 920px) {
  .parts_type_bnr_link_block__name .font_s {
    font-size: 1.5rem;
  }
}

.page_news_list__item:not(:last-child) {
  border-bottom: 1px solid #cecece;
}
.page_news_list__item.hidden {
  display: none;
}
.page_news_list__item a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 0;
}
@media print, screen and (min-width: 920px) {
  .page_news_list__item a {
    flex-direction: row;
    gap: 30px;
    padding: 20px 0;
  }
}
@media (hover: hover) {
  .page_news_list__item a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #f3f4f9;
  }
  .page_news_list__item a:where(:any-link, :enabled, summary, span, dt, div):hover .page_news_list__text {
    color: #2c31a6;
  }
  .page_news_list__item a:where(:any-link, :enabled, summary, span, dt, div):hover .category {
    background-color: #fff;
  }
}
.page_news_list__item a:active {
  background-color: #f3f4f9;
}
.page_news_list__item a:active .page_news_list__text {
  color: #2c31a6;
}
.page_news_list__item a:active .category {
  background-color: #fff;
}
.page_news_list__item span {
  display: block;
  padding: 15px 0;
}
@media print, screen and (min-width: 920px) {
  .page_news_list__item span {
    padding: 20px 0;
  }
}

.page_news_list__item_none {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 0;
}

.page_news_list__none {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 0;
}

.page_news_list__data_category {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
  min-width: 170px;
}
.page_news_list__data_category time {
  font-size: 1.4rem;
  font-weight: bold;
  color: #797a91;
  flex-shrink: 0;
}
.page_news_list__data_category .category {
  color: #2c31a6;
  background-color: #f3f4f9;
  border-radius: 9999px;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  padding: 3px 5px;
  width: 128px;
  text-align: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.page_news_list__data_category .category.category_important {
  background-color: #ffeaee;
  color: #e6163e;
}

.page_news_list__text {
  line-height: 1.6;
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .page_news_list__text {
    margin-top: 0;
  }
}

.gsc-thumbnail-inside {
  margin-bottom: 5px;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #2c31a6 !important;
  text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #2c31a6 !important;
  text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  text-decoration: underline !important;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #6f6f6f !important;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 0 10px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  color: #2c31a6 !important;
  padding: 5px 3px;
  width: 30px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px #2c31a6 solid !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff !important;
  background-color: #2c31a6 !important;
}

.gsc-selected-option-container {
  min-width: 105px !important;
}