@charset "UTF-8";
.pc {
  display: none;
}
/* =====================
  変数
===================== */
:root {
  --header-height: 16vw;
}

/* =====================
  フッター（お問い合わせ）
===================== */
html,
body {
  font-size: 3.466666666666667vw;
}

/* =====================
  ヘッダー
===================== */
.header {
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
}

.header .logo img {
  width: 33.2vw;
  height: 27.733333333333334vw;
}

.header .hnav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  height: 14.666666666666666vw;
  display: none;
}

.header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: inherit;
}

.header ul li {
  height: inherit;
}

.header ul li.lastchild {
  margin-right: 27px;
}

.header ul li a {
  display: grid;
  width: 100%;
  place-content: center;
  height: inherit;
}

.header .hnav .t-menu {
  padding-inline: 20px;
}

/* ==== 電話のボタン ==== */
.header .tel-btn {
  width: 200px;
  height: inherit;
  background: var(--black);
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 10px;
  font-weight: normal;
  /* margin-left: 20px; */
  display: grid;
  place-content: center;
  gap: 8px;
}

.header .tel-btn .tel-d {
  font-feature-settings: 'palt';
}

.header .tel-btn .tel-n {
  font-family: 'Helvetica Neue', Helvetica, Arial, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-size: 8.461333333333334vw;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .tel-btn .tel-n::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_tel-btn_2x.png');
  width: 6.266666666666667vw;
  height: 6.266666666666667vw;
  position: relative;
}

/* ==== コンタクトのボタン ==== */
.header .contact-btn {
  background-image: -moz-linear-gradient(160deg, rgb(248, 195, 19) 0%, rgb(248, 138, 19) 100%);
  background-image: -webkit-linear-gradient(160deg, rgb(248, 195, 19) 0%, rgb(248, 138, 19) 100%);
  background-image: -ms-linear-gradient(160deg, rgb(248, 195, 19) 0%, rgb(248, 138, 19) 100%);
  width: 140px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .contact-btn::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_mail.png');
  width: 26px;
  height: 20px;
  margin-inline: auto;
}

.header .contact-btn > span {
  font-family: var(--title);
  font-size: 20px;
  margin-top: 4px;
}

.header .contact-btn > p {
  font-size: 12px;
  font-weight: normal;
}
/* =====================
  フッター（お問い合わせ）
===================== */
/* ==== 背景とインナー ==== */
.footer .f-contact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/common/contact_bg_2x.png');
  min-height: 197.6vw;
  padding-top: 16vw;
}

.footer .f-contact .fc-inner {
  width: 100%;
}

/* ==== 電話・WEB共通 ==== */
.footer .f-contact .fc-inner h4 {
  text-align: center;
  font-family: var(--mincho);
  letter-spacing: 0.05em;
  font-size: 5.333333333333333vw;
  font-feature-settings: 'palt';
  font-weight: bold;
}

/* ==== 電話 ==== */
.footer .f-contact .fc-inner .fc-tel > p {
  font-family: 'Helvetica Neue', Helvetica, Arial, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-size: 8.461333333333334vw;
  font-weight: 300;
  text-align: center;
  padding-top: 2.6vw;
}

.footer .f-contact .fc-inner .fc-tel > p::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0vw;
  right: 1vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_tel_2x.png');
  width: 6.266666666666667vw;
  height: 6.266666666666667vw;
}

/* ==== 対応時間と休日 ==== */
.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  font-size: 3.466666666666667vw;
  line-height: 2;
  width: 100%;
  height: 78px;
  padding-inline: 0.5em;
  margin-top: 7px;
}

.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper .t-time {
  padding-inline: 4.6vw 3.6vw;
  line-height: 1.9;
}

.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper .t-off {
  align-items: center;
  display: flex;
  line-height: 1.91;
}

.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper .t-off::before {
  content: '';
  display: block;
  width: 1px;
  height: 11vw;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 2em;
}

/* ==== 住所とマップアイコン ==== */
.footer .f-contact .fc-inner .fc-tel .add-wrapper {
  align-items: center;
  gap: 0;
  margin-left: 0;
  width: 90%;
  margin: 5.9vw auto;
  display: flex;
  justify-content: space-between;
}

