@charset "utf-8";
body,input,textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
}
.notfound-img {
  background-image: url("./404Group.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 330px;
  height: 330px;
  margin: 60px auto;
}
#toggle {
  display: none;
}
.spNavi {
  display: none;
}
.top-link-2 {
  color: #fff;
  width: 200px;
  height: 50px;
  margin: 30px auto;
  background-color: #f87128;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.top-link-2 a {
  text-decoration: none;
  color: #fff;
}
.hidden {
  display: none;
}
.toTop{
background-image: url('./img/bt_top.png');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 60px;
height: 60px;
position: fixed;
bottom: 30px;
right:30px;
z-index: 999;
}
.p-center{
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ------------------------- section
    header |
-------------------------------*/

.headerInner{
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left:0;
  z-index: 99;
  background-color: #fff;
}
.headLogo{
  width: 170px;
  height: 60px;
}
.headLogo-img{
  background-image: url('./img/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 150px;
  height: 50px;
  margin: 10px 0 0 20px;
}
.headContact{
  width: 540px;
  height: 60px;
  position: fixed;
  top:0;
  right: 0;
}
.head-tel-img-lg{
  background-image: url('./img/head_tell_new.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 480px;
  height: 60px;
  margin: 10px 40px 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  text-align: right;
  padding-right: 10px;
  font-size: 26px;
  letter-spacing: 1px;
}
.head-tel-img-lg a{
  color: #fff;
  text-decoration: none;
}
.head-tel-img{
 display: none;
}
.menu-trigger{
  display: none;
}
@media screen and (max-width: 430px) {
  .head-tel-img-lg{
    display: none;
  }
  .toTop{
    width: 50px;
    height: 50px;
    bottom: 70px;
    right:20px;

    }
  .menu-trigger{
    display: block;
    position: fixed;
    top: 0;
    right:0;
    z-index: 999;
  }
  .headerInner{
    width: 100%;
    height: 58px;
    background-color: #fff;
  }
  .headLogo{
    width: 40%;
    height: 40px;
  }
  .headLogo-img{
    width: 80%;
    height: 40px;
    margin: 12px auto 0;
  }
  .headContact{
    width: 60%;
    height: 40px;
    margin: 4px 40px 0 0;
    /* position: fixed;
    top:0;
    right: 0; */
  }
  .head-tel-img{
    display: block;
    background-image: url('./img/header_tel_sp.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 190px;
    height: 38px;
    margin: 9px auto 0;
  }
.ss-fmcall{
  opacity: 0;
}
.ss-fmcall-def{
  opacity: 0;
}
  /* ハンバーガーメニュー */
  #toggle {
    display: block;
    position: fixed;
    top: 13px;
    right: 2%;
    width: 40px;
    height: 40px;
    color: #ffa907;
    z-index: 10001;
  }

  .menu-trigger,
  .menu-trigger span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffa907;
    border: 3px solid #ffa907;
    border-radius: 50%;
  }
  .menu-trigger span {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #ffa907;
    border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffa907;
    transition: all 0.4s;
  }
  .menu-trigger.active {
    margin-top: 0px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }

  .spNavi {
    position: fixed;
    z-index: 999;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 169, 7, 0.9);
    color: #fff;
    padding-bottom: 20px;
  }

  .spNavi a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .spNavi ul {
    width: 90%;
    margin: 30px auto auto auto;
    padding: 0;
  }

  .spNavi ul li {
    font-size: 16px;
    line-height: 60px;
    list-style: none;
    text-align: center;
    font-weight: bold;
  }
  .spNavi ul li span {
    font-size: 25px;
    font-weight: bold;
    margin-right: 15px;
  }
}
  .gnavi {
    margin-top: 40px;
    background: #ffc515;
  }
  .gnavi.lock {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 9999;
  }
  .gnavi ul {
    width: 90%;
    max-width: 1040px;
    border-left: 2px solid #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  .gnavi ul li {
    width: calc(14.2% - 2px);
    border-right: 2px solid #333;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    list-style: none;
  }
  .gnavi ul li a {
    padding: 5px 0;
    display: block;
    text-align: center;
    color: #263238;
    text-decoration: none;
    transition: 0.3s;
  }
  .gnavi ul li a:hover {
    color: #fff;
    opacity: 1;
    transition: 0.3s;
  }

/* ------------------------- section
    mainV | FV
-------------------------------*/
.hidden {
  display: none;
}
.top {
  margin-top: 80px;
  padding: 0;
}
.top-area-txt {
  color: #0aa705;
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 6px;
  text-align: center;
  background-color: #fff;
}
.FV_bg {
  background-image: url("./img/FV_bg_lg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 1200px;
}
.FV_subtitle {
  color: #fff;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  font-weight: 800;
  padding-top: 20px;
  background-color: #ff7231;
  width: 750px;
  margin: 0 auto;
}
.FV_logo {
  background-image: url("./img/FV_logo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 700px;
  height: 270px;
  margin: 0 auto;
}
.FV_txt {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 3px;
  padding-top: 12px;
}
.FV_off {
  background-image: url("./img/mainFV_51off.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 800px;
  height: 200px;
  margin: 20px auto 0;
}
.FV_10 {
  background-image: url("./img/FV_10mei_sm.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 800px;
  height: 180px;
  margin: -20px auto 0;
}
.FV_campain {
  background-image: url("./img/FV_campain_sm.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 640px;
  height: 100px;
  margin: 0 auto;
}
.FV_countdown {
  width: 820px;
  height: 180px;
  margin: 10px auto 0;
}
.FV_countdown ul {
  display: flex;
  padding-left: 0;
  color: #fff;
  height: 180px;
  width: 100%;
}
.FV_countdown ul li {
  list-style: none;
  /* width: 25%; */
  height: 180px;
  font-weight: 800;
  text-align: center;
}
.FV_cd_ato {
  font-size: 30px;
  width: 30px;
  height: 60px;

  background-image: url("./img/more.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ff7231;
}
.FV_cd_jikan {
  font-size: 30px;
  width: 30px;
  height: 60px;

  background-image: url("./img/time.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ff7231;
}
.FV_cd_nichi {
  font-size: 30px;
  text-align: left;
  width: 40px;
  font-weight: 800;
  line-height: 180px;
}
.FV_cd_num {
  background-color: #4d4d4d;
  border-radius: 20px;
  font-size: 100px;
  margin: 10px;
  width: 140px;
  line-height: 180px;
}
.top-camp-limit {
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  background-color: #ff3b2f;
}
.p-topic-title {
  background-image: url("./img/p-topic-title.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 600px;
  height: 160px;
  margin: 30px auto 20px;
}
.p-topic-ul {
  display: flex;
  padding-left: 0;
  width: 1080px;
  margin: 0 auto;
}
.p-topic-ul li {
  width: 33%;
  list-style: none;
  padding: 20px;
}
.p-topic-ss {
  background-image: url("./img/p-topic-ss-lg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 280px;
  margin: 0 auto;
}
.p-topic-s {
  background-image: url("./img/p-topic-s-lg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 280px;
  margin: 0 auto;
}
.p-topic-m {
  background-image: url("./img/p-topic-m-lg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 280px;
  margin: 0 auto;
}
.price-more {
  width: 400px;
  height: 120px;
  margin: 40px auto 0;
}
.price-more:hover {
  opacity: 0.7;
}
.price-more-btn {
  background-image: url("./img/price-more.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 400px;
  height: 120px;
}
.FV_mainTELL {
  background-image: url("./img/main-tel.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 800px;
  height: 200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 130px;
}
.FV_mainTELL a{
  color: #fff;
  text-decoration: none;
}
/*
.symbol-3 {
  width: 800px;
  height: 180px;
  margin: 20px auto;
}
.symbol-3 ul {
  display: flex;
  padding-left: 0;
}
.symbol-3 ul li {
  list-style: none;
  width: 33%;
}
.symbol-img {
  width: 180px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sym_1 {
  background-image: url("./img/sym-1_sm.webp");
}
.sym_2 {
  background-image: url("./img/sym-2-sm.webp");
}
.sym_3 {
  background-image: url("./img/sym-3-sm.webp");
} */
.FV_woman_bg {
  background-image: url("./img/mainFV_middle_lg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1080px;
  height: 1190px;
  margin: 0 auto;
}
.FV_end-24h {
  width: 1080px;
  height: 100px;
  margin: 0 auto;
  background-color: #ffe7a4;
  color: #ff3b2f;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 3px;
}
.FV_end-24h ul {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  padding-left: 0;
}
.FV_end-24h ul li {
  list-style: none;
}
.h24-icon {
  background-image: url("./img/24h-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin: 10px;
}
.h24-txt {
  width: 730px;
  line-height: 100px;
}
.mainV-no1-part {
  width: 900px;
  margin: 40px auto 40px;
}
.mainV-no1-cnt {
  display: flex;
  margin-bottom: 60px;
  padding-left: 0;
}
.mainV-no1-cnt li {
  width: 33%;
  list-style: none;
  height: 200px;
}
.mainV-no1-img1 {
  background-image: url("./img/mainV-no1-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 200px;
}
.mainV-no1-img2 {
  background-image: url("./img/mainV-no1-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 200px;
}
.mainV-no1-img3 {
  background-image: url("./img/mainV-no1-3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 200px;
}
.mainV-no1-txt {
  font-weight: 800;
  text-align: right;
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 430px) {
  .top {
    margin-top: 70px;
  }
  .top-area-txt {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  .top-area-txt-sp {
    font-size: 14px;
  }
  .FV_bg {
    background-image: url("./img/FV_bg_sm.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 530px;
  }
  .FV_subtitle {
    font-size: 26px;
    padding-top: 10px;
    line-height: 31px;
    width: 350px;
    margin: 0 auto;
  }
  .FV_logo {
    width: 340px;
    height: 140px;
    margin: 0 auto;
  }
  .FV_txt {
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
    padding-top: 0;
    background-color: #ff7231;
  }
  .FV_off {
    width: 360px;
    height: 100px;
    margin: 4px auto;
  }
  .FV_10 {
    width: 340px;
    height: 80px;
    margin: -16px auto 0;
  }
  .FV_campain {
    width: 340px;
    height: 50px;
    margin: -6px auto 0;
  }
  .FV_countdown {
    width: 90%;
    height: 70px;
    margin: 10px auto 0;
  }
  .FV_countdown ul {
    display: flex;
    padding-left: 0;
    color: #fff;
    height: 70px;
  }
  .FV_countdown ul li {
    list-style: none;
    height: 70px;
    line-height: 70px;
  }
  .FV_cd_ato {
    background-image: url("./img/more.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ff7231;
    height: 60px;
    width: 22px;
  }
  .FV_cd_jikan {
    background-image: url("./img/time.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ff7231;
    height: 60px;
    width: 22px;
  }
  .FV_cd_nichi {
    font-size: 17px;
    text-align: left;
    height: 70px;
    width: 20px;
  }
  .FV_cd_num {
    background-color: #4d4d4d;
    border-radius: 10px;
    font-size: 36px;
    margin: 4px;
    width: 80px;
    height: 70px;
  }
  .top-camp-limit {
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .p-topic-title {
    width: 300px;
    height: 60px;
    margin: -10px auto 0;
  }
  .p-topic-ul {
    display: block;
    padding-left: 0;
    width: 96%;
    margin: 0 auto;
  }
  .p-topic-ul li {
    width: 90%;
    list-style: none;
    padding: 20px;
  }
  .p-topic-ss {
    background-image: url("./img/p-topic-ss.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100px;
    margin: 0 auto;
  }
  .p-topic-s {
    background-image: url("./img/p-topic-s.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100px;
    margin: 0 auto;
  }
  .p-topic-m {
    background-image: url("./img/p-topic-m.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100px;
    margin: 0 auto;
  }
  .price-more {
    width: 70%;
    height: 90px;
    margin: 10px auto;
  }
  .price-more-btn {
    background-image: url("./img/price-more.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 90px;
  }
  .FV_mainTELL {
    background-image: url("./img/main-tel-sm.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 90%;
    height: 80px;
    margin: 10px auto;
    font-size: 30px;
  }
    .FV_mainTELL span {
      opacity: 0;
    }
  /* .symbol-3 {
    width: 96%;
    height: 100px;
    margin: 20px auto;
  }
  .symbol-3 ul {
    display: flex;
    padding-left: 0;
  }
  .symbol-3 ul li {
    list-style: none;
    width: 33%;
  }
  .symbol-img {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .FV_woman_bg {
    background-image: url("./img/mainFV_middle_lg.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 98%;
    height: 450px;
    margin: 0 auto;
  }
  .FV_end-24h {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #ffe7a4;
    color: #ff3b2f;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .FV_end-24h ul {
    width: 96%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    padding-left: 0;
  }
  .FV_end-24h ul li {
    list-style: none;
  }
  .h24-icon {
    width: 30px;
    height: 30px;
    margin: 10px 5px 10px 15px;
  }
  .h24-txt {
    width: 330px;
    line-height: 50px;
  }
  .mainV-no1-part {
    width: 96%;
    margin: 20px auto 20px;
  }
  .mainV-no1-cnt {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .mainV-no1-cnt li {
    height: 110px;
  }
  .mainV-no1-img1 {
    width: 110px;
    height: 110px;
  }
  .mainV-no1-img2 {
    width: 110px;
    height: 110px;
  }
  .mainV-no1-img3 {
    width: 110px;
    height: 110px;
  }
  .mainV-no1-txt {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 4px;
  }
  .gnavi{
    display: none;
  }
}

/* ------------------------- section
    feature | 0円,365日,カードOK
-------------------------------*/
.feature {
  background-color: #8ad0a4;
  width: 100%;
  height: 280px;
}
.feature-cnt {
  display: flex;
  padding-left: 0;
  width: 900px;
  margin: 20px auto;
  padding: 20px 0 0 40px;
}
.feature-cnt li {
  list-style: none;
  width: 33%;
}
.feature-list {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .feature {
    background-color: #8ad0a4;
    width: 100%;
    height: 220px;
  }
  .feature-cnt {
    display: flex;
    padding-left: 0;
    width: 720px;
    margin: 20px auto;
    padding: 20px 0 0 40px;
  }
  .feature-cnt li {
    list-style: none;
    width: 33%;
  }
  .feature-list {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 430px) {
  .feature {
    height: 130px;
  }
  .feature-cnt {
    width: 360px;
    margin: 20px auto;
    padding: 10px 0 0 8px;
  }
  .feature-cnt li {
    list-style: none;
    width: 33%;
  }
  .feature-list {
    width: 110px;
    height: 110px;
  }
}
/* --------------------- section
      worry | こんなお悩み
-------------------------------*/
.worry {
  text-align: center;
  margin-top: 60px;
}
.worry-title {
  font-size: 32px;
  font-weight: bold;
}
.worry-title-line {
  width: 450px;
  height: 6px;
  background-color: rgb(250, 138, 97);
  margin: -12px auto 32px;
}
.worry-block {
  width: 960px;
  margin: 0 auto;
}
.worry-block-inner {
  width: 100%;
  display: flex;
  padding-left: 0;
  margin: 0;
}
.worry-block-inner li {
  list-style: none;
  margin: 10px;
}
.worry-box {
  width: 480px;
  border: 8px solid #ffd416;
  background-color: #faf0c4;
  margin: 4px auto;
  padding: 0;
}
.worry-cnt {
  display: flex;
  padding-left: 0;
  margin: 10px;
}
.worry-cnt li {
  list-style: none;
  margin: 0;
}
.worry-txt {
  width: 400px;
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  font-weight: bold;
  color: rgb(54, 54, 54);
  margin: 0 4px 0 4px;
}
.worry-txt2 {
  padding-left: 16px;
}
.worry-img {
  width: 80px;
}
.worry-icon {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .worry-block {
    width: 95%;
    margin: 0 auto;
  }
  .worry-block-inner li {
    margin: 4px;
  }
  .worry-box {
    width: 360px;
    border: 6px solid #ffd416;
  }
  .worry-cnt {
    margin: 4px;
  }
  .worry-txt {
    width: 340px;
    font-size: 20px;
    line-height: 30px;
  }
  .worry-img {
    width: 40px;
  }
  .worry-icon {
    width: 40px;
  }
}
@media screen and (max-width: 430px) {
  .worry {
    margin-top: 30px;
  }
  .worry-title {
    font-size: 22px;
  }
  .worry-title-line {
    width: 320px;
    margin: -10px auto 28px;
  }
  .worry-block {
    width: 100%;
  }
  .worry-block-inner {
    display: block;
  }
  .worry-box {
    width: 340px;
    border: 5px solid #ffd416;
  }
  .worry-cnt {
    margin: 0;
  }
  .worry-txt {
    width: 280px;
    font-size: 18px;
    line-height: 28px;
    padding-top: 4px;
  }
  .worry-txt1 {
    padding-left: 6px;
  }
  .worry-txt2 {
    padding-left: 10px;
  }
  .worry-img {
    width: 60px;
  }
  .worry-icon {
    width: 40px;
    height: 56px;
    padding-top: 1px;
  }
}

/* --------------------- section
    contact-banner | リンクボタン
-------------------------------*/
.contact-banner {
  margin: 60px auto;
  width: 90%;
  text-align: center;
}
.banner-list {
  display: flex;
  padding-left: 0;
}
.banner-list li {
  list-style: none;
  width: 50%;
}
.banner-p {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  letter-spacing: 3px;
  color: rgb(54, 54, 54);
}
.banner-btn-img {
  width: 490px;
  height: 126px;
  margin-top: 0;
}
.banner-btn-tell-img{
  background-image: url('./img/banner-tel-btn-sm.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 490px;
  height: 126px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.banner-btn-tell-img a {
  color: #fff;
  text-decoration: none;
}
.banner-line {
  width: 490px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .banner-btn-img {
    width: 100%;
    height: auto;
  }
  .banner-p {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .contact-banner {
    margin: 30px auto;
    width: 90%;
  }
  .banner-list {
    display: block;
    padding-left: 0;
  }
  .banner-list li {
    width: 90%;
    margin: 10px auto 0;
  }
  .banner-btn-img {
    width: 100%;
    height: auto;
  }
  .banner-btn-tell-img{
    background-image: url('./img/banner-tel-btn-new.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 87px;
  }
  .banner-line {
    width: 90%;
  }
  .banner-p-line {
    margin-top: -16px;
  }
  .banner-p {
    font-size: 17px;
  }
}
/* --------------------- section
  feature-2 | まるごと片付け
-------------------------------*/
.feature-2 {
  margin: 60px 0 60px 0;
  background-color: #fff6df;
  width: 100%;
  padding: 40px 0 40px 0;
}
.feature-2-title {
  width: 550px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.feature-2-title-img {
  width: 100%;
}
.feature-2-cnt-inner {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
}
.feature-2-cnt-inner li {
  list-style: none;
  width: 25%;
}
.feature-2-box {
  width: 200px;
  height: 220px;
  background-color: #fff;
  border: 8px solid #ff6900;
  margin: 8px;
}
.fea-2-p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 12px 0 12px 0;
  letter-spacing: 1px;
}
.fea-2-cnt {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.fea-2-cnt-3 {
  margin-top: -12px;
}
.fea-2-cnt-img {
  width: 100%;
}
.bg-yellow {
  background-color: #ffe365;
}
.feature-2-cnt-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .fea-2-p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0 12px 0;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 430px) {
  .feature-2-cnt-sp {
    display: block;
  }
  .feature-2 {
    margin: 30px 0 30px 0;
    background-color: #fff6df;
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .feature-2-title {
    width: 300px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .feature-2-cnt {
    display: none;
  }
  .feature-2-cnt-inner {
    display: flex;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
  }
  .feature-2-cnt-inner li {
    list-style: none;
    width: 50%;
  }
  .feature-2-box {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 6px solid #ff6900;
    margin: 8px;
  }
  .fea-2-p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 12px 0 6px 0;
    letter-spacing: 1px;
  }
  .fea-2-cnt {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .fea-2-cnt-img {
    width: 100%;
  }
  .bg-yellow {
    background-color: #ffe365;
  }
}
/* --------------------- section
        price | 料金プラン
-------------------------------*/
.price {
  background-color: #f5ea8a;
  margin: 120px 0 80px;
  position: relative;
  padding-bottom: 30px;
}
.sub-title-2 {
  position: absolute;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-size: 100px;
  color: #fea30b;
  letter-spacing: 18px;
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-2 {
  color: rgb(45, 45, 45);
  font-weight: bold;
  font-size: 32px;
  padding: 40px 0 40px 0;
  text-align: center;
  letter-spacing: 4px;
}
.price-inner {
  width: 900px;
  margin: 0 auto;
}
.pricePlan-img {
  width: 900px;
  height: auto;
  margin-bottom: 20px;
}
.plus-txt {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: rgb(65, 65, 65);
}
.price-plemium {
  width: 900px;
  height: 300px;
  border: 10px solid #faba03;
  background-color: #fff;
  margin: 30px auto;
}
.price-ple-title {
  font-size: 40px;
  margin: 24px 0 40px;
  font-weight: bold;
  color: #ec6e6e;
  text-align: center;
  letter-spacing: 3px;
}
.price-ple-inner {
  width: 80%;
  display: flex;
  margin: -30px auto 0;
  padding-left: 0;
}
.price-ple-inner li {
  list-style: none;
}
.price-ple-img {
  width: 30%;
  padding-left: 40px;
}
.price-ple-cnt {
  width: 70%;
}
.price-ple-cnt-p {
  font-size: 32px;
  font-weight: bold;
  color: #fb6402;
  margin: 4px;
  padding-left: 40px;
}
.price-ple-cnt-txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  padding-left: 40px;
  color: rgb(59, 59, 59);
  margin: 0;
}
.heart-img {
  width: 180px;
  height: 180px;
}
.premium-ex {
  width: 600px;
  margin: 0 auto;
}
.premium-ex-img {
  width: 600px;
  height: 600px;
}
.price-capm-txt {
  text-align: center;
  padding-top: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 32px;
  color: #ff3801;
}
@media screen and (max-width: 960px) {
  .price {
    margin: 80px 0 40px;
    padding-bottom: 30px;
  }
  .sub-title-2 {
    font-size: 68px;
    letter-spacing: 10px;
    top: -55px;
  }
  .price-inner {
    width: 700px;
    margin: 0 auto;
  }
  .pricePlan-img {
    width: 700px;
    height: auto;
    margin-bottom: 10px;
  }
  .price-plemium {
    width: 700px;
    height: 300px;
    margin: 20px auto;
  }
  .price-ple-inner {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .price {
    margin: 60px 0 40px;
    padding-bottom: 20px;
  }
  .sub-title-2 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-2 {
    font-size: 20px;
    margin: 10px 0 10px 0;
    padding: 20px 0 0 0;
    font-family: "Futura";
  }
  .price-capm-txt {
    text-align: center;
    padding-top: 40px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 24px;
    font-size: 16px;
  }
  .price-inner {
    width: 340px;
    margin: 0 auto;
  }
  .pricePlan-img {
    width: 340px;
    height: auto;
    margin-bottom: 4px;
  }
  .plus-txt {
    font-size: 40px;
    line-height: 40px;
  }
  .price-plemium {
    width: 330px;
    height: 260px;
    border: 6px solid #faba03;
    margin: 10px auto 20px;
  }
  .price-ple-title {
    font-size: 28px;
    margin: 12px 0 40px;
    letter-spacing: 2px;
  }
  .price-ple-inner {
    width: 96%;
  }
  .heart-img {
    width: 100px;
    height: 100px;
  }
  .price-ple-img {
    width: 30%;
    padding-left: 0;
  }
  .price-ple-cnt {
    width: 70%;
  }
  .price-ple-cnt-p {
    font-size: 24px;
    margin: -6px 4px 4px 4px;
    padding-left: 4px;
  }
  .price-ple-cnt-txt {
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
  }
  .premium-ex {
    width: 330px;
    margin: 0 auto;
  }
  .premium-ex-img {
    width: 330px;
    height: 330px;
  }
}
/* --------------------- section
        service | サービス
-------------------------------*/
.service {
  width: 100%;
  background-color: #7ecf95;
  padding: 60px 0;
  position: relative;
  margin-top: 150px;
}
.sub-title-1 {
  position: absolute;
  font-size: 100px;
  color: #fbd51d;
  letter-spacing: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  top: -85px;
  right: 40px;
}
.title-1 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin: 40px 0 80px 0;
  text-align: center;
}
.service-cnt {
  width: 90%;
  margin: 0 auto;
}
.service-inner {
  display: flex;
  padding-left: 0;
  margin: 0;
}
.service-inner li {
  list-style: none;
  width: 50%;
  padding: 20px;
}
.ser-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.service-p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 2px 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .service {
    margin-top: 100px;
    padding: 60px 0 20px;
  }
  .sub-title-1 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro";
    position: absolute;
    font-size: 68px;
    color: #fbd51d;
    letter-spacing: 10px;
    font-family: "ROBOT";
    font-weight: bold;
    top: -55px;
    right: 40px;
  }
  .title-1 {
    font-size: 28px;
    margin: 20px 0 40px 0;
  }
}
@media screen and (max-width: 430px) {
  .service {
    margin-top: 60px;
    padding: 30px 0 20px;
  }
  .sub-title-1 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro";
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-1 {
    font-size: 20px;
    margin: 10px 0;
  }
  .service-inner {
    display: block;
    padding-left: 0;
    width: 95%;
    margin: 0 auto;
  }
  .service-inner li {
    width: 100%;
    padding: 8px;
  }
  .service-p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 2px;
  }
  nav {
    padding: 0;
  }
}
/* ----------------------------- section
    price-feature | 料金プレミアムパック
-------------------------------*/
.price-feature {
  width: 100%;
}
.price-feature-inner {
  width: 75%;
  margin: 40px auto;
}
.plusprice-no-2 {
  width: 400px;
  margin: 0 auto;
}
.plusprice-no-img {
  width: 400px;
  height: auto;
}
.price-feature-inner p {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: rgb(54, 54, 54);
  text-align: center;
  letter-spacing: 2px;
}
.feature-point9 {
  width: 450px;
  margin: 40px auto;
}
.feature-point9-img {
  width: 100%;
  height: auto;
}
.cnt-1 {
  width: 80%;
  margin: 40px auto;
}
.cnt-1-img {
  width: 100%;
  height: auto;
}
.price-ex-sm {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .price-feature-inner {
    width: 85%;
    margin: 40px auto;
  }
  .plusprice-no-2 {
    width: 240px;
    margin: 0 auto;
  }
  .plusprice-no-img {
    width: 240px;
    height: auto;
  }
  .price-feature-inner p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 430px) {
  .price-feature-inner {
    width: 90%;
    margin: 20px auto;
  }
  .plusprice-no-2 {
    width: 200px;
    margin: 0 auto;
  }
  .plusprice-no-img {
    width: 200px;
    height: auto;
  }
  .price-feature-inner p {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
  .feature-point9 {
    width: 300px;
    margin: 20px auto;
  }
  .cnt-1 {
    width: 100%;
    margin: 30px auto;
  }
  .price-ex-sm {
    font-size: 14px;
  }
}
/* ------------------------ section
      flow | 回収の流れ
-------------------------------*/
.flow {
  position: relative;
  background-color: #7ecf95;
  padding: 60px 0;
  margin-top: 120px;
}
.sub-title-3 {
  position: absolute;
  font-size: 100px;
  color: #fbd51d;
  letter-spacing: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-3 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin: 40px 0 80px;
  text-align: center;
  letter-spacing: 2px;
}
.flow-box {
  width: 900px;
  margin: 0 auto;
}
.flow-box ul {
  display: flex;
  padding-left: 0;
}
.f_left {
  list-style: none;
  width: 200px;
  padding: 20px;
}
.f_right {
  list-style: none;
  width: 700px;
  padding: 20px;
}
.f_num {
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  background-color: #ffc801;
}
.flow_subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #343434;
}
.flow_line {
  width: 100%;
  margin: 4px 0 12px 0;
  border: 3px solid #ffd500;
}
.flow_p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 32px;
  color: #343434;
}
.f_img {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto 0;
}
.f_img_1 {
  background-image: url("./img/iPhone_icon.webp");
}
.f_img_2 {
  background-image: url("./img/memo-icon.webp");
}
.f_img_3 {
  background-image: url("./img/truck-icon.webp");
}
.f_img_4 {
  background-image: url("./img/cash-icon.webp");
}
@media screen and (max-width: 960px) {
  .flow {
    margin-top: 100px;
    padding: 60px 0 20px;
  }
  .sub-title-3 {
    position: absolute;
    font-size: 68px;
    letter-spacing: 10px;
    top: -55px;
    right: 40px;
  }
  .title-3 {
    font-size: 28px;
    margin: 20px 0 40px 0;
  }
  .flow-box {
    width: 780px;
    margin: 0 auto;
  }
  .flow-box ul {
    display: flex;
    padding-left: 0;
  }
  .f_left {
    list-style: none;
    width: 180px;
    padding: 20px;
  }
  .f_right {
    list-style: none;
    width: 600px;
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .flow {
    margin-top: 60px;
    padding: 30px 0 4px;
  }
  .sub-title-3 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-3 {
    font-size: 20px;
    margin: 10px 0 20px;
  }
  .flow-box {
    width: 96%;
    margin: 0 auto;
  }
  .flow-box ul {
    display: flex;
    padding-left: 0;
  }
  .f_left {
    list-style: none;
    width: 30%;
    padding: 6px;
  }
  .f_right {
    list-style: none;
    width: 70%;
    padding: 6px;
  }
  .f_num {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .flow_subtitle {
    font-size: 23px;
  }
  .flow_p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 24px;
  }
  .flow_line {
    width: 100%;
    margin: 4px 0 12px 0;
    border: 3px solid #ffd500;
  }
}
/* -------------------------- section
    clean up | 不用品回収の事例
-------------------------------*/
.cleanup {
  position: relative;
  background-color: #f4f4f4;
  padding: 60px 0;
  margin: 140px 0 80px;
}
.sub-title-4 {
  position: absolute;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-size: 100px;
  color: #a7a7a7;
  letter-spacing: 16px;
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-4 {
  color: #363636;
  font-weight: bold;
  font-size: 32px;
  margin: 40px 0 80px;
  text-align: center;
  letter-spacing: 2px;
}
.cleanup-cnt {
  width: 90%;
  margin: 0 auto;
}
.ex-bg {
  background-color: #ffedde;
  padding: 20px 0;
}
.ex-bg-inner {
  width: 280px;
  margin: 0 auto;
}
.ex-photo {
  width: 280px;
  height: 180px;
}
.ex-subtitle {
  width: 280px;
  height: 40px;
  border: 4px solid #ffbe27;
  background-color: #f9ec6d;
  color: #313131;
  font-weight: bold;
  text-align: left;
  padding-left: 12px;
  line-height: 38px;
  font-size: 18px;
}
.ex_cnt {
  width: 280px;
  height: 108px;
  background-color: #fff;
  border: 4px solid #ffbe27;
  color: #313131;
  font-weight: bold;
  text-align: left;
  padding-left: 12px;
  padding-top: 4px;
  margin-top: -4px;
  font-size: 20px;
}
.ex-cnt-area {
  height: 45px;
}
.balloon {
  position: relative;
  padding: 8px 8px 8px 10px;
  border: 4px solid #479aff;
  width: 280px;
  margin-top: 30px;
  background-color: #e7f3ff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.balloon:before {
  top: -30px;
  border-style: solid;
  border-color: transparent transparent #479aff transparent;
  border-width: 0 35px 30px 0;
}
.balloon:after {
  top: -22px;
  border-style: solid;
  border-color: transparent transparent #e7f3ff transparent;
  border-width: 0 27px 25px 0;
  z-index: 10;
}
.bal-tag {
  background-color: #479aff;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  width: 100px;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .cleanup {
    position: relative;
    background-color: #f4f4f4;
    padding: 40px 0;
    margin: 80px 0 80px;
  }
  .sub-title-4 {
    font-size: 68px;
    letter-spacing: 10px;
    top: -55px;
  }
  .title-4 {
    font-size: 32px;
    margin: 40px 0 40px;
  }
  .cleanup-cnt {
    width: 96%;
  }
  .ex-bg-inner {
    width: 210px;
    margin: 0 auto;
  }
  .ex-photo {
    width: 210px;
    height: 150px;
  }
  .ex-subtitle {
    width: 210px;
    height: 36px;
    border: 4px solid #ffbe27;
    padding-left: 10px;
    line-height: 28px;
    font-size: 15px;
  }
  .ex_cnt {
    width: 280px;
    height: 110px;
    padding-left: 12px;
    padding-top: 4px;
    margin-top: -4px;
    font-size: 16px;
  }
  .ex-cnt-area {
    height: 40px;
  }
  .balloon {
    padding: 8px 8px 8px 10px;
    border: 4px solid #479aff;
    width: 210px;
    margin-top: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) {
  .cleanup {
    padding: 30px 0;
    margin: 60px 0 60px;
  }
  .sub-title-4 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-4 {
    font-size: 20px;
    margin: 20px 0 20px;
  }
  .ex-bg-inner {
    width: 280px;
    margin: 0 auto;
  }
  .ex-photo {
    width: 280px;
    height: 180px;
  }
  .ex-subtitle {
    width: 280px;
    height: 40px;
    border: 4px solid #ffbe27;
    padding-left: 10px;
    line-height: 38px;
    font-size: 16px;
  }
  .ex-cnt {
    width: 280px;
    height: 108px;
    padding-left: 12px;
    padding-top: 4px;
    margin-top: -4px;
    font-size: 16px;
  }
  .ex-cnt-area {
    height: 40px;
  }
  .balloon {
    padding: 8px 8px 8px 10px;
    border: 4px solid #479aff;
    width: 280px;
    margin-top: 30px;
    font-size: 16px;
  }
}
/* ------------------------ section
      voice | お客様の声
-------------------------------*/
.voice {
  background-color: #f5ea8a;
  margin: 120px 0 0 0;
  position: relative;
  padding-bottom: 40px;
}
.sub-title-5 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  position: absolute;
  font-size: 100px;
  color: #fea30b;
  letter-spacing: 18px;
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-5 {
  color: rgb(45, 45, 45);
  font-weight: bold;
  font-size: 32px;
  padding: 80px 0 20px 0;
  text-align: center;
  letter-spacing: 1px;
}
.voice-inner {
  width: 90%;
  margin: 0 auto;
}
.voice-box {
  border: 6px solid #ffb15e;
  background-color: rgba(255, 248, 220, 0.826);
  padding: 0;
  margin: 12px 0;
}
.voice-cnt {
  display: flex;
  padding-left: 0;
  margin-top: 10px;
}
.voice-cnt li {
  list-style: none;
}
.voice-list-ul {
  display: flex;
  padding-left: 0;
}
.voice-list {
  width: 30%;
}
.voice-txt {
  width: 70%;
  padding: 0 20px 0;
  letter-spacing: 2px;
  color: #454545;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
.voice-people {
  width: 45%;
}
.voice-info {
  width: 55%;
}
.voice-people-inner {
  width: 100px;
  margin: 0 auto;
}
.voice-people-img {
  width: 100%;
  height: auto;
}
.voice-adress {
  font-size: 24px;
  font-weight: bold;
  color: #f09601;
  text-decoration: underline;
  letter-spacing: 2px;
}
.voice-age {
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
  line-height: 40px;
  letter-spacing: 2px;
}
.voice-tag {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  background-color: #f09601;
  text-align: center;
  letter-spacing: 2px;
}
.voice-star {
  margin: 12px 0 0 0;
}
.star-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .sub-title-5 {
    font-size: 68px;
    letter-spacing: 10px;
    top: -55px;
  }
  .voice-list {
    width: 40%;
  }
  .voice-txt {
    width: 60%;
    letter-spacing: 1px;
  }
  .voice-adress {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 430px) {
  .voice {
    margin: 40px 0 0 0;
    padding-bottom: 20px;
  }
  .sub-title-5 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-5 {
    font-size: 20px;
    margin: 10px 0 20px 0;
    padding: 30px 0 0;
  }
  .voice-cnt {
    display: block;
    padding-left: 0;
  }
  .voice-list {
    width: 100%;
  }
  .voice-txt {
    width: 95%;
    margin: 10px auto;
    padding: 0 8px 0;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 26px;
  }
  .voice-people {
    width: 35%;
  }
  .voice-info {
    width: 65%;
    padding: 0 16px 0 0;
  }
  .voice-people-inner {
    width: 80px;
    margin: 0 auto;
  }
  .voice-adress {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .voice-age {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .voice-tag {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .voice-star {
    margin: 6px 0 0 0;
  }
}
/* -------------------------- section
        Merit | 業者のメリット
-------------------------------*/
.merit {
  background-color: rgb(248, 248, 248);
  padding: 40px 0;
  text-align: center;
}
.merit-title-txt2 {
  font-size: 40px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  margin: 0 auto 50px;
  color: #333333;
}
.merit-title-m {
  background-color: #fea9a9;
  padding: 6px 8px;
}
.merit-title-d {
  background-color: #a9cbfe;
  padding: 6px 8px;
}
.merit-title-and {
  margin: 0 4px;
}
.merit-subtitle-1 {
  font-size: 32px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333333;
  background-color: #f9ac51;
  line-height: 52px;
  width: 300px;
  margin: 0 auto;
}
.merit-subtitle-2 {
  font-size: 32px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #333333;
  background-color: #95d080;
  line-height: 52px;
  width: 300px;
  margin: 0 auto;
}
.merit_cnt {
  width: 900px;
  height: 330px;
  margin: 10px auto;
}
.merit-cnt-img {
  width: 100%;
  height: auto;
}
.merit-cnt-img-sm {
  display: none;
}
@media screen and (max-width: 960px) {
  .merit_cnt {
    width: 680px;
    margin: 10px auto;
  }
  .merit-cnt-img-sm {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .merit {
    padding: 40px 0 20px;
  }
  .merit-title-txt2 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .merit-title-m {
    background-color: #fea9a9;
    padding: 4px 5px;
  }
  .merit-title-d {
    background-color: #a9cbfe;
    padding: 4px 5px;
  }
  .merit-title-and {
    margin: 0 4px;
  }
  .merit-subtitle-1 {
    font-size: 24px;
    line-height: 32px;
    width: 200px;
    margin: 0 auto 10px;
  }
  .merit-subtitle-2 {
    font-size: 24px;
    line-height: 32px;
    width: 200px;
    margin: 0 auto 10px;
  }
  .merit_cnt {
    width: 320px;
    height: 440px;
  }
  .merit-cnt-img {
    display: none;
  }
  .merit-cnt-img-sm {
    display: block;
    width: 320px;
    height: 440px;
    margin: 0 auto;
  }
}
/* --------------------------- section
        Collection | 回収品の例
-------------------------------*/
.collection {
  position: relative;
  background-color: #7ecf95;
  padding: 60px 0;
  margin-top: 120px;
}
.sub-title-9 {
  position: absolute;
  font-size: 100px;
  color: #fbd51d;
  letter-spacing: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-9 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin: 40px 0 40px 0;
  text-align: center;
}
.col-cnt {
  width: 80%;
  margin: 0 auto;
}
.col-bg {
  padding-top: 10px;
  background-color: #fff;
  text-align: center;
  width: 140px;
  border-radius: 5px;
  margin: 8px 0;
}
.col-p {
  font-weight: bold;
  color: #434343;
  line-height: 40px;
}
.col-txt-end {
  font-weight: bold;
  color: #fff;
  padding-top: 30px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}
.col-middle {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
}
.col-subtitle {
  font-weight: bold;
  font-size: 23px;
  line-height: 40px;
  background-color: #f7e06d;
  padding: 0 10px;
  color: #333333;
  text-align: center;
}
.col-middle-txt {
  text-align: left;
  line-height: 30px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #4b4b4b;
}
.col-middle-cnt {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .collection {
    padding: 30px 0;
    margin-top: 100px;
  }
  .sub-title-9 {
    font-size: 80px;
    top: -65px;
    right: 30px;
  }
  .col-cnt {
    width: 90%;
    margin: 0 auto;
  }
  .col-bg {
    padding-top: 10px;
    width: 110px;
    border-radius: 5px;
    margin: 8px 0;
  }
  .col-p-sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .collection {
    padding: 30px 0;
    margin-top: 60px;
  }
  .sub-title-9 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-9 {
    font-size: 28px;
    margin: 20px 0 20px 0;
  }
  .col-bg {
    width: 100px;
    margin: 8px 0;
  }
  .col-txt-end {
    padding-top: 20px;
    font-size: 20px;
  }
  .col-subtitle {
    font-size: 20px;
    line-height: 36px;
    padding: 0 10px;
  }
  .col-middle-txt {
    text-align: left;
    line-height: 30px;
    font-size: 17px;
  }
}
/* --------------------- section
         Area | 対応エリア
-------------------------------*/
.area {
  margin: 60px auto;
}
.area-top-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #ffdc2c;
  padding: 10px 0;
  width: 600px;
  margin: 40px auto 20px;
  letter-spacing: 2px;
}
.area-top-img {
  width: 600px;
  height: 770px;
  margin: 20px auto;
}
.area-img {
  width: 100%;
}

.area-table {
  width: 800px;
  text-align: left;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.area-table td {
  width: 220px;
  line-height: 40px;
}
.area-table-kanagawa td {
  width: 266px;
}
.txtdec-none {
  color: #313131;
}
@media screen and (max-width: 960px) {
  .area-table {
    width: 700px;
    margin: 30px auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .area {
    margin: 20px auto 40px;
  }
  /* .area-inner {
    width: 95%;
    margin: 0 auto;
  } */
  .area-top-title {
    font-size: 23px;
    padding: 10px 0;
    width: 260px;
    margin: 0 auto 0;
  }

  .area-top-img {
    width: 340px;
    height: 430px;
    margin: 10px auto;
  }
  /* table {
    margin-left: 20px;
  } */
  .area-title {
    font-size: 20px;
  }
  .accordion-body {
    padding: 0;
  }
  .area-table {
    width: 320px;
    text-align: left;
    margin: 0 auto 10px;
    font-size: 15px;
    padding-left: 0;
  }
  .area-table-kanagawa {
    width: 340px;
    text-align: left;
    margin: 10px auto;
    font-size: 14px;
    padding-left: 0;
    font-weight: bold;
    color: #333333;
  }
  .area-table-kanagawa td {
    width: 110px;
  }
  .area-table td {
    width: 80px;
    line-height: 24px;
  }
  .txt-14 {
    font-size: 14px;
  }
}
/* --------------------- section
    feature-illust | 何でも回収します
-------------------------------*/
.feature-illust {
  width: 80%;
  margin: 40px auto;
}
/* --------------------- section
      glossay | 用語の説明
-------------------------------*/
.glossary {
  background-color: #f5ea8a;
  margin: 120px 0 40px;
  position: relative;
  padding-bottom: 30px;
}
.sub-title-10 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  position: absolute;
  font-size: 100px;
  color: #fea30b;
  letter-spacing: 18px;
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-10 {
  color: rgb(45, 45, 45);
  font-weight: bold;
  font-size: 32px;
  padding: 80px 0 40px 0;
  text-align: center;
  letter-spacing: 2px;
}

.glossary-cnt {
  margin-bottom: 120px;
}
.readmore-wrap {
  position: relative;
}
.readmore-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 160px;
  margin: 0 auto;
  padding: 5px;
  background-color: #5eb368c8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 15px;
}
.readmore-text {
  position: relative;
  overflow: hidden;
  height: 25px;
}
.glo-txt-com {
  font-weight: bold;
  color: #303030;
  font-size: 17px;
  line-height: 38px;
}
.readmore-check {
  display: none;
}
.readmore-check:checked + .readmore-btn {
  display: none;
}
.readmore-check:checked ~ .readmore-text {
  height: auto;
}
.readmore-wrap2 {
  position: relative;
}
.readmore-btn2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 160px;
  margin: 0 auto;
  padding: 5px;
  background-color: #5eb368c8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 15px;
}
.readmore-text2 {
  position: relative;
  overflow: hidden;
  height: 25px;
}
.readmore-check2 {
  display: none;
}
.readmore-check2:checked + .readmore-btn2 {
  display: none;
}
.readmore-check2:checked ~ .readmore-text2 {
  height: auto;
}
.readmore-wrap3 {
  position: relative;
}
.readmore-btn3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 160px;
  margin: 0 auto;
  padding: 5px;
  background-color: #5eb368c8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 15px;
}
.readmore-text3 {
  position: relative;
  overflow: hidden;
  height: 25px;
}
.readmore-check3 {
  display: none;
}
.readmore-check3:checked + .readmore-btn3 {
  display: none;
}
.readmore-check3:checked ~ .readmore-text3 {
  height: auto;
}
.readmore-wrap4 {
  position: relative;
}
.readmore-btn4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 160px;
  margin: 0 auto;
  padding: 5px;
  background-color: #5eb368c8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 15px;
}
.readmore-text4 {
  position: relative;
  overflow: hidden;
  height: 25px;
}
.readmore-check4 {
  display: none;
}
.readmore-check4:checked + .readmore-btn4 {
  display: none;
}
.readmore-check4:checked ~ .readmore-text4 {
  height: auto;
}
.glossary-subtitile {
  width: 70%;
  background-color: #fea30b;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.glo-cnt-txt {
  width: 70%;
  text-align: left;
  margin: 20px auto;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .sub-title-10 {
    font-size: 80px;
    top: -65px;
    right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .glossary {
    margin: 60px 0 40px;
    padding-bottom: 4px;
  }
  .sub-title-10 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-10 {
    font-size: 20px;
    margin: 10px 0 20px 0;
    padding: 30px 0 0;
  }
  .glossary-subtitile {
    width: 90%;
    line-height: 44px;
    font-size: 20px;
    margin: 0 auto;
  }
  .glossary-cnt {
    margin-bottom: 100px;
  }
  .glo-cnt-txt {
    width: 88%;
    text-align: left;
    margin: 20px auto;
    line-height: 28px;
  }
  .readmore-btn1 .readmore-btn2 .readmore-btn3.readmore-btn4 {
    bottom: -50px;
    width: 140px;
    padding: 5px;
    font-size: 13px;
    border-radius: 10px;
  }
}
/* --------------------- section
      about | 会社概要
-------------------------------*/
.about {
  background-color: #96cba5;
  margin: 120px 0 0 0;
  position: relative;
  padding-bottom: 30px;
  color: #272727;
}
.sub-title-6 {
  position: absolute;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro";
  font-size: 100px;
  color: #fbd51d;
  letter-spacing: 14px;
  font-weight: bold;
  top: -75px;
  right: 40px;
}
.title-6 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin: 40px 0 0 0;
  padding: 100px 0 40px 0;
  text-align: center;
  letter-spacing: 2px;
}
.about-table {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}
.about-table tr {
  margin-bottom: 10px;
}
.td-left {
  width: 270px;
}
.td-right {
  width: 630px;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  .sub-title-6 {
    font-size: 68px;
    letter-spacing: 10px;
    top: -55px;
  }
  .about-table {
    width: 700px;
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .about {
    padding-bottom: 20px;
    margin: 60px 0 0 0;
  }
  .sub-title-6 {
    font-size: 40px;
    letter-spacing: 5px;
    top: -33px;
    right: 20px;
  }
  .title-6 {
    font-size: 24px;
    margin: 20px 0 20px 0;
    padding: 40px 0 0 0;
  }
  .about-table {
    width: 340px;
    font-size: 13px;
    line-height: 20px;
  }
  .about-table table {
    margin-left: 0;
  }
  .about-tr {
    margin-bottom: 40px;
  }
  .td-left {
    width: 100px;
  }
  .td-right {
    width: 240px;
  }
}
/* --------------------- section
      sitemap | サイトマップ
-------------------------------*/
.sitemap {
  background-color: #e9e9e9;
  margin: 0;
  padding: 40px 0;
}
.sitemap-inner {
  display: flex;
  width: 95%;
  margin: 0 auto;
  padding-left: 0;
}
.sitemap-inner li {
  list-style: none;
  width: 25%;
}
.sitemap-txt {
  font-size: 12px;
}
.sitemap-logo {
  font-size: 60px;
  font-weight: bold;
  color: #494949;
  margin-top: -15px;
}
.sitemap-list a {
  color: #272727;
  text-decoration: none;
}
.sitemap-list-txt {
  color: #272727;
  font-weight: bold;
  line-height: 40px;
  font-size: 18px;
}
.sitemap-list-txt-sm {
  color: #272727;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
  padding-left: 20px;
}
.copyrights {
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 960px) {
  .sitemap-list {
    padding-left: 40px;
  }
}
@media screen and (max-width: 430px) {
  .sitemap {
    padding: 20px 0 100px;
  }
  .sitemap-inner {
    width: 97%;
    margin: 0 auto;
  }
  .sitemap-logo-part {
    display: none;
  }
  .sitemap-inner li {
    width: 33%;
  }
  .sitemap-list {
    padding-left: 10px;
  }
  .sitemap-list-txt {
    line-height: 30px;
    font-size: 13px;
  }
  .sitemap-list-txt-sm {
    line-height: 16px;
    font-size: 11px;
    padding-left: 10px;
  }
  .copyrights {
    font-size: 10px;
    line-height: 30px;
  }
}
/* --------------------- footer
      footer | フッター
-------------------------------*/

@media screen and (min-width: 560px) {
  .footer-part,
  .footer-part-bg {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .footer-part,
  .footer-part-bg {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
    height: 80px;
    padding-top: 5px;
  }
  .footer-cnt-ul {
    position: relative;
  }
  .footer-cnt-div {
    margin: 0 auto;
    width: 96%;
  }
  .footer-cnt {
    display: flex;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    z-index: 999;
  }
  .footer-cnt li {
    list-style: none;
  }
  .footer-left {
    width: 60%;
  }
  .footer-right {
    width: 40%;
  }
  .footer-cnt a {
    text-decoration: none;
  }
  .line-btn-new {
    background-image: url(img/f_lineBtn.webp);
    height: 70px;
  }

  .line-btn-new,
  .mail-btn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    width: 96%;
    height: 70px;
  }

  /* .mail-btn {
    background-image: url(./img/Mail-btn.webp);
    height: 82px;
  } */
  .mail-btn {
    background-image: url("./img/FORM_Btn_sm.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 96%;
    height: 70px;
  }
  .phone-btn {
    background-image: url("img/TELL_Btb_new_sm.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 96%;
    height: 70px;
  }
}
@media (min-width: 560px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
.article-part {
  background-color: #eaeaea;
  padding: 20px 0;
  width: 100%;
}
.swipper-sm {
  display: none;
}
.swiper {
  width: 900px;
  height: 370px;
}
.swiper-title {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 4px;
  padding: 20px 0;
}
.swipper-lg-ul {
  width: 95%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  padding-left: 0;
}
.swipper-lg-ul li {
  list-style: none;
  width: 33%;
  height: 300px;
  /* border: 1px solid gray; */
}
.swipper-lg-ul li a {
  color: #272727;
  text-decoration: none;
}
.swipper-lg-card {
  background-color: #ffffff;
  width: 260px;
  height: 280px;
  margin: 10px auto;
  box-shadow: 5px 5px 5px rgb(182, 182, 182);
  text-align: center;
}

.art-img-1 {
  background-image: url("./img/art-img1.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 170px;
}
.art-img-2 {
  background-image: url("./img/art-img2.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 170px;
}
.art-img-3 {
  background-image: url("./img/art-img2.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 170px;
}
.art-title {
  padding: 10px 6px;
  font-size: 16px;
  font-weight: 600;
}

.swiper-slide a {
  color: #272727;
  text-decoration: none;
}
.swiper-slide-inner {
  width: 250px;
  height: 250px;
  /* border: 2px solid gray; */
  background-color: #ffffff;
  margin: 20px auto;
  text-align: center;
}
.swiper-button-prev {
  color: #272727;
}
.swiper-button-next {
  color: #272727;
}
.article-more {
  width: 100%;
  height: 80px;
}
.article-more a {
  color: #272727;
  text-decoration: none;
}
.article-more-btn {
  width: 300px;
  height: 60px;
  margin: 20px auto;
  background-color: #f7e06d;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 30px;
  border: 6px solid #fcb81a;
  cursor: pointer;
}
.article-more-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .swipper-lg-card {
    background-color: #ffffff;
    width: 240px;
    height: 280px;
    margin: 10px auto;
    box-shadow: 5px 5px 5px rgb(182, 182, 182);
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .swipper-lg {
    display: none;
  }
  .swipper-sm {
    display: block;
  }

  .swiper-title {
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 20px 0 10px 0;
  }
  .swiper {
    width: 100%;
    height: 320px;
  }
  .swiper-wrapper {
    height: 300px;
  }
  .swiper-slide-inner {
    width: 280px;
    height: 260px;
    /* border: 2px solid gray; */
    background-color: #f6f6f6;
    margin: 10px auto;
    text-align: center;
    box-shadow: 5px 5px 5px rgb(182, 182, 182);
  }
  .art-img-1 {
    background-image: url("./img/art-img2.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
  }
  .art-img-2 {
    background-image: url("./img/art-img1.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
  }
  .art-img-3 {
    background-image: url("./img/art-img2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
  }
  .art-title {
    padding: 10px 6px;
    font-size: 16px;
    font-weight: 800;
  }
  .article-more-btn {
    width: 220px;
    height: 40px;
    margin: 20px auto;
    line-height: 33px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 20px;
    border: 4px solid #fcb81a;
  }
  .article-more {
    width: 100%;
    height: 50px;
  }
}
.accordion {
  margin-top: 10px;
}

.accordion__container {
  width: 800px;
  margin: 0 auto;
}

.accordion__title {
  background-color: #f5a401;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 600;
  padding: 0.5em 0.4em 0.5em 1.2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  letter-spacing: 2px;
}

.accordion__title::before,
.accordion__title::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #4aab45;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.accordion__content.is-open {
  /* border: 1px solid #00aaa7; */
  padding: 0.625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 430px) {
  .accordion__container {
    width: 95%;
    margin: 0 auto;
  }
}
