@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

*:focus {
  outline: none;
}

body,
html,
div,
p,
span,
blockquote,
u,
s,
i,
b,
table,
tr,
th,
td,
ul,
ol,
dl,
li,
dt,
dd,
strong,
h1,
h2,
h3,
h4,
h5,
em,
header,
footer,
nav,
aside,
section,
input,
select,
option,
textarea,
button {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}

body {
  font-weight: 400;
  font-size: 16px;
  font-family: "vdl-v7mincho", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
  background: #394b3a;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
}
a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 100vw;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1090px;
}

.sec_padi {
  padding: 120px 0 150px;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.green {
  color: #394b3a !important;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-green {
  background: #394b3a !important;
}

.bg-cream {
  background: #edebe1 !important;
}

.bg-yellow {
  background: #b28b5b !important;
}

.bg-l-yellow {
  background: #f39800 !important;
}

.bg-pink {
  background: #b1695c !important;
}

.small {
  font-size: 0.8rem !important;
}

.normal {
  font-size: 1rem !important;
}

.middle {
  font-size: 1.2rem !important;
}

.big {
  font-size: 1.5rem !important;
}

.large {
  font-size: min(4vmin, 30px) !important;
}

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

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

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

.bold {
  font-weight: 700 !important;
}

.bbw {
  border-bottom: 1px solid #fff;
}

.btw {
  border-top: 1px solid #fff;
}

.btg {
  border-top: 1px solid #394b3a;
}

.por {
  position: relative;
}

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

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.p30 {
  padding: 30px 0;
}

.p40 {
  padding: 40px 0;
}

.pt10 {
  padding-top: 10px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.warning {
  margin-top: 120px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 15px;
  z-index: 1;
}

.header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.header_menu li {
  padding-left: 15px;
}
.header_menu a {
  display: block;
}
@media (max-width: 768px) {
  .header_menu {
    width: 100%;
  }
  .header_menu li {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .header_menu li a {
    padding: 10px 0;
  }
}

.header_bars {
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 1000;
}
.header_bars span {
  display: block;
  margin: 5px 0;
  width: 30px;
  height: 3px;
  transition: all 0.4s;
  background: #fff;
  border-radius: 5px;
}
.header_bars span:nth-child(2) {
  opacity: 1;
}
.header_bars:hover {
  cursor: pointer;
}

.header_bars.active span:nth-child(1) {
  width: 35px;
  transform: translateY(7px) rotate(-45deg);
}
.header_bars.active span:nth-child(2) {
  opacity: 0;
}
.header_bars.active span:nth-child(3) {
  width: 35px;
  transform: translateY(-8px) rotate(45deg);
}

.header_logo img {
  display: block;
  width: 110px;
}
@media (max-width: 768px) {
  .header_logo img {
    width: 90px;
  }
}

#g-nav ul {
  opacity: 0; /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav ul li {
  text-align: center;
  font-size: 1.2rem;
}
#g-nav ul li a {
  color: #fff;
}
#g-nav ul li:nth-child(n+2) {
  margin-top: 30px;
}

#g-nav.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#g-nav.active ul {
  opacity: 1;
  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
}
#g-nav.active ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #394b3a;
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}

.circle-bg.active {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

.footer_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer_contact .footer_contact_text {
  display: table;
  padding: 10px;
  margin-right: 40px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.2rem;
}
.footer_contact .footer_contact_info {
  margin-left: 40px;
}
.footer_contact a {
  display: table;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .footer_contact {
    display: block;
  }
  .footer_contact .footer_contact_text {
    margin: 0 auto;
  }
  .footer_contact a {
    margin: 0 auto;
  }
  .footer_contact .footer_contact_info {
    margin: 30px auto 0;
  }
}

.company_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 60px 0;
}

