@charset "UTF-8";
/* Regular */
@font-face {
  font-family: "BwBeto";
  src: url("../fonts/BwBetoGrande-Regular.woff2") format("woff2"), url("../fonts/BwBetoGrande-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "geomanist";
  src: url("../fonts/Geomanist-Regular.woff2") format("woff2"), url("../fonts/BwBetoGrande-Regular.woff") format("woff");
  font-display: swap;
}
/* Hannari */
@font-face {
  font-family: "Hannari";
  src: url("../fonts/HannariMincho-Regular.woff2") format("woff2"), url("../fonts/HannariMincho-Regular.woff") format("woff");
  font-display: swap;
}
/* againts */
@font-face {
  font-family: "againts";
  src: url("../fonts/againts.woff2") format("woff2"), url("../fonts/againts.woff") format("woff");
  font-display: swap;
}
.clr {
  background: #6ed8d3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

* {
  margin: 0;
  padding: 0;
}

/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  background-color: hsl(0, 0%, 92%);
  background-image: radial-gradient(at 75% 19%, hsl(0, 2%, 78%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(180, 0%, 92%) 0px, transparent 50%), radial-gradient(at 19% 43%, hsl(352, 0%, 74%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(0, 0%, 59%) 0px, transparent 50%), radial-gradient(at 88% 92%, hsl(240, 9%, 88%) 0px, transparent 50%);
  background-color: hsl(0, 0%, 44%);
  background-image: radial-gradient(at 75% 19%, hsl(0, 1%, 42%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(0, 0%, 28%) 0px, transparent 50%), radial-gradient(at 19% 43%, hsl(0, 0%, 57%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(0, 1%, 39%) 0px, transparent 50%), radial-gradient(at 88% 92%, hsl(0, 0%, 34%) 0px, transparent 50%);
  overflow-x: hidden;
  color: white;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.75;
  }
}
@media screen and (min-width: 769px) {
  body {
    line-height: 1.75;
  }
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img,
picture {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

li,
ol {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

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

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

@media screen and (max-width: 768px) {
  .bk {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .bk {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .non-bk {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  .non-bk {
    display: inline;
  }
}

.stroke__wrapper {
  position: relative;
  /* overflow: hidden;  スクロールバーを非表示に */
}

.stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* 初期状態では非表示にする */
}
@media screen and (max-width: 768px) {
  .stroke {
    padding: 3em;
  }
}
@media screen and (min-width: 769px) {
  .stroke {
    padding: 6em 3em;
  }
}

.stroke__image {
  position: absolute;
  display: block;
  top: 5em;
}

.stroke__wrapper.has-image .stroke {
  display: block; /* 画像がある場合に表示する */
}

@media screen and (min-width: 1400px) {
  html,
  body {
    font-size: 11px;
  }
}
@media screen and (max-width: 1400px) {
  html,
  body {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  html,
  body {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 11px;
  }
}
@media screen and (max-width: 419px) {
  html,
  body {
    font-size: 10px;
  }
}
@media screen and (max-width: 374px) {
  html,
  body {
    font-size: 9px;
  }
}

body {
  font-family: "Hannari", sans-serif;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 20em;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 7.3em;
  }
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 18em;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6.8em;
  }
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2em;
  }
}

@media screen and (min-width: 769px) {
  h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 769px) {
  h5 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 769px) {
  p,
  a {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  p,
  a {
    font-size: 1.6em;
  }
}

.heading__wrap {
  line-height: 1;
}
.heading__wrap .heading__outline {
  overflow: hidden;
  font-family: "BwBeto";
  font-weight: 400;
}
.heading__wrap .clr {
  color: #6ed8d3;
  background: #6ed8d3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg__expand {
  animation-name: bgExpand;
  animation-duration: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgExpand {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bg__appear {
  animation-name: bgAppear;
  animation-duration: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bg__expand::before {
  animation-name: bgExpandLine;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6ed8d3;
}

@keyframes bgExpandLine {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.trg__bg,
.trg__apr,
.trg_scale {
  opacity: 0;
}

.trg__bg {
  display: inline-block;
}
.trg__bg.widthFit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.smoothText {
  overflow: hidden;
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTrigger {
  transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate3d(0, 98%, 0) skewY(15deg);
  transform-origin: left;
  display: block;
}

.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

.smoothText {
  overflow: hidden;
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.smoothTextTriggerR {
  transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  transform: translate3d(0, 100%, 0) skewY(3deg);
  transform-origin: left;
  display: block;
}

.smoothTextTriggerR.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

.scaleIn {
  display: inline-block;
  opacity: 0;
  animation: scaleIn 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  animation-delay: 0.5s;
}

@keyframes scaleIn {
  from {
    transform: scale(2.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.eachTextAnime span {
  opacity: 0;
  transform: scale(2.1);
}

.eachTextAnime.appeartext span {
  animation: scaleIn 1.8s ease forwards;
}

@keyframes scaleIn {
  from {
    transform: scale(2.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  filter: blur(46px);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: blur(46px) saturate(1.1);
}

.background__top {
  background-color: #c8c8c8;
}

.background__bottom {
  background-color: #616464;
}

#sound, #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #c8c8c8;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  #sound .sound__logo, #loading .loading__logo {
    width: 80%;
    max-width: 250px;
  }
}
@media screen and (min-width: 769px) {
  #sound .sound__logo, #loading .loading__logo {
    width: 100%;
    max-width: 400px;
  }
}

#loading {
  z-index: 2001;
}
@media screen and (min-width: 769px) {
  #loading .loading__text {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  #loading .loading__text {
    font-size: 2.2em;
  }
}
#loading.loaded {
  display: none;
}

#sound .sound__logo {
  position: absolute;
  top: 20%;
}
#sound .sound__switch-wrapper {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #sound .sound__switch-wrapper {
    margin-top: 19em;
  }
}
#sound .sound__switch-wrapper .sound__switch-text {
  display: block;
}
@media screen and (min-width: 769px) {
  #sound .sound__switch-wrapper .sound__switch-text {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #sound .sound__switch-wrapper .sound__switch-text {
    font-size: 2em;
  }
}
#sound .sound__switch-wrapper .sound__switch {
  width: 100px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  background: #5f7787;
  border-radius: 50px;
  box-shadow: 0px 0px 16px -8px #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#sound .sound__switch-wrapper .sound__switch::before, #sound .sound__switch-wrapper .sound__switch::after {
  content: "pause";
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 42%;
  transition: 200ms;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: transparent;
  -webkit-text-stroke-color: #272727;
  -webkit-text-stroke-width: 1px;
  transition: 700ms;
}
@media screen and (min-width: 769px) {
  #sound .sound__switch-wrapper .sound__switch::before, #sound .sound__switch-wrapper .sound__switch::after {
    font-size: 28em;
  }
}
@media screen and (max-width: 768px) {
  #sound .sound__switch-wrapper .sound__switch::before, #sound .sound__switch-wrapper .sound__switch::after {
    font-size: 12em;
  }
}
@media screen and (min-width: 769px) {
  #sound .sound__switch-wrapper .sound__switch::before, #sound .sound__switch-wrapper .sound__switch::after {
    top: 47%;
  }
}
#sound .sound__switch-wrapper .sound__switch::before {
  left: 100%;
  transform: translate(0, -50%);
}
#sound .sound__switch-wrapper .sound__switch::after {
  content: "play";
  transform: translate(0, -50%);
  transition: 700ms;
  left: -100%;
  transform: translate(0, -50%);
}
#sound .sound__switch-wrapper .sound__switch .sound__switch-inside {
  position: relative;
  display: block;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 40px;
  height: 40px;
  background: #5e5e5e;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  left: -25px;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle:checked {
  background: #6ed8d3;
  left: calc(100% - 65px);
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle::before, #sound .sound__switch-wrapper .sound__switch .sound__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  margin-left: 10px;
  border-left-color: #fefefe;
  z-index: 3;
  transition: 200ms;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle::after {
  border: none;
  margin-left: -5px;
  height: 18px;
  width: 3px;
  background-color: #fefefe;
  transition-delay: 150ms;
}
#sound .sound__switch-wrapper .sound__switch:has(.sound__toggle:checked)::before {
  left: 100%;
  transform: translate(0, -50%);
}
#sound .sound__switch-wrapper .sound__switch:has(.sound__toggle:checked)::after {
  left: 50%;
  transform: translate(-50%, -50%);
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle::after {
  border: none;
  margin-left: -5px;
  height: 18px;
  width: 3px;
  background-color: #fefefe;
  transition-delay: 150ms;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle::before {
  transition-delay: 50ms;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle:checked::before {
  opacity: 0;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle:checked::after {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  border-radius: 5px;
}
#sound .sound__switch-wrapper .sound__switch .sound__text {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
#sound .sound__switch-wrapper .sound__switch .sound__text::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 45px;
  top: -2px;
  left: -2px;
  transition: 0.4s;
}
#sound .sound__switch-wrapper .sound__switch .sound__text::after {
  content: "off";
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 14px;
  font-weight: 600;
}
#sound .sound__switch-wrapper .sound__switch .sound__toggle:checked + .sound__text:after {
  content: "on";
  position: absolute;
  right: initial;
  left: 12px;
}
#sound .enter {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  --border-right: 6px;
  --text-stroke-color: rgba(255, 255, 255, 0.1);
  --animation-color: #6ed8d3;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #sound .enter {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  #sound .enter {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #sound .enter {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  #sound .enter {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  #sound .enter {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  #sound .enter {
    font-size: 2.2em;
  }
}
#sound .enter .actual__text {
  color: #272727;
}
#sound .enter .hover__text {
  position: absolute;
  box-sizing: border-box;
  content: attr(data-text);
  color: var(--animation-color);
  width: 0%;
  inset: 0;
  border-right: var(--border-right) solid var(--animation-color);
  overflow: hidden;
  transition: 0.5s;
  -webkit-text-stroke: 1px var(--animation-color);
}
#sound .enter:hover .hover__text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 1em 0 6em;
  }
}
@media screen and (min-width: 769px) {
  .header {
    padding: 2em 0 8em;
  }
}
.header .header__container {
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  justify-content: space-between;
}
.header .header__container .header__content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header .header__container .header__content {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .header .header__container .header__content {
    align-items: end;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  .header .header__container .header__content .header__logo {
    width: 60%;
    max-width: 280px;
  }
}
@media screen and (min-width: 769px) {
  .header .header__container .header__content .header__logo {
    width: 60%;
    max-width: 280px;
  }
}
.header .header__container .header__content .header__name {
  font-weight: 700;
  font-family: "geomanist";
}
@media screen and (min-width: 769px) {
  .header .header__container .header__content .header__name {
    font-size: 4.2em;
  }
}
@media screen and (max-width: 768px) {
  .header .header__container .header__content .header__name {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .header .header__container .header__content .header__name {
    line-height: 0.5;
  }
}
.header .header__container .sound__switch-wrapper {
  text-transform: uppercase;
  text-align: center;
}
.header .header__container .sound__switch-wrapper .sound__switch-text {
  display: block;
}
@media screen and (min-width: 769px) {
  .header .header__container .sound__switch-wrapper .sound__switch-text {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .header .header__container .sound__switch-wrapper .sound__switch-text {
    font-size: 1.2em;
  }
}
.header .header__container .sound__switch-wrapper .sound__switch {
  width: 70px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  background: #5f7787;
  border-radius: 50px;
  box-shadow: 0px 0px 16px -8px #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__switch-inside {
  position: relative;
  display: block;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  background: #5e5e5e;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  left: -19px;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header:checked {
  background: #6ed8d3;
  left: calc(100% - 42px);
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header::before, .header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  margin-left: 7px;
  border-left-color: #fefefe;
  z-index: 3;
  transition: 200ms;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header::after {
  border: none;
  margin-left: -5px;
  height: 13px;
  width: 3px;
  background-color: #fefefe;
  transition-delay: 150ms;
}
.header .header__container .sound__switch-wrapper .sound__switch:has(.sound__toggle__header:checked)::before {
  left: 100%;
  transform: translate(0, -50%);
}
.header .header__container .sound__switch-wrapper .sound__switch:has(.sound__toggle__header:checked)::after {
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header::after {
  border: none;
  margin-left: -5px;
  height: 13px;
  width: 3px;
  background-color: #fefefe;
  transition-delay: 150ms;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header::before {
  transition-delay: 50ms;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header:checked::before {
  opacity: 0;
}
.header .header__container .sound__switch-wrapper .sound__switch .sound__toggle__header:checked::after {
  width: 16px;
  height: 16px;
  margin-left: 0px;
  border-radius: 5px;
}
.header .header__container .sound__switch-wrapper .sound__text {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 1.5s cubic-bezier(1, 0, 0, 1);
}
.header .header__container .sound__switch-wrapper .sound__text::after {
  content: "off";
  position: absolute;
  right: 3px;
  top: 1px;
  font-size: 12px;
}
.header .header__container .sound__switch-wrapper .sound__toggle__header:checked + .sound__text:after {
  content: "on";
  position: absolute;
  right: initial;
  left: 5px;
}

.fv {
  position: relative;
}
.fv .block {
  position: relative;
}
.fv .block .heading__wrap .heading__outline {
  text-align: initial;
  line-height: 0.9;
}
.fv .block .heading__wrap .heading__outline .heading__outline-f {
  padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .fv .block .heading__wrap .heading__outline .heading__outline-text .smoothTextTrigger:last-child {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .fv .block .heading__wrap .heading__outline .heading__outline-text .smoothTextTrigger:last-child {
    margin-top: 0.2em;
  }
}
.fv .block .fv__image {
  position: absolute;
  width: 85%;
  left: 45%;
  top: 15%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv .block .fv__image {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .fv .block .fv__image {
    max-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .fv .block.block__below {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .fv .block.block__below {
    margin-top: 10em;
  }
}
.fv .block.block__below .title .heading__outline {
  text-align: end;
}
.fv .block.block__below .title .heading__outline .flat {
  font-family: "geomanist";
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .fv .block.block__below .title .heading__outline .flat {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .fv .block.block__below .title .heading__outline .flat {
    font-size: 1.4em;
  }
}
.fv .block.block__below .writing {
  font-family: "againts";
  letter-spacing: 0.25em;
  line-height: 1;
  font-weight: 100;
  text-align: end;
}
@media screen and (min-width: 769px) {
  .fv .block.block__below .writing {
    font-size: 30em;
  }
}
@media screen and (max-width: 768px) {
  .fv .block.block__below .writing {
    font-size: 12em;
  }
}
.fv .block.block__below p {
  text-align: center;
  margin: 20px 0;
  font-size: 1.5rem;
}
.fv .fv__image_2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .fv .fv__image_2 {
    width: 75%;
    max-width: 550px;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv__image_2 {
    width: 60%;
    max-width: 550px;
  }
}

.vision {
  position: relative;
}
@media screen and (max-width: 768px) {
  .vision {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .vision {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media screen and (max-width: 768px) {
  .vision {
    padding-top: 20em;
    padding-bottom: 25em;
  }
}
@media screen and (min-width: 769px) {
  .vision {
    padding-bottom: 40em;
  }
}
.vision__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .vision__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .vision__container {
    width: 90%;
    max-width: 1560px;
  }
}
.vision__container .heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vision__container .vision__text {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .vision__container .vision__text {
    margin-top: 8em;
  }
}
.vision__container .vision__text .paragraph-bold {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .vision__container .vision__text .paragraph-snd {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .vision__container .vision__text .paragraph-snd {
    margin-top: 1em;
  }
}
.vision .vision__image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .vision .vision__image {
    bottom: 0em;
    max-width: 650px;
  }
}
@media screen and (min-width: 769px) {
  .vision .vision__image {
    max-width: 850px;
    bottom: 0em;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .service {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
.service .service__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .service .service__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .service .service__container {
    width: 90%;
    max-width: 1560px;
  }
}
.service .service__container .service__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .service__container .service__content {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .service .service__container .service__content {
    margin-top: 8em;
  }
}
.service .service__container .service__content-text {
  border-bottom: 1px solid #72868D;
}
@media screen and (max-width: 768px) {
  .service .service__container .service__content-text {
    padding-bottom: 2em;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 769px) {
  .service .service__container .service__content-text {
    width: 60%;
    padding-bottom: 5em;
  }
}
.service .service__container .service__content-text .text-title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .service .service__container .service__content-text .text-title .num {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  .service .service__container .service__content-text .text-title .num {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 768px) {
  .service .service__container .service__content-text .text-paragraph {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .service .service__container .service__content-text .text-paragraph {
    margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  .service .service__container .service__content + .service__content {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .service .service__container .service__content + .service__content {
    margin-top: 4em;
  }
}

.about {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .about {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
.about .about__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about .about__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .about .about__container {
    width: 90%;
    max-width: 1560px;
  }
}
.about .about__container .about__text {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about .about__container .about__text {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .about .about__container .about__text {
    margin-top: 8em;
  }
}
@media screen and (max-width: 768px) {
  .about .about__container .about__text {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .about .about__container .about__text {
    width: 70%;
  }
}
.about .about__image {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about .about__image {
    width: 75%;
    max-width: 550px;
  }
}
@media screen and (min-width: 769px) {
  .about .about__image {
    width: 80%;
    max-width: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .about .about__image {
    left: 10%;
  }
}

.member {
  padding-bottom: 35em;
}
@media screen and (max-width: 768px) {
  .member {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .member {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media screen and (min-width: 769px) {
  .member {
    padding-bottom: 60em;
  }
}
.member .member__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .member .member__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .member .member__container {
    width: 90%;
    max-width: 1560px;
  }
}
@media screen and (max-width: 768px) {
  .member .member__textContainer {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .member .member__textContainer {
    margin-top: 8em;
  }
}
.member .swiper {
  padding-bottom: 5em;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .member .swiper {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .member .swiper {
    margin-top: 8em;
  }
}
.member .swiper .swiper-wrapper .member__item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  background-color: #c8c8c8;
  filter: drop-shadow(2px 11px 10px #5e5e5e);
}
@media screen and (max-width: 768px) {
  .member .swiper .swiper-wrapper .member__item-wrap {
    height: 60vh;
  }
}
@media screen and (min-width: 769px) {
  .member .swiper .swiper-wrapper .member__item-wrap {
    height: 70vh;
  }
}
.member .swiper .swiper-wrapper .member__item-wrap .member__content-item-title {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-item-title {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 768px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-item-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 769px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-item-title .num {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-item-title .num {
    font-size: 1.4em;
  }
}
.member .swiper .swiper-wrapper .member__item-wrap .member__content-item-title .text {
  margin-left: 0.5em;
}
.member .swiper .swiper-wrapper .member__item-wrap .member__content-text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-text {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-text {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .member .swiper .swiper-wrapper .member__item-wrap .member__content-text {
    width: 80%;
  }
}
.member .member__image-container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .member .member__image-container {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .member .member__image-container {
    margin-top: 8em;
  }
}
.member .member__image-container .member__image-right {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .member .member__image-container .member__image-right {
    max-width: 450px;
  }
}
.member .member__image-container .member__image-mid {
  position: absolute;
  width: 45%;
  left: 0;
  right: 0;
  top: 10em;
  margin: auto;
}
.member .member__image-container .member__image-left {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .member .member__image-container .member__image-left {
    max-width: 450px;
  }
}

.overview {
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .overview {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media screen and (max-width: 768px) {
  .overview {
    padding-top: 25em;
  }
}
.overview .overview__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .overview .overview__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container {
    width: 90%;
    max-width: 1560px;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container {
    display: flex;
    flex-wrap: wrap;
  }
}
.overview .overview__container .overview__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper {
    margin-top: 8em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper {
    padding: 3em 0;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper {
    width: 50%;
    padding: 6em 3em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__wrapper-inner {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.overview .overview__container .overview__wrapper .overview__subHeading {
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.overview .overview__container .overview__wrapper .overview__subHeading::after {
  content: "";
  width: 1.5em;
  height: 1.5px;
  background-color: #72868D;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__info {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__info {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__info .overview__info-item {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__info .overview__info-item {
    font-size: 1.6em;
  }
}
.overview .overview__container .overview__wrapper .overview__info .overview__info-item .dt,
.overview .overview__container .overview__wrapper .overview__info .overview__info-item .dd {
  display: block;
}
.overview .overview__container .overview__wrapper .overview__info .overview__info-item .dt {
  font-weight: 600;
}
.overview .overview__container .overview__wrapper .overview__info .overview__info-item .dd a {
  color: white;
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__info .overview__info-item .dd a {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__info .overview__info-item .dd a {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__info .overview__info-item + .overview__info-item {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__info .overview__info-item + .overview__info-item {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__works {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__works {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__works .overview__works-about {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__works .overview__works-about {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__works .overview__works-about {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__works .overview__works-about {
    margin-top: 1em;
  }
}
.overview .overview__container .overview__wrapper .overview__works .overview__works-about .dt,
.overview .overview__container .overview__wrapper .overview__works .overview__works-about .dd {
  display: block;
}
.overview .overview__container .overview__wrapper .overview__works .overview__works-about .dt {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .overview .overview__container .overview__wrapper .overview__works .overview__works-about + .overview__info-item {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__container .overview__wrapper .overview__works .overview__works-about + .overview__info-item {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__image {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__image {
    margin-top: 8em;
  }
}
@media screen and (min-width: 769px) {
  .overview .overview__image {
    position: absolute;
    width: 110%;
    right: -5%;
    max-width: 800px;
  }
}

.footer {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 2em;
}
.footer .footer__container {
  margin-left: 5%;
  margin-right: 5%;
}
.footer .footer__container .footer__link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media screen and (min-width: 769px) {
  .footer .footer__container .footer__link-list {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__container .footer__link-list {
    font-size: 0.8em;
  }
}
.footer .footer__container .footer__link-list .footer__link-link a {
  color: white;
}
.footer .copy-right {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .copy-right {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .footer .copy-right {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .terms {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .terms {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
.terms .terms__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .terms .terms__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .terms .terms__container {
    width: 90%;
    max-width: 1080px;
  }
}
.terms .terms__container .heading {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .terms .terms__container .heading {
    font-size: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .terms .terms__container .heading {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .terms .terms__container .terms__section {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .terms .terms__container .terms__section {
    margin-top: 6em;
  }
}
.terms .terms__container .terms__section .terms__subsection .terms__subsection-title {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .terms .terms__container .terms__section .terms__subsection .terms__content {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .terms .terms__container .terms__section .terms__subsection .terms__content {
    margin-top: 1em;
  }
}
.terms .terms__container .terms__section .terms__subsection + .terms__subsection {
  margin-top: 4em;
}

@media screen and (max-width: 768px) {
  .privacy-policy {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
.privacy-policy .privacy-policy__container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container {
    width: 90%;
    max-width: 1080px;
  }
}
.privacy-policy .privacy-policy__container .heading {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container .heading {
    font-size: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container .heading {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section {
    margin-top: 4em;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section {
    margin-top: 6em;
  }
}
.privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__subsection-title {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__content {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__content {
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__list .privacy-policy__list-item {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__list .privacy-policy__list-item {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__list .privacy-policy__list-item {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection .privacy-policy__list .privacy-policy__list-item {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection + .privacy-policy__subsection {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .privacy-policy .privacy-policy__container .privacy-policy__section .privacy-policy__subsection + .privacy-policy__subsection {
    margin-top: 4em;
  }
}/*# sourceMappingURL=style.css.map */