.footer .f-contact .fc-inner .fc-tel .add-wrapper .add {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
  width: 46.8vw;
}
.footer .f-contact .fc-inner .fc-tel .add-wrapper .map-btn {
  font-family: var(--mincho);
  font-size: 3.466666666666667vw;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50rem;
  width: 21vw;
  height: 9.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .f-contact .fc-inner .fc-tel .add-wrapper .map-btn::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_map_2x.png');
  width: 2.6666666666666665vw;
  height: 4.266666666666667vw;
  margin-right: 2.4vw;
}

/* ==== WEB ==== */
.footer .f-contact .fc-inner .fc-mail {
  padding-top: 26vw;
}

.footer .f-contact .fc-inner .fc-mail .btn::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_mail_2x.png');
  width: 5.466666666666667vw;
  height: 4.266666666666667vw;
}

.footer .f-contact .fc-inner .fc-mail > p {
  margin-top: 3.9vw;
  line-height: 2;
  font-size: 3.466666666666667vw;
  letter-spacing: 0.03em;
  font-feature-settings: 'palt';
}

.footer .f-contact .fc-inner .fc-mail > p:first-of-type {
  text-align: center;
}

.footer .f-contact .fc-inner .fc-mail > p:last-of-type {
  font-size: 3.466666666666667vw;
  margin-top: 27px;
  width: 90%;
  margin: 6.2vw auto;
}

.footer .f-contact .fc-inner .fc-mail a {
  margin-inline: auto;
  display: block;
  margin-top: 5.5vw;
}

.footer .f-contact .fc-inner .fc-mail a div {
  margin-inline: auto;
  text-align: center;
}

.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper {
  margin-top: 4vw;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: auto;
  width: 90vw;
  padding: 3.2vw 1.9vw 2.7vw;
  margin: 4.1vw auto 0;
}

.footer-inner .fnav {
  padding-inline: 8vw;
  margin-top: 18.7vw;
  display: block;
}

/* =====================
  フッター（メニュー）
===================== */
.footer {
  background: #000;
  z-index: 1;
  position: relative;
}

.footer .footer-inner {
  width: 100%;
  margin-inline: auto;
  justify-content: space-between;
  padding-top: 20.1vw;
}

.footer .footer-inner .logo {
  text-align: center;
}

.footer .footer-inner .fnav ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 10.4vw 0vw;
  position: relative;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-inner .fnav ul li {
  width: 37vw;
}

.footer .footer-inner .fnav ul li span {
  font-family: var(--title);
  font-size: 5.333333333333333vw;
  font-weight: bold;
  align-items: center;
  gap: 2vw;
  display: flex;
}

.footer .footer-inner .fnav ul li span::before {
  content: '';
  display: block;
  width: 1.8666666666666667vw;
  height: 0.5333333333333333vw;
  background: var(--white);
}

.footer .footer-inner .fnav ul li p {
  font-size: 3.466666666666667vw;
  color: var(--navy);
  margin-left: 5vw;
}

.footer .fnav-2 {
  width: 100%;
  margin-inline: auto;
  margin-top: 13.5vw;
}

.footer .fnav-2 ul {
  display: flex;
  justify-content: center;
  gap: 11.4vw;
}

.footer .fnav-2 .nav-2 {
  font-size: 3.466666666666667vw;
  color: #888888;
}
.footer .fnav-2 .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13.7vw;
}

.footer .fnav-2 .sns li:nth-child(1) img {
  width: 6.933333333333334vw;
  height: 8.133333333333333vw;
}

.footer .fnav-2 .sns li:nth-child(2) img {
  width: 8.266666666666666vw;
  height: 8.133333333333333vw;
}

/* ==== コピーライト ==== */
.foot {
  margin-top: 14.6vw;
  border-top: 1px solid #18304c;
  padding-block: 6.1vw;
  font-size: 2.933333333333333vw;
  color: #a5b3cc;
  text-align: center;
  letter-spacing: 0.08em;
}

/* ==== H2 ==== */

