@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
#wrapper {
  min-width: 1280px;
}

/*Flexbox */
.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*折り返し */
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順 */
.flx-rr {
  flex-direction: row-reverse;
}

/*積み重なるように配置 */
.flx-column {
  flex-direction: column;
}

/*水平方向の揃え */
/*初期値 */
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between） */
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around） */
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え */
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え */
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え */
/*水平揃え　上揃え */
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え */
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え */
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え */
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え */
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方 */
/*初期値 */
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え */
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え */
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え */
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置 */
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置 */
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/* 並び順変更 */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

/*pcスタイル */
.inbox {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pc-none {
  display: none;
}

.current a {
  color: var(--main-color);
}

a[href*="tel:"] {
  pointer-events: none;
}

/*-------▽▽フォント▽▽----------*/
body {
  font-size: 1.7rem;
  line-height: 1.5;
}

/*--------△△フォント△△---------*/
/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 100px;
}

section {
  padding: 120px 0;
}

.ttl01 {
  font-size: 3.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-top: 10px;
}
.ttl01::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: var(--font-color);
  inset: 0 0 auto 0;
  margin: 0 auto;
}
.ttl01.txt-le {
  text-align: left;
}
.ttl01.txt-le::before {
  margin: 0;
  left: 0;
}
.ttl01.ft-wt .en {
  color: #fff;
}
.ttl01.ft-wt::before {
  background: #fff;
}
.ttl01.deco-btm {
  padding-top: 0;
  padding-bottom: 10px;
}
.ttl01.deco-btm::before {
  inset: auto 0 0 0;
}
.ttl01.deco-none {
  padding: 0;
}
.ttl01.deco-none::before {
  content: none;
}
.ttl01 .en {
  font-size: 10rem;
  display: block;
  line-height: 1;
  color: var(--main-color);
}
.ttl01 .ja {
  font-size: 2.6rem;
}
.ttl01 .bg-clr03, .ttl01 .bg-wt {
  padding: 0 10px;
  margin-bottom: 10px;
}
.ttl01 .en-bg {
  color: transparent !important;
  -webkit-text-stroke: 2px white;
  paint-order: stroke;
  position: absolute;
  opacity: 0.15;
}
.ttl01:has(> .en-bg) {
  position: static;
}

.ttl02 {
  font-size: 3rem;
}

.ttl03 {
  font-size: 2.6rem;
}
.ttl03.bg-clr02 {
  padding: 15px 30px;
}

.ttl04 {
  font-size: 2rem;
}

.txt-cap {
  font-size: 1.4rem;
}

.com-txt-box {
  width: 540px;
}

.com-txt {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.64;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 25px;
}

.com-arw {
  font-size: 1.8rem;
  position: relative;
}
.com-arw::after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  inset: 0 20px 0 auto;
  margin: auto 0;
  transition: 0.3s;
}
.com-arw.file-btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 23px;
  position: absolute;
  clip-path: none;
  background: url(../img/product/dl-icon.png) center/contain no-repeat;
}
.com-arw.file-btn:hover::after {
  transform: translate(0);
  background: url(../img/product/dl-icon.png) center/contain no-repeat;
}

.com-btn {
  width: 420px;
  height: 70px;
  display: grid;
  align-content: center;
  padding: 0 30px;
  margin: 40px auto 0;
  background: var(--font-color);
  border: 2px solid var(--font-color);
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn:hover {
  color: var(--font-color);
  background: var(--bg-color);
  opacity: 1;
}
.com-btn:hover::after {
  background: var(--font-color);
  transform: translateX(10px);
}
.com-btn.arw-btm::after {
  transform: rotate(90deg);
}
.com-btn.arw-btm:hover::after {
  transform: rotate(90deg);
}
.com-btn.btn-le {
  margin-left: 0;
}

.mail-btn {
  background: var(--sub-color);
  padding: 17px 30px;
  line-height: 1;
}
.mail-btn span {
  background: url("../img/common/mail-icon.svg") left center/20px no-repeat;
  padding-left: 27px;
  box-sizing: border-box;
}

.shop-btn {
  background: #fff;
  border: 1px solid var(--sub-color);
  color: var(--sub-color) !important;
}
.shop-btn span {
  background-image: url(../img/common/shop-icon.svg);
}

.catalog-btn {
  background: var(--main-color);
}
.catalog-btn span {
  background-image: url(../img/common/catalog-icon.svg);
}

.flex > .ttl01 {
  width: 100%;
}

.com-tel {
  display: grid;
  gap: 5px;
}
.com-tel a {
  font-family: var(--en-font);
  font-weight: 500;
  display: block;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0;
  background: url("../img/common/tel-icon.png") left bottom 30%/10% no-repeat;
  padding-left: 12%;
  box-sizing: border-box;
}
.com-tel dl {
  display: flex;
  justify-content: center;
  background: var(--bg-color);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list .tag {
  font-size: 1.5rem;
  font-weight: 400;
}
.tag-list .tag:not(:first-child) {
  padding-left: 5px;
  border-left: 1px solid #ababab;
}

.bg-deco-le {
  position: relative;
  z-index: 1;
}
.bg-deco-le::before {
  content: "";
  display: block;
  width: calc(50% + 720px);
  height: 420px;
  position: absolute;
  background: var(--bg-color);
  z-index: -1;
  bottom: 0;
  left: 0;
}

.map {
  height: 300px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
.com-desc-tbl .dl-item dt {
  color: #fff;
  background: var(--main-color);
  width: 220px;
  padding: 15px 20px;
}
.com-desc-tbl .dl-item dd {
  width: 860px;
  background: #fff;
  padding: 15px 20px;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  position: fixed;
  padding: 0 40px 16px;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right .hd-top {
  gap: 7px;
}
#header .hd-right #nav {
  margin-top: 20px;
}
#header .hd-right #nav .nav-list .nav-item {
  position: relative;
  font-size: 1.5rem;
}
#header .hd-right #nav .nav-list .nav-item:not(:last-child) {
  border-right: 1px solid #adadad;
}
#header .hd-right #nav .nav-list .nav-item > a {
  padding: 0 15px;
}
#header .hd-right #nav .nav-list .nav-item > a:hover {
  color: var(--main-color);
}
#header .hd-right #nav .nav-list .nav-item .drop-down {
  transition: 0.3s;
  padding: 0 20px;
  padding-left: 30px;
  gap: 5px;
  position: relative;
  cursor: pointer;
}
#header .hd-right #nav .nav-list .nav-item .drop-down::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: var(--accent-color);
  inset: 0 auto 0 10px;
  margin: auto 0;
}
#header .hd-right #nav .nav-list .nav-item .nav-child-list {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  width: 120%;
  position: absolute;
  min-width: 120px;
  top: 30px;
  left: -20px;
  z-index: 50;
  background: #fff;
  border-radius: 6px;
  transition: 0.5s;
}
#header .hd-right #nav .nav-list .nav-item .nav-child-list .child-item {
  position: relative;
}
#header .hd-right #nav .nav-list .nav-item .nav-child-list .child-item:not(:last-child) {
  border-bottom: 1px solid var(--accent-color);
}
#header .hd-right #nav .nav-list .nav-item .nav-child-list .child-item a {
  text-align: center;
  display: block;
  padding: 10px 0;
}
#header .hd-right #nav .nav-list .nav-item .nav-child-list .child-item a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}
#header .hd-right #nav .nav-list .nav-item:hover .nav-child-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  margin-top: 110px;
  gap: 4.16%;
  background: url(../img/top/mv-bg.png) center/cover no-repeat;
  padding: 80px 0;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-ct {
  width: 37%;
}
.top-mv .mv-img {
  width: 30%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-news {
  padding: 80px 0;
}
#top-news .inbox .ttl-box {
  width: 340px;
  height: 260px;
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
}
#top-news .inbox .ttl01 {
  margin-bottom: 30px;
  width: 100%;
  position: static;
}
#top-news .inbox .ttl01 .en-bg {
  top: 20px;
  left: 0;
}
#top-news .inbox .com-arw {
  padding-bottom: 10px;
  padding-right: 30px;
  border-bottom: 2px solid #fff;
}
#top-news .inbox .com-arw::after {
  right: 0;
}
#top-news .inbox .news-list {
  width: 690px;
  display: grid;
  gap: 10px;
}
#top-news .inbox .news-list .news-item a {
  padding: 15px 30px;
  width: 690px;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 200px;
  height: 150px;
}
#top-news .inbox .news-list .news-item a time {
  width: 80px;
  line-height: 1;
}
#top-news .inbox .news-list .news-item a .txt-box {
  width: 525px;
}
#top-news .inbox .news-list .news-item a .txt-box h4 {
  margin-top: 4px;
}

