@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@-webkit-keyframes yoko-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes yoko-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  font-family: "Lato", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #232323;
  background-color: #f0f0f0;
  font-size: 18px;
}

a {
  color: #232323;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

h1 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 2em;
  font-weight: 900;
}

h3 {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: normal;
}

p {
  margin-bottom: 2em;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  min-height: 400px;
}

address {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    margin-bottom: 1em;
  }
  h2 {
    margin-bottom: 0.75em;
    font-size: 35px;
  }
  h3 {
    margin-bottom: 0.5em;
    font-size: 20px;
  }
  p {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 380px) {
  h2 {
    font-size: 32px;
  }
}
#section3 .swiper-button-prev,
#section3 .swiper-button-next {
  background: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #555;
  top: 30px;
  right: 60px;
  left: auto;
  border: #aaa solid 1px;
}
#section3 .swiper-button-prev {
  right: 150px;
}
#section3 .swiper-button-prev::after {
  font-size: 20px;
}
#section3 .swiper-button-next::after {
  font-size: 20px;
}
#section3 .swiper {
  width: 100vw;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
#section3 .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}
#section3 .swiper-slide {
  width: 100%;
}
#section3 .swiper-horizontal > .swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
}
#section3 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
#section3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #666;
}

@media screen and (max-width: 768px) {
  #section3 .swiper-button-prev,
#section3 .swiper-button-next {
    display: none;
  }
  #section3 .swiper {
    width: 100vw;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 380px) {
  #section3 .swiper-button-prev,
#section3 .swiper-button-next {
    display: none;
  }
  #section3 .swiper {
    width: 100vw;
    padding: 1rem 0;
  }
}
#section4 .swiper {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
#section4 .swiper-consult {
  max-width: 960px;
}
#section4 .swiper-consult .swiper-slide {
  width: 100%;
}
#section4 .swiper-pagination {
  bottom: 0;
}
#section4 .swiper-pagination .swiper-pagination-bullet {
  background-color: #666;
  width: 10px;
  height: 10px;
}
#section4 .swiper-button-next {
  color: #232323;
  right: 15px;
  cursor: pointer;
}
#section4 .swiper-button-prev {
  color: #232323;
  left: 15px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #section4 .swiper-consult {
    width: 100vw;
    padding: 2rem;
  }
  #section4 .swiper-consult .swiper-slide {
    width: 100%;
  }
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #section4 .swiper-consult {
    max-width: 600px;
    width: 100vw;
    padding: 0.75rem 40px 2rem;
  }
}
@media screen and (max-width: 380px) {
  #section4 .swiper-consult {
    padding: 1rem 30px 1.5rem;
  }
}
.modal .swiper {
  width: 100%;
  height: 100%;
}
.modal .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.modal .swiper-slide {
  background-size: cover;
  background-position: center;
}
.modal .mySwiper2 {
  height: 80%;
  width: 100%;
}
.modal .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.modal .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  background-color: #232323;
}
.modal .mySwiper .swiper-slide img {
  opacity: 0.4;
}
.modal .mySwiper .swiper-slide-thumb-active img {
  opacity: 1;
}
.modal .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_wrap {
  position: fixed;
  right: clamp(15px, 1.5%, 30px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.page_wrap li {
  margin-bottom: 1.5rem;
  position: relative;
}
.page_wrap a {
  transition: 0.25s;
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
}
.page_wrap li a:hover::before {
  opacity: 1 !important;
  visibility: visible !important;
}
.page_wrap a.active {
  background: #666;
  transform: scale(1.5);
}

header {
  position: fixed;
  height: 80px;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  z-index: 10;
}
header .header-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menubtn {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 20px;
  z-index: 9999;
  cursor: pointer;
}
.menubtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 2px;
  background: #232323;
  width: 40px;
}
.menubtn span:nth-of-type(1) {
  top: 0px;
}
.menubtn span:nth-of-type(2) {
  top: 10px;
}
.menubtn span:nth-of-type(3) {
  top: 20px;
  width: 30px;
}
.menubtn:hover span:nth-of-type(3) {
  width: 40px;
}
.menubtn.btn-active .menubtn-area {
  transform: rotateY(-360deg);
}
.menubtn.btn-active span {
  background: #f0f0f0;
}
.menubtn.btn-active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-150deg);
  width: 44.72135955px;
}
.menubtn.btn-active span:nth-of-type(2) {
  opacity: 0;
}
.menubtn.btn-active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(150deg);
  width: 44.72135955px;
}
.menubtn.btn-active + nav {
  transform: translateX(0);
}

