@charset "UTF-8";
/*
Theme Name:salonblessyou
*/
/*----------------------------------------
  reset
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&display=swap");
/* line 11, ../_base.scss */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 88, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 98, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 101, ../_base.scss */
*:before,
*:after {
  box-sizing: inherit;
}

/* line 106, ../_base.scss */
body {
  line-height: 1;
}

/* line 110, ../_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 124, ../_base.scss */
p {
  text-align: justify;
}

/* line 128, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 132, ../_base.scss */
blockquote,
q {
  quotes: none;
}

/* line 137, ../_base.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 145, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 155, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 162, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 169, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 173, ../_base.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 179, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 185, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 194, ../_base.scss */
input,
select {
  vertical-align: middle;
  outline: 0;
}

/* line 200, ../_base.scss */
ul,
li {
  list-style: none;
}

/* line 206, ../_base.scss */
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 215, ../_base.scss */
input[type="text"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 225, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 228, ../_base.scss */
input[type="text"]:focus:placeholder-shown,
input[type="button"]:focus:placeholder-shown,
input[type="submit"]:focus:placeholder-shown,
input[type="tel"]:focus:placeholder-shown,
input[type="email"]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 236, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder,
input[type="button"]:focus:-webkit-input-placeholder,
input[type="submit"]:focus:-webkit-input-placeholder,
input[type="tel"]:focus:-webkit-input-placeholder,
input[type="email"]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 244, ../_base.scss */
input[type="text"]:focus:-moz-placeholder,
input[type="button"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 252, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder,
input[type="button"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 260, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 275, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

/* line 280, ../_base.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #ddd;
}

/* line 285, ../_base.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

/* line 292, ../_base.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 298, ../_base.scss */
textarea {
  resize: vertical;
}

/* line 301, ../_base.scss */
textarea:placeholder-shown {
  color: #ddd;
}

/* line 304, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #ddd;
}

/* line 307, ../_base.scss */
textarea::-moz-placeholder {
  color: #ddd;
}

/* line 312, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 318, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 324, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 330, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 335, ../_base.scss */
button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 342, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  /* line 342, ../_base.scss */
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 350, ../_base.scss */
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 360, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 366, ../_base.scss */
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 374, ../_base.scss */
caption {
  text-align: left;
}

/* line 378, ../_base.scss */
html {
  scroll-behavior: auto;
  overflow-x: hidden;
}

/* line 383, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

/* line 394, ../_base.scss */
body.sp_fix {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 402, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 407, ../_base.scss */
svg {
  width: 100%;
  height: auto;
}

/* line 412, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

/* line 91, ../_module.scss */
.mincho {
  font-family: "Shippori Mincho", serif;
}

/* line 94, ../_module.scss */
.en {
  font-family: "Montserrat", sans-serif;
}

/* line 97, ../_module.scss */
.en_num {
  font-family: "Barlow", sans-serif;
}

/* line 100, ../_module.scss */
.fwm {
  font-weight: 500;
}

/* line 103, ../_module.scss */
.fwb {
  font-weight: 700;
}

/* line 107, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 112, ../_module.scss */
.noto_serif {
  font-family: "Noto Serif JP", serif;
}

/* line 116, ../_module.scss */
.flx {
  display: flex;
}
/* line 118, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 121, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 124, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 127, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 130, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 132, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

/* line 137, ../_module.scss */
.ablt {
  position: absolute;
}

/* line 141, ../_module.scss */
.yel {
  color: #ffdc00;
}

/* line 146, ../_module.scss */
.lead {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  /* line 146, ../_module.scss */
  .lead {
    text-align: justify;
  }
}

/* line 154, ../_module.scss */
.bg_btn {
  background-color: #ffdc00;
  text-align: center;
  display: block;
  padding: 33px 0;
}
/* line 159, ../_module.scss */
.bg_btn span {
  font-size: 1.6rem;
  color: #fff;
}

/* line 197, ../_module.scss */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@keyframes PageAnime1 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes PageAnime2 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .pc {
    display: none;
  }
}

/* line 17, ../_layout.scss */
#stage .popup_front,
#stage .popup_back {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}
/* line 27, ../_layout.scss */
#stage .popup_front .popup_visionmap,
#stage .popup_back .popup_visionmap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 50001;
}
@media (min-width: 1000px) {
  /* line 27, ../_layout.scss */
  #stage .popup_front .popup_visionmap,
  #stage .popup_back .popup_visionmap {
    width: 80%;
    height: 80%;
    max-height: 800px;
    max-width: 1200px;
    overflow-y: scroll;
  }
}
/* line 43, ../_layout.scss */
#stage .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
}
/* line 53, ../_layout.scss */
#stage #close {
  position: absolute;
  top: 26%;
  left: 92%;
  z-index: 100000;
  cursor: pointer;
}
@media (min-width: 1000px) {
  /* line 53, ../_layout.scss */
  #stage #close {
    top: 10%;
    left: 86%;
  }
}
/* line 63, ../_layout.scss */
#stage #close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
@media (min-width: 1000px) {
  /* line 63, ../_layout.scss */
  #stage #close::after {
    width: 70px;
    height: 70px;
  }
}
/* line 79, ../_layout.scss */
#stage #close .left_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  height: 3px;
  width: 20px;
}
@media (min-width: 1000px) {
  /* line 79, ../_layout.scss */
  #stage #close .left_border {
    width: 34px;
  }
}
/* line 91, ../_layout.scss */
#stage #close .right_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  height: 3px;
  width: 20px;
}
@media (min-width: 1000px) {
  /* line 91, ../_layout.scss */
  #stage #close .right_border {
    width: 34px;
  }
}

