@charset "UTF-8";
/*日本語*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format("woff");
}
html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.6vw;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li,
dl,
dt {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}

p,
dt,
dd,
li {
  text-align: justify;
  text-justify: initial;
}

.alignCenter {
  text-align: center;
}

.backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}

img.fitImg {
  max-width: 100%;
  height: auto;
}

br {
  line-height: 1;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .pc-br,
  .is-pc {
    display: none;
  }
}
.sp-br,
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br,
  .is-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.nowrap {
  white-space: nowrap;
}

.lt-robo_con400 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.lt-robo_con700 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

a[href^="tel:"] {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-content-wrap {
    width: 100%;
    height: auto;
    padding: 0 6.1538461538vw;
  }
}
.l-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.8);
  display: none;
}

.no-wrap-line {
  font-style: normal;
  font-weight: inherit;
  white-space: nowrap;
}

.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fee82c));
  background: linear-gradient(transparent 70%, #fee82c 30%);
}

/*-----------------------------------------------

header

-------------------------------------------------*/
.l-header-wrap {
  width: 100%;
  height: 74px;
  border-bottom: 4px solid #e60000;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .l-header-wrap {
    height: 17.9487179487vw;
    padding: 0;
  }
}
.l-header-wrap.is-anim.is-backToTop {
  -webkit-animation: headerBG_pc_start 0.25s linear forwards;
  animation: headerBG_pc_start 0.25s linear forwards;
}

@media screen and (max-width: 767px) {
  .l-header-wrap.is-anim.is-backToTop {
    -webkit-animation: headerBG_sp_start 0.25s linear forwards;
    animation: headerBG_sp_start 0.25s linear forwards;
  }
}
.l-header-wrap.is-anim.is-scrolling {
  -webkit-animation: headerBG_pc 0.25s linear forwards;
  animation: headerBG_pc 0.25s linear forwards;
}

@media screen and (max-width: 767px) {
  .l-header-wrap.is-anim.is-scrolling {
    -webkit-animation: headerBG_sp 0.25s linear forwards;
    animation: headerBG_sp 0.25s linear forwards;
  }
}
@-webkit-keyframes headerBG_pc {
  0% {
    height: 74px;
  }
  100% {
    height: 64px;
  }
}
@keyframes headerBG_pc {
  0% {
    height: 74px;
  }
  100% {
    height: 64px;
  }
}
@-webkit-keyframes headerBG_pc_start {
  0% {
    height: 64px;
  }
  100% {
    height: 74px;
  }
}
@keyframes headerBG_pc_start {
  0% {
    height: 64px;
  }
  100% {
    height: 74px;
  }
}
@-webkit-keyframes headerBG_sp {
  0% {
    height: 17.9487179487vw;
  }
  100% {
    height: 17.9487179487vw;
  }
}
@keyframes headerBG_sp {
  0% {
    height: 17.9487179487vw;
  }
  100% {
    height: 17.9487179487vw;
  }
}
@-webkit-keyframes headerBG_sp_start {
  0% {
    height: 17.9487179487vw;
  }
  100% {
    height: 17.9487179487vw;
  }
}
@keyframes headerBG_sp_start {
  0% {
    height: 17.9487179487vw;
  }
  100% {
    height: 17.9487179487vw;
  }
}
.o-header-flex {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .o-header-flex {
    max-width: 100%;
    position: relative;
  }
}
.l-header-main {
  width: 50%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-header-main {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .o-header-logo {
    width: 100%;
    padding-left: 3.0769230769vw;
  }
}
.o-header-logo .is-logo-image img {
  width: 148px;
}

@media screen and (max-width: 767px) {
  .o-header-logo .is-logo-image img {
    width: 25.641025641vw;
  }
}
.o-header-logo .is-logo-text {
  display: inline-block;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .o-header-logo .is-logo-text {
    display: block;
    padding: 0;
  }
}
.o-header-logo .is-logo-text img {
  width: 166px;
}

@media screen and (max-width: 767px) {
  .o-header-logo .is-logo-text img {
    width: 26.9230769231vw;
    padding-top: 0vw;
  }
}
.l-header-sub {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .l-header-sub {
    width: 55%;
  }
}
.o-header-logo-ja {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .o-header-logo-ja {
    padding-right: 3.0769230769vw;
  }
}
.o-header-logo-ja img {
  width: 246px;
}

@media screen and (max-width: 767px) {
  .o-header-logo-ja img {
    width: 50vw;
  }
}
/*------------------------------------------------------------

footer

-------------------------------------------------------------*/
.l-footer-wrap {
  width: 100%;
  background: #e60000;
  padding: 28px 0 29px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-footer-wrap {
    padding: 0 0 4.5vw;
    margin-bottom: 0;
  }
}
.l-footer-wrap canvas {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.o-footer-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .o-footer-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3.0769230769vw;
    background: #282828;
  }
}
.o-footer-list-item {
  margin: 0 18px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .o-footer-list-item {
    margin: 0;
    width: 48%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 3.0769230769vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .o-footer-list-item.no-border {
    border: none;
  }
}
.o-footer-list-item a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .o-footer-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.0769230769vw 0;
    width: 100%;
    min-height: 17.9487179487vw;
    line-height: 1.6;
    text-align: center;
  }
}
.o-footer-cp {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .o-footer-cp {
    margin: 4.6153846154vw 0 0;
    font-size: 2.8205128205vw;
    line-height: 1.8;
  }
}
/*-----------------------------------------------

フローティング

-------------------------------------------------*/
.l-floating-wrap {
  position: fixed;
  z-index: -1;
  right: 16px;
  bottom: 5%;
  width: 270px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .l-floating-wrap {
    right: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    padding: 0 3.0769230769vw;
  }
}
.l-floating-wrap.is-scrolling {
  z-index: 998;
  -webkit-animation: show_float 1.3s ease-out forwards;
  animation: show_float 1.3s ease-out forwards;
}

