@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
.page-home {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 1200px) {
  .page-home {
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .page-home {
    display: block;
  }
}

.c-title {
  padding: 20px 60px;
  margin-bottom: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #666666;
  color: #ffe75d;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title {
    padding: 5.1282051282vw 8.9743589744vw;
    margin-bottom: 10.2564102564vw;
  }
}
.c-title::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -35px;
  transform: rotate(-45deg);
  width: 130px;
  height: 10px;
  background-color: #FFE75D;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .c-title::before {
    width: 8.75vw;
    height: 0.6666666667vw;
    top: 2.1666666667vw;
    left: -2.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title::before {
    width: 16.6666666667vw;
    height: 1.25vw;
    top: 4.1666666667vw;
    left: -3.3333333333vw;
  }
}
.c-title .en {
  font-size: clamp(50px, 5.2083vw, 100px);
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  transform: skewX(-8deg);
}
@media screen and (max-width: 1200px) {
  .c-title .en {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title .en {
    font-size: 12.8205128205vw;
  }
}
.c-title .jp {
  font-size: clamp(20px, 1.5625vw, 30px);
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .c-title .jp {
    margin-left: 3.3333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title .jp {
    margin-left: 5.1282051282vw;
    font-size: 3.8461538462vw;
  }
}

.c-subittle {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #666666;
  margin: 0 0 40px 0;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-subittle {
    font-size: 4.6153846154vw;
    padding-left: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.c-subittle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 44px;
  background-color: #666666;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-subittle::before {
    width: 1.5384615385vw;
    height: 6.4102564103vw;
  }
}

.c-section-mv {
  position: relative;
}
.c-section-mv.entry .text {
  top: 5%;
  font-size: clamp(16px, 1.35417vw, 26px);
}
@media screen and (max-width: 1200px) {
  .c-section-mv.entry .text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-section-mv.entry .text {
    font-size: 2.8205128205vw;
  }
}
.c-section-mv .text {
  position: absolute;
  top: 2%;
  left: 0;
  font-weight: 700;
  font-size: clamp(16px, 1.6667vw, 32px);
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .c-section-mv .text {
    font-size: 2.6666666667vw;
    top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .c-section-mv .text {
    font-size: 3.8461538462vw;
  }
}

.c-main-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(1.3rem, 1vw, 1.8rem);
  line-height: 2em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-main-text {
    font-size: 4.17vw;
    padding: 0 5.1282051282vw;
    gap: 5.1282051282vw;
  }
}

.pc-tab {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc-tab {
    display: none;
  }
}

.sp-tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-mv.sp-tab {
    padding: 3.8461538462vw;
  }
}
.c-mv {
  flex: 1;
  position: relative;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  .c-mv {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.6923076923vw;
  }
}
.c-mv picture {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.c-mv .mv {
  height: 100%;
  border-radius: clamp(10px, 1.3021vw, 25px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-mv .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv .frame01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: clamp(0px, 10.9375vw, 210px);
}
@media screen and (max-width: 1200px) {
  .c-mv .frame01 {
    max-width: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .frame01 {
    top: 1.0256410256vw;
    left: 0.5128205128vw;
    max-width: 27.4358974359vw;
  }
}
.c-mv .frame02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  max-width: clamp(0px, 11.9792vw, 230px);
}
@media screen and (max-width: 1200px) {
  .c-mv .frame02 {
    max-width: 19.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .frame02 {
    bottom: 1.0256410256vw;
    right: 0.5128205128vw;
    max-width: 30vw;
  }
}
.c-mv .frame03 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  max-width: clamp(0px, 18.2292vw, 350px);
}
@media screen and (max-width: 1200px) {
  .c-mv .frame03 {
    max-width: 43.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .frame03 {
    bottom: auto;
    left: auto;
    top: 3.8461538462vw;
    right: 3.5897435897vw;
  }
}
.c-mv .catch {
  font-size: clamp(18px, 2.96875vw, 57px);
  font-weight: 700;
  line-height: 1.5;
  color: #666666;
  position: absolute;
  bottom: clamp(0px, 1.4583vw, 28px);
  left: clamp(-58px, -3.0208vw, 0px);
  z-index: 2;
  width: clamp(1px, 19.79166667vw, 380px);
}
@media screen and (max-width: 1200px) {
  .c-mv .catch {
    font-size: 6.25vw;
    bottom: 4%;
    left: -4%;
    width: 42.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .catch {
    bottom: auto;
    left: auto;
    top: 7.6923076923vw;
    right: 1.4102564103vw;
    font-size: 5.641025641vw;
    width: 37.1794871795vw;
  }
}
.c-mv .policy {
  position: absolute;
  top: 300px;
  right: clamp(0px, 4.42708vw, 85px);
  z-index: 2;
  width: clamp(1px, 7.13541667vw, 137px);
}
@media screen and (max-width: 1200px) {
  .c-mv .policy {
    top: 40%;
    right: 8.3333333333vw;
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-mv .policy {
    top: 47.4358974359vw;
    right: 12.8205128205vw;
    width: 17.9487179487vw;
  }
}

.top-block {
  flex: 1;
  align-self: flex-start;
  position: sticky;
  top: 0;
  display: flex;
  gap: 2%;
  height: 95vh;
  padding-top: clamp(0px, 2.0833vw, 40px);
  z-index: 101;
  width: 20vw;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .top-block {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 2.5641025641vw;
    padding-right: 5.5641025641vw;
    padding-bottom: 2.5641025641vw;
    box-shadow: 0 1.0256410256vw 2.5641025641vw rgba(0, 0, 0, 0.08);
  }
}
.top-block__content {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-block__content {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-block__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-block__content .hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10001;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-block__content .hamburger-menu {
    display: flex;
    width: 9.2307692308vw;
    height: 6.1538461538vw;
  }
}
.top-block__content .hamburger-menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  transform-origin: center;
  pointer-events: none;
}
.top-block__content .hamburger-menu span:nth-child(1) {
  top: 0;
}
.top-block__content .hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.top-block__content .hamburger-menu span:nth-child(3) {
  bottom: 0;
}
.top-block__content .hamburger-menu.is-open span {
  background-color: #000;
}
.top-block__content .hamburger-menu.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.top-block__content .hamburger-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.top-block__content .hamburger-menu.is-open span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.top-block__logo {
  width: 159.62px;
}
@media screen and (max-width: 767px) {
  .top-block__logo {
    width: 17.9487179487vw;
  }
}
.top-block__logo a {
  display: block;
  transition: opacity 0.3s ease;
  width: 190px;
}
@media screen and (max-width: 767px) {
  .top-block__logo a {
    width: 16vw;
  }
}
.top-block__logo a:hover {
  opacity: 0.5;
}
.top-block__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.top-block__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.top-block__nav-list li {
  position: relative;
  padding: 0;
}
.top-block__nav-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
}
.top-block__nav-list li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 3.81em;
  color: #000000;
  text-decoration: none;
  padding: 0;
  transition: opacity 0.3s ease;
}
.top-block__nav-list li a:hover {
  opacity: 0.5;
}
.top-block__text {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 381.37px;
  height: 149.55px;
}
@media screen and (max-width: 767px) {
  .top-block__text {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 80%;
    max-width: 300px;
    margin: 20px auto 0;
    height: auto;
  }
}
.top-block__text img {
  width: 100%;
  height: auto;
  display: block;
}
.top-block__entry-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 0.67708vw, 13px);
  height: 63px;
  background-color: #FFE100;
  border-radius: 0 150px 150px 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding-left: clamp(0px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .top-block__entry-button {
    display: none;
  }
}
.top-block__entry-button:hover {
  opacity: 0.5;
}
.top-block__entry-icon {
  width: clamp(20px, 1.66667vw, 32px);
  height: clamp(24px, 1.875vw, 36px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-block__entry-icon {
    width: 6.1538461538vw;
    height: 7.1794871795vw;
  }
}
.top-block__entry-icon img {
  width: 100%;
  height: auto;
}
.top-block__entry-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.04167vw, 20px);
  line-height: 1.36em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .top-block__entry-text {
    font-size: 18px;
  }
}

.top-block__logo {
  padding-left: clamp(0px, 2.0833vw, 40px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-block__logo {
    padding-left: 0vw;
    margin-bottom: 0vw;
  }
}

.top-block__nav {
  padding-left: clamp(0px, 2.0833vw, 40px);
}
@media screen and (max-width: 767px) {
  .top-block__nav {
    display: none;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .modal-overlay {
    display: block;
  }
}
.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  z-index: 100;
  transition: right 0.3s ease;
  flex-direction: column;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .modal-menu {
    display: flex;
    padding-top: 18.7179487179vw;
  }
}
@media screen and (min-width: 768px) {
  .modal-menu {
    display: none !important;
  }
}
.modal-menu.is-open {
  right: 0;
}
.modal-menu__nav {
  overflow-y: auto;
  padding: 5.1282051282vw 0;
}
.modal-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-menu__nav ul li {
  border-bottom: 1px solid #c7c7c7;
}
.modal-menu__nav ul li a {
  display: block;
  padding: 3.8461538462vw;
  font-size: 4.1025641026vw;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s;
}
.modal-menu__nav ul li a:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .modal-menu__nav ul li.hun {
    border: none;
  }
  .modal-menu__nav ul li.hun .top-block__entry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    margin-top: 5.1282051282vw;
    height: auto;
    border-radius: 150px;
  }
  .modal-menu__nav ul li.hun .top-block__entry-button .top-block__entry-text {
    font-size: 4.1025641026vw;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}
blockquote::before {
  content: "";
  content: none;
}
blockquote::after {
  content: "";
  content: none;
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: -0.02em;
  font-size: 1.1em;
  font-style: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}
q::before {
  content: "";
  content: none;
}
q::after {
  content: "";
  content: none;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 0.65rem;
  line-height: 1.35;
  vertical-align: text-bottom;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 0.65rem;
  line-height: 1.35;
  vertical-align: text-top;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
}
table th {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
  font-weight: normal;
}
table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.2em 1em;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  display: block;
}
nav ul {
  list-style: none;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input {
  vertical-align: middle;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
input::-moz-placeholder {
  color: #4d4d4d;
}

input::placeholder {
  color: #9a9a9a; /* 好みの色に変更 */
}

input {
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  border: none;
  background: none;
  font-size: 15px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8.5px 10px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  width: 100%;
}
input[type=text].large,
input[type=number].large,
input[type=email].large,
input[type=password].large {
  padding: 12px;
  font-size: 1.6rem;
  color: #1A1A1A;
  line-height: 1.3;
}

input[type=text].align_left {
  text-align: left;
}

input[type=text].align_center {
  text-align: center;
}

input[type=text].align_right {
  text-align: right;
}

input[type=radio] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=checkbox] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type=radio] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=checkbox] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

