@charset "utf-8";

@import "style.css";
@import "color.css";
@import "font.css";
@import "line-height.css";
@import "margin.css";
@import "padding.css?20250623_0.0.1";

html {
  font-size: 16px;
}

:root {
  --bs-font-sans-serif: "FOT-セザンヌ Pro M", "CezannePro-M", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;  --bs-font-serif: "游明朝体", "Yu Mincho", YuMincho, serif;
  --bs-body-font-size: 16px;
  --bs-emphasis-color: #000;
  --bs-body-bg: #fff;
  --bs-body-width: 1366px;
  --bs-color-dark: #3a3a3a;
}

/*---------------------------------------------------
font-familyここから
----------------------------------------------------*/
main {
  font-family: var(--bs-font-sans-serif);
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/*---------------------------------------------------
リセットCSSここから
----------------------------------------------------*/
main a,
footer a {
  color: #333 !important;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

input[type="text"]:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

*:focus {
  outline: none;
}

.width-fit-content {
  width: fit-content;
}

.scroll-control-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
}

.scroll-control-none::-webkit-scrollbar {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  background-color: #fff;
  -webkit-appearance: none !important;
  appearance: none !important;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

/*---------------------------------------------------
 汎用
----------------------------------------------------*/

.c-lh-17 {
  line-height: 1.7;
}

.c-lh-14 {
  line-height: 1.4;
}

.c-py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.c-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.c-px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.c-px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.c-px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.c-pt-20 {
  padding-top: 20px;
}

.c-ps-30 {
  padding-left: 30px;
}

.c-gap-10 {
  gap: 10px;
}

.c-gap-20 {
  gap: 20px;
}

.opb-1 {
  /* 10px */
  padding-bottom: 0.625rem !important;
}

.opt-4 {
  /* 30px */
  padding-top: 1.875rem !important;
}

.opt-11 {
  /* 90px */
  padding-top: 5.625rem !important;
}

.opb-11 {
  /* 90px */
  padding-bottom: 5.625rem !important;
}

.opt-22 {
  /* 200px */
  padding-top: 12.5rem !important;
}

.opt-29 {
  /* 270px */
  padding-top: 16.875rem !important;
}

.opb-30 {
  /* 280px */
  padding-bottom: 17.5rem !important;
}

.c-mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.c-mx-20{
  margin-left: 20px;
  margin-right: 20px;
}

.omb-27 {
  /* 250px */
  margin-bottom: 15.625rem !important;
}

.fw-black {
  font-weight: 900 !important;
}

.c-ols-80 {
  letter-spacing: 0.08em !important;
}

.rotate-90{
  transform: rotate(90deg);
}

@media screen and (min-width: 992px) {
  .c-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .c-mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .c-px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .c-px-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .opt-lg-22 {
    /* 200px */
    padding-top: 12.5rem !important;
  }

  .opb-lg-22 {
    /* 200px */
    padding-bottom: 12.5rem !important;
  }
}

/*---------------------------------------------------
 header
----------------------------------------------------*/

.header-position-fixed {
  position: fixed;
  top: 0;
}

.header-container {
  width: calc(100vw - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  z-index: 77;
}

.header-height {
  height: 70px;
}

.header-logo {
  max-width: 138px;
  height: auto;
}

/* ヘッダーEntryボタン */
.header-entry-btn-wrapper {
  top: 1px;
  left: -230px;
}

.header-entry-btn {
  width: 200px;
  height: 48px;
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;
}

.header-entry-btn:hover {
  height: 160px;
}

.header-entry-dropdown {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-entry-btn:hover .header-entry-dropdown {
  opacity: 1;
  transform: translateY(0);
}

.header-btn-hover {
  transition: 0.3s;
}

.header-btn-hover:hover {
  color: #ffffff !important;
  background-color: var(--color-blue) !important;
}

.ham-box {
  width: 50px;
  height: 50px;
  transition: 0.3s;
  z-index: 99;
}

.ham-box.is-active {
  background-color: transparent !important;
}

.ham-bar,
.ham-bar::before,
.ham-bar::after {
  background-color: #ffffff;
  position: absolute;
  width: 20px;
  height: 2px;
  opacity: 1;
}

.ham-bar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ham-bar::before {
  content: "";
  top: -8px;
  left: 0;
  transition: 0.3s;
}

.ham-bar::after {
  content: "";
  top: 8px;
  left: 0;
  transition: 0.3s;
}

.ham-box.is-active .ham-bar {
  background-color: transparent !important;
}

.ham-box.is-active .ham-bar::before {
  transform: translateY(8px) rotate(-45deg);
  transition: 0.3s;
}

.ham-box.is-active .ham-bar::after {
  transform: translateY(-8px) rotate(45deg);
  transition: 0.3s;
}

.is-fixed {
  overflow: hidden;
  height: 100vh;
}

.ham-drawer {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  z-index: 88;
}

.ham-drawer-wrapper {
  background-color: #fff;
  height: 100svh;
  scrollbar-gutter: stable;
}

.ham-drawer-container {
  padding-top: 140px;
}

.ham-drawer.is-active {
  padding-right: unset !important;
}

.ham-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
}

.ham-drawer-business::before {
  content: "-";
  color: white;
  padding-right: 12px;
}

/* ボトムEntryボタン */

.bottom-entry-btn-wrapper {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 66;
  transition: opacity 0.3s ease;
}

.bottom-entry-btn-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}

.bottom-entry-btn {
  width: calc(100vw - 40px);
  max-width: 350px;
  height: auto;
  cursor: pointer;
}

.bottom-entry-dropdown a {
  flex: 1 1 0%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .header-container {
    width: calc(100vw - 88px);
    margin-left: 44px;
    margin-right: 44px;
  }

  .ham-drawer-container {
    padding-top: unset;
  }
}

/*---------------------------------------------------
 footer
----------------------------------------------------*/

.footer-logo {
  max-width: 368px;
  height: auto;
}

.footer-btn {
  width: 204px;
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
}


main h2 {
  position: initial;
  font-weight: normal;
  letter-spacing: initial;
  display: block;
  margin: initial;
  text-align: initial;
  overflow: initial;
  width: initial;
}

main h2::before, main h2::after {
  display: block;
  content: initial;
  width: initial;
  height: initial;
  background-color: initial;
  vertical-align: initial;
}

main h2::after {
  margin-left: initial;
}

main h3 {
  position: initial;
  font-size: initial;
  font-weight: initial;
  margin: initial;
  padding: initial;
  background-color: initial;
}



main ul {
  margin: initial;
  line-height: 2;
  justify-content: start;
  list-style: none;
}

main ul li {
  font-size: 1rem;
}

main p {
  font-size: 1rem;
}

main h3::before {
  position: initial;
  content: initial;
  width: initial;
  height: initial;
  background-color: initial;
  top: initial;
  left: initial;
  border-radius: initial;
  transform: initial;
}

main h4 {
  font-weight: initial;
  padding: initial;
  margin: initial;
  border-bottom: initial;
}