@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/monte-stella-trial");
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
  color: #1a1a1a;
  background: #fafafa;
  background-image: url("../../src/index/bg.webp");
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
div {
  line-height: 150%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  line-height: 150%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  padding-left: 16px;
}
ul li {
  list-style: "・";
}

.content_box {
  width: 1200px;
  margin: 70px auto;
  max-width: 90%;
}

.flex_block {
  display: flex;
}

button {
  border: 0;
  background: transparent;
}

body.is-menu-open {
  overflow: hidden;
}

.home-footer {
  background: #dcdcdc;
  padding: 78px 0 54px;
}

.home-footer__inner {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 5%;
  align-items: start;
}
.home-footer__inner .home-footer__brand {
  width: 350px;
}

.home-footer__brand a {
  width: 180px;
}
.home-footer__brand .home-footer__site-name {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.home-footer__brand .home-footer__site-subtitle {
  margin-top: 8px;
  color: #989898;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-family: "corporate-logo-ver2", sans-serif;
}
.home-footer__brand .home-footer__divider {
  width: min(100%, 336px);
  height: 1px;
  margin: 22px 0 24px;
  background: #707070;
}
.home-footer__brand address {
  margin-top: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}

.home-footer__nav {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.home-footer__nav .home-footer__group {
  min-width: 0;
}
.home-footer__nav .home-footer__heading {
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.home-footer__nav ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.home-footer__nav .home-footer__plain-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-footer__nav li {
  list-style: none;
}
.home-footer__nav li + li {
  margin-top: 8px;
}
.home-footer__nav li::before {
  content: "-";
  margin-right: 2px;
  color: #202020;
  font-weight: 700;
}
.home-footer__nav a {
  display: inline;
  font-size: 14px;
  color: #202020;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.home-footer__nav a.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.home-footer__nav a:hover {
  opacity: 0.72;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
  transition: background-color 0.2s ease;
}

.site-header__inner {
  width: min(1520px, 96%);
  margin-inline: auto;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.86);
}

.site-header.is-open {
  background: rgba(255, 255, 255, 0.86);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 0;
}

.site-header__brand img {
  width: 150px;
  height: auto;
}

.site-header__taglines {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}

.site-header__tagline {
  color: #3c3c3c;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.site-header__tagline-en {
  color: #4d4d4d;
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0px 8px 0;
}

.site-header__mynavi {
  width: clamp(190px, 15vw, 270px);
  min-height: 56px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: solid 2px #adddff;
  background: white;
}

.site-header__mynavi img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header__entry {
  width: clamp(150px, 12vw, 240px);
  height: 56px;
  border-radius: 10px;
  background: #d60a17;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(11, 53, 88, 0.18);
}
.site-header__entry span {
  color: #fff;
  font-size: clamp(22px, 1.7vw, 34px);
  font-weight: 800;
  letter-spacing: 0.06em;
  transform: skewX(-14deg);
  font-family: "Monte Stella", sans-serif;
  font-style: normal;
}

.site-header__menu-toggle {
  width: clamp(150px, 12vw, 240px);
  height: 56px;
  border-radius: 10px;
  background: #106eb0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 6px 14px rgba(11, 53, 88, 0.18);
  cursor: pointer;
}

.site-header__menu-lines {
  display: none;
  width: 24px;
  flex-direction: column;
  gap: 4px;
}

.site-header__menu-line {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  transition: transform 0.24s ease, opacity 0.2s ease;
  transform-origin: center;
}

.site-header__menu-label {
  color: #fff;
  font-size: clamp(22px, 1.6vw, 34px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  transform: skewX(-14deg);
  font-family: "Monte Stella", sans-serif;
}

.site-header.is-open .site-header__menu-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.site-header.is-open .site-header__menu-line:nth-child(2) {
  opacity: 0;
}
.site-header.is-open .site-header__menu-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 30, 45, 0);
  border: 0;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 2980;
}

.site-header__panel {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  background: #106eb0;
  border: 0;
  border-radius: 0;
  padding: clamp(32px, 4vw, 50px) 0 40px;
  box-shadow: 0 16px 32px rgba(16, 58, 92, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-28px);
  transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  z-index: 2990;
}

.site-header__panel-inner {
  position: relative;
  width: min(1280px, 100% - 48px);
  margin: 0 auto;
  padding-right: clamp(48px, 5vw, 72px);
}

.site-header__panel-close {
  position: fixed;
  top: 12px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: transparent;
  cursor: pointer;
  z-index: 3001;
}
.site-header__panel-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: #fff;
}
.site-header__panel-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header__panel-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-menu-open .site-header__overlay {
  display: block;
}

body.is-menu-open .site-header__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0s;
}

.site-header__menu-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: flex-start;
  gap: 32px 40px;
  margin: 0;
  padding: 0;
}

