@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

/* common */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 游ゴシック, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  overflow-wrap: break-word;
}
section {
  position: relative;
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
img.hoverImg {
  transition: 0.3s;
}
a:hover img.hoverImg {
  opacity: 0.7;
}
.sp_display {
  display: none;
}
.tab_display {
  display: none;
}
.pc_display {
  display: block;
}
.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
html,
body {
  overflow-x: hidden;
}
.inner {
  max-width: 117rem;
  margin: 0 auto;
  position: relative;
}
main {
  display: block;
  padding-top: 8.1rem;
}
img {
  max-width: 100%;
  height: auto;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.btn {
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.btn::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  right: 7.4%;
}
.bottom .btn:hover {
  opacity: 1;
}

/* header */
header {
  position: fixed;
  width: 100%;
  height: 8.3rem;
  align-items: stretch !important;
  padding: 0;
  background-color: #005331;
  z-index: 1000;
}
.header__logo {
  width: 24.8rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
  background-position: right;
  background-repeat: no-repeat;
  height: auto;
  justify-content: center;
}
.header__logo::after {
  background: url(../img/header_bg.webp) right 0 no-repeat;
  position: absolute;
  content: '';
  height: 100%;
  width: 11.4rem;
  right: -11.4rem;
  top: 0;
}
.header__logo-link {
  width: 75%;
}
.header__logo-link:hover {
  opacity: 1;
}
.header-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-menu__list {
  display: flex;
  justify-content: flex-start;
  width: auto;
  z-index: 1;
  position: relative;
  align-self: center;
  position: relative;
  left: 8rem;
}
.header-menu__list-item-link {
  color: #fff;
  margin-right: 1.1em;
  padding-right: 1.1em;
  border-right: 1px solid;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
}
.header-menu__list-item:last-child a {
  margin-right: 0em;
  padding-right: 0em;
  border-right: none;
}
.header-btn-area {
  width: 45.6rem;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  height: 100%;
  align-items: center;
  padding: 0 2.4rem;
}
.header-btn {
  font-size: 2rem;
  border-radius: 0.3125vw;
  display: flex;
  justify-content: center;
  border-width: 0.4rem;
  border-style: solid;
  height: 5.9rem;
  width: 19.6rem;
  box-shadow: 0px 0.2em 0px 0px rgba(0, 71, 42, 1);
}
.buy-btn {
  background-color: #fb9425;
  border-color: #fa8507;
  color: #fff;
}
.buy-btn:hover {
  border-color: #dc7608;
  background-color: #be6301;
}
.contact-btn {
  background-color: #07a33e;
  border-color: #068d35;
  color: #fbed14;
}
.contact-btn:hover {
  background-color: #146307;
  border-color: #068d35;
}

/* main_v */
#main_v {
  text-align: center;
  background-color: #b9b9b9;
  position: relative;
}
#main_v .inner {
  max-width: 160rem;
}
#main_v h1 {
  z-index: 2;
}
#main_v::after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  background-color: #fff;
  display: block;
  width: 100%;
}

/* document-request-btn */
.document-request-btn {
  position: fixed;
  bottom: 2rem;
  z-index: 2;
  right: 2rem;
  width: 24.3rem;
  background-image: url(../img/document-request-btn-bg.webp);
  background-size: cover;
  height: 22.7rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4.4rem 0 0;
  justify-content: flex-start;
  transition: background-image 0.3s;
}
.document-request-btn:hover {
  background-image: url(../img/document-request-btn-bg-on.webp);
  opacity: 1;
}
.document-request-btn__img {
  margin-bottom: 1.5rem;
  width: 4.4rem;
  position: relative;
  left: 0.2rem;
}
.document-request-btn-txt1 {
  font-size: 2.5rem;
  line-height: 1.16215139;
  margin-bottom: 0;
  position: relative;
  left: 0.1em;
}

/* gift */
#gift {
  margin-top: -0.7rem;
  margin-bottom: 4rem;
}
#gift .top {
  padding: 0;
  justify-content: center;
  gap: 5.5%;
  padding-right: 3.5%;
}
#gift .top .pic {
  width: 41.45%;
  z-index: 1;
}
#gift .top .graph {
  width: 38.79%;
  margin-top: 0.7rem;
}
#gift .bottom {
  margin-top: 3.5rem;
  border-top: 0.2rem solid #005331;
  padding: 5.6rem 4.4% 0 4.2%;
  margin-bottom: 10.5rem;
}
#gift .bottom .price {
  width: 46%;
}
#gift .bottom .btn {
  width: 48.7rem;
  height: 11.2rem;
  margin-top: 1rem;
  background-image: url(../img/gift_btn.webp);
  font-size: 3.2rem;
  transition: background-image 0.3s;
}
#gift .bottom .btn::after {
  width: 1.5rem;
  height: 2.6rem;
}
#gift .bottom .btn:hover {
  background-image: url(../img/gift_btn_hover.webp);
}