nav {
  position: absolute;
  background-color: rgba(30, 30, 30, 0.95);
  width: 85vw;
  max-width: 400px;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transform: translateX(-101%);
  transition: all 0.3s;
  min-width: 300px;
  font-weight: normal;
}
nav ul {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
nav ul li {
  height: 59px;
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
}
nav ul li:first-child {
  border-top: 1px solid #8c8c8c;
}
nav ul a {
  text-indent: 0.5em;
  display: block;
  color: #f0f0f0;
  width: 100%;
  height: 100%;
  line-height: 59px;
}

.langbtn {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.langbtn span {
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #232323;
  transform: rotate(-65deg);
  cursor: default;
}
.langbtn a {
  color: #666;
  transition: 0.3s;
  position: relative;
}
.langbtn a::after {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  content: "";
  width: 120%;
  height: 1px;
  background-color: #232323;
  bottom: -6px;
  left: -10%;
  cursor: default;
}
.langbtn a.lang-active {
  cursor: default;
  color: #232323;
  pointer-events: none;
}
.langbtn a.lang-active::after {
  opacity: 1;
}

section {
  height: 100vh;
  position: relative;
}
section .container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section h2 span, section#section4 h3 span {
  display: block;
}
section h2 .en, section#section4 h3 .en {
  font-weight: 700;
}
section h2 .ja, section#section4 h3 .ja {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.5;
  text-indent: 0.2em;
}