.site-header__menu-group {
  min-width: 0;
}

.site-header__menu-heading {
  position: relative;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  font-size: 20px;
  /*
  &::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 80px;
      height: 3px;
      background: #d60a17;
      border-radius: 99px;
  }*/
}

.site-header__menu-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-header__menu-sublist li {
  list-style: none;
  margin: 0;
}

.site-header__menu-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 4px;
  white-space: normal;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.site-header__menu-link::before {
  content: "-";
  color: rgba(255, 255, 255, 0.85);
}
.site-header__menu-link::after {
  content: "";
  position: absolute;
  color: #d0151b;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.site-header__menu-link:hover {
  color: #fff;
  opacity: 0.82;
}
.site-header__menu-link:hover::after {
  transform: scaleX(1);
}

.site-header__panel-actions {
  display: none;
}

@media screen and (max-width: 1200px) {
  .site-header__panel {
    top: 68px;
    max-height: calc(100vh - 68px);
    padding: 54px 0 54px;
  }
  .site-header__panel-inner {
    width: min(1080px, 100% - 40px);
    padding-right: 56px;
  }
  .site-header__menu-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 24px;
  }
  .site-header__menu-heading {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .site-header__menu-link {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 900px) {
  .site-header {
    top: 0;
    width: 100%;
  }
  .site-header__brand {
    gap: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .site-header__brand img {
    width: 108px;
  }
  .site-header__tagline {
    font-size: 8px;
  }
  .site-header__tagline-en {
    font-size: 6px;
  }
  .site-header__actions {
    gap: 6px;
  }
  .site-header__actions > .site-header__mynavi,
  .site-header__actions > .site-header__entry {
    display: none;
  }
  .site-header__menu-toggle {
    width: 44px;
    height: 36px;
    border-radius: 6px;
    flex-direction: column;
    gap: 4px;
  }
  .site-header__menu-lines {
    display: inline-flex;
    width: 16px;
    gap: 3px;
  }
  .site-header__menu-line {
    width: 16px;
    height: 2px;
  }
  .site-header__menu-label {
    font-size: 7px;
    font-family: inherit;
    transform: none;
  }
  .site-header.is-open .site-header__menu-line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .site-header.is-open .site-header__menu-line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .site-header__panel {
    top: 52px;
    max-height: calc(100vh - 62px);
    padding: 38px 0 38px;
  }
  .site-header__panel-inner {
    width: min(420px, 100% - 24px);
    padding-right: 40px;
  }
  .site-header__panel-close {
    width: 28px;
    height: 28px;
    top: 12px;
    right: 10px;
    display: none;
  }
  .site-header__panel-close span {
    width: 24px;
    height: 2px;
  }
  .site-header__menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
  }
  .site-header__menu-group {
    min-width: 0;
    flex-basis: auto;
  }
  .site-header__menu-heading {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 18px;
  }
  .site-header__menu-heading::after {
    width: 52px;
    height: 2px;
  }
  .site-header__menu-sublist {
    gap: 8px;
  }
  .site-header__menu-link {
    font-size: 13px;
    line-height: 1.45;
  }
  .site-header__panel-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
  .site-header__mynavi--panel {
    width: 200px;
    max-width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .site-header__entry--panel {
    width: 200px;
    max-width: 100%;
    height: 44px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .site-header__entry--panel span {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .site-header__panel {
    padding-bottom: 22px;
  }
  .site-header__panel-inner {
    width: calc(100% - 20px);
    padding-right: 0px;
  }
  .site-header__menu-list {
    grid-template-columns: 1fr;
  }
  .site-header__menu-group {
    min-width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .home-footer {
    padding: 46px 0 42px;
  }
  .home-footer__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-footer__brand a {
    width: 180px;
  }
  .home-footer__brand .home-footer__site-name {
    font-size: 16px;
  }
  .home-footer__brand address {
    font-size: 16px;
  }
  .home-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
  }
  .home-footer__inner .home-footer__brand {
    width: 490px;
  }
}
@media screen and (max-width: 785px) {
  .home-footer__inner .home-footer__brand {
    width: 100%;
  }
  .home-footer__nav {
    display: none;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .home-footer {
    padding: 46px 0 46px;
  }
  .home-footer__brand a {
    width: 150px;
  }
  .home-footer__brand .home-footer__site-name {
    font-size: 18px;
  }
  .home-footer__brand .home-footer__site-subtitle {
    font-size: 11px;
  }
  .home-footer__brand .home-footer__divider {
    margin: 18px 0 18px;
  }
  .home-footer__brand address {
    font-size: 16px;
    line-height: 1.65;
  }
  .home-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }
  .home-footer__heading,
  .home-footer__nav a {
    font-size: 14px;
  }
  .home-footer__nav ul {
    margin-top: 8px;
  }
}/*# sourceMappingURL=index.css.map */
