/* =========================================================
body
========================================================= */
body {
  background: #fff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*:before, *:after {
  display: block;
}

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

a {
  text-decoration: none;
}

.en {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .underline-link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .underline-link:hover {
    text-decoration: underline;
  }
}
/* =========================================================
common parts
========================================================= */
.wrapper {
  position: relative;
  min-width: 320px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

section {
  width: 100%;
}

/* =========================================================
animation fade fadeup
========================================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------------------------------
.img__bedding,
.img__peak
------------------------------------------*/
.img__bedding,
.img__peak {
  width: 100%;
  height: 100%;
}
.img__bedding > img,
.img__peak > img {
  width: 100%;
  height: 100%;
}

.img__bedding {
  -webkit-filter: brightness(1) blur(13px);
          filter: brightness(1) blur(13px);
}
.img__bedding > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img__peak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
cmn__ttl
------------------------------------------*/
.cmn__ttl > span {
  display: block;
}
.cmn__ttl .en {
  line-height: 1;
  color: #988bcc;
  font-size: 11px;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .cmn__ttl .en {
    font-size: 1.0248901903vw;
    margin-bottom: 0.7320644217vw;
  }
}
.cmn__ttl .ja {
  line-height: 1.6;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .cmn__ttl .ja {
    font-size: 2.4890190337vw;
  }
}
.cmn__ttl .color {
  display: inline;
  color: #988bcc;
}

/*------------------------------------------
cmn__btn
------------------------------------------*/
.cmn__btn {
  width: 210px;
  height: 50px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cmn__btn {
    width: 21.9619326501vw;
    height: 4.39238653vw;
  }
}
.cmn__btn > a {
  cursor: pointer;
  background: #454545;
  width: 100%;
  height: 100%;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .cmn__btn > a {
    font-size: 1.1713030747vw;
  }
}
.cmn__btn > a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 1025px) {
  .cmn__btn > a::after {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    right: 1.4641288433vw;
  }
}
.cmn__btn.type--1 {
  margin: 30px auto;
}
@media (min-width: 1025px) {
  .cmn__btn.type--1 {
    width: 300px;
    height: 60px;
    margin: 4.39238653vw auto 2.9282576867vw;
  }
}
.cmn__btn.type--1 > a {
  letter-spacing: 0.04em;
}
@media (min-width: 1025px) {
  .cmn__btn.type--1 > a {
    font-size: 16px;
  }
}
.cmn__btn.type--1 > a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 16px;
  right: auto;
}
@media (min-width: 1025px) {
  .cmn__btn.type--1 > a::after {
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: 20px;
  }
}
.cmn__btn.type--2 {
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .cmn__btn.type--2 {
    width: 300px;
    height: 60px;
    margin: 0 auto 2.9282576867vw;
  }
}
.cmn__btn.type--2 > a {
  letter-spacing: 0.04em;
}
@media (min-width: 1025px) {
  .cmn__btn.type--2 > a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .cmn__btn.type--2 > a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.nothing {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .nothing {
    margin-top: 40px;
    font-size: 16px;
  }
}

/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
@media (min-width: 769px) {
  .modal-block {
    padding: 76px 0;
  }
}
@media (max-width: 768px) {
  .modal-block {
    overflow: scroll;
    padding: 25px 0;
  }
}

.modal-bg {
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-wrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  .modal-wrap {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .modal-wrap {
    width: 100%;
    padding: 0 24px;
  }
}

.modal-cont {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .modal-cont {
    padding: 62px 76px;
  }
}
@media (max-width: 768px) {
  .modal-cont {
    padding: 32px 16px 32px 24px;
  }
}
.modal-cont .contents {
  width: 100%;
  letter-spacing: 0.1em;
}
.modal-cont .contents.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 0 0;
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox {
    padding: 18px 0 0;
  }
}
.modal-cont .contents.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.modal-cont .contents.checkbox .custom-checkbox {
  line-height: 1.8;
  position: relative;
  padding-left: 1.4em;
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox .custom-checkbox {
    text-align: center;
    padding-left: 1.6em;
  }
}
.modal-cont .contents.checkbox .custom-checkbox::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  border: 1px solid #988bcc;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox .custom-checkbox::before {
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
  }
}
.modal-cont .contents.checkbox .custom-checkbox::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  top: 7px;
  left: 6px;
  margin: auto;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox .custom-checkbox::after {
    top: 0;
    bottom: 0;
  }
}
.modal-cont .contents.checkbox .custom-checkbox > a {
  color: #988bcc;
  text-decoration: underline;
  position: relative;
  font-size: 14px;
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox .custom-checkbox > a {
    font-size: 16px;
  }
  .modal-cont .contents.checkbox .custom-checkbox > a:hover {
    text-decoration: none;
  }
}
.modal-cont .contents.checkbox .custom-checkbox::before {
  background: transparent;
}
.modal-cont .contents.checkbox .custom-checkbox::after {
  opacity: 0;
}
.modal-cont .contents.checkbox .custom-checkbox:has(input[type=checkbox]:checked)::before {
  background: #988bcc;
}
.modal-cont .contents.checkbox .custom-checkbox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.modal-cont .contents.checkbox .notice {
  width: 100%;
  line-height: 2;
  font-size: 14px;
  margin: 40px 0;
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox .notice {
    text-align: center;
    margin: 60px 0;
    font-size: 16px;
  }
}
.modal-cont .contents.checkbox .checkbox__txt {
  font-size: 14px;
}
@media (min-width: 769px) {
  .modal-cont .contents.checkbox .checkbox__txt {
    font-size: 16px;
  }
}
.modal-cont .form__btn {
  width: 296px;
  height: 56px;
  margin: 0 auto;
  position: relative;
  opacity: 1;
}
@media (min-width: 769px) {
  .modal-cont .form__btn {
    width: 366px;
    height: 72px;
  }
}
.modal-cont .form__btn::after {
  content: "";
  background: url(/assets/images/form/icon_arrow_w.png) no-repeat center/100%;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media (min-width: 769px) {
  .modal-cont .form__btn::after {
    right: 30px;
  }
}
.modal-cont .form__btn > a {
  width: 100%;
  height: 100%;
  background: #988bcc;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border-radius: 36px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .modal-cont .form__btn > a {
    font-size: 16px;
  }
  .modal-cont .form__btn > a:hover {
    opacity: 0.6;
  }
}
.modal-cont .form__btn.disable > a {
  background: #bebebe;
}
@media (min-width: 769px) {
  .modal-cont .form__btn.disable > a {
    pointer-events: none;
  }
}

