@charset "UTF-8";
@import "sanitize.css";
@import "footer-style.css";

/* for pc */
html {
  scroll-behavior: smooth;
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* header */
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 99;
}

header a {
  color: #262525;
}

header .inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  height: 60px;
  margin: 0;
}

header nav ul {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

header nav ul li {
  border-right: 1px solid #999999;
  padding: 0 40px;
  padding: 0 2vw;
}

header nav ul li:last-child {
  border: none;
}

header .menu_btn {
  display: none;
}

/* main */
main {
  margin: 0 auto;
  color: #262525;
}

main>section {
  position: relative;
}

main>section h2 {
  color: #a89341;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

/* cta_btn */
.cta_btn a {
  width: 320px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/icon_link_w.svg) calc(100% - 20px) center no-repeat;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
}

.cta_btn.type1 a {
  background-color: #cca42f;
  color: #fff;
  letter-spacing: 0.1em;
}

.cta_btn.type2 a {
  background-color: #fff;
  color: #a89341;
  border: 3px solid #c5a448;
  background-image: url(../images/icon_link_b.svg);
}

.cta_btn .txt1 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding: 0 4px 0 6px;
  margin-bottom: 10px;
  letter-spacing: 0;
  display: block;
}

.cta_btn .txt1::before,
.cta_btn .txt1::after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
}

.cta_btn .txt1::before {
  transform: rotateZ(-15deg);
  left: -4px;
}

.cta_btn .txt1::after {
  transform: rotateZ(15deg);
  right: -4px;
}

.cta_btn.type1 .txt1::before,
.cta_btn.type1 .txt1::after {
  background-color: #fff;
}

.cta_btn.type2 .txt1::before,
.cta_btn.type2 .txt1::after {
  background-color: #a89341;
}

.cta_btn .txt2 {
  font-size: 28px;
  font-weight: bold;
  padding-left: 46px;
  line-height: 1;
  background: left bottom no-repeat;
  background-size: contain;
}

.cta_btn.type1 .txt2 {
  background-image: url(../images/icon_form.svg);
}

.cta_btn.type2 .txt2 {
  background-image: url(../images/icon_mail.svg);
}

.cta_btns {
  display: flex;
}

.cta_btns .cta_btn {
  margin-right: 16px;
}

.cta_btns .cta_btn:last-child {
  margin-right: 0;
}

/* cta*/
.cta {
  padding: 60px 190px 80px 190px;
  background: linear-gradient(to right, #6e6d6d 0%, #262525 100%);
  color: #fff;
}

.cta.mb {
  margin-bottom: 130px;
}

.cta .layout1 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.cta .layout1 .box {
  width: 50%;
  position: relative;
}

.cta .layout1 .box.img {
  padding-right: 80px;
}

.cta .layout1 .box.img::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 0;

  height: calc(100% - 100px);
  margin-top: 50px;
}

.cta .layout1 .box.img h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
  color: #cca42f;
}

.cta .layout1 .box.img h3 em {
  font-style: normal;
  color: #fff;
  display: block;
}

.cta .layout1 .box.text {
  padding-left: 80px;
}

.cta .layout1 .box.text h3 {
  font-size: 24px;
  font-weight: bold;
}

.cta .layout1 .box.text h3 em {
  font-size: 60px;
  font-size: 55px;
  font-style: normal;
  display: block;
}

.cta .layout1 .box.text p {
  font-size: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.cta .btn_ttl {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.cta .cta_btns {
  justify-content: center;
}

.cta .cta_btns .cta_btn {
  margin-right: 40px;
}

.cta .cta_btns .cta_btn:last-child {
  margin-right: 0;
}

.cta .cta_btns .cta_btn a {
  width: 338px;
}

.balloon {
  background-color: #fff;
  border: 2px solid #a89341;
  border-radius: 8px;
  position: relative;
  margin-left: 42px;
  padding: 24px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}

.balloon::after {
  content: "";
  background-image: url(../images/icon_balloon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -58px;
  width: 42px;
  height: 24px;
  position: absolute;
  left: -42px;
  top: 25%;
}

.voice {
  padding: 0 110px;
  display: flex;
  align-items: flex-start;
}

.voice p {
  font-size: 18px;
  line-height: 2;
}

.voice p em {
  font-style: normal;
  font-weight: bold;
  color: #a89341;
}

.voice p.title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
}

.voice .person {
  min-width: 160px;
}

.voice .person .title {
  display: none;
}

.backtop {
  position: fixed;
  bottom: 190px;
  z-index: 3;
  width: 100%;
  display: none;
}

.backtop a {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

/* mv */
#mv {
  margin-bottom: 40px;
}

#mv .layout1 {
  background: url(../images/img_mv.jpg) top center no-repeat;
  background-size: cover;
  padding: 0 80px;
  position: relative;
  height: 40vw;
  height: 45vw;
}

#mv .layout1 #js-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1;
}

#mv .layout1::before {
  content: "";
  width: 74%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 25%,
      rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

#mv .layout1 h2 {
  text-align: left;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding-top: 128px;
  margin-bottom: 60px;
}

#mv .layout1 h2 .txt1 {
  font-size: 24px;
  margin-bottom: 14px;
}

#mv .layout1 h2 .txt2 {
  font-size: 80px;
  margin-bottom: 24px;
}

#mv .layout1 h2 .txt3 {
  font-size: 28px;
}

#mv .layout1 .cta_btns {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

#mv .layout2 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 190px;
  padding-bottom: 60px;
}

#mv .layout2 .txt {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  width: 54%;
  padding-right: 52px;
  z-index: 1;
  padding-bottom: 2em;
}

#mv .layout2 .img {
  position: relative;
  width: 46%;
  z-index: 1;
}

#mv .layout2::after,
#mv .layout2::before {
  content: "";
  width: 100%;
  position: absolute;
}

#mv .layout2::before {
  height: 50%;
  background-color: #a89341;
  opacity: 0.3;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: skew(0deg, -4deg);
}

#mv .layout2::after {
  height: 75%;
  background-color: #000;
  background: linear-gradient(180deg,
      rgba(38, 37, 37, 1) 0%,
      rgba(110, 109, 109, 1) 100%);
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: skew(0deg, -4deg);
}