/* line 106, ../_layout.scss */
.flame {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 450px;
  height: 100%;
  z-index: 100;
}
@media (min-width: 1000px) {
  /* line 106, ../_layout.scss */
  .flame {
    max-width: 375px;
  }
}
/* line 119, ../_layout.scss */
.flame.back {
  z-index: -1;
}
/* line 122, ../_layout.scss */
.flame.front {
  z-index: 100;
}
/* line 125, ../_layout.scss */
.flame .open_page {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 55%;
  left: 5%;
  z-index: 10000;
  transform: rotate(-30deg) translate(-50%, -50%);
}
@media (min-width: 1000px) {
  /* line 125, ../_layout.scss */
  .flame .open_page {
    max-width: 375px;
    top: 50%;
    left: 16%;
  }
}
/* line 138, ../_layout.scss */
.flame .open_page .slash_bg {
  animation-name: PageAnime1;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  z-index: 999;
  width: 200%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background-color: #ffdc00;
}
@media (min-width: 1000px) {
  /* line 138, ../_layout.scss */
  .flame .open_page .slash_bg {
    width: 214%;
  }
}
/* line 155, ../_layout.scss */
.flame .open_page .slash_bg.move {
  animation-name: PageAnime2;
}

/* line 163, ../_layout.scss */
.rate_text .eng {
  font-size: 1rem;
  letter-spacing: 0.18em;
  font-weight: 600;
}
/* line 168, ../_layout.scss */
.rate_text .rate_name {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 4px;
}

/* line 176, ../_layout.scss */
.back_ground {
  position: fixed;
  background: url(../../img/common/bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1000px) {
  /* line 183, ../_layout.scss */
  .back_ground::before {
    position: absolute;
    content: "";
    background: url(../../img/common/big-bubble.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 28%;
    height: 25vw;
  }
}
@media (min-width: 1000px) {
  /* line 195, ../_layout.scss */
  .back_ground::after {
    position: absolute;
    content: "";
    background: url(../../img/common/big-logo.png) no-repeat center;
    background-size: cover;
    bottom: 30px;
    right: 28px;
    width: 125px;
    height: 149px;
  }
}

/* line 208, ../_layout.scss */
.todays_value_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
/* line 216, ../_layout.scss */
.todays_value_overlay.on {
  opacity: 1;
  z-index: 10000;
}

/* line 221, ../_layout.scss */
.todays_value {
  position: fixed;
  width: 100%;
  max-width: 450px;
  height: 90%;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10000;
  transition: 0.3s;
}
@media (min-width: 1000px) {
  /* line 221, ../_layout.scss */
  .todays_value {
    max-width: 375px;
  }
}
/* line 234, ../_layout.scss */
.todays_value.on {
  bottom: 0;
}
/* line 238, ../_layout.scss */
.todays_value_inner::-webkit-scrollbar {
  display: none;
}
/* line 241, ../_layout.scss */
.todays_value_inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdc00;
  border-radius: 66px 66px 0 0;
  padding: 50px 10% 70px;
  overflow-y: scroll;
}
/* line 250, ../_layout.scss */
.todays_value_inner .title {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  padding-left: 12px;
}
/* line 256, ../_layout.scss */
.todays_value_inner .title::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -50%);
  left: -6px;
}
/* line 270, ../_layout.scss */
.todays_value_inner .random_value .article .value_num {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  margin-top: 28px;
}
/* line 276, ../_layout.scss */
.todays_value_inner .random_value .article h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 8px;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(3%);
}
/* line 285, ../_layout.scss */
.todays_value_inner .random_value .article h2.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.5s;
}
/* line 291, ../_layout.scss */
.todays_value_inner .random_value .article .honne_wrap {
  text-align: center;
  margin-top: 36px;
}
/* line 294, ../_layout.scss */
.todays_value_inner .random_value .article .honne_wrap .honne_text {
  transform: scale(0);
  transition: 0.5s ease-out;
}
/* line 297, ../_layout.scss */
.todays_value_inner .random_value .article .honne_wrap .honne_text.on {
  transform: scale(1);
  transition-delay: 0.9s;
}
/* line 302, ../_layout.scss */
.todays_value_inner .random_value .article .honne_wrap .honne_img {
  width: 112px;
  margin-top: 42px;
  margin-left: 4px;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.5s ease-out;
}
/* line 309, ../_layout.scss */
.todays_value_inner .random_value .article .honne_wrap .honne_img.on {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.7s;
}
/* line 316, ../_layout.scss */
.todays_value_inner .random_value .article .comment {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 18px;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(3%);
}
/* line 325, ../_layout.scss */
.todays_value_inner .random_value .article .comment.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1.2s;
}
/* line 333, ../_layout.scss */
.todays_value_inner .close_btn {
  text-align: center;
  margin-top: 54px;
  padding: 25px;
  border-radius: 40px;
  color: #fff;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(3%);
}
/* line 348, ../_layout.scss */
.todays_value_inner .close_btn.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1.5s;
}
/* line 353, ../_layout.scss */
.todays_value_inner .close_btn::after {
  position: absolute;
  content: "×";
  font-size: 1.8rem;
  color: #fff;
  top: 50%;
  transform: translate(0, -50%);
  left: 28px;
}

/* line 366, ../_layout.scss */
#contents {
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  max-width: 450px;
  margin: auto;
  z-index: 10;
  background-color: #fff;
  box-shadow: 1px 2px 30px rgba(100, 100, 100, 0.2);
}
@media (min-width: 1000px) {
  /* line 366, ../_layout.scss */
  #contents {
    max-width: 375px;
  }
}

/* line 381, ../_layout.scss */
.rate .count,
.rate .count_big {
  font-size: 5rem;
  font-weight: 600;
}
/* line 386, ../_layout.scss */
.rate span {
  font-size: 2.6rem;
  font-weight: 700;
}

/* line 392, ../_layout.scss */
.title_border {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* line 402, ../_layout.scss */
.section_theme {
  padding: 150px 8% 0;
  opacity: 0;
  transition: 0.3s ease-in;
  transform: translateY(3%);
}
/* line 407, ../_layout.scss */
.section_theme.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.4s;
}
/* line 412, ../_layout.scss */
.section_theme h2 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
/* line 419, ../_layout.scss */
.section_theme .lead {
  margin-top: 25px;
}

/* line 424, ../_layout.scss */
.mission,
.vision,
.value {
  position: relative;
}
/* line 428, ../_layout.scss */
.mission::after,
.vision::after,
.value::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20%;
  width: 328px;
  height: 260px;
  transform: scale(0);
  transition: 0.5s ease-in;
  z-index: -1;
}
/* line 440, ../_layout.scss */
.mission.on::after,
.vision.on::after,
.value.on::after {
  transform: scale(1);
}

/* line 447, ../_layout.scss */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 453, ../_layout.scss */
header .header_inner {
  padding: 0;
}
/* line 455, ../_layout.scss */
header .header_inner .logo_box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.06);
  padding: 12px 20px 15px;
  background-color: #fff;
  max-width: 450px;
}
@media (min-width: 1000px) {
  /* line 455, ../_layout.scss */
  header .header_inner .logo_box {
    max-width: 375px;
  }
}
/* line 468, ../_layout.scss */
header .header_inner .logo_box .todays_btn {
  position: relative;
  cursor: pointer;
}
/* line 471, ../_layout.scss */
header .header_inner .logo_box .todays_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffdc00;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
/* line 482, ../_layout.scss */
header .header_inner .logo_box .todays_btn::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 6%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #ffdd00 transparent;
  z-index: -1;
}
/* line 495, ../_layout.scss */
header .header_inner .logo_box .todays_btn p {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}
/* line 504, ../_layout.scss */
header .header_inner .link_box {
  background-color: #000;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  max-width: 450px;
}
@media (min-width: 1000px) {
  /* line 504, ../_layout.scss */
  header .header_inner .link_box {
    max-width: 375px;
  }
}
/* line 515, ../_layout.scss */
header .header_inner .link_box_btn {
  text-align: center;
  width: 25%;
  height: 86px;
  padding: 16px 0;
}
/* line 520, ../_layout.scss */
header .header_inner .link_box_btn.current {
  border-bottom: 1px solid #ffdc00;
}
/* line 524, ../_layout.scss */
header .header_inner .link_box_btn .btn_inner img {
  height: 30px;
}
/* line 527, ../_layout.scss */
header .header_inner .link_box_btn .btn_inner p {
  font-size: 1.1rem;
  margin-top: 11px;
  text-align: center;
  color: #fff;
}

/* line 539, ../_layout.scss */
.business,
.people,
.structure,
.area,
.sns {
  padding-bottom: 150px;
}
/* line 545, ../_layout.scss */
.business .middle_title_wrap,
.people .middle_title_wrap,
.structure .middle_title_wrap,
.area .middle_title_wrap,
.sns .middle_title_wrap {
  margin: 40px 5% 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #aaa;
}
/* line 549, ../_layout.scss */
.business .middle_title_wrap .eng,
.people .middle_title_wrap .eng,
.structure .middle_title_wrap .eng,
.area .middle_title_wrap .eng,
.sns .middle_title_wrap .eng {
  color: #ffdc00;
  font-size: 1rem;
  letter-spacing: 0.18em;
}
/* line 554, ../_layout.scss */
.business .middle_title_wrap h2,
.people .middle_title_wrap h2,
.structure .middle_title_wrap h2,
.area .middle_title_wrap h2,
.sns .middle_title_wrap h2 {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 6px;
}
/* line 562, ../_layout.scss */
.business .middle_wave_contents,
.people .middle_wave_contents,
.structure .middle_wave_contents,
.area .middle_wave_contents,
.sns .middle_wave_contents {
  margin-top: 43px;
}
/* line 564, ../_layout.scss */
.business .middle_wave_contents .middle_wave_graph,
.people .middle_wave_contents .middle_wave_graph,
.structure .middle_wave_contents .middle_wave_graph,
.area .middle_wave_contents .middle_wave_graph,
.sns .middle_wave_contents .middle_wave_graph {
  position: relative;
  margin: auto;
  height: 338.5px;
  width: 337.5px;
}
/* line 569, ../_layout.scss */
.business .middle_wave_contents .middle_wave_graph .zero_graph,
.people .middle_wave_contents .middle_wave_graph .zero_graph,
.structure .middle_wave_contents .middle_wave_graph .zero_graph,
.area .middle_wave_contents .middle_wave_graph .zero_graph,
.sns .middle_wave_contents .middle_wave_graph .zero_graph {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
}
/* line 575, ../_layout.scss */
.business .middle_wave_contents .middle_wave_graph .zero_graph img,
.people .middle_wave_contents .middle_wave_graph .zero_graph img,
.structure .middle_wave_contents .middle_wave_graph .zero_graph img,
.area .middle_wave_contents .middle_wave_graph .zero_graph img,
.sns .middle_wave_contents .middle_wave_graph .zero_graph img {
  width: 100%;
}
/* line 579, ../_layout.scss */
.business .middle_wave_contents .middle_wave_graph .middle_rate,
.people .middle_wave_contents .middle_wave_graph .middle_rate,
.structure .middle_wave_contents .middle_wave_graph .middle_rate,
.area .middle_wave_contents .middle_wave_graph .middle_rate,
.sns .middle_wave_contents .middle_wave_graph .middle_rate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 584, ../_layout.scss */
.business .middle_wave_contents .middle_wave_graph .middle_rate .count,
.people .middle_wave_contents .middle_wave_graph .middle_rate .count,
.structure .middle_wave_contents .middle_wave_graph .middle_rate .count,
.area .middle_wave_contents .middle_wave_graph .middle_rate .count,
.sns .middle_wave_contents .middle_wave_graph .middle_rate .count {
  font-size: 8rem;
  font-weight: 500;
}
/* line 588, ../_layout.scss */
.business .middle_wave_contents .middle_wave_graph .middle_rate span,
.people .middle_wave_contents .middle_wave_graph .middle_rate span,
.structure .middle_wave_contents .middle_wave_graph .middle_rate span,
.area .middle_wave_contents .middle_wave_graph .middle_rate span,
.sns .middle_wave_contents .middle_wave_graph .middle_rate span {
  font-size: 4.2rem;
  font-weight: 600;
}
/* line 594, ../_layout.scss */
.business .middle_wave_contents .message_wrap,
.people .middle_wave_contents .message_wrap,
.structure .middle_wave_contents .message_wrap,
.area .middle_wave_contents .message_wrap,
.sns .middle_wave_contents .message_wrap {
  margin-top: 66px;
  background-color: #ffdc00;
  padding: 28px 6%;
  margin: 66px 5% 0;
  border-radius: 22px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.18);
}
/* line 601, ../_layout.scss */
.business .middle_wave_contents .message_wrap .title,
.people .middle_wave_contents .message_wrap .title,
.structure .middle_wave_contents .message_wrap .title,
.area .middle_wave_contents .message_wrap .title,
.sns .middle_wave_contents .message_wrap .title {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  padding-left: 12px;
}
/* line 607, ../_layout.scss */
.business .middle_wave_contents .message_wrap .title::after,
.people .middle_wave_contents .message_wrap .title::after,
.structure .middle_wave_contents .message_wrap .title::after,
.area .middle_wave_contents .message_wrap .title::after,
.sns .middle_wave_contents .message_wrap .title::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -50%);
  left: -6px;
}
/* line 620, ../_layout.scss */
.business .middle_wave_contents .message_wrap .message_img_wrap .message_img,
.people .middle_wave_contents .message_wrap .message_img_wrap .message_img,
.structure .middle_wave_contents .message_wrap .message_img_wrap .message_img,
.area .middle_wave_contents .message_wrap .message_img_wrap .message_img,
.sns .middle_wave_contents .message_wrap .message_img_wrap .message_img {
  width: 112px;
  margin-left: 8px;
}
/* line 625, ../_layout.scss */
.business .middle_wave_contents .message_wrap .comment,
.people .middle_wave_contents .message_wrap .comment,
.structure .middle_wave_contents .message_wrap .comment,
.area .middle_wave_contents .message_wrap .comment,
.sns .middle_wave_contents .message_wrap .comment {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 18px;
}
/* line 634, ../_layout.scss */
.business .small_wave_contents,
.people .small_wave_contents,
.structure .small_wave_contents,
.area .small_wave_contents,
.sns .small_wave_contents {
  margin: 36px 5% 0;
}
/* line 636, ../_layout.scss */
.business .small_wave_contents .small_item_wrap,
.people .small_wave_contents .small_item_wrap,
.structure .small_wave_contents .small_item_wrap,
.area .small_wave_contents .small_item_wrap,
.sns .small_wave_contents .small_item_wrap {
  margin-top: 30px;
}
/* line 639, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box,
.people .small_wave_contents .small_item_wrap .article .small_item_box,
.structure .small_wave_contents .small_item_wrap .article .small_item_box,
.area .small_wave_contents .small_item_wrap .article .small_item_box,
.sns .small_wave_contents .small_item_wrap .article .small_item_box {
  margin-bottom: 20px;
  padding: 30px 5%;
  border: 2px dotted #aaa;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
}
/* line 645, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .title_area,
.people .small_wave_contents .small_item_wrap .article .small_item_box .title_area,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .title_area,
.area .small_wave_contents .small_item_wrap .article .small_item_box .title_area,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .title_area {
  padding-bottom: 22px;
  border-bottom: 1px solid #b4b4b4;
}
/* line 648, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num,
.people .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num,
.area .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdc00;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
/* line 661, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num::after,
.people .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num::after,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num::after,
.area .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num::after,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .title_area .title_num::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffdc00 transparent transparent transparent;
  transform: rotate(-45deg);
}
/* line 674, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .title_area h3,
.people .small_wave_contents .small_item_wrap .article .small_item_box .title_area h3,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .title_area h3,
.area .small_wave_contents .small_item_wrap .article .small_item_box .title_area h3,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .title_area h3 {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 84%;
}
/* line 681, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap {
  padding-top: 22px;
}
/* line 683, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .title,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .title,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .title,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .title,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .title {
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
/* line 688, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph {
  align-items: baseline;
  margin-top: -12px;
}
/* line 691, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph {
  padding-top: 10px;
  position: relative;
  width: 200px;
  height: 25px;
  background-color: #b4b4b4;
  border-radius: 30px;
  overflow: hidden;
}
/* line 699, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 25px;
  background: linear-gradient(to left, #fac705, #fbdd06);
}
/* line 707, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.one.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.one.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.one.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.one.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.one.on {
  animation: substance_one 0.5s linear forwards;
}
@keyframes substance_one {
  0% {
    width: 0;
  }
  100% {
    width: 10px;
  }
}
/* line 720, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.two.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.two.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.two.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.two.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.two.on {
  animation: substance_two 0.5s linear forwards;
}
@keyframes substance_two {
  0% {
    width: 0;
  }
  100% {
    width: 20px;
  }
}
/* line 733, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.three.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.three.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.three.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.three.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.three.on {
  animation: substance_three 0.6s linear forwards;
}
@keyframes substance_three {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
/* line 746, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.four.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.four.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.four.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.four.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.four.on {
  animation: substance_four 0.6s linear forwards;
}
@keyframes substance_four {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}
/* line 759, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.five.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.five.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.five.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.five.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.five.on {
  animation: substance_five 0.7s linear forwards;
}
@keyframes substance_five {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
/* line 772, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.six.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.six.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.six.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.six.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.six.on {
  animation: substance_six 0.8s linear forwards;
}
@keyframes substance_six {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
/* line 785, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seven.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seven.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seven.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seven.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seven.on {
  animation: substance_seven 0.9s linear forwards;
}
@keyframes substance_seven {
  0% {
    width: 0;
  }
  100% {
    width: 70px;
  }
}
/* line 798, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eight.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eight.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eight.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eight.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eight.on {
  animation: substance_eight 1s linear forwards;
}
@keyframes substance_eight {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}
/* line 811, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nine.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nine.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nine.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nine.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nine.on {
  animation: substance_nine 1.1s linear forwards;
}
@keyframes substance_nine {
  0% {
    width: 0;
  }
  100% {
    width: 90px;
  }
}
/* line 824, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.ten.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.ten.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.ten.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.ten.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.ten.on {
  animation: substance_ten 1.1s linear forwards;
}
@keyframes substance_ten {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
/* line 837, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eleven.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eleven.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eleven.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eleven.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eleven.on {
  animation: substance_eleven 1.2s linear forwards;
}
@keyframes substance_eleven {
  0% {
    width: 0;
  }
  100% {
    width: 110px;
  }
}
/* line 850, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twelve.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twelve.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twelve.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twelve.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twelve.on {
  animation: substance_twelve 1.2s linear forwards;
}
@keyframes substance_twelve {
  0% {
    width: 0;
  }
  100% {
    width: 120px;
  }
}
/* line 863, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.thirteen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.thirteen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.thirteen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.thirteen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.thirteen.on {
  animation: substance_thirteen 1.3s linear forwards;
}
@keyframes substance_thirteen {
  0% {
    width: 0;
  }
  100% {
    width: 130px;
  }
}
/* line 876, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fourteen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fourteen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fourteen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fourteen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fourteen.on {
  animation: substance_fourteen 1.3s linear forwards;
}
@keyframes substance_fourteen {
  0% {
    width: 0;
  }
  100% {
    width: 140px;
  }
}
/* line 889, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fifteen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fifteen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fifteen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fifteen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.fifteen.on {
  animation: substance_fifteen 1.3s linear forwards;
}
@keyframes substance_fifteen {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
/* line 902, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.sixteen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.sixteen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.sixteen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.sixteen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.sixteen.on {
  animation: substance_sixteen 1.3s linear forwards;
}
@keyframes substance_sixteen {
  0% {
    width: 0;
  }
  100% {
    width: 160px;
  }
}
/* line 915, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seventeen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seventeen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seventeen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seventeen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.seventeen.on {
  animation: substance_seventeen 1.4s linear forwards;
}
@keyframes substance_seventeen {
  0% {
    width: 0;
  }
  100% {
    width: 170px;
  }
}
/* line 928, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eighteen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eighteen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eighteen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eighteen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.eighteen.on {
  animation: substance_eighteen 1.4s linear forwards;
}
@keyframes substance_eighteen {
  0% {
    width: 0;
  }
  100% {
    width: 180px;
  }
}
/* line 941, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nineteen.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nineteen.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nineteen.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nineteen.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.nineteen.on {
  animation: substance_nineteen 1.4s linear forwards;
}
@keyframes substance_nineteen {
  0% {
    width: 0;
  }
  100% {
    width: 190px;
  }
}
/* line 954, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twenty.on,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twenty.on,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twenty.on,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twenty.on,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .small_graph .graph_substance.twenty.on {
  animation: substance_twenty 1.4s linear forwards;
}
@keyframes substance_twenty {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}
/* line 968, ../_layout.scss */
.business .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .rate,
.people .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .rate,
.structure .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .rate,
.area .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .rate,
.sns .small_wave_contents .small_item_wrap .article .small_item_box .small_wave_wrap .wave_graph .rate {
  font-size: 4.2rem;
}
/* line 978, ../_layout.scss */
.business .back_btn,
.people .back_btn,
.structure .back_btn,
.area .back_btn,
.sns .back_btn {
  text-align: center;
  margin: 54px auto 0;
  padding: 25px;
  border-radius: 40px;
  color: #fff;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  width: 280px;
}

/* line 14, ../_states.scss */
.hvrop {
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 17, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 22, ../_states.scss */
.underline {
  position: relative;
}
/* line 24, ../_states.scss */
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  /* line 38, ../_states.scss */
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* line 46, ../_states.scss */
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 49, ../_states.scss */
.hoverScale .thumb .scaleImg {
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 51, ../_states.scss */
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  /* line 58, ../_states.scss */
  .hoverScale:hover .thumb {
    transform: scale(0.95);
  }
  /* line 60, ../_states.scss */
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}

/* line 70, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
  height: auto;
}
/* line 78, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 84, ../_states.scss */
.fade_y {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 88, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 94, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: .5s;
}
/* line 100, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 112, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 114, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}