.company_left, .company_right {
  width: 50%;
  color: #fff;
}
.company_left ul:nth-child(n+2), .company_right ul:nth-child(n+2) {
  margin-top: 30px;
}
.company_left ul li:nth-child(n+2), .company_right ul li:nth-child(n+2) {
  margin-top: 3px;
}
@media (max-width: 768px) {
  .company_left, .company_right {
    width: 100%;
  }
}

.company_left ul {
  display: table;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .company_left {
    margin-right: 0;
  }
  .company_left ul {
    padding-right: 0;
    margin: 0;
  }
}

.company_right ul {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .company_right {
    margin-top: 60px;
    margin-left: 0;
  }
  .company_right ul {
    padding-left: 0;
  }
}

.footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  padding-left: 40px;
}
.footer_sns a {
  display: block;
  width: 30px;
  height: 30px;
}
.footer_sns a:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .footer_sns {
    padding-left: 0;
    justify-content: center;
  }
}

.google_map {
  width: 100%;
}

.totop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #394b3a;
  box-shadow: 3px 3px 10px #000;
}
.totop img {
  width: 25px;
}
.totop:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .totop {
    right: 20px;
  }
}

.searchform {
  position: relative;
  width: 327px;
}
.searchform input {
  width: 100%;
  padding: 12px 59px 12px 12px;
  border: 1px solid #000;
}
.searchform button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #000;
  border: 1px solid #000;
}
.searchform button:hover {
  cursor: pointer;
}
.searchform button img {
  width: 25px;
}