/* why */
.why {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg_why.svg) center center no-repeat;
  margin-bottom: 100px;
}

.why h2 {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 64px;
}

.why p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

/* evaluation */
.evaluation {
  background-color: #f5f2eb;
  margin: 0 190px;
  padding: 48px;
  margin-bottom: 190px;
}

.evaluation h2 {
  font-size: 36px;
  line-height: 2;
  margin-bottom: 48px;
  text-align: center;
}

.evaluation .graph {
  display: flex;
  align-items: center;
  margin: 0 40px;
  margin-bottom: 56px;
}

.evaluation .graph .img img {
  filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.16));
}

.evaluation .graph .texts {
  padding-left: 38px;
}

.evaluation .graph .texts p {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
}

.evaluation .graph .texts p.kome {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 40px;
  text-indent: -1em;
  padding-left: 1em;
}

.evaluation .data {
  text-align: center;
  margin-bottom: 48px;
}

.evaluation .data h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.evaluation .data h3::before,
.evaluation .data h3::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  background-color: #a89341;
}

.evaluation .data h3::before {
  transform: rotateZ(-25deg);
  left: 0;
}

.evaluation .data h3::after {
  transform: rotateZ(25deg);
  right: 0;
}

.evaluation .data .value {
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #a59249;
  margin-bottom: 10px;
}

.evaluation .data .value strong {
  font-size: 100px;
}

.evaluation .data .kome {
  font-size: 12px;
}

.evaluation .achievement {
  border-top: 1px solid #707070;
  padding: 20px 34px 0px 34px;
}

.evaluation .achievement ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.evaluation .achievement ul li {
  height: 100px;
  text-align: center;
}

.evaluation .achievement ul li img {
  width: auto;
  height: 100%;
}

/* problem */
.problem {
  background-color: #a89341;
  position: relative;
  margin-bottom: 180px;
  margin-bottom: 10vw;
  color: #fff;
  padding: 80px 0 0 0;
}

.problem h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  margin-bottom: 64px;
}

.problem::before,
.problem::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 50%;
  height: 180px;
  height: 10vw;
}

.problem::before {
  left: 0%;
  background-image: linear-gradient(to bottom left, #a89341 49.5%, #f5f2eb 50%);
}

.problem::after {
  left: 50%;
  background-image: linear-gradient(to bottom right,
      #a89341 49.5%,
      #f5f2eb 50%);
}

.problem ul {
  display: flex;
  justify-content: center;
}

.problem ul li {
  margin-right: 40px;
  position: relative;
}

.problem ul li:last-child {
  margin-right: 0;
}

.problem ul li .serif {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
  color: #a89341;
  padding: 20px;
}

.problem ul li .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}

/* solution */
.solution {
  background-color: #f5f2eb;
  padding-top: 40px;
  margin-bottom: 300px;
}

.solution h2 {
  text-align: center;
  font-size: 48px;
  line-height: 2;
}

/* about */
#about {
  background-color: #262525;
  color: #fff;
  position: relative;
  padding: 300px 190px 90px 190px;
  padding-top: 50px;
  margin-bottom: 130px;
}

#about::before,
#about::after {
  content: "";
  position: absolute;
  top: 0%;
  top: -300px;

  width: 50%;
  height: 180px;
  height: 10vw;
  z-index: 2;
}

#about::before {
  left: 0%;
  background-image: linear-gradient(to bottom left,
      #f5f2eb 49.5%,
      transparent 50%);
}

#about::after {
  left: 50%;
  background-image: linear-gradient(to bottom right,
      #f5f2eb 49.5%,
      transparent 50%);
}

#about .bg {
  background-color: #262525;
  position: absolute;
  left: 0;
  top: 0;
  top: -300px;
}

#about .bg img {
  width: 100%;
  opacity: 0.4;
}

#about .bg::after {
  content: "";
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(38, 37, 37, 0) 0%,
      rgba(38, 37, 37, 1) 100%);
}

#about h2 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  position: relative;
  margin-bottom: 5px;
}

#about h2 em {
  font-size: 48px;
  font-style: normal;
  line-height: 2.5;
}

#about .layout1 {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

#about .layout1 .img {
  width: 24%;
}

#about .layout1 p {
  width: 76%;
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
  padding-left: 34px;
}

#about .layout2 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 64px;
  width: 840px;
  height: 480px;
  background: url(../images/img_about_fig.svg) center center no-repeat;
  background-size: contain;
}

#about .layout2 .btn a {
  color: #a89341;
  border: 3px solid #c5a448;
  border-radius: 10px;
  width: 290px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(../images/icon_link_b_dw.svg) calc(100% - 17px) center no-repeat;
  background-color: #fff;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}

#about .layout2 .detail {
  position: absolute;
  left: 466px;
  width: 352px;
}

#about .layout2 .detail p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

#about .layout2 .detail1 {
  top: 24px;
}

#about .layout2 .detail2 {
  top: 270px;
}

#about .layout3 {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 0px 0px #a89341;
  padding: 32px;
  text-align: center;
}

#about .layout3 p {
  color: #262525;
  font-size: 18px;
  line-height: 2;
}

#about .layout3 p.strong {
  font-size: 21px;
  font-weight: bold;
  color: #a89341;
  margin-top: 18px;
}

/* feature */
#feature {
  position: relative;
  padding: 30px 0 160px 0;
}

#feature::before,
#feature::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
  opacity: 0.3;
}

#feature::before {
  top: -130px;
  background-image: linear-gradient(to bottom right,
      #a89341 49.5%,
      transparent 50%);
}

#feature::after {
  bottom: 0%;
  background-image: linear-gradient(to bottom right,
      transparent 49.5%,
      #a89341 50%);
}

#feature h2 {
  font-size: 48px;
  margin-bottom: 80px;
}

#feature ol {
  list-style: none;
}

#feature ol li {
  padding: 0 80px 80px 80px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 80px;
}

#feature ol li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#feature ol li .layout1 {
  display: flex;
  align-items: center;
}

#feature ol li .layout1 .text {
  padding-right: 40px;
  width: 54%;
}

#feature ol li .layout1 .text .index {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}

#feature ol li .layout1 .text .index em {
  font-size: 64px;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  vertical-align: text-bottom;
  margin-left: 24px;
}