.modal-bottom-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 14px;
}
@media (min-width: 769px) {
  .modal-bottom-close {
    top: 32px;
    right: 32px;
  }
}
.modal-bottom-close::before, .modal-bottom-close::after {
  content: "";
  background: #988bcc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal-bottom-close::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.modal-bottom-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 769px) {
  .js-modalopen {
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-modalopen:hover {
    opacity: 0.6;
  }
}

/*------------------------------------------
wysiwyg
------------------------------------------*/
.wysiwyg {
  word-break: break-all;
  line-height: 2;
  letter-spacing: 0.04em;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wysiwyg img {
  width: initial;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  line-height: 2;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f7;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .wysiwyg h2 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}

.wysiwyg h3 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .wysiwyg h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
  color: #988bcc;
}
.wysiwyg a.icon--pdf, .wysiwyg a.icon--blank {
  padding-right: 25px;
  position: relative;
}
.wysiwyg a.icon--pdf::after, .wysiwyg a.icon--blank::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
}
.wysiwyg a.icon--pdf::after {
  background: url(../images/common/icon_pdf.svg) no-repeat center/100%;
  width: 17px;
  height: 17px;
}
.wysiwyg a.icon--blank::after {
  background: url(../images/common/icon_arrow_blank2.svg) no-repeat center/100%;
  width: 17px;
  height: 17px;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  line-height: 1.7;
  list-style: disc;
}
.wysiwyg ul > li {
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .wysiwyg ul > li {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.wysiwyg ul > li::marker {
  color: #988bcc;
}
.wysiwyg ul > li:last-child {
  margin-bottom: 0;
}

.wysiwyg p {
  width: 100%;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .wysiwyg p {
    font-size: 13px;
  }
}

.wysiwyg img {
  margin: 0 auto 30px;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  width: 100% !important;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .wysiwyg table {
    font-size: 11px;
  }
}

.wysiwyg table th {
  background: #f2f2f7;
  border: 1px solid #dcdced;
  text-align: left;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
@media (min-width: 1025px) {
  .wysiwyg table th {
    padding: 20px 30px;
  }
}

.wysiwyg table td {
  border: 1px solid #dcdced;
  text-align: left;
  padding: 10px;
}
@media (min-width: 1025px) {
  .wysiwyg table td {
    padding: 20px 30px;
  }
}

.wysiwyg iframe {
  width: 100%;
  height: 184px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .wysiwyg iframe {
    max-width: 610px;
    height: 344px;
  }
}

/*------------------------------------------
header__container
------------------------------------------*/
.header__container {
  background: #ffffff;
  width: 100%;
  padding: 5px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}
@media (min-width: 1190px) {
  .header__container {
    background: #ffffff;
    padding: 10px 0;
    position: fixed;
  }
}
.header__container .inner {
  padding: 0 3px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1190px) {
  .header__container .inner {
    padding: 0 10px 0 30px;
  }
}
.header__container .h__logo {
  padding: 6px 0 0;
}
@media (min-width: 1190px) {
  .header__container .h__logo {
    padding: 5px 0 0;
  }
}
.header__container .h__logo > a {
  display: block;
  position: relative;
  width: 131px;
  height: 25px;
}
@media (min-width: 1190px) {
  .header__container .h__logo > a {
    width: 172px;
    height: 32px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header__container .h__logo > a:hover {
    opacity: 0.6;
  }
}
.header__container .h__logo > a::before {
  content: "";
  background: url(/assets/images/common/h_logo_b.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1190px) {
  .header__container .h__logo > a::before {
    background: url(/assets/images/common/h_logo_b.png) no-repeat center/100%;
  }
}
.header__container .h__meau {
  display: none;
  font-weight: 500;
}
@media (min-width: 1190px) {
  .header__container .h__meau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1190px) {
  .header__container .h__meau .h__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
  }
}
@media (min-width: 1190px) {
  .header__container .h__meau .h__list > li > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 13px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header__container .h__meau .h__list > li > a:hover {
    opacity: 0.6;
  }
}
.header__container .h__meau .h__btn {
  color: #ffffff;
}
@media (min-width: 1190px) {
  .header__container .h__meau .h__btn {
    width: 350px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media (min-width: 1190px) {
  .header__container .h__meau .h__btn > li {
    width: calc(50% - 10px);
    height: 50px;
  }
}
.header__container .h__meau .h__btn > li > a {
  line-height: 1;
}
@media (min-width: 1190px) {
  .header__container .h__meau .h__btn > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header__container .h__meau .h__btn > li > a:hover {
    opacity: 0.6;
  }
}
.header__container .h__meau .h__btn > li:first-child > a {
  background: #454545;
}
.header__container .h__meau .h__btn > li:nth-child(2) > a {
  background: #988bcc;
}
.header__container .h__meau--sp {
  width: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1190px) {
  .header__container .h__meau--sp {
    display: none;
  }
}
.header__container .h__meau--sp .link__btn {
  width: 110px;
  height: 40px;
}
.header__container .h__meau--sp .link__btn > a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #988bcc;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 10px;
}
.header__container .h__meau--sp .gnav__btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container .h__meau--sp .gnav__btn .gnav__in {
  position: relative;
  width: 18px;
  height: 12px;
}
.header__container .h__meau--sp .gnav__btn span {
  border-radius: 2px;
  background: #000000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__container .h__meau--sp .gnav__btn span:first-child {
  top: 0;
}
.header__container .h__meau--sp .gnav__btn span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.header__container .h__meau--sp .gnav__btn span:nth-child(3) {
  bottom: 0;
}
.header__container .h__meau--sp .gnav__btn.is-open span {
  top: 0;
  bottom: 0;
}
.header__container .h__meau--sp .gnav__btn.is-open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__container .h__meau--sp .gnav__btn.is-open span:nth-child(2) {
  display: none;
}
.header__container .h__meau--sp .gnav__btn.is-open span:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*------------------------------------------
gnav__container
------------------------------------------*/
.gnav__container {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.gnav__container .h__meau {
  width: 100%;
  min-height: 100%;
  color: #000000;
  background: #ffffff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 90px 40px 120px;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.gnav__container .h__meau .h__list {
  width: 100%;
  margin: 0 auto 30px;
}
.gnav__container .h__meau .h__list > li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdced;
}
.gnav__container .h__meau .h__list > li > a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.gnav__container .h__meau .h__list > li > a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #988bcc;
  border-bottom: 2px solid #988bcc;
}
.gnav__container .h__meau .h__list > li:last-child > a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.gnav__container .h__meau .h__btn {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
.gnav__container .h__meau .h__btn > li {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.gnav__container .h__meau .h__btn > li > a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.gnav__container .h__meau .h__btn > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.gnav__container .h__meau .h__btn > li:first-child > a {
  background: #454545;
}
.gnav__container .h__meau .h__btn > li:first-child > a::after {
  background: url(/assets/images/common/icon_contact.svg) no-repeat center/100%;
  width: 15px;
  height: 12px;
}
.gnav__container .h__meau .h__btn > li:nth-child(2) {
  margin-bottom: 0;
}
.gnav__container .h__meau .h__btn > li:nth-child(2) > a {
  background: #988bcc;
}
.gnav__container .h__meau .h__btn > li:nth-child(2) > a::after {
  background: url(/assets/images/common/icon_download.svg) no-repeat center/100%;
  width: 12px;
  height: 16px;
}
.gnav__container .h__meau .h__option {
  width: 160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.gnav__container .h__meau .h__option > li {
  width: 100%;
}
.gnav__container .h__meau .h__option > li > a {
  width: 100%;
  font-size: 11px;
}
.gnav__container.is-open {
  opacity: 1;
  pointer-events: auto;
}
.gnav__container.is-open .h__meau {
  clip-path: inset(0 0 0 0);
}

/*------------------------------------------
footer
------------------------------------------*/
.footer__container {
  background: #f2f2f7;
  padding: 25px 0 20px;
}
@media (min-width: 1025px) {
  .footer__container {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1025px) {
  .footer__container a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .footer__container a:hover {
    opacity: 0.6;
  }
}
.footer__container .inner {
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .footer__container .inner {
    padding: 0 82px;
  }
}
.footer__container .top__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .footer__container .top__cnt {
    gap: 75px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
}
.footer__container .top__cnt .logo {
  width: 128px;
}
@media (min-width: 1025px) {
  .footer__container .top__cnt .logo {
    width: 300px;
  }
}
.footer__container .top__cnt .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 68px;
}
@media (min-width: 1025px) {
  .footer__container .top__cnt .list {
    max-width: 820px;
    padding-right: 52px;
    gap: 20px 60px;
  }
}
.footer__container .top__cnt .list > li > a {
  font-weight: 500;
  display: inline-block;
  width: 100px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .footer__container .top__cnt .list > li > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
.footer__container .bottom__cnt {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media (min-width: 1025px) {
  .footer__container .bottom__cnt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__container .bottom__cnt .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 1025px) {
  .footer__container .bottom__cnt .option {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.footer__container .bottom__cnt .option > li > a {
  display: inline-block;
  width: 100%;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .footer__container .bottom__cnt .option > li > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
}
.footer__container .bottom__cnt .copyright {
  font-size: 10px;
}
@media (min-width: 1025px) {
  .footer__container .bottom__cnt .copyright {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .footer__container .bottom__cnt .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer__container .sub__logo {
  position: absolute;
  top: 40px;
  right: 0;
  width: 84px;
}
@media (min-width: 1025px) {
  .footer__container .sub__logo {
    width: 114px;
    top: -40px;
  }
}

/*------------------------------------------
inquiry__container
------------------------------------------*/
.inquiry__container {
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#eddef9), to(#d1e6fc));
  background: linear-gradient(to bottom right, #eddef9 0%, #d1e6fc 100%);
  padding: 20px 0;
}
@media (min-width: 1025px) {
  .inquiry__container {
    padding: 5.8565153734vw 0;
  }
}
.inquiry__container .inner {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .inquiry__container .inner {
    padding: 0 1.4641288433vw;
  }
}
.inquiry__container .inquiry__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list {
    gap: 1.4641288433vw;
  }
}
.inquiry__container .inquiry__list > li {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #f2f2f7;
  padding: 30px 20px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li {
    width: calc(50% - 0.7467057101vw);
    border-radius: 10px;
    padding: 5.8565153734vw;
  }
}
.inquiry__container .inquiry__list > li .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li .ttl {
    font-size: 1.756954612vw;
    margin-bottom: 2.196193265vw;
  }
}
.inquiry__container .inquiry__list > li .txt {
  text-align: center;
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li .txt {
    font-size: 1.1713030747vw;
    margin-bottom: 2.9282576867vw;
  }
}
.inquiry__container .inquiry__list > li .btn {
  width: 210px;
  height: 50px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li .btn {
    width: 21.9619326501vw;
    height: 4.39238653vw;
  }
}
.inquiry__container .inquiry__list > li .btn > a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li .btn > a {
    font-size: 1.1713030747vw;
  }
}
.inquiry__container .inquiry__list > li .btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li .btn > a::after {
    right: 1.4641288433vw;
  }
}
.inquiry__container .inquiry__list > li:first-child .btn > a {
  background: #454545;
}
.inquiry__container .inquiry__list > li:first-child .btn > a::after {
  background: url(/assets/images/common/icon_contact.svg) no-repeat center/100%;
  width: 15px;
  height: 12px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li:first-child .btn > a::after {
    width: 1.317715959vw;
    height: 1.0248901903vw;
  }
}
.inquiry__container .inquiry__list > li:nth-child(2) .btn > a {
  background: #988bcc;
}
.inquiry__container .inquiry__list > li:nth-child(2) .btn > a::after {
  background: url(/assets/images/common/icon_download.svg) no-repeat center/100%;
  width: 12px;
  height: 16px;
}
@media (min-width: 1025px) {
  .inquiry__container .inquiry__list > li:nth-child(2) .btn > a::after {
    width: 1.0980966325vw;
    height: 1.3909224012vw;
  }
}

/*------------------------------------------
inquiry__container
------------------------------------------*/
.fix__bnr {
  width: 106px;
  height: 35px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
}
@media (min-width: 1025px) {
  .fix__bnr {
    display: none;
  }
}
.fix__bnr > a {
  width: 100%;
  height: 100%;
  border-radius: 16px 0px 0px 0px;
  background: #454545;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 23px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}