@media screen and (max-width: 380px) {
  section h2 .ja {
    display: none;
  }
}
.fuchidori {
  position: absolute;
  width: 100%;
  top: 5%;
  /* font-size: 28px; */
  text-align: center;
  overflow: hidden;
  z-index: -1;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fuchidori p {
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 4px #FFF;
  text-stroke: 4px #FFF;
  font-size: 11.5em;
  z-index: 1;
  margin: 0;
  display: inline-block;
  letter-spacing: 0.05em;
  /* padding-left: 100%; */
  white-space: nowrap;
  text-transform: uppercase;
}
.fuchidori.action p {
  -webkit-animation: yoko-scroll 300s linear infinite;
          animation: yoko-scroll 300s linear infinite;
}

#section1 .contents {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#section1 h1 {
  font-size: clamp(55px, 11vw, 130px);
  margin-bottom: 0;
}
#section1 ul li {
  width: 145px;
  height: 55px;
  margin-bottom: 40px;
}
#section1 ul li:last-child {
  margin-bottom: 0;
}
#section1 ul li img {
  height: 100%;
}
#section1 .mainlogo {
  transform-style: preserve-3d;
  color: transparent;
}
#section1 .mainlogo > span {
  display: inline-block;
  opacity: 0;
}
#section1 .logo-box .view-all span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  white-space: nowrap;
}
#section1 .logo-box .view-all span::before {
  content: "";
  width: 100%;
  border-top: 1px solid #232323;
}
#section1.action-after .mainlogo span.span0 {
  -webkit-animation: kurukuru 0.35s linear 0s forwards;
          animation: kurukuru 0.35s linear 0s forwards;
}
#section1.action-after .mainlogo span.jump0 {
  -webkit-animation: jumping 8.5s linear 2.5s infinite;
          animation: jumping 8.5s linear 2.5s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span1 {
  -webkit-animation: kurukuru 0.35s linear 0.05s forwards;
          animation: kurukuru 0.35s linear 0.05s forwards;
}
#section1.action-after .mainlogo span.jump1 {
  -webkit-animation: jumping 8.5s linear 2.6s infinite;
          animation: jumping 8.5s linear 2.6s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span2 {
  -webkit-animation: kurukuru 0.35s linear 0.1s forwards;
          animation: kurukuru 0.35s linear 0.1s forwards;
}
#section1.action-after .mainlogo span.jump2 {
  -webkit-animation: jumping 8.5s linear 2.7s infinite;
          animation: jumping 8.5s linear 2.7s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span3 {
  -webkit-animation: kurukuru 0.35s linear 0.15s forwards;
          animation: kurukuru 0.35s linear 0.15s forwards;
}
#section1.action-after .mainlogo span.jump3 {
  -webkit-animation: jumping 8.5s linear 2.8s infinite;
          animation: jumping 8.5s linear 2.8s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span4 {
  -webkit-animation: kurukuru 0.35s linear 0.2s forwards;
          animation: kurukuru 0.35s linear 0.2s forwards;
}
#section1.action-after .mainlogo span.jump4 {
  -webkit-animation: jumping 8.5s linear 2.9s infinite;
          animation: jumping 8.5s linear 2.9s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span5 {
  -webkit-animation: kurukuru 0.35s linear 0.25s forwards;
          animation: kurukuru 0.35s linear 0.25s forwards;
}
#section1.action-after .mainlogo span.jump5 {
  -webkit-animation: jumping 8.5s linear 3s infinite;
          animation: jumping 8.5s linear 3s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span6 {
  -webkit-animation: kurukuru 0.35s linear 0.3s forwards;
          animation: kurukuru 0.35s linear 0.3s forwards;
}
#section1.action-after .mainlogo span.jump6 {
  -webkit-animation: jumping 8.5s linear 3.1s infinite;
          animation: jumping 8.5s linear 3.1s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span7 {
  -webkit-animation: kurukuru 0.35s linear 0.35s forwards;
          animation: kurukuru 0.35s linear 0.35s forwards;
}
#section1.action-after .mainlogo span.jump7 {
  -webkit-animation: jumping 8.5s linear 3.2s infinite;
          animation: jumping 8.5s linear 3.2s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span8 {
  -webkit-animation: kurukuru 0.35s linear 0.4s forwards;
          animation: kurukuru 0.35s linear 0.4s forwards;
}
#section1.action-after .mainlogo span.jump8 {
  -webkit-animation: jumping 8.5s linear 3.3s infinite;
          animation: jumping 8.5s linear 3.3s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span9 {
  -webkit-animation: kurukuru 0.35s linear 0.45s forwards;
          animation: kurukuru 0.35s linear 0.45s forwards;
}
#section1.action-after .mainlogo span.jump9 {
  -webkit-animation: jumping 8.5s linear 3.4s infinite;
          animation: jumping 8.5s linear 3.4s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span10 {
  -webkit-animation: kurukuru 0.35s linear 0.5s forwards;
          animation: kurukuru 0.35s linear 0.5s forwards;
}
#section1.action-after .mainlogo span.jump10 {
  -webkit-animation: jumping 8.5s linear 3.5s infinite;
          animation: jumping 8.5s linear 3.5s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span11 {
  -webkit-animation: kurukuru 0.35s linear 0.55s forwards;
          animation: kurukuru 0.35s linear 0.55s forwards;
}
#section1.action-after .mainlogo span.jump11 {
  -webkit-animation: jumping 8.5s linear 3.6s infinite;
          animation: jumping 8.5s linear 3.6s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span12 {
  -webkit-animation: kurukuru 0.35s linear 0.6s forwards;
          animation: kurukuru 0.35s linear 0.6s forwards;
}
#section1.action-after .mainlogo span.jump12 {
  -webkit-animation: jumping 8.5s linear 3.7s infinite;
          animation: jumping 8.5s linear 3.7s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span13 {
  -webkit-animation: kurukuru 0.35s linear 0.65s forwards;
          animation: kurukuru 0.35s linear 0.65s forwards;
}
#section1.action-after .mainlogo span.jump13 {
  -webkit-animation: jumping 8.5s linear 3.8s infinite;
          animation: jumping 8.5s linear 3.8s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span14 {
  -webkit-animation: kurukuru 0.35s linear 0.7s forwards;
          animation: kurukuru 0.35s linear 0.7s forwards;
}
#section1.action-after .mainlogo span.jump14 {
  -webkit-animation: jumping 8.5s linear 3.9s infinite;
          animation: jumping 8.5s linear 3.9s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span15 {
  -webkit-animation: kurukuru 0.35s linear 0.75s forwards;
          animation: kurukuru 0.35s linear 0.75s forwards;
}
#section1.action-after .mainlogo span.jump15 {
  -webkit-animation: jumping 8.5s linear 4s infinite;
          animation: jumping 8.5s linear 4s infinite;
  display: inline-block;
}
#section1.action-after .mainlogo span.span16 {
  -webkit-animation: kurukuru 0.35s linear 0.8s forwards;
          animation: kurukuru 0.35s linear 0.8s forwards;
}
#section1.action-after .mainlogo span.jump16 {
  -webkit-animation: jumping 8.5s linear 4.1s infinite;
          animation: jumping 8.5s linear 4.1s infinite;
  display: inline-block;
}
#section1.action-before .mainlogo {
  color: #232323 !important;
}
#section1.action-before .mainlogo span {
  opacity: 1;
}