#feature ol li .layout1 .text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  color: #a89341;
  margin-bottom: 24px;
}

#feature ol li .layout1 .text .body {
  font-size: 18px;
  line-height: 2;
}

#feature ol li .layout1 .btn {
  margin-top: 40px;
}

#feature ol li .layout1>.btn {
  display: none;
}

#feature ol li .layout1 .btn a {
  width: 400px;
  height: 70px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/icon_pdf.svg) calc(100% - 20px) center no-repeat;
  background-color: #c5a448;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

#feature ol li .layout1 .img {
  width: 46%;
}

#feature ol li .layout1 .img p {
  color: #a89341;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

#feature ol li .layout1 .img.achievements {
  display: flex;
}

#feature ol li .layout1 .img .achievement {
  width: calc(50% - 16px);
  background: url(../images/img_laurel.svg) center bottom no-repeat;
  background-size: contain;
  text-align: center;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#feature ol li .layout1 .img .achievement:last-child {
  margin-right: 0px;
}

#feature ol li .layout1 .img .achievement h4 {
  font-size: 24px;
  margin-bottom: 40px;
}

#feature ol li .layout1 .img .achievement p {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}

#feature ol li .layout1 .img .achievement p em {
  font-style: normal;
  font-family: "Barlow", sans-serif;
  font-size: 96px;
  font-size: min(6.7vw, 96px);
}

#feature ol li .layout1 .img .achievement:last-child p em {
  font-size: 80px;
  font-size: min(5.5vw, 80px);
}

#feature ol li .layout1 .img .achievement p span {
  display: block;
  font-size: 32px;
  padding-top: 12px;
  padding-bottom: 6px;
}

/* function_a */
.function_a {
  position: relative;
  padding: 160px 0 30px 0;
}

.function_a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
  opacity: 0.3;
  top: 0%;
  background-image: linear-gradient(to bottom right,
      #a89341 49.5%,
      transparent 50%);
}

.function_a h2 {
  font-size: 48px;
  margin-bottom: 80px;
}

.function_a ul.main {
  list-style: none;
}

.function_a ul.main li {
  padding: 0 80px 80px 80px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 80px;
}

.function_a ul.main .layout1 {
  display: flex;
  margin-bottom: 40px;
}

.function_a ul.main .text {
  padding-right: 40px;
  width: 54%;
}

.function_a ul.main .text h3 {
  color: #a89341;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}

.function_a ul.main .text p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 24px;
}

.function_a ul.main .text p.note {
  color: #999999;
  font-size: 12px;
  margin-bottom: 0;
}

.function_a ul.main .img {
  width: 46%;
}

.function_a ul.sub {
  list-style: none;
  display: flex;
  margin: 0 80px;
}

.function_a ul.sub li {
  border: 1px solid #a89341;
  width: 100%;
  text-align: center;
  padding: 26px;
  margin-right: 40px;
}

.function_a ul.sub li:last-child {
  margin-right: 0;
}

.function_a ul.sub li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 20px;
}

/* function_b */
.function_b {
  position: relative;
  padding: 160px 80px;
  background-color: #f5f2eb;
}

.function_b::before,
.function_b::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
}

.function_b::before {
  top: 0%;
  background-image: linear-gradient(to bottom right,
      #fff 49.5%,
      transparent 50%);
}

.function_b::after {
  bottom: 0%;
  background-image: linear-gradient(to bottom right, #f5f2eb 49.5%, #fff 50%);
}

.function_b h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

.function_b .checklist {
  background: url(../images/img_function_b_01.jpg) center center no-repeat;
  background-size: cover;
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.function_b .checklist li {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  background: url(../images/icon_check.svg) left 15px no-repeat;
  padding-left: 40px;
}

.function_b .functions>ul>li {
  display: flex;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #a89341;
}

.function_b .functions>ul>li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.function_b .functions li .img {
  width: 48%;
}

.function_b .functions li .img img {
  border: 1px solid #a89341;
}

.function_b .functions li .text {
  width: 52%;
  padding-left: 40px;
}

.function_b .functions li .text h3 {
  color: #a89341;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}

.function_b .functions li .text ul {
  font-size: 18px;
  line-height: 2;
  padding-left: 1em;
}

.function_b .functions li .text ul li {
  text-indent: -1em;
}

/* lineup */
#lineup {
  position: relative;
  padding: 60px 190px 160px 190px;
}

#lineup::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
  opacity: 0.3;
}

#lineup::after {
  bottom: 0%;
  background-image: linear-gradient(to bottom right,
      transparent 49.5%,
      #a89341 50%);
}

#lineup h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

#lineup .lead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 80px;
}

#lineup .img {
  margin-bottom: 77px;
}

#lineup .img .navi {
  margin-top: 38px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #262525;
}

#lineup .img .navi_link {
  width: 280px;
  margin: auto;
}

#lineup .img .navi::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_zoom.svg) left center no-repeat;
  padding-left: 25px;
  background-size: contain;
  display: inline;
}

#lineup .voice {
  padding: 0;
}

/* case */
#case {
  position: relative;
  padding: 30px 0 30px 0;
}

#case::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
  opacity: 0.3;
}

#case::before {
  top: -130px;
  background-image: linear-gradient(to bottom right,
      #a89341 49.5%,
      transparent 50%);
}

#case h2 {
  margin-bottom: 40px;
}

#case .lead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 80px;
}

#case .layout1 {
  display: flex;
  position: relative;
  padding-bottom: 38px;
}

#case .layout1::before {
  content: "";
  width: 87%;
  height: 80%;
  background-color: #f5f2eb;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#case .layout1 .text {
  width: 50%;
  padding: 0 40px 0 80px;
}

#case .layout1 .text .company {
  display: none;
}

#case .layout1 .text h3 {
  color: #a89341;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}

#case .layout1 .text p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 1em;
}

#case .layout1 .text p:last-child {
  margin-bottom: 0;
}

#case .layout1 .img {
  width: 50%;
}

#case .layout1 .img .company {
  margin-bottom: 40px;
}

#case .layout1 .img .person {
  display: flex;
  align-items: center;
}

#case .layout1 .img .person img {
  width: 160px;
  border-radius: 100%;
}

#case .layout1 .img .person p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
}

#case .layout1 .img .person p em {
  font-size: 24px;
  font-style: normal;
  display: block;
}

#case .clients {
  padding: 80px;
}

#case .clients ul {
  display: flex;
}

#case .clients li {
  margin-right: 40px;
}

#case .clients li:last-child {
  margin-right: 0;
}

#case .clients li .img {
  position: relative;
  margin-bottom: 24px;
}

#case .clients li .img .type {
  color: #999999;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  padding: 4px 24px;
  border: 1px solid #b2b2b2;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#case .clients li p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
}

#case .clients li p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}

#case .clients li .btn button {
  color: #a89341;
  border: 3px solid #c5a448;
  border-radius: 10px;
  width: 72.5%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(../images/icon_link_b.svg) calc(100% - 17px) center no-repeat;
  background-color: #fff;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}

#case .clients li .btn button:hover {
  opacity: 0.7;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.modal .container {
  position: relative;
  width: 70%;
  height: 90%;
}

.modal .container .close_btn {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_close_btn.svg) center center no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  margin: 0 0 10px auto;
  display: block;
}

.modal .container .content {
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
}

.modal .container .content_main {
  padding: 64px;
}

.modal .container .content_main .head {
  display: flex;
  margin-bottom: 40px;
}

.modal .container .content_main .head .img {
  position: relative;
  width: 45%;
}

.modal .container .content_main .head .img .type {
  color: #999999;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;
  padding: 4px 24px;
  border: 1px solid #b2b2b2;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.modal .container .content_main .head .text {
  padding-left: 24px;
  width: 55%;
}

.modal .container .content_main .head .text .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.modal .container .content_main .head .text h3 {
  color: #a89341;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}

.modal .container .content_main .body p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 1em;
}

.modal .container .content_main .body p:last-child {
  margin-bottom: 0;
}

.modal .container .content_cta {
  background-color: #d3c69d;
  text-align: center;
  padding: 40px;
}

.btn_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.modal .container .content_cta .cta_btns {
  justify-content: center;
}

.modal .container .content_cta .cta_btns .cta_btn {
  margin-right: 24px;
}

.modal .container .content_cta .cta_btns .cta_btn:last-child {
  margin-right: 0;
}

.modal .container .content_cta .cta_btns .cta_btn a {
  height: 70px;
}

.modal .container .content_cta .cta_btns .cta_btn a .txt1 {
  font-size: 14px;
}

.modal .container .content_cta .cta_btns .cta_btn a .txt2 {
  font-size: 20px;
}

.modal[aria-hidden="false"] .overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="ture"] .overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* usage */
#usage {
  background-color: #a89341;
  position: relative;
  padding: 160px 80px 160px 80px;
}

#usage::before,
#usage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
}

#usage::before {
  top: 0%;
  background-image: linear-gradient(to bottom right, #fff 49.5%, #a89341 50%);
}

#usage::after {
  bottom: 0%;
  background-image: linear-gradient(to bottom right, #a89341 49.5%, #fff 50%);
}

#usage h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}

#usage .lead {
  font-size: 18px;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
}

#usage ol {
  list-style: none;
}

#usage ol>li {
  display: flex;
  background-color: #f5f2eb;
  border-radius: 18px;
  margin-bottom: 40px;
}

#usage ol>li:last-child {
  margin-bottom: 0;
}

#usage ol>li .img {
  width: 31%;
}

#usage ol>li .img img {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  object-fit: cover;
  object-position: left top;
  width: 100%;
  height: 100%;
}

#usage ol>li .layout1 {
  width: 69%;
  padding: 40px;
  display: flex;
}

#usage ol>li .layout1 .text {
  width: 50%;
}

#usage ol>li .layout1 .text .index {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1;
}

#usage ol>li .layout1 .text .index em {
  font-family: "Barlow", sans-serif;
  vertical-align: text-bottom;
  font-size: 64px;
  font-style: normal;
}

#usage ol>li .layout1 .text h3 {
  color: #a89341;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

#usage ol>li .layout1 .text .type {
  color: #999999;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 2px 24px;
  display: inline-block;
  border: 1px solid #b2b2b2;
  margin-bottom: 24px;
}

#usage ol>li .layout1 .text .body p {
  font-size: 18px;
  line-height: 2;
}

#usage ol>li .layout1 .flow {
  width: 50%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#usage ol>li .layout1 .flow h4 {
  color: #a89341;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

#usage ol>li .layout1 .flow ul {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-left: 1em;
}

#usage ol>li .layout1 .flow ul>li {
  text-indent: -1em;
}

#usage ol>li .layout1 .flow p.come {
  font-size: 12px;
  margin-top: 10px;
}

#usage ol>li .layout1 .flow sup {
  font-size: 50%;
}

#usage ol>li .layout1 .flow .lecture,
#usage ol>li .layout1 .flow .goal {
  background-color: #fff;
  padding: 24px;
}

#usage ol>li .layout1 .flow .lecture {
  margin-bottom: 46px;
  position: relative;
}

#usage ol>li .layout1 .flow .lecture::after {
  content: "";
  width: 48px;
  height: 24px;
  background: url(../images/icon_usage_arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 24px);
  bottom: -36px;
}

#usage ol>li .layout1 .flow h4::before {
  content: "";
  width: 40px;
  height: 35px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
}

#usage ol>li .layout1 .flow .lecture h4::before {
  background-image: url(../images/icon_notepc.svg);
}

#usage ol>li .layout1 .flow .goal h4::before {
  background-image: url(../images/icon_flag.svg);
}

/* voices */
.voices {
  position: relative;
  padding: 60px 190px 160px 190px;
}

.voices::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
  opacity: 0.3;
}

.voices::after {
  bottom: 0%;
  background-image: linear-gradient(to bottom right,
      transparent 49.5%,
      #a89341 50%);
}

.voices h2 {
  font-size: 48px;
  margin-bottom: 80px;
}

.voices .voice {
  padding: 0;
  margin-bottom: 40px;
}

.voices .box:first-child {
  margin-bottom: 120px;
}

.voices .box .voice:last-child {
  margin-bottom: 0;
}

/* flow */
#flow {
  position: relative;
  padding: 160px 0 0 0;
  margin-bottom: 160px;
}

#flow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0%;
  opacity: 0.3;
}

