@charset "UTF-8";
/* font $size
====================================== */
/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #231815;
  box-sizing: border-box;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #231815;
  text-decoration: none;
  display: block;
  transition: 0.6s;
}
a:hover {
  opacity: 0.7;
}

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

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding-right: 2%;
    padding-left: 2%;
  }
}

.grade {
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: -1;
}

.l-main {
  overflow: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.sec-ttl {
  text-align: center;
  color: #59C3E1;
  font-size: calc(24px + 1vw);
  line-height: 1.4;
}

/* sec-kv-ttl */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveEffect01 {
  0% {
    top: 0;
    left: -9%;
  }
  25% {
    top: 30%;
    left: 40%;
  }
  50% {
    top: 50%;
    left: 70%;
  }
  75% {
    top: 40%;
    left: 20%;
  }
  100% {
    top: 0;
    left: -9%;
  }
}
@keyframes moveEffect02 {
  0% {
    top: 13%;
    right: -10%;
  }
  25% {
    top: 0%;
    right: 30%;
  }
  50% {
    top: -10%;
    right: 60%;
  }
  75% {
    top: 5%;
    right: 0%;
  }
  100% {
    top: 13%;
    right: -10%;
  }
}
@keyframes moveEffect03 {
  0% {
    bottom: 10%;
    left: -9%;
  }
  25% {
    bottom: -5%;
    left: 30%;
  }
  50% {
    bottom: -15%;
    left: 60%;
  }
  75% {
    bottom: -5%;
    left: 0%;
  }
  100% {
    bottom: 10%;
    left: -9%;
  }
}
@keyframes moveEffect04 {
  0% {
    bottom: 10%;
    right: -36%;
  }
  25% {
    bottom: 0%;
    right: 30%;
  }
  50% {
    bottom: -10%;
    right: 60%;
  }
  75% {
    bottom: 5%;
    right: 0%;
  }
  100% {
    bottom: 10%;
    right: -36%;
  }
}
@keyframes moveEffect05 {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0%;
    left: 30%;
  }
  50% {
    top: -10%;
    left: 60%;
  }
  75% {
    top: 5%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes moveEffect06 {
  0% {
    bottom: 0;
    right: -14%;
  }
  25% {
    bottom: 0%;
    right: 30%;
  }
  50% {
    bottom: -10%;
    right: 60%;
  }
  75% {
    bottom: 5%;
    right: 0%;
  }
  100% {
    bottom: 0;
    right: -14%;
  }
}
.l-header {
  padding: 30px 0;
}
.l-header .header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 834px) {
  .l-header .header-flex {
    padding: 0 28.3px;
  }
}
.l-header .header-flex .logo {
  text-align: center;
}
.l-header .header-flex .logo img {
  width: max(179.59px, 16.8vw);
}
.l-header .header-flex .select-btn-area {
  display: flex;
  gap: clamp(5px, 2vw, 28.3px);
  align-items: center;
}
.l-header .header-flex .select-btn-area .btn-content .je-btn {
  color: #002870;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  width: clamp(46px, 2vw, 56px);
  height: clamp(20px, 2vw, 28px);
  line-height: clamp(20px, 2vw, 28px);
  font-size: clamp(14px, 2vw, 16px);
  border: 1px solid #002870;
  text-align: center;
  font-weight: 700;
  margin-right: 5px;
}
.l-header .header-flex .select-btn-area .menu-content {
  position: relative;
  display: inline-block;
}
.l-header .header-flex .select-btn-area .menu-content .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.l-header .header-flex .select-btn-area .menu-content .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002870;
}

.l-footer .copyright {
  text-align: center;
}

