@charset "utf-8";

body {
  font-family: "noto-sans-cjk-jp",  sans-serif;
  font-size: max(16px, 1.11vw);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-style: normal;
  color: #1e1e1e;
  overflow-x: clip;
}
body.fixed {
  overflow: hidden;
}

/* ======================
font
========================= */
.f_sans {
  font-family: "noto-sans-cjk-jp",  sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* thin100,Light200,DemiLight300,R400,M500,B700,Black900 */
}
.a_otf {
  font-family: "a-otf-ud-shin-go-con80-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fot_ud {
  font-family: "FOT-UD角ゴC60 Pro R", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fw_2 {
  font-weight: 200;
}
.fw_3 {
  font-weight: 300;
}
.fw_4 {
  font-weight: 400;
}
.fw_5 {
  font-weight: 500;
}
.fw_7 {
  font-weight: 700;
}
.fw_8 {
  font-weight: 800;
}
.fw_9 {
  font-weight: 900;
}
/* ======================
common
========================= */
a {
  color: #1e1e1e;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
a.no_link {
  pointer-events: none;
  opacity: 0.5;
}
a.sptel {
  pointer-events: none;
}
a.hv_opacity {
  transition: 0.3s;
}
a.hv_opacity:hover {
  opacity: 0.7;
}
.nolink {
  pointer-events: none;
  cursor: default;
}
.cl_wh {
  color: #fff;
}
.cl_bl {
  color: #004896;
}
.cl_bk {
  color: #1e1e1e;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}
.bg_wh {
  background-color: #fff;
}
.bg_bl {
  background-color: #004896;
}
.bg_gry {
  background-color: #e8e8e8;
}
.inner-1385 {
  width: 96.18vw;
  margin: 0 auto;
}
.inner-1200 {
  width: 83.33vw;
  margin: 0 auto;
}
.inner-1062 {
  width: 73.75vw;
  margin: 0 auto;
}
.inner-1050 {
  width: 72.92vw;
  margin: 0 auto;
}
.inner-1002 {
  width: 69.58vw;
  margin: 0 auto;
}
.inner-980 {
  width: 68.06vw;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
img[src*="_sp"] {
  display: none;
}
.sp {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.ilbk {
  display: inline-block;
}
.p_rltv {
  position: relative;
}
.p_sticky {
  position: sticky;
}

/* ===========
inview
============== */
.inv_mov {
  opacity: 0;
  transition:
    opacity 1s,
    transform 1s;
}
.tl_yb {
  transform: translate(0, 60px);
}
.tl_yt {
  transform: translate(0, -60px);
}
.tl_xl {
  transform: translate(-60px, 0);
}
.tl_xr {
  transform: translate(60px, 0);
}
.tl_rol {
  transform: rotate(-10deg);
}
.tl_ror {
  transform: rotate(10deg);
}
.tl_xtr {
  transform: rotateY(180deg);
}
.tl_ytr {
  transform: rotateX(180deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition:
    opacity 1s,
    transform 1s;
}
.mov.delay100 {
  transition-delay: 100ms;
}
.mov.delay200 {
  transition-delay: 200ms;
}
.mov.delay300 {
  transition-delay: 300ms;
}
.mov.delay400 {
  transition-delay: 400ms;
}
.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}
.mov.delay800 {
  transition-delay: 800ms;
}
/* ============================
article
=============================== */
article {
  /* overflow-x: clip; */
  position: relative;
  z-index: 1;
}

main {
  overflow-x: clip;
  min-height: 80vh;
}
.hd_bdr {
  border-radius: 15px 15px 0 0;
}
.bg_gry.hd_bdr {
  transform: translateY(-25px);
}

.heading .fot_ud {
  font-size: max(82.4px, 5.72vw);
  line-height: 1;
  letter-spacing: 0.12em;
  display: block;
}
.heading .a_otf {
  font-size: max(16px, 1.11vw);
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
}
.sec-heading {
  font-size: max(21px, 1.46vw);
  line-height: 1;
  letter-spacing: 0.2em;
}
.sec-heading::before {
  content: "■";
}
/* ■ ■ ボタン ■ ■ */
.bl_btn,
.wh_btn {
  font-size: max(16px, 1.11vw);
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.644em;
  padding: 0 18px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
/* .bl_btn::before,
.wh_btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.6),
    0 6px 12px rgba(0, 72, 150, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.bl_btn:hover::before,
.wh_btn:hover::before {
  opacity: 1;
} */
.bl_btn::after,
.wh_btn::after {
  content: "";
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}

/* ■ ■ bl_btn ■ ■ */
.bl_btn {
  color: #fff;
  border: 2px solid #004896;
  background: #004896;
}
.bl_btn::after {
  background-image: url(../imgs/common/arrow_wh.svg);
}
.bl_btn:hover {
  color: #004896;
  background: #fff;
}
.bl_btn:hover::after {
  background-image: url(../imgs/common/arrow_bl.svg);
}
.bl_btn:hover::after,
.wh_btn:hover::after {
  animation: arrowSlide 0.3s ease-out;
}

/* ■ ■ wh_btn ■ ■ */
.wh_btn {
  color: #004896;
  border: 2px solid #fff;
  background: #fff;
}
.wh_btn::after {
  background-image: url(../imgs/common/arrow_bl.svg);
}
.wh_btn:hover {
  color: #004896;
}

.bl_btn:hover::after,
.wh_btn:hover::after {
  animation: arrowSlide 0.3s ease-out;
}

@keyframes arrowSlide {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
/* ======================
fv
========================= */
.low .fv {
  width: 100vw;
  height: 38.19vw;
  min-height: 530px;
  position: relative;
}
.low .fv__inner {
  width: 100vw;
  height: 38.19vw;
  min-height: 530px;
  position: fixed;
  top: 0;
  left: 0;
}
.low .fv .img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.low .fv .headingbk {
  position: absolute;
  top: 50%;
}
.fv .heading {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.fv__txt {
  /* font-size:16px; */
  font-size: clamp(12px, 2.6vh, 1.11vw);
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  height: 28em;
  position: absolute;
  top: max(120px, 17.56%);
  right: 2.4%;
}

/* ======================
contactBk
========================= */
.contactBk {
  padding: 62px 0;
}
.contactBk .flex {
  align-items: center;
}
.contactBk .headingbk {
  padding: 0 20px 0 10px;
}
.contactBk .heading {
  line-height: 1;
  display: flex;
  align-items: first baseline;
  margin-bottom: 16px;
}
.contactBk_txt {
  font-size: max(19px, 1.32vw);
  letter-spacing: 0.08em;
}
.contactBk .content {
  width: 44.19%;
  display: flex;
  justify-content: center;
}
.contactBk .sptel {
  font-size: max(55px, 3.82vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
.contactBk .wh_btn {
  width: 100%;
  max-width: initial;
}
/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 250px 0;
}

.notfound .ttl {
  font-size: clamp(26px, 4.17vw, 32px);
  text-align: center;
  margin-bottom: 30px;
}

.notfound p {
  line-height: 1.75;
  margin-bottom: 15px;
}

.notfound p strong {
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.notfound a {
  text-decoration: underline;
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  .inner-1200,
  .inner-1062,
  .inner-1050,
  .inner-1002,
  .inner-980 {
    width: 94%;
    min-width: initial;
    max-width: 1200px;
  }
  .inner-1062 {
    max-width: 1062px;
  }
  .inner-1050 {
    max-width: 1050px;
  }
  .inner-1002 {
    max-width: 1002px;
  }
  .inner-980 {
    max-width: 980px;
  }
  /* ============================
	article
	=============================== */
  .heading .fot_ud {
    font-size: clamp(60px, 6.12vw, 82.4px);
  }
  .sec-heading {
    font-size: clamp(18px, 2.73vw, 21px);
  }
  /* ======================
	contactBk
	========================= */
  .contactBk_txt {
    font-size: clamp(17px, 1.73vw, 19px);
  }
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 980px) {
  /* ======================
	contactBk
	========================= */
  .contactBk .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .contactBk .headingbk {
    margin: 0 auto;
  }
  .contactBk .heading {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .contactBk_txt {
    text-align: center;
  }
  .contactBk .content {
    width: 100%;
  }
  .contactBk .sptel {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
  }
  .contactBk .wh_btn {
    max-width: 329px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(13px, 4vw, 16px);
  }
  a.sptel {
    pointer-events: initial;
  }
  img[src*="_sp"] {
    display: block;
  }
  img[src*="_pc"] {
    display: none;
  }
  .heading .fot_ud {
    font-size: clamp(40px, 11.73vw, 60px);
  }
  .heading .a_otf {
    font-size: clamp(13px, 4vw, 16px);
  }
  .bl_btn,
  .wh_btn {
    font-size: clamp(13px, 4vw, 16px);
  }

  .fv__txt {
    display: none;
  }
  .low .fv {
    width: 100vw;
    height: 69.01vw;
    min-height: 260px;
  }
  .low .fv__inner {
    width: 100vw;
    height: 69.01vw;
    min-height: 260px;
    position: static;
  }
  /* ======================
	contactBk
	========================= */
  .contactBk_txt {
    font-size: clamp(14px, 4vw, 17px);
  }
  .contactBk .sptel {
    font-size: min(10.67vw, 50px);
  }
}

@media screen and (max-width: 480px) {
}