/* for-corporate */
.for-corporate {
  position: relative;
}
.for-corporate-inner {
  background-color: #fcf4c7;
  border: 0.3rem solid #d53752;
  border-radius: 0.7rem;
  justify-content: center;
  padding: 6rem 0 1.5rem 0;
}
.for-corporate-inner-inner {
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  left: -2%;
}
.for-corporate__ttl {
  position: absolute;
  color: #fff;
  font-size: 3.1rem;
  background-color: #d53752;
  left: 51%;
  transform: translateX(-50%);
  top: -1em;
  padding: 0.155em 1.55em;
  white-space: nowrap;
}
.for-corporate__ttl::before,
.for-corporate__ttl::after {
  content: '';
  position: absolute;
  border-top: 0.94em solid transparent;
  border-bottom: 0.94em solid transparent;
  top: 50%;
  transform: translateY(-50%);
}
.for-corporate__ttl::before {
  border-right: 2rem solid #d53752;
  left: -2rem;
}
.for-corporate__ttl::after {
  border-left: 2rem solid #d53752;
  right: -2rem;
}
.for-corporate__ttl-txt::before,
.for-corporate__ttl-txt::after {
  content: '';
  position: absolute;
  height: 95%;
  width: 2px;
  background-color: #d53752;
  top: 50%;
  transform: translateY(-50%);
}
.for-corporate__ttl-txt::before {
  left: -1px;
}
.for-corporate__ttl-txt::after {
  right: -1px;
}
.for-corporate__img {
  width: 12.5rem;
  margin-top: -4rem;
}
.for-corporate__desc {
  padding-top: 0;
  text-align: center;
  margin-left: 2.5%;
}
.for-corporate__txt {
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.for-corporate__txt-red {
  color: #d53752;
}
.for-corporate__txt-red.--01 {
  font-size: 2.2rem;
}
.for-corporate__txt-red.--02 {
  font-size: 2.6rem;
}
.for-corporate__btn {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  margin: 0 auto;
  border-radius: 2.9rem;
  justify-content: center;
  border: 3px solid #f00;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  max-width: 42rem;
  padding: 0.5em 0;
  position: relative;
  left: -5%;
  box-shadow: 0px 4px 0px 0px rgba(214, 208, 169, 1);
}
.for-corporate__btn::after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 5%;
  width: 0.9rem;
  height: 1.4rem;
}

/* problem */
#problem {
  background-image: url(../img/problem_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10rem 0 8.4rem;
  background-color: #e3f1e8;
  margin-bottom: 1rem;
}
#problem .inner {
  position: relative;
}
#problem .bg {
  filter: drop-shadow(0 0 1.6rem #bbb);
}
#problem ul {
  position: absolute;
  top: 30.3%;
  left: 54.8%;
}
#problem ul li {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
#problem ul li + li {
  margin-top: 1.33em;
}
#problem ul li::before {
  content: '';
  position: absolute;
  background-image: url(../img/problem_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  left: -11%;
  top: 0.1em;
}

/* every */
#every {
  text-align: center;
}
#every .top {
  padding: 0 19.9rem 0 10%;
  margin-bottom: 13rem;
}
#every .top .product {
  width: 34.42622951%;
}
#every .top .right {
  width: 53%;
  padding-top: 0.9rem;
}
#every .top .right .logo {
  margin-bottom: 3rem;
}
#every .top .right .ttl {
  margin-bottom: 2.5rem;
}
#every .top .right .txt {
  line-height: 2.27777778;
  font-weight: bold;
  text-align: left;
}
#every h2 {
  text-align: center;
  font-size: 4.8rem;
  color: #005331;
  font-weight: 900;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ecf7f0 0%) repeat scroll 0 0;
  display: inline-block;
}
#every h2 img {
  margin: 0 auto;
}
#every ul {
  margin-top: 6rem;
}
#every ul li {
  width: 31.11111111%;
}
#every ul li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}
#every ul li:nth-of-type(n + 4) {
  margin-top: 7.2rem;
}

/* feature */
#feature {
  padding: 27.5rem 0 14rem;
  background-image: url(../img/feature_bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #e3f1e8;
  margin-top: -1.5rem;
}
#feature h2 {
  text-align: center;
  border: 0.3rem solid #005331;
  border-bottom: none;
  background-color: #fff;
  padding: 3rem 0;
}
#feature ul li {
  width: 50%;
  border-left: 0.3rem solid #005331;
  border-top: 0.3rem solid #005331;
  background-color: #fff;
  position: relative;
  padding: 6rem 3% 8.6rem;
  text-align: center;
}
#feature ul li:nth-of-type(even) {
  border-right: 0.3rem solid #005331;
}
#feature ul li:nth-last-of-type(-n + 2) {
  border-bottom: 0.3rem solid #005331;
}
#feature ul li .img {
  margin-bottom: 2.3rem;
  min-height: 24.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature ul li .no {
  position: absolute;
  top: 0;
  left: 0;
}
#feature ul li h3 {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #005331;
  margin-bottom: 2rem;
}
#feature ul li p {
  line-height: 1.83333333;
}