.l-floating-wrap.is-scrolling.is-fadeout {
  -webkit-animation: fadeout_float 0.2s ease-in forwards;
  animation: fadeout_float 0.2s ease-in forwards;
}

@-webkit-keyframes show_float {
  0% {
    z-index: 998;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_float {
  0% {
    z-index: 998;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout_float {
  0% {
    opacity: 1;
  }
  99% {
    right: 300px;
    opacity: 0;
  }
  100% {
    display: none;
    z-index: -1;
  }
}
@keyframes fadeout_float {
  0% {
    opacity: 1;
  }
  99% {
    right: 300px;
    opacity: 0;
  }
  100% {
    display: none;
    z-index: -1;
  }
}
.o-floating-menu {
  width: 100%;
  position: relative;
  padding: 15px 18px 22px 90px;
  border-radius: 10px;
  background: #e60000;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 2px 2px 6px 2px rgba(1, 1, 1, 0.1);
}

@media screen and (max-width: 767px) {
  .o-floating-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.8461538462vw 5.1282051282vw 3.8461538462vw 20.5128205128vw;
    border-radius: 2.5641025641vw;
    -webkit-box-shadow: 0 -2px 6px 2px rgba(1, 1, 1, 0.1);
    box-shadow: 0 -2px 6px 2px rgba(1, 1, 1, 0.1);
  }
}
.o-floating-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 87px;
  min-height: 107px;
  background: url(../img/illust_female.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .o-floating-menu:after {
    left: 2.5641025641vw;
    width: 16.6666666667vw;
    min-height: 20.5128205128vw;
  }
}
.o-floating-menu-catch {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-floating-menu-catch {
    width: 45%;
    font-size: 3.5897435897vw;
  }
}
.o-floating-menu-catch span {
  padding: 3px 20px;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .o-floating-menu-catch span {
    padding: 0;
    font-size: 3.5897435897vw;
  }
}
.o-floating-menu-catch span:before,
.o-floating-menu-catch span:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  width: 12px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.88%2023.88%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m16.17%2C19.7l1.71%2C2.46-2.46%2C1.71-1.71-2.46m-.96-6.64l1.71%2C2.46-2.46%2C1.71-1.71-2.46m-.96-6.64l1.71%2C2.46-2.46%2C1.71-1.71-2.46m-.96-6.64l1.71%2C2.46-2.46%2C1.71-1.71-2.46M2.46%2C0l1.71%2C2.46-2.46%2C1.71L0%2C1.71%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media screen and (max-width: 767px) {
  .o-floating-menu-catch span:before,
  .o-floating-menu-catch span:after {
    display: none;
    top: calc(50% - 2vw);
    width: 3.0769230769vw;
    height: 4.1025641026vw;
  }
}
.o-floating-menu-catch span:before {
  left: 0;
}

.o-floating-menu-catch span:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.o-floating-menu-link {
  padding: 10px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-floating-menu-link {
    width: 55%;
    padding: 0;
  }
}
.o-floating-menu-link a {
  display: block;
  width: 160px;
  padding: 14px 4px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 2px 2px 6px 2px rgba(1, 1, 1, 0.1);
  font-size: 14px;
  color: #e60000;
  font-weight: 700;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}

@media screen and (max-width: 767px) {
  .o-floating-menu-link a {
    width: 69.2307692308vw;
    padding: 2.5641025641vw 0;
    border: none;
    border-radius: 5.1282051282vw/50%;
    font-size: 3.8461538462vw;
  }
}
.o-floating-menu-link a:hover {
  background: #e60000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .o-floating-menu-link a:hover {
    background: #fff;
    color: #e60000;
  }
}
.o-floating-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .o-floating-close {
    display: none;
  }
}
.o-floating-close:before,
.o-floating-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: calc(50% - 1px);
  width: 10px;
  height: 0;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.o-floating-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-----------------------------------------------

共通見出し

-------------------------------------------------*/
/******************************************************************************
* a-heading
*******************************************************************************/
.a-heading {
  display: -ms-grid;
  display: grid;
  row-gap: 0.5em;
  text-align: center;
}
.a-heading > * {
  display: block;
}
.a-heading_text-one {
  font-size: 20px;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .a-heading_text-one {
    font-size: 5.1282051282vw;
  }
}
.a-heading_text-two {
  font-size: 38px;
  color: #543e22;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .a-heading_text-two {
    font-size: 8.2051282051vw;
  }
}

