@charset "UTF-8";

/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  font-size: 4vw;
}

p {
  letter-spacing: var(--base-letter-spacing);
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--base-letter-spacing);
  font-weight: var(--base-font-weight);
}

.ttl01 {
  margin-bottom: 12%;
}

.ttl01 .en {
  display: block;
}

.ttl01 .ja {
  display: block;
  font-size: 6.6666666667vw;
}

.ttl02 {
  text-align: left;
  font-size: 5.3333333333vw;
  margin-bottom: 4%;
  border-bottom: 1px solid var(--font-color);
  padding-bottom: 2%;
}

.ttl02:first-letter {
  color: var(--accent-color);
}

.ttl03 {
  margin-bottom: 7%;
}

.ttl03 span {
  font-size: 4.8vw;
  color: var(--sixth-color);
  background: #bce5e3;
  padding: 0 1vw;
}

.ttl04 {
  font-size: 5.6vw;
  margin-bottom: 10%;
}

.ttl04 small {
  display: block;
  color: var(--main-color);
  font-size: 4vw;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}

.com-cont p {
  margin-bottom: 8%;
  line-height: 1.8;
}

.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}

#g-map h4 span {
  padding-left: 5%;
}

#g-map .map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-tel-wrp .tel-num {
  letter-spacing: 0.08em;
  font-size: 5.8666666667vw;
  padding-left: 5vw;
}

.com-tel-wrp .tel-num small {
  font-size: 4vw;
}

.com-green-box {
  background: var(--accent-color);
  position: absolute;
  content: "";
}

.com-blk-box {
  border: 0.75vw solid var(--font-color);
  position: absolute;
  content: "";
}

.com-btn {
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--main-color);
  position: relative;
}

.com-btn::after {
  position: absolute;
  content: "";
  inset: 0 20px 0 auto;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 0px 1.5vw 1.5vw;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

.has-frame {
  border: 0.75vw solid var(--third-color);
}

.has-frame.has-corner {
  position: relative;
  overflow: hidden;
}

.has-frame.has-corner::before,
.has-frame.has-corner::after {
  width: 20vw;
  height: 20vw;
  background: var(--third-color);
  border-radius: 50%;
  position: absolute;
  content: "";
}

.has-frame.has-corner::before {
  inset: -11vw -11vw auto auto;
}

.has-frame.has-corner::after {
  inset: auto auto -11vw -11vw;
}

.has-arr {
  position: relative;
}

.has-arr::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw 0px 1.5vw 1.5vw;
  border-color: transparent transparent transparent var(--font-color);
  position: absolute;
  content: "";
  inset: 0 4% 0 auto;
  margin: auto 0;
  z-index: 1;
}

.com-mail-btn span {
  padding-left: 10vw;
  background: url(../img/common/contact-mail_icon.png) left center/5vw no-repeat;
}

.com-line-btn span {
  padding: 1.5vw 0 1.5vw 12vw;
  background: url(../img/common/line_icon.png) left center/8vw no-repeat;
}

.com-adr-wrp {
  text-align: left;
  font-size: 3.7333333333vw;
}

.com-contact-box {
  background: var(--accent-color);
  padding: 8% 5%;
  margin: 10% 0;
}

.com-contact-box .contact-tel {
  padding: 6% 5%;
  text-align: left;
  background: #fff;
  border: 1px solid var(--font-color);
}

.com-contact-box .contact-tel .tel-txt {
  margin-bottom: 5%;
}

.com-contact-box .contact-tel .tel-num {
  display: block;
  letter-spacing: 0.04em;
  text-align: left;
  background: url(../img/common/ft-tel_icon.png) left bottom 2vw/3.5vw no-repeat;
}

.com-contact-box .worktime {
  margin-top: 5%;
  font-size: 3.7333333333vw;
}

.com-contact-box .worktime .dl-item {
  display: flex;
  justify-content: center;
}

.com-contact-box .com-contact-btn {
  background: #fff;
  border: 1px solid var(--font-color);
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  padding: 0 10% 0 5%;
}

.com-contact-box .com-contact-btn::after {
  border-width: 1.5vw 0px 1.5vw 1.5vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}

.com-tbl tr {
  display: block;
  padding: 6% 0;
  border-bottom: 1px solid var(--fifth-color);
}

.com-tbl tr th,
.com-tbl tr td {
  display: block;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.com-tbl tr th {
  margin-bottom: 4%;
  color: var(--main-color);
}

.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}

.com-tbl tr td span.tel-txt {
  display: block;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--main-color);
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
  top: -2vw;
  font-size: 2.4vw;
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 15% 6% 15%;
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
}

#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}

#drawer-nav nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid #fff;
  font-size: 4.5333333333vw;
  color: #fff;
}

#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}

#drawer-nav nav .drawer-dropdown span {
  display: block;
}

#drawer-nav nav .drawer-dropdown span:before,
#drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}

#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}

#drawer-nav nav .current::before,
#drawer-nav nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}

#drawer-nav nav .current::before {
  left: 0;
}

#drawer-nav nav .current::after {
  left: 3%;
}

#drawer-nav nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav nav .drawer-dropdown-bx>li>.drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav nav .drawer-dropdown-bx>li>.drawer-link span {
  padding: 0 0 0 5%;
}

#drawer-nav .sns-lists {
  margin: 10% auto;
  gap: 3vw 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#drawer-nav .drawer-address {
  margin: 10% auto;
}

#drawer-nav .drawer-address li {
  margin-bottom: 6%;
}

#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}

#drawer-nav .mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  font-weight: 700;
  margin: 10% auto;
  letter-spacing: 0.2rem;
  padding: 4% 0;
}

#drawer-nav .mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}

#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 3.2vw;
  gap: 4vw;
}