/* sytstem_type */
#sytstem_type {
  padding: 12.5rem 0 0;
  color: #005331;
  font-weight: bold;
  background-image: url(../img/sytstem_type_bg.webp);
  background-position: left calc(50% - 76rem) top 90rem;
  background-repeat: no-repeat;
  margin-bottom: 10.5rem;
}
#sytstem_type .inner > div + div {
  padding-top: 6rem;
}
#sytstem_type p {
  font-weight: bold;
  line-height: 1.83333333;
}
#sytstem_type h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
}
#sytstem_type .system {
  margin-bottom: 1.5rem;
}
#sytstem_type .system h2 {
  margin-bottom: 8rem;
}
#sytstem_type .system ul li {
  width: 47%;
}
#sytstem_type .system ul li img {
  margin-bottom: 3rem;
}
#sytstem_type .type h2 {
  margin-bottom: 6rem;
}
#sytstem_type .type h3 {
  font-weight: 900;
  font-size: 3rem;
}
#sytstem_type .type > ul > li {
  width: 45.5%;
  position: relative;
}
#sytstem_type .type > ul > li + li::before {
  content: '';
  width: 0.2rem;
  height: 100%;
  background-color: #005331;
  position: absolute;
  left: -9.89010989%;
}
#sytstem_type .type > ul > li h3 {
  text-align: center;
  border: 0.6rem solid #005331;
  width: calc(100% - 2.2rem);
  padding: 1.4rem 0;
  box-shadow: 7px 10px 0 0 #005331;
  margin-bottom: 4.5rem;
}
#sytstem_type .type > ul > li:nth-of-type(1) h3 {
  background-color: #e3f1e8;
}
#sytstem_type .type > ul > li:nth-of-type(2) h3 {
  background-color: #faebba;
}
#sytstem_type .type > ul > li p {
  margin-bottom: 3rem;
}
#sytstem_type .type > ul > li .bottom img {
  width: 45%;
}
#sytstem_type .type > ul > li .bottom .right {
  width: 51%;
  text-align: center;
}
#sytstem_type .type > ul > li .bottom .right h4 {
  font-size: 2.2rem;
  text-align: center;
  border-top: 0.2rem solid #005331;
  border-bottom: 0.2rem solid #005331;
  padding: 1.6rem 0;
  margin-bottom: 2rem;
}
#sytstem_type .type > ul > li .bottom .right ul {
  text-align: left;
  display: inline-block;
}
#sytstem_type .type > ul > li .bottom .right ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#sytstem_type .type > ul > li .bottom .right ul li + li {
  margin-top: 0.5rem;
}

/* lineup */
#lineup {
  margin-bottom: 15.5rem;
  padding-top: 3.5rem;
}
#lineup h2 {
  text-align: center;
  font-weight: 900;
  font-size: 4.8rem;
  color: #005331;
  margin-bottom: 3.5rem;
}
#lineup .top {
  background-color: #f0f6f2;
  padding: 4.5rem 0 8.5rem;
  text-align: center;
}
#lineup .top h3 {
  font-size: 3.4rem;
  color: #005331;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background-image: url(../img/lineup_top_ttl_bg01.webp), url(../img/lineup_top_ttl_bg02.webp);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fff33b 0%) repeat scroll 0 0;
  letter-spacing: 0.01em;
  padding: 0 0.8rem 0 1.5rem;
  margin-bottom: 3rem;
}
#lineup .top h3::before,
#lineup .top h3::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#lineup .top h3::before {
  left: -3.5rem;
  top: -0.6rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/lineup_top_ttl_bg01.webp);
}
#lineup .top h3::after {
  right: -3.5rem;
  top: -0.6rem;
  width: 3rem;
  height: 2.6129rem;
  background-image: url(../img/lineup_top_ttl_bg02.webp);
}
#lineup .top ul {
  padding: 0 8.5%;
}
#lineup .top ul li h4 {
  margin-bottom: 2rem;
}
#lineup .top ul li {
  width: 46%;
}
#lineup .top ul li .img {
  padding: 3.5rem 8% 1.5rem;
  border-radius: 1.8rem;
  background-color: #fff;
  box-shadow: 12px 14px 0 0 #c7d0ca;
}
#lineup .bottom {
  padding: 9.5rem 0 0;
  font-weight: bold;
}
#lineup .bottom ul {
  overflow: hidden;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
}
#lineup .bottom ul li {
  width: 47%;
  text-align: center;
  position: relative;
}
#lineup .bottom ul li:nth-of-type(n + 3) {
  padding-top: 9rem;
}
#lineup .bottom ul li:nth-of-type(even)::before {
  content: '';
  width: 0.1rem;
  height: 100vh;
  background-color: #0aa444;
  position: absolute;
  left: -6.38297872%;
}
#lineup .bottom ul li .product {
  margin-bottom: 2.5rem;
}
#lineup .bottom ul li .main_ttl em {
  font-size: 2rem;
  color: #f84332;
  font-style: normal;
  margin-right: 0.5rem;
}
#lineup .bottom ul li .price {
  font-size: 2.4rem;
  color: #005331;
  margin-top: 0.5rem;
}
#lineup .bottom ul li .price .tax {
  font-size: 2rem;
}

#lineup .bottom .ec {
  justify-content: center;
}
#lineup .bottom .ec p {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
#lineup .bottom .ec p small {
  font-weight: normal;
}
#lineup .bottom .ec .banner {
  width: 34.61538462%;
}
#lineup .bottom .ec .banner + .banner {
  margin-left: 2.5rem;
}