.p-release-date {
  margin: 10px 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-release-date {
    margin: 10.7692307692vw 0 3.0769230769vw;
    padding: 0 4.1025641026vw;
  }
}
.p-release-date p {
  font-size: 14px;
  text-align: right;
}

/*------------------------------------------------------------

contact

-------------------------------------------------------------*/
.o-contact-section {
  position: relative;
  padding: 68px 0;
  background-color: #eae9c4;
}
@media screen and (max-width: 767px) {
  .o-contact-section {
    background-color: #fff;
    margin: 0 6.6666666667vw;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-section.is-first {
    padding: 17.9487179487vw 0;
  }
}
@media screen and (max-width: 767px) {
  .o-contact-section .l-content-wrap {
    border-radius: 5.1282051282vw;
    padding: 9.2307692308vw 5.1282051282vw 44.1025641026vw;
    min-height: 98.7179487179vw;
    background: url("../img/cta_bg_sp.png") no-repeat center bottom/cover;
  }
}

.o-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .o-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.o-cta-item_link:hover {
  opacity: 0.7;
}

/*-----------------------------------------------

board

-------------------------------------------------*/
.board {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  min-height: 480px;
  position: relative;
  z-index: 100;
  margin: 74px 0 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .board {
    min-height: 142.5641025641vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 17.9487179487vw 0 0;
    padding-top: 10.2564102564vw;
  }
}

.o-board-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}
.o-board-bg_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.o-board-bg .a-image {
  position: relative;
  line-height: 0;
}
.o-board-bg .a-image.is-fit {
  position: absolute;
  inset: 0;
}
.o-board-bg .a-image.is-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .o-board-bg .a-image.is-fit img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.board .l-content-wrap {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .board .l-content-wrap {
    padding: 0 6.6666666667vw;
  }
}