#top-about {
  margin-top: 80px;
  background: url(../img/top/about-bg-le.png) top right calc(50% + 450px) no-repeat, url(../img/top/about-bg.png) bottom right 8% no-repeat, linear-gradient(to left, var(--bg-color), var(--bg-color) calc(50% + 160px), transparent calc(50% + 160px), transparent);
}
#top-about .inbox .ttl01 .kako {
  font-feature-settings: "palt";
}

.case-li {
  gap: 30px;
}
.case-li .case-item {
  width: 340px;
}
.case-li .case-item > a {
  display: grid;
  gap: 20px;
  width: 100%;
}
.case-li .case-item > a .com-img {
  width: 100%;
  height: 240px;
}

.case-list-ttl {
  padding-left: 4%;
  border-left: 4px solid var(--main-color);
}

#top-strength {
  position: relative;
}
#top-strength::before {
  content: "";
  display: block;
  width: calc(50% + 60px);
  height: 370px;
  position: absolute;
  background: url("../img/top/strng-bg.jpg") center/contain no-repeat;
  background-size: cover;
  inset: 0 0 0 auto;
  margin: auto 0;
}
#top-strength .inbox {
  position: relative;
}
#top-strength .inbox .txt-box {
  width: 430px;
}
#top-strength .inbox .txt-box .strng-li-box {
  position: absolute;
  right: 0;
  top: -30px;
}
#top-strength .inbox .txt-box .strng-li-box .strng-li {
  gap: 10px;
}
#top-strength .inbox .txt-box .strng-li-box .strng-li li {
  background: linear-gradient(-60deg, var(--accent-color), var(--accent-color) 50%, var(--main-color) 50%, var(--main-color));
  display: grid;
  place-items: center;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50vw;
}

.bg-deco-01 {
  background: linear-gradient(-60deg, var(--main-color), var(--main-color) 85%, var(--accent-color) 85%, var(--accent-color));
}

#top-lineup .inbox ul {
  margin-top: 50px;
  gap: 30px 0;
}
#top-lineup .inbox ul li a {
  width: 525px;
  height: 320px;
  padding: 40px;
}
#top-lineup .inbox ul li a .ttl01 .dp-g {
  justify-items: start;
  gap: 5px;
}
#top-lineup .inbox ul li a .ttl01 .bg-clr03 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.com-bnr-box {
  display: grid;
  align-items: center;
  position: relative;
}
.com-bnr-box .bnr-bg {
  top: 0;
  left: 0;
  position: absolute;
}
.com-bnr-box .com-arw {
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.com-bnr-box .com-arw::after {
  right: auto;
}

#common-banner .com-bnr-box {
  width: 340px;
  height: 240px;
  padding: 40px;
  display: grid;
  align-items: center;
}
#common-banner .com-bnr-box .ttl01 {
  margin-bottom: 20px;
}
#common-banner .com-bnr-box .ttl01 .dp-g {
  justify-items: start;
  gap: 5px;
}
#common-banner .com-bnr-box .ttl01 .bg-wt {
  color: var(--font-color);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