/* spec */
#spec {
  background-image: url(../img/spec_bg.webp);
  height: 96.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 11rem;
  margin-bottom: 6.5rem;
}
#spec h2 {
  font-size: 4.8rem;
  font-weight: 900;
  color: #005331;
  text-align: center;
  margin-bottom: 8rem;
}
#spec table {
  width: 100%;
  font-size: 2rem;
  border-spacing: 0 1.1rem;
  border-collapse: separate;
  margin-top: -1.1rem;
}
#spec table tr th {
  background-color: #005331;
  color: #fff;
  font-weight: bold;
  width: 29.5%;
  padding: 1.4rem 0 1.4rem 1.2%;
}
#spec table tr td {
  color: #005331;
  background-color: #fff;
  padding: 1.4rem 0 1.4rem 3%;
}

/* que */
#que {
  padding: 6.5rem 0 9rem;
}
#que h2 {
  font-size: 4.8rem;
  font-weight: 900;
  color: #005331;
  text-align: center;
  margin-bottom: 6.5rem;
}
#que dl div {
  background-color: #fff;
}
#que dl div + div {
  margin-top: 1.7rem;
}

#que dl div dt {
  display: flex;
  cursor: pointer;
  position: relative;
  padding: 1.3rem 0 1.3rem 1.8rem;
  padding-right: 8%;
  justify-content: flex-start;
  border: 0.5rem solid #e3ece8;
}
#que dl div dt:after {
  content: '';
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/que_icon_plus.webp);
  width: 3.4rem;
  height: 3.4rem;
  background-size: cover;
}
#que dl div dt.btn_on:after {
  background-image: url(../img/que_icon_minus.webp);
}
#que dl div dt p:nth-of-type(1) {
  font-size: 2.4rem;
  color: #005331;
  width: 5.5rem;
}
#que dl div dt p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: bold;
  color: #005331;
}
#que dl div dd {
  display: none;
  padding: 3.9rem 8rem;
  background-color: #e1e8e4;
  line-height: 1.88888889;
}
#que dl div dd a {
  text-decoration: underline;
}

/* banner */
.banner-area {
  text-align: center;
  margin-bottom: 9.5rem;
}

/* company */
#company {
  background: url(../img/company_bg.webp) center bottom / cover no-repeat;
  text-align: left;
  padding: 10rem 0 14.2rem 0;
  height: 70.3rem;
}
#company .inner div {
  display: inline-block;
}
#company h3 {
  margin-bottom: 3.3rem;
}
#company h3 img {
  width: 34.6rem;
}
#company h4 {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2rem;
}
#company .txt {
  font-size: 1.8rem;
  margin-bottom: 5.2rem;
  line-height: 2.11111111;
}
#company .btn a {
  display: inline-block;
  font-size: 2rem;
  color: #005331;
  padding: 0.4em 2.5em 0.4em 1.1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: bold;
  position: relative;
}
#company .btn a:after {
  content: '';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: 0.2em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.08em solid #005331;
  border-right: 0.08em solid #005331;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* footer */