.breadcrumb {
  padding: 6px 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb ul li::after {
  content: "»";
  margin: 0 10px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}

article h2 {
  margin-top: 100px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1.5rem;
}
article h3 {
  margin-top: 60px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.5rem;
}
article h4 {
  margin-top: 40px;
  font-weight: 700;
}
article p {
  margin-top: 30px;
  line-height: 2;
}
article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article .wp-block-table {
  margin-right: 10px;
  margin-left: 10px;
}
article table {
  min-width: 100%;
  border-bottom: 2px solid #dfdfdf;
}
article table tr:nth-child(odd) {
  background: #dfdfdf;
}
article table th, article table td {
  padding: 10px;
}
article table th {
  font-weight: 700;
  color: #fff;
  background: #acacac;
}
article strong {
  font-weight: 700;
  font-style: normal;
}
article em {
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(transparent 60%, #acacac 60%);
}
article ul, article ol {
  margin-top: 30px;
  padding: 15px 10px 15px 40px;
  background: #dfdfdf;
}
article ul li, article ol li {
  padding-top: 10px;
}
article ul li:first-child, article ol li:first-child {
  padding-top: 0;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article dl {
  margin-top: 30px;
}
article dl dt {
  padding-top: 10px;
}
article dl dt:first-child {
  padding-top: 0;
}
article dl dd {
  padding: 3px 0 3px 20px;
}
article input[type=text],
article input[type=tel],
article input[type=email],
article textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #acacac;
}
article input[type=submit] {
  display: table;
  margin: 0 auto;
  padding: 5px 40px;
  color: #000;
  background: #acacac;
  border: 2px solid #acacac;
}
article input[type=submit]:hover {
  color: #000;
  background: #fff;
}
article input[type=submit]:active {
  color: #000;
  background: #fff;
}
article blockquote {
  position: relative;
  margin-top: 30px;
  padding: 40px;
  background: #dfdfdf;
}
article blockquote p:first-child {
  margin-top: 0;
}
article blockquote::before, article blockquote::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
article blockquote::before {
  top: 10px;
  left: 10px;
  background-image: url("../img/icon_quote1.svg");
}
article blockquote::after {
  right: 10px;
  bottom: 10px;
  background-image: url("../img/icon_quote2.svg");
}
article blockquote cite {
  padding-top: 20px;
  font-style: normal;
  font-size: 0.8rem;
  color: #acacac;
}

.toc {
  display: table;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #acacac;
}

.toc_title {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
}

.toc_list {
  counter-reset: dt;
}
.toc_list dt, .toc_list dd {
  text-decoration: underline;
}
.toc_list dt:hover, .toc_list dd:hover {
  cursor: pointer;
  text-decoration: none;
}
.toc_list dt {
  counter-increment: dt;
  counter-reset: dd;
  padding: 20px 0 0 20px;
}
.toc_list dt::before {
  content: counter(dt) ". ";
  margin-left: -20px;
}
.toc_list dd {
  counter-increment: dd;
  padding-left: 47px;
}
.toc_list dd::before {
  content: counter(dt) "-" counter(dd) ". ";
  margin-left: -34px;
}

.sec_ttl dt {
  text-align: center;
}
.sec_ttl dt p {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.2rem;
  letter-spacing: 5px;
}
.sec_ttl dt::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 50px;
  background: #fff;
}
.sec_ttl dt.green_line::after {
  background: #394b3a;
}
.sec_ttl dd {
  margin: 40px 0 60px;
}
.sec_ttl dd h2 {
  letter-spacing: 5px;
  text-align: center;
  font-size: min(4vmin, 30px);
}
@media (max-width: 768px) {
  .sec_ttl dd h2 {
    font-size: min(7vmin, 21px);
  }
}

.sec_con_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec_con_wrap .sec_con {
  width: 45%;
}
@media (max-width: 768px) {
  .sec_con_wrap .sec_con {
    width: 100%;
  }
}

.sec_con_three {
  width: 30%;
}
.sec_con_three dt {
  padding-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
}
.sec_con_three dd {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .sec_con_three {
    width: 100%;
  }
  .sec_con_three:nth-child(n+2) {
    margin-top: 40px;
  }
}

.product_top {
  padding-bottom: 120px;
}

.product_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.product_item {
  width: 42%;
}
@media (max-width: 768px) {
  .product_item {
    width: 100%;
  }
  .product_item:nth-child(n+2) {
    margin-top: 180px;
  }
}

.product_img {
  width: 100%;
}
.product_img img {
  width: 100%;
}

.product_name {
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: min(7vmin, 25px);
  letter-spacing: 5px;
}

.product_desc {
  color: #fff;
}
.product_desc dt {
  padding: 0 10px 0 15px;
  border-left: 3px solid #fff;
}
.product_desc dt p:nth-child(1) {
  font-size: 1.2rem;
}
.product_desc dt p:nth-child(2) {
  font-size: 0.8rem;
}
.product_desc dd {
  margin: 20px 0 30px;
}

.product_info {
  text-align: right;
  color: #fff;
}

.product_button_wrap {
  margin-top: 60px;
}
.product_button_wrap:nth-child(n+2) .product_button {
  margin-top: 20px;
}

.product_button {
  display: block;
  margin: 0 auto;
  padding: 15px 20px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

.product_sin_wrap {
  padding-top: 120px;
}

.product_sin_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

.product_sin_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.product_sin_left {
  width: 42%;
}
@media (max-width: 768px) {
  .product_sin_left {
    width: 100%;
  }
}

.product_set_name {
  padding: 0 10px 0 15px;
  color: #fff;
  border-left: 3px solid #fff;
}
.product_set_name p:nth-child(1) {
  font-size: 1.2rem;
}
.product_set_name p:nth-child(2) {
  font-size: 0.8rem;
}
.product_set_name:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .product_set_name:nth-child(n+2) {
    margin-top: 30px;
  }
}

.product_sin_right {
  width: 42%;
  color: #fff;
}
@media (max-width: 768px) {
  .product_sin_right {
    margin-top: 30px;
    width: 100%;
  }
}

.sns_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
.sns_wrap img {
  display: block;
  margin: 0 20px;
  width: 50px;
}

.youtube {
  width: 45%;
}
.youtube iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .youtube {
    width: 100%;
  }
  .youtube:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.sbs_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
}
.sbs_wrap:nth-of-type(n+2) {
  margin-top: 120px;
}
.sbs_wrap .sbs_block:nth-child(odd) {
  width: 40%;
}
.sbs_wrap .sbs_block:nth-child(even) {
  width: 53%;
}
.sbs_wrap .sbs_block .point {
  font-size: 1.2rem;
  letter-spacing: 3px;
}
.sbs_wrap .sbs_block dt {
  padding: 5px 0 10px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.sbs_wrap .sbs_block dd {
  padding-top: 10px;
  border-top: 1px solid #394b3a;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .sbs_wrap .sbs_block:nth-child(odd) {
    margin: 0 auto 20px;
    max-width: 400px;
    width: 100%;
  }
  .sbs_wrap .sbs_block:nth-child(even) {
    width: 100%;
  }
}

.super .sbs_wrap:nth-of-type(n+2), .power .sbs_wrap:nth-of-type(n+2) {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .super .sbs_wrap, .power .sbs_wrap {
    flex-direction: column-reverse;
  }
  .super .sbs_wrap img, .power .sbs_wrap img {
    display: block;
    margin-top: 50px;
  }
}

.deli_img_back {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.deli_img {
  width: 100%;
  height: 500px;
}
.deli_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deli_img_text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.deli_img_text_wrap .deli_img_text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 5px;
  line-height: 60px;
  font-size: 1.5rem;
}
.deli_img_text_wrap .deli_img_text:nth-child(n+2) {
  margin-right: 30px;
}
.deli_img_text_wrap li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  letter-spacing: 5px;
  line-height: 60px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.deli_img_text_wrap li::before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.deli_img_text_wrap li:last-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .deli_img_text_wrap li {
    font-size: 1.2rem;
  }
}

.mainvis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 20px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 80);
  background-image: url(../img/mainvis_back2.png);
  background-size: cover;
}
.mainvis .mainvis_con {
  letter-spacing: 10px;
}
.mainvis h2 {
  text-align: center;
  font-size: min(5vmin, 50px);
}
.mainvis p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5rem;
}
.mainvis h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  font-size: min(5vmin, 40px);
}
.mainvis .mainvis_title {
  display: block;
  height: 300px;
  margin: 90px auto;
}
@media (max-width: 768px) {
  .mainvis .mainvis_title {
    height: 230px;
    margin: 50px 0 60px;
  }
}
@media (max-width: 768px) {
  .mainvis {
    height: calc(var(--vh, 1.3vh) * 80);
    background-position: 60% center;
    background-image: url(../img/mainvis_back_sp2.png);
  }
  .mainvis h2 {
    font-size: min(6vmin, 50px);
  }
  .mainvis p {
    font-size: 4vmin;
  }
  .mainvis .mainvis_soap {
    width: 200px;
  }
}

.main_kan {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  width: min(30vw, 50px);
}
@media (max-width: 768px) {
  .main_kan {
    top: 45%;
    width: 40px;
  }
}

.main_ja {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin-top: 200px;
  width: 200px;
}

.about {
  padding: 120px 0 60px 0;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 40px auto 0;
  line-height: 3;
  letter-spacing: 5px;
  font-size: 1.1rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .start_text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .start_text.introduction {
    line-height: 2;
  }
}

.introduction_wrap {
  background-image: url(../img/product_view.png);
}
@media (max-width: 768px) {
  .introduction_wrap {
    background-image: url(../img/product_view_sp.png);
  }
}

.normal_img {
  margin: 80px auto 0;
  width: 100%;
  max-width: 600px;
}

.problem_item {
  margin-top: 30px;
  background-size: cover;
}
.problem_item:nth-of-type(even) .problem_wrap {
  flex-direction: row-reverse;
}
.problem_item:nth-of-type(even) .problem_point {
  margin: 0 0 0 80px;
}
@media (max-width: 768px) {
  .problem_item:nth-of-type(even) .problem_point {
    margin: 0 auto;
  }
}

.problem_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
}
@media (max-width: 768px) {
  .problem_wrap {
    display: block;
  }
}

.problem_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.problem_point p {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .problem_point {
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
}

.problem_text {
  flex: 1;
  max-width: 400px;
}
@media (max-width: 768px) {
  .problem_text {
    display: table;
    margin: 20px auto 0;
  }
}

.catch_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .catch_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}

.catch {
  display: table;
  margin: 0 auto;
}
.catch h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.5rem;
}
.catch h3::after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 1px;
  height: 150px;
  background: #fff;
}
.catch ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row-reverse;
}
.catch li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
  letter-spacing: 5px;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.catch li::before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.catch img {
  display: block;
  margin: 100px auto;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 768px) {
  .catch {
    display: block;
  }
  .catch h3 {
    width: 100%;
    white-space: nowrap;
  }
  .catch h3::after {
    margin: 20px 0 30px;
    height: 60px;
  }
  .catch li:first-child {
    margin-right: 0;
  }
}

.deco_leaf {
  position: absolute;
  top: -150px;
  right: 0;
  display: block;
  width: 300px;
  width: 300px;
}

.sec_con_card {
  padding: 40px 30px;
  border: 1px solid #394b3a;
}
.sec_con_card h3 {
  padding-bottom: 520px;
  text-align: center;
  font-size: 1.2rem;
}
.sec_con_card img {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  display: block;
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .sec_con_card h3 {
    padding-bottom: 0;
  }
  .sec_con_card img {
    position: static;
    transform: none;
  }
  .sec_con_card:nth-child(n+2) {
    margin-top: 80px;
  }
}

.voice_wrap .sec_con {
  padding: 20px;
  border: 1px solid #394b3a;
}
.voice_wrap .sec_con img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.voice_wrap .sec_con:nth-child(n+3) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .voice_wrap .sec_con:nth-child(n+2) {
    margin-top: 60px;
  }
}

.num_list {
  margin: 0 auto;
  padding-left: 20px;
  max-width: 700px;
  list-style-type: decimal;
}
.num_list li:nth-child(n+2) {
  margin-top: 10px;
}

.q_a {
  margin: 0 auto;
  max-width: 700px;
}
.q_a li:nth-child(n+2) {
  margin-top: 30px;
}

.contact_table {
  width: 100%;
}
.contact_table th {
  padding: 10px 10px 10px 0;
}
.contact_table td {
  padding: 10px 0 10px 10px;
}
@media (max-width: 768px) {
  .contact_table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .contact_table th, .contact_table td {
    width: 100%;
  }
  .contact_table th {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .contact_table td {
    padding-top: 5px;
    padding-left: 0;
  }
}
.contact_table input[type=text],
.contact_table input[type=tel],
.contact_table input[type=email],
.contact_table textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #000;
}
.contact_table label:hover {
  cursor: pointer;
}
.contact_table input[type=checkbox] + label {
  position: relative;
  padding-right: 20px;
}
.contact_table input[type=checkbox] + label::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
}
.contact_table input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  top: -4px;
  left: 4px;
  width: 0.4em;
  height: 1em;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
.contact_table input[type=radio] + label {
  position: relative;
  padding-right: 20px;
}
.contact_table input[type=radio] + label::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.contact_table input[type=radio]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 4px;
  width: 0.6em;
  height: 0.6em;
  background: #000;
  border-radius: 50%;
}

.contact_error {
  display: none;
  padding-top: 5px;
}

.contact_error_all {
  display: none;
  text-align: center;
}

.contact_submit button {
  display: table;
  margin: 10px auto 0 auto;
  padding: 10px 50px;
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.contact_submit button:active {
  color: #000;
  background: #fff;
}
.contact_submit a {
  display: table;
  margin: 10px auto 0 auto;
  padding: 10px 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=style.css.map */