@charset "UTF-8";
/* CSS Document */


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 45px 0; position: relative;}
.index .sec02 {padding: 45px 0 110px;}
.index .sec03 {padding: 0 0 45px;}
.index .sec06 {padding: 0 0 45px;}
.index .sec07 {padding: 0 0 45px;}
.index .sec08 {padding: 0 0 45px;}
.index .sec09 {padding: 0 0 45px;}
.index .sec10 {padding: 0 0 45px;}
.index .sec11 {padding: 0 0 45px;}
.index .sec12 {padding: 0;}
.index .sec13 {padding: 0 0 45px;}
.index .sec14 {padding: 0 0 45px;}
footer {padding: 0;}
/*
 plan
----------------------------------------------------------- */
.plan .sec02 {padding: 45px 0 0;}
.plan .sec03 {padding: 0 0 45px;}
.plan .sec04 {padding: 0 0 45px;}
.plan .sec05 {padding: 0 0 45px;}
/*
 faq
----------------------------------------------------------- */
.faq .sec01 {padding: 45px 0;}
.faq .sec02 {padding: 0;}
.faq .sec03 {padding: 45px 0 0;}
.faq .sec04 {padding: 45px 0 0;}
.faq .sec05 {padding: 45px 0 0;}
.faq .sec06 {padding: 45px 0 0;}
.faq .sec07 {padding: 45px 0 0;}
.faq .sec08 {padding: 45px 0 0;}
.faq .sec09 {padding: 45px 0 0;}
.faq .sec10 {padding: 45px 0 0;}
/*
 staff
----------------------------------------------------------- */
.staff .sec01 {padding: 45px 0 0;}
.staff .sec02 {padding: 45px 0;}
/*
 contact
----------------------------------------------------------- */
.contact .sec01 {padding: 45px 0 0;}
.contact .sec02 {padding: 45px 0;}
.contact .cta {padding: 0;}
/*
 purchase
----------------------------------------------------------- */
.purchase .sec01 {padding: 45px 0 0;}
.purchase .sec02 {padding: 45px 0;}
.purchase .sec04 {padding: 45px 0 0;}
/*
 moving
----------------------------------------------------------- */
.moving .sec01 {padding: 45px 0 0;}
.moving .sec02 {padding: 45px 0;}
/*
 pest
----------------------------------------------------------- */
.pest .sec01 {padding: 45px 0 0;}
.pest .sec02 {padding: 45px 0 0;}
.pest .sec03 {padding: 45px 0;}
.pest .sec04 {padding: 45px 0;}
/*
 cleaning
----------------------------------------------------------- */
.cleaning .sec01 {padding: 45px 0 0;}
.cleaning .sec02 {padding: 45px 0;}
/*
 reform
----------------------------------------------------------- */
.reform .sec01 {padding: 45px 0 0;}
.reform .sec02 {padding: 45px 0;}
/*
 whereabouts
----------------------------------------------------------- */
.whereabouts .sec01 {padding: 45px 0;}
.whereabouts .sec02 {padding: 45px 0;}
.whereabouts .sec03 {padding: 45px 0 0;}
.whereabouts .sec04 {padding: 45px 0;}
/*
 dismantling
----------------------------------------------------------- */
.dismantling .sec01 {padding: 45px 0 0;}
.dismantling .sec02 {padding: 45px 0 0;}
.dismantling .sec03 {padding: 45px 0 0;}
.dismantling .sec04 {padding: 45px 0;}
/*
 色関連
----------------------------------------------------------- */
:root {
  /* coloer */
  --green:#1E9F60;
  --green02:#7BCB8D;
  --green03:#004222;
  --green04:#06C755;
  --green05:#defaec;
  --yellow:#FFF500;
  --yellow02:#FFFFCB;
  --yellow03:#DBD25A;
  --purple: #ADA9C5;
  --purple02: #7D7998;
  --main: 30, 159, 96;
  --base: 255, 245, 0;
}
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: var(--green);}
.cl_main{color: var(--yellow);}
.cl_accent{color: var(--green03);}
.cl_other1{color: var(--yellow02);}
.cl_other2{color: #4C5800;}

/*
 テキスト関連
----------------------------------------------------------- */
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
    background: -o-linear-gradient(transparent 60%, #ffd200 50%);
    background: linear-gradient(transparent 60%, #ffd200 50%);
    font-weight: bold;
}
.font_bc {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/*
 リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color:#333;
  text-decoration:none;
}
/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic {
  margin-left: calc(50% - 1000px);
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
  /*pxの部分を画像の半分の幅に変えてね！*/
}
.wic2 {
  margin-left: calc(50% - 600px);
}
.wic3 {
  margin-left: calc(50% - 800px);
}
/*
 Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: var(--yellow);
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
 Header
----------------------------------------------------------- */
header{
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0 0 15px;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_box .logo {
  width: 200px;
}
.header_logo_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_branch {
  display: inline-block;
  color: var(--green);
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid var(--green);
  border-radius: 4px;
  background: rgba(30, 159, 96, 0.06);
}
/*
 Navi
----------------------------------------------------------- */
header nav {
  padding-left: 0;
  padding-right: 0;
}
header .nav_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
}
header nav li {
  display: inline-block;
  line-height: 1rem;
  padding-right: 30px;
}
header nav li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
}
header nav li a::after, header nav li a::before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: var(--green);
  position: absolute;
  bottom: -5px;
  transition: .5s;
}
header nav li a::before {
  right: 50%;
}
header nav li a::after {
  left: 50%;
}
header nav li a:hover::before,
header nav li a:hover::after {
  width: 50%;
}
header nav li a:hover {
  color: #666;
  text-decoration: none;
}
header nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
header .nav_jp {
  font-size: 14px;
}
header .nav_icon {
  padding: 15px;
  background: #FF4B4B;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
/*
 共通部分
----------------------------------------------------------- */
.section_head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: .06em;
  font-weight: bold;
}
.section_head_sub {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
  position: relative;
}
.section_head_sub::before {
  position: absolute;
  content: "";
  top: -30px;
  left: -30px;
  width: 100px;
  height: 80px;
  background: no-repeat center / auto;
  background-image: url(../img/title_icon.svg);
  z-index: -1;
}
.section_head_main {
  display: block;
  font-size: 3.8rem;
  position: relative;
}
.section_head_main::before {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 12px;
  height: 50px;
  bottom: 10px;
  border-radius: 50%;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  left: -35px;
  transform: rotate(-31deg) translateY(5px);
}
.section_head_main::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 12px;
  height: 50px;
  bottom: 10px;
  border-radius: 50%;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  right: -35px;
  transform: rotate(31deg) translateY(5px);
}
.sb_section_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sb_head {
  display: inline-block;
  padding: 10px 40px 10px 40px;
  font-size: 2.4rem;
  border-radius: 50px;
  position: relative;
  color: #333;
  font-weight: bold;
  background: rgb(var(--base));
}
.sb_head::after {
  position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: rgb(var(--base));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sb_head_img {
  position: relative;
  z-index: 1;
  margin-right: -90px;
  width: 90px;
}
.uldot_head {
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 45px;
}
.uldot_head::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 15px;
  bottom: -20px;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  right: 0;
}
.uldot_head02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 45px;
}
.uldot_head02::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 15px;
  bottom: -20px;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  right: 0;
}
.section_ttl {
  display: inline-flex;
  align-items: center;
  margin-bottom: 45px;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}