footer {
  background-color: #005331;
  padding: 3.8rem 0 2.9rem;
}
footer .flex {
  align-items: center;
  margin-bottom: 2.6rem;
  justify-content: center;
}
footer .flex ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .flex ul li {
  position: relative;
}
footer .flex ul li + li {
  margin-left: 2rem;
}
footer .flex ul li + li::before {
  content: '';
  position: absolute;
  height: 1.6rem;
  width: 0.1rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
}
footer .flex ul li a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 1.7;
}
footer .call_center {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin-bottom: 1.7rem;
  line-height: 1.7;
}
footer .call_center a {
  text-decoration: underline;
}
footer .call_center .pc_display {
  display: inline;
}
footer .flex ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
footer .copy {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

/* return-area */
.return-area {
  font-size: 1.8rem;
  line-height: 1.56;
  text-align: center;
  margin: 1.2em 0;
}
.return-area_txt {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.7em 0.65em;
}
.return-area_txt-em {
  color: #f80b0b;
}
.return-area_link {
  color: inherit;
  text-decoration: underline;
}

/*---------------------------------------------------------------
横幅1600px〜のレイアウト
---------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
  header:before {
    right: calc(100% - 360px);
  }
  header:after {
    width: calc(100% - 360px);
  }
  #sytstem_type {
    background-position: left -16rem top 90rem;
  }
}

/*---------------------------------------------------------------
横幅768px～1600pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1600px) {
  header {
    height: 5.2vw;
  }
  .header__logo {
    width: 15.5%;
  }
  .header__logo::after {
    width: 7.125vw;
    right: -7.125vw;
  }
  .header__logo-link {
    position: relative;
    left: 6%;
    display: flex;
    align-items: center;
  }
  .header-menu {
    justify-content: center;
  }
  .header-menu__list {
    left: 5vw;
  }
  .header-btn-area {
    width: 28.5vw;
    padding: 0 1.5vw;
  }
  .header-btn {
    font-size: 1.25vw;
    width: 12.3vw;
    height: 3.7vw;
  }
  .header-btn {
    border-width: 0.25vw;
  }
  main {
    padding-top: 5.2vw;
  }
}

/*---------------------------------------------------------------
横幅768px～1160pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .inner {
    padding: 0rem 3%;
  }
  .tab_display {
    display: block;
  }
  .header-menu__list {
    left: 3.5vw;
  }
  .header-menu__list-item-link {
    font-size: 1.17rem;
  }
  #gift .bottom .btn {
    width: 39.12649573vw;
    height: 8.9982906vw;
    font-size: 2.73504274vw;
  }
  #gift .bottom .btn::after {
    width: 1.28205128vw;
    height: 2.22222222vw;
  }
  .for-corporate-inner {
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 3rem !important;
    padding: 6.5rem 5% 3rem 5% !important;
  }
  .for-corporate-inner-inner {
    left: inherit;
  }
  .for-corporate__img {
    margin-top: inherit;
  }
  .for-corporate__ttl {
    font-size: 2.82051282vw;
  }
  .for-corporate__txt {
    white-space: inherit;
  }
  .for-corporate__btn {
    left: 0;
  }
  #problem {
    padding-top: 8.54700855vw;
    padding-bottom: 0;
    background-size: 100% 71.96581197vw;
    height: 71.96581197vw;
  }
  #problem ul li {
    font-size: 1.70940171vw;
  }
  #every .top {
    padding-right: 0;
  }
  #feature {
    background-size: contain;
  }
  #feature ul li p {
    font-size: 1.8vw;
  }
  #sytstem_type .type > ul > li .bottom .right ul {
    padding-left: 0;
  }
}

/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* common */
  body {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  html {
    font-size: 2.6vw;
  }
  body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    padding-bottom: 18vw;
  }
  main {
    padding-top: 0rem;
  }
  main img {
    width: 100%;
  }
  .inner {
    padding: 0 5%;
  }
  /* header */
  header {
    height: 11.33333333vw;
    position: relative;
  }
  .header__logo-link {
    width: 25vw;
    position: relative;
    left: 1.5vw;
    z-index: 2;
  }
  .header__logo::after {
    height: 11.33333333vw;
    width: 15.38106667vw;
    right: -15.38106667vw;
  }
  .header-btn-area {
    display: none;
  }
  .header-menu__list {
    position: fixed;
    display: block;
    width: 100%;
    top: 11.33333333vw;
    left: 100vw;
    background-color: #025331;
    box-sizing: border-box;
    padding: 11vw 5% 14vw;
    transition-duration: 0.5s;
  }
  .header-menu__list.active {
    left: 0;
  }
  .header-menu__list-item-link {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    line-height: 1.2;
    font-size: 4vw;
    border-bottom: 1px solid;
    padding-bottom: 4vw;
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
  }
  .header-menu__list-item-link:after {
    content: '';
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -2.5vw;
    right: 3.6vw;
    width: 1.9vw;
    height: 1.9vw;
    border-top: 0.13333333vw solid #fff;
    border-right: 0.13333333vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-menu__list-item + li a {
    margin-top: 4vw;
  }
  .header__logo {
    font-size: 0;
    width: 26vw;
  }
  .header__logo-link-img {
    width: auto;
    min-width: unset;
  }
  header .toggle {
    display: block;
    position: fixed;
    right: 2.8vw;
    top: 3vw;
    width: 5.6vw;
    height: 6.5vw;
    cursor: pointer;
    z-index: 3;
    overflow: hidden;
  }
  header .toggle span {
    display: block;
    position: absolute;
    width: 5.8vw;
    border-bottom: solid 0.6vw #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 0;
  }
  header .toggle span:nth-child(1) {
    top: 0;
  }
  header .toggle span:nth-child(2) {
    top: 1.9vw;
  }
  header .toggle span:nth-child(3) {
    top: 3.8vw;
  }
  header .toggle.active span:nth-child(1) {
    top: 1.9vw;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .toggle.active span:nth-child(2),
  header .toggle.active span:nth-child(3) {
    top: 1.9vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main_v .inner {
    padding: 0;
  }

  /* document-request-btn */
  .document-request-btn {
    bottom: 20vw;
    right: 2vw;
    width: 32.13333333vw;
    height: 31.06666667vw;
    background-image: url(../img/document-request-btn-bg-sp.webp);
    padding: 6.4vw 0 0;
  }
  .document-request-btn:hover {
    background-image: url(../img/document-request-btn-bg-sp.webp);
  }
  .document-request-btn__img {
    margin-bottom: 1.6vw;
    width: 5.6vw;
    left: 0;
  }
  .document-request-btn-txt1 {
    font-size: 3.34666667vw;
    line-height: 1.1;
    left: 0.1em;
  }

  /* gift */
  #gift {
    margin: 0 0 -2vw;
    position: relative;
  }
  #gift .top {
    flex-direction: column;
    padding: 0 0 5vw;
  }
  #gift .top .pic {
    width: 86%;
    order: 1;
    margin: 4vw auto 0;
  }
  #gift .top .graph {
    width: 75%;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #gift .bottom .price {
    width: 97%;
    margin: 0 auto;
  }
  #gift .bottom {
    padding: 6vw 6%;
    margin-bottom: 11vw;
    margin-top: 0;
  }
  #gift .bottom .btn {
    background-image: url(../img/gift_btn_sp.webp);
    width: 100%;
    height: 18.2464vw;
    font-size: 5.33333333vw;
    background-size: contain;
  }
  #gift .bottom .btn:hover {
    background-image: url(../img/gift_btn_sp.webp);
  }
  #gift .bottom .btn::after {
    width: 2.6vw;
    height: 4.507vw;
  }

  /* for-corporate */
  .for-corporate {
    margin-bottom: 16vw;
  }
  .for-corporate-inner {
    width: 90%;
    border-width: 0.4vw;
    padding: 6.5vw 5.5% 5vw;
    border-radius: 0.93333333vw;
  }
  .for-corporate-inner-inner {
    display: block;
    width: 100%;
    left: inherit;
  }
  .for-corporate__img {
    width: 17vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14vw;
  }
  .for-corporate__ttl {
    font-size: 4.2vw;
    white-space: nowrap;
  }
  .for-corporate__ttl::before {
    border-right-width: 3vw;
    left: -3vw;
  }
  .for-corporate__ttl::after {
    border-left-width: 3vw;
    right: -3vw;
  }
  .for-corporate__desc {
    margin-left: inherit;
  }
  .for-corporate__txt {
    font-size: 4vw;
    white-space: inherit;
    line-height: 1.8;
    margin-bottom: 34vw;
  }
  .for-corporate__txt-red.--01 {
    font-size: 4vw;
  }
  .for-corporate__txt-red.--02 {
    font-size: 4.81466667vw;
  }
  .for-corporate__btn {
    left: 0;
    font-size: 4.10133333vw;
    border-radius: 5vw;
    box-shadow: 0px 0.53333333vw 0px 0px rgb(214 208 169);
    border-width: 0.53333333vw;
  }
  .for-corporate__btn::after {
    width: 1.7vw;
    height: 2.644vw;
    right: 3%;
  }

  /* problem */
  #problem {
    background-image: url(../img/problem_bg_sp.webp);
    background-size: contain;
    height: 172.4vw;
    padding: 7vw 0 0;
    margin-bottom: 9vw;
  }
  #problem .inner {
    position: relative;
    padding: 0 4.53333334%;
  }
  #problem ul {
    top: 79vw;
    left: 20vw;
    width: 65vw;
  }
  #problem ul li {
    font-size: 4.26666667vw;
    font-weight: bold;
    position: relative;
  }
  #problem ul li + li {
    margin-top: 2.3vw;
  }
  #problem ul li::before {
    width: 6.3vw;
    height: 6.3vw;
    top: 0;
    left: -10vw;
  }
  #problem .bg {
    filter: drop-shadow(0 0 2vw #bbb);
  }

  /* every */
  #every {
    margin-bottom: 19vw;
  }
  #every .inner {
    padding: 0 3%;
  }
  #every .top {
    padding: 0 6.5%;
    margin-bottom: 8vw;
  }
  #every .top .product {
    width: 48%;
  }
  #every .top .right {
    width: 51%;
  }
  #every .top .right .ttl {
    margin-bottom: 2.5rem;
    width: 37.6vw;
    margin: 5vw 6vw 9vw;
  }
  #every .top .right .txt {
    line-height: 1.82142857;
    width: 85vw;
    position: relative;
    left: -40vw;
    font-size: 3.73333333vw;
    font-weight: normal;
  }
  #every h2 {
    margin-bottom: 6vw;
    font-size: 6.4vw;
    display: inline;
  }
  #every ul {
    margin-top: 5vw;
  }
  #every ul li {
    width: 47.5%;
  }
  #every ul li:nth-of-type(n + 4) {
    margin-top: 0;
  }
  #every ul li h3 {
    font-size: 3.73333333vw;
    margin-bottom: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #every ul li:nth-of-type(n + 3) {
    margin-top: 7.5vw;
  }

  /* feature */
  #feature {
    background-image: url(../img/feature_bg_sp.webp);
    background-size: contain;
    padding: 25vw 0 20vw;
  }
  #feature h2 {
    padding: 3.9vw 0;
    border: 0.4vw solid #005331;
    border-bottom: 0;
  }
  #feature h2 img {
    width: 36vw;
  }
  #feature ul li {
    width: 100%;
    border-left: 0.4vw solid #005331;
    border-top: 0.4vw solid #005331;
    border-right: 0.4vw solid #005331;
    border-right: 0.4vw solid #005331 !important;
    padding: 5vw 0 7vw;
  }
  #feature ul li:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
  #feature ul li:last-of-type {
    border-bottom: 0.4vw solid #005331;
  }
  #feature ul li .no {
    width: 10vw;
  }
  #feature ul li .img {
    min-height: 30vw;
    width: 49vw;
    margin: 0 auto 3.5vw;
  }
  #feature ul li h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  #feature ul li p {
    font-size: 3.46666667vw;
    line-height: 1.38461538;
  }

  /* system_type */
  #sytstem_type {
    padding: 15.5vw 0 0;
    margin-bottom: 14.5vw;
  }
  #sytstem_type .inner {
    padding: 0 5.5%;
  }
  #sytstem_type .system {
    padding: 0 4%;
    margin-bottom: 7vw;
  }
  #sytstem_type .system h2 {
    margin-bottom: 6.5vw;
    font-size: 6.4vw;
  }
  #sytstem_type .system ul li {
    width: 100%;
  }
  #sytstem_type .system ul li + li {
    margin-top: 10vw;
  }
  #sytstem_type .system ul li img {
    margin-bottom: 3.5vw;
  }
  #sytstem_type p {
    font-size: 3.46666667vw;
    font-weight: normal;
    line-height: 1.53846154;
  }
  #sytstem_type .inner > div + div {
    padding-top: 5vw;
  }
  #sytstem_type .type h2 {
    margin-bottom: 5vw;
    font-size: 6.4vw;
  }
  #sytstem_type .type > ul {
    display: block;
  }
  #sytstem_type .type > ul > li {
    width: 100%;
  }
  #sytstem_type .type > ul > li + li {
    margin-top: 20vw;
  }
  #sytstem_type .type > ul > li + li::before {
    content: none;
  }
  #sytstem_type .type > ul > li p {
    font-weight: bold;
    margin-bottom: 11vw;
  }
  #sytstem_type .type > ul > li h3 {
    width: 100%;
    font-size: 5.2vw;
    border: 0.8vw solid #005331;
    box-shadow: 1.2vw 1.6vw 0 0 #005331;
    padding: 2.8vw 0;
    margin-bottom: 7.5vw;
  }
  #sytstem_type .type > ul > li .bottom .right {
    text-align: center;
  }
  #sytstem_type .type > ul > li .bottom .right h4 {
    font-size: 4vw;
    border-top: 0.26666667vw solid #005331;
    border-bottom: 0.26666667vw solid #005331;
    padding: 2.6vw 0;
    margin-bottom: 6vw;
  }
  #sytstem_type .type > ul > li .bottom .right ul {
    text-align: left;
    display: inline-block;
    padding: 0;
  }
  #sytstem_type .type > ul > li .bottom .right ul li {
    font-size: 3.46666667vw;
    font-weight: normal;
  }
  #sytstem_type .type > ul > li .bottom .right ul li + li {
    margin-top: 0.2vw;
  }

  /* lineup */
  #lineup {
    margin-bottom: 11vw;
    padding-top: 5vw;
  }
  #lineup h2 {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
  #lineup .top {
    padding: 6vw 0 10vw;
  }
  #lineup .top .inner {
    padding: 0 3%;
  }
  #lineup .top h3 {
    font-size: 4.53333333vw;
    margin-bottom: 1.5vw;
  }
  #lineup .top h3::before {
    left: -3.5vw;
    top: -0.6vw;
    width: 3.8vw;
    height: 3.8vw;
  }
  #lineup .top h3::after {
    width: 3.8vw;
    height: 3.31vw;
    right: -2.8vw;
    top: -0.7vw;
  }
  #lineup .top ul {
    padding: 0;
    justify-content: center;
    gap: 10vw;
  }
  #lineup .top ul li {
    width: 41.5%;
  }
  #lineup .top ul li h4 {
    width: 8vw;
    margin: 0 auto 2vw;
  }
  #lineup .top ul li .img {
    box-shadow: 1.6vw 1.86666667vw 0 0 #c7d0ca;
    padding: 3vw 6vw 2vw;
  }
  #lineup .top ul + p {
    font-size: 2.4vw;
    margin-top: 3vw;
  }
  #lineup .bottom {
    padding: 8vw 0 0;
  }
  #lineup .bottom .inner {
    padding: 0 8%;
  }
  #lineup .bottom ul {
    display: block;
    padding-bottom: 0;
    margin-bottom: 12vw;
  }
  #lineup .bottom ul li {
    width: 100%;
  }
  #lineup .bottom ul li .product {
    margin-bottom: 2.5vw;
  }
  #lineup .bottom ul li .sub_ttl {
    font-size: 3.73333333vw;
  }
  #lineup .bottom ul li .main_ttl {
    font-size: 3.73333333vw;
  }
  #lineup .bottom ul li .main_ttl em {
    font-size: 4.26666667vw;
  }
  #lineup .bottom ul li .price {
    font-size: 4.26666667vw;
    margin-top: 0;
  }
  #lineup .bottom ul li .price .tax {
    font-size: 3.46666667vw;
  }
  #lineup .bottom ul li:nth-of-type(n + 3) {
    padding-top: 0;
  }
  #lineup .bottom ul li + li {
    margin-top: 13vw;
  }
  #lineup .bottom .ec {
    display: block;
  }
  #lineup .bottom .ec p {
    font-size: 3.73333333vw;
  }
  #lineup .bottom .ec .banner {
    width: 100%;
    display: block;
  }
  #lineup .bottom .ec .banner + .banner {
    margin-left: 0;
    margin-top: 1.5vw;
  }

  /* spec */
  #spec {
    padding: 15vw 0 13vw;
    background-image: url(../img/spec_bg_sp.webp);
    background-size: cover;
    background-position: center top;
    height: 134.4vw;
    height: auto;
    margin-bottom: 5vw;
  }
  #spec h2 {
    margin-bottom: 6.5vw;
    font-size: 6.4vw;
  }
  #spec table {
    border-spacing: 0 2.1vw;
    margin-top: -2.1vw;
  }
  #spec table tr th,
  #spec table tr td {
    font-size: 3.46666667vw;
    padding: 1.25vw 0;
    line-height: 1.76923077;
  }
  #spec table tr th {
    width: 33%;
    padding-left: 2vw;
  }
  #spec table tr td {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  /* que */
  #que {
    padding: 8vw 0 15vw;
  }
  #que h2 {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
  #que dl div + div {
    margin-top: 2vw;
  }
  #que dl div dt {
    padding: 1.5vw 6vw 1.5vw 1.5vw;
    align-items: flex-start;
    border: 0.66666667vw solid #e4ece8;
  }
  #que dl div dt p:nth-of-type(1) {
    font-size: 3.73333333vw;
    width: auto;
    min-width: 8vw;
  }
  #que dl div dt p:nth-of-type(2) {
    font-size: 4vw;
    margin-top: 0em;
  }
  #que dl div dt:after {
    right: 2.5vw;
    width: 4.6vw;
    height: 4.6vw;
  }
  #que dl div dd {
    font-size: 3.46666667vw;
    padding: 4vw 5vw;
    line-height: 1.73076923;
  }
  #que dl div dd .caption li {
    font-size: 1.6rem;
  }

  /* banner-area */
  .banner-area {
    margin-bottom: 10vw;
  }

  /* company */
  #company {
    background: url(../img/company_bg_sp.webp) center bottom / cover no-repeat;
    text-align: center;
    padding: 11vw 0 77vw 0;
    height: 195.06666667vw;
  }
  #company .inner {
    padding: 0 5%;
  }
  #company h3 {
    margin-bottom: 6vw;
  }
  #company h3 img {
    width: 47.86666667vw;
    position: relative;
    left: -5vw;
  }
  #company h4 {
    margin-bottom: 4vw;
    font-size: 5.2vw;
    line-height: 1.7;
  }
  #company .txt {
    font-size: 3.73333333vw;
    margin-bottom: 2.5vw;
    line-height: 1.85714286;
    text-align: left;
    padding: 0 5%;
  }
  #company .btn {
    text-align: right;
  }
  #company .btn a {
    font-size: 4vw;
    margin-right: 4vw;
    padding-right: 2.8em;
    padding-left: 1em;
  }
  #company .btn a:after {
    margin-top: -0.35em;
    right: 0.3em;
    width: 0.5em;
    height: 0.5em;
  }

  /* bottom-btn-area */
  .bottom-btn-area {
    background-color: #f3efe7;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3vw 2vw;
    z-index: 2;
    height: 18.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom-btn {
    width: 47.06666667vw;
    height: 12.93333333vw;
    background-size: contain;
    display: flex;
    align-items: center;
    font-size: 4vw;
    padding-bottom: 0.7vw;
    border-radius: 0.8vw;
    border-width: 0.53333333vw;
    box-shadow: 0px 0.2em 0px 0px rgb(207 203 197);
  }
  .bottom-btn::after {
    width: 2vw;
    height: 3.467vw;
  }
  .bottom-btn:hover {
    opacity: 1;
  }
  .buy-btn {
    background-color: #fb9425;
    border-color: #fa8507;
    color: #fff;
  }
  .contact-btn {
    background-color: #4da04b;
    border-color: #428a41;
    color: #fbed14;
  }

  /* footer */
  footer {
    padding: 7vw 0 8vw;
  }
  footer .inner {
    padding: 0;
  }
  footer .flex {
    display: block;
    margin-bottom: 6vw;
  }
  footer .flex p {
    text-align: center;
  }
  footer .flex ul {
    justify-content: center;
  }
  footer .flex ul li + li {
    margin-left: 4vw;
  }
  footer .flex ul li + li::before {
    left: -2vw;
  }
  footer .flex ul li a {
    font-size: 3.46666667vw;
    margin-left: 0;
  }
  footer .call_center {
    font-size: 3.46666667vw;
    margin-bottom: 3vw;
  }
  footer .copy {
    font-size: 2.66666667vw;
  }
}

/*====================================================
BTN_SET
====================================================*/
.btn_set {
  border-top: 1px solid #000;
  margin-top: 2.3rem;
  padding-top: 2rem;
  display: block;
  width: fit-content;
  margin: 3rem auto 0;
  font-size: 1.8rem;
}
.btn_set_price {
  margin-bottom: 2.2rem;
}
.btn_set_price_number {
  font-size: 2rem;
  font-weight: bold;
}
.btn_set_btn_img {
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .btn_set {
    font-size: 4vw;
    padding-top: 4vw;
  }
  .btn_set_btn_img {
    width: 62vw;
  }
  .btn_set_price {
    margin-bottom: 5vw;
  }
  .btn_set_price_number {
    font-size: 5vw;
  }
}