body.top .sec-kv .sec-kv-ttl {
  margin: 0 auto 24px;
  width: max(214px, 53.9vw);
  padding: 47px 0;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
}
body.top .sec-kv .sec-kv-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -46px;
  width: 36%;
  max-width: 80px;
  height: 36%;
  background-image: url("../images/mv-mutennka.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 834px) {
  body.top .sec-kv .sec-kv-ttl::after {
    max-width: 138px;
  }
}
@media screen and (min-width: 1536px) {
  body.top .sec-kv .sec-kv-ttl::after {
    max-width: 200px;
  }
}
body.top .sec-kv .grade-kv01 {
  position: absolute;
  top: -143px;
  left: -184px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-kv .grade-kv01.visible {
  opacity: 0.5;
  transform: translateY(0);
}
@media screen and (min-width: 1536px) {
  body.top .sec-kv .grade-kv01 {
    top: -150px;
    left: -600px;
  }
}
body.top .sec-kv .grade-kv01 .grade01 {
  width: 434px;
}
@media screen and (min-width: 1536px) {
  body.top .sec-kv .grade-kv01 .grade01 {
    width: 1200px;
  }
}
body.top .sec-kv .grade-kv02 {
  position: absolute;
  right: 0;
  top: 234px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-kv .grade-kv02.visible {
  opacity: 0.5;
  transform: translateY(0);
}
@media screen and (min-width: 834px) {
  body.top .sec-kv .grade-kv02 {
    right: 0;
    top: 234px;
  }
}
body.top .sec-kv .grade-kv02 .grade02 {
  width: 24vw;
}
@media screen and (min-width: 834px) {
  body.top .sec-kv .grade-kv02 .grade02 {
    width: 300px;
  }
}
@media screen and (min-width: 1536px) {
  body.top .sec-kv .grade-kv02 .grade02 {
    width: 600px;
  }
}
body.top .sec-kv .mv-pc {
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-kv .mv-pc.visible {
  opacity: 1;
  transform: translateY(0);
}
body.top .sec-kv .mv-pc img {
  width: max(454px, 53.9vw);
}
body.top .sec-about {
  position: relative;
}
body.top .sec-about .about-content {
  padding: 20px 5%;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10%;
}
body.top .sec-about .about-content .sec-ttl {
  margin-bottom: 30px;
}
body.top .sec-about .about-content .sec-ttl img {
  width: max(454px, 53.9vw);
}
body.top .sec-about .about-content .about-container h3 {
  background-color: #59C3E1;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 834px) {
  body.top .sec-about .about-content .about-container h3 {
    font-size: calc(20px + 1vw);
  }
}
body.top .sec-about .about-content .about-container p {
  margin: 20px;
  font-size: 16px;
}
@media screen and (min-width: 834px) {
  body.top .sec-about .about-content .about-container p {
    font-size: calc(16px + 1vw);
  }
}
body.top .sec-about .about-content .grade-kv01 {
  position: absolute;
  top: 0;
  right: -25%;
  opacity: 0;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-about .about-content .grade-kv01.visible {
  opacity: 0.5;
  transform: translateY(0);
}
body.top .sec-about .about-content .grade-kv01 .grade01 {
  width: 80vw;
}
body.top .sec-about .about-content .grade-kv02 {
  position: absolute;
  left: 0;
  bottom: 24%;
  opacity: 0;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-about .about-content .grade-kv02.visible {
  opacity: 0.5;
  transform: translateY(0);
}
body.top .sec-about .about-content .grade-kv02 .grade02 {
  width: 47vw;
}
body.top .sec-news {
  background: rgba(200, 231, 233, 0);
  padding: 10% 5%;
  z-index: 0;
  position: relative;
  transition: background-color 0.1s ease-out;
}
body.top .sec-news .grade-kv01 {
  position: absolute;
  top: -15%;
  left: -43%;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-news .grade-kv01.visible {
  opacity: 0.5;
  transform: translateY(0);
}
body.top .sec-news .grade-kv01 .grade01 {
  width: 80vw;
}
body.top .sec-news .grade-kv02 {
  position: absolute;
  bottom: -11%;
  right: -16%;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-news .grade-kv02.visible {
  opacity: 0.5;
  transform: translateY(0);
}
body.top .sec-news .grade-kv02 .grade02 {
  width: 47vw;
}
body.top .sec-news img {
  width: max(454px, 53.9vw);
}
body.top .sec-news span {
  font-size: 14px;
  color: #595757;
  display: block;
  font-weight: normal;
  margin-top: 0.5em;
}
@media screen and (min-width: 834px) {
  body.top .sec-news span {
    padding: 10px;
    font-size: calc(14px + 1vw);
  }
}
body.top .sec-news .sns-content {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-inline: auto;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}
@media screen and (min-width: 1536px) {
  body.top .sec-news .sns-content {
    width: 80%;
  }
}
body.top .sec-news .sns {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 10px;
}
body.top .sec-effect {
  margin-top: 50px;
  margin-bottom: max(35px, 4.2vw);
  position: relative;
}
body.top .sec-effect .grade02 {
  width: 60vw;
}
@media screen and (min-width: 1536px) {
  body.top .sec-effect .grade02 {
    height: 40vw;
  }
}
body.top .sec-effect .grade03 {
  width: 70vw;
}
body.top .sec-effect .grade-kv02 {
  position: absolute;
  top: 0;
  left: -9%;
  animation: moveEffect01 25s linear infinite;
}
body.top .sec-effect .grade-kv03 {
  position: absolute;
  top: 13%;
  right: -10%;
  animation: moveEffect02 15s linear infinite;
}
body.top .sec-effect .grade-kv04 {
  position: absolute;
  bottom: 10%;
  left: -9%;
  animation: moveEffect03 29s linear infinite;
}
body.top .sec-effect .grade-kv05 {
  position: absolute;
  bottom: -11%;
  right: -36%;
  animation: moveEffect04 15s linear infinite;
}
body.top .sec-effect .effect-content {
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 1000px;
  margin-inline: auto;
  padding: 20px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-effect .effect-content.visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 834px) {
  body.top .sec-effect .effect-content {
    padding: 100px;
  }
}
body.top .sec-effect .effect-content .sec-ttl img {
  width: max(454px, 53.9vw);
}
body.top .sec-effect .effect-content .effect-text {
  text-align: justify;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (min-width: 834px) {
  body.top .sec-effect .effect-content .effect-text {
    font-size: calc(16px + 1vw);
  }
}
body.top .sec-effect .effect-content .effect-mid {
  border-top: 1px solid #595757;
  margin-top: 30px;
  padding: 30px 0;
  color: #00ACD6;
  font-family: "Noto Sans JP", sans-serif;
}
body.top .sec-effect .effect-content .effect-mid p {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 834px) {
  body.top .sec-effect .effect-content .effect-mid p {
    font-size: calc(20px + 1vw);
    font-weight: 700;
  }
}
body.top .sec-effect .effect-content .effect-mid li {
  font-size: 16px;
}
@media screen and (min-width: 834px) {
  body.top .sec-effect .effect-content .effect-mid li {
    font-size: calc(16px + 1vw);
  }
}
body.top .sec-effect .effect-content .border {
  width: 50%;
  color: #595757;
}
body.top .sec-effect .effect-content .effect-btm {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 834px) {
  body.top .sec-effect .effect-content .effect-btm {
    font-size: calc(14px + 1vw);
  }
}
body.top .sec-effect .effect-content .effect-btm::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -33px;
  right: -14px;
  aspect-ratio: 66/128;
  width: 164px;
  height: 282px;
  background-image: url(../images/hinoki.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  body.top .sec-effect .effect-content .effect-btm::after {
    bottom: -104px;
    width: 300px;
    height: 600px;
  }
}
body.top .sec-statement {
  text-align: center;
  background-color: rgb(200, 231, 233);
  padding: 10% 5%;
  font-size: 14px;
  position: relative;
  z-index: -2;
  transition: background-color 0.1s ease-out;
}
body.top .sec-statement .logo {
  margin: max(42px, 5vw) 0;
}
body.top .sec-statement .logo img {
  width: max(254px, 20vw);
}
body.top .sec-statement .grade02 {
  width: 50vw;
}
@media screen and (min-width: 1536px) {
  body.top .sec-statement .grade02 {
    width: 40vw;
  }
}
body.top .sec-statement .grade-kv02 {
  position: absolute;
  top: 0;
  left: 0;
  animation: moveEffect05 19s linear infinite;
}
body.top .sec-statement .grade-kv03 {
  position: absolute;
  bottom: 0;
  right: -14%;
  animation: moveEffect06 15s linear infinite;
}
@media screen and (min-width: 834px) {
  body.top .sec-statement {
    font-size: calc(14px + 1vw);
  }
}
body.top .sec-statement img {
  width: max(454px, 53.9vw);
}
body.top .sec-statement .statement-ttl {
  margin-top: 40px;
  margin-bottom: 10px;
}
body.top .sec-company {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: max(42px, 5vw);
}
body.top .sec-company .grade01 {
  width: 47vw;
}
body.top .sec-company .grade02 {
  width: 55vw;
}
@media screen and (min-width: 1536px) {
  body.top .sec-company .grade02 {
    height: 40vw;
  }
}
body.top .sec-company .grade-kv01 {
  position: absolute;
  top: 12%;
  left: -20%;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-company .grade-kv01.visible {
  opacity: 0.5;
  transform: translateY(0);
}
body.top .sec-company .grade-kv02 {
  position: absolute;
  bottom: -28%;
  right: -14%;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
body.top .sec-company .grade-kv02.visible {
  opacity: 0.5;
  transform: translateY(0);
}
body.top .sec-company .sec-ttl {
  margin: max(42px, 5vw) 0;
  border-bottom: 1px solid #595757;
}
body.top .sec-company .info-container {
  padding: 20px;
  font-size: max(13px, 2vw);
}
body.top .sec-company .info-container .company-name {
  padding: 5% 0;
}
@media screen and (min-width: 1024px) {
  body.top .sec-company .info-container .company-name {
    padding: 25px;
  }
}
body.top .sec-company .info-container .info-table {
  width: 100%;
  border-collapse: collapse;
}
body.top .sec-company .info-container .info-table th,
body.top .sec-company .info-container .info-table td {
  padding: 5px;
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: max(13px, 1.5vw);
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  body.top .sec-company .info-container .info-table th,
  body.top .sec-company .info-container .info-table td {
    padding: 25px;
  }
}
body.top .sec-company .info-container .info-table th {
  min-width: 104px;
  letter-spacing: 8px;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  body.top .sec-company .info-container .info-table th {
    width: 200px;
  }
}
body.top .sec-company .info-container .info-table th::after {
  content: ":";
}
body.top .sec-company .info-container .info-table td {
  line-height: 1.5;
  word-break: break-word;
}

@media screen and (min-width: 600px) {
  br.pc-none {
    display: none;
  }
}
/* EN */
body.en .sec-kv .sec-kv-ttl::after {
  background-image: url(../images/mv-mutennka_en.svg);
}
body.en .sec-company .info-container .info-table th {
  letter-spacing: normal;
}/*# sourceMappingURL=style.css.map */