/* ==== 見出しのデコレーション十字 ==== */
.cross {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.cross::before {
  content: '';
  top: -15.833333vw;
  position: absolute;
  width: 13.333333333333334vw;
  /* よこ棒の幅 */
  height: 1px;
  /* よこ棒の長さ */
  left: 0vw;
  background: var(--white);
}

.cross::after {
  content: '';
  position: absolute;
  top: -19.566667vw;
  /* たて棒のy位置 */
  left: 8vw;
  /* たて棒のX位置 */
  width: 1px;
  /* たて棒の長さ */
  height: 10.666666666666666vw;
  /* たて棒の幅 */
  background: var(--white);
}

/* ==== 青色 ==== */
.u-anchor {
  width: 54.3vw;
  height: 13.9vw;
  border-radius: 0.3rem;
  transform: skewX(-45deg);
  background-image: linear-gradient(to right, #234060, #386493);
  padding-block: 2.3vw;
}

.orange-btn {
  background-image: -moz-linear-gradient(0deg, rgb(248, 195, 19) 0%, rgb(248, 138, 19) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(248, 195, 19) 0%, rgb(248, 138, 19) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(248, 195, 19) 0%, rgb(248, 138, 19) 100%);
}

.btn {
  color: var(--white);
  text-align: center;
  font-size: 3.466666666666667vw;
  transform: skewX(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.btn::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/arrow_2x.png');
  width: 10.8vw;
  height: 8.933333333333334vw;
  z-index: 2;
}

.orange-btn .btn::after {
  background-image: url('/assets/image/common/arrow-w_2x.png');
}

/* =====================
  メニューボタン
===================== */
.sp-menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/spmenu.png');
  width: 14.666666666666666vw;
  height: 14.666666666666666vw;
}

/* =====================
  メニュー
===================== */
.sp-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease 0s;
  pointer-events: none;
}
.menu-on .sp-menu {
  pointer-events: auto;
  opacity: 1;
  z-index: 201;
}
.sp-menu-inner {
  position: relative;
  transition: all 300ms ease 0s;
  right: -89.33333vw;
  width: 89.33333333333333vw;
  margin-inline: auto 0;
}
.menu-on .sp-menu-inner {
  right: 0;
}
.sp-menu-inner::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../image/common/sp-menu-tri.png');
  width: 40.13333333333333vw;
  height: 40.13333333333333vw;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
.sp-menu-close {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/sp-menu-close.png');
  width: 14.666666666666666vw;
  height: 14.666666666666666vw;
  top: 0;
  right: 0;
}
.sp-menu-contents {
  height: 170.66666666666666vw;
  overflow-y: auto;
  background: #181818;
  padding: 27vw 0 10vw;
}
.sp-menu-contents .global-link {
  padding: 2.6vw 22.3vw;
}
.sp-menu-contents .global-link ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 4.7vw 0vw;
  position: relative;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp-menu-contents .global-link li {
  width: 37vw;
}
.sp-menu-contents .global-link li span:first-child {
  font-family: var(--title);
  font-size: 5.333333333333333vw;
  font-weight: bold;
  align-items: center;
  gap: 2vw;
  display: flex;
}
.sp-menu-contents .global-link li span:first-child::before {
  content: '';
  display: block;
  width: 1.8666666666666667vw;
  height: 0.5333333333333333vw;
  background: var(--white);
}
.sp-menu-contents .global-link li span:last-child {
  font-size: 3.466666666666667vw;
  color: var(--navy);
  margin-left: 5vw;
}

.sp-menu-contents .sub-link ul {
  display: flex;
  align-items: center;
  gap: 10.8vw;
  font-size: 3.466666666666667vw;
  color: #888888;
  justify-content: center;
  padding-top: 31.7vw;
}

.sp-menu-contents .spmenu-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10vw;
  margin: 10vw;
}
.sp-menu-contents .tiktok {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../image/common/tiktok_2x.png');
  width: 6.933333333333334vw;
  height: 8.133333333333333vw;
}

.sp-menu-contents .instagram {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../image/common/insta_2x.png');
  width: 8.266666666666666vw;
  height: 8.133333333333333vw;
}

/* =====================
  totop
===================== */
.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/totop_2z.png');
  width: 10.666666666666666vw;
  height: 10.666666666666666vw;
  z-index: 15;
}

.header {
  position: absolute !important;
}