#drawer-nav .drawer-subpage-item a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  height: 17vw;
  position: absolute;
  inset: 0 0 auto;
  padding: 4% 6%;
  z-index: 1001;
}

#header .hd-logo {
  width: 22%;
  line-height: 1;
}

#header .hd-right {
  display: none;
}

#header .hd-right .hd-tel-list {
  gap: 15px;
}

#header .hd-right .hd-tel .tel-txt {
  width: fit-content;
}

#header .hd-right .hd-tel .tel-num {
  color: #fff;
  background: url(../img/common/hd-tel_icon.png) left bottom 7px no-repeat;
}

#header .hd-right .hd-sns-list {
  width: auto;
}

#header .hd-mail-btn {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/hd-mail_icon.png) top 30px center no-repeat, var(--main-color);
  padding: 75px 0 25px;
  color: #fff;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 80vw;
  position: relative;
  padding-top: 17vw;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}

#top-mv .slider-wrp {
  width: 100%;
  height: 56vw;
  margin-left: auto;
}

#top-mv .slider-wrp #top-slider {
  height: 56vw;
  position: relative;
}

#top-mv .slider-wrp #top-slider li {
  height: 100%;
}

#top-mv .slider-wrp #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01_bg.jpg) center no-repeat;
  background-size: cover;
}

#top-mv .slider-wrp #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02_bg.jpg) center no-repeat;
  background-size: cover;
}

#top-mv .slider-wrp #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03_bg.jpg) center no-repeat;
  background-size: cover;
}

#top-mv .slider-wrp #top-slider li:nth-child(4) {
  background: url(../img/top/mv/slide04_bg.jpg) center no-repeat;
  background-size: cover;
}

#top-mv .slider-wrp .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#top-mv .slider-wrp .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}

#top-mv .slider-wrp .bx-pager {
  display: none;
}

#top-mv .slider-wrp .mv-catch {
  width: 70%;
  position: absolute;
  height: 30vw;
  inset: auto auto -6vw 0;
  display: flex;
  align-items: center;
}

#top-mv .slider-wrp .mv-catch img {
  max-height: 30vw;
}

#top-mv .slider-wrp .bx-wrapper {
  overflow: inherit;
}

#top-mv .slider-wrp #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01-sp_bg.jpg) center no-repeat;
  background-size: cover;
}

/*==========================================
index.php
===========================================*/
/* top-about
------------------*/
#top-about {
  padding: 18% 0;
}

#top-about .inbox {
  position: relative;
}

#top-about .about-ttl {
  margin-bottom: 10%;
  border: 0.75vw solid;
  padding: 3% 4%;
  text-align: left;
}

#top-about .about-ttl .en {
  width: 40%;
}

#top-about .about-ttl .ja {
  font-size: 5.8666666667vw;
  padding-left: 9%;
}

#top-about .about-txt-wrp {
  margin-bottom: 12%;
}

#top-about .about-img figcaption {
  text-align: right;
}

#top-about .about-img figcaption span {
  font-weight: 900;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

#top-about .about-img-before {
  width: 60%;
  margin-bottom: 7%;
}

#top-about .about-img-before figcaption {
  font-size: 4.2666666667vw;
}

#top-about .about-img-after {
  width: 90%;
  margin-left: auto;
}

#top-about .about-img-after figcaption {
  font-size: 5.3333333333vw;
}

/* top-works
------------------*/
#top-works {
  padding: 18% 0;
  background: url(../img/top/top-sec_bdr.png) top center repeat-x, url(../img/top/top-sec_bdr.png) bottom center repeat-x, url(../img/top/works_bg.jpg) center/cover no-repeat;
}

#top-works .works-ttl .en {
  width: 23%;
  margin: 0 auto 3%;
}

#top-works .works-leadtxt {
  text-align: left;
  margin-bottom: 15%;
}

#top-works .works-parts {
  margin-bottom: 15%;
  position: relative;
  z-index: 1;
}

#top-works .works-parts .box-deco {
  position: absolute;
  z-index: -1;
}

#top-works .works-parts:last-child {
  margin-bottom: 0;
}

#top-works .works-parts.works-painting .box-deco {
  width: 35%;
  height: 29vw;
  inset: -16vw -6% auto auto;
}

#top-works .works-parts.works-painting .box-deco .com-green-box {
  width: 80%;
  height: 20vw;
  inset: 0 auto auto 0;
  z-index: 1;
}

#top-works .works-parts.works-painting .box-deco .com-blk-box {
  width: 45%;
  height: 15vw;
  inset: auto 0 0 auto;
}

#top-works .works-parts.works-cleaning .box-deco {
  width: 100%;
  height: 55vw;
  inset: -10vw 0 auto 0;
}

#top-works .works-parts.works-cleaning .box-deco .com-green-box:nth-child(1) {
  width: 25%;
  height: 21vw;
  inset: 0 -5% auto auto;
}

#top-works .works-parts.works-cleaning .box-deco .com-green-box:nth-child(2) {
  width: 30%;
  height: 22vw;
  inset: auto auto -7vw -5%;
}

#top-works .works-parts.works-coating .box-deco {
  width: 100%;
  height: 55vw;
  inset: -5vw auto auto -5%;
}

#top-works .works-parts.works-coating .box-deco .com-green-box {
  width: 25%;
  height: 22vw;
  inset: 2vw auto auto 3%;
}

#top-works .works-parts.works-coating .box-deco .com-blk-box {
  width: 19%;
  height: 18vw;
  inset: 0 auto auto 0;
}

#top-works .works-parts .works-parts-fig img {
  border: 2px solid;
}

#top-works .works-parts figcaption {
  margin-top: 7%;
  font-size: 5.8666666667vw;
}

#top-works .works-parts figcaption span {
  position: relative;
  z-index: 1;
}

