@charset "UTF-8";
/* ===================================================================
CSS information

file name  : first_load.css
author     : Abilive
style info : 下層用first_load
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
/* ===================================================================
CSS information

file name  : default.css
author     : Abilive
style info : 汎用リセット記述
=================================================================== */
html,
article,
aside,
audio,
blockquote,
body,
dd,
dialog,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
li,
mark,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
time,
ul,
video,
main {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

embed,
object {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

li {
  list-style-type: none;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

img {
  vertical-align: top;
}

i {
  font-style: normal;
}

svg {
  vertical-align: middle;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

nav,
ul {
  list-style: none;
}

html {
  outline: none;
}
html.fix-active {
  overflow: hidden;
}

.cmn_jump_btn {
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cmn_jump_btn {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .cmn_jump_btn {
    width: 95%;
  }
}
.cmn_jump_btn > a {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-text-1);
  height: 3em;
  padding: 1em 2em !important;
  transform: translateY(-100%);
  transition: 0s;
  border: 1px solid #83845A;
  border-radius: 1000px;
  background: #fff;
  z-index: 1000;
}
.cmn_jump_btn > a:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.cmn_jump_btn > a:focus-visible {
  transform: translateY(0);
}

.c-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-sub-3);
  border-radius: 5000px;
  background: #fff;
  transition: ease .3s background;
}
@media only screen and (min-width: 768px) {
  .c-menu {
    min-height: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu {
    min-height: 1.2em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-menu {
    padding: 0.21rem 1.78rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-menu {
    padding: 0.21rem 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu {
    padding: 0 0.5em;
  }
}
.c-menu .ic {
  width: 0.92rem;
  height: 0.57rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
  display: inline-block;
}
.c-menu .ic > span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  transition: ease .5s transform, ease .5s background;
  border-radius: 1000px;
  background: var(--color-text-2);
  transition: ease .3s background;
}
.c-menu .ic > span:nth-of-type(1) {
  top: 0;
}
.c-menu .ic > span:nth-of-type(2) {
  top: 50%;
}
.c-menu .ic > span:nth-of-type(3) {
  top: 100%;
}
.c-menu .t {
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.07rem;
  margin-left: .5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .c-menu .t {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-menu:hover {
    background: var(--color-sub-4);
  }
}
.c-menu.is-active .ic > span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-menu.is-active .ic > span:nth-of-type(2) {
  opacity: 0;
}
.c-menu.is-active .ic > span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-gnav {
  display: flex;
  justify-content: flex-end;
}
.c-gnav > li > a {
  padding: 0 0.71rem;
  color: #fff;
  position: relative;
}
.c-gnav > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--color-accent-1);
  transform: translate(-50%, -50%) scale(1.5);
  filter: blur(5px);
  opacity: 0;
  z-index: -1;
  transition: ease .3s opacity;
}
@media only screen and (min-width: 1025px) {
  .c-gnav > li > a:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .c-gnav > li > a {
    font-size: 0.93rem;
    padding: 0 0.35rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1049px) {
  .c-gnav > li > a {
    font-size: 0.86rem;
  }
}

.l-header--base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(1360 / 1440 * 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
@media only screen and (min-width: 1025px) {
  .l-header--base {
    top: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header--base {
    top: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header--base {
    top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-header--base {
    width: 85%;
  }
}
.l-header--fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 0.71rem 2.85rem;
  opacity: 0;
  z-index: -30;
  visibility: hidden;
  transform: translateX(-50%);
  transition: ease .3s top, ease .3s opacity, ease .3s visibility;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 1025px) {
  .l-header--fix.is-fixed {
    opacity: 1;
    z-index: 30;
    visibility: visible;
  }
}
.l-header--fix.is-none {
  background: none;
}
@media only screen and (max-width: 767px) {
  .l-header--fix.is-none {
    padding: 1em 2em;
    opacity: 1;
    z-index: 30;
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header--fix.is-none .l-header__logo .logo--dark {
    display: none;
  }
  .l-header--fix.is-none .l-header__logo .logo--white {
    display: block;
  }
}
.l-header--fix.is-none .l-header__gnav .c-gnav {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1025px) {
  .l-header__logo {
    width: calc(224 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__logo {
    width: calc(200 / 700 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 42vw;
  }
}
.l-header__logo .logo--white {
  display: none;
}
.l-header__gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .l-header__gnav {
    margin-left: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav {
    margin-left: 1.5em;
  }
}
.l-header__gnav__lang {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-header__gnav__lang {
    margin-left: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav__lang {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
  .l-header__gnav__lang {
    margin-left: 0;
  }
}
.l-header__gnav__lang .tmp_acc summary {
  display: block;
  list-style: none;
  counter-increment: none;
  cursor: pointer;
}
.l-header__gnav__lang .tmp_acc summary::marker {
  content: none;
}
.l-header__gnav__lang .tmp_acc summary::-webkit-details-marker {
  display: none;
}
.l-header__gnav__lang .tmp_acc .btn {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.mouse .l-header__gnav__lang .tmp_acc .btn {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .l-header__gnav__lang .tmp_acc .btn:hover, .touch .l-header__gnav__lang .tmp_acc .btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .l-header__gnav__lang .tmp_acc .btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .l-header__gnav__lang .tmp_acc .btn.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.l-header__gnav__lang .tmp_acc .btn .ic_lang {
  width: 0.85rem;
  line-height: 1;
  margin-right: .5em;
  fill: #fff;
}
.l-header__gnav__lang .tmp_acc .btn .t {
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.93rem;
  text-transform: uppercase;
  color: #fff;
}
.l-header__gnav__lang .tmp_acc .btn .t svg {
  fill: #fff;
  margin-left: .3em;
  width: .5em;
  height: .5em;
  margin-right: 0;
}
.l-header__gnav__lang .tmp_acc .answer_inner {
  position: absolute;
  top: 135%;
  left: -5%;
  width: 110%;
  z-index: 2;
  background: rgba(215, 232, 233, 0.9);
}
.l-header__gnav__lang .tmp_acc .answer_inner ul > li > a {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 0.86rem;
  display: block;
  padding: .5em 1.5em .5em .8em;
  position: relative;
}
.l-header__gnav__lang .tmp_acc .answer_inner ul > li > a .ic {
  position: absolute;
  top: 50%;
  right: .8em;
  width: .8em;
  height: .8em;
  transform: translateY(-50%);
  transition: ease .3s right;
}
@media only screen and (min-width: 1025px) {
  .l-header__gnav__lang .tmp_acc .answer_inner ul > li > a:hover .ic {
    right: .5em;
  }
}
.l-header__gnav__lang .tmp_acc[open] .acc_btn .btn .t .ic {
  transform: scale(1, -1);
}
.l-header__gnav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .l-header__gnav__btn {
    margin-left: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav__btn {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
  .l-header__gnav__btn {
    margin-left: 0.71rem;
  }
}
.l-header__gnav__btn__rest {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-header__gnav__btn__rest {
    margin-left: 0.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav__btn__rest {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header__gnav__btn__rest {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__gnav__btn__rest {
    width: 7.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav__btn__rest {
    width: 6.42rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
  .l-header__gnav__btn__rest {
    width: 9.28rem;
  }
}
.l-header__gnav__btn__rest .tmp_acc .c-btn {
  display: block;
  list-style: none;
  counter-increment: none;
  cursor: pointer;
}
.l-header__gnav__btn__rest .tmp_acc .c-btn::marker {
  content: none;
}
.l-header__gnav__btn__rest .tmp_acc .c-btn::-webkit-details-marker {
  display: none;
}
.l-header__gnav__btn__rest .tmp_acc .c-btn__link {
  width: 100%;
}
.l-header__gnav__btn__rest .tmp_acc .c-btn__text {
  font-size: 0.93rem;
  padding-right: 1em;
  position: relative;
}
.l-header__gnav__btn__rest .tmp_acc .c-btn__text .ic {
  position: absolute;
  top: 50%;
  width: .5em;
  height: .5em;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .l-header__gnav__btn__rest .tmp_acc .c-btn__text {
    font-size: 0.86rem;
  }
}
.l-header__gnav__btn__rest .tmp_acc .answer_inner {
  position: absolute;
  top: 135%;
  left: -15%;
  width: 125%;
  z-index: 2;
  border-radius: 0.21rem;
  overflow: hidden;
}
.l-header__gnav__btn__rest .tmp_acc .answer_inner ul > li:nth-of-type(n+2) > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header__gnav__btn__rest .tmp_acc .answer_inner ul > li > a {
  display: flex;
  flex-direction: column;
  padding: .5em .8em;
  position: relative;
  color: #fff;
  background: var(--color-cv-2);
}
@media only screen and (min-width: 1025px) {
  .l-header__gnav__btn__rest .tmp_acc .answer_inner ul > li > a {
    transition: ease .3s background;
  }
  .l-header__gnav__btn__rest .tmp_acc .answer_inner ul > li > a:hover {
    background: #3aadb5;
  }
}
.l-header__gnav__btn__rest .tmp_acc .answer_inner ul > li > a .sub {
  font-size: 0.86rem;
}
.l-header__gnav__btn__rest .tmp_acc[open] .c-btn .ic {
  transform: rotate(180deg) translateY(50%);
}
@media only screen and (min-width: 768px) {
  .l-header__gnav__btn > .c-btn {
    margin-left: 0.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav__btn > .c-btn {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header__gnav__btn > .c-btn {
    width: 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__gnav__btn > .c-btn {
    width: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__gnav__btn > .c-btn {
    width: 5.71rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .l-header__gnav__btn > .c-btn {
    width: 7.85rem;
  }
}
.l-header__gnav__btn > .c-btn__text {
  font-size: 0.93rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .l-header__gnav__btn > .c-btn__text {
    font-size: 0.86rem;
  }
}
.l-header.l-header--text-kv .c-gnav > li > a {
  color: var(--color-text-2);
}
.l-header.l-header--text-kv .l-header__gnav__lang .tmp_acc .btn .t {
  color: var(--color-text-2);
}
.l-header.l-header--text-kv .l-header__gnav__lang .tmp_acc .btn svg {
  fill: var(--color-text-2);
}
.l-header.l-header--text-kv .l-header__gnav__lang .answer_inner > ul > li > a {
  color: var(--color-text-2);
}

#header.is-none .l-header__gnav .c-gnav {
  opacity: 0;
  visibility: hidden;
}
#header.is-none .l-header__gnav__lang .tmp_acc .btn .ic_lang {
  fill: var(--color-text-1);
}
#header.is-none .l-header__gnav__lang .tmp_acc .btn .t {
  color: var(--color-text-1);
}
#header.is-none .l-header__gnav__lang .tmp_acc .btn .t svg {
  fill: var(--color-text-1);
}
#header.is-none .l-header__gnav__lang .tmp_acc .answer_inner {
  position: absolute;
  top: 135%;
  left: -5%;
  width: 110%;
  z-index: 2;
  background: rgba(215, 232, 233, 0.9);
}
#header.is-none .l-header__gnav__lang .tmp_acc .answer_inner ul > li > a {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 0.86rem;
  display: block;
  padding: .5em 1.5em .5em .8em;
  position: relative;
}
#header.is-none .l-header__gnav__lang .tmp_acc .answer_inner ul > li > a .ic {
  position: absolute;
  top: 50%;
  right: .8em;
  width: .8em;
  height: .8em;
  transform: translateY(-50%);
  transition: ease .3s right;
}
@media only screen and (min-width: 1025px) {
  #header.is-none .l-header__gnav__lang .tmp_acc .answer_inner ul > li > a:hover .ic {
    right: .5em;
  }
}
#header.is-none .l-header__gnav__lang .tmp_acc[open] .acc_btn .btn .t .ic {
  transform: scale(1, -1);
}

.l-fix-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  opacity: 0;
  z-index: -30;
  visibility: hidden;
  transform: translateX(-50%);
  transition: ease .3s opacity, ease .3s visibility;
}
@media only screen and (min-width: 768px) {
  .l-fix-sp {
    height: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-fix-sp {
    height: 4.5em;
  }
}
.l-fix-sp.is-fixed {
  opacity: 1;
  z-index: 30;
  visibility: visible;
}
.l-fix-sp__lnk {
  width: calc(100% / 5);
  height: 100%;
  border-right: 1px solid var(--color-sub-3);
}
.l-fix-sp__lnk > a, .l-fix-sp__lnk .tel {
  font-size: 1.29rem;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.1;
  color: var(--color-text-2);
  background: var(--color-accent-1);
}
.l-fix-sp__rest {
  width: calc(100% / 5);
  height: 100%;
  border-right: 1px solid var(--color-sub-4);
}
.l-fix-sp__rest .tmp_acc {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-fix-sp__rest .tmp_acc .btn {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  counter-increment: none;
  cursor: pointer;
}
.l-fix-sp__rest .tmp_acc .btn::marker {
  content: none;
}
.l-fix-sp__rest .tmp_acc .btn::-webkit-details-marker {
  display: none;
}
.l-fix-sp__rest .tmp_acc .btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background: var(--color-cv-2);
}
@media only screen and (min-width: 768px) {
  .l-fix-sp__rest .tmp_acc .btn__text {
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-fix-sp__rest .tmp_acc .btn__text {
    font-size: 0.86rem;
  }
}
.l-fix-sp__rest .tmp_acc .answer_inner {
  position: absolute;
  bottom: 120%;
  left: 50%;
  z-index: 2;
  text-align: center;
  border-radius: 0.21rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-fix-sp__rest .tmp_acc .answer_inner {
    width: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .l-fix-sp__rest .tmp_acc .answer_inner {
    width: 220%;
  }
}
.l-fix-sp__rest .tmp_acc .answer_inner::before {
  content: "▼";
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 0.5;
  transform: translateX(-50%);
  color: var(--color-cv-2);
}
.l-fix-sp__rest .tmp_acc .answer_inner ul > li:nth-of-type(n+2) > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-fix-sp__rest .tmp_acc .answer_inner ul > li > a {
  display: flex;
  flex-direction: column;
  padding: .5em .8em;
  position: relative;
  color: #fff;
  background: var(--color-cv-2);
}
@media only screen and (min-width: 1025px) {
  .l-fix-sp__rest .tmp_acc .answer_inner ul > li > a {
    transition: ease .3s background;
  }
  .l-fix-sp__rest .tmp_acc .answer_inner ul > li > a:hover {
    background: #3aadb5;
  }
}
.l-fix-sp__rest .tmp_acc .answer_inner ul > li > a .sub {
  font-size: 0.86rem;
}
.l-fix-sp__rsv {
  width: calc(100% / 5);
  height: 100%;
  border-right: 1px solid var(--color-sub-4);
}
.l-fix-sp__rsv > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  background: var(--color-cv-1);
}
.l-fix-sp__menu {
  width: calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: none;
  border-radius: 0;
  color: var(--color-text-2);
  background: #fff;
}
.l-fix-sp__menu .ic > span {
  background: var(--color-text-2);
}
.l-fix-sp .t {
  font-size: 1.29rem;
}

.l-modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  overflow: auto;
  transition: all .3s;
}
.l-modal-menu.is-fixed {
  opacity: 1;
  z-index: 25;
}
.l-modal-menu[aria-hidden="true"] {
  visibility: hidden;
}
.l-modal-menu[aria-hidden="false"] {
  visibility: visible;
}
.l-modal-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/header/bg_modal.webp) bottom right no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .l-modal-menu::before {
    background: url(../images/header/bg_modal-sp.webp) top left no-repeat;
    background-size: cover;
  }
}
.l-modal-menu__container {
  display: flex;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container {
    position: relative;
  }
}
.l-modal-menu__container__bg {
  width: calc(460 / 1440 * 100%);
  height: 100%;
  position: relative;
}
.l-modal-menu__container__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/header/bg_modal_img.webp) top left no-repeat;
  background-size: cover;
}
.l-modal-menu__container__inner {
  overflow-y: auto;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner {
    width: calc(980 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner {
    padding-top: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner {
    padding-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner {
    padding-bottom: 7em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner {
    padding-bottom: 8em;
  }
}
.l-modal-menu__container__inner__main {
  display: flex;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__main {
    width: calc(820 / 980 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main {
    width: calc(380 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main {
    display: block;
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__main__list {
    width: calc(380 / 820 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__main__list:nth-of-type(n+2) {
    margin-left: calc(60 / 820 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list:nth-of-type(n+2) {
    margin-left: 0;
  }
}
.l-modal-menu__container__inner__main__list__item {
  border-bottom: 1px solid var(--color-sub-4);
}
.l-modal-menu__container__inner__main__list__item > a {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main__list__item > a {
    padding: 1.14rem 3.21rem 1.14rem 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main__list__item > a {
    padding: 1em 3em 1em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list__item > a {
    padding: 1em 3em 1em 1.5em;
  }
}
.l-modal-menu__container__inner__main__list__item > a .jp {
  font-size: 1.14rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  line-height: 1;
}
.l-modal-menu__container__inner__main__list__item > a svg {
  position: absolute;
  top: 50%;
  fill: none;
  stroke: var(--color-text-2);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main__list__item > a svg {
    right: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main__list__item > a svg {
    right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list__item > a svg {
    right: 1.5em;
  }
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_btn {
  display: block;
  list-style: none;
  counter-increment: none;
  cursor: pointer;
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_btn::marker {
  content: none;
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_btn::-webkit-details-marker {
  display: none;
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .btn {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.14rem;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .btn {
    padding: 1.14rem 3.21rem 1.14rem 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .btn {
    padding: 1em 3em 1em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .btn {
    padding: 1em 3em 1em 1.5em;
  }
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .btn .ic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .btn .ic {
    right: 2.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .btn .ic {
    right: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .btn .ic {
    right: 1.8em;
  }
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .btn .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .8em;
  height: 1px;
  background: #272424;
  transform: translate(-50%, -50%);
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .btn .ic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: .8em;
  background: #272424;
  transform: translate(-50%, -50%);
}
.l-modal-menu__container__inner__main__list__item .tmp_acc[open] .acc_btn .btn .ic::after {
  opacity: 0;
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a {
  display: block;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a {
    padding: 0.57rem 3.21rem 0.57rem 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a {
    padding: 0.5em 3em 0.5em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a {
    padding: 0.5em 3em 0.5em 1.5em;
  }
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a .jp {
  font-size: 1rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  display: block;
  padding-left: 1.42rem;
  line-height: 1.6;
  position: relative;
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a .jp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.57rem;
  height: 1px;
  transform: rotateY(-50%);
  background: var(--color-accent-2);
}
.l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a svg {
  position: absolute;
  top: 50%;
  fill: none;
  stroke: var(--color-text-2);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a svg {
    right: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a svg {
    right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__main__list__item .tmp_acc .acc_target .answer_inner ul li > a svg {
    right: 1.5em;
  }
}
.l-modal-menu__container__inner__sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__sub {
    width: calc(820 / 980 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__sub {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__sub {
    width: calc(310 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__sub {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__sub {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__sub {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .l-modal-menu__container__inner__sub {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .l-modal-menu__container__inner__sub {
    display: block;
  }
}
.l-modal-menu__container__inner__sub > ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__sub > ul {
    margin-right: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__sub > ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__sub > ul > li {
    padding-right: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (max-width: 1199px) {
  .l-modal-menu__container__inner__sub > ul > li {
    padding-right: 0.71rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__sub > ul > li:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__sub > ul > li {
    padding-right: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__sub > ul > li {
    width: 49%;
  }
  .l-modal-menu__container__inner__sub > ul > li:nth-of-type(n+2) {
    margin-left: 2%;
  }
  .l-modal-menu__container__inner__sub > ul > li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .l-modal-menu__container__inner__sub > ul > li:nth-of-type(n+3) {
    margin-top: 1em;
  }
}
.l-modal-menu__container__inner__sub > ul > li > a {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: var(--color-text-2);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__sub > ul > li > a {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__sub > ul > li > a {
    font-size: 1rem;
  }
}
.l-modal-menu__container__inner__sub .c-sns-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .l-modal-menu__container__inner__sub .c-sns-link {
    justify-content: flex-start;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .l-modal-menu__container__inner__sub .c-sns-link {
    margin-top: 1.5em;
    justify-content: center;
  }
}
.l-modal-menu__container__inner__sub .c-sns-link > li {
  padding-right: 0;
  width: auto;
}
.l-modal-menu__container__inner__sub .c-sns-link > li:nth-of-type(n+2) {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__sub .c-sns-link > li:nth-of-type(n+2) {
    margin-left: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__sub .c-sns-link > li:nth-of-type(n+2) {
    margin-left: 1.5em;
  }
}
.l-modal-menu__container__inner__sub .c-sns-link > li > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__sub .c-sns-link > li > a {
    width: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__sub .c-sns-link > li > a {
    width: 1.5em;
  }
}
.l-modal-menu__container__inner__sub .c-sns-link > li > a img {
  width: 100%;
}
.l-modal-menu__container__inner__bnr {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .l-modal-menu__container__inner__bnr {
    width: calc(820 / 980 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__bnr {
    width: calc(300 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__bnr {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__bnr {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__bnr {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__bnr {
    gap: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__bnr {
    gap: 2.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .l-modal-menu__container__inner__bnr__item {
    width: calc(250 / 820 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-modal-menu__container__inner__bnr__item {
    width: calc(245 / 640 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-modal-menu__container__inner__bnr__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .l-modal-menu__container__inner__bnr__item {
    margin-inline: auto;
  }
}
.l-modal-menu__container__inner__bnr__item img {
  width: 100%;
}
.l-modal-menu__container__inner__bnr__item > a {
  display: block;
  text-align: center;
}
.mouse .l-modal-menu__container__inner__bnr__item > a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .l-modal-menu__container__inner__bnr__item > a:hover, .touch .l-modal-menu__container__inner__bnr__item > a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .l-modal-menu__container__inner__bnr__item > a {
  -webkit-tap-highlight-color: transparent;
}
.touch .l-modal-menu__container__inner__bnr__item > a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.l-modal-menu__container__inner__bnr__item > a .t {
  font-size: 0.93rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  display: block;
  margin-top: 1em;
  color: #2C2A27;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

:root {
  --color-text-1: #414141;
  --color-text-2: #221F1F;
  --color-sub-1: #596570;
  --color-sub-2: #8C99A7;
  --color-sub-3: #9E9E9E;
  --color-sub-4: #E0E0E0;
  --color-accent-1: #C0E2E4;
  --color-accent-2: #286560;
  --color-accent-3: #053033;
  --color-accent-4: #0D141C;
  --color-cv-1: #053033;
  --color-cv-2: #1F8990;
}

html {
  line-height: 1.8;
  overflow-x: hidden;
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: calc(15 / 16 * 100%);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  html {
    font-size: calc((15 - 1) / 16 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: calc(14 / 16 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc(14 / 16 * 100%);
  }
}

body {
  color: var(--color-text-1);
  position: relative;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:focus-visible {
  outline: 2px solid blue;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body,
pre,
input,
textarea,
select {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  color: var(--color-text);
}

input,
select,
textarea {
  font-size: 100%;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid blue;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    transform: scale(0.8);
    transform-origin: 0 50%;
  }
}

#svg_defs {
  display: none;
}

svg {
  width: 1em;
  height: 1em;
  fill: inherit;
}
svg.ic_search, svg.ic_arr {
  fill: none;
  stroke: var(--color-text-1);
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  cursor: pointer;
  color: var(--color-text-1);
}
button::-ms-expand {
  display: none;
}
button:focus-visible {
  outline: 2px solid blue;
}

.u-align-c {
  text-align: center;
  justify-content: center;
}
.u-align-c > * {
  text-align: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .u-align--pt {
    text-align: center;
    justify-content: center;
  }
  .u-align--pt > * {
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .u-align--s {
    text-align: center;
    justify-content: center;
  }
  .u-align--s > * {
    text-align: center;
    justify-content: center;
  }
}

.u-flex-txt > .wide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .u-flex-txt--pt {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .u-flex-txt--s {
    display: flex;
    flex-wrap: wrap;
  }
}
.u-flex-txt--all {
  display: flex;
  flex-wrap: wrap;
}

.u-break-br {
  word-break: keep-all;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  body .u-view--ts, body .u-view--t {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .u-view--s {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body .u-view--p {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .u-view--pt, body .u-view--t {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  br[data-pc=false] {
    display: none;
  }
}
@media only screen and (min-width: 1441px) {
  br[data-pcl=false] {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  br[data-pcs=false] {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  br[data-tab=false] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br[data-sp=false] {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}
img.lazyload, img.lazyloading {
  opacity: 0;
  visibility: hidden;
}
img.lazyloaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
  height: auto;
}
img[loading=lazy] {
  width: 100%;
  height: auto;
}

.mouse .over {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#abi_page {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  #abi_page {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #abi_page {
    font-size: 100% !important;
  }
}

#contents {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.c-title {
  --title-color: var(--color-text-1);
  line-height: 1;
}
.c-title .c-title__sub, .c-title .c-title__jp {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.c-title .c-title__sub--s50, .c-title .c-title__jp--s50 {
  font-size: 3.57rem;
}
.c-title .c-title__sub--s48, .c-title .c-title__jp--s48 {
  font-size: 3.43rem;
}
.c-title .c-title__sub--s40, .c-title .c-title__jp--s40 {
  font-size: 2.86rem;
}
.c-title .c-title__sub--s36, .c-title .c-title__jp--s36 {
  font-size: 2.57rem;
}
.c-title .c-title__sub--s32, .c-title .c-title__jp--s32 {
  font-size: 2.29rem;
}
.c-title .c-title__sub--s30, .c-title .c-title__jp--s30 {
  font-size: 2.14rem;
}
.c-title .c-title__sub--s28, .c-title .c-title__jp--s28 {
  font-size: 2rem;
}
.c-title .c-title__sub--s24, .c-title .c-title__jp--s24 {
  font-size: 1.71rem;
}
.c-title .c-title__sub--s20, .c-title .c-title__jp--s20 {
  font-size: 1.43rem;
}
.c-title .c-title__sub--s18, .c-title .c-title__jp--s18 {
  font-size: 1.29rem;
}
.c-title .c-title__sub--s16, .c-title .c-title__jp--s16 {
  font-size: 1.14rem;
}
.c-title .c-title__sub--s15, .c-title .c-title__jp--s15 {
  font-size: 1.07rem;
}
.c-title .c-title__sub--s14, .c-title .c-title__jp--s14 {
  font-size: 1rem;
}
.c-title .c-title__sub--s13, .c-title .c-title__jp--s13 {
  font-size: 0.93rem;
}
.c-title .c-title__sub--s12, .c-title .c-title__jp--s12 {
  font-size: 0.86rem;
}
@media only screen and (min-width: 1025px) {
  .c-title .c-title__sub--s50, .c-title .c-title__jp--s50 {
    font-size: 3.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title .c-title__sub--s50, .c-title .c-title__jp--s50 {
    font-size: 2.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title .c-title__sub--s50, .c-title .c-title__jp--s50 {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title .c-title__sub--s48, .c-title .c-title__jp--s48 {
    font-size: 3.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title .c-title__sub--s48, .c-title .c-title__jp--s48 {
    font-size: 2.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title .c-title__sub--s48, .c-title .c-title__jp--s48 {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title .c-title__sub--s40, .c-title .c-title__jp--s40 {
    font-size: 2.86rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title .c-title__sub--s40, .c-title .c-title__jp--s40 {
    font-size: 2.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title .c-title__sub--s40, .c-title .c-title__jp--s40 {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title .c-title__sub--s30, .c-title .c-title__jp--s30 {
    font-size: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title .c-title__sub--s30, .c-title .c-title__jp--s30 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title .c-title__sub--s30, .c-title .c-title__jp--s30 {
    font-size: 1.71rem;
  }
}
.c-title .c-title__sub:not([class*=u-color--]), .c-title .c-title__jp:not([class*=u-color--]) {
  color: var(--color-text-1);
}
.c-title .c-title__sub:not([class*=u-between--]), .c-title .c-title__jp:not([class*=u-between--]) {
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .c-title .c-title__sub--s28 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title .c-title__sub--s28 {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title .c-title__sub--s28 {
    font-size: 1.29rem;
  }
}
.c-title .c-title__jp {
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.c-title--tate .c-title__sub, .c-title--tate .c-title__jp {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
}
@media only screen and (min-width: 768px) {
  .c-title--tate-pt .c-title__sub, .c-title--tate-pt .c-title__jp {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
  }
}
.c-title .c-title__en-sub,
.c-title .c-title__en {
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.c-title .c-title__en-sub--s96,
.c-title .c-title__en--s96 {
  font-size: 6.86rem;
}
.c-title .c-title__en-sub--s80,
.c-title .c-title__en--s80 {
  font-size: 5.71rem;
}
.c-title .c-title__en-sub--s64,
.c-title .c-title__en--s64 {
  font-size: 4.57rem;
}
.c-title .c-title__en-sub--s48,
.c-title .c-title__en--s48 {
  font-size: 3.43rem;
}
.c-title .c-title__en-sub--s40,
.c-title .c-title__en--s40 {
  font-size: 2.86rem;
}
.c-title .c-title__en-sub--s36,
.c-title .c-title__en--s36 {
  font-size: 2.57rem;
}
.c-title .c-title__en-sub--s24,
.c-title .c-title__en--s24 {
  font-size: 1.71rem;
}
.c-title .c-title__en-sub--s20,
.c-title .c-title__en--s20 {
  font-size: 1.43rem;
}
.c-title .c-title__en-sub--s18,
.c-title .c-title__en--s18 {
  font-size: 1.29rem;
}
.c-title .c-title__en-sub--s16,
.c-title .c-title__en--s16 {
  font-size: 1.14rem;
}
.c-title .c-title__en-sub--s15,
.c-title .c-title__en--s15 {
  font-size: 1.07rem;
}
.c-title .c-title__en-sub:not([class*=u-color--]),
.c-title .c-title__en:not([class*=u-color--]) {
  color: var(--color-text-1);
}
.c-title--set {
  display: flex;
  flex-direction: column;
}
.c-title--set .c-title__sub {
  order: -1;
}
.c-title--set .c-title__jp {
  line-height: 1.6;
  order: -1;
}
.c-title--set .c-title__en-sub {
  line-height: 1.1;
  color: var(--color-accent-2) !important;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .c-title--set .c-title__en-sub {
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--set .c-title__en-sub {
    margin-top: 0.5em;
  }
}
.c-title--kv .c-title__jp {
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .c-title--kv .c-title__en-sub {
    margin-top: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title--kv .c-title__en-sub {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--kv .c-title__en-sub {
    margin-top: 1.5em;
  }
}
.c-title--line .c-title__jp {
  width: fit-content;
  display: block;
  line-height: 1.6;
  border-bottom: 2px solid var(--color-sub-4);
}
@media only screen and (min-width: 1025px) {
  .c-title--line .c-title__jp {
    padding: 0 3.57rem 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title--line .c-title__jp {
    padding: 0 2.14rem 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--line .c-title__jp {
    padding: 0 1.5em 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title--line--m .c-title__jp {
    padding: 0 3.57rem 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title--line--m .c-title__jp {
    padding: 0 2.14rem 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--line--m .c-title__jp {
    padding: 0 1.5em 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-title--line--s .c-title__jp {
    padding: 0 1.42rem 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title--line--s .c-title__jp {
    padding: 0 1.07rem 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title--line--s .c-title__jp {
    padding: 0 1em 0.5em;
  }
}

.u-color--white .c-title__sub, .u-color--white .c-title__jp, .u-color--white .c-title__en-sub, .u-color--white .c-title__en {
  color: #fff !important;
}

.u-between--s100 {
  line-height: 1;
}
.u-between--s110 {
  line-height: 1.1;
}
.u-between--s150 {
  line-height: 1.5;
}
.u-between--s220 {
  line-height: 2.2;
}
.u-between--s300 {
  line-height: 3;
}

@media only screen and (max-width: 767px) {
  .fv_image #main_and_aside {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .fv_plain #main_and_aside {
    margin-top: 6.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fv_plain #main_and_aside {
    margin-top: 7.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .fv_plain #main_and_aside {
    margin-top: 3.75em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .fv_plain #main_and_aside {
    margin-top: 7.85rem;
  }
}

/*===========
inview
===========*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn-left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1s;
}
.fadeIn-left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 1s;
}
.fadeIn-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 1s;
}
.fadeIn-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.c-kv-img {
  position: relative;
}
.c-kv-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280%;
  bottom: -180%;
  right: 0;
  z-index: -2;
  background: url(../images/common/bg_fv.webp) bottom right no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img::before {
    bottom: -120%;
  }
}
@media only screen and (max-width: 767px) {
  .c-kv-img::before {
    bottom: -80%;
  }
}
.c-kv-img--image .c-title {
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .c-kv-img--image .c-title {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-kv-img--image .c-title {
    max-width: calc(1000px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-kv-img--image .c-title {
    max-width: calc(1000px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img--image .c-title {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img--image .c-title {
    width: calc(1140 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-kv-img--image .c-title {
    width: calc(348 / 428 * 100%);
  }
}
.c-kv-img--text {
  border-bottom: 1px solid var(--color-sub-3);
}
@media only screen and (min-width: 1025px) {
  .c-kv-img--text {
    padding-top: 10.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img--text {
    padding-top: 9.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-kv-img--text {
    padding-top: 7em;
  }
}
@media only screen and (min-width: 1025px) {
  .c-kv-img--text {
    padding-bottom: 7.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img--text {
    padding-bottom: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-kv-img--text {
    padding-bottom: 4em;
  }
}
.c-kv-img--text .c-title {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .c-kv-img--text .c-title {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-kv-img--text .c-title {
    max-width: calc(1000px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-kv-img--text .c-title {
    max-width: calc(1000px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img--text .c-title {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-kv-img--text .c-title {
    width: calc(1140 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-kv-img--text .c-title {
    width: calc(348 / 428 * 100%);
  }
}

.l-topicpath {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .l-topicpath {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .l-topicpath {
    max-width: calc(1260px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .l-topicpath {
    max-width: calc(1260px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-topicpath {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-topicpath {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .l-topicpath {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-topicpath {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .l-topicpath {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-topicpath {
    margin-bottom: 2em;
  }
}
.l-topicpath__wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l-topicpath__ul__li {
  font-size: 0.79rem;
  line-height: 1;
  color: var(--color-text-2);
  display: inline;
  position: relative;
}
.l-topicpath__ul__li:before {
  content: "|";
  font-size: 0.71rem;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  color: var(--color-sub-3);
  transform: translateY(-50%);
}
.l-topicpath__ul__li__a {
  color: var(--color-sub-2);
  text-decoration: none;
  padding: 0 1em;
  opacity: .6;
}
.l-topicpath__ul__li__a > span {
  border-bottom: 1px solid rgba(34, 31, 31, 0.6);
  transition: ease .3s border;
}
@media only screen and (min-width: 1025px) {
  .l-topicpath__ul__li__a:hover span {
    border-bottom: 1px solid transparent;
  }
}
.l-topicpath__ul__li > span {
  padding: 0 1em;
}
.l-topicpath__ul__li:last-of-type:before {
  content: none;
}
