@charset "UTF-8";
/* =====================
  共通
===================== */
/* 1300🦑でスクロール */
body {
  min-width: 1300px;
}
.sp {
  display: none;
}
.sp-menu {
  display: none;
}
a[href^='tel'] {
  pointer-events: none;
}

/* =====================
  ヘッダー
===================== */
.header {
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header .hnav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  height: 120px;
}
.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: 19px;
  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.png');
  width: 26px;
  height: 26px;
  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.png');
  width: 100%;
  /* min-height: 410px; */
  padding-block: 56px;
}
.footer .f-contact .fc-inner {
  width: 1083px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
/* ==== 電話・WEB共通 ==== */

.footer .f-contact .fc-inner .fc-tel,
.footer .f-contact .fc-inner .fc-mail {
  /* width: 620px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .f-contact .fc-inner h4 {
  text-align: center;
  font-family: var(--mincho);
  letter-spacing: 0.05em;
  font-size: 24px;
  font-feature-settings: 'palt';
  font-weight: bold;
}
.footer .f-contact .fc-inner .fc-tel {
  padding-left: 0px;
}
.footer .tel-n {
  padding-top: 27px;
}

.footer .f-contact .fc-inner .fc-mail {
  padding-right: 41px;
}
/* ==== 電話 ==== */
.footer .f-contact .fc-inner .fc-tel > p {
  font-family: 'Helvetica Neue', Helvetica, Arial, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', sans-serif;
  font-size: 36px;
  font-weight: 300;
}
.footer .f-contact .fc-inner .fc-tel > p::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  right: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/icon_tel.png');
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
/* ==== 対応時間と休日 ==== */
.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  width: 359px;
  height: 78px;
  padding-inline: 0.5em;
  margin-top: 7px;
}
.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper .t-time {
  padding-inline: 1em;
}
.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper .t-off {
  display: flex;
  align-items: center;
}
.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper .t-off::before {
  content: '';
  display: block;
  width: 1px;
  height: 43px;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 2em;
}
/* ==== 住所とマップアイコン ==== */
.footer .f-contact .fc-inner .fc-tel .add-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 40px;
}
.footer .f-contact .fc-inner .fc-tel .add-wrapper .add {
  font-size: 14px;
  line-height: 2;
}
.footer .f-contact .fc-inner .fc-tel .add-wrapper .map-btn {
  font-family: var(--mincho);
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50rem;
  width: 90px;
  height: 40px;
  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.png');
  width: 11px;
  height: 18px;
  margin-right: 10px;
}
/* ==== WEB ==== */
.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.png');
  width: 26px;
  height: 20px;
}
.footer .f-contact .fc-inner .fc-mail > p {
  margin-top: 10px;
  line-height: 2.1;
  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: 14px;
  margin-top: 27px;
}
.footer .f-contact .fc-inner .fc-mail a {
  margin-top: 29px;
}
.footer .f-contact .fc-inner .fc-tel .tel-d-wrapper {
  margin-top: 27px;
  margin-bottom: 26px;
}
/* =====================
  フッター（メニュー）
===================== */
.footer {
  background: #000;
}
.footer .footer-inner {
  width: 1190px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 86px;
}
.footer .footer-inner .logo {
  margin-left: 60px;
  margin-top: 20px;
}
.footer .footer-inner .fnav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 78px;
  position: relative;
  top: -6px;
  left: 6px;
}
.footer .footer-inner .fnav ul li span {
  font-family: var(--title);
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-inner .fnav ul li span::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: var(--white);
}
.footer .footer-inner .fnav ul li p {
  font-size: 13px;
  color: var(--navy);
  margin-left: 17px;
}
.footer .fnav-2 {
  width: 1180px;
  margin-inline: auto;
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.footer .fnav-2 ul {
  display: flex;
  gap: 15px;
}
.footer .fnav-2 .nav-2 {
  font-size: 12px;
  color: #349e84;
}
.footer .fnav-2 .nav-2 li + li {
  margin-left: 35px;
}
.footer .fnav-2 .sns {
  margin-left: 44px;
  display: flex;
  align-items: center;
}
.footer .fc-mail .btn {
  gap: 0.7em;
}

/* ==== コピーライト ==== */
.foot {
  margin-top: 20px;
  border-top: 1px solid #18304c;
  padding-block: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.08em;
}
/* =====================
  見出し画像と十字のあしらい
===================== */
/* ==== H2 ==== */
.h2-title {
  margin-left: 30px;
}
/* ==== 見出しのデコレーション十字 ==== */
.cross {
  position: relative;
  width: 1180px;
  margin-inline: auto;
}
.cross::before {
  content: '';
  position: absolute;
  top: -37px;
  width: 120px; /* よこ棒の幅 */
  height: 1px; /* よこ棒の長さ */
  background: var(--white);
}
.cross::after {
  content: '';
  position: absolute;
  top: -68px; /* たて棒のy位置 */
  left: 92.5px; /* たて棒のX位置 */
  width: 1px; /* たて棒の長さ */
  height: 78px; /* たて棒の幅 */
  background: var(--white);
}
/* =====================
  汎用ボタン
===================== */
/* ==== 送信ボタンの位置 ==== */
.form button {
  display: block;
  margin-inline: auto;
}
/* ==== 青色 ==== */
.u-anchor {
  width: 268px;
  height: 70px;
  border-radius: 0.3rem;
  transform: skewX(-45deg);
  background-image: linear-gradient(to right, #234060, #386493);
  padding-block: 12px;
  position: relative;
  right: 2.5vw;
}
.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: 15px;
  transform: skewX(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.btn::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets/image/common/arrow.png');
  width: 54px;
  height: 46px;
}
.orange-btn .btn::after {
  background-image: url('/assets/image/common/arrow-w.png');
}

/* =====================
  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.png');
  width: 60px;
  height: 60px;
  z-index: 15;
}