#flow::before {
  top: 0%;
  background-image: linear-gradient(to bottom right,
      #a89341 49.5%,
      transparent 50%);
}

#flow h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

#flow ol {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0 190px;
}

#flow ol li {
  border: 1px solid #a89341;
  width: 100%;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 240px;
  padding: 0 10px;
  position: relative;
}

#flow ol li::after {
  content: "";
  width: 24px;
  height: 48px;
  background: url(../images/icon_flow_arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 24px);
  right: -41px;
}

#flow ol li:last-child::after {
  content: none;
}

#flow ol li:last-child {
  margin-right: 0;
}

#flow ol li .step {
  color: #a89341;
  font-size: 32px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  margin-top: -16px;
  line-height: 1;
}

#flow ol li .label {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 32px;
}

/* price */
#price {
  background-color: #f5f2eb;
  margin: 0 190px 160px 190px;
  padding: 64px 34px 0 34px;
}

#price h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

#price .list1 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#price .list1 li {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}

#price .list2 {
  display: flex;
  margin-bottom: 40px;
}

#price .list2 li {
  background-color: #fff;
  border: 2px solid #a89341;
  border-radius: 1em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 16px;
  margin-right: 16px;
}

#price .list2 li:last-child {
  margin-right: 0;
}

#price .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#price .price .head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #a89341;
  border-radius: 96px;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}

#price .price .value {
  color: #a89341;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

#price .price .value em {
  font-family: "Barlow", sans-serif;
  font-size: 100px;
  font-style: normal;
  padding-right: 8px;
}

#price .voice {
  padding: 0 66px;
  display: flex;
  align-items: center;
}

#price .voice p {
  font-size: 18px;
  line-height: 2;
}

#price .voice p em {
  color: inherit;
  font-family: 20px;
  font-weight: bold;
  font-style: normal;
}

#price .kome {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  line-height: 2;
  padding: 30px 100px 64px 100px;
}

#price .kome a {
  color: inherit;
  display: inline;
  text-decoration: underline;
}

/* faq */
#faq {
  padding: 0 190px;
  margin-bottom: 140px;
}

#faq h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 64px;
}

.faqlist li {
  background-color: #f5f2eb;
  border-radius: 8px;
  margin-bottom: 16px;
}

.faqlist .q {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #a89341;
  border-radius: 8px;
  padding: 19px 50px 19px 65px;
  position: relative;
  cursor: pointer;
}

.faqlist .q::before {
  content: "Q.";
  position: absolute;
  margin-left: -30px;
}