#top-company .inbox {
  width: 1280px;
}
#top-company .inbox ul {
  padding: 50px 0;
  gap: 30px;
  background: url(../img/top/comp-bg.jpg);
}
#top-company .inbox ul li .comp-btn {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100px;
  width: 340px;
  padding: 0;
}

#com-contact {
  padding: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #fff, #fff 30%, var(--bg-color) 30%, var(--bg-color));
}
#com-contact::before {
  content: "";
  display: block;
  width: calc(50% + 640px);
  height: 340px;
  position: absolute;
  background: url("../img/common/contact-bg.jpg") center/contain no-repeat;
  background-size: cover;
  z-index: -1;
}
#com-contact .inbox {
  padding: 80px 0 0;
  position: relative;
}
#com-contact .inbox .ttl01 {
  margin-bottom: 20px;
}
#com-contact .inbox .ttl01 .en {
  font-size: 15rem;
  right: 0;
  top: -30px;
}
#com-contact .inbox .contact-box {
  justify-content: space-between;
  width: 830px;
  padding: 50px 80px;
  margin: 30px auto 0;
}
#com-contact .inbox .contact-box .mail-btn {
  width: 300px;
  height: 100px;
  display: grid;
  place-items: center;
}
#com-contact .inbox .contact-box .com-tel {
  width: 260px;
  position: relative;
}
#com-contact .inbox .contact-box .com-tel::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  background: #ababab;
  inset: 0 auto 0 -50px;
  margin: auto 0;
}
#com-contact .inbox .contact-box .com-tel a {
  font-size: 5rem;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

#footer {
  background: var(--bg-color);
}
#footer .ft-area {
  padding: 80px 0;
}
#footer .ft-area .ft-le .ft-top {
  margin-bottom: 40px;
  gap: 30px;
}
#footer .ft-area .ft-le .ft-top .line-icon {
  width: 30px;
}
#footer .ft-area .ft-le .ft-add {
  margin-bottom: 20px;
}
#footer .ft-area .ft-le .com-tel {
  justify-items: center;
  justify-content: start;
}
#footer .ft-area .ft-ri {
  gap: 40px;
}
#footer .ft-area .ft-ri .nav-list {
  padding-left: 20px;
  border-left: 2px solid var(--main-color);
  display: grid;
  gap: 15px;
}
#footer .ft-area .ft-ri .nav-list .nav-item .child-item {
  margin-left: 10px;
  margin-top: 5px;
  opacity: 0.8;
}
#footer .ft-btm {
  padding: 20px;
  border-top: 1px solid #ababab;
}
#footer .ft-btm .copyright {
  opacity: 0.5;
}
#footer .ft-btm .nav-sub-list {
  gap: 15px;
  font-weight: 400;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 320px;
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: center;
  margin-top: 112px;
  position: relative;
  z-index: 1;
}
.sv::before {
  content: "";
  display: block;
  width: calc(50% + 160px);
  height: 100%;
  position: absolute;
  background: linear-gradient(-65deg, transparent, transparent 160px, var(--main-color) 160px, var(--main-color));
  z-index: -1;
}
.sv .sv-catch {
  width: 1080px;
  margin: 0 auto;
  color: #fff;
}
.sv .sv-catch .en {
  font-size: 8rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.sv .sv-catch .ja {
  font-size: 2.6rem;
}

.strength-sv {
  background-image: url(../img/sv/strength.jpg);
}

.forte-sv {
  background-image: url(../img/sv/forte.jpg);
}

.comfort-sv {
  background-image: url(../img/sv/comfort.jpg);
}

.portable-sv {
  background-image: url(../img/sv/portable.jpg);
}

.odorless-sv {
  background-image: url(../img/sv/odorless.jpg);
}

.product-sv {
  background-image: url(../img/sv/product.jpg);
}

.cases-sv {
  background-image: url(../img/sv/cases.jpg);
}

.company-sv {
  background-image: url(../img/sv/company.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}

/*---------------------------△△---SV---△△------------------------*/
/*---------------------------▽▽---breadcrumbs---▽▽------------------------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  font-size: 1.5rem;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 15px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*-----------▽▽---select---▽▽--------*/
.select-area {
  position: relative;
  width: 300px;
  height: 70px;
  margin-left: auto;
  padding: 0 !important;
  align-content: stretch !important;
  margin-right: 0;
}
.select-area .select-box {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.select-area:has(option:only-child) {
  display: none;
}
.select-area:has(option:only-child) option {
  font-size: 1.5rem;
}
.select-area:hover {
  color: var(--font-color);
}
.select-area:hover .select-box {
  color: var(--font-color);
}
/*------------△△---select---△△---------*/
#strength-intro .inbox {
  background: url(../img/strng/intro-bg.png) bottom right 90px no-repeat, linear-gradient(-60deg, var(--main-color), var(--main-color) 85%, var(--accent-color) 85%, var(--accent-color));
  padding: 80px 0;
}

#strength-charm ol {
  display: grid;
  gap: 30px;
}
#strength-charm ol li .charm-img {
  padding: 40px;
  width: 360px;
  height: 100%;
  display: grid;
  align-items: center;
}
#strength-charm ol li .txt-box {
  width: 720px;
  padding: 20px 40px;
}
#strength-charm ol li .txt-box .ttl03 {
  margin-bottom: 20px;
}
#strength-charm ol li .txt-box .ttl03 .ft-clr01 {
  font-size: 4rem;
  display: inline-block;
  margin-right: 10px;
}
#strength-charm ol li:nth-child(even) {
  flex-direction: row-reverse;
}

#strength-other ul {
  gap: 40px;
}
#strength-other ul li .com-bnr-box {
  width: 610px;
  height: 350px;
  padding: 0 100px;
}
#strength-other ul li .com-bnr-box .en {
  font-size: 12rem;
}

.com-lineup-area {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 100px;
}
.com-lineup-area .img-box {
  text-align: center;
}
.com-lineup-area .com-txt-box .com-btn {
  margin: 30px 0 0;
}

.faq-list {
  display: grid;
  gap: 40px;
}
.faq-list li .ttl04, .faq-list li .com-txt {
  display: flex;
  gap: 20px;
}
.faq-list li .ttl04 span, .faq-list li .com-txt span {
  max-width: 970px;
}
.faq-list li .ttl04::before, .faq-list li .com-txt::before {
  font-family: var(--en-font);
}
.faq-list li .ttl04 {
  align-items: center;
  margin-bottom: 20px;
}
.faq-list li .ttl04::before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  border-radius: 50vw;
  background: var(--font-color);
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  line-height: 1;
}
.faq-list li .com-txt {
  align-items: start;
  padding: 30px 40px;
}
.faq-list li .com-txt::before {
  content: "A";
  font-size: 2rem;
}

/*-----------▽▽---forte---▽▽--------*/
.feature-li {
  display: grid;
  gap: 30px;
}
.feature-li .feature-item {
  background: linear-gradient(120deg, var(--main-color), var(--main-color) 88%, var(--accent-color) 88%, var(--accent-color));
}
.feature-li .feature-item .img-box {
  width: 300px;
}
.feature-li .feature-item .txt-box {
  width: 780px;
  padding: 0 40px;
}
.feature-li .feature-item .txt-box .ttl03 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.feature-li .feature-item .txt-box .ttl03 .en {
  font-size: 4rem;
}
.feature-li .feature-item .child-li li::before {
  content: url(../img/common/check-wt.png);
}

.wash-li {
  display: grid;
  gap: 30px;
}
.wash-li .wash-item {
  padding: 40px;
}
.wash-li .wash-item .ttl03 {
  width: 320px;
  min-height: 130px;
  background: linear-gradient(120deg, #fff, #fff 60%, var(--bg-color) 60%, var(--bg-color));
  display: grid;
  place-items: center;
}
.wash-li .wash-item .com-txt {
  width: 660px;
}

.option-li {
  gap: 30px;
}
.option-li .option-item {
  width: 340px;
}
.option-li .option-item .com-txt {
  margin-top: 15px;
}

.option-item {
  padding: 30px;
}
.option-item h4 {
  margin-bottom: 20px;
}

.function-li {
  gap: 32px;
}
.function-li .option-item {
  width: 246px;
}

.mushu-li {
  padding: 30px;
}
.mushu-li li {
  width: 232px;
  position: relative;
}
.mushu-li li:not(:last-child)::after {
  content: "";
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  inset: 0 -25px 0 auto;
  margin: auto 0;
}
.mushu-li li .num {
  font-size: 4rem;
  position: absolute;
  left: 15px;
  top: -10px;
}
.mushu-li li .img-box {
  margin-bottom: 5px;
}

.shasai-li li {
  width: 495px;
}
.shasai-li li .ttl04 {
  margin-bottom: 15px;
}
.shasai-li li .com-txt {
  padding: 0 20px;
}

#product .product-li {
  margin-top: 50px;
  gap: 30px;
}
#product .product-li .product-item {
  background: var(--bg-color);
}
#product .product-li a {
  width: 340px;
  display: grid;
  gap: 15px;
  padding: 20px;
}
#product .product-li .product-img {
  max-height: 400px;
  text-align: center;
}
#product .product-li .product-img img {
  height: 100%;
}
.product-item .product-tbl {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
  display: grid;
  gap: 10px;
}
.product-item .product-tbl .dl-item {
  display: flex;
  gap: 20px;
}
.product-item .product-tbl .dl-item dt {
  padding-left: 10px;
  border-left: 4px solid var(--main-color);
}
.product-item .price {
  text-align: right;
}
.product-item .tag-list .tag {
  padding: 0 10px;
}

#product-detail .product-box {
  padding: 40px;
  margin-bottom: 50px;
}
#product-detail .product-box .img-item {
  width: 470px;
}
#product-detail .product-box .img-item img {
  width: 100%;
}
#product-detail .product-box .txt-box {
  width: 500px;
}
#product-detail .product-box .txt-box .tag-list {
  margin-bottom: 15px;
}
#product-detail .product-box .txt-box .tag-list .tag {
  padding: 0 10px;
}
#product-detail .product-box .txt-box .product-tbl {
  margin-bottom: 10px;
}
#product-detail .product-box .txt-box .price {
  text-align: right;
}
#product-detail .product-box .txt-box .btn-box {
  margin-top: 15px;
  justify-content: space-between;
}
#product-detail .product-box .txt-box .btn-box li {
  width: 240px;
}
#product-detail .product-box .txt-box .btn-box .com-btn {
  width: 240px;
  margin: 0;
}
#product-detail .product-box .txt-box .btn-box .com-btn:hover {
  background: var(--font-color);
  color: #fff;
}
#product-detail .product-box .txt-box .bg-clr02 {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 10px 30px;
}

.clr-area {
  padding: 30px 40px;
}
.clr-area .com-txt {
  margin-bottom: 30px;
}
.clr-area .clr-box {
  margin-top: 20px;
  gap: 40px;
}
.clr-area .clr-box .ttl04 {
  width: 200px;
}
.clr-area .clr-box ul {
  gap: 10px;
}
.clr-area .clr-box ul li {
  width: 180px;
  display: grid;
  gap: 10px;
}
.case-tag-li {
  gap: 10px;
}
.case-tag-li li {
  border-left: none !important;
  padding: 5px;
  border-radius: 0;
}

#case-detail .inbox {
  width: 1280px;
}
#case-detail .inbox .detail-box {
  padding: 100px;
}
#case-detail .inbox .ttl01 {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 20px;
  border-width: 6px;
}
#case-detail .inbox .img-li {
  gap: 30px;
}
#case-detail .inbox .img-li .img-item {
  width: 524px;
}
#case-detail .inbox .img-li .img-item img {
  width: 100%;
}
#case-detail .inbox dl {
  margin-top: 40px;
}
#case-detail .inbox dl .dl-item {
  display: flex;
}
#case-detail .inbox dl .dl-item dt {
  width: 200px;
  padding: 15px 30px;
  border-bottom: 1px solid var(--main-color);
}
#case-detail .inbox dl .dl-item dd {
  width: 880px;
  padding: 15px 30px;
  border-bottom: 1px solid var(--bd-color);
}
#case-detail .inbox dl .dl-item:first-child dt {
  border-top: 1px solid var(--main-color);
}
#case-detail .inbox dl .dl-item:first-child dd {
  border-top: 1px solid var(--bd-color);
}

#company-greeting .ttl03 {
  margin-bottom: 30px;
}
#company-greeting .name {
  font-weight: 600;
}

/*--------------------その他共通ページ --------------------*/
.com-other-page {
  padding: 100px 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 70px 0 0;
}
#site-map .site-list li {
  font-size: 1.8rem;
}
#site-map .site-list li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
#site-map .site-list li a:hover {
  background: color-mix(in srgb, var(--main-color) 50%, transparent);
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .txt-blc {
  padding: 70px 0 100px;
  text-align: center;
  color: var(--font-color);
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  margin-bottom: 50px;
  padding: 0;
}
#privacy .privacy-box .ttl02 {
  text-align: left;
  padding: 10px 30px;
  margin-bottom: 20px;
  background: var(--main-color);
  color: #fff;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .news-ttl {
  margin-bottom: 50px;
}
#news .select-area {
  margin-bottom: 40px;
}
#news .select-area .select-box {
  background: none;
}
#news .news-area {
  margin-bottom: 60px;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 30px 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  align-items: flex-start;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 100px;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 980px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 200px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 840px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 740px;
}

/*detail */
#detail .detail-box {
  margin-bottom: 50px;
}
#detail .detail-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 30px;
  font-size: 1.5rem;
  margin-bottom: 70px;
  align-items: center;
}
#detail .detail-box .data-box time {
  width: 100px;
}
#detail .detail-box .data-box .tag-list {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .thumb {
  margin-bottom: 20px;
  width: 400px;
  height: 300px;
}
#detail .detail-box .detail-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0 0 20px;
  text-align: left;
  border-bottom: 2px solid #555;
}
#detail .detail-box .detail-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0 60px;
}
#detail .detail-box .detail-txt img {
  margin: 10px;
}

/*pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 30px;
}
.pagenation li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 1.8rem;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  line-height: 1;
  padding: 12px 18px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  height: 50px;
  margin-top: 60px;
}
.pagenation-detail p a {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  box-sizing: border-box;
  padding: 18px 0;
  height: 50px;
  background: var(--main-color);
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 70px;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 70px;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .contact-ttl {
  margin-bottom: 100px;
  text-align: center;
}
#contact .table-wrapper {
  margin-bottom: 50px;
}
#contact .table-wrapper .contact-form-table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#contact .table-wrapper .contact-form-table tr th {
  font-size: 1.4rem;
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
  background: var(--sub-color);
  padding: 16px 10px;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  background: var(--main-color);
  padding: 2px 4px;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 770px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select, #contact .table-wrapper .contact-form-table tr td .error-text, #contact .table-wrapper .contact-form-table tr td .contact-address-txt {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td .select-area {
  margin: 0;
}
#contact .table-wrapper .contact-form-table tr td .select-area select {
  width: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contact .table-wrapper .contact-form-table tr .h-adr input {
  height: 45%;
}
#contact .privacy-agree {
  display: block;
}
#contact .privacy-agree a {
  text-decoration: underline;
}

.check {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 50px auto;
}
.check .contact-recaptcha-wrap {
  margin: 0;
}

.contact-submits-wrap .contact-check-btn {
  width: 300px;
  height: 74px;
  background: none;
  color: #fff;
  background: var(--main-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-submits-wrap .contact-back-btn {
  border: none;
  background: #bebebe;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.complete-area .ttl01 {
  margin-bottom: 100px;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 30px 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------△△---contact.html---△△------------------------*/