.o-board {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.o-board_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 37.7%;
  grid-template-columns: 1fr 37.7%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .o-board_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .o-board-image {
    display: none;
  }
}

.o-board-headline {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  font-size: 32px;
  color: #000000;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .o-board-headline {
    font-size: 7.1794871795vw;
    line-height: 1.136;
    gap: 4.6153846154vw;
  }
  .o-board-headline img {
    width: 86.1538461538vw;
  }
}

.o-board-headline-subcopy {
  font-size: 30px;
  line-height: 1.333;
  padding-top: 18px;
  color: #e60000;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .o-board-headline-subcopy {
    font-size: 5.641025641vw;
  }
}

.o-board-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 36px;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .o-board-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2820512821vw;
    margin-top: 9.2307692308vw;
  }
}
.o-board-list_item {
  width: 100%;
  max-width: 130px;
  border: 2px solid #f5f5f2;
  border-radius: 9999px;
  padding: 16px 10px;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-board-list_item {
    max-width: 23.5897435897vw;
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 2.5641025641vw;
  }
}

/*------------------------------------------------------------

intro

-------------------------------------------------------------*/
.p-intro-section {
  width: 100%;
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-intro-section {
    margin: 10.2564102564vw 0;
  }
}
.p-intro-section .l-content-wrap {
  max-width: 1000px;
}
.p-intro-section .a-heading {
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro-section .a-heading {
    row-gap: 0.5em;
  }
}
.p-intro-section .a-heading_text-two {
  font-size: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-intro-section .a-heading_text-two {
    font-size: 5.1282051282vw;
  }
  .p-intro-section .a-heading_text-two strong {
    font-size: 8.2051282051vw;
  }
}

.o-intro-lead {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .o-intro-lead {
    margin-top: 10.2564102564vw;
  }
}
.o-intro-lead .is-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o-intro-lead .is-text {
    font-size: 4.1025641026vw;
    text-align: left;
    line-height: 1.6;
  }
}

/*------------------------------------------------------------

problem

-------------------------------------------------------------*/
.p-problem-section {
  width: 100%;
  position: relative;
  padding: 80px 0 0;
  background-color: #f4f4e9;
}
@media screen and (max-width: 767px) {
  .p-problem-section {
    padding: 18.9743589744vw 0 0;
  }
}

.o-problem-list {
  width: 100%;
  max-width: 1100px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .o-problem-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.1282051282vw;
    padding: 10.2564102564vw 3.0769230769vw 0;
  }
}

.o-problem-item {
  width: 100%;
}
.o-problem-item .a-imege {
  border-radius: 100px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(20, 30, 42, 0.2);
          box-shadow: 0px 6px 10px 0px rgba(20, 30, 42, 0.2);
}
.o-problem-item .a-imege img {
  width: 100%;
}

.o-problem-next {
  padding: 50px 0 126px;
  position: relative;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 1;
  color: #543e22;
}
@media screen and (max-width: 767px) {
  .o-problem-next {
    padding: 10.2564102564vw 0 25.641025641vw;
    font-size: 6.1538461538vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}

.o-problem-next img {
  width: 110px;
  vertical-align: bottom;
  margin-right: 10px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  .o-problem-next img {
    width: 34.358974359vw;
    margin-right: 2.0512820513vw;
  }
}
.o-problem-next b {
  font-size: 44px;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .o-problem-next b {
    font-size: 11.2820512821vw;
  }
}

.o-problem-next:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 43%;
  top: 135px;
  margin-left: -60px;
  border: 142px solid transparent;
  border-top: 29px solid #e60000;
  width: 0;
  height: 0;
}