.section_ttl::before {
  position: absolute;
    content: "";
    top: -15px;
    left: -30px;
    width: 100px;
    height: 80px;
    background: no-repeat center / auto;
    background-image: url(../img/title_icon.svg);
    z-index: -1;
}
.simple_ttl {
  font-size: 3.2rem;
  color: var(--green);
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
.borderl_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px solid var(--green);
  margin-bottom: 30px;
}
.btn_inner a {
  opacity: 1;
}
.btn_inner .btn01:hover{
  color: #fff;
  background: var(--green);
  transition: all .4s;
}
.btn_inner .btn01:hover::after{
  color: #fff;
}
.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn01 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 45px;
  border: 2px solid var(--green);
  border-radius: 50px;
  width: 320px;
}
.btn01::after {
  position: absolute;
  content: "\f152";
  font: var(--fa-font-solid);
  color: var(--green);
  font-size: 1.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.btn02 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 45px;
  border: 2px solid var(--green);
  border-radius: 50px;
}
.btn02::after {
  position: absolute;
  content: "\f167";
  font: var(--fa-font-brands);
  color: #ff0000;
  font-size: 1.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.anchor {
  position: absolute;
  height: 75px;
  top: -75px;
  visibility: hidden;
}
.anchor02 {
  position: absolute;
  height: 75px;
  top: -75px;
  visibility: hidden;
}
.txt_idt {
  text-indent: 3.9rem;
  padding-left: 3.9rem;
}
.tdul {
  text-decoration: underline;
}
.swiper01 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper01 .swiper-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  top: calc(50% + 65px);
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
.swiper-button-prev span,
.swiper-button-next span {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(var(--main));
  transition: all .3s ease;
}
.swiper-button-prev span {
	left: -10px;
}
.swiper-button-next span {
	right: -10px;
}
.swiper-button-prev span:hover,
.swiper-button-next span:hover {
  background-color: var(--green);
}
.swiper-button-prev span::after,
.swiper-button-next span::after {
  position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    translate: 0 20%;
}
.swiper-button-prev span:hover::after,
.swiper-button-next span:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.swiper-button-prev span::after {
  rotate: 225deg;
  top: calc(50% - 7px);
  left: calc(50% - 3px);
}
.swiper-button-next span::after {
  rotate: 45deg;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 50px;
  width: calc(100% - 100px);
  border-radius: 10px;
  bottom:-15px;
}
.swiper-scrollbar {
  z-index: 0 !important;
  background: rgb(var(--main), 0.1);;
}
.swiper-scrollbar-drag {
  background: var(--green);
  transition: all .3s ease;
  transition-duration: .6s;
}
/*
 CTA
----------------------------------------------------------- */
.index .cta {
  margin-top: 100px;
}
.cta_box {
  background-image: url(../img/pc_cta_bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 45px;
  position: relative;
}
.cta_head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: .06em;
  font-weight: bold;
}
.cta_head_main {
  display: block;
  position: relative;
  color: #fff;
}
.cta_head_main::before {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 12px;
  height: 50px;
  bottom: 10px;
  border-radius: 50%;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(255,255,255, 0.5) 30%, rgb(255,255,255, 0) 30%);
  left: -35px;
  transform: rotate(-31deg) translateY(5px);
}
.cta_head_main::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 12px;
  height: 50px;
  bottom: 10px;
  border-radius: 50%;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(255,255,255, 0.5) 30%, rgb(255,255,255, 0) 30%);
  right: -35px;
  transform: rotate(31deg) translateY(5px);
}
.cta_img_icon {
  position: absolute;
  top: 45px;
  left: 45px;
  display: flex;
}
.cta_img_icon_item {
  width: 80px;
  filter:drop-shadow(1px 3px 5px #00422288);
}
.cta_img_icon_item:first-of-type {
  margin-right: 15px;
}
.cta_img {
  position: absolute;
  top: 15px;
  right: 90px;
  width: 180px;
  filter:drop-shadow(1px 3px 5px #00422288);
}
.cta_btm_box {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
  filter:drop-shadow(1px 3px 5px #00422288);
}
.cta_tel_btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 20px 5px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 50px;
  box-shadow: 0 3px 5px 0 #00422263;
}
.cta_tel_btn::after {
  position: absolute;
  content: "\f152";
  font: var(--fa-font-solid);
  color: var(--green);
  font-size: 1.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cta_mail_btn {
  position: relative;
  font-weight: bold;
  padding: 20px 5px;
  border-radius: 50px;
  background: var(--yellow02);
  display: flex;
  align-items: center;
  justify-content: center;
  filter:drop-shadow(1px 3px 5px #42410088);
}
.cta_mail_btn::after {
  position: absolute;
  content: "\f152";
  font: var(--fa-font-solid);
  font-size: 1.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--yellow);
}
.cta_line_btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 20px 5px;
  border-radius: 50px;
  background: var(--green04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  filter:drop-shadow(1px 3px 5px #00422288);
}
.cta_line_btn::after {
  position: absolute;
  content: "\f152";
  font: var(--fa-font-solid);
  font-size: 1.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cta_web_btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 20px 5px;
  border-radius: 50px;
  background: #fa8700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  filter:drop-shadow(1px 3px 5px #fa850088);
}
.cta_web_btn::after {
  position: absolute;
  content: "\f152";
  font: var(--fa-font-solid);
  font-size: 1.6rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cta_font_m {
  font-size: 1.333em;
}
.cta_font_s {
  font-size: 0.777em;
  color: #fff;
}
.fa-phone {
  color: var(--green);
}
.cta_bg {
  display: inline-block;
  background: #fff;
  padding: 0px 5px;
  margin-left: 5px;
  color: var(--green);
  font-weight: normal;
}
/*
 ここからindex
----------------------------------------------------------- */
/*
 MV
----------------------------------------------------------- */
/* メインビジュアルの基本スタイル */
.index .mv {
  margin-top: 75px;
  background-image: url(../img/mv_bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.main_imgbox {
  overflow: hidden;
  width: 100%;
  height: 500px;
  position: relative;
}
.mv-swiper {
  width: 100%;
  height: 100%;
}
.mv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomIn {
  0% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1.0);
  }
}
.swiper-slide-active .main_img img,
.swiper-slide-duplicate-active .main_img img {
  animation: zoomIn 6s linear 0s normal both;
}
/*
 sec01
----------------------------------------------------------- */
.index .sec01 {
  position: relative;
}
.index .sec01::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/wave01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.rbn_acc_box {
  position: relative;
}
.rbn_acc_box:nth-child(2)::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 30px;
  left: 0;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.rbn_acc {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 15px 5px;
  margin-left: -15px;
  top: 10px;
  font-weight: bold;
}
.rbn_acc_cl01 {
  color: #fff;
  background: var(--purple);
}
.rbn_acc_cl02 {
  color: var(--green);
  background: var(--yellow02);
}
.rbn_acc::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
}
.rbn_acc_cl01::before {
  border-right: solid 15px var(--purple02);
}
.rbn_acc_cl02::before {
  border-right: solid 15px var(--yellow03);
}
/*
 sec02
----------------------------------------------------------- */
.index .sec02 {
  margin-top: 100px;
  background: var(--yellow02);
}
.index .sec02 .sb_section_head {
  margin-bottom: -30px;
}
.index .sec02 .sb_head {
  padding: 10px 40px 10px 100px;
}
.index .sec02 .sec02_bg {
  background: #fff;
  padding: 45px;
}
.index .sec02 .sec02_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px 30px;
}
.index .sec02 .sec02_list_item {
  position: relative;
  font-weight: bold;
  border-bottom: 2px dotted var(--green);
  margin: 0;
  padding: 0 0 15px 30px;
  font-size: 2.4rem;
}
.index .sec02 .sec02_list_item::before {
  position: absolute;
  content: "\f058";
  font: var(--fa-font-solid);
  top: 10px;
  left: 0;
  color: var(--green);
}
/*
 sec03
----------------------------------------------------------- */
.index .sec03 .sb_section_head {
  margin: -75px;
  margin-bottom: 30px;
}
.index .sec03 .section_head_main {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.index .sec03 .section_head_main::before {
  width: 10px;
  height: 32px;
  bottom: 10px;
  background-size: 8px 8px;
  left: 0px;
}
.index .sec03 .section_head_main::after {
  width: 10px;
  height: 32px;
  bottom: 10px;
  background-size: 8px 8px;
  right: 0px;
}
/*
 sec04
----------------------------------------------------------- */
.index .sec04 {
  position: relative;
  background: var(--yellow02);
}
.index .sec04::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/wave02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.index .sec04 .sec04_box {
  background: #fff;
  padding: 15px;
}
.index .sec04 a:hover,
.index .sec04 a img:hover {
  opacity: 1;
}
.index .sec04 .sec04_box:hover {
  background: var(--green);
  transition: all .4s;
}
.index .sec04 .sec04_box .fbox {
  align-items: center;
}
.index .sec04 .sec04_box_img {
  width: 100px;
}
.index .sec04 .sec04_box_txt {
  width: calc(100% - 100px);
}
.index .sec04 .sec04_box_txt p {
  position: relative;
  color: var(--green);
  font-weight: bold;
  font-size: 1.8rem;
}
.index .sec04 .sec04_box:hover .sec04_box_txt p {
  color: #fff;
}
.index .sec04 .sec04_box_txt p::after {
  position: absolute;
  content: "\f150";
  font: var(--fa-font-solid);
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
/*
 sec05
----------------------------------------------------------- */
.index .sec05 {
  margin-top: 100px;
}
.index .uldot_head02_icon {
  padding-right: 15px;
}
.index .uldot_head02_cat {
  padding-right: 30px;
}
.index .cmn_cat {
  display: flex;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.index .acc_box {
  background: var(--yellow02);
  padding: 30px;
}
.index .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
}
/*
 sec06
----------------------------------------------------------- */
.index .sec06_font_size {
  font-size: 2rem;
}
/*
 sec11
----------------------------------------------------------- */
.index .sec11 h3 {
  position: relative;
  font-size: 2.4rem;
  color: var(--green);
  font-weight: bold;
  margin-bottom: 30px;
}
.index .sec11 h3::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 15px;
  bottom: -20px;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  right: 0;
}
/*
 sec12
----------------------------------------------------------- */
.index .sec12 {
  position: relative;
  margin-top: 100px;
  background: var(--yellow02);
}
.index .sec12::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/wave01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -100px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.index .sec12::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/wave02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.faq_list {
  width: 100%;
}
.faq_item:nth-child(n+2) {
  margin-top: 15px;
}
.faq_head {
  position: relative;
  width: 100%;
  padding: 15px 35px 15px 60px;
  color: #333;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
}
.faq_head::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #ccc;
  transition: all .3s ease;
  transform: rotate(-90deg);
}
.faq_head::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #ccc;
  transition: all .3s ease;
}
.faq_item.active .faq_head::before {
  transform: rotate(0);
}
.faq_body {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 0 0 60px;
  transition: all .25s ease;
}
.faq_item.active .faq_body {
  height: auto;
  padding: 30px 0px 15px 60px;
}
.faq_item.active .faq_head {
  background: var(--green);
  color: #fff;
  transition: all .3s ease;
}
.faq_q {
  position: relative;
}
.faq_q::before {
  position: absolute;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: bold;
  top: -7px;
  left: -50px;
}
.faq_item.active .faq_q::before {
  color: var(--green);
  background: #fff;
}
.faq_a {
  position: relative;
}
.faq_a:before {
  position: absolute;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--yellow);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  font-weight: bold;
  top: -7px;
  left: -50px;
}
/*
 sec13
----------------------------------------------------------- */
.ex_box {
  background: var(--yellow);
  padding: 30px;
}
.ex_box_item {
  background: #fff;
  padding: 30px;
}
.ex_box_item_area {
  background: var(--yellow02);
  padding: 15px;
  margin-bottom: 15px;
}
.ex_box_item_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  margin-bottom: 15px;
  color: var(--green);
}
.ex_box_item_cat {
  display: inline-block;
  padding: 0px 15px;
  background: var(--green);
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ex_box_item_area_icon {
  display: inline-block;
  padding: 0px 10px;
  background: #fff;
  color: var(--green);
  border: 1px solid var(--green);
}
.ex_box_item_area_icon:nth-child(n + 2) {
  margin-left: 15px;
}
.ex_box_item_btm_cat {
  display: inline-block;
  padding: 0px 15px;
  background: var(--green);
  color: #fff;
  font-weight: normal;
  margin-right: 15px;
}
/*
 sec14
----------------------------------------------------------- */
.tag_icon {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 0 10px;
  margin-left: 15px;
  font-weight: normal;
}
/*
 Footer
----------------------------------------------------------- */
.footer_area {
  background: var(--yellow02);
  padding: 45px 0;
}
.footer_head {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
}
.footer_head::after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 15px;
  bottom: -20px;
  background-size: 13px 13px;
  background-image: radial-gradient(rgb(var(--main), 0.5) 30%, rgb(var(--main), 0) 30%);
  right: 0;
}
.footer_img {
  width: 150px;
}
.footer_txt {
  width: calc(100% - 150px);
}
.acc_link {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}
.acc_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green);
}
.footer_btm_box {
  padding: 15px;
  border: 2px solid var(--green);
}
.footer_btm_box_img {
  width: 100px;
}
.footer_btm_box_txt {
  width: calc(100% - 100px);
}
.footer_btm_box_ttl {
  font-size: 2rem;
  font-weight: bold;
}
.footer_btm_box_area > li:first-of-type .footer_btm_box_ttl {
  text-align: center;
}
footer .copy {
  display: block;
  text-align: center;
  color:#FFF;
  font-size:16px;
  padding: 30px 0;
  background-color: var(--green);
  font-size: 90%;
}
.footer_icon {
  padding: 5px 15px;
  background: var(--green);
  color: #fff;
}
/*
 ここからabout
----------------------------------------------------------- */

/*
 sec01
----------------------------------------------------------- */
.about .sec01 {
  margin-top: 75px;
  overflow: hidden;
}
.about .sec01 h3 {
  font-weight: bold;
  font-size: 2.4rem;
}
.about .about_sec01_img {
  float: right;
  padding: 0 0 30px 30px;
  width: 570px;
}
.about .sec01 .btm_area {
  display: flex;
  justify-content: flex-end;
}
.about .sec01 .btm_area_txt {
  font-size: 1.8rem;
}
.about .sec01 .btm_area_name {
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 15px;
}
/*
 sec02
----------------------------------------------------------- */
.about .sec02 {
  position: relative;
  margin-top: 100px;
  background: var(--yellow02);
}
.about .sec02::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/wave01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -100px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.about .sec02::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/wave02.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100%;
}
.about .sec02_box {
  padding: 30px;
  background: var(--yellow);
}
.about .sec02_head {
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
}
.about .sec02_sub {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.about .sec02_ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 30px;
}
.about .sec02_img img {
  width: 200px;
}
/*
 sec03
----------------------------------------------------------- */
.about .sec03 {
  margin-top: 100px;
}
.about table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.about th {
  padding: 20px 0;
  width: 33.3333%;
  vertical-align: top;
  border-bottom: 1px solid var(--green);
  color: var(--green);
}
.about td {
  position: relative;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #ccc;
}
.about td::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}
.about .g_map iframe {
  width: 100%;
  height: 300px;
}
/*
 ここからplan
----------------------------------------------------------- */
.plan .price {
  color: var(--green);
  font-size: 2.4rem;
  font-weight: bold;
}
/*
 sec01
----------------------------------------------------------- */
.plan .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.plan .sec02 {
  background: var(--yellow02);
}
.plan table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.plan th {
  font-size: 1.8rem;
  padding: 17px 13px;
  background: var(--yellow);
  border: 1px solid #ccc;
  text-align: center;
}
.plan td {
  padding: 15px;
  border: 1px solid #ccc;
  line-height: 1.4;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
/*
 sec03
----------------------------------------------------------- */
.plan .sec03 {
  background: var(--yellow02);
}
.plan .table02 {
  table-layout: unset;
}
/*
 sec04
----------------------------------------------------------- */
.plan .sec04 {
  background: var(--yellow02);
}
/*
 sec05
----------------------------------------------------------- */
.plan .sec05 {
  background: var(--yellow02);
}
/*
 ここからfaq
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.faq .sec01 {
  margin-top: 75px;
}
.faq .btn01 {
  width: 100%;
}
/*
 sec02
----------------------------------------------------------- */
.faq .faq_head {
  background: var(--green05);
}
/*
 ここからstaff
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.staff .sec01 {
  margin-top: 75px;
}
.staff .name_acc {
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  background: var(--yellow02);
  font-size: 2.2rem;
  border-top: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
  margin-bottom: 15px;
}
.staff .staff_ttl {
  position: relative;
  padding: 5px 15px;
  border-radius: 10px;
  background: var(--yellow);
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.staff .staff_ttl::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--yellow) transparent transparent transparent;
}
/*
 ここからcontact
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.contact .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.contact .sec02_bg {
  background: var(--yellow02);
  padding: 45px;
}
/*
 ここからpurchase
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.purchase .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.purchase .uldot_head02_icon {
  padding-right: 15px;
}
.purchase .uldot_head02_cat {
  padding-right: 30px;
}
/*
 sec03
----------------------------------------------------------- */
.purchase .sec03 {
  background: var(--yellow02);
}
.tabs {
  margin-top: 50px;
  padding-bottom: 45px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 2px solid var(--yellow);
  background-color: var(--green05);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: var(--green);
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 45px 45px 0;
  clear: both;
  overflow: hidden;
}
#appliances:checked ~ #appliances_content,
#furniture:checked ~ #furniture_content,
#hobby:checked ~ #hobby_content,
#vehicle:checked ~ #vehicle_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: var(--yellow);
  color: #333;
}
.purchase .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.purchase .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 sec04
----------------------------------------------------------- */
.purchase .sec04_btm_area {
  background: var(--green05);
  padding: 30px;
}
.purchase .sec04_btm_area > .fbox {
  align-items: center;
}
/*
 ここからmoving
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.moving .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.moving .uldot_head02_icon {
  padding-right: 15px;
}
.moving .uldot_head02_cat {
  padding-right: 30px;
}
/*
 sec03
----------------------------------------------------------- */
.moving .sec03 {
  background: var(--yellow02);
}
.moving .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.moving .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 ここからpest
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.pest .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.pest .uldot_head02_icon {
  padding-right: 15px;
}
.pest .uldot_head02_cat {
  padding-right: 30px;
}
/*
 sec03
----------------------------------------------------------- */

/*
 sec04
----------------------------------------------------------- */
.pest .sec04 {
  background: var(--yellow02);
}
.pest .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.pest .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 ここからcleaning
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.cleaning .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.cleaning .uldot_head02_icon {
  padding-right: 15px;
}
.cleaning .uldot_head02_cat {
  padding-right: 30px;
}
/*
 sec03
----------------------------------------------------------- */
.cleaning .sec03 {
  background: var(--yellow02);
}
.cleaning .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.cleaning .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 sec04
----------------------------------------------------------- */
/*
 ここからreform
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.reform .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.reform .uldot_head02_icon {
  padding-right: 15px;
}
.reform .uldot_head02_cat {
  padding-right: 30px;
}
/*
 sec03
----------------------------------------------------------- */
.reform .sec03 {
  background: var(--yellow02);
}
.reform .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.reform .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 ここからwhereabouts
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.whereabouts .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.whereabouts .sec02 {
  background: var(--green05);
}
.whereabouts .uldot_head02_icon {
  padding-right: 15px;
}
.whereabouts .uldot_head02_cat {
  padding-right: 30px;
}
.whereabouts .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.whereabouts .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 sec05
----------------------------------------------------------- */
.whereabouts .sec05 {
  background: var(--yellow02);
}
/*
 sec06
----------------------------------------------------------- */
.whereabouts .sec06 .btm_box {
  padding: 45px;
  border: 2px solid var(--green);
}

