@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* =========================================================================
// add rset for normalize.css
//========================================================================= */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, table, pre {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

li {
  list-style: none;
}

br {
  letter-spacing: 0 !important;
}

a {
  color: inherit;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

iframe {
  border: none;
}

figure {
  margin: 0;
}

* {
  background-repeat: no-repeat;
}

/* form Styles
/*------------------------------------------------------------------------------*/
label, input[type=checkbox] {
  cursor: pointer;
}

select,
input[type=button],
input[type=text],
input[type=submit],
input[type=email],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

/* =========================================================================
// js init helper
// ========================================================================= */
.isNone {
  display: none !important;
}
.no-js .isNone {
  display: none !important;
}

.isHidden {
  visibility: hidden;
}
.no-js .isHidden {
  visibility: visible;
}

/* =========================================================================
// css helper
// ========================================================================= */
.unactive {
  pointer-events: none;
  opacity: 0.6;
}

.uppercase {
  text-transform: uppercase;
}

body {
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
html[lang=ja] body {
  letter-spacing: 0.06em;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  background-color: #fff;
  color: #555;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}

picture, img {
  pointer-events: none;
}

.contents__wrap {
  position: relative;
  overflow-x: hidden;
}

.section h2 span {
  font-family: "inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.main__article > section {
  position: relative;
}

a {
  color: #111;
}

a:hover {
  color: rgb(91.8, 91.8, 91.8);
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

.contents_link:not(.contents_link + .contents_link) {
  margin-top: 80px;
}
.contents_link::before {
  content: "→";
  display: inline-block;
  padding-right: 0.5em;
}

.section__tagline {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 100px;
}

@media (min-width: 768px) {
  .active_sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .active_pc {
    display: none;
  }
}

p {
  line-height: 2.2;
}

section > .mw__wrap {
  padding-top: 10em;
  padding-bottom: 10em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  section > .mw__wrap {
    padding-top: 8em;
    padding-bottom: 7em;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (max-width: 768px) {
  section.bg_gray .mw__wrap {
    padding-top: 0;
  }
}

.section__head {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .section__head {
    margin-bottom: 60px;
  }
}
.section__head span.main {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-size: 60px;
  color: #8B8B8B;
  line-height: 1.2;
}
.section__head span.sub {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.bg_gray {
  padding-top: 90px;
  background-color: #F5F6F7;
}

a .icon_arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  width: 34px;
  height: 34px;
}
a .icon_arrow path {
  fill: #fff;
}
a .icon_arrow polygon {
  fill: #fff;
}

svg {
  line-height: 0;
  vertical-align: bottom;
}

body {
  background-color: #FFFFFF;
}

.ank_mod {
  position: relative;
  height: 120px;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .ank_mod {
    height: 40px;
  }
}
.ank_mod:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 47vw;
  height: 2px;
  background-color: #FF7A00;
}

.anker_items {
  position: absolute;
  right: 20px;
  transform: rotateZ(-90deg);
  line-height: 0;
  pointer-events: none;
  font-size: 20px;
  color: #FF7A00;
  font-family: "Rajdhani", sans-serif;
  transform-origin: 100% 0;
}
.co-creation .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
.co-creation .description {
  text-align: center;
}
.co-creation .co-creation__fig {
  margin-top: 60px;
  box-shadow: 0 0px 20px rgba(42, 194, 198, 0.5);
}
.co-creation .co-creation__fig svg {
  width: 100%;
  height: auto;
}

.consulting .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1042px;
}
.consulting .description {
  text-align: center;
}
.consulting .item__wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .consulting .item__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.consulting .item a {
  text-decoration: none;
}
.consulting .item .img {
  background-color: #fff;
  line-height: 0;
}
.consulting .item .title {
  line-height: 1.2;
  font-size: 15px;
  font-weight: normal;
  margin-top: 1em;
}
.consulting .item .rabel {
  margin-top: 1em;
  font-size: 12px;
  display: inline-block;
  padding: 0.2em 0.6em;
  line-height: 1;
  border-left: 2px solid #FF7A00;
  color: #FF7A00;
}
.consulting .all_item_link {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .consulting .all_item_link {
    margin-top: 60px;
  }
}
.consulting .all_item_link a {
  display: inline-block;
  border: 1px solid #333;
  padding: 2em 6em;
  text-decoration: none;
}
@media (max-width: 768px) {
  .consulting .all_item_link a {
    padding: 1em 2em;
  }
}

.contact .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.contact .all_item_link {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .all_item_link {
    margin-top: 60px;
  }
}
.contact .all_item_link a {
  display: inline-block;
  border: 1px solid #333;
  padding: 2em 6em;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact .all_item_link a {
    display: block;
    padding: 2em 0;
  }
}

@media (max-width: 768px) {
  .factor {
    padding-top: 0;
  }
}
.factor .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .factor .mw__wrap {
    padding-top: 0;
  }
}
.factor .section__sub {
  position: relative;
}
@media (min-width: 768px) {
  .factor .section__sub {
    display: flex;
    justify-content: space-between;
  }
}
.factor .layout_even {
  flex-direction: row-reverse;
}
.factor .layout_text {
  position: relative;
}
@media (min-width: 768px) {
  .factor .layout_text {
    width: 420px;
    padding-left: 70px;
  }
}
.factor .layout_image {
  width: 530px;
}
@media (max-width: 768px) {
  .factor .layout_image {
    margin-top: 80px;
    width: 100%;
  }
}
.factor .number {
  position: absolute;
  top: 10px;
  left: -40px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-size: 600px;
  line-height: 400px;
  width: 400px;
  color: #F7F7F7;
  pointer-events: none;
}
.factor .number.white {
  color: #fff;
}
@media (max-width: 768px) {
  .factor .number {
    font-size: 380px;
  }
}
.factor .item__wrap {
  position: relative;
}
.factor .title {
  padding-top: 140px;
  font-size: 24px;
  margin-bottom: 2em;
  letter-spacing: 0.3em;
}
.factor h5 {
  margin-top: 1.5em;
}
.factor p {
  margin-top: 1em;
  line-height: 1.6;
  text-align: justify;
}

.prefooter {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .prefooter {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.prefooter .sns_item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prefooter .sns_item a {
  margin-left: 2em;
  margin-right: 2em;
}
.prefooter .footer_fig {
  text-align: center;
}
@media (max-width: 768px) {
  .prefooter .footer_fig svg {
    width: 80%;
  }
}
.prefooter .footer_fig svg path {
  fill: #DADADA;
}

.footer {
  padding-bottom: 42px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 28px;
  }
}
.footer .flex {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 768px) {
  .footer .flex {
    max-width: 60%;
    padding-top: 0px;
    flex-direction: column;
  }
}
.footer small {
  font-size: 1.5rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer small {
    margin-top: 40px;
    order: 2;
  }
}
.footer .item__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .footer .item__wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer .terms {
    margin-right: 2em;
  }
}
.footer a {
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer a .icon_arrow_blank {
  margin-left: 0.4em;
  position: relative;
  bottom: -0.1em;
}

.founder .mw__wrap {
  position: relative;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
.founder .layout__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .founder .layout__wrap {
    flex-direction: column;
  }
}
.founder .layout-left {
  width: 50%;
}
@media (min-width: 768px) {
  .founder .layout-left {
    width: 360px;
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .founder .layout-right {
    width: 420px;
  }
}
.founder .position {
  font-size: 12px;
  margin-bottom: 1em;
}
.founder .pronunciation {
  font-size: 12px;
}
.founder .discription {
  margin-top: 3em;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 768px) {
  .founder .discription {
    font-size: 12px;
  }
}

.get-starting .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.get-starting .sauna_visual__wrap {
  position: relative;
}
.get-starting .sauna_visual__title {
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  color: #fff;
  letter-spacing: 0.4em;
}
@media (max-width: 768px) {
  .get-starting .sauna_visual__title {
    transform: translate(0, -50%);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .get-starting .sauna_visual__title {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -450px;
    font-size: 26px;
  }
}
.get-starting .inner__wrap {
  margin-top: 3em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.get-starting .section__text {
  line-height: 1.8;
  margin-top: 1em;
  text-align: justify;
}
.get-starting .reference_head {
  margin-top: 4em;
  margin-bottom: 1em;
}
.get-starting .reference_list {
  font-size: 11px;
  line-height: 1.4;
}

.header {
  position: relative;
  z-index: 20;
  height: 125px;
}
@media (max-width: 768px) {
  .header {
    height: 75px;
  }
}
.header .mw__wrap {
  position: relative;
}
.header .logo_100plus {
  position: absolute;
  width: 200px;
  top: 38px;
  left: 40px;
}
.header .logo_100plus svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header .logo_100plus {
    top: 27px;
    left: 24px;
    width: 102px;
  }
}
.header .head_description {
  position: absolute;
  right: 40px;
  top: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #111;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 768px) {
  .header .head_description {
    font-size: 12px;
    top: 70px;
    right: 98px;
    color: #fff;
  }
}

.hero {
  z-index: 10;
  position: relative;
  height: 100vh;
}
.main_symbols {
  width: 328px;
  position: absolute;
  top: 24vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main_symbols {
    width: 50vw;
  }
  .main_symbols svg {
    width: 100%;
  }
}

.header__title {
  position: absolute;
  top: 56vh;
  width: 100%;
  text-align: center;
  font-size: 180px;
  font-weight: 300;
  line-height: 200px;
  letter-spacing: 0;
  color: #d0d0d0;
  font-family: "Rajdhani", sans-serif;
  opacity: 0;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 13vw;
  }
}
.pace-done .header__title {
  animation-name: fadeIn;
  animation-duration: 340ms;
  animation-delay: 180ms;
  animation-fill-mode: forwards;
}

.header__caption {
  position: absolute;
  top: 42vh;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 768px) {
  .header__caption {
    font-size: 17px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.information .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.information .item__wrap {
  margin-top: 1.5em;
  display: flex;
}
@media (max-width: 768px) {
  .information .item__wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .information .item__wrap dt {
    width: 45%;
    padding-left: 10%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .information .item__wrap dt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .information .item__wrap dd {
    width: 55%;
  }
}
.information .item__wrap dd span {
  display: inline-block;
  font-size: 72%;
  padding-left: 0.5em;
}

.navigation .btn_hamburger {
  width: 41px;
  height: 41px;
  right: 18px;
  bottom: 18px;
  position: fixed;
  z-index: 1100;
  cursor: pointer;
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .navigation .btn_hamburger {
    width: 54px;
    height: 54px;
    right: 24px;
    bottom: 24px;
  }
}
.navigation .btn_hamburger span {
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  margin: auto;
  left: 6px;
  background-color: #111;
  z-index: 20;
  transition: all 200ms ease;
}
.navigation .btn_hamburger :nth-of-type(1) {
  top: 34%;
}
.navigation .btn_hamburger :nth-of-type(2) {
  top: 49%;
}
.navigation .btn_hamburger :nth-of-type(3) {
  top: 63%;
}
.navigation .btn_hamburger:hover :nth-of-type(1) {
  left: 2px;
}
.navigation .btn_hamburger:hover :nth-of-type(2) {
  left: 10px;
}
.navigation .btn_hamburger:hover :nth-of-type(3) {
  left: 2px;
}
.navigation .nav__item_wrap {
  width: 85%;
  height: 100%;
  background: #111111;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: all 380ms ease;
  transform: translate3d(100%, 0, 0);
}
@media (min-width: 768px) {
  .navigation .nav__item_wrap {
    width: 48%;
  }
}
.navigation .nav__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 20% 30px 10%;
  box-sizing: border-box;
}
.navigation .nav__item {
  position: relative;
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navigation .nav__item:nth-child(1) {
  transition-delay: 180ms;
}
.navigation .nav__item:nth-child(2) {
  transition-delay: 220ms;
}
.navigation .nav__item:nth-child(3) {
  transition-delay: 260ms;
}
.navigation .nav__item:nth-child(4) {
  transition-delay: 300ms;
}
.navigation .nav__item:nth-child(5) {
  transition-delay: 340ms;
}
.navigation .nav__item:nth-child(6) {
  transition-delay: 380ms;
}
.navigation .nav__item:nth-child(7) {
  transition-delay: 420ms;
}
.navigation .nav__item:nth-child(8) {
  transition-delay: 460ms;
}
.navigation .nav__item:nth-child(9) {
  transition-delay: 500ms;
}
.navigation .nav__item:nth-child(10) {
  transition-delay: 540ms;
}
.navigation .nav__item a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-family: "Rajdhani", sans-serif;
}
.navigation .nav__item a span {
  display: inline-block;
  padding-left: 0.7em;
  font-size: 72%;
}
@media (min-width: 768px) {
  .navigation .nav__item a {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.navigation .sns a {
  display: inline-block;
  margin-right: 3em;
}
.navigation .sns a svg {
  width: 100%;
  height: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.navigation .sns a svg path {
  fill: #fff;
}
.nav-isOn .navigation .nav__item_wrap {
  transform: translate3d(0, 0, 0);
}
.nav-isOn .navigation .nav__item {
  transform: translateX(0px);
  opacity: 1;
}
.nav-isOn .navigation .btn_hamburger span {
  background-color: #fff;
}
.nav-isOn .navigation .btn_hamburger :nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: 2%;
}
@media (min-width: 768px) {
  .nav-isOn .navigation .btn_hamburger :nth-of-type(1) {
    top: 13%;
  }
}
.nav-isOn .navigation .btn_hamburger :nth-of-type(2) {
  left: 200px;
  opacity: 0;
}
.nav-isOn .navigation .btn_hamburger :nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  top: 98%;
}
@media (min-width: 768px) {
  .nav-isOn .navigation .btn_hamburger :nth-of-type(3) {
    top: 87%;
  }
}

.news .mw__wrap {
  border-radius: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .news .mw__wrap {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.news .section__head {
  text-align: center;
}
.news .item__wrap {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  border-bottom: 1px solid #999;
}
.news .item__wrap .date {
  padding-bottom: 0.8em;
  width: 180px;
}
.news .item__wrap .description {
  width: 100%;
}
.news .item__wrap .item {
  border-top: 1px solid #999;
  padding-top: 3em;
  display: flex;
  position: relative;
  justify-content: left;
}
@media (max-width: 768px) {
  .news .item__wrap .item {
    flex-direction: column;
  }
}
.news .item__wrap .item + .item {
  margin-top: 3em;
}
.news .item__wrap .item .title {
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  flex: 1 180px;
}
.news .item__wrap .item .text {
  line-height: 1.6;
  font-size: 1.4rem;
}
.news .item__wrap .item .text a {
  display: inline-block;
  margin-top: 0.5em;
}
.news .item__wrap .item strong {
  font-weight: bold;
}

.our-goal .mw__wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
.our-goal .tagline_h {
  text-align: center;
  font-size: 30px;
}
.our-goal .tagline_d {
  text-align: center;
  font-size: 12px;
}
.our-goal .discription_h {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.our-goal .section__text {
  line-height: 1.8;
  margin-top: 1em;
  text-align: justify;
}
.our-goal figrue {
  margin-top: 3em;
  display: block;
  text-align: center;
}
.our-goal .layout__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .our-goal .layout__wrap {
    flex-direction: column;
  }
}

.product_head {
  text-align: center;
}

.product .mw__wrap {
  position: relative;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.product .description {
  text-align: center;
}
.product .head__caption {
  position: relative;
  text-align: center;
}
.product .item__wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .product .item__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.product .item {
  text-align: center;
}
.product .item a {
  text-decoration: none;
}
.product .item .img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .product .item + .item {
    margin-top: 60px;
  }
}
.product .item .description {
  margin-top: 1em;
  line-height: 1.6;
}
.product .sanokuni .img {
  width: 124px;
}
@media (min-width: 768px) {
  .product .sanokuni .img {
    padding-bottom: 40px;
  }
}
.product .sawatch .img {
  width: 146px;
}

body::before {
  opacity: 0;
  transition: opacity 180ms ease-in;
}

body.pace-done::before {
  opacity: 1;
}

.main__article {
  opacity: 0;
  transition: opacity 180ms ease-in;
}

.pace-done .main__article {
  opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eee;
  position: fixed;
  z-index: 2000;
  bottom: 10px;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*# sourceMappingURL=maps/style.css.map */