#top-works .works-parts figcaption span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4vw;
  z-index: -1;
  inset: auto 0 0;
  background: #fff;
}

#top-works .works-parts .fig-txt {
  margin: 5% auto 0;
  text-align: left;
}

#top-works .works-btn {
  margin: 15% auto 0;
}

/* top-reason
------------------*/
#top-reason {
  padding: 18% 0;
}

#top-reason .reason-ttl .en {
  width: 35%;
  margin: 0 auto;
}

#top-reason .reason-wrp {
  padding: 12% 6% 15%;
}

#top-reason .reason-wrp .reason-graph {
  margin-bottom: 8%;
}

#top-reason .reason-wrp .reason-cont-ttl {
  font-size: 5.3333333333vw;
  margin-bottom: 8%;
  text-align: center;
}

#top-reason .reason-wrp .reason-cont-ttl span {
  position: relative;
  z-index: 1;
}

#top-reason .reason-wrp .reason-cont-ttl span::before {
  width: 100%;
  height: 4vw;
  position: absolute;
  content: "";
  z-index: -1;
  inset: auto 0 0;
  background: var(--fourth-color);
}

#top-reason .reason-btn {
  margin: 15% auto 0;
}

/* top-other
------------------*/
#top-other {
  background: url(../img/top/top-sec_bdr.png) top center repeat-x, url(../img/top/top-sec_bdr.png) bottom center repeat-x, url(../img/top/other_bg.jpg) center/cover no-repeat;
  padding: 18% 0;
}

#top-other .other-box {
  width: 100%;
  height: 55vw;
  margin: 0 auto 12%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}

#top-other .other-box:last-child {
  margin-bottom: 0;
}

#top-other .other-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

#top-other .other-box:hover {
  opacity: 0.9;
}

#top-other .other-box:hover::before {
  transform: scale(1.1);
}

#top-other .other-box.other-faq::before {
  background: url(../img/top/other-faq_bg.jpg) center/cover no-repeat;
}

#top-other .other-box.other-info::before {
  background: url(../img/top/other-company_bg.jpg) center/cover no-repeat;
}

#top-other .other-box .other-ttl {
  position: absolute;
  inset: 30% auto auto 0;
  width: 65%;
}

#top-other .other-box .other-ttl .en {
  position: absolute;
  inset: -8vw auto auto 8%;
  z-index: 1;
}

#top-other .other-box .other-ttl .en img {
  max-height: 8vw;
}

#top-other .other-box .other-ttl .ja {
  color: #fff;
  font-size: 5.6vw;
  background: var(--third-color);
  display: block;
  width: 100%;
  padding: 4% 3% 4% 8%;
  letter-spacing: 0.08em;
  text-align: left;
}

#top-other .other-box .other-ttl .ja::after {
  border-color: transparent transparent transparent #fff;
}

/* top-news
------------------*/
#top-news {
  padding: 18% 0;
}

#top-news .inbox {
  position: relative;
}

#top-news .news-ttl .en {
  width: 25%;
  margin: 0 auto;
}

#top-news .news-post-wrp .news-post {
  text-align: left;
  font-size: 4.2666666667vw;
  border-bottom: 1px solid var(--fifth-color);
}

#top-news .news-post-wrp .news-post a {
  padding: 6% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}

#top-news .news-post-wrp .news-post a:hover {
  opacity: 0.9;
  transform: translateX(15px);
}

#top-news .news-post-wrp .news-post a:hover .news-post-ttl {
  color: var(--accent-color);
}

#top-news .news-post-wrp .news-post:first-child a {
  padding-top: 0;
}

#top-news .news-post-wrp .news-post time {
  font-size: 3.7333333333vw;
  width: 31%;
}

#top-news .news-post-wrp .news-post .category-label {
  font-size: 3.7333333333vw;
  width: 69%;
  gap: 5px 8px;
}

#top-news .news-post-wrp .news-post .category-label li {
  padding-left: 3vw;
  position: relative;
}

#top-news .news-post-wrp .news-post .category-label li::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 2.7vw auto auto 0;
  margin: auto 0;
}

#top-news .news-post-wrp .news-post-ttl {
  width: 100%;
  margin-top: 2%;
  transition: all 0.3s;
}

#top-news .news-more {
  width: fit-content;
  display: block;
  margin: 15% 0 0 auto;
  color: var(--main-color);
  padding-right: 7vw;
}

#top-news .news-more::after {
  border-color: transparent transparent transparent var(--main-color);
}

#top-news .news-more span {
  display: block;
  padding-bottom: 3px;
  display: block;
  position: relative;
}

#top-news .news-more span:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--main-color);
  position: absolute;
  display: block;
}

#top-news .news-more span:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--main-color);
  position: absolute;
  display: block;
}

#top-news .news-more span:hover {
  color: var(--main-color);
}

#top-news .news-more span:hover:before {
  width: 50%;
  border-bottom: 1px solid var(--main-color);
}

#top-news .news-more span:hover:after {
  width: 50%;
  border-bottom: 1px solid var(--main-color);
}

/* top-contact
------------------*/
#top-contact {
  background: url(../img/top/top-sec_bdr.png) top center repeat-x, url(../img/top/top-sec_bdr.png) bottom center repeat-x, url(../img/top/contact_bg.jpg) center/cover no-repeat;
  padding: 22% 0;
  position: relative;
  z-index: 1;
}

#top-contact .contact-ttl .en {
  width: 32%;
  margin: 0 auto;
}

#top-contact .contact-leadtxt {
  margin-bottom: 8%;
}

#top-contact .contact-list-item {
  border-bottom: 1px solid var(--font-color);
}

#top-contact .contact-list-item.item-tel {
  text-align: left;
  padding-bottom: 7%;
}

#top-contact .contact-list-item.item-tel .tel-txt {
  margin-bottom: 10px;
}

