@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.font-os {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.txt-light-orange {
  color: #fa8200 !important;
}

.txt-orange {
  color: #e66700 !important;
  font-weight: 600;
}

.txt-white {
  color: #ffffff !important;
}

.txt-green {
  color: #00a653 !important;
}

.txt-bold {
  font-weight: bold;
}

.txt-red {
  color: #d81f1f !important;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.bg-orange {
  background-color: #fa8200;
}

.bg-middle-orange {
  background-color: #ffb012;
}

.bg-yellow {
  background-color: #fff1b3;
}

.bg-gray {
  background-color: #969696;
}

.bg-middle-gray {
  background-color: #f5f5f5;
}

.bg-blue {
  background-color: #0081cb;
}

.bg-red {
  background-color: #d81f1f;
}

.bl {
  border-left: solid #ffffff 1px;
}

.br {
  border-right: solid #ffffff 1px;
}

.bt {
  border-top: solid #ffffff 1px;
}

.bb {
  border-bottom: solid #ffffff 1px;
}

a:hover {
  opacity: 0.7;
}

section {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section {
    padding: 10.6666666667vw 0;
  }
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 89.3333333333vw;
  }
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner1200 {
    max-width: 89.3333333333vw;
  }
}

.vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.notes {
  color: #424242;
  text-align: left;
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.9333333333vw;
    line-height: 1.6em;
  }
}

.mb48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mb48 {
    margin-bottom: 6.4vw;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.font-18 {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .font-18 {
    font-size: 2.4vw !important;
  }
}

.ttl {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 8.5333333333vw;
  }
}

.sttl {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sttl {
    font-size: 6.4vw;
    line-height: 1.3em;
  }
}

.step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .step-list {
    width: 89.3333333333vw;
    height: 102.2666666667vw;
    margin: 0 auto;
  }
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  width: 670px;
  background-color: #ffffff;
  padding: 56px 36px 0 36px;
  height: 643px;
}
@media screen and (max-width: 767px) {
  .slick-slide {
    width: 89.3333333333vw;
    padding: 7.4666666667vw 4.8vw 0 4.8vw;
    height: 102.2666666667vw;
  }
}
.slick-slide .method-graph-item {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .slick-slide .method-graph-item {
    width: 78.6666666667vw;
  }
}

.step-img {
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .step-img {
    width: 78.6666666667vw;
  }
}

.step-txt {
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 28px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .step-txt {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
    line-height: 1.7em;
  }
}

.step-list .slick-next {
  right: -30px;
  left: auto;
  top: 50%;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fa8200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .step-list .slick-next {
    right: -4vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
}
.step-list .slick-next:before {
  font-size: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  right: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .step-list .slick-next:before {
    font-size: 5.3333333333vw;
  }
}
.step-list .slick-prev {
  left: -50px;
  right: auto;
  top: 50%;
  z-index: 2;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fa8200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .step-list .slick-prev {
    left: -4.4vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
}
.step-list .slick-prev:before {
  font-size: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  left: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .step-list .slick-prev:before {
    font-size: 5.3333333333vw;
  }
}
.step-list .slick-prev.slick-disabled,
.step-list .slick-next.slick-disabled {
  opacity: 0;
}

.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .case-list {
    width: 89.3333333333vw;
    height: 55.4666666667vw;
    margin: 0 auto;
  }
}
.case-list-item {
  position: relative;
  padding: 0;
  height: 416px;
  width: 670px;
  background-color: inherit;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .case-list-item {
    width: 89.3333333333vw;
    height: 55.4666666667vw;
    padding-top: 3.3333333333vw;
  }
}
.case-list-item .case-list-item-ttl {
  position: absolute;
  font-size: 32px;
  background-color: #333333;
  width: 440px;
  padding: 14px 0;
  border-radius: 80px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .case-list-item .case-list-item-ttl {
    font-size: 4.2666666667vw;
    width: 58.6666666667vw;
    padding: 1.8666666667vw 0;
    border-radius: 10.6666666667vw;
  }
}
.case-list-item .case-list-item-ttl .case-list-sttl {
  font-size: 80%;
}

.case-list-txt-box {
  position: absolute;
  top: 97px;
  right: 57px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .case-list-txt-box {
    top: 12.9333333333vw;
    right: 7.6vw;
  }
}
.case-list-txt-box .case-list-top {
  color: #ffe574;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .case-list-txt-box .case-list-top {
    line-height: 1em;
  }
}
.case-list-txt-box .case-list-top .case-list-top-culm {
  font-size: 48px;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .case-list-txt-box .case-list-top .case-list-top-culm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 6vw;
  }
}
.case-list-txt-box .case-list-top .case-list-top-culm .vertical {
  display: block;
  font-size: 28px;
  margin-right: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .case-list-txt-box .case-list-top .case-list-top-culm .vertical {
    font-size: 3.7333333333vw;
    margin-right: 0.9333333333vw;
  }
}
.case-list-txt-box .case-list-top .case-list-top-culm .case-price {
  display: block;
  font-size: 150%;
  font-weight: 600;
}
.case-list-txt-box .case-list-top .case-list-top-txt {
  font-size: 48px;
  margin-top: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .case-list-txt-box .case-list-top .case-list-top-txt {
    font-size: 6.4vw;
    margin-top: 3.7333333333vw;
  }
}
.case-list-txt-box .case-list-bottom {
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  border-top: 4px #ffffff solid;
  padding-top: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .case-list-txt-box .case-list-bottom {
    border-top: 0.5333333333vw #ffffff solid;
    font-size: 4.2666666667vw;
    padding-top: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.case-list-txt-box .case-list-bottom .case-list-bottom-txt {
  line-height: 1.6em;
  font-weight: 600;
}
.case-list-txt-box .case-list-bottom .case-list-bottom-txt .case-bottom-data {
  font-size: 130%;
}
.case-list-txt-box .case-list-bottom .case-list-bottom-txt .case-bottom-bigtxt {
  font-size: 110%;
}

.case-02 .case-list-txt-box {
  left: 57px;
  right: inherit;
}
@media screen and (max-width: 767px) {
  .case-02 .case-list-txt-box {
    left: 7.6vw;
  }
}

.case-03 .case-list-txt-box {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 286px;
}
@media screen and (max-width: 767px) {
  .case-03 .case-list-txt-box {
    width: 41.3333333333vw;
  }
}

.case-04 .case-list-txt-box {
  left: 42px;
  right: inherit;
}
@media screen and (max-width: 767px) {
  .case-04 .case-list-txt-box {
    left: 5.6vw;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-list .slick-next {
  right: 24%;
  left: auto;
  top: 54%;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fa8200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .case-list .slick-next {
    right: -4vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
}
.case-list .slick-next:before {
  font-size: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  right: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .case-list .slick-next:before {
    font-size: 5.3333333333vw;
  }
}
.case-list .slick-prev {
  left: 24%;
  right: auto;
  top: 54%;
  z-index: 2;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fa8200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .case-list .slick-prev {
    left: -4vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
}
.case-list .slick-prev:before {
  font-size: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  left: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .case-list .slick-prev:before {
    font-size: 5.3333333333vw;
  }
}
.step-list .slick-prev.slick-disabled,
.step-list .slick-next.slick-disabled,
.caselist .slick-prev.slick-disabled,
.case-list .slick-next.slick-disabled {
  opacity: 0;
}

.step-list .slick-prev.slick-disabled:before,
.step-list .slick-next.slick-disabled:before,
.case-list .slick-prev.slick-disabled:before,
.case-list .slick-next.slick-disabled:before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .case-list .slick-prev {
    left: 50% !important;
    -webkit-transform: translate(-583%, -50%);
            transform: translate(-583%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .case-list .slick-next {
    right: 50% !important;
    -webkit-transform: translate(583%, -50%);
            transform: translate(583%, -50%);
  }
}

.slick-initialized .slick-slide {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    margin: 0 1.3333333333vw;
  }
}
.z-5-slide-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  bottom: -40px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .z-5-slide-dots {
    gap: 3.2vw;
    bottom: -6.4vw;
  }
}

.z-5-slide-dots li {
  width: 12px;
  height: 12px;
  background: #969696;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .z-5-slide-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.z-5-slide-dots li button {
  display: none;
}

.z-5-slide-dots li.slick-active {
  background: #ffb012;
}

.baloon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fa8200;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .baloon {
    margin-bottom: 1.3333333333vw;
    padding: 2.1333333333vw;
    border-radius: 1.0666666667vw;
    font-size: 2.1333333333vw;
  }
}

.baloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #fa8200 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .baloon::after {
    border-width: 1.3333333333vw 1.4666666667vw 0 1.4666666667vw;
  }
}

.bg-paper {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 38px 38px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .bg-paper {
    background-size: 6.4vw 6.4vw;
  }
}

table, td, th {
  border: 1px solid #a0a0a3;
  border-collapse: collapse;
}

td, th {
  padding: 3px;
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  td, th {
    padding: 0.4vw;
    width: 4vw;
    height: 3.3333333333vw;
  }
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  height: 100vh;
  overflow-y: auto;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  top: 0;
  z-index: 0;
}

.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 416.5333333333px;
}

@media screen and (max-width: 767px) {
  .modal__content {
    width: 94.6666666667vw;
  }
}
.modal__close {
  position: absolute;
  right: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  z-index: 99;
  z-index: 99;
  color: #000000;
  cursor: pointer;
  font-size: 40px;
  right: 48px;
  top: 49px;
}
@media screen and (max-width: 767px) {
  .modal__close {
    font-size: 8.5333333333vw;
    right: 10.2666666667vw;
    top: 10.2666666667vw;
  }
}

.modal-box {
  height: 100vh;
  width: 100%;
  position: relative;
}

.modal-content-item {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  width: 760px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .modal-content-item {
    width: 89.3333333333vw;
    padding: 11.7333333333vw 0;
  }
}
.modal-content-item .modal-img {
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal-content-item .modal-img {
    width: 86.6666666667vw;
  }
}

.modal-ttl {
  width: 299.2px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal-ttl {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .modal-ttl {
    width: 68vw;
  }
}

@media screen and (max-width: 767px) {
  .qa-list-item {
    margin-bottom: 5.3333333333vw;
  }
}
.qa-list-item:last-child {
  margin-bottom: inherit;
}

.qa-list-q {
  background-color: #678DB0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}

.qa-list-q:hover {
  cursor: pointer;
}

.qa-list-q::after {
  content: "";
  background: url(../img/plus_icon.webp) top center/26px auto no-repeat;
  width: 26px;
  position: absolute;
  height: 26px;
  z-index: 1;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .qa-list-q::after {
    background: url(../img/plus_icon.webp) top center/4.6666666667vw auto no-repeat;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    right: 2.9333333333vw;
  }
}

.open.qa-list-q::after {
  background: url(../img/minus_icon.webp) top center/26px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .open.qa-list-q::after {
    background: url(../img/minus_icon.webp) top center/4.6666666667vw auto no-repeat;
  }
}

.qa-list-a {
  display: none;
}

@media screen and (min-width: 768px) {
  .qa-list-a {
    margin-bottom: 26.6666666667px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-a {
    margin-bottom: 5.3333333333vw;
  }
}
.nomal-acco {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .nomal-acco {
    margin-top: 11.7333333333vw;
  }
}
.nomal-acco .qa-list-q {
  background-color: #424242;
  padding: 18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .nomal-acco .qa-list-q {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.nomal-acco .qa-list-a {
  font-size: 16px;
  text-align: left;
  margin-top: 32px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .nomal-acco .qa-list-a {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.nomal-acco .nomal-acco-ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .nomal-acco .nomal-acco-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.nomal-acco .nomal-acco-stxt {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .nomal-acco .nomal-acco-stxt {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}
.nomal-acco .notes {
  text-align: right;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .nomal-acco .notes {
    margin-top: 6.4vw;
    margin-bottom: 2.1333333333vw;
    letter-spacing: 0.04em;
  }
}

.cta-area {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .cta-area {
    padding: 4.2666666667vw 0;
  }
}
.cta-area .txt-link {
  line-height: 1.9em;
}

.cta-inner {
  width: 1000px;
  background-color: #ffffff;
  padding: 32px 64px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-inner {
    width: 89.3333333333vw;
    padding: 6.4vw 4.2666666667vw 4.2666666667vw 3.2vw;
  }
}
.cta-inner .cta-logo {
  width: 380px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cta-inner .cta-logo {
    width: 71.6vw;
    margin: 0 auto;
    margin-bottom: 4.2666666667vw;
  }
}
.cta-inner .cta-logo img {
  width: 100%;
}

.btn-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .btn-culm {
    width: 872px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-culm {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin-bottom: 5.3333333333vw;
  }
}
.btn-box .notes {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn-box .notes {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}

.btn-sttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .btn-sttl {
    font-size: 5.0666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.btn-sttl .font-os {
  font-size: 130%;
}

.cta-btn {
  position: relative;
  background: rgb(136, 204, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(136, 204, 0)), to(rgb(0, 166, 83)));
  background: linear-gradient(90deg, rgb(136, 204, 0) 0%, rgb(0, 166, 83) 100%);
  -webkit-box-shadow: 0px 10px 0px 0px rgb(0, 102, 85);
          box-shadow: 0px 10px 0px 0px rgb(0, 102, 85);
  width: 420px;
  border-radius: 100px;
  height: 90px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  padding-top: 16px;
  margin: 0 auto;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-btn {
    font-weight: 600;
    line-height: 1.3em;
    padding-top: 4.1333333333vw;
    width: 78.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4vw;
    -webkit-box-shadow: 0px 2.1333333333vw 0px 0px rgb(0, 102, 85);
            box-shadow: 0px 2.1333333333vw 0px 0px rgb(0, 102, 85);
    margin-bottom: 3.2vw;
  }
}
.cta-btn .cta-btn-stxt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cta-btn .cta-btn-stxt {
    font-size: 3.4666666667vw;
  }
}
.cta-btn .fa-circle-chevron-right {
  position: absolute;
  right: 24px;
  width: 25px;
  height: auto;
  top: 37%;
}
@media screen and (max-width: 767px) {
  .cta-btn .fa-circle-chevron-right {
    right: 4.4vw;
    width: 5.3333333333vw;
    top: 38%;
  }
}

.cta-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 1;
}

.sup {
  font-size: 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sup {
    vertical-align: top;
    position: relative;
    top: -0.5em;
  }
}

.txt-link {
  color: #0081cb;
  border-bottom: solid 1px;
  display: inline-block;
}

.ttl-box {
  position: relative;
  margin-top: 90px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ttl-box {
    margin-top: 5.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.ttl-box .ttl-box-English {
  font-size: 160px;
  position: absolute;
  font-weight: bold;
  top: 0;
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ttl-box .ttl-box-English {
    font-size: 24vw;
    top: 7.6vw;
    letter-spacing: 0;
  }
}
.ttl-box .ttl {
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .ttl-box .ttl {
    line-height: 1.2em;
    letter-spacing: 0.08em;
  }
}
.ttl-box .sttl {
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ttl-box .sttl {
    font-size: 5.3333333333vw;
    margin-bottom: 0.9333333333vw;
  }
}

.floating {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background: #fff1b3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 5px 5px -5px #959595;
          box-shadow: 0px 5px 5px -5px #959595;
  width: 100%;
  padding: 16px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: 3.2vw 2.1333333333vw 4.8vw 2.1333333333vw;
    -webkit-box-shadow: 0px 0.6666666667vw 0.6666666667vw -0.6666666667vw #959595;
            box-shadow: 0px 0.6666666667vw 0.6666666667vw -0.6666666667vw #959595;
  }
}
.floating .cta-btn {
  width: 420px;
  padding-top: 16px;
  height: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .floating .cta-btn {
    height: 13.3333333333vw;
    width: 47.2vw;
    font-size: 2.9333333333vw;
    padding-top: 3.0666666667vw;
  }
}
.floating .btn-sttl {
  font-size: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .floating .btn-sttl {
    margin-bottom: 1.6vw;
    font-size: 3.4666666667vw;
  }
}
.floating .btn-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.floating .cta-btn .fa-circle-chevron-right {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating .btn-box {
    margin-bottom: 0;
  }
}

.floating.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 768px) {
  .sp-gnav {
    display: none;
  }
}
.sp-gnav nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.sp-gnav ul {
  display: none;
  list-style: none;
  height: 100vh;
  padding-top: 20.6666666667vw;
  width: 100%;
}
.sp-gnav .menu-item {
  width: 82.6666666667vw;
  margin: 0 auto;
}
.sp-gnav .menu-item-txt {
  font-size: 5.3333333333vw;
  display: -ms-inline-grid;
  display: inline-grid;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 6.4vw;
  color: #333333;
}
.sp-gnav .menu-item-txt .menu-item-stxt {
  font-size: 4.2666666667vw;
  margin-bottom: 2.8vw;
}
.sp-gnav .hamburger {
  position: absolute;
  top: 2.6666666667vw;
  right: 3.3333333333vw;
  width: 9.6vw;
  height: 5.3333333333vw;
  z-index: 100;
}
.sp-gnav .hamburger .ham-txt {
  padding-top: 5.6vw;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: #b5b5b6;
}
.sp-gnav .hamburger span {
  /*3本の線を作る*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  height: 0.5333333333vw;
  background-color: #b5b5b6;
  width: 100%;
  z-index: 10;
}
.sp-gnav .hamburger span:nth-of-type(1) {
  top: 0;
}
.sp-gnav .hamburger span:nth-of-type(2) {
  top: 2.1333333333vw;
}
.sp-gnav .hamburger span:nth-of-type(3) {
  top: 4.2666666667vw;
}
.sp-gnav .hamburger.open span {
  background-color: #ffffff;
}
.sp-gnav .hamburger.open .ham-txt {
  color: #ffffff;
  letter-spacing: 0;
}
.sp-gnav .hamburger.open span:nth-of-type(1) {
  top: 1.3333333333vw;
  -webkit-transform: translateY(0.8vw) rotate(-33deg);
          transform: translateY(0.8vw) rotate(-33deg);
}
.sp-gnav .hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.sp-gnav .hamburger.open span:nth-of-type(3) {
  top: 2.9333333333vw;
  -webkit-transform: translateY(-0.8vw) rotate(33deg);
          transform: translateY(-0.8vw) rotate(33deg);
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #424242;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    line-height: 1.3em;
    padding-bottom: 29.2vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

p {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

img {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-in {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: block;
  }
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100vw;
    z-index: 99;
    position: fixed;
    top: 0;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header .header-inner {
    width: 1200px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    max-width: 95.6vw;
    height: 14.9333333333vw;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header-inner .logo {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .logo {
    width: 46.1333333333vw;
    height: auto;
  }
}
.header .header-inner .logo img {
  width: 100%;
}
.header .menu-bg {
  background-color: rgba(250, 130, 0, 0.95);
}

.mv-bottom {
  background-color: #faf7f0;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-bottom {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom .inner {
    width: 86.6666666667vw;
  }
}
.mv-bottom .mv-bottom-ttl {
  width: 100%;
  border-radius: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .mv-bottom .mv-bottom-ttl {
    margin-bottom: 8.4vw;
    padding: 3.2vw 0;
  }
}
.mv-bottom .mv-bottom-ttl .thunder {
  width: 27px;
  height: auto;
  margin: 0 29px;
}
@media screen and (max-width: 767px) {
  .mv-bottom .mv-bottom-ttl .thunder {
    width: 4.2666666667vw;
    margin: 0 1.0666666667vw;
  }
}
.mv-bottom .mv-bottom-sttl {
  font-size: 32px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mv-bottom .mv-bottom-sttl {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.mv-bottom .mv-bottom-middle-ttl {
  font-size: 40px;
  width: 100%;
  border-bottom: solid 2px #fa8200;
  line-height: 2.1em;
}
@media screen and (max-width: 767px) {
  .mv-bottom .mv-bottom-middle-ttl {
    padding-bottom: 4.2666666667vw;
    font-size: 6.4vw;
    border-bottom: solid 0.2666666667vw #fa8200;
    line-height: 1.3em;
    letter-spacing: 0;
  }
}
.mv-bottom .mv-bottom-middle-ttl .txt-orange {
  font-size: 130%;
}
.mv-bottom .mv-bottom-txt {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-bottom .mv-bottom-txt {
    font-size: 5.3333333333vw;
  }
}
.mv-bottom .baloon::after {
  border-width: 16px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .mv-bottom .baloon::after {
    border-width: 3.6vw 4.2666666667vw 0 4.2666666667vw;
  }
}

.mv-bottom-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm {
    display: block;
    margin-top: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm .mv-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm .mv-bottom-item .mv-bottom-item-left {
    margin-right: 3.2vw;
  }
}
.mv-bottom-culm .mv-bottom-item-ttl {
  background-color: #333333;
  width: 146px;
  padding: 10px 0;
  font-size: 16px;
  clip-path: polygon(10% 0, 100% 0%, 89% 100%, 0% 100%);
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm .mv-bottom-item-ttl {
    clip-path: polygon(0 0, 100% 1%, 89% 100%, 0% 100%);
    width: 17.3333333333vw;
    font-size: 3.2vw;
    margin-bottom: 0;
    display: -ms-grid;
    display: grid;
    padding: 2.4vw 0 3.7333333333vw 0;
    line-height: 1.5em;
    font-weight: 500;
  }
}
.mv-bottom-culm .mv-bottom-item-ttl .num {
  font-size: 150%;
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm .mv-bottom-item-ttl .num {
    font-weight: 600;
    font-size: 180%;
  }
}
.mv-bottom-culm .mv-bottom-item-txt {
  font-size: 28px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm .mv-bottom-item-txt {
    font-size: 5.3333333333vw;
  }
}
.mv-bottom-culm .mv-bottom-item-stxt {
  margin-top: 12px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mv-bottom-culm .mv-bottom-item-stxt {
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
    text-align: left;
  }
}

.intro {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 10.6666666667vw 0;
  }
}
.intro .intro-ttl {
  font-size: 30px;
  width: 360px;
  margin: 0 auto;
  border-bottom: solid 2px #fa8200;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .intro .intro-ttl {
    border-bottom: solid 0.2666666667vw #fa8200;
    font-size: 5.3333333333vw;
    width: 64vw;
    margin-bottom: 6.4vw;
  }
}
.intro .intro-txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .intro .intro-txt {
    font-size: 4.2666666667vw;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.method {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .method {
    padding-bottom: 0;
  }
}
.method .ttl-box {
  margin-top: 0;
}
.method .method-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .method .method-ttl-box {
    display: block;
    position: relative;
    margin-bottom: 5.3333333333vw;
  }
}
.method .method-ttl-box .method-ttl-num {
  font-size: 120px;
  color: transparent;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
  font-weight: bold;
  margin-right: 18px;
  padding-top: 31px;
}
@media screen and (max-width: 767px) {
  .method .method-ttl-box .method-ttl-num {
    position: absolute;
    top: -16.5333333333vw;
    font-size: 16vw;
    margin-right: 2.4vw;
    padding-top: 4.1333333333vw;
  }
}
.method .method-ttl-box .method-ttl-right {
  text-align: left;
}
.method .method-ttl-box .method-ttl-txt {
  font-size: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .method .method-ttl-box .method-ttl-txt {
    margin-top: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.7em;
    letter-spacing: 0.03em;
  }
}
.method .method-ttl-box-area {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  height: 319px;
  background-color: #faf7f0;
  padding-top: 166px;
  padding-bottom: 212px;
}
@media screen and (max-width: 767px) {
  .method .method-ttl-box-area {
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
    padding-top: 17.4666666667vw;
    padding-bottom: 21.7333333333vw;
    height: 54.1333333333vw;
  }
}
.method .method-01 {
  background-color: #ffffff;
  padding: 80px 0 220px 0;
  background: linear-gradient(5deg, #faf7f0 20%, #ffffff 0);
}
@media screen and (max-width: 767px) {
  .method .method-01 {
    padding-top: 8.5333333333vw;
    padding-bottom: 48.6666666667vw;
    background: linear-gradient(6deg, #faf7f0 7%, #ffffff 0);
  }
}
.method .method-01 .method-table-sttl {
  font-size: 24px;
  position: absolute;
  left: 516px;
  top: 86px;
}
@media screen and (max-width: 767px) {
  .method .method-01 .method-table-sttl {
    font-size: 4.2666666667vw;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -7.0666666667vw;
  }
}
.method .method-01 .method-table-ttl {
  font-size: 40px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff1b3));
  background: linear-gradient(transparent 60%, #fff1b3 40%);
  width: 436px;
  position: absolute;
  left: 533px;
  top: 129px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .method .method-01 .method-table-ttl {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60vw;
    font-size: 5.3333333333vw;
    top: 50.1333333333vw;
  }
}
.method .method-01 .method-table-ttl .method-big-txt {
  font-size: 150%;
}

.method-table-contents {
  position: relative;
}
.method-table-contents .notes {
  left: 533px;
  top: 200px;
  position: absolute;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .method-table-contents .notes {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .method-table {
    margin-top: 13.3333333333vw;
  }
}
.method-table td {
  height: 49px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .method-table td {
    height: 9.0666666667vw;
    padding-top: 2.1333333333vw;
  }
}
.method-table .first-child {
  width: 67px;
  border-top: hidden;
  border-left: hidden;
}
@media screen and (max-width: 767px) {
  .method-table .first-child {
    width: 12vw;
  }
}
.method-table .second-child {
  position: relative;
  width: 139px;
}
@media screen and (max-width: 767px) {
  .method-table .second-child {
    width: 25.0666666667vw;
  }
}
.method-table .second-child .method-table-txt {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .method-table .second-child .method-table-txt {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .method-table .second-child .method-table-txt {
    font-size: 3.2vw;
  }
}
.method-table .third-child {
  width: 278px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .method-table .third-child {
    width: 52.4vw;
  }
}
.method-table .third-child .method-table-txt {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .method-table .third-child .method-table-txt {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .method-table .third-child .method-table-txt {
    font-size: 3.2vw;
  }
}
.method-table .method-table-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .method-table .method-table-txt {
    font-size: 3.2vw;
  }
}

.method-02 {
  padding-bottom: 77px;
  background-color: #faf7f0;
}
@media screen and (max-width: 767px) {
  .method-02 {
    padding-top: 0.2666666667vw;
    padding-bottom: 10.2666666667vw;
  }
}

.method-graph-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .method-graph-culm {
    display: block;
  }
}

.method-graph-item {
  width: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .method-graph-item {
    width: 89.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.method-graph-item .zoom {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .method-graph-item .zoom {
    width: 7.7333333333vw;
    right: 2vw;
    top: 2vw;
  }
}
.method-graph-item .notes {
  margin-top: 24px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .method-graph-item .notes {
    margin-top: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .method-graph-item:last-child {
    margin-bottom: 0;
  }
}

.method-graph-item:hover {
  cursor: pointer;
}

.market {
  background-color: #ffffff;
  padding-top: 80px;
  clip-path: polygon(0 0, 100% 0%, 100% 91%, 0% 100%);
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .market {
    padding-top: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
    clip-path: polygon(0 0, 100% 0%, 100% 97%, 0% 100%);
  }
}
.market .market-ttl {
  width: 275px;
  margin: 0 auto;
  border-bottom: solid 2px #fa8200;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .market .market-ttl {
    font-size: 5.3333333333vw;
    width: 44.4vw;
    border-bottom: solid 0.2666666667vw #fa8200;
    margin-bottom: 6.4vw;
  }
}
.market .market-txt {
  line-height: 1.7em;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .market .market-txt {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.market .market-table-ttl {
  margin-top: 48px;
  margin-bottom: 12px;
  text-align: left;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .market .market-table-ttl {
    font-weight: 600;
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    margin-top: 6.4vw;
  }
}

.scroll-table {
  overflow-x: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .scroll-table {
    margin-bottom: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .market-table-img {
    width: 154.4vw;
  }
}

.market-table-bottom {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .market-table-bottom {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 1.6em;
  }
}

.third-child-bottom {
  width: 193px;
}

.method-03 {
  margin-top: -140px;
  padding-top: 190px;
  background-color: #faf7f0;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .method-03 {
    margin-top: -15.0666666667vw;
    padding-top: 23.7333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.method-03 .method-03-content-txt {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-content-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.method-03 .method-03-culm {
  width: 675px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-culm {
    width: 89.3333333333vw;
  }
}
.method-03 .method-03-culm .method-03-item {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-culm .method-03-item {
    width: 26.6666666667vw;
  }
}
.method-03 .method-03-culm .method-03-item .method-03-item-txt {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-culm .method-03-item .method-03-item-txt {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 3.2vw;
  }
}
.method-03 .method-03-culm .method-03-item .yellow_arrow {
  width: 39px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-culm .method-03-item .yellow_arrow {
    width: 6.5333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.method-03 .method-03-culm-bottom {
  font-size: 24px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-culm-bottom {
    font-size: 4.2666666667vw;
  }
}
.method-03 .method-03-culm-bottom .txt-orange {
  font-size: 130%;
}
.method-03 .method-03-culm .method-03-item:nth-child(1) .yellow_arrow {
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}
.method-03 .method-03-culm .method-03-item:nth-child(3) .yellow_arrow {
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}
@media screen and (max-width: 767px) {
  .method-03 .method-03-culm .method-03-item:nth-child(3) .yellow_arrow {
    margin-top: 7.6vw;
  }
}
@media screen and (max-width: 767px) {
  .method-03 .nomal-acco {
    margin-top: 8.5333333333vw;
  }
}

.method-03-table {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .method-03-table {
    width: 133.6vw;
  }
}
.method-03-table p {
  height: 56px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding-top: 12px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .method-03-table p {
    height: 7.4666666667vw;
    font-size: 3.4666666667vw;
    padding-top: 0vw;
  }
}
.method-03-table .first-child {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .method-03-table .first-child {
    width: 24vw;
  }
}
.method-03-table .nomal-child {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .method-03-table .nomal-child {
    width: 13.3333333333vw;
  }
}
.method-03-table .border {
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  .method-03-table td {
    height: 9.3333333333vw;
  }
}

.list-bottom-yellow_arrow {
  width: 94px;
  height: auto;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .list-bottom-yellow_arrow {
    width: 12.5333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
}

.battery-txt {
  font-size: 22px !important;
}
@media screen and (max-width: 767px) {
  .battery-txt {
    font-size: 3.2vw !important;
  }
}

.arrow-box-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm {
    display: block;
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.arrow-box-culm .arrow-box-item {
  background: url(../img/orange_white_box.webp) top center/484px auto no-repeat;
  width: 484px;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm .arrow-box-item {
    background: url(../img/orange_white_box.webp) top center/89.3333333333vw auto no-repeat;
    width: 89.3333333333vw;
    height: 27.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.arrow-box-culm .arrow-box-item .arrow-txt-left {
  font-weight: 600;
  padding-top: 18px;
  padding-left: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm .arrow-box-item .arrow-txt-left {
    padding-top: 2.4vw;
    padding-left: 4.5333333333vw;
  }
}
.arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-box-item-stxt {
  font-size: 16px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-box-item-stxt {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
.arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-box-item-txt {
  font-size: 18px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-box-item-txt {
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
}
.arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-item-num {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-item-num {
    font-size: 8vw;
  }
}
.arrow-box-culm .arrow-box-item .arrow-txt-left .arrow-item-num .arrow-item-num-bigtxt {
  font-size: 130%;
}
.arrow-box-culm .arrow-box-item .arrow-txt-right {
  margin-top: 18px;
  line-height: 1.7em;
  margin-left: 64px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .arrow-box-culm .arrow-box-item .arrow-txt-right {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
    margin-left: 11.6vw;
    line-height: 1.4em;
  }
}

.arrow-box-item:nth-child(2) .arrow-txt-left {
  padding-left: 21px;
}
@media screen and (max-width: 767px) {
  .arrow-box-item:nth-child(2) .arrow-txt-left {
    padding-left: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .arrow-box-item:nth-child(2) .arrow-txt-right {
    margin-left: 9.6vw;
  }
}

.arrow-box-bottom {
  background-color: #ffffff;
  padding: 35px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .arrow-box-bottom {
    font-size: 3.4666666667vw;
    padding: 4.2666666667vw 2.6666666667vw;
    text-align: left;
    line-height: 1.3em;
  }
}

.arrow-box-bottom-notes {
  text-align: left !important;
  line-height: 1.7em;
}

.concept {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-bottom: 6.4vw;
  }
}
.concept .ttl-box {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .concept .ttl-box {
    margin-bottom: 10.6666666667vw;
  }
}
.concept .concept-sttl {
  font-size: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .concept .concept-sttl {
    text-align: left;
    line-height: 1.5em;
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.concept .concept-txt {
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .concept .concept-txt {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.concept .notes-box {
  font-size: 12px;
  border: solid #333333 1px;
  padding: 20px;
  width: 763px;
  letter-spacing: 0.03em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept .notes-box {
    font-size: 2.9333333333vw;
    padding: 4.2666666667vw;
    width: 89.3333333333vw;
    text-align: left;
    line-height: 1.7em;
  }
}

.style {
  padding-top: 0;
  padding-bottom: 0;
}
.style .style-ttl-box {
  background: url(../img/bg.webp) top center/100% auto no-repeat;
  width: 100%;
  padding: 68px 0 65px 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .style .style-ttl-box {
    padding: 3.2vw 0;
    background: url(../img/bg_sp.webp) top center/100% auto no-repeat;
  }
}
.style .style-ttl-box .txt-white {
  line-height: 1em;
  font-weight: 600;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .style .style-ttl-box .txt-white {
    font-size: 6.4vw;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .style .style-ttl-box .txt-white .step-ttl-box-big {
    font-size: 8.5333333333vw;
  }
}
.style .style-ssttl {
  font-size: 32px;
  margin-top: 64px;
  margin-bottom: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .style .style-ssttl {
    margin-top: 8.6666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.style .style-sttl {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .style .style-sttl {
    font-size: 6.4vw;
    line-height: 1.3em;
  }
}
.style .style-contents-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .style .style-contents-ttl-box {
    margin-top: -2.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.style .style-contents-ttl-box .style-num {
  padding-top: 22px;
  width: 132px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .style .style-contents-ttl-box .style-num {
    width: 19.2vw;
    margin-right: 3.2vw;
    padding-top: 2.9333333333vw;
  }
}
.style .style-contents-ttl-box .style-contents-ttl {
  line-height: 1.1em;
  text-align: left;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .style .style-contents-ttl-box .style-contents-ttl {
    font-size: 6.4vw;
  }
}
.style .style-contents-ttl-box .style-contents-ttl .txt-orange {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .style .style-contents-ttl-box .style-contents-ttl .txt-orange {
    font-size: 4.2666666667vw;
  }
}
.style .style-contents-txt {
  text-align: left;
  margin-bottom: 24px;
  width: 470px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .style .style-contents-txt {
    letter-spacing: 0.04em;
    font-weight: 400;
    line-height: 1.7em;
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.style .style-01 {
  background-color: #faf7f0;
  clip-path: polygon(0 0, 100% 5%, 100% 93%, 0% 100%);
  padding-top: 120px;
  padding-bottom: 80px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .style .style-01 {
    clip-path: polygon(0 0, 100% 5%, 100% 96%, 0% 100%);
    padding-top: 16vw;
    padding-bottom: 24vw;
    margin-top: 3.2vw;
  }
}
.style .style-01 .style-contents-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .style .style-01 .style-contents-culm {
    display: block;
  }
}
.style .style-contents-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .style .style-contents-txt-02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .style .style-contents-txt-02 {
    position: absolute;
    top: 101.3333333333vw;
  }
}
.style .style-contents-item-img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .style .style-contents-item-img {
    width: 89.3333333333vw;
    margin-bottom: 40vw;
  }
}

.style-acco-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .style-acco-culm {
    display: block;
  }
}
.style-acco-culm .style-acco-item {
  width: 473px;
}
@media screen and (max-width: 767px) {
  .style-acco-culm .style-acco-item {
    width: 89.3333333333vw;
  }
}
.style-acco-culm .style-acco-left-img {
  width: 238px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .style-acco-culm .style-acco-left-img {
    width: 32.9333333333vw;
    margin-bottom: 5.0666666667vw;
  }
}
.style-acco-culm .style-acco-txt {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .style-acco-culm .style-acco-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
.style-acco-culm .style-acco-rigth-img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .style-acco-culm .style-acco-rigth-img {
    width: 89.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}

.style-02 {
  padding-top: 60px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .style-02 {
    padding-top: 8vw;
    padding-bottom: 8.5333333333vw;
  }
}
.style-02 .style-ttl-bottom-txt {
  text-align: left;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .style-02 .style-ttl-bottom-txt {
    line-height: 1.8em;
    letter-spacing: 0.03em;
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.style-02 .style-notes {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .style-02 .style-notes {
    margin-bottom: 3.2vw;
  }
}
.style-02 .style-02-img {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .style-02 .style-02-img {
    margin-top: 0;
  }
}
.style-02 .style-num {
  width: 150px !important;
}
@media screen and (max-width: 767px) {
  .style-02 .style-num {
    width: 20vw !important;
  }
}

.style-03 {
  background-color: #faf7f0;
  padding-top: 120px;
  padding-bottom: 120px;
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .style-03 {
    padding-top: 18.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.style-03 .style-ttl-bottom-txt {
  text-align: left;
  font-size: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .style-03 .style-ttl-bottom-txt {
    line-height: 1.7em;
    letter-spacing: 0.04em;
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.style-03 .style-03-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .style-03 .style-03-culm {
    display: block;
  }
}
.style-03 .style-03-culm .style-acco-culm-img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .style-03 .style-03-culm .style-acco-culm-img {
    width: 89.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.style-03 .style-03-culm .style-acco-culm-txt {
  font-size: 16px;
  text-align: left;
  width: 477px;
}
@media screen and (max-width: 767px) {
  .style-03 .style-03-culm .style-acco-culm-txt {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.7em;
    letter-spacing: 0.04em;
  }
}
.style-03 .style-num {
  width: 150px !important;
}
@media screen and (max-width: 767px) {
  .style-03 .style-num {
    width: 20vw !important;
  }
}
.style-03 .energy-contents {
  margin-top: 48px;
  padding: 49px 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents {
    display: block;
    margin-top: 6.4vw;
    padding: 6.4vw 5.3333333333vw;
  }
}
.style-03 .energy-contents .energy-item {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents .energy-item {
    width: 78.6666666667vw;
  }
}
.style-03 .energy-contents .energy-item .txt-orange {
  font-size: 26px;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents .energy-item .txt-orange {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.style-03 .energy-contents .energy-circle {
  position: absolute;
  width: 124px;
  height: auto;
  left: 410px;
  top: 14px;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents .energy-circle {
    width: 26.6666666667vw;
    right: 0;
    top: 10.1333333333vw;
    right: -2.6666666667vw;
    left: inherit;
  }
}
.style-03 .energy-contents .energy-item-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents .energy-item-img {
    margin-bottom: 3.2vw;
  }
}
.style-03 .energy-contents .energy-item-txt {
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents .energy-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 0;
    line-height: 1.7em;
    letter-spacing: 0.04em;
  }
}
.style-03 .energy-contents .notes {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .style-03 .energy-contents .notes {
    text-align: left;
    margin-bottom: 4.2666666667vw;
  }
}

.energy-acco {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .energy-acco {
    font-size: 4.2666666667vw;
    line-height: 1.7em;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .energy-acco-img {
    width: 89.3333333333vw;
    margin: 0 auto;
    margin-top: 6.4vw;
  }
}

.style-03 .txt-left {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .style-03 .txt-left {
    margin-top: 1.0666666667vw;
  }
}

.energy-orange-circle-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 684px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: -28px;
}
@media screen and (max-width: 767px) {
  .energy-orange-circle-culm {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 89.3333333333vw;
    margin-bottom: 44.2666666667vw;
  }
}
.energy-orange-circle-culm .energy-orange-circle-item {
  background-color: #fa8200;
  border-radius: 130px;
  width: 208px;
  height: 208px;
  font-size: 22px;
  text-align: center;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .energy-orange-circle-culm .energy-orange-circle-item {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    font-size: 4.5333333333vw;
    padding-top: 5.2vw;
    border-radius: 300px;
  }
}
.energy-orange-circle-culm .energy-orange-circle-item .baloon {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 15px;
  padding: 3px 6px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .energy-orange-circle-culm .energy-orange-circle-item .baloon {
    line-height: 1.3em;
    letter-spacing: 0.03em;
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.energy-orange-circle-culm .energy-orange-circle-item .baloon::after {
  border-color: #ffffff transparent transparent;
}
.energy-orange-circle-culm .energy-orange-circle-item .energy-orange-txt {
  margin-top: 3px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .energy-orange-circle-culm .energy-orange-circle-item .energy-orange-txt {
    line-height: 1.3em;
    font-size: 4.5333333333vw;
    margin-top: 0.4vw;
  }
}
.energy-orange-circle-culm .energy-orange-circle-item:nth-child(2) {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .energy-orange-circle-culm .energy-orange-circle-item:nth-child(2) {
    position: absolute;
    padding-top: 9.6vw;
    top: 40vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .energy-orange-circle-culm-bottom {
    text-align: left !important;
    letter-spacing: 0.03em;
    margin-bottom: 6.4vw;
  }
}

.acco-system-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .acco-system-culm {
    display: block;
    position: relative;
    margin-bottom: 13.3333333333vw;
  }
}
.acco-system-culm .acco-system-ttl-box {
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .acco-system-culm .acco-system-ttl-box {
    margin-bottom: 42.6666666667vw;
  }
}
.acco-system-culm .acco-system-ttl-box .acco-system-ttl {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .acco-system-culm .acco-system-ttl-box .acco-system-ttl {
    font-size: 5.3333333333vw;
    text-align: center;
    letter-spacing: 0.08em;
  }
}
.acco-system-culm .acco-system-ttl-box .acco-system-ttl-num {
  position: absolute;
  color: #fff1b3;
  font-size: 90px;
  font-weight: 700;
  z-index: 0;
  top: -5px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .acco-system-culm .acco-system-ttl-box .acco-system-ttl-num {
    font-size: 14.6666666667vw;
    position: absolute;
    right: 0;
    left: -0.6666666667vw;
    margin: 0 auto;
    width: 12vw;
  }
}
.acco-system-culm .acco-system-item {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .acco-system-culm .acco-system-item {
    width: 100%;
  }
}
.acco-system-culm .acco-system-item .notes {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .acco-system-culm .acco-system-item-img {
    position: absolute;
    top: 16vw;
    width: 59.2vw;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.acco-system-item:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .acco-system-item:nth-child(2) {
    width: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .acco-system-txt {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .acco-system-culm:nth-child(2) .acco-system-ttl-box {
    margin-bottom: 45.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .acco-system-culm:nth-child(2) .acco-system-item-img {
    top: 20.4vw;
  }
}

@media screen and (max-width: 767px) {
  .acco-system-culm:nth-child(3) .acco-system-ttl-box {
    margin-bottom: 46.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .acco-system-culm:nth-child(4) .acco-system-ttl-box {
    margin-bottom: 40vw;
  }
}

.acco-system-culm:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .acco-system-culm:last-child .acco-system-ttl-box {
    margin-bottom: 53.3333333333vw;
  }
}

.style-acco {
  margin-top: 80px !important;
}

.phase .ttl-box {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .phase .ttl-box {
    margin-top: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.phase .ttl-box-English {
  top: 26px;
}
@media screen and (max-width: 767px) {
  .phase .ttl-box-English {
    top: 10.6666666667vw;
  }
}
.phase .step-list-ttl-num {
  background-color: #fa8200;
  font-size: 56px;
  font-weight: 600;
  padding: 37px 14px;
  width: 100px;
  height: 120px;
  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;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .phase .step-list-ttl-num {
    font-size: 8.5333333333vw;
    padding: 5.4666666667vw 2.6666666667vw;
    width: 14vw;
    height: 18vw;
  }
}
.phase .step-list-ttl {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .phase .step-list-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .step-list-ttl {
    text-align: left;
    padding-left: 18.9333333333vw;
  }
}

.case {
  background-color: #faf7f0;
}
.case .ttl-box {
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .case .ttl-box {
    margin-bottom: 9.6vw;
  }
}
.case .case-ttl-ttl {
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .case .case-ttl-ttl {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
    line-height: 1.5em;
  }
}
.case .case-bottom-txt {
  font-size: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .case .case-bottom-txt {
    font-size: 4.2666666667vw;
    text-align: left;
    margin: 0 auto;
    width: 89.3333333333vw;
    margin-bottom: 6.4vw;
    line-height: 1.7em;
  }
}
.case .case-list-bottom-contents {
  width: 670px;
  font-size: 12px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  margin-top: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .case .case-list-bottom-contents {
    width: 89.3333333333vw;
    font-size: 2.9333333333vw;
    margin-top: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}

.worning-box {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border: solid 2px #fa8200;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .worning-box {
    width: 89.3333333333vw;
    border: solid 0.2666666667vw #fa8200;
    margin-bottom: 8.5333333333vw;
  }
}
.worning-box .worning-ttl {
  color: #ffffff;
  background-color: #fa8200;
  padding: 20px 0;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .worning-box .worning-ttl {
    padding: 2.2666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.worning-box .worning-ttl .fa-triangle-exclamation {
  color: #ffffff;
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .worning-box .worning-ttl .fa-triangle-exclamation {
    margin: 0 1.6vw;
  }
}
.worning-box .worning-box-culm {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .worning-box .worning-box-culm {
    display: block;
    padding: 5.3333333333vw;
  }
}
.worning-box .worning-box-culm .worning-box-item-ttl {
  font-size: 26px;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .worning-box .worning-box-culm .worning-box-item-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
}
.worning-box .worning-box-culm .worning-box-item-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.7em;
  width: 442px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .worning-box .worning-box-culm .worning-box-item-txt {
    font-size: 3.7333333333vw;
    width: 100%;
    letter-spacing: 0.03em;
    margin-bottom: 6.4vw;
  }
}
.worning-box .worning-box-culm .method-graph-item {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .worning-box .worning-box-culm .method-graph-item {
    width: 100%;
  }
}

.point-notes-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point-notes-culm {
    display: block;
  }
}
.point-notes-culm .point-notes-item {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .point-notes-culm .point-notes-item {
    width: 100%;
    margin-bottom: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .point-notes-culm .point-notes-item:last-child {
    margin-bottom: 0;
  }
}
.point-notes-culm .point-notes-item-txt {
  letter-spacing: 0.03em;
  font-size: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .point-notes-culm .point-notes-item-txt {
    font-size: 4.2666666667vw;
  }
}
.point-notes-culm .point-notes-ttl {
  font-size: 32px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .point-notes-culm .point-notes-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2.4vw;
  }
}
.point-notes-culm .point-notes-ttl img {
  margin-right: 6px;
  width: 26px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .point-notes-culm .point-notes-ttl img {
    width: 4.4vw;
    margin-right: 2.1333333333vw;
  }
}

.flow {
  background-color: #fef4e5;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-bottom: 16vw;
  }
}
.flow .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 172px;
}
@media screen and (max-width: 767px) {
  .flow .flow-box {
    display: block;
    margin-top: 19.8666666667vw;
  }
}
.flow .flow-box .flow-box-item {
  position: relative;
  width: 285px;
  background-color: #ffffff;
  height: 339px;
  padding: 80px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .flow .flow-box .flow-box-item {
    width: 89.3333333333vw;
    height: auto;
    padding: 12.9333333333vw 5.3333333333vw 7.4666666667vw 5.3333333333vw;
    margin-bottom: 15.0666666667vw;
  }
}
.flow .flow-box .flow-box-item .flow-box-item-ttl {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 48px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .flow .flow-box .flow-box-item .flow-box-item-ttl {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.flow .flow-box .flow-box-item .notes {
  line-height: 1.7em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .flow .flow-box .flow-box-item .notes {
    margin-top: 3.2vw;
  }
}
.flow .flow-box .flow-box-num {
  top: -45px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 0.64em;
  width: 98px;
  height: 98px;
  background-color: #fa8200;
  border-radius: 100px;
  font-size: 47px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .flow .flow-box .flow-box-num {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    font-size: 8.2666666667vw;
    top: -8.8vw;
  }
}
.flow .flow-box .flow-box-num .flow-box-num-stxt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flow .flow-box .flow-box-num .flow-box-num-stxt {
    font-size: 3.2vw;
  }
}
.flow .flow-box .flow-box-item-txt {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .flow .flow-box .flow-box-item-txt {
    font-size: 4.2666666667vw;
    line-height: 1.7em;
    letter-spacing: 0.02em;
  }
}

.flow-box-item::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #ffb012;
  position: absolute;
  top: 50%;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .flow-box-item::after {
    width: 0.5333333333vw;
    height: 16vw;
    bottom: -16vw;
    right: 50%;
    left: auto;
    top: inherit;
  }
}

@media screen and (max-width: 767px) {
  .flow-box-item:last-child {
    margin-bottom: 0 !important;
  }
}

.flow-box-item:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .qa .ttl-box-English {
    top: 3.2vw !important;
  }
}
.qa .ttl-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .qa .ttl-box {
    margin-bottom: 16vw;
  }
}
.qa .ttl-box .ttl-box-English {
  color: #f5f5f5 !important;
}
.qa .qa-list-item {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-item {
    margin-bottom: 8.5333333333vw;
  }
}
.qa .qa-list-q {
  font-size: 26px;
  font-weight: 500;
  padding: 11px 0 17px 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q {
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 0 3.8666666667vw 4.9333333333vw;
    height: 18.1333333333vw;
  }
}
.qa .qa-list-q .txt-white {
  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) {
  .qa .qa-list-q .txt-white {
    text-align: left;
    line-height: 1.3em;
  }
}
.qa .qa-list-q .font-os {
  font-size: 48px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-q .font-os {
    font-size: 8.5333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.qa .qa-list-q {
  background-color: #fa8200;
}
.qa .qa-list-a {
  text-align: left;
  padding-top: 48px;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .qa .qa-list-a {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
    padding-top: 6.4vw;
  }
}
.qa .qa-list-a p {
  line-height: 1.7em;
}
.qa .qa-notes {
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

.link-btn {
  border: solid #333333 2px;
  width: 670px;
  margin: 0 auto;
  margin-top: 72px;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  .link-btn {
    border: solid #333333 0.2666666667vw;
    font-weight: 600;
    width: 89.3333333333vw;
    font-size: 4.2666666667vw;
    margin-top: 17.0666666667vw;
    padding: 5.4666666667vw 0;
  }
}
.link-btn .fa-circle-chevron-right {
  position: absolute;
  right: 35px;
  top: 34px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .link-btn .fa-circle-chevron-right {
    top: 5.3333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    right: 4.6666666667vw;
  }
}

.mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/mv.webp) top center/100% auto no-repeat;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: 131.8666666667vw;
    background: url(../img/mv_sp.webp) center top/100% auto no-repeat;
    margin-top: 14.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .mv:before {
    content: "";
    display: block;
    padding-top: 31.1%;
  }
}
.mv h1 {
  font-size: 0;
}

.footer {
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 16px 183px 16px;
}
@media screen and (max-width: 767px) {
  .footer {
    display: block;
    padding: 16.8vw 0 16.8vw 4vw;
  }
}
.footer .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer .sns-box {
    gap: 5.2vw;
    margin-bottom: 11.7333333333vw;
  }
}
.footer .sns-box .sns-link {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footer .sns-box .sns-link {
    width: 8.2666666667vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .sns-box .sns-link img {
    width: 100%;
  }
}
.footer .examination {
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer .examination {
    width: 340px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .examination {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    width: 92.4vw;
  }
}
.footer .copy-txt {
  text-align: center;
  background-color: #003366;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .copy-txt {
    font-size: 12px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .copy-txt {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
    padding: 3.2vw 0;
  }
}
.footer .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .right-box {
    display: block;
  }
}
.footer .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .footer .footer-list {
    display: block;
    margin-right: auto;
  }
}
.footer .footer-list .footer-item {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .footer .footer-list .footer-item {
    font-size: 3.2vw;
    margin-bottom: 6.9333333333vw;
  }
}
.footer .footer-list .footer-item a {
  color: #ffffff;
}
.footer .copy {
  font-size: 10px;
  color: #fafafa;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  #anc-method,
  #anc-concept,
  #anc-point,
  #anc-phase,
  #anc-case,
  #anc-flow,
  #anc-faq {
    padding-top: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
}