@media screen and (max-width: 767px) {
  .o-problem-next:before {
    top: 38.4615384615vw;
    margin-left: -23.0769230769vw;
    border: 115px solid transparent;
    border-top: 7.6923076923vw solid #e60000;
  }
}
.o-problem-next-b {
  color: #e60000;
  font-size: 40px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .o-problem-next-b {
    font-size: 8.2051282051vw;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------

about

-------------------------------------------------------------*/
.p-about-section {
  width: 100%;
  position: relative;
  padding: 74px 0 80px;
}
.p-about-section .l-content-wrap {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-about-section {
    padding: 18.9743589744vw 0 10.2564102564vw;
  }
}

.about {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.o-about-lead {
  width: 100%;
  max-width: 860px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .o-about-lead {
    margin-top: 10.2564102564vw;
  }
}

.about-lead-text {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about-lead-text {
    font-size: 4.1025641026vw;
  }
}
.o-about-image {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .o-about-image {
    margin-top: 10.2564102564vw;
  }
}
.o-about-image .a-imege {
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(20, 30, 42, 0.15);
          box-shadow: 0px 6px 16px 0px rgba(20, 30, 42, 0.15);
}

/*------------------------------------------------------------

point

-------------------------------------------------------------*/
.p-point-section {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-point-section {
    padding-bottom: 12.8205128205vw;
  }
}
.p-point-section .a-heading {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-point-section .a-heading {
    row-gap: 0.5em;
  }
}
.p-point-section .a-heading_text-one {
  font-size: 20px;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .p-point-section .a-heading_text-one {
    font-size: 5.1282051282vw;
  }
}
.p-point-section .a-heading_text-two {
  font-size: 30px;
  color: #000;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-point-section .a-heading_text-two {
    font-size: 5.1282051282vw;
  }
}

.o-point {
  width: 100%;
}
.o-point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}
.o-point-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .o-point-list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.o-point-list_item-visual {
  width: 100%;
  max-width: 540px;
}
.o-point-list_item-visual .a-imege {
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(20, 30, 42, 0.15);
          box-shadow: 0px 6px 16px 0px rgba(20, 30, 42, 0.15);
}
@media screen and (min-width: 768px) {
  .o-point-list_item.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.o-point-item-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .o-point-item-text {
    margin-top: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

/*-----------------------------------------------

price

-------------------------------------------------*/
.p-price-section {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.p-price-section .l-content-wrap {
  background-color: #f4f4e9;
  border-radius: 20px;
  padding: 74px 20px;
}
@media screen and (max-width: 767px) {
  .p-price-section .l-content-wrap {
    border-radius: 0;
  }
}

.p-price-content {
  width: 100%;
  margin: 0 auto;
  max-width: 710px;
}
.p-price-content .is-text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price-content .is-text {
    font-size: 4.1025641026vw;
  }
}
.p-price-content .is-price {
  font-size: 40px;
  line-height: 1.75;
  font-weight: 700;
  color: #543e22;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-price-content .is-price {
    margin-top: 5.1282051282vw;
    font-size: 6.6666666667vw;
  }
}
.p-price-content .is-price strong {
  font-size: 60px;
  line-height: 1.75;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .p-price-content .is-price strong {
    line-height: 1;
    font-size: 11.5384615385vw;
  }
}

/*-----------------------------------------------

usecase

-------------------------------------------------*/
.p-usecase-section {
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.p-usecase {
  margin-top: 54px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.p-usecase_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .p-usecase_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.6923076923vw;
  }
}
.p-usecase_item-visual .a-imege {
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(20, 30, 42, 0.15);
          box-shadow: 0px 6px 16px 0px rgba(20, 30, 42, 0.15);
}
.p-usecase_item-content .a-heading {
  text-align: left;
  font-size: 26px;
  color: #e60000;
}
@media screen and (max-width: 767px) {
  .p-usecase_item-content .a-heading {
    font-size: 6.1538461538vw;
  }
}
.p-usecase_item-content .o-usecase-list {
  margin-top: 20px;
}
.p-usecase_item-content .o-usecase-list li {
  line-height: 1.75;
}
.p-usecase_item-content .o-usecase-list li:not(:first-child) {
  margin-top: 0.5em;
}
.p-usecase_item-content .o-usecase-point {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-usecase_item-content .o-usecase-point {
    margin-top: 6.1538461538vw;
  }
}

/*------------------------------------------------------------

flow

-------------------------------------------------------------*/
.p-flow-section {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background-color: #f5f5f2;
}

.p-flow {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 13.8461538462vw;
  }
}

.flow-lead {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin: 26px 0 60px;
}
@media screen and (max-width: 767px) {
  .flow-lead {
    margin: 7.6923076923vw 0 0;
    padding: 0 3.0769230769vw;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}

@-webkit-keyframes textAnimation02 {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 top;
  }
}
@keyframes textAnimation02 {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 top;
  }
}
@-webkit-keyframes flow_arrow {
  0% {
    left: 103%;
    opacity: 1;
  }
  100% {
    left: 115%;
    opacity: 0;
  }
}
@keyframes flow_arrow {
  0% {
    left: 103%;
    opacity: 1;
  }
  100% {
    left: 115%;
    opacity: 0;
  }
}
.o-flow-item-step {
  padding: 0;
  text-align: center;
}

