@charset "UTF-8";
/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  scroll-behavior: smooth;
  line-height: 1.15;
  /* Correct the line height */
  -webkit-text-size-adjust: 100%;
  /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent;
  /* Remove gray overlay on links */
}

/* Sections */
body {
  margin: 0;
  /* Remove margin */
}

main {
  display: block;
  /* Render `main` consistently */
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/********** base **********/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #D9D9D9;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-size: 16px;
}

.section-ttl {
  font-size: 18px;
  color: #D9D9D9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .section-ttl {
    font-size: 16px;
  }
}
.section-ttl--black {
  color: #000;
}
.section-ttl::before {
  content: "";
  display: inline-block;
  font-size: 96px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .section-ttl::before {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .section-ttl::before {
    font-size: 42px;
  }
}
.section-ttl--topics::before {
  content: "Topics";
}
.section-ttl--business::before {
  content: "Business";
}
.section-ttl--history::before {
  content: "History";
}
.section-ttl--company::before {
  content: "Company";
}
.section-ttl--contact::before {
  content: "Contact";
}
.section-ttl--policy::before {
  content: "Privacy Policy";
}
.section-ttl--form::before {
  content: "Contact";
}

.section-ttl--topics {
  font-size: 12px;
  font-weight: 600;
}

.section-ttl--topics::before {
  font-size: 59px;
}
@media (max-width: 1080px) {
  .section-ttl--topics::before {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .section-ttl--topics::before {
    font-size: 32px;
  }
}

.section-ttl--contact {
  color: #fff;
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.footer {
  padding-top: 100px;
  padding-bottom: 60px;
  background: #03222F;
}
@media (max-width: 576px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.footer__contents {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4B5053;
  padding-bottom: 72px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1080px) {
  .footer__contents {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__logo-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .footer__logo-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__logo {
  max-width: 180px;
  height: auto;
}
@media (max-width: 1080px) {
  .footer__logo {
    max-width: 110px;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    max-width: 90px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__address-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .footer__address-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__address-group {
  display: flex;
  gap: 40px;
}
@media (max-width: 1080px) {
  .footer__address-group {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .footer__address-group {
    flex-direction: column;
  }
}
.footer__company-name {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .footer__company-name {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .footer__company-name {
    font-size: 20px;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 576px) {
  .footer__address {
    font-size: 13px;
  }
}
.footer__address-head {
  font-weight: 600;
}
.footer__address-data {
  font-weight: 300;
}
.footer__btm-contents {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__btm-contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
  }
}
.footer__instagram-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.footer__instagram-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__btm-copy {
  display: flex;
  align-items: flex-end;
  gap: 47px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 576px) {
  .footer__btm-copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    font-size: 13px;
  }
}
.footer__copy-right {
  font-size: 12px;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
  top: 50px;
  left: 0;
  z-index: 250;
}
@media (max-width: 576px) {
  .header {
    top: 20px;
    padding: 0 16px;
  }
}

.header__logo {
  font-weight: bold;
  max-width: 260px;
  z-index: 999;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__logo-link--black {
  display: none;
}

.header__nav {
  display: block;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1080px) {
  .header__nav-list {
    gap: 20px;
  }
}

.header__nav-item {
  color: #fff;
  font-weight: 400;
}
.header__nav-item--contact {
  border: 1px solid #fff;
  border-radius: 50px;
}
.header__nav-item--contact a {
  display: inline-block;
  padding: 15px 18px;
}

.header.in-white .header__nav-item {
  color: #333;
}
.header.in-white .header__nav-item--contact {
  border: 1px solid #333;
}

.header.in-white .header__logo-link--black {
  display: block;
  transition: 0.3s;
}

.header.in-white .header__logo-link--white {
  display: none;
  transition: 0.3s;
}

.not-top .header__logo-link--black {
  display: block;
  transition: 0.3s;
}

.not-top .header__nav-link {
  color: #333333;
}

.not-top .header__nav-item--contact {
  border: 1px solid #333333;
}

.not-top .header__nav-item--contact:hover {
  background-color: #333333;
}
.not-top .header__nav-item--contact:hover a {
  color: #fff;
}

.contact-page .header__nav-item--contact {
  background-color: #333333;
}
.contact-page .header__nav-item--contact a {
  color: #fff;
}

.not-top .header__logo-link--white {
  display: none;
  transition: 0.3s;
}

.header__nav-link {
  display: block;
  font-weight: 300;
}

.mainV {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mainV__copy-wrap {
  position: absolute;
  top: 60%;
  left: 5vw;
}
.mainV__copy {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 576px) {
  .mainV__copy {
    font-size: 32px;
  }
}
.mainV__instagram-wrap {
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  right: 2.5vw;
  transform: translateY(-100%);
}
.mainV__instagram-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mainV__instagram-icon {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 1;
}
.mainV__instagram-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainV__instagram-text {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 300;
}
.mainV__scroll-bar {
  position: absolute;
  width: 14px;
  bottom: 10%;
  right: 2.5vw;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
}
.mainV__scroll-bar--accent {
  position: relative;
  margin-top: 14px;
  width: 1px;
  height: 60px;
  overflow: hidden;
  background: #777777;
  transform: translateX(100%);
}
.mainV__scroll-bar--accent::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  z-index: -999;
  animation: shine 2s infinite;
}

.mainV__copy--sm span {
  font-size: 32px;
}
@media (max-width: 576px) {
  .mainV__copy--sm span {
    font-size: 20px;
  }
}

@keyframes shine {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
/* spナビをデフォルトで非表示 */
.sp-nav {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  opacity: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav__sns-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.sp-nav__sns-icon {
  width: 40px;
  height: 40px;
}
.sp-nav__sns-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ナビボタンを押すとspナビを表示 */
.sp-nav.active {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(0%);
  transition: ease 1s;
  opacity: 1;
}

/* spナビリストを上下中央寄せ */
.sp-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* ナビのリンク */
.sp-nav__item a {
  color: #fff;
  /*リンクの文字色*/
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 23px;
  padding: 10px 22px;
}

.sp-nav__item--border a {
  margin-bottom: 0;
  border-radius: 50px;
  border: 1px solid #fff;
}

.contents {
  padding: 80px 0 0 0;
}
@media (max-width: 576px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

.container-sm {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-sm {
    width: 90%;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container-sm {
    width: 100%;
    padding: 0 16px;
  }
}

.container-md {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-md {
    width: 90%;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container-md {
    width: 100%;
    padding: 0 16px;
  }
}

.container {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: 90%;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

.container-lg {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-lg {
    width: 90%;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container-lg {
    width: 100%;
    padding: 0 16px;
  }
}

.container-half {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .container-half {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container-half {
    padding: 0 16px;
  }
}

.container-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .container-form {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .container-form {
    padding: 0 16px;
  }
}

.background-image {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.background-image__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -999;
}
.background-image__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url(../img/mainV-img.webp) center center/cover no-repeat;
  background-attachment: scroll;
  transform: translateZ(0);
  /* iOSのバグ対策 */
  z-index: -2;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.1s ease-out;
  z-index: -5;
}

.section-after {
  background: #fff;
}

.bubble-background {
  display: none;
  position: fixed;
  /* 画面全体に固定 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  /* 他の要素の邪魔にならないように */
}

.bubble-background.active {
  display: block;
}

/* 泡のスタイル */
.bubble {
  position: absolute;
  bottom: -50px;
  /* 常に画面の下から出現 */
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  animation: bubble 8s linear infinite;
}

/* 泡の一番明るい部分を疑似要素で表現 */
.bubble::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
}

/* 泡が上に浮かび上がっていくアニメーション */
@keyframes bubble {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-50vh) translateX(50px);
    /* 50% でより大きく揺れる */
    opacity: 0.8;
  }
  100% {
    transform: translateY(-100vh) translateX(-50px);
    /* 100% で逆方向に揺れる */
    opacity: 0;
  }
}
/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  width: 40px;
  /*ハンバーガーメニューの線の幅*/
  height: 32px;
  position: fixed;
  top: 24px;
  /*(ヘッダーの高さ)ー(メニューボタンの高さ)/2*/
  right: 20px;
  background: transparent;
  z-index: 999;
}

/* 画面幅が以下のサイズを超えたら非表示 */
@media screen and (min-width: 1080px) {
  .hamburger-menu {
    display: none;
  }
}
/* ハンバーガーメニューのボタンサイズ */
.hamburger-menu__icon {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ハンバーガーメニューの線 */
.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  /*メニューバーの色*/
  transition: ease 0.4s;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-menu span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

/* ハンバーガーメニューボタンをクリックしたときの動き */
.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(50%);
  transform: rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  top: 50%;
  transform: translateY(50%);
  transform: rotate(-45deg);
}

/* spナビメニュー */
/* spナビをデフォルトで非表示 */
.sp-nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  background-color: #fff;
  /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  transition: ease 0.4s;
  opacity: 0;
  z-index: 50;
}

/* ナビボタンを押すとspナビを表示 */
.sp-nav.active {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(0%);
  background-color: #fff;
  /*spナビの背景色*/
  transition: ease 0.4s;
  opacity: 1;
}

/* spナビリストを上下中央寄せ */
.sp-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* ナビのリンク */
.sp-nav__item a {
  color: black;
  /*リンクの文字色*/
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: black;
}

.sp-nav__item:last-child a {
  margin-bottom: 0;
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333333;
  z-index: 999;
}

.opening__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.m-cta {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/0.35;
  padding: 40px 0;
  color: #fff;
  background: linear-gradient(rgba(0, 17, 26, 0.25), rgba(0, 17, 26, 0.25)), url(../img/cta-bg.webp) center center/cover no-repeat;
}

.m-cta__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .m-cta__contents {
    flex-direction: column;
    text-align: center;
  }
}
.m-cta__address {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 1080px) {
  .m-cta__address {
    margin-top: 20px;
  }
}
.m-cta__tel {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 576px) {
  .m-cta__tel {
    font-size: 24px;
  }
}
.m-cta__tel span {
  font-size: 14px;
  font-weight: 300;
}
.m-cta__tel--icon {
  max-width: 26px;
  aspect-ratio: 1/1.3;
  height: auto;
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .m-cta__tel--icon {
    width: 18px;
    margin-right: 4px;
  }
}
.m-cta__tel--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-cta__btn {
  min-width: 100%;
  width: 300px;
  position: relative;
  font-weight: 400;
}
.m-cta__btn a {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 30px 0;
}
.m-cta__btn-arrow {
  top: 50%;
  right: 28px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
}
.m-cta__btn-arrow::after {
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -1px;
  bottom: 2px;
  transform: rotate(30deg);
}

.header__nav-item {
  transition: 0.2s;
}
.header__nav-item:hover {
  opacity: 0.7;
}

.header__nav-item--contact {
  transition: 0.2s;
}
.header__nav-item--contact:hover {
  background: #fff;
  color: #333333;
  opacity: 1;
}

.header.in-white .header__nav-item--contact:hover {
  border: 1px solid #fff;
  background: #333333;
  color: #fff;
}

.m-cta__btn a {
  transition: 0.2s;
}
.m-cta__btn a:hover {
  border: 1px solid #03222F;
  background: #03222F;
  color: #fff;
}

.footer__btm-contents a {
  transition: 0.2s;
}
.footer__btm-contents a:hover {
  opacity: 0.7;
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-lg-br {
  display: none;
}
@media (max-width: 1080px) {
  .u-lg-br {
    display: block;
  }
}

.u-md-br {
  display: none;
}
@media (max-width: 768px) {
  .u-md-br {
    display: block;
  }
}

.u-sp-br {
  display: none;
}
@media (max-width: 576px) {
  .u-sp-br {
    display: block;
  }
}

.u-1400br {
  display: none;
}
@media (max-width: 1480px) and (min-width: 1081px) {
  .u-1400br {
    display: block;
  }
}

/********** pages **********/
/* top-page*/
.top-topics {
  padding-top: 230px;
  background: transparent;
}
.top-topics__contents {
  display: flex;
}
@media (max-width: 1080px) {
  .top-topics__contents {
    flex-direction: column;
  }
}
.top-topics__head-wrap {
  flex-shrink: 0;
  margin-right: 5vw;
}
@media (max-width: 1080px) {
  .top-topics__head-wrap {
    display: flex;
    gap: 20px;
    align-items: flex-end;
  }
}
.top-topics__disc {
  margin-top: 34px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  .top-topics__disc {
    margin-top: 15px;
  }
}
.top-topics__instagram-wrap {
  margin-top: 34px;
  flex-shrink: 0;
}
.top-topics__instagram-wrap a {
  display: flex;
  align-items: center;
}
.top-topics__instagram-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  line-height: 1;
}
.top-topics__instagram-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-topics__instagram-contents {
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 16px;
}
@media (max-width: 1080px) {
  .top-topics__instagram-contents {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .top-topics__instagram-contents {
    margin-top: 32px;
    flex-wrap: wrap;
  }
}
.top-topics__instagram-content {
  aspect-ratio: 1/1;
  width: calc(25% - 12px);
}
@media (max-width: 576px) {
  .top-topics__instagram-content {
    width: calc(50% - 8px);
  }
}
.top-topics__instagram-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-topics__instagram-text {
  font-weight: 300;
  letter-spacing: 0;
}

.m-section {
  margin-top: 175px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .m-section {
    margin-top: 72px;
  }
}
.m-section__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .m-section__contents {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .m-section__contents {
    margin-top: 28px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.m-section__disc-wrap {
  width: 400px;
  min-width: 25vw;
  transform: translateY(-25%);
}
@media (max-width: 1080px) {
  .m-section__disc-wrap {
    width: 50%;
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .m-section__disc-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.m-section__num {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-family: "Roboto", sans-serif;
}
.m-section__num::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
}
.m-section__head {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  .m-section__head {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .m-section__head {
    font-size: 24px;
  }
}
.m-section__text {
  margin-top: 38px;
  font-weight: 300;
}
@media (max-width: 576px) {
  .m-section__text {
    font-size: 14px;
  }
}
.m-section__img {
  width: 60vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: auto;
  aspect-ratio: 1/0.55;
  z-index: -999;
}
@media (max-width: 1200px) {
  .m-section__img {
    position: relative;
    width: 50vw;
    aspect-ratio: 1/0.7;
  }
}
@media (max-width: 1080px) {
  .m-section__img {
    position: relative;
    width: 45vw;
    aspect-ratio: 1/0.7;
  }
}
@media (max-width: 768px) {
  .m-section__img {
    position: relative;
    width: 45vw;
  }
}
@media (max-width: 576px) {
  .m-section__img {
    aspect-ratio: 16/9;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.m-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-section__info-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 68px 28px;
  transform: translateY(-10%);
}
@media (max-width: 1080px) {
  .m-section__info-contents {
    transform: translateY(0);
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .m-section__info-contents {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
}
.m-section__info-content {
  width: calc(25% - 28px);
}
@media (max-width: 1080px) {
  .m-section__info-content {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 576px) {
  .m-section__info-content {
    width: 100%;
    margin-top: 68px;
  }
}
.m-section__info-content-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.65;
}
.m-section__info-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-section__info-head {
  font-size: 20px;
  margin-top: 24px;
}
@media (max-width: 1080px) {
  .m-section__info-head {
    font-size: 18px;
    margin-top: 18px;
  }
}
.m-section__info-disc {
  margin-top: 20px;
  font-weight: 300;
}

.m-section-second {
  padding-bottom: 43vh;
}
@media (max-width: 1080px) {
  .m-section-second {
    padding-bottom: 25vh;
  }
}
.m-section-second .m-section__contents {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .m-section-second .m-section__contents {
    flex-direction: column-reverse;
  }
}
.m-section-second .m-section__img {
  right: inherit;
  left: 0;
  top: 0;
}

.top-main__bottom-bg {
  position: absolute;
  z-index: -999;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1/0.5;
}
.top-main__bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.top-history {
  color: #333333;
  padding-top: 108px;
}
@media (max-width: 576px) {
  .top-history {
    padding-top: 60px;
  }
}
.top-history__head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 88px;
}
@media (max-width: 1080px) {
  .top-history__head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.top-history__head-disc {
  max-width: 626px;
  font-weight: 300;
}
@media (max-width: 576px) {
  .top-history__head-disc {
    font-size: 14px;
  }
}
.top-history__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  width: 100vw;
  /* ビューポート幅に合わせる */
  margin-left: calc(50% - 50vw);
}
.top-history__contents {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  width: fit-content;
  display: flex;
  animation: marquee 20s linear infinite;
}
.top-history__content {
  flex-shrink: 0;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/0.8;
}
@media (max-width: 1080px) {
  .top-history__content {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .top-history__content {
    max-width: 200px;
  }
}
.top-history__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.history-info__contents {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1080px) {
  .history-info__contents {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .history-info__contents {
    grid-template-columns: 1fr;
  }
}
.history-info__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #333333;
}
.history-info__content-head {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .history-info__content-head {
    font-size: 18px;
  }
}
.history-info__content-disc {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
}

.top-company {
  padding-top: 128px;
  color: #333333;
}
@media (max-width: 576px) {
  .top-company {
    padding-top: 60px;
  }
}
.top-company__container {
  background: #fff;
  transform: translateY(50px);
}
@media (max-width: 1080px) {
  .top-company__container {
    transform: translateX(0);
  }
}
.top-company__table {
  margin-top: 72px;
}
.top-company dl {
  display: grid;
  grid-template-columns: 200px auto;
  margin: auto;
}
@media (max-width: 576px) {
  .top-company dl {
    grid-template-columns: 35% auto;
  }
}
.top-company dt {
  padding: 36px 0;
  font-weight: bold;
  border-top: 1px solid #ccc;
  font-weight: 300;
}
@media (max-width: 576px) {
  .top-company dt {
    font-size: 14px;
  }
}
.top-company dd {
  padding: 36px 0;
  margin: 0;
  border-top: 1px solid #ccc;
  font-weight: 300;
}
@media (max-width: 576px) {
  .top-company dd {
    font-size: 14px;
  }
}
.top-company__address-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-company__address {
  display: flex;
  gap: 46px;
}
@media (max-width: 576px) {
  .top-company__address {
    flex-direction: column;
    gap: 4px;
  }
  .top-company__address:not(:first-child) {
    margin-top: 14px;
  }
}

.scroll-history {
  width: 100%;
  overflow: hidden;
}

.scroll-container {
  display: flex;
  overflow: hidden;
  width: fit-content;
  white-space: nowrap;
}

.scroll-content {
  display: flex;
  animation: scroll 20s linear infinite;
}

.item {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin: 0 10px;
}
.item--01 {
  width: 24vw;
}
.item--02 {
  width: 21vw;
}
.item--03 {
  width: 26vw;
}
.item--04 {
  width: 15vw;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.policy {
  padding-top: 240px;
  padding-bottom: 200px;
  color: #333333;
}
@media (max-width: 576px) {
  .policy {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.policy__first-text {
  font-weight: 300;
}
@media (max-width: 576px) {
  .policy__first-text {
    font-size: 15px;
  }
}
.policy__content {
  margin-top: 60px;
}
.policy__content-head {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .policy__content-head {
    font-size: 22px;
  }
}
.policy__content-list {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .policy__content-list {
    margin-top: 20px;
  }
}
.policy__content-text {
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 576px) {
  .policy__content-text {
    font-size: 14px;
  }
}
.policy__content-text--br {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .policy__content-text--br {
    margin-bottom: 20px;
  }
}

.container-half {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .container-half {
    margin-top: 64px;
  }
}

.policy__first-text {
  line-height: 1.75;
}

.policy__head-ttl {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .policy__head-ttl {
    font-size: 24px;
  }
}

.policy__content-text a {
  color: #333333;
  text-decoration: underline;
}

.form {
  padding-top: 240px;
  padding-bottom: 200px;
  color: #333333;
}
@media (max-width: 576px) {
  .form {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}

.container-form {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .container-form {
    margin-top: 64px;
  }
}

.form__container-text {
  text-align: center;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .form__container-text {
    font-size: 13px;
  }
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
}
.form-unit__head {
  display: inline-block;
  margin-bottom: 0.5em;
}
.form-unit__input {
  width: 100%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .form-unit__input {
    height: 54px;
  }
}
.form-unit__textarea {
  width: 100%;
  padding: 8px;
  height: 210px;
  border: 1px solid #ccc;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 16px;
}
.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}
.form-unit br {
  display: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  transition: 0.3s;
}

.wpcf7-radio {
  -webkit-appearance: button !important;
  appearance: button !important;
  display: flex;
}
.wpcf7-radio input:hover label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
}

/* ラジオボタンの表示設定 */
input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-3px);
}

/* チェックマークの表示 */
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transform: translate(-50%, -50%);
}

/* ラジオボタンの表示設定 */
.form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #333333;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-3px);
}

/* チェックマークの表示 */
.form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 5px;
  height: 10px;
  border-radius: 0%;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-unit__policy-link {
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 576px) {
  .form-unit__policy-link {
    font-size: 15px;
  }
}

.form-consent {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 576px) {
  .form-consent {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.m-required {
  display: flex;
  align-items: center;
}

.m-required:after {
  content: "必須";
  color: #f00;
  font-size: 8px;
  border: 1px solid #f00;
  border-radius: 4px;
  padding: 0 4px;
  margin-left: 5px;
  transform: translateY(1px);
}

.wpcf7-submit:hover {
  background-color: #333333;
  color: #fff;
}/*# sourceMappingURL=main.css.map */