@-webkit-keyframes kurukuru {
  0% {
    opacity: 0;
    color: green;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
    color: #232323;
  }
}

@keyframes kurukuru {
  0% {
    opacity: 0;
    color: green;
    transform: rotate3d(0, 1, 0, 360deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
    color: #232323;
  }
}
@-webkit-keyframes jumping {
  0% {
    transform: translateY(0);
  }
  1% {
    transform: translateY(-10%) rotateZ(-2deg);
  }
  2% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  1% {
    transform: translateY(-10%) rotateZ(-2deg);
  }
  2% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  #section1 .contents {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #section1 .contents {
    padding: 3.5rem 20px 0;
    display: block;
  }
  #section1 .contents .logo-box {
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #section1 .contents .logo-box li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  #section1 .contents .logo-box li img {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  #section1 .contents {
    padding: 2rem 20px 0;
    display: block;
  }
  #section1 .contents .logo-box {
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  #section1 .contents .logo-box li:last-child {
    display: none;
  }
}
#section2 .container {
  padding-right: 0;
}
#section2 .container .contents {
  color: #f0f0f0;
  background-color: #232323;
  padding: 4rem;
  width: 100%;
  margin-right: 0;
  margin-left: 10vw;
  transform: translate(100%);
  transition: 0.4s;
}
#section2 .container .contents h2,
#section2 .container .contents p {
  overflow: hidden;
}
#section2 .container .contents h2 > span,
#section2 .container .contents p > span {
  display: block;
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.4s;
}
#section2.action-after .container .contents {
  transform: translate(0);
}
#section2.action-after .container h2 > span,
#section2.action-after .container p > span {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0;
}

@media screen and (max-width: 768px) {
  #section2 .container {
    padding-right: 0;
  }
  #section2 .container .contents {
    padding: 40px;
    margin-left: 1rem;
  }
}
#section3 h2 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
}
#section3 a {
  background-color: #232323;
}
#section3 a img {
  transform-origin: bottom center;
  transition: 0.3s;
  width: 100%;
}
#section3 a:hover img {
  transform: scale(1.04);
  opacity: 0.88;
}
#section3 figure {
  overflow: hidden;
  color: #f0f0f0;
  text-align: center;
  box-shadow: 0 7px 10px #ccc;
}
#section3 figure figcaption {
  padding: 2rem 2rem 1rem;
}
#section3 figure h3 {
  font-size: 22px;
  text-align: center;
}
#section3 figure h3 .no {
  font-size: 18px;
  margin-right: 1em;
}
#section3 figure h4 {
  font-weight: normal;
  font-size: 12px;
  margin: 1rem 0 1.2rem;
  opacity: 0.6;
}
#section3 figure p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #section3 figure {
    overflow: hidden;
    color: #f0f0f0;
    text-align: center;
    box-shadow: 0 7px 10px #ccc;
  }
  #section3 figure figcaption {
    padding: 1rem;
  }
  #section3 figure figcaption h3 {
    margin: 0;
  }
  #section3 figure figcaption h3 .no {
    display: none;
  }
  #section3 figure figcaption h4 {
    margin: 0.75em 0;
  }
}
@media screen and (max-width: 768px) {
  #section3 figure figcaption {
    padding: 0.75rem;
  }
  #section3 figure figcaption h3 {
    font-size: 18px;
  }
  #section3 figure figcaption h4 {
    margin: 0.75rem 0;
  }
}
#section4 h2 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
}
#section4 figure {
  background-color: white;
  padding: 60px;
  display: grid;
  gap: 5%;
  grid-template-columns: 4fr 5fr;
  align-items: center;
}
#section4 figure img {
  max-height: 400px;
}
#section4 figure p {
  margin-bottom: 1em;
}
#section4 figure p:last-child {
  margin-bottom: 0;
}
#section4 figure a {
  display: inline-block;
  padding: 0.5em 1.25em;
  border: 1px solid #232323;
  text-align: center;
}
#section4 figure a:hover {
  color: #f0f0f0;
  background-color: #232323;
}