.o-flow-item-step span {
  display: inline-block;
  background: #e60000;
  padding: 3px 1.2em;
  margin: 0 0 10px;
  border-radius: 10px/50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .o-flow-item-step span {
    padding: 1.5vw 1.2em;
    margin: 0 0 2vw;
    border-radius: 4vw/50%;
    font-size: 3.5897435897vw;
  }
}
.o-flow-item-headline {
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-flow-item-headline {
    padding: 3.8461538462vw 0 0;
    font-size: 5.1282051282vw;
  }
}
.o-flow-item-lead {
  padding: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .o-flow-item-lead {
    padding: 3.8461538462vw 0 0;
  }
}
.o-flow-item-lead .is-text {
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .o-flow-item-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.o-flow-image img {
  width: 100%;
}

.o-flow-item-image {
  height: 160px;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-flow-item-image {
    height: auto;
    padding-top: 5.1282051282vw;
  }
}
.is-flow-annotation {
  font-size: 14px;
  padding: 20px 0 16px 0;
}

@media screen and (max-width: 767px) {
  .is-flow-annotation {
    padding: 4.1025641026vw 0 7.1794871795vw;
    line-height: 1.286;
  }
}
.o-flow-material {
  background: url(../img/flow_bg.png) no-repeat;
  background-size: contain;
  text-align: center;
  width: 930px;
  height: 265px;
  margin: 16px auto 40px;
}

.o-flow-material-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  position: relative;
  top: 60px;
  left: 80px;
}

.material-image {
  top: 60px;
}

.material-lead {
  font-size: 20px;
  font-weight: 700;
}

.material-list {
  line-height: 2;
  padding: 12px 0 20px;
}

.material-b {
  font-size: 20px;
  color: #e60000;
}

.o-material-image {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .o-material-image {
    width: 87.6923076923vw;
    margin: 0 -3.0769230769vw;
  }
}
.o-material-image img {
  width: 100%;
}

.o-flow-lead {
  text-align: center;
  margin: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  .o-flow-lead {
    margin: 40px -3.0769230769vw 0;
  }
}
.o-flow-text {
  font-size: 28px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff5d));
  background: linear-gradient(transparent 50%, #ffff5d 50%);
  margin: 40px auto 80px;
}

@media screen and (max-width: 767px) {
  .o-flow-text {
    font-size: 6.1538461538vw;
    line-height: 1.5;
    margin: 10.2564102564vw auto 15.3846153846vw;
  }
}
/*------------------------------------------------------------

faq

-------------------------------------------------------------*/
.faq {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 20px 68px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 17.9487179487vw 0 18.9743589744vw;
  }
}

.o-faq-headline {
  font-size: 36px;
  font-weight: 700;
  color: #543e22;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-faq-headline {
    letter-spacing: 0.06em;
  }
}
.o-faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .o-faq-list {
    max-width: 100%;
    padding: 10.2564102564vw 0 0;
  }
}
.o-faq-item {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .o-faq-item {
    padding: 0 3.0769230769vw;
  }
}
.o-faq-item:nth-of-type(1) {
  border-top: 2px solid #e5e5e5;
}