html {
  margin: 0;
  padding: 0;
  background-color: #F4F4F4;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
  height: 100%;
  background-color: #fff;
  color: #1A1A1A;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
    scroll-padding-top: 25.641025641vw;
  }
}

.sp-content {
  height: 100%;
}

.fade {
  opacity: 0;
  transition: 1s;
  position: relative;
  top: 40px;
  filter: blur(10px);
}
.fade.is-visible {
  opacity: 1;
  filter: blur(0px);
  top: 0;
}

.fade-reverse {
  opacity: 0;
  transition: 1s;
  transform: translate(-50%, -40px);
  filter: blur(10px);
}
.fade-reverse.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translate(-50%, 0);
}

.fade-simple {
  opacity: 0;
  transition: 1s;
  filter: blur(10px);
}
.fade-simple.is-visible {
  opacity: 1;
  filter: blur(0px);
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "YakuHanJP", "YakuHanMP", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1A1A1A;
  background-color: #F4F4F4;
}
body.noscroll {
  overflow: hidden;
  height: 100%;
}
body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc-grid {
  display: grid !important;
}
@media screen and (max-width: 767px) {
  .pc-grid {
    display: none !important;
  }
}

.sp-grid {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-grid {
    display: grid !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex !important;
  }
}

.u-bg-white {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: flex !important;
  }
}

.u-pc-hide {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-pc-hide {
    display: block !important;
  }
}

.u-color-black {
  color: #1A1A1A;
}

.u-color-black02 {
  color: #000000;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs18 {
    font-size: 1.8rem !important;
  }
}

.u-fs20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs20 {
    font-size: 1.6rem !important;
  }
}

.u-fs24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs24 {
    font-size: 1.8rem !important;
  }
}

.u-fs30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-fs30 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fs16-sp {
    font-size: 1.6rem !important;
  }
}

.u-eb {
  font-family: "EB Garamond", "Zen Kaku Gothic New", serif;
}

.u-ml-auto {
  margin-left: auto;
}

.u-date {
  position: relative;
}
.u-date input[type=date] {
  border: 1px solid #ebebeb;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  width: 190px;
  font-size: 16px;
  color: #363636;
  background-color: #f5f5f5;
  box-sizing: border-box;
  background-image: url("../img/icon_calender.svg");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 50px;
  text-align: left;
}
.u-date span {
  position: absolute;
  left: 12px;
  padding-right: 5px;
  top: 3px;
  color: #9a9a9a;
  display: inline-block;
  background-color: #f5f5f5;
}

.u-select.select-empty {
  color: #9a9a9a;
}
.u-select.select-filled {
  color: #363636;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center !important;
}

.u-align-center {
  align-items: center;
}

.u-text-right {
  text-align: right;
}

.u-bg-white {
  background-color: #fff;
}

.u-bd {
  border: 1px solid #eee;
}

.u-w-100 {
  width: 100%;
  max-width: 100%;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-normal {
  font-weight: 400;
}

.u-flex {
  display: flex;
  justify-content: space-between;
}
.u-flex.w100 {
  width: 100%;
}
.u-flex.end {
  justify-content: flex-end;
}
.u-flex.start {
  justify-content: flex-start;
}
.u-flex.sb {
  justify-content: space-between;
}
.u-flex.ac {
  align-items: center;
}
.u-flex.gp-25 {
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .u-flex.gp-25 {
    flex-direction: column;
    gap: 3.8461538462vw 0;
  }
}
.u-flex.gp-25 .gp-content {
  width: 100%;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-col2 {
  display: grid;
  gap: clamp(20px, 3vw, 65px);
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr;
}
.u-col2.-fs {
  align-items: flex-start;
}
.u-col2.-fe {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .u-col2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0vw !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0vw !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 0.8547008547vw !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 0.8547008547vw !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 1.7094017094vw !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 1.7094017094vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 2.5641025641vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 2.5641025641vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 3.4188034188vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 3.4188034188vw !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 4.2735042735vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 4.2735042735vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 5.1282051282vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 5.1282051282vw !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 5.9829059829vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 5.9829059829vw !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 6.8376068376vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 6.8376068376vw !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mt45 {
    margin-top: 7.6923076923vw !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mb45 {
    margin-bottom: 7.6923076923vw !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 8.547008547vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 8.547008547vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 9.4017094017vw !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mb55 {
    margin-bottom: 9.4017094017vw !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 10.2564102564vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 10.2564102564vw !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mt65 {
    margin-top: 11.1111111111vw !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-mb65 {
    margin-bottom: 11.1111111111vw !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 11.9658119658vw !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 11.9658119658vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mt75 {
    margin-top: 12.8205128205vw !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mb75 {
    margin-bottom: 12.8205128205vw !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 13.6752136752vw !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 13.6752136752vw !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mt85 {
    margin-top: 14.5299145299vw !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-mb85 {
    margin-bottom: 14.5299145299vw !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mt90 {
    margin-top: 15.3846153846vw !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 15.3846153846vw !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mt95 {
    margin-top: 16.2393162393vw !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-mb95 {
    margin-bottom: 16.2393162393vw !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 17.094017094vw !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 17.094017094vw !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pt0 {
    padding-top: 0vw !important;
  }
}

.u-pb0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-pb0 {
    padding-bottom: 0vw !important;
  }
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pt5 {
    padding-top: 0.8547008547vw !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-pb5 {
    padding-bottom: 0.8547008547vw !important;
  }
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pt10 {
    padding-top: 1.7094017094vw !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-pb10 {
    padding-bottom: 1.7094017094vw !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pt15 {
    padding-top: 2.5641025641vw !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-pb15 {
    padding-bottom: 2.5641025641vw !important;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pt20 {
    padding-top: 3.4188034188vw !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-pb20 {
    padding-bottom: 3.4188034188vw !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pt25 {
    padding-top: 4.2735042735vw !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-pb25 {
    padding-bottom: 4.2735042735vw !important;
  }
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pt30 {
    padding-top: 5.1282051282vw !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-pb30 {
    padding-bottom: 5.1282051282vw !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pt35 {
    padding-top: 5.9829059829vw !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-pb35 {
    padding-bottom: 5.9829059829vw !important;
  }
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pt40 {
    padding-top: 6.8376068376vw !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-pb40 {
    padding-bottom: 6.8376068376vw !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pt45 {
    padding-top: 7.6923076923vw !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-pb45 {
    padding-bottom: 7.6923076923vw !important;
  }
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pt50 {
    padding-top: 8.547008547vw !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-pb50 {
    padding-bottom: 8.547008547vw !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pt55 {
    padding-top: 9.4017094017vw !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-pb55 {
    padding-bottom: 9.4017094017vw !important;
  }
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pt60 {
    padding-top: 10.2564102564vw !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-pb60 {
    padding-bottom: 10.2564102564vw !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pt65 {
    padding-top: 11.1111111111vw !important;
  }
}

.u-pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 767px) {
  .u-pb65 {
    padding-bottom: 11.1111111111vw !important;
  }
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pt70 {
    padding-top: 11.9658119658vw !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-pb70 {
    padding-bottom: 11.9658119658vw !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pt75 {
    padding-top: 12.8205128205vw !important;
  }
}

.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-pb75 {
    padding-bottom: 12.8205128205vw !important;
  }
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pt80 {
    padding-top: 13.6752136752vw !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .u-pb80 {
    padding-bottom: 13.6752136752vw !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 14.5299145299vw !important;
  }
}

.u-pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 767px) {
  .u-pb85 {
    padding-bottom: 14.5299145299vw !important;
  }
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pt90 {
    padding-top: 15.3846153846vw !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .u-pb90 {
    padding-bottom: 15.3846153846vw !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pt95 {
    padding-top: 16.2393162393vw !important;
  }
}

.u-pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 767px) {
  .u-pb95 {
    padding-bottom: 16.2393162393vw !important;
  }
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt100 {
    padding-top: 17.094017094vw !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb100 {
    padding-bottom: 17.094017094vw !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.indexpage h2 {
  font-size: 18px;
  margin: 24px 0 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid #e6e6e6;
}
.indexpage .list_page {
  padding: 16px;
}
.indexpage .list_page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.indexpage .list_page li a {
  display: block;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.indexpage .list_page li a.on {
  background-color: aqua;
}
.indexpage .list_page li a.done {
  background-color: rgb(255, 224, 84);
}
.indexpage .list_page li a:hover {
  background: #fafafa;
  border-color: #d8d8d8;
  transform: translateY(-1px);
}
.indexpage .list_page li a:active {
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-bottom: 0;
  }
}

.l-inner.-left {
  margin: 0;
}
.l-inner.w-760 {
  max-width: 760px;
}
.l-inner.history {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.history {
    width: 93.3333333333vw;
    padding: 0;
  }
}
.l-inner.sp350 {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.sp350 {
    width: 89.7435897436vw;
    padding: 0;
  }
}
.l-inner.history2 {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.history2 {
    width: 89.7435897436vw;
    padding: 0;
  }
}
.l-inner.w-1000 {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .l-inner.w-1000 {
    width: 84.6153846154vw;
    padding: 0;
  }
}
.l-inner.w-1070 {
  max-width: 1070px;
}
.l-main {
  width: 80vw;
  padding-right: 5.5vw;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100vw;
    padding: 0;
  }
}
.l-main.pages {
  display: flex;
  padding: 90px 0;
  min-height: 100vh;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main.pages.-white {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-main.pages.-white .l-side-navi .side-navi.-optical .main-title {
    color: #35dfec;
  }
}
@media screen and (max-width: 767px) {
  .l-main.pages {
    padding: 23.0769230769vw 0 5vw 0;
  }
}
.l-main.pages::before {
  content: "";
  display: block;
  background-image: url("../img/infinity.svg");
  width: 700px;
  height: 335px;
  position: absolute;
  left: 0;
  top: 30px;
  position: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-main.pages::before {
    width: 89.7435897436vw;
    height: 42.3076923077vw;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .l-main.pages {
    flex-direction: column;
  }
}
.l-main.bg-business {
  background-color: #98a6b5;
  position: relative;
  background-image: url("/assets/img/business/bg_business.webp");
  background-size: 100%;
  background-attachment: fixed;
}
.l-main.bg-optical {
  background-color: #98a6b5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main.bg-optical {
    background-color: #fff;
  }
  .l-main.bg-optical .l-side-navi .side-navi.-optical .main-title {
    color: #35dfec;
  }
}
.l-main.bg-lifescience {
  background-color: #daeff6;
}

.footer {
  padding: 10px 0;
  text-align: right;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
    padding-bottom: 10.2564102564vw;
    text-align: center;
  }
}
.footer__inner {
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 4vw;
  }
}
.footer__logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 6.4102564103vw;
  }
}
.footer__logo-main {
  width: 278px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer__logo-main {
    width: 30.7692307692vw;
  }
}
.footer__logo-sub {
  width: 230px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .footer__logo-sub {
    width: 50vw;
    height: 8vw;
  }
}
.footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    gap: 4vw;
    margin-bottom: 5.1282051282vw;
  }
}
.footer__sns a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.footer__sns a:hover {
  opacity: 0.5;
}
.footer__sns-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer__sns-icon {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.footer__copyright {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 3.0769230769vw;
  }
}

.intro-block {
  padding: 0 0px 80px 0px;
}
@media screen and (max-width: 767px) {
  .intro-block {
    padding: 5vw 0;
  }
}
.intro-block__content {
  position: relative;
}
.intro-block__hero {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .intro-block__hero {
    height: auto;
    margin-bottom: 5.1282051282vw;
  }
}
.intro-block__hero-text {
  position: relative;
  z-index: 2;
}
.intro-block__hero-en {
  font-family: "futura-pt", sans-serif;
  transform: skewX(-8deg);
  font-weight: 500;
  font-size: clamp(40px, 4.53125vw, 87px);
  line-height: 1.02;
  color: #666666;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .intro-block__hero-en {
    font-size: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .intro-block__hero-en {
    padding: 0;
    font-size: 11.2820512821vw;
    line-height: 1;
    margin-bottom: 7.6923076923vw;
    margin-top: 0vw;
  }
}
.intro-block__hero-decorations {
  position: absolute;
  top: 0;
  right: 0;
  width: 176px;
  height: 108px;
}
@media screen and (max-width: 767px) {
  .intro-block__hero-decorations {
    width: 100px;
    height: 60px;
  }
}
.intro-block__decoration {
  position: absolute;
  border-radius: 20px;
}
.intro-block__decoration--blue {
  top: 26px;
  right: 0;
  width: 79px;
  height: 82px;
  background-color: #666666;
}
@media screen and (max-width: 767px) {
  .intro-block__decoration--blue {
    top: 15px;
    width: 45px;
    height: 47px;
  }
}
.intro-block__decoration--cyan {
  top: 3px;
  right: 0;
  width: 97px;
  height: 82px;
  background-color: rgba(11, 246, 251, 0.5);
}
@media screen and (max-width: 767px) {
  .intro-block__decoration--cyan {
    top: 0;
    width: 55px;
    height: 47px;
  }
}
.intro-block__image {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .intro-block__image {
    margin-bottom: 7.6923076923vw;
    padding: 0;
    margin-top: 5vw;
  }
}
.intro-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-block__text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .intro-block__text {
    margin-top: 0;
  }
}
.intro-block__paragraphs {
  display: block;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .intro-block__paragraphs {
    margin-bottom: 7.6923076923vw;
  }
}
.intro-block__paragraph {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .intro-block__paragraph {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
}
.intro-block__main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.67em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .intro-block__main-text {
    padding: 0;
    font-size: 4.6153846154vw;
    line-height: 1.6em;
    text-align: center;
  }
}

.tex01 {
  width: clamp(80px, 6.40625vw, 123px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .tex01 {
    width: 10.25vw;
  }
}
@media screen and (max-width: 767px) {
  .tex01 {
    max-width: 14.6153846154vw;
    top: 2.5641025641vw;
    right: -4.358974359vw;
  }
}

.work-block {
  padding: 0px 0px 80px 0px;
}
@media screen and (max-width: 767px) {
  .work-block {
    padding: 0 0 15.3846153846vw 0;
  }
}
.work-block__content {
  position: relative;
}
.work-block__header {
  position: relative;
  margin-bottom: 60px;
  height: 146px;
}
@media screen and (max-width: 767px) {
  .work-block__header {
    height: auto;
    margin-bottom: 40px;
  }
}
.work-block__subtitle {
  position: absolute;
  top: 80.79px;
  left: 352.79px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .work-block__subtitle {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 0 0 0 20px;
  }
}
.work-block__image {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .work-block__image {
    margin-bottom: 7.6923076923vw;
  }
}
.work-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.work-block__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .work-block__description {
    margin-bottom: 7.6923076923vw;
  }
}
.work-block__description-text {
  max-width: 798px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-block__description-text {
    max-width: 100%;
    padding: 0;
  }
}
.work-block__paragraph {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .work-block__paragraph {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.work-block__features {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .work-block__features {
    margin-bottom: 7.6923076923vw;
    padding: 0;
  }
}
.work-block__features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .work-block__features-list {
    grid-template-columns: 1fr;
    gap: 2.5641025641vw;
  }
}
.work-block__feature-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
  color: #333333;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .work-block__feature-item {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .work-block__feature-item {
    font-size: 3.5897435897vw;
    line-height: 1.8em;
    padding: 2.5641025641vw;
    text-align: center;
    border-radius: 2.5641025641vw;
  }
}
.work-block__main-text {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-block__main-text {
    padding: 0;
  }
}
.work-block__main-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.71em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .work-block__main-text p {
    font-size: 4.1025641026vw;
    line-height: 1.6em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-main-text {
    padding: 0;
  }
}

.support-block {
  padding: 0px 0px 80px 0px;
}
@media screen and (max-width: 767px) {
  .support-block {
    padding: 0 0 15.3846153846vw 0;
  }
}
@media screen and (max-width: 767px) {
  .support-block .c-main-text {
    font-size: 3.97vw;
  }
}
.support-block__content {
  position: relative;
}
.support-block__header {
  position: relative;
  margin-bottom: 60px;
  height: 146px;
  padding-left: 15.79px;
  padding-top: 16.79px;
}
@media screen and (max-width: 767px) {
  .support-block__header {
    height: auto;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.support-block__header::before {
  content: "";
  position: absolute;
  top: 16.79px;
  left: 15.79px;
  width: 987px;
  height: 146px;
  background-color: #666666;
  border-radius: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .support-block__header::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }
}
.support-block__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 97.58px;
  height: 97.58px;
  background-color: #0BF6FB;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .support-block__header::after {
    width: 60px;
    height: 60px;
  }
}
.support-block__title {
  position: relative;
  z-index: 2;
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 100.93px;
  line-height: 1.04;
  color: #FFFFFF;
  margin: 0;
  padding: 22px 0 0 59px;
}
@media screen and (max-width: 767px) {
  .support-block__title {
    font-size: 50px;
    padding: 20px 0 0 20px;
  }
}
.support-block__subtitle {
  position: absolute;
  top: 80.79px;
  left: 445.79px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support-block__subtitle {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 10px 0 0 20px;
  }
}
.support-block__image {
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .support-block__image {
    margin-bottom: 40px;
  }
}
.support-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.support-block__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .support-block__description {
    margin-bottom: 5.1282051282vw;
    padding: 0;
  }
}
.support-block__paragraph {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support-block__paragraph {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.support-block__vehicle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle {
    margin-bottom: 7.6923076923vw;
    padding: 0;
  }
}
.support-block__vehicle-content {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle-content {
    padding: 5.1282051282vw;
  }
}
.support-block__vehicle-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle-item {
    gap: 5.1282051282vw;
  }
}
.support-block__vehicle-icon {
  flex-shrink: 0;
  width: 87.69px;
  height: 68.49px;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle-icon {
    width: 60px;
    height: auto;
  }
}
.support-block__vehicle-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.support-block__vehicle-text {
  flex: 1;
}
.support-block__vehicle-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.55em;
  color: #333333;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle-item-title {
    font-size: 3.5897435897vw;
    margin: 0 0 1.2820512821vw 0;
  }
}
.support-block__vehicle-item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle-item-desc {
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
}
.support-block__vehicle-divider {
  height: 1px;
  margin: 30px 0;
  border: none;
  border-top: 1px dashed #666666;
}
@media screen and (max-width: 767px) {
  .support-block__vehicle-divider {
    margin: 5.1282051282vw 0;
  }
}
.support-block__main-text {
  max-width: 777px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .support-block__main-text {
    max-width: 100%;
    padding: 0;
  }
}
.support-block__main-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.71em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .support-block__main-text p {
    font-size: 3.5897435897vw;
    line-height: 1.6em;
    text-align: center;
  }
}

.voice-block {
  padding: 0px 0px 80px 0px;
}
@media screen and (max-width: 767px) {
  .voice-block {
    padding: 0 0 15.3846153846vw 0;
  }
}
.voice-block__content {
  position: relative;
}
.voice-block__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice-block__item {
    margin-bottom: 5.1282051282vw;
  }
}
.voice-block__item-header {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .voice-block__item-header {
    margin-bottom: 2.5641025641vw;
    padding: 0;
  }
}
.voice-block__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #666666;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-block__item-title {
    font-size: 4.1025641026vw;
    line-height: 1.4em;
  }
}
.voice-block__item-body {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .voice-block__item-body {
    gap: 5.1282051282vw;
    padding: 0;
    margin-bottom: 2.5641025641vw;
  }
}
.voice-block__item-icon {
  flex-shrink: 0;
  width: 112px;
  height: 112px;
}
@media screen and (max-width: 767px) {
  .voice-block__item-icon {
    width: 80px;
    height: 80px;
  }
}
.voice-block__item-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.voice-block__item-text {
  flex: 1;
}
.voice-block__item-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .voice-block__item-content {
    font-size: 3.5897435897vw;
    line-height: 1.8em;
    margin-bottom: 0;
  }
}
.voice-block__item-profile {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-block__item-profile {
    font-size: 3.5897435897vw;
    line-height: 1.8em;
  }
}
.voice-block__divider {
  height: 1px;
  background-color: transparent;
  border: none;
  border-top: 1px dashed #666666;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice-block__divider {
    margin-bottom: 5.1282051282vw;
  }
}
.voice-block__main-text {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .voice-block__main-text {
    max-width: 100%;
    padding: 0;
  }
}
.voice-block__main-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.71em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-block__main-text p {
    font-size: 4.1025641026vw;
    line-height: 1.6em;
    text-align: center;
  }
}

.faq-block {
  padding: 0px 0px 80px 0px;
}
@media screen and (max-width: 767px) {
  .faq-block {
    padding: 0 0 15.3846153846vw 0;
  }
}
.faq-block__content {
  margin: 0 auto;
}
.faq-block__item {
  border-top: 1px dashed #666666;
}
.faq-block__item:last-child {
  border-bottom: 1px dashed #666666;
}
.faq-block__item--open .faq-block__answer {
  display: block;
}
.faq-block__item--open .faq-block__toggle-icon {
  transform: rotate(45deg);
}
.faq-block__item:first-child {
  border-top: none;
}
.faq-block__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.faq-block__question:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .faq-block__question {
    padding: 2.5641025641vw 0;
    gap: 5.1282051282vw;
  }
}
.faq-block__question-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #666666;
  margin: 0;
  flex: 1;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  .faq-block__question-text {
    font-size: 4.1025641026vw;
    line-height: 1.4em;
    padding-left: 2em;
    text-indent: -2em;
  }
}
.faq-block__question-text span:first-child {
  width: 2em;
}
.faq-block__toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  width: 28px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faq-block__toggle {
    width: 6.1538461538vw;
    height: 9.2307692308vw;
  }
}
.faq-block__toggle-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 0.82em;
  color: #666666;
  transition: transform 0.3s ease;
  display: block;
}
@media screen and (max-width: 767px) {
  .faq-block__toggle-icon {
    font-size: 7.6923076923vw;
  }
}
.faq-block__answer {
  display: none;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .faq-block__answer {
    padding-bottom: 5.1282051282vw;
  }
}
.faq-block__answer-short {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.05em;
  color: #333333;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .faq-block__answer-short {
    font-size: 4.1025641026vw;
    line-height: 1.8em;
    margin: 0 0 2.5641025641vw 0;
  }
}
.faq-block__answer-full {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq-block__answer-full {
    font-size: 3.5897435897vw;
    line-height: 1.8em;
  }
}

.entry-block {
  padding: 0px 0px 80px 0px;
}
@media screen and (max-width: 767px) {
  .entry-block {
    padding: 0 0 15.3846153846vw 0;
  }
}
.entry-block__content {
  position: relative;
}
.entry-block__header {
  position: relative;
  margin-bottom: 60px;
  height: 146px;
  padding-left: 15.79px;
  padding-top: 16.79px;
}
@media screen and (max-width: 767px) {
  .entry-block__header {
    height: auto;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.entry-block__header::before {
  content: "";
  position: absolute;
  top: 16.79px;
  left: 15.79px;
  width: 987px;
  height: 146px;
  background-color: #666666;
  border-radius: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .entry-block__header::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }
}
.entry-block__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 97.58px;
  height: 97.58px;
  background-color: #0BF6FB;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entry-block__header::after {
    width: 60px;
    height: 60px;
  }
}
.entry-block__title {
  position: relative;
  z-index: 2;
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 100.93px;
  line-height: 1.04;
  color: #FFFFFF;
  margin: 0;
  padding: 22px 0 0 59px;
}
@media screen and (max-width: 767px) {
  .entry-block__title {
    font-size: 50px;
    padding: 20px 0 0 20px;
  }
}
.entry-block__subtitle {
  position: absolute;
  top: 80.79px;
  left: 319.79px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entry-block__subtitle {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 10px 0 0 20px;
  }
}
.entry-block__image {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .entry-block__image {
    margin-bottom: 7.6923076923vw;
  }
}
.entry-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.entry-block__intro {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .entry-block__intro {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.entry-block__intro-text {
  font-family: "A P-OTF A1Gothic StdN", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entry-block__intro-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry-block__description {
    margin-bottom: 40px;
    padding: 0;
  }
}
.entry-block__paragraph {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entry-block__paragraph {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.entry-block__jobs {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .entry-block__jobs {
    margin-bottom: 0;
    padding: 0;
  }
}
.entry-block__jobs-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .entry-block__jobs-list {
    gap: 5.1282051282vw;
  }
}
.entry-block__job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 2px solid #666666;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 6px 0px 0px #666666;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .entry-block__job-card {
    align-items: center;
    padding: 5.1282051282vw;
    gap: 5.1282051282vw;
    border: 0.5128205128vw solid #666666;
    box-shadow: 0px 1.5384615385vw 0px 0px #666666;
  }
}
.entry-block__job-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 0px 0px #666666;
  opacity: 0.5;
}
.entry-block__job-content {
  flex: 1;
}
.entry-block__job-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.55em;
  color: #000000;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .entry-block__job-title {
    font-size: 4.1025641026vw;
    margin-bottom: 5.1282051282vw;
  }
}
.entry-block__job-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .entry-block__job-details {
    flex-direction: column;
    gap: 10px;
  }
}
.entry-block__job-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entry-block__job-detail {
    font-size: 3.5897435897vw;
    line-height: 1;
  }
}
.entry-block__job-arrow {
  flex-shrink: 0;
  width: 26px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .entry-block__job-arrow {
    width: 6.1538461538vw;
    height: 12.3076923077vw;
  }
}
.entry-block__job-arrow svg {
  width: 100%;
  height: 100%;
}

.entry-block__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .entry-block__description {
    margin-bottom: 5.1282051282vw;
  }
}

.company-block {
  padding: 0px 0px 80px 0px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .company-block {
    padding: 0 0 0vw 0;
  }
}
.company-block__content {
  position: relative;
}
.company-block__header {
  position: relative;
  margin-bottom: 60px;
  height: 146px;
  padding-left: 15.79px;
  padding-top: 16.79px;
}
@media screen and (max-width: 767px) {
  .company-block__header {
    height: auto;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.company-block__header::before {
  content: "";
  position: absolute;
  top: 16.79px;
  left: 15.79px;
  width: 987px;
  height: 146px;
  background-color: #666666;
  border-radius: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .company-block__header::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }
}
.company-block__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 97.58px;
  height: 97.58px;
  background-color: #0BF6FB;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-block__header::after {
    width: 60px;
    height: 60px;
  }
}
.company-block__title {
  position: relative;
  z-index: 2;
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 100.93px;
  line-height: 1.04;
  color: #FFFFFF;
  margin: 0;
  padding: 19px 0 0 59px;
}
@media screen and (max-width: 767px) {
  .company-block__title {
    font-size: 50px;
    padding: 20px 0 0 20px;
  }
}
.company-block__subtitle {
  position: absolute;
  top: 80px;
  left: 499.79px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-block__subtitle {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 10px 0 0 20px;
  }
}
.company-block__info {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company-block__info {
    position: relative;
    margin-bottom: 10.2564102564vw;
    padding-bottom: 7.6923076923vw;
  }
  .company-block__info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5.1282051282vw;
    height: 1px;
    background-color: #666666;
    display: block;
    width: 100vw;
  }
}
.company-block__info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .company-block__info-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 2.5641025641vw 0;
    padding-top: 0;
  }
}
.company-block__info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 3.67em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .company-block__info-label {
    font-size: 4.1025641026vw;
    line-height: 1.5em;
    margin-bottom: 1.2820512821vw;
  }
}
.company-block__info-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 3.67em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .company-block__info-value {
    font-size: 3.5897435897vw;
    line-height: 1.5em;
  }
}
.company-block__info-divider {
  height: 1px;
  background-color: #666666;
  margin: 0;
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .company-block__info-divider {
    display: none;
  }
}
.company-block__copyright {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .company-block__copyright {
    padding: 0;
  }
}
.company-block__copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-block__copyright p {
    font-size: 3.0769230769vw;
  }
}

.kv-block {
  background-image: url("/assets/img/main.webp");
  background-size: 100% auto;
  background-position: right center;
  background-repeat: no-repeat;
  height: 100svh;
  width: 77vw;
  position: fixed;
  top: 0;
  background-color: #F4F4F4;
  right: 3vw;
}
@media screen and (max-width: 1280px) {
  .kv-block {
    background-position: center 3vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-block {
    width: 100vw;
    height: 80svh;
    background-size: 130%;
    background-position: center top;
    left: 0;
    top: 23vw;
  }
}

.l-content {
  background-color: rgba(255, 255, 255, 0.95);
  width: clamp(700px, 50vw, 900px);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px);
  position: relative;
  z-index: 2;
  margin-top: 100svh;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 4vw;
    width: 100vw;
    margin: 90svh 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */