@charset "UTF-8";
@media screen and (max-width: 767px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}
.css-hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.css-hover:hover {
  opacity: 0.7;
}
.js-slidein {
  -webkit-transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, -webkit-transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s;
  transition: opacity ease-out 0.6s, transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-slidein.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadein {
  opacity: 0;
  -webkit-transition: all ease-in-out 1.2s;
  transition: all ease-in-out 1.2s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadein.isvisible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-font11 {
  font-size: 11.85px;
  line-height: calc(14.22 / 11.85);
}
.c-font14 {
  font-size: 14px;
  line-height: calc(16.4 / 11.85);
}
.c-logo {
  width: 38.73px;
  margin: 0 auto;
  padding-bottom: 48.8px;
}
a.has_bar {
  text-decoration: underline;
}
*:focus {
  outline: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 9.77px;
  letter-spacing: 0.02em;
  line-height: calc(12.23 / 9.77);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #061714;
  opacity: 0;
  -webkit-animation: startin forwards 1.8s;
          animation: startin forwards 1.8s;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
  pointer-events: none;
}
img[src$=".svg"] {
  width: 100%;
}
a {
  text-decoration: none;
  color: #ddd;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
p {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
section {
  position: relative;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.c-container {
  max-width: 392px;
  margin: 0 auto;
  text-align: center;
}
@-webkit-keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainvisualContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100svh;
  max-width: 392px;
}
h1.mainvisualImage {
  width: 92.60204081632652vw;
  margin: 0 auto;
}
.c-container.top {
  padding-top: 137px;
}
.c-container.under {
  padding-top: 97px;
}
.topTextEn {
  margin-bottom: 2.5px;
}
.choiceLangWrapper {
  margin: 20.3px auto 137px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choiceLangWrapper span.current {
  text-decoration: underline;
}
.choiceLangWrapper span.slash {
  margin: 0 1em;
}
.choiceLangWrapper.en {
  margin-top: 37px;
}
.sectionWrapper {
  margin-bottom: 66px;
}
.sectionWrapper.office {
  margin-bottom: 130px;
}
.sectionWrapper .sectionTitle {
  margin-bottom: 20px;
}
.sectionWrapper a.sectionLink {
  text-decoration: underline;
  display: inline-block;
}
.sectionWrapper a.sectionLink:nth-of-type(1) {
  margin-bottom: 7px;
}
.underTitle {
  margin-bottom: 49.5px;
}
.underSection {
  margin-bottom: 15px;
}
.underSection.last {
  margin-bottom: 91.6px;
}
.underSection.en-last {
  margin-bottom: 0;
}
.underSectionReturn {
  margin-bottom: 16px;
  text-decoration: underline;
}