.faqlist .q .icon {
  position: absolute;
  right: 30px;
  top: 23px;
  width: 10px;
  height: 20px;
  background: url(../images/icon_link_w.svg) center center no-repeat;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.faqlist .q.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faqlist .q.open .icon {
  transform: rotate(270deg);
}

.faqlist .a {
  display: none;
  padding: 32px;
  padding-left: 65px;
}

.faqlist .a::before {
  content: "A.";
  position: absolute;
  margin-left: -30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.faqlist .a a {
  text-decoration: underline;
}

.faqlist .a p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 1em;
}

.faqlist .a p:last-child {
  margin-bottom: 0;
}

/* cta_fixed */
.cta_fixed {
  background-color: rgba(38, 37, 37, 0.8);
  position: fixed;
  bottom: -90px;
  z-index: 2;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.cta_fixed.slidein {
  bottom: 0;
}

.cta_fixed.static {
  position: relative;
}

.cta_fixed h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding-right: 50px;
}

.cta_fixed .layout1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cta_fixed .cta_btn a {
  width: 100%;
  min-width: 230px;
  height: 60px;
  background-position: calc(100% - 10px) center;
}

.cta_fixed .cta_btn .txt1 {
  font-size: 12px;
}

.cta_fixed .cta_btn .txt2 {
  font-size: 18px;
  padding-left: 40px;
  background-size: contain;
}

/* for Tbl & smp */
@media screen and (max-width: 1078px) {
  html {
    scroll-padding-top: 70px;
  }

  /* header */
  header {
    position: fixed;
    height: 70px;
  }

  header .inner {
    padding: 0 0px 0 16px;
  }

  header h1 {
    height: 48px;
  }

  header h1 img {
    height: 48px;
    width: auto;
  }

  header nav {
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #fff;
    width: 100%;
    display: none;
  }

  header.menu_open nav {
    display: block;
  }

  header nav ul {
    display: block;
    padding: 16px;
  }

  header nav ul li {
    border: none;
    padding: 0;
    line-height: 2;
  }

  header .menu_btn {
    display: block;
    width: 48px;
    height: 48px;
    padding: 15px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  header .menu_btn .line {
    width: 20px;
    height: 2px;
    background-color: #262525;
    transition: all 0.3s;
  }

  header.menu_open .menu_btn .line.line1 {
    transform: rotate(405deg) translate(5px, 5px);
  }

  header.menu_open .menu_btn .line.line2 {
    opacity: 0;
  }

  header.menu_open .menu_btn .line.line3 {
    transform: rotate(-405deg) translate(6px, -6px);
  }

}

@media screen and (max-width: 1024px) {

  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }

  /* main */
  main {
    padding-top: 70px;
  }

  main>section {
    overflow: hidden;
  }

  .cta_btn .txt2 {
    font-size: 26px;
  }

  .cta {
    padding: 32px 16px;
    padding: 32px 42px 32px 43px;
  }

  .cta.mb {
    margin-bottom: 64px;
  }

  .cta .layout1 {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }

  .cta .layout1 .box {
    width: auto;
  }

  .cta .layout1 .box.img {
    padding: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 32px;
  }

  .cta .layout1 .box.img h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cta .layout1 .box.img::after {
    content: none;
  }

  .cta .layout1 .box.text {
    padding: 0;
  }

  .cta .layout1 .box.text h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .cta .layout1 .box.text h3 em {
    font-size: 40px;
  }

  .cta .layout1 .box.text p {
    font-size: 12px;
  }

  .cta .btn_ttl {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 2;
  }

  .cta .cta_btns {
    display: block;
  }

  .cta .cta_btns .cta_btn {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .cta .cta_btns .cta_btn:last-child {
    margin-bottom: 0;
  }

  .cta .cta_btns .cta_btn a {
    width: 85%;
    width: 100%;
    margin: 0 auto;
  }

  .cta_fixed {
    padding: 16px;
    background: linear-gradient(180deg,
        rgba(38, 37, 37, 0.8) 0%,
        rgba(110, 109, 109, 0.8) 100%);
    padding: 0 16px;
    height: 120px;
    bottom: -120px;
  }

  .cta_fixed h3 {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding-right: 0;
  }

  .cta_fixed .layout1 {
    display: block;
    text-align: center;
  }

  .ctai_fxed h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .cta_fixed .cta_btn a {
    width: 100%;
    min-width: auto;
    height: 58px;
    background-size: 8px 16px;
    background-position-x: calc(100% - 8px);
  }

  .cta_fixed .cta_btns .cta_btn {
    margin-right: 11px;
    width: 100%;
  }

  .cta_fixed .cta_btns .cta_btn:last-child {
    margin-right: 0;
  }

  .cta_fixed .cta_btn .txt1 {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .cta_fixed .cta_btn .txt2 {
    font-size: 4vw;
    padding-left: 7vw;
  }

  .cta_fixed .cta_btn .txt1::before,
  .cta_fixed .cta_btn .txt1::after {
    height: 10px;
  }

  .backtop {
    bottom: 210px;
  }

  .backtop a {
    right: 16px;
  }

  .balloon {
    padding: 16px;
    margin: 0 0 20px 0;
  }

  .balloon::after {
    left: calc(50% - 32px);
    top: calc(100% - 0px);
    background-image: url(../images/icon_balloon_sp.svg);
    width: 32px;
    height: 32px;
    background-position: -124px 100%;
    background-color: transparent;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.16));
  }

  .balloon .title {
    display: none;
  }

  .voice {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .voice p {
    font-size: 16px;
  }

  .voice .person {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .voice .person img {
    width: 64%;
    max-width: 320px;
  }

  .voice .person .title {
    margin-top: 8px;
    font-size: 16px;
    display: block;
  }

  /************/

  /* #mv */
  #mv .layout1 {
    padding: 0;
    background-image: url(../images/img_mv_sp.jpg);
    background-position: center top;
    height: 120vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #mv .layout1::before {
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%);
  }

  #mv .layout1 h2 {
    padding: 30px 16px 0 16px;
    margin-bottom: 0;
  }

  #mv .layout1 h2 .txt1 {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 14px;
    margin-bottom: 3.74vw;
  }

  #mv .layout1 h2 .txt2 {
    font-size: 37px;
    font-size: 8.53333vw;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }

  #mv .layout1 h2 .txt3 {
    font-size: 16px;
    font-size: 4.26666vw;
  }

  #mv .layout1 .cta_btns {
    padding: 0 16px;
    padding-bottom: 9vw;
    z-index: 1;
  }

  #mv .cta_btn {
    width: calc(50% - 6px);
    margin-right: 12px;
  }

  #mv .cta_btn:last-child {
    margin-right: 0;
  }

  #mv .cta_btn a {
    width: 100%;
    height: 58px;
    height: auto;
    padding: 8px 0;
    background-size: 8px 16px;
    background-position-x: calc(100% - 8px);
  }

  #mv .cta_btn.type1 a {
    border: 3px solid #cca42f;
  }

  #mv .cta_btn .txt1 {
    font-size: 10px;
    font-size: 2.66667vw;
  }

  #mv .cta_btn .txt1::before,
  #mv .cta_btn .txt1::after {
    height: 10px;
    height: 1em;
  }

  #mv .cta_btn .txt2 {
    font-size: 4vw;
    padding-left: 7vw;
  }

  #mv .layout2 {
    padding: 0;
    display: block;
  }

  #mv .layout2 .txt {
    width: 100%;
    padding: 32px 16px;
    font-size: 16px;
    line-height: 2;
  }

  #mv .layout2 .img {
    width: 100%;
    padding: 0 47px;
  }

  #mv .layout2::after {
    height: 60%;
  }

  /* why */
  .why {
    padding: 16px 16px 0px 16px;
    margin-bottom: 64px;
  }

  .why h2 {
    font-size: 26px;
    margin-bottom: 32px;
    line-height: 2;
  }

  .why p {
    font-size: 16px;
  }

  /* evaluation */
  .evaluation {
    padding: 24px 15px;
    margin: 0 16px 69px 16px;
  }

  .evaluation h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .evaluation .graph {
    display: block;
    margin: 0;
    margin-bottom: 32px;
  }

  .evaluation .graph .img {
    margin-bottom: 32px;
    text-align: center;
  }

  .evaluation .graph .img img {
    width: 77%;
    max-width: 300px;
  }

  .evaluation .graph .texts {
    padding: 0;
  }

  .evaluation .graph .texts p {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .evaluation .graph .texts p.kome {
    font-size: 10px;
    margin: 0;
  }

  .evaluation .data {
    margin-bottom: 24px;
  }

  .evaluation .data h3 {
    font-size: 16px;
    line-height: 2;
    padding: 0 12px;
    margin-bottom: 10px;
  }

  .evaluation .data h3::before,
  .evaluation .data h3::after {
    height: 80%;
    bottom: 4px;
  }

  .evaluation .data h3::before {
    transform: rotateZ(-20deg);
  }

  .evaluation .data h3::after {
    transform: rotateZ(20deg);
  }

  .evaluation .data .value {
    font-size: 28px;
    line-height: 1.2;
  }

  .evaluation .data .value strong {
    font-size: 64px;
  }

  .evaluation .data .kome {
    font-size: 10px;
  }

  .evaluation .achievement {
    border: none;
    padding: 0;
  }

  .evaluation .achievement ul li {
    box-sizing: border-box;
    border: 1px solid #999999;
    margin: 0 8px 7px 0;
    width: calc(50% - 4px);
    height: 52px;
  }

  .evaluation .achievement ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .evaluation .achievement ul li img {
    height: 100%;
  }

  /* problem */
  .problem {
    padding: 64px 16px;
    margin-bottom: 80px;
    overflow: visible;
  }

  .problem::before,
  .problem::after {
    height: 80px;
  }

  .problem h2 {
    font-size: 26px;
    margin-bottom: 64px;
    line-height: 2;
  }

  .problem ul {
    display: block;
    margin: 0 auto;
    width: 332px;
  }

  .problem ul li {
    margin: 0;
    margin-bottom: 48px;
    margin-left: 10px;
  }

  .problem ul li:last-child {
    margin-bottom: 0;
  }

  /* solution */
  .solution {
    padding: 40px 16px;
    margin-bottom: 80px;
  }

  .solution h2 {
    font-size: 26px;
    padding: 0;
  }

  /* about */
  #about {
    padding: 120px 16px 64px 16px;
    padding-top: 50px;
    overflow: visible;
    margin-bottom: 64px;
  }

  #about::before,
  #about::after {
    height: 80px;
    top: -80px;
  }

  #about h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }

  #about h2 em {
    font-size: 26px;
  }

  #about .bg {
    width: 100%;
    height: 300px;
    height: 80vw;
    overflow: hidden;
    top: -80px;
  }

  #about .layout1 {
    display: block;
  }

  #about .layout1 .img {
    width: 100%;
    text-align: center;
  }

  #about .layout1 .img img {
    width: 81%;
  }

  #about .layout1 p {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }

  #about .layout2 {
    width: 300px;
    height: 696px;
    margin-bottom: 40px;
    background-image: url(../images/img_about_fig_sp.svg);
  }

  #about .layout2 .detail {
    width: 272px;
    left: 30px;
    padding: 16px;
  }

  #about .layout2 .detail p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  #about .layout2 .detail1 {
    top: 50px;
  }

  #about .layout2 .detail2 {
    top: 406px;
  }

  #about .layout2 .btn a {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  #about .layout3 {
    padding: 24px 16px;
    text-align: left;
    box-shadow: 8px 8px 0px #a89341;
    margin: 0 8px;
  }

  #about .layout3 p {
    font-size: 16px;
  }

  #about .layout3 p.strong {
    font-size: 20px;
  }

  /* feature */
  #feature {
    padding: 128px 16px;
    padding-top: 30px;
    overflow: visible;
  }

  #feature::before {
    height: 64px;
    top: -64px;
  }

  #feature::after {
    height: 64px;
  }

  #feature h2 {
    font-size: 26px;
    font-weight: 64px;
  }

  #feature ol li {
    padding: 0;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  #feature ol li .layout1 {
    display: block;
  }

  #feature ol li .layout1 .text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  #feature ol li .layout1 .text .index {
    text-align: center;
  }

  #feature ol li .layout1 .text h3 {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 2;
  }

  #feature ol li .layout1 .text .body {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #feature ol li .layout1 .img {
    width: 100%;
  }

  #feature ol li .layout1 .img p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  #feature ol li .layout1 .text .btn {
    display: none;
  }

  #feature ol li .layout1 .img .achievement {
    margin-right: 18px;
    width: calc(50% - 9px);
  }

  #feature ol li .layout1 .img .achievement h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  #feature ol li .layout1 .img .achievement p {
    font-size: 16px;
  }

  #feature ol li .layout1 .img .achievement p em {
    font-size: 40px;
  }

  #feature ol li .layout1 .img .achievement:last-child p em {
    font-size: 40px;
  }

  #feature ol li .layout1 .img .achievement p span {
    font-size: 16px;
    padding: 8px 0 0 0;
  }

  #feature ol li .layout1>.btn {
    display: block;
  }

  #feature ol li .layout1>.btn a {
    width: 84%;
    height: 56px;
    font-size: 16px;
    background-size: 27px auto;
    margin: 0 auto;
  }

  /* function_a */
  .function_a {
    padding: 128px 16px 64px 16px;
  }

  .function_a::before {
    height: 64px;
  }

  .function_a h2 {
    font-size: 26px;
    margin-bottom: 64px;
    line-height: 2;
  }

  .function_a ul.main li {
    padding: 0;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  .function_a ul.main .layout1 {
    display: block;
  }

  .function_a ul.main .text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .function_a ul.main .text h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .function_a ul.main .text p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .function_a ul.main .text p.note {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .function_a ul.main .img {
    width: 100%;
  }

  .function_a .voice {
    padding: 0;
  }

  .function_a ul.sub {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .function_a ul.sub li {
    margin: 0px 12px 12px 0px;
    width: calc(50% - 6px);
    padding: 12px;
  }

  .function_a ul.sub li:nth-of-type(2n) {
    margin-right: 0;
  }

  .function_a ul.sub li img {
    height: 50px;
  }

  .function_a ul.sub li p {
    font-size: 12px;
  }

  /* function_b */
  .function_b {
    padding: 88px 16px;
  }

  .function_b::before {
    height: 64px;
  }

  .function_b::after {
    height: 64px;
  }

  .function_b h2 {
    font-size: 26px;
    margin-bottom: 64px;
    line-height: 2;
  }

  .function_b .checklist {
    padding: 32px 16px;
    width: 100vw;
    margin-left: -16px;
    margin-bottom: 50px;
  }

  .function_b .checklist li {
    font-size: 16px;
    margin-bottom: 24px;
    background-position-y: 6px;
    padding-left: 30px;
  }

  .function_b .checklist li:last-child {
    margin-bottom: 0;
  }

  .function_b .functions>ul>li {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  .function_b .functions li .text {
    width: auto;
    padding: 0;
    margin-bottom: 24px;
  }

  .function_b .functions li .text h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .function_b .functions li .text ul {
    font-size: 16px;
  }

  .function_b .functions li .text ul li {
    margin-bottom: 16px;
  }

  .function_b .functions li .text ul li:last-child {
    margin-bottom: 0;
  }

  .function_b .functions li .img {
    width: 100%;
  }

  /* lineup */
  #lineup {
    padding: 64px 16px 128px 16px;
  }

  #lineup::after {
    height: 64px;
  }

  #lineup h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  #lineup .lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
  }

  #lineup .img {
    margin-bottom: 40px;
  }

  #lineup .img .navi {
    margin-top: 20px;
    display: none;
  }

  /* case */
  #case {
    padding: 128px 16px 64px 16px;
    padding-top: 30px;
    overflow: visible;
  }

  #case::before {
    height: 64px;
    top: -64px;
  }

  #case h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  #case .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }

  #case .layout1 {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 64px;
    overflow: hidden;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  #case .layout1 .text {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }

  #case .layout1 .text .company {
    display: block;
    margin-left: 32px;
    margin-bottom: 40px;
  }

  #case .layout1 .text h3 {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  #case .layout1 .text p {
    font-size: 16px;
    padding: 0 16px;
  }

  #case .layout1 .img {
    width: auto;
  }

  #case .layout1 .img .company {
    display: none;
  }

  #case .layout1 .img .person {
    padding: 0 16px;
    justify-content: center;
  }

  #case .layout1 .img .person p {
    font-size: 14px;
    padding-left: 16px;
  }

  #case .layout1 .img .person p em {
    font-size: 16px;
  }

  #case .layout1::before {
    width: 100vw;
    height: 90%;
  }

  #case .clients {
    padding: 0;
  }

  #case .clients ul {
    display: block;
  }

  #case .clients li {
    margin: 0 0 64px 0;
  }

  #case .clients li:last-child {
    margin-bottom: 0;
  }

  #case .clients li .img {
    margin-bottom: 16px;
  }

  #case .clients li p.title {
    margin-bottom: 16px;
  }

  #case .clients li p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  #case .clients li .btn button {
    width: 84%;
    height: 56px;
    font-size: 16px;
  }

  .modal .overlay {
    padding: 20px;
  }

  .modal .container {
    width: 100%;
  }

  .modal .container .close_btn {
    background-size: 16px;
    background-position: right center;
    width: 100%;
    height: 16px;
    top: -20px;
  }

  .modal .container .content_main {
    padding: 0;
  }

  .modal .container .content_main .head {
    display: block;
    margin-bottom: 24px;
  }

  .modal .container .content_main .head .img {
    width: 100%;
    margin-bottom: 24px;
  }

  .modal .container .content_main .head .text {
    padding: 0;
    width: 100%;
  }

  .modal .container .content_main .head .text .title {
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .modal .container .content_main .head .text h3 {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0 16px;
  }

  .modal .container .content_main .body {
    padding: 16px;
    padding-top: 0;
  }

  .modal .container .content_main .body p {
    font-size: 16px;
  }

  .modal .container .content_cta {
    padding: 32px 22px;
  }

  .modal .btn_ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .modal .container .content_cta .cta_btns {
    display: block;
  }

  .modal .container .content_cta .cta_btns .cta_btn {
    margin: 0 0 16px 0;
  }

  .modal .container .content_cta .cta_btns .cta_btn:last-child {
    margin-bottom: 0;
  }

  .modal .container .content_cta .cta_btns .cta_btn a {
    width: 100%;
    height: 80px;
  }

  .modal .container .content_cta .cta_btns .cta_btn a .txt2 {
    font-size: 24px;
  }

  /* usage */
  #usage {
    padding: 128px 16px;
  }

  #usage::before {
    height: 64px;
  }

  #usage::after {
    height: 64px;
  }

  #usage h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  #usage .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }

  #usage ol>li {
    display: block;
  }

  #usage ol>li .layout1 {
    display: block;
    width: auto;
    padding: 16px;
    padding-bottom: 32px;
  }

  #usage ol>li .img {
    width: auto;
  }

  #usage ol>li .img img {
    border-radius: 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    width: 100%;
  }

  #usage ol>li .layout1 .text {
    width: auto;
    margin-bottom: 24px;
  }

  #usage ol>li .layout1 .text .index {
    text-align: center;
  }

  #usage ol>li .layout1 .text h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  #usage ol>li .layout1 .text .body p {
    font-size: 16px;
  }

  #usage ol>li .layout1 .flow {
    display: block;
    width: auto;
    padding: 0;
  }

  #usage ol>li .layout1 .flow h4 {
    font-size: 20px;
  }

  #usage ol>li .layout1 .flow ul {
    font-size: 16px;
  }

  #usage ol>li .layout1 .flow .lecture {
    margin-bottom: 40px;
  }

  #usage ol>li .layout1 .flow .lecture::after {
    bottom: -24px;
  }

  /* voices */
  .voices {
    padding: 64px 26px 128px 26px;
  }

  .voices::after {
    height: 64px;
  }

  .voices h2 {
    font-size: 26px;
    line-height: 2;
    margin-bottom: 40px;
  }

  .voices .voice {
    margin-bottom: 64px;
  }

  /* flow */
  #flow {
    padding: 128px 16px 0px 16px;
    margin-bottom: 80px;
  }

  #flow::before {
    height: 64px;
  }

  #flow h2 {
    font-size: 26px;
    margin-bottom: 64px;
  }

  #flow ol {
    display: block;
    margin: auto;
  }

  #flow ol li {
    margin: 0 0 43px 0;
  }

  #flow ol li::after {
    top: calc(100% - 12px);
    right: calc(50% - 24px + 8px);
    transform: rotate(90deg);
  }

  /* price */
  #price {
    margin: 0;
    padding: 64px 16px 0px 16px;
  }

  #price h2 {
    font-size: 26px;
  }

  #price .list1 li {
    font-size: 16px;
  }

  #price .list1 {
    margin-bottom: 24px;
  }

  #price .list2 {
    display: block;
    margin-bottom: 24px;
  }

  #price .list2 li {
    width: 70%;
    margin: 0 auto 8px auto;
    padding: 12px;
    font-size: 16px;
    border-radius: 2em;
  }

  #price .list2 li:last-child {
    margin-right: auto;
  }

  #price .price {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  #price .price .value {
    font-size: 20px;
    margin-bottom: 16px;
  }

  #price .price .value em {
    font-size: 62px;
    padding-right: 3px;
    vertical-align: sub;
  }

  #price .price .head {
    width: 93%;
    height: auto;
    padding: 12px;
    margin: auto;
  }

  #price .voice {
    padding: 0;
  }

  #price .kome {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* faq */
  #faq {
    padding: 80px 16px 64px 16px;
    margin-bottom: 0;
  }

  #faq h2 {
    font-size: 28px;
  }

  .faqlist .q {
    font-size: 16px;
    padding: 16px 46px 16px 46px;
  }

  .faqlist .q .icon {
    top: 20px;
    right: 20px;
  }

  .faqlist .a {
    padding: 16px 16px 16px 46px;
  }

  .faqlist .a p {
    font-size: 16px;
  }
}