.o-faq-item:nth-of-type(1) .o-faq-item-a {
  display: block;
}

.o-faq-item-content {
  width: 100%;
  position: relative;
}

.o-faq-item-content:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 32px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .o-faq-item-content:before {
    font-size: 4.1025641026vw;
    top: 5.641025641vw;
  }
}
.o-faq-item-content:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e60000;
  line-height: 1.6;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}

@media screen and (max-width: 767px) {
  .o-faq-item-content:after {
    top: 5.641025641vw;
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
.o-faq-item-content.is-open:after {
  background: #ccc;
}

.o-faq-item-content a {
  color: #1a80d9;
}

.o-faq-item-q {
  padding: 30px 50px 30px 45px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .o-faq-item-q {
    padding: 5.1282051282vw 9.2307692308vw 5.1282051282vw 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
}
.o-faq-item-q:before,
.o-faq-item-q:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 42px;
  width: 11px;
  height: 0;
  border-top: 3px solid #fff;
}

@media screen and (max-width: 767px) {
  .o-faq-item-q:before,
  .o-faq-item-q:after {
    right: 1.2564102564vw;
    top: 7.6923076923vw;
    width: 2.0512820513vw;
    border-top: 2px solid #fff;
  }
}
.o-faq-item-q:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.o-faq-item-q.is-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.o-faq-item-a {
  padding: 0 50px 30px 45px;
  position: relative;
  line-height: 1.6;
  display: none;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .o-faq-item-a {
    padding: 0 9.2307692308vw 5.1282051282vw 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
}
.o-faq-item-a:before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #e60000;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .o-faq-item-a:before {
    font-size: 4.1025641026vw;
  }
}
.o-faq-item-a .is-text {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .o-faq-item-a .is-text {
    font-size: 4.1025641026vw;
  }
}
/*------------------------------------------------------------

上に戻る

-------------------------------------------------------------*/
.back-to-top {
  width: 100%;
  margin: 26px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .back-to-top {
    margin: 9.2307692308vw auto 0;
  }
}

.back-to-top a {
  display: block;
  color: #000;
  line-height: 1.5;
}
.back-to-top a span {
  position: relative;
}
.back-to-top a span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.back-to-top a:hover span::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

/*------------------------------------------------------------

commission

-------------------------------------------------------------*/
.commission {
  width: 100%;
  position: relative;
  padding: 74px 20px 77px;
}

@media screen and (max-width: 767px) {
  .commission {
    padding: 17.9487179487vw 3.0769230769vw;
  }
}
.o-commission-headline {
  font-size: 36px;
  font-weight: 700;
  color: #543E22;
  text-align: center;
  letter-spacing: 0.06em;
}

.commission-lead {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin: 26px 0 60px;
}

@media screen and (max-width: 767px) {
  .commission-lead {
    font-size: 4.1025641026vw;
    text-align: left;
    padding: 0 3.0769230769vw;
  }
}
.commission-text {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.778;
}

@media screen and (max-width: 767px) {
  .commission-text {
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.o-commission-link {
  text-align: center;
  margin: 0 auto;
}

.o-commission-link-item {
  width: 422px;
  height: 60px;
  margin: 0 auto 26px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .o-commission-link-item {
    width: 100%;
  }
}
.o-commission-link-item a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-radius: 35px/50%;
  background: #786659;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(1, 1, 1, 0.2);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .o-commission-link-item a {
    padding: 5.1282051282vw 0;
    margin: 1.2820512821vw 0 0;
    border-radius: 7.1794871795vw/50%;
    font-size: 4.6153846154vw;
  }
}
.o-commission-link-item a:hover {
  background: #fff;
  color: #786659;
}

@media screen and (max-width: 767px) {
  .o-commission-link-item a:hover {
    background: #786659;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */