@charset "UTF-8";
/* 設定 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  padding: 0;
  margin: 0;
}

a {
  color: #0099ff;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #7a68ee;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #231815;
  }
}
/* top logo anim */
#logo_anim_contaier {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
#logo_anim_contaier .first_line {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#logo_anim_contaier .logo_anim_inner {
  display: none;
  width: 100%;
  height: clamp(3.125rem, 1.62rem + 6.17vw, 6.25rem);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #000;
  position: relative;
}
#logo_anim_contaier .logo_anim_inner h1.en_logo {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3.125rem, 1.62rem + 6.17vw, 6.25rem);
  text-align: center;
  display: none;
  color: #fff;
  position: relative;
  top: calc(clamp(0.75rem, 0.419rem + 1.36vw, 1.438rem) * -1);
}
#logo_anim_contaier .logo_anim_inner h1.en_logo .char {
  display: inline-block;
  opacity: 0;
}
#logo_anim_contaier .logo_anim_inner .jp_logo {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -1.4em;
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0.5em 2.5em;
  line-height: 1.4;
}
.page-header h1 {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header .header_logo_en {
  font-size: clamp(1.25rem, 0.7891221374rem + 1.7811704835vw, 2.125rem);
  font-weight: bold;
}
.page-header .header_logo_jp {
  font-size: clamp(0.6875rem, 0.5558206107rem + 0.5089058524vw, 0.9375rem);
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 768px) {
  .page-header {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5em 1em;
  }
}

.page-footer {
  display: block;
  padding-bottom: 12px;
}

.footer_copy {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

@-webkit-keyframes animate-color-pos {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes animate-color-pos {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: 0 0;
  }
}
#top_contents {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 1em 1em 3em;
}
#top_contents .center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#top_mainvisual01 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
  height: calc(100vh - 8rem);
}
#top_mainvisual01 .top_mainvisual_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-image: url("../images/top_mainvisual01.png");
  background-position: 50% 0;
  background-size: contain;
}
#top_mainvisual01 .top_mainvisual_inner h2 {
  font-size: clamp(2.25rem, 0.4723282443rem + 6.8702290076vw, 5.625rem);
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  color: #fff;
  background-size: 200% 100%;
  background-position: 200% 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff1eb), color-stop(50%, #ace0f9), to(#fff1eb));
  background-image: linear-gradient(to right, #fff1eb 0%, #ace0f9 50%, #fff1eb 100%);
  -webkit-animation: animate-color-pos 4s linear 0s infinite;
          animation: animate-color-pos 4s linear 0s infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #top_mainvisual01 .top_mainvisual_inner {
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_mainvisual01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}