@media screen and (max-width: 768px) {
  #section4 figure {
    background-color: white;
    padding: 30px;
    display: block;
    align-items: center;
    text-align: center;
    position: relative;
  }
  #section4 figure h3 .en {
    position: absolute;
    top: 45px;
    left: -30px;
    padding-left: 60px;
    padding-right: 30px;
    background-color: #232323;
    color: #f0f0f0;
    line-height: 2.5;
  }
  #section4 figure h3 .ja {
    margin: 10px 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 380px) {
  #section4 figure {
    padding: 20px;
  }
  #section4 figure img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #section4 figure h3 .en {
    position: absolute;
    top: 35px;
    left: -20px;
    padding-left: 40px;
    padding-right: 20px;
  }
}
#section5 h2 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
}
#section5 .contents .contact-box {
  max-width: 960px;
  padding: 0 2rem;
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}

.btn-box .btn {
  font-size: 16px;
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  perspective: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.btn-box .btn.cubic span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #232323;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}
.btn-box .btn.cubic .hovering {
  background-color: #232323;
  color: #f0f0f0;
  transform: rotateX(90deg);
  transform-origin: center center -30px;
}
.btn-box .btn.cubic .default {
  background-color: #f0f0f0;
  color: #232323;
  transform: rotateX(0);
  transform-origin: center center -30px;
}
.btn-box .btn.cubic:hover .hovering {
  transform: rotateX(0);
}
.btn-box .btn.cubic:hover .default {
  transform: rotateX(-90deg);
}
.btn-box .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #section5 .contents .contact-box {
    margin-top: 2rem;
    max-width: 960px;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 380px) {
  #section5 .contents .contact-box {
    margin-top: 0.75rem;
    gap: 0.75rem;
  }
}
#section6 h2 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
}
#section6 .contents .company-box {
  max-width: 960px;
  padding: 0 2rem;
  margin: 5rem auto 0;
}
#section6 .contents .company-box table tr {
  display: grid;
  grid-template-columns: 2fr 7fr;
  margin-bottom: 1rem;
  text-align: left;
}
#section6 .contents .company-box table tr th {
  font-weight: normal;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #section6 .contents .company-box {
    margin-top: 2rem;
  }
  #section6 .contents .company-box table tr {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 380px) {
  #section6 .contents .company-box {
    margin-top: 0.75rem;
  }
  #section6 .contents .company-box table tr {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0.75rem;
    text-align: left;
  }
  #section6 .contents .company-box table th {
    font-size: 12px;
  }
  #section6 .contents .company-box table td {
    line-height: 1.3;
  }
}
#section7 h2 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem;
}
#section7 .contents {
  width: 100%;
}
#section7 .contents iframe {
  padding-top: 3rem;
  width: 100%;
  height: 45vh;
}

footer small {
  display: inline-block;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  white-space: nowrap;
}

:root {
  --delay: 0;
  --duration: 800ms;
  --iterations: 1;
}

.reveal-text,
.reveal-text::after {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
}

.action-before .reveal-text,
.action-after .reveal-text::after {
  opacity: 1;
}

.logo-box .reveal-text:nth-child(1) {
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
  --animation-delay: $i * .11s;
}

.logo-box .reveal-text:nth-child(2) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
  --animation-delay: $i * .11s;
}

.logo-box .reveal-text:nth-child(3) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
  --animation-delay: $i * .11s;
}

.logo-box .reveal-text:nth-child(4) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
  --animation-delay: $i * .11s;
}

.action-after .reveal-text {
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: 100%;
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  color: #FFF;
  white-space: nowrap;
  cursor: default;
}
.action-after .reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 20% 0);
            clip-path: inset(0 100% 20% 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 20% 0);
            clip-path: inset(0 100% 20% 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.modal-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal-wrapper section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrapper section .modal {
  width: 100%;
  max-width: 960px;
  max-height: 880px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.modal-wrapper section .modal ::-moz-selection {
  background-color: transparent;
}
.modal-wrapper section .modal ::selection {
  background-color: transparent;
}
.modal-wrapper section .modal #modal-close-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  left: calc(100% - 40px);
  top: -10px;
}
.modal-wrapper section .modal #modal-close-btn::before, .modal-wrapper section .modal #modal-close-btn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #f0f0f0;
}
.modal-wrapper section .modal #modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrapper section .modal #modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */