@charset "UTF-8";
/* flow用css */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
/* コンテンツ共通スタイル */
#headline-area .txt-area h1 {
  background-image: url(../img/icon/flow.png);
}

.flow-contents {
  width: 90%;
  margin: 4em auto 0 auto !important;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3em;
}
.flow-contents picture.photo-area {
  width: calc(55% - 1.5em);
}
.flow-contents .txt-area {
  width: calc(45% - 1.5em);
}
.flow-contents .txt-area p {
  font-family: ta-oonishi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.35em;
  letter-spacing: -0.02em;
  line-height: 2;
}
.flow-contents .txt-area p + p {
  margin-top: 2em !important;
}
.flow-contents.even picture {
  order: 1;
}
.flow-contents.even .txt-area {
  order: 0;
}
.flow-contents.staff picture.photo-area {
  width: 35%;
}
.flow-contents.staff .txt-area {
  width: 45%;
}
.flow-contents.staff .txt-area p {
  font-size: 1.75em;
  line-height: 1.5;
}
.flow-contents.measure ol.measure-ol {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  gap: 3em;
}
.flow-contents.measure ol.measure-ol li {
  font-family: ta-oonishi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: -0.02em;
  line-height: 1.3;
  width: calc(33.3333333333% - 2em);
}
.flow-contents.measure ol.measure-ol li.get {
  width: 40%;
}
.flow-contents.measure ol.measure-ol li picture {
  width: 100%;
}
.flow-contents.measure ol.measure-ol li picture img {
  width: 100%;
}
.flow-contents.measure ol.measure-ol li span {
  padding-bottom: 1em;
  display: block;
}
.flow-contents.measure ol.measure-ol li span.red {
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 0.5em;
}
.flow-contents.measure ol.measure-ol li span span {
  font-size: 1rem;
  color: #000;
  padding-bottom: 0;
  display: inline-block;
}
.flow-contents.measure ol.measure-ol li:nth-of-type(2) {
  margin-top: 3em;
}
.flow-contents.measure ol.measure-ol li:nth-of-type(3) {
  margin-top: 5em;
}
.flow-contents.measure p.catch {
  font-family: ta-oonishi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.75em !important;
  padding: 1.5em 0;
}
.flow-contents.next {
  gap: 1.5em;
}
.flow-contents.next p {
  font-family: ta-oonishi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.35em;
  letter-spacing: -0.02em;
  line-height: 2;
  width: 100%;
}
.flow-contents.next .img-area {
  width: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}

@media screen and (max-width: 767px) {
  .contents-section h2 {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .contents-section h2 span {
    text-align: right;
    width: 100%;
  }
  .contents-section .flow-contents {
    width: 100%;
    gap: 1.5em;
    flex-direction: column;
  }
  .contents-section .flow-contents .photo-area {
    width: 70%;
  }
  .contents-section .flow-contents .txt-area {
    width: 100%;
  }
  .contents-section .flow-contents.staff .photo-area {
    width: 60%;
  }
  .contents-section .flow-contents.measure .measure-ol {
    flex-direction: column;
    gap: 1.5em;
  }
  .contents-section .flow-contents.measure .measure-ol li {
    width: 100% !important;
    margin-top: 0 !important;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    justify-content: space-between;
  }
  .contents-section .flow-contents.measure .measure-ol li span {
    width: 42.5% !important;
    order: 1;
  }
  .contents-section .flow-contents.measure .measure-ol li span span {
    width: 100% !important;
  }
  .contents-section .flow-contents.measure .measure-ol li picture {
    width: 50% !important;
    order: 0;
  }
}/*# sourceMappingURL=flow.css.map */