/*
 ここからdismantling
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.dismantling .sec01 {
  margin-top: 75px;
}
/*
 sec02
----------------------------------------------------------- */
.dismantling .uldot_head02_icon {
  padding-right: 15px;
}
.dismantling .uldot_head02_cat {
  padding-right: 30px;
}
.dismantling .cmn_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  font-style: normal;
  padding: 5px 15px;
  margin-right: 15px;
  border: 1px solid var(--green);
  width: 90px;
}
.dismantling .acc_box_ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--green);
  margin-bottom: 30px;
  text-align: left;
}
/*
 sec05
----------------------------------------------------------- */
.dismantling .sec05 {
  background: var(--yellow02);
}
/*
 ここからnews
----------------------------------------------------------- */
/*
 sec01
----------------------------------------------------------- */
.news .sec01 {
  margin-top: 75px;
}
.article .article_img {
  float: left;
  padding: 0 30px 0 0;
  width: 370px;
}
.article_staff_img {
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.article_staff_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .rbn_acc_box {
  position: relative;
}
.article .rbn_acc_box:nth-child(2)::before {
  left: -15px;
}
.article .rbn_acc_box figure {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.article .rbn_acc_box .rbn_acc {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.article .rbn_acc_box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .ex_box_item {
  background: var(--yellow02);
}
/*
 ここからcontact form
----------------------------------------------------------- */
.wpcf7 {
  width: 100%;
}
.cf7_box .fbox {
  align-items: center;
}
.cf7_box .l_txt {
  width: 35%;
}
.cf7_box .r_txt {
  width: calc(65% - 30px);
}
.cf7_box .req_mark {
  display: inline-block;
  padding: 5px 15px;
  background: var(--yellow);
  color: #333;
  margin-right: 15px;
}
.cf7_box input {
  background: #fff;
  border: var(--yellow) 1px solid;
  padding: 5px 0 5px 15px;
  width: 100%;
}
.cf7_box textarea {
  background: #fff;
  width: 100%;
  border: var(--yellow) 1px solid;
  padding: 15px;
}
.cf7_box .submit_btn {
  display: flex;
  justify-content: center;
}
.cf7_box .submit_btn input {
  width: 250px;
  border: unset;
  background: var(--yellow);
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  transition: all .3s;
}
.cf7_box .submit_btn input:hover {
  opacity: 0.7;
}
.wpcf7-spinner {
  display: none;
}
/*
 pagination
----------------------------------------------------------- */
.pagination {
  text-align: center;
  padding-bottom: 60px;
}
.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color: var(--green);
  margin-right: 25px;
  font-size: 14px;
  font-weight: bold;
  border: solid 2px var(--green);
}
.nav-links a.next {
  margin-right: 0;
}
.nav-links a.page-numbers:hover {
  color: #fff;
  background-color: var(--green);
  border-color: var(--green);
}
.nav-links .current {
  background: var(--green);
  color: #fff;
  padding: 0;
}
.nav-links a.prev {
  display: block;
}
.nav-links a.prev,
.nav-links a.next {
  display: flex;
  border: solid 2px var(--green);
  color: var(--green);
  position: relative;
}
.nav-links .next::before,
.nav-links .prev::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 40px;
  background-color: var(--green05);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-links .next::before {
  left: -15px;
}
.nav-links .prev::after {
  right: -15px;
}
.nav-links .dots {
    background: transparent;
    border: none;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}

/*
 matchHeight代替
----------------------------------------------------------- */
/* CTAボタン群 */
.cta_btm_box .fbox {
    align-items: stretch;
}
.cta_tel_btn,
.cta_mail_btn,
.cta_line_btn,
.cta_web_btn {
    height: 100%;
    box-sizing: border-box;
}

/* フッター資格アイコン */
.footer .fbox_2 > li > .fbox_2 {
    align-items: stretch;
}
.footer_icon {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* フッター下部ボックス */
.footer_btm_box_area.fbox {
    align-items: stretch;
}
.footer_btm_box_area > li {
    display: flex;
}
.footer_btm_box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* sec11テキスト高さ揃え */
.index .sec11 .fbox {
    align-items: stretch;
}
.index .sec11 .fbox > li {
    display: flex;
    flex-direction: column;
}
.index .sec11 .fbox > li [data-mh="sec11"] {
    flex: 1;
}
/*
 ドロワーナビ
----------------------------------------------------------- */
.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background: #fff;
    z-index: 600;
    overflow-y: auto;
    transition: right 0.35s ease;
    padding-top: 60px;
    box-shadow: -5px 0 20px rgba(0,0,0,0.12);
}
.drawer.open {
    right: 0;
}
.drawer_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2.4rem;
    color: var(--green);
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.drawer nav ul {
    list-style: none;
}
.drawer .drawer_cta {
    border-bottom: none;
    padding: 20px;
    background: #fff;
}
.drawer .drawer_cta a {
    background: #FF4B4B;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
}
.drawer .drawer_cta a:hover {
    background: #e03e3e;
}
.drawer .drawer_cta::after {
    display: none;
}
.drawer_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 599;
}
.drawer_overlay.open {
    display: block;
}

/*
 ローディングアニメーション
----------------------------------------------------------- */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#loading.loaded {
    opacity: 0;
    visibility: hidden;
}
.loading_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.loading_logo {
    width: 180px;
}
.loading_logo img {
    width: 100%;
}
.loading_bar {
    width: 200px;
    height: 3px;
    background: var(--green05);
    border-radius: 3px;
    overflow: hidden;
}
.loading_bar span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--green);
    border-radius: 3px;
    animation: loading_progress 0.8s ease forwards;
}
@keyframes loading_progress {
    0% { width: 0; }
    100% { width: 100%; }
}