#top-contact .contact-list-item.item-tel .tel-num {
  line-height: 1.8;
  display: block;
  background: url(../img/common/ft-tel_icon.png) left bottom 2.5vw/3.5vw no-repeat;
  font-size: 6.4vw;
  margin-bottom: 5%;
}

#top-contact .contact-list-item.item-tel .tel-num:last-child {
  margin-bottom: 0;
}

#top-contact .contact-list-item.item-tel .tel-num small {
  font-size: 4vw;
}

#top-contact .contact-list-item .has-arr {
  padding: 7% 15% 7% 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-contact .contact-list-item .has-arr:hover {
  text-decoration: underline;
}

#top-contact .contact-list-item .has-arr::after {
  border-width: 1.5vw 0px 1.5vw 1.5vw;
}

#top-contact .contact-box-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

#top-contact .contact-box-deco .l-deco {
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#top-contact .contact-box-deco .l-deco .top-green {
  width: 70%;
  height: 20vw;
  inset: 0 auto auto 0;
}

#top-contact .contact-box-deco .l-deco .com-blk-box {
  width: 50%;
  height: 12vw;
  inset: 13vw auto auto 37%;
}

#top-contact .contact-box-deco .l-deco .btm-green {
  width: 100%;
  height: 15vw;
  inset: auto auto 0 0;
}

#top-contact .contact-box-deco .r-deco {
  width: 18%;
  height: 20vw;
  position: absolute;
  inset: auto 0 0 auto;
}

#top-contact .contact-box-deco .r-deco .com-green-box {
  width: 100%;
  height: 15vw;
  bottom: 0;
}

#top-contact .contact-box-deco .r-deco .com-blk-box {
  width: 53.4375%;
  height: 10vw;
  inset: 0 0 auto auto;
}

/*==========================================
footer
===========================================*/
.side-fixed {
  display: none;
}

#footer {
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 18% 0 11%;
}

#footer .ft-wrp {
  padding-bottom: 15%;
  border-bottom: 1px solid #fff;
  margin-bottom: 8%;
}

#footer .ft-left {
  margin-bottom: 12%;
}

#footer .ft-left .ft-logo {
  width: 27%;
  margin-bottom: 10%;
  display: inline-block;
}

#footer .ft-left .ft-adr {
  color: #fff;
}

#footer .ft-right .site-list-item {
  width: fit-content;
  margin: 0 0 8% auto;
}

#footer .ft-right .site-list-item:last-child {
  margin-bottom: 0;
}

#footer .ft-right .site-list-item a {
  color: #fff;
  display: block;
  text-align: right;
  padding-right: 6vw;
  font-size: 3.4666666667vw;
}

#footer .ft-right .site-list-item a::after {
  border-width: 2vw 0px 2vw 2vw;
  border-color: transparent transparent transparent var(--main-color);
  right: 0;
}

#footer .ft-right .site-list-item a span {
  padding-bottom: 3px;
  display: block;
  position: relative;
}

#footer .ft-right .site-list-item a span:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}

#footer .ft-right .site-list-item a span:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  position: absolute;
  display: block;
}

#footer .ft-right .site-list-item a span:hover {
  color: #fff;
}

#footer .ft-right .site-list-item a span:hover:before {
  width: 50%;
  border-bottom: 1px solid #fff;
}

#footer .ft-right .site-list-item a span:hover:after {
  width: 50%;
  border-bottom: 1px solid #fff;
}

#footer .ft-nav-list {
  width: 90%;
  margin: 0 auto;
}

#footer .ft-nav-list .nav-list-item {
  text-align: left;
  margin-bottom: 6%;
}

#footer .ft-nav-list .nav-list-item:last-child {
  margin-bottom: 0;
}

#footer .ft-nav-list .nav-list-item a {
  color: #fff;
}

#footer .ft-nav-list .nav-list-item a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  margin-top: 12%;
  color: #fff;
}

#copyright small {
  font-size: 2.9333333333vw;
}

#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 58vw;
  position: relative;
  padding-top: 17vw;
  background: url(../img/sv/sv_bg.jpg) center/cover no-repeat;
}

.lower-sv .sv-ttl {
  width: 75%;
  background: var(--third-color);
  color: #fff;
  font-size: 6.1333333333vw;
  padding: 2%;
  position: absolute;
  z-index: 10;
  inset: auto auto 10% 0;
}

.lower-sv .sv-ttl:first-letter {
  color: var(--accent-color);
}

.lower-sv .sv-frame {
  height: 40vw;
  width: 77.6041%;
  position: absolute;
  inset: auto 0 0 auto;
}

#works-sv .sv-frame {
  background: url(../img/sv/sv-works_bg.jpg) center/cover no-repeat;
}

#reason-sv .sv-frame {
  background: url(../img/sv/sv-reason_bg.jpg) center/cover no-repeat;
}

#faq-sv .sv-frame {
  background: url(../img/sv/sv-faq_bg.jpg) center/cover no-repeat;
}

#info-sv .sv-frame {
  background: url(../img/sv/sv-info_bg.jpg) center/cover no-repeat;
}

#news-sv .sv-frame {
  background: url(../img/sv/sv-news_bg.jpg) center/cover no-repeat;
}

#contact-sv .sv-frame {
  background: url(../img/sv/sv-contact_bg.jpg) center/cover no-repeat;
}

#complete-sv .sv-frame {
  background: url(../img/sv/sv-complete_bg.jpg) center/cover no-repeat;
}

#privacy-sv .sv-frame {
  background: url(../img/sv/sv-privacy_bg.jpg) center/cover no-repeat;
}

#site-sv .sv-frame {
  background: url(../img/sv/sv-site_bg.jpg) center/cover no-repeat;
}

#e404-sv .sv-frame {
  background: url(../img/sv/sv-e404_bg.jpg) center/cover no-repeat;
}

/*==========================================
works
===========================================*/
/* works-sec
------------------*/
#works-sec .works-box {
  width: 84%;
  margin: 0 auto 15%;
  padding: 12% 0;
}

#works-sec .works-box:last-child {
  margin-bottom: 0;
}

#works-sec .works-box-ttl {
  border-bottom: 0.5vw solid;
  line-height: 1.6;
  padding-bottom: 3%;
  margin-bottom: 7%;
}

#works-sec .works-box-ttl small {
  display: block;
  font-size: 3.7333333333vw;
}

#works-sec .works-box-ttl span {
  font-size: 6.4vw;
  display: block;
}

#works-sec .works-box-ttl span:first-letter {
  color: var(--main-color);
}

#works-sec .about-wrp {
  position: relative;
}

#works-sec .about-wrp .about-img {
  margin-bottom: 8%;
}

#works-sec .merit-wrp {
  margin-top: 10%;
  background: var(--seventh-color);
  padding: 10% 6%;
}

#works-sec .merit-wrp .merit-txt {
  font-size: 3.7333333333vw;
  text-align: left;
  margin-top: 7%;
}

#works-sec .check-list-item {
  text-align: left;
  padding-left: 9%;
  margin-bottom: 2%;
  background: url(../img/works/works-check_icon.png) left top 2vw/7% no-repeat;
}

#works-sec .check-list-item:last-child {
  margin-bottom: 0;
}

#works-sec .check-list-item.no-check {
  background: none;
  padding-left: 0;
  text-align: right;
}

#works-sec .details-wrp {
  margin-top: 12%;
  position: relative;
}

#works-sec .details-wrp .details-ttl {
  margin-bottom: 7%;
}

#works-sec .details-wrp .details-ttl small {
  font-size: 3.7333333333vw;
}

#works-sec .details-wrp .details-img {
  margin-bottom: 5%;
}

#works-sec .worry-wrp {
  background: var(--eighth-color);
  padding: 10% 5%;
  border: 2px solid var(--font-color);
  margin-top: 12%;
}

#works-sec .kiso-wrp {
  margin-top: 12%;
}

#works-sec .kiso-wrp .kiso-ttl {
  font-size: 5.3333333333vw;
}

#works-sec .kiso-wrp .kiso-points {
  position: relative;
}

#works-sec .kiso-wrp .kiso-points .point-list-item {
  background: var(--seventh-color);
  padding: 5%;
  margin-bottom: 10%;
  box-shadow: 0 0 3vw rgba(51, 154, 161, 0.32);
}

#works-sec .kiso-wrp .kiso-points .point-list-item:nth-child(even) {
  margin-left: auto;
}

#works-sec .kiso-wrp .kiso-points .point-list-item:last-child {
  margin-bottom: 0;
}

#works-sec .kiso-wrp .kiso-points .point-list-item dt {
  font-size: 4.5333333333vw;
  color: var(--accent-color);
  margin-bottom: 4%;
}

#works-sec .kiso-wrp .kiso-points .point-list-item dd {
  font-size: 3.4666666667vw;
  text-align: left;
}

#works-sec .img-wrp {
  margin-top: 12%;
}

#works-sec .img-wrp .com-img {
  width: 100%;
  margin-bottom: 5px;
}

#works-sec .img-wrp figcaption span {
  border-bottom: 1px solid;
  padding: 0 1vw 1vw;
}

#works-sec .img-wrp .before-img {
  width: 65%;
}

#works-sec .img-wrp .before-img .com-img {
  height: 31vw;
}

#works-sec .img-wrp .before-img figcaption {
  text-align: left;
  font-size: 4.2666666667vw;
}

#works-sec .img-wrp .after-img {
  margin-top: 12%;
}

#works-sec .img-wrp .after-img .com-img {
  height: 48vw;
}

#works-sec .img-wrp .after-img figcaption {
  text-align: right;
  font-size: 5.8666666667vw;
}

#works-sec .perf-wrp {
  margin-top: 12%;
  background: var(--accent-color);
  padding: 10% 6%;
}

#works-sec .perf-wrp .perf-ttl {
  color: #fff;
}

#works-sec .perf-wrp .perf-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 6vw;
}

#works-sec .perf-wrp .perf-list-item {
  width: 48%;
  color: #fff;
  display: flex;
  flex-direction: column;
}

#works-sec .perf-wrp .perf-list .perf-item-icon {
  width: 75%;
  margin: 0 auto 4%;
  display: flex;
  flex-direction: column;
}

#works-sec .perf-wrp .perf-list .perf-item-icon img {
  max-height: 17vw;
  flex-grow: 1;
}

#works-sec .perf-wrp .perf-list .perf-item-ttl {
  font-size: 4vw;
  letter-spacing: 0.02em;
  margin-bottom: 3%;
}

#works-sec .perf-wrp .perf-list .perf-item-txt {
  font-size: 3.2vw;
}

#works-sec .works-cleaning .merit-wrp {
  padding: 10%;
}

/* works-area
------------------*/
#works-area {
  background: url(../img/top/top-sec_bdr.png) top center repeat-x, url(../img/top/top-sec_bdr.png) bottom center repeat-x, url(../img/works/area_bg.jpg) center/cover no-repeat;
}

#works-area .inbox {
  position: relative;
  z-index: 1;
}

#works-area .area-ttl .en {
  width: 25%;
  margin: 0 auto;
}

#works-area .area-box {
  background: #fff;
  padding: 12% 6%;
}

#works-area .area-box .area-map {
  width: 65%;
  margin: 0 auto 7%;
}

#works-area .area-box .area-content .area-txt {
  font-size: 4.2666666667vw;
  line-height: 3;
}

#works-area .area-box .area-content .area-txt span {
  position: relative;
  font-size: 5.3333333333vw;
  padding: 0 1vw;
  z-index: 1;
}

#works-area .area-box .area-content .area-txt span::before {
  width: 100%;
  height: 4vw;
  position: absolute;
  content: "";
  background: var(--fourth-color);
  z-index: -1;
  inset: auto 0 0;
}

#works-area .area-box .area-content .area-txt em {
  color: var(--main-color);
  font-size: 5.3333333333vw;
}

#works-area .area-box-deco {
  width: 100%;
  height: calc(100% + 10vw);
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
}

#works-area .area-box-deco .l-deco {
  width: 25%;
  height: 22vw;
  position: absolute;
  inset: 0 auto auto 0;
}

#works-area .area-box-deco .l-deco .com-green-box {
  width: 70%;
  height: 15vw;
  inset: auto 0 0 auto;
}

#works-area .area-box-deco .l-deco .com-blk-box {
  width: 50%;
  height: 13vw;
  inset: 0 auto auto 0;
}

#works-area .area-box-deco .r-deco {
  width: 25%;
  height: 25vw;
  position: absolute;
  inset: auto 0 0 auto;
}

#works-area .area-box-deco .r-deco .com-green-box {
  width: 75%;
  height: 20vw;
  inset: 0 auto auto 0;
}

#works-area .area-box-deco .r-deco .com-blk-box {
  width: 43%;
  height: 11vw;
  inset: auto 0 0 auto;
}

/*==========================================
reason
===========================================*/
/* reason-step
------------------*/
#reason-step {
  position: relative;
  z-index: 1;
}

#reason-step .inbox {
  padding: 0 5%;
}

#reason-step .step-leadtxt {
  margin-bottom: 12%;
}

#reason-step .step-list-item {
  padding-left: 23%;
  position: relative;
}

#reason-step .step-list-item:not(:last-child) {
  padding-bottom: 22%;
}

#reason-step .step-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 100%;
  inset: 0 auto auto 8%;
  background: var(--ninth-color);
}

#reason-step .step-list-item:not(:last-child) .step-content {
  position: relative;
}

#reason-step .step-list-item:not(:last-child) .step-content::after {
  position: absolute;
  content: "";
  width: 8%;
  height: 14vw;
  background: url(../img/reason/step_arr.png) center/100% no-repeat;
  inset: auto 0 -17vw;
  margin: 0 auto;
}

#reason-step .step-list-item .step-num {
  width: 17vw;
  height: 17vw;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  border: 2px solid var(--font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  font-size: 3.7333333333vw;
  position: absolute;
  inset: 0 auto auto 0;
}

#reason-step .step-list-item .step-num span {
  font-size: 5.3333333333vw;
}

#reason-step .step-list-item .step-content {
  background: #fff;
  padding: 12% 5%;
}

#reason-step .step-list-item .step-item-ttl {
  text-align: left;
  color: var(--main-color);
  font-size: 5.3333333333vw;
}

#reason-step .step-list-item .step-item-ttl small {
  color: var(--font-color);
  font-size: 3.4666666667vw;
}

#reason-step .step-list-item .step-item-img {
  margin-bottom: 7%;
}

.color-wrp {
  background: var(--seventh-color);
  padding: 8% 3%;
  margin-top: 12%;
}

.color-wrp .color-leadtxt {
  font-size: 3.3333333333vw;
  margin-bottom: 8%;
}

.color-wrp .color-list-item {
  margin-bottom: 6%;
}

.color-wrp .color-list-item:last-child {
  margin-bottom: 0;
}

.color-wrp .color-list-item figure {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}

.color-wrp .color-list-item figcaption {
  width: 50%;
  font-size: 2.6666666667vw;
  text-align: left;
}

.color-wrp .color-list-item img {
  width: 45%;
  border-radius: 2vw;
  border: 0.25vw solid var(--font-color);
}

#reason-step .step-list-item .step-item-txt {
  text-align: left;
  font-size: 3.7333333333vw;
}

#reason-step .step-notes {
  background: var(--seventh-color);
  padding: 12% 6%;
  margin-top: 15%;
}

#reason-step .step-notes .note-txt {
  line-height: 2.3;
}

#reason-step .step-notes .note-txt span {
  position: relative;
  z-index: 1;
  font-size: 4.8vw;
}

#reason-step .step-notes .note-txt span::before {
  width: 100%;
  height: 4vw;
  position: absolute;
  content: "";
  background: var(--fourth-color);
  z-index: -1;
  inset: auto 0 0;
}

#reason-step .step-box-deco {
  z-index: -1;
  position: absolute;
  width: 100%;
}

#reason-step .step-box-deco.top-deco {
  height: 24vw;
  inset: 100vw 0 auto;
}

#reason-step .step-box-deco.top-deco .l-deco {
  width: 28%;
  height: 26vw;
  position: absolute;
  inset: auto auto 0 3%;
}

#reason-step .step-box-deco.top-deco .l-deco .com-green-box {
  width: 100%;
  height: 18vw;
  inset: 0 auto auto 0;
}

#reason-step .step-box-deco.top-deco .l-deco .com-blk-box {
  width: 45%;
  height: 18vw;
  inset: auto 0 0 auto;
}

#reason-step .step-box-deco.top-deco .r-deco {
  width: 28%;
  height: 28vw;
  position: absolute;
  inset: 100vw 0 auto auto;
}

#reason-step .step-box-deco.top-deco .r-deco .com-green-box.top-green {
  width: 28%;
  height: 25vw;
  inset: 0 auto auto 0;
}

#reason-step .step-box-deco.top-deco .r-deco .com-green-box.btm-green {
  width: 26%;
  height: 23vw;
  inset: auto 0 0 auto;
}

#reason-step .step-box-deco.btm-deco {
  height: 100vw;
  inset: auto 0 25vw;
}

#reason-step .step-box-deco.btm-deco .l-deco {
  width: 30%;
  height: 25vw;
  position: absolute;
  inset: 0 auto auto 0;
}

#reason-step .step-box-deco.btm-deco .l-deco .com-green-box {
  width: 100%;
  height: 100%;
  inset: 0;
}

#reason-step .step-box-deco.btm-deco .r-deco {
  width: 28%;
  height: 25vw;
  position: absolute;
  inset: auto 0 0 auto;
}

#reason-step .step-box-deco.btm-deco .r-deco .com-green-box {
  width: 100%;
  height: 20vw;
  inset: auto 0 0 auto;
}

#reason-step .step-box-deco.btm-deco .r-deco .com-blk-box {
  width: 65vw;
  height: 15vw;
  inset: 0 auto auto 0;
}

/* reason-point
------------------*/
#reason-point {
  background: url(../img/top/top-sec_bdr.png) top center repeat-x, url(../img/top/top-sec_bdr.png) bottom center repeat-x, url(../img/reason/point_bg.jpg) center/cover no-repeat;
}

#reason-point .inbox {
  position: relative;
  z-index: 1;
}

#reason-point .point-list-item {
  width: 100%;
  background: #fff;
  padding: 12% 6%;
  margin-bottom: 12%;
}

#reason-point .point-list-item:last-child {
  margin-bottom: 0;
}

#reason-point .point-item-img {
  margin-bottom: 7%;
}

#reason-point .point-item-ttl {
  border-bottom: 2px solid var(--font-color);
  font-size: 4.5333333333vw;
  margin-bottom: 5%;
  padding-bottom: 4%;
}

#reason-point .point-item-txt {
  text-align: left;
  margin-bottom: 8%;
}

#reason-point .point-item-txt:last-child {
  margin-bottom: 0;
}

#reason-point .point-box-deco {
  position: absolute;
  inset: -5vw auto 0 -5%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#reason-point .point-box-deco .l-deco {
  width: 28%;
  height: 26vw;
  position: absolute;
  inset: 0 auto auto 0;
}

#reason-point .point-box-deco .l-deco .com-green-box {
  width: 85%;
  height: 17vw;
  inset: auto 0 0 auto;
}

#reason-point .point-box-deco .l-deco .com-blk-box {
  width: 55%;
  height: 15vw;
  inset: 0 auto auto 0;
}

#reason-point .point-box-deco .r-deco {
  width: 28%;
  height: 25vw;
  position: absolute;
  inset: auto -5vw -13vw auto;
}

#reason-point .point-box-deco .r-deco .com-green-box {
  width: 80%;
  height: 15vw;
  inset: 0 auto auto 0;
}

#reason-point .point-box-deco .r-deco .com-blk-box {
  width: 65%;
  height: 12vw;
  inset: auto 0 0 auto;
}

/* reason-construct
------------------*/
#reason-construct .construct-ttl .en {
  width: 75%;
  margin: 0 auto;
}

#reason-construct .construct-post {
  margin-bottom: 15%;
  padding: 12% 6%;
}

#reason-construct .construct-post:last-child {
  margin-bottom: 0;
}

#reason-construct .construct-post .img-wrp .com-img {
  width: 100%;
}

#reason-construct .construct-post .img-wrp .thumb {
  width: 100%;
  height: 50vw;
}

#reason-construct .construct-post .img-wrp figcaption {
  margin-bottom: 5px;
}

#reason-construct .construct-post .img-wrp figcaption span {
  border-bottom: 1px solid;
  padding: 0 1vw 1vw;
}

#reason-construct .construct-post .img-wrp .before-img {
  width: 65%;
  position: relative;
}

#reason-construct .construct-post .img-wrp .before-img::after {
  position: absolute;
  content: "";
  width: 41%;
  height: 19vw;
  z-index: 1;
  inset: auto -15vw -5vw auto;
  transform: scale(-1, 1) rotate(113deg);
  background: url(../img/reason/construct_arr.png) center/100% no-repeat;
}

#reason-construct .construct-post .img-wrp .before-img .com-img {
  height: 34vw;
}

#reason-construct .construct-post .img-wrp .before-img figcaption {
  text-align: left;
  font-size: 4.2666666667vw;
}

#reason-construct .construct-post .img-wrp .after-img {
  width: 100%;
  margin-top: 12%;
}

#reason-construct .construct-post .img-wrp .after-img figcaption {
  text-align: right;
  font-size: 5.3333333333vw;
}

#reason-construct .construct-post .img-wrp .after-img .com-img {
  height: 50vw;
}

/*==========================================
faq
===========================================*/
#faq-sec .faq-ttl em {
  color: var(--main-color);
}

#faq-sec .faq-wrp {
  background: #fff;
  padding: 12% 6%;
}

#faq-sec .faq-post {
  margin-bottom: 12%;
}

#faq-sec .faq-post:last-child {
  margin-bottom: 0;
}

#faq-sec .faq-post-ttl {
  font-size: 4.5333333333vw;
  text-align: left;
  border-bottom: 0.7vw solid;
  margin-bottom: 8%;
  padding: 1vw 0 1vw 16%;
  position: relative;
}

#faq-sec .faq-post-ttl::before {
  width: 8vw;
  height: 8vw;
  color: var(--sixth-color);
  background: var(--fourth-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "Q";
  line-height: 1;
  font-size: 6.1333333333vw;
  inset: 0 auto auto 0;
}

#faq-sec .faq-post-body {
  text-align: left;
}

/*==========================================
info
===========================================*/
/* info-greeting
------------------*/
#info-greeting {
  position: relative;
  z-index: 1;
  padding: 18% 8%;
}

#info-greeting .greeting-ttl .en {
  width: 45%;
  margin: 0 auto;
}

#info-greeting .greeting-wrp {
  position: relative;
}

#info-greeting .greeting-img {
  margin-bottom: 7%;
}

#info-greeting .greeting-content {
  background: #fff;
  padding: 12% 6%;
}

#info-greeting .greeting-content .greeting-txt.name {
  text-align: right;
}

#info-greeting .greetng-box-deco {
  width: 55%;
  height: 150vw;
  position: absolute;
  inset: 15vw auto auto 0;
  z-index: -1;
}

#info-greeting .greetng-box-deco .top-green {
  width: 39%;
  height: 21vw;
  inset: 25vw auto auto 0;
}

#info-greeting .greetng-box-deco .btm-green {
  width: 40%;
  height: 21vw;
  inset: auto auto 0 0;
}

#info-greeting .greetng-box-deco .com-blk-box {
  width: 30%;
  height: 15vw;
  inset: 17vw auto auto 20%;
}

/* info-sec
------------------*/
#info-sec {
  background: url(../img/top/top-sec_bdr.png) top center repeat-x, url(../img/top/top-sec_bdr.png) bottom center repeat-x, var(--seventh-color);
}

#info-sec .info-ttl .en {
  width: 65%;
  margin: 0 auto;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 64%;
  margin: 0 0 23% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}

.category-select select {
  width: 100%;
  font-size: 4vw;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6% 10% 6% 6%;
  color: #2e2e2e;
  font-family: var(--main-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}

.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 14% 0;
}

.post-wrap .column-lists .column-lists-item:first-child a {
  padding-top: 0;
}

.post-wrap .column-lists .column-lists-item:last-child {
  border-bottom: none;
}

.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.post-wrap .column-lists .post-ttl time {
  width: 26%;
  font-size: 3.4666666667vw;
  color: var(--main-color);
  text-align: left;
  padding: 0.75vw 0;
  letter-spacing: 0.05em;
}

.post-wrap .column-lists .post-ttl .category-label {
  width: 71%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}

.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 0.75vw;
  text-align: center;
  font-size: 3.4666666667vw;
}

.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}

.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}

.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}

.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.post-wrap .column-lists .has-thumb .post-area {
  width: 55%;
}

.post-wrap .column-lists .has-thumb .post-area time {
  width: 44%;
}

.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 54%;
}

.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}

.single-meta time {
  font-size: 3.4666666667vw;
  width: 27%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}

.single-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}

.single-meta .category-label li {
  font-size: 3.4666666667vw;
}

.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 0 1vw;
  display: inline-block;
}

.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 2.55vw;
}

.single-category dt {
  width: 80px;
}

.single-category dt:after {
  content: ":";
  padding: 0 5px;
}

.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}

.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-category ul li {
  margin-right: 5px;
}

.single-category ul li:last-child {
  margin-right: 0;
}

.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}

.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}

.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
    -------------------------------------------------- */
  /*==================================================
     日付選択フォーム
    ================================================== */
}

#contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}

#contact .contact-form tr th {
  position: relative;
}

#contact .contact-form tr th em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}

#contact .contact-form tr td {
  padding: 3% 0;
}

#contact .contact-form tr td li {
  list-style: none;
}

#contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}

#contact .contact-form tr:has(.error-text) input,
#contact .contact-form tr:has(.error-text) textarea,
#contact .contact-form tr:has(.error-text) input[type=radio]+label::before,
#contact .contact-form tr:has(.error-text) input[type=checkbox]+label::before {
  background: #ffcfcf;
}

#contact .contact-form tr:has(.error-text) input:not(:placeholder-shown),
#contact .contact-form tr:has(.error-text) textarea:not(:placeholder-shown) {
  background: rgb(232, 240, 254);
}

#contact .contact-form tr:has(.error-text) input[type=radio]+label::before,
#contact .contact-form tr:has(.error-text) input[type=checkbox]:checked+label::before {
  background: #fff;
}

#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  border-radius: 0;
}

#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}

#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 5% 0 auto;
  margin: auto 0;
  width: 1.5vw;
  height: 1.5vw;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

#contact .contact-form .contact-select select {
  width: 100%;
  padding: 6% 7% 6% 4%;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: var(--main-font-family);
  color: var(--font-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}

#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}

#contact .contact-form #address {
  margin-top: 15px;
}

#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}

#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}

#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: var(--main-color);
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--accent-color);
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}

#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}

#contact .contact-submits-wrap {
  margin-top: 8%;
}

#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}

#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
  background: #fff;
  color: var(--main-color);
}

#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: var(--main-color);
  padding: 6% 2%;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  border-radius: 0;
}

#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

#contact .check-btn {
  width: 75%;
  margin: 0 auto;
}

#contact .contact-submits-wrap .back-btn {
  width: 52%;
  margin: 0 auto;
  background: #fff;
  color: var(--main-color);
}

#contact .contact-submits-wrap .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}

#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

#contact .privacy-agree {
  text-decoration: underline;
}

#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#contact input[type=radio]+label,
#contact input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}

#contact input[type=radio]+label,
#contact input[type=checkbox]+label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

#contact input[type=radio]+label::before,
#contact input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

#contact input[type=radio]+label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

#contact input[type=checkbox]+label::before {
  border: 2px solid #ccc;
}

#contact input[type=radio]:checked+label::after,
#contact input[type=checkbox]:checked+label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

#contact input[type=radio]:checked+label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}

#contact input[type=checkbox]:checked+label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#contact .date-list {
  padding-left: inherit;
}

#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}

#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 15%;
  text-align: left;
}

#privacy .privacy-box:last-child {
  margin-bottom: 0;
}

#privacy .privacy-box p {
  margin-bottom: 8%;
}

#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}

#privacy .privacy-box ul {
  margin-top: 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}