@charset "UTF-8";
/*================================
* フォントサイズ
=================================*/
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
body {
  background: #FFE6D4;
}

/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
.c-org {
  color: var(--main-org);
}

/*--------------------------------------------------------------
# BACK GROUND
--------------------------------------------------------------*/
.bg-org {
  background-color: #FFCBA5;
}

.bg-l_org {
  background-color: #FFE6D4;
}

.bg-grad {
  background: #E33C0B;
  background: linear-gradient(0deg, rgb(227, 60, 11) 0%, rgb(240, 109, 0) 100%);
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
/*-------------------------------------
* COMMON
*--------------------------------------*/
.pt00 {
  padding-top: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pt20 {
  padding-top: 20px !important;
}

.t-center {
  text-align: center;
}

.m-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 760px) {
  .m-flex_sp {
    display: block;
  }
}
.m-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 2% 110px;
}

@media (max-width: 820px) {
  .m-inner {
    padding: 50px 5% 65px;
  }
}
@media (max-width: 599px) {
  .m-inner {
    padding: 40px 4% 45px;
  }
}
.m-inner_m {
  max-width: 870px;
  margin: 0 auto;
  padding: 80px 2% 110px;
}

@media (max-width: 820px) {
  .m-inner_m {
    padding: 50px 5% 65px;
  }
}
@media (max-width: 599px) {
  .m-inner_m {
    padding: 40px 4% 45px;
  }
}
.m-inner_l {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 2% 110px;
}

@media (max-width: 820px) {
  .m-inner_l {
    padding: 50px 5% 65px;
  }
}
@media (max-width: 599px) {
  .m-inner_l {
    padding: 40px 4% 45px;
  }
}
.m-posi {
  position: relative;
  padding-top: 300px;
  padding-top: clamp(117px, 37.9069767442vw - 20px, 306px);
}

.logo-mark {
  width: 64px;
  width: clamp(25px, 8.5333333333vw, 64px);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.m-ttl {
  font-size: 50px;
  font-size: clamp(30px, 3.676vw, 50px);
  font-weight: 700;
  color: #E33C0B;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .m-ttl {
    margin-bottom: 15px;
  }
}
.m-ttl > img {
  max-width: 780px;
  width: 100%;
}

.m-ttl span {
  display: inline-block;
  position: relative;
}

.m-ttl span::before, .m-ttl span::after {
  content: "";
  display: inline-block;
  background-size: contain;
  border-top: 3px dotted #E33C0B;
  width: 60px;
  width: clamp(30px, 8vw, 60px);
  height: 6.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.m-ttl span::before {
  left: calc(100% + 30px);
}

.m-ttl span::after {
  right: calc(100% + 30px);
}

.m-ttl_img {
  padding: 80px 0 30px;
}

.m-ttl_img img {
  display: block;
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}

.m-ttl_img--sub {
  font-size: 29px;
  font-size: clamp(20px, 3.718vw, 29px);
  font-weight: 700;
  background: #E33C0B;
  text-align: center;
  color: #fff;
  max-width: 860px;
  margin: 0 auto;
  padding: 5px;
}

.m-ttl-2 {
  font-size: 30px;
  font-size: clamp(18px, 2.206vw, 30px);
  font-weight: 700;
  color: #5A2C14;
  text-align: center;
  margin-bottom: 10px;
}

.m-ttl_gr {
  color: #56BC00;
}

.m-ttl_gr span::before {
  background: url(../img/m-ttl_icon-gr.svg) no-repeat 50% 50%/100%;
  background-size: contain;
}

.m-text {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.m-text-org {
  color: #fff;
  background: #FF9100;
}

.m-text-gr {
  color: #01B11E;
  background: #FFE743;
}

.m-acc--btn.open::after {
  transform: rotate(180deg) translateY(50%);
}

.m-acc--content {
  display: none;
}

.m-box {
  color: #fff;
  background: #592E15;
  padding: 40px;
  align-items: center;
  border-radius: 20px;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .m-box {
    border-radius: 10px;
  }
}

.m-box_ttl {
  font-size: 29px;
  font-size: clamp(20px, 3.718vw, 29px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.m-box_txt {
  font-size: 20px;
  font-size: clamp(12px, 2.564vw, 20px);
}

.m-box_txt em {
  font-weight: 700;
}

@media (max-width: 599px) {
  .m-box {
    border-width: 5px;
    padding: 15px 10px;
  }
  .m-ttl_img {
    padding: 40px 2% 15px;
  }
  .m-ttl_img--sub {
    margin: 0 4%;
    padding: 3px;
  }
}
/*--Contents-------------------*/
.message {
  padding: 0 4% 40px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 599px) {
  .message {
    padding: 0 4% 20px;
  }
}
.message-inner {
  border-radius: 20px 20px 0 0;
  padding: 40px !important;
  box-shadow: 0 0 10px rgba(255, 54, 0, 0.5);
}
@media (max-width: 599px) {
  .message-inner {
    padding: 20px !important;
  }
}
.message-ttl {
  font-size: 20px;
  font-size: clamp(20px, 5.2631578947vw, 40px);
  font-weight: 700;
  text-align: center;
  color: #E33C0B;
}
.message-text {
  font-size: 12px;
  font-size: clamp(12px, 3.1578947368vw, 24px);
  margin: 30px 0;
}
@media (max-width: 599px) {
  .message-text {
    font-size: 14px;
    margin: 15px 0;
  }
}
.message-text em {
  font-weight: 700;
}
.message-staff {
  text-align: right;
}
.message-staff img {
  display: inline-block;
  padding-left: 1rem;
}
@media (max-width: 599px) {
  .message-staff img {
    max-width: 50px;
  }
}
.message-img_01 {
  display: block;
  margin: 0 auto;
}

/*--Googleクチコミ-------------------*/
.voice-review {
  box-shadow: 0 5px 10px rgba(255, 54, 0, 0.3);
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 40px 4%;
}
.voice-review_ttl {
  text-align: center;
  margin-bottom: 10px;
}
.voice-review_ttl img {
  display: block;
  width: clamp(315px, 80.7692307692vw, 600px);
  margin: 0 auto;
}
.voice-review_ttl--sub {
  font-size: 10px;
  font-size: clamp(10px, 2.6315789474vw, 20px);
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #E8F0FE;
  margin-bottom: 10px;
  padding: 5px 10px;
}
@media (max-width: 599px) {
  .voice-review_ttl--sub {
    font-size: 19px;
  }
}
.voice-review_ttl--sub > img {
  width: clamp(90px, 13.2352941176vw, 180px);
  margin: 0 10px 3px 5px;
}
.voice-review_list {
  border-top: 1px solid #B8B8B8;
  gap: 2%;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .voice-review_list {
    display: block;
  }
}
.voice-review_list--item {
  color: #222;
  flex-basis: 48%;
  border-bottom: 1px solid #B8B8B8;
  padding: 20px 0;
}
.voice-review_list--head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.voice-review_list--name {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 599px) {
  .voice-review_list--name {
    font-size: 14px;
  }
}
.voice-review_list--star {
  display: inline-block;
  vertical-align: baseline;
  margin-left: auto;
}
@media (max-width: 599px) {
  .voice-review_list--star {
    max-width: 70px;
  }
}
.voice-review_list--comment {
  font-size: 16px;
}
@media (max-width: 599px) {
  .voice-review_list--comment {
    font-size: 14px;
  }
}

/*--kakaku-------------------*/
.kakaku-ttl {
  text-align: center;
  margin: 0 -4% 40px;
}
@media (max-width: 599px) {
  .kakaku-ttl {
    margin: 0 -4% 20px;
  }
}
.kakaku-ttl > img {
  max-width: 780px;
  width: 100%;
}
.kakaku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.kakaku-list--item {
  flex-basis: 30%;
}
@media (max-width: 599px) {
  .kakaku-list--item {
    flex-basis: 48%;
  }
}
.kakaku-list--name {
  font-size: 8px;
  font-size: clamp(8px, 2.1052631579vw, 16px);
  text-align: center;
  margin: 6px 0 4px;
}
@media (max-width: 599px) {
  .kakaku-list--name {
    font-size: 10px;
    margin: 6px 0 4px;
  }
}
.kakaku-list--amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-size: clamp(14px, 3.6842105263vw, 28px);
  font-weight: 700;
  color: #E33C0B;
  margin: 0 0 3px;
}
@media (max-width: 599px) {
  .kakaku-list--amount {
    font-size: 21px;
  }
}
.kakaku-list--amount small {
  font-size: 70%;
}
.kakaku-list--amount-2 {
  display: block;
  text-align: center;
}
.kakaku-list--amount-2 .kakaku-list--tag {
  width: 100%;
}
.kakaku-list--tag {
  display: inline-block;
  font-size: 8px;
  font-size: clamp(8px, 2.1052631579vw, 16px);
  color: #fff;
  text-align: center;
  background: #E33C0B;
  border-radius: 5px;
  padding: 3px 10px;
}
@media (max-width: 599px) {
  .kakaku-list--tag {
    font-size: 10px;
    padding: 1px 6px;
  }
}
.kakaku-list--sale {
  font-size: 10px;
  font-size: clamp(10px, 2.6315789474vw, 20px);
  font-weight: 700;
  color: #E33C0B;
  border: 1px solid #E33C0B;
  text-align: center;
}
@media (max-width: 599px) {
  .kakaku-list--sale {
    font-size: 13px;
  }
}
.kakaku-list--note {
  font-size: 8px;
  font-size: clamp(8px, 2.1052631579vw, 16px);
  text-align: center;
}
@media (max-width: 599px) {
  .kakaku-list--note {
    font-size: 10px;
  }
}

.review-inner {
  max-width: 1080px;
}

.review-list {
  gap: 1rem;
  margin-bottom: 40px;
}

.review-list--item {
  flex-basis: 50%;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 0 10px 10px 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.review-list--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  padding-right: 10px;
}

.review-list img {
  width: clamp(110px, 16.1764705882vw, 220px);
}

@media (max-width: 599px) {
  .review-list {
    display: block;
    margin-top: -15px;
  }
  .review-list--item {
    margin-top: 15px;
  }
}
.item .m-ttl_img::before {
  left: 51%;
}

/**-----bulky----------------------*/
.bulky {
  border-radius: 30px 30px 0 0;
}
.bulky-head {
  font-size: clamp(18px, 3.718vw, 29px);
  font-weight: 700;
  background: #e33d0b;
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 599px) {
  .bulky-head {
    border-radius: 5px 5px 0 0;
  }
}

.bulky-img {
  display: block;
  margin: 0 auto 15px;
}

.bulky-list {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .bulky-list {
    margin-bottom: 20px;
    gap: 10px 5%;
  }
}

.bulky-list--item {
  flex-basis: 18%;
  text-align: center;
  background: #FFE6D4;
  border-radius: 10px;
  padding: 20px 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  .bulky-list--item {
    flex-basis: 30%;
  }
}

.bulky-list--item > p {
  font-size: 12px;
  font-size: clamp(12px, 3.1578947368vw, 24px);
  font-weight: 700;
  color: #E33C0B;
  padding: 10px;
}
@media (max-width: 599px) {
  .bulky-list--item > p {
    font-size: 14px;
    padding: 5px;
  }
}

.bulky-text {
  font-size: 20px;
  font-size: clamp(12px, 1.471vw, 20px);
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.bulky-text em {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  color: #E33C0B;
}

@media (max-width: 599px) {
  .bulky .m-inner_l {
    padding-bottom: 20px;
  }
  .bulky-list--item > img {
    max-height: 70px;
  }
  .bulky-text {
    margin-bottom: 20px;
  }
}
/**-----point----------------------*/
.point-list {
  counter-reset: num;
  flex-wrap: wrap;
  gap: 1%;
}
@media (max-width: 760px) {
  .point-list .point-list--item {
    flex-basis: 100%;
  }
}
.point-list--item {
  counter-increment: num;
  flex-basis: 48%;
  margin-top: 40px;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 599px) {
  .point-list--item {
    margin-top: 20px;
  }
}
.point-list--item > span {
  display: block;
  font-size: 11px;
  font-size: clamp(11px, 2.8947368421vw, 22px);
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: clamp(62px, 16.5333333333vw, 122px);
  padding: 10px;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media (max-width: 599px) {
  .point-list--item > span {
    border-radius: 5px;
  }
}
.point-list--item > span em {
  font-size: 20px;
  font-size: clamp(20px, 5.2631578947vw, 40px);
  font-weight: 700;
}
.point-list--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  text-align: center;
  padding: 5px 0 10px;
}
@media (max-width: 599px) {
  .point-list--text {
    padding-top: 7px;
  }
}
.point-list--t_box {
  text-align: center;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
@media (max-width: 599px) {
  .point-list--t_box {
    border-radius: 0 10px 10px 10px;
  }
}
.point-list--ttl {
  font-size: 28px;
  font-size: clamp(20px, 3.58vw, 28px);
  font-weight: 700;
  color: #E33C0B;
  text-align: center;
}

/**-----guarantee----------------------*/
.guarantee {
  border-radius: 20px;
}
@media (max-width: 599px) {
  .guarantee {
    border-radius: 10px;
  }
}
.guarantee-head {
  font-size: clamp(18px, 3.718vw, 29px);
  font-weight: 700;
  background: #592E15;
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 599px) {
  .guarantee-head {
    border-radius: 10px 10px 0 0;
    margin: 0 4%;
  }
}

.guarantee-list {
  margin: 0 auto;
  max-width: 700px;
  background: #fff;
  padding: 10px 30px 30px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 10px rgba(255, 54, 0, 0.5);
}
@media (max-width: 599px) {
  .guarantee-list {
    padding: 5px 15px 15px 10px;
  }
}

.guarantee-list--item {
  font-size: 30px;
  font-size: clamp(18px, 2.206vw, 30px);
  font-weight: 700;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.guarantee-list--item::before {
  content: "";
  display: inline-block;
  background: url(../img/ico-check_red.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 40px;
  height: 34px;
}

.guarantee-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.guarantee-box--item {
  flex-basis: 49%;
  background: #FFE6D4;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 54, 0, 0.5);
  padding: 20px;
}

.guarantee-box--ttl {
  font-size: 28px;
  font-size: clamp(20px, 3.58vw, 28px);
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.guarantee-box--in {
  align-items: center;
  gap: 1%;
}

.guarantee-box--in figure {
  flex: 1 0 30%;
}
.guarantee-box--in figure img {
  display: block;
  width: 100%;
}

.guarantee-box--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
}

@media (max-width: 599px) {
  .guarantee-box {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .guarantee-list--item {
    margin-top: 10px;
  }
  .guarantee-list--item::before {
    width: 20px;
    height: 17px;
  }
}
/**-----example----------------------*/
.example-list {
  justify-content: center;
  align-items: center;
  gap: 2%;
  flex-wrap: wrap;
}

.example-list--item {
  flex-basis: 23%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.example-list--item > p {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  font-weight: 700;
  color: #fff;
  background: #E33C0B;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  margin: 0 -10px 10px -10px;
}

.example-list--ttl {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  text-align: center;
  color: #FF7100;
  margin-top: 10px;
}

@media (max-width: 599px) {
  .example-list {
    gap: 20px 2%;
  }
  .example-list--item {
    flex-basis: 48%;
  }
  .example-list--item > img {
    max-width: 100px;
  }
}
/**-----case----------------------*/
.case {
  border-radius: 30px;
}

.case-inner {
  max-width: 1200px;
}

.case-list {
  flex-wrap: wrap;
  gap: 2%;
}

.case-list--item {
  flex-basis: 48%;
  margin-top: 3%;
}

.case-list--ttl {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #592E15;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 20px 20px 0 0;
}

.case-list--img {
  gap: 2%;
}

.case-list--img > figure {
  flex-basis: 48%;
  position: relative;
}

.case-list--img > figure::before {
  display: block;
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 8px;
  width: 136px;
  position: absolute;
  left: 0;
  top: 0;
}

.case-list--img > figure img {
  width: 100%;
  aspect-ratio: 1/1;
}

.case-list--before::before {
  content: "BEFORE";
  background: #592E15;
}

.case-list--after::before {
  content: "AFTER";
  background: #E33C0B;
}

.case-list--text {
  font-size: 18px;
  font-size: clamp(11px, 1.324vw, 18px);
  margin-top: 15px;
  justify-content: flex-start;
  gap: 8%;
}

.case-list--text p span {
  display: inline-block;
  color: #fff;
  background: #E33C0B;
  border-radius: 30px;
  line-height: 1;
  text-align: center;
  padding: 5px 10px;
  margin-right: 0.5em;
  min-width: 92px;
}

.case-list--voice {
  font-size: 22px;
  font-size: clamp(13px, 1.618vw, 22px);
  border-radius: 20px;
  padding: 30px 30px 30px 23%;
  margin-top: 15px;
  position: relative;
  background: #FFE6D4;
  box-shadow: 0 0 10px rgba(255, 54, 0, 0.5);
}

.case-list--voice::before {
  content: "";
  display: inline-block;
  background: url(../img/ico-people.svg) no-repeat 50% 50%;
  background-size: contain;
  width: clamp(45px, 6.25vw, 85px);
  height: clamp(45px, 6.25vw, 85px);
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 820px) {
  .case-list {
    display: block;
  }
}
@media (max-width: 599px) {
  .case-list--ttl {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 6px;
    border-radius: 10px 10px 0 0;
  }
  .case-list--img > figure::before {
    width: 68px;
  }
  .case-list--text {
    font-size: 12px;
  }
  .case-list--text p span {
    min-width: 63px;
  }
  .case-list--voice {
    font-size: 14px;
    padding: 20px 15px 20px 20%;
    border-radius: 10px;
  }
  .case-list--item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
/**-----media----------------------*/
.media-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.media-inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.media-inner iframe {
  width: 100%;
  height: 100%;
}
.media-text {
  font-size: 13px;
  font-size: clamp(13px, 3.4210526316vw, 26px);
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .media-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.media-text em {
  font-weight: 700;
  color: #E33C0B;
}

/**-----flow----------------------*/
.flow {
  border-radius: 30px;
}

.flow-box {
  background: #FFE6D4;
  border-radius: 20px;
  padding: 40px 40px 40px 65px;
}

.flow-list {
  counter-reset: flow_num 0;
  position: relative;
}

.flow-list--item {
  align-items: center;
  padding: 0 0 50px 40px;
  position: relative;
}

.flow-list--item::before {
  counter-increment: flow_num;
  content: counter(flow_num);
  font-size: 40px;
  font-size: clamp(24px, 2.941vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #E33C0B;
  border: 1px solid #E33C0B;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: absolute;
  left: -30.5px;
  top: -5px;
  z-index: 20;
}

.flow-list--item::after {
  content: "";
  display: block;
  border-left: 2px dotted #323232;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.flow-list--item:last-of-type {
  padding-bottom: 20px;
}

.flow-list--item:last-of-type::after {
  border: none;
}

.flow-list--l_wrap {
  flex-basis: 90%;
}

.flow-list--ttl {
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #E33C0B;
  line-height: 1.2;
  margin-bottom: 10px;
}

.flow-list--text {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  line-height: 1.5;
}

.flow-list--text em {
  font-weight: 700;
}

@media (max-width: 599px) {
  .flow-box {
    padding: 10px 20px;
  }
  .flow-list {
    border-width: 4px;
    margin-left: 6%;
    padding: 30px 0 0;
  }
  .flow-list--item {
    padding: 0 0 30px 25px;
  }
  .flow-list--item::before {
    width: 46px;
    height: 46px;
    line-height: 46px;
    left: -25px;
    top: -10px;
  }
}
/**-----company----------------------*/
.company-ttl {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.company-ttl img {
  width: 193px;
  width: clamp(193px, 51.4666666667vw, 380px);
}
.company-ttl span {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  background: #E33C0B;
  border-radius: 10px;
  padding: 5px 20px;
}
@media (max-width: 599px) {
  .company-ttl span {
    font-size: 14px;
  }
}

.company-map {
  text-align: center;
  margin-bottom: 30px;
}

.company-photo {
  display: block;
  width: 100%;
  margin: 20px auto 0;
}

.company-box {
  max-width: 780px;
  margin: 0 auto;
  border-radius: 10px;
}

.company-overview {
  flex-wrap: wrap;
  border-top: 2px solid #C6B28C;
}

.company-overview dt, .company-overview dd {
  flex-basis: 50%;
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  text-align: center;
  border-bottom: 2px solid #C6B28C;
  padding: 30px;
}

.company-overview dt {
  font-weight: 700;
}

.company .m-w_box-bottom--in figure img {
  width: clamp(160px, 20.0735294118vw, 273px);
}

@media (max-width: 599px) {
  .company-overview {
    border-width: 1px;
  }
  .company-overview dt, .company-overview dd {
    padding: 20px;
    border-width: 1px;
  }
  .company-overview dt {
    flex-basis: 40%;
  }
  .company-overview dd {
    flex-basis: 60%;
  }
}
/**-----staff----------------------*/
.staff-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 54, 0, 0.5);
  margin-top: 40px;
  padding: 40px;
}
@media (max-width: 599px) {
  .staff-box {
    margin-top: 20px;
    padding: 20px;
  }
}
.staff-box--text {
  font-size: 13px;
  font-size: clamp(13px, 3.4210526316vw, 26px);
}
@media (max-width: 599px) {
  .staff-box--text {
    font-size: 14px;
  }
}

.staff-box--ttl span {
  display: block;
  font-size: 33px;
  font-size: clamp(20px, 2.426vw, 33px);
  font-weight: 700;
  color: #E33C0B;
  margin-bottom: 10px;
}

.staff-box--in {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .staff-box--in {
    justify-content: space-between;
  }
}

.staff-box--in figure {
  max-width: 200px;
}

@media (max-width: 599px) {
  .staff-box--in figure {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
/**-----qa----------------------*/
.qa {
  border-radius: 30px 30px 0 0;
}

.qa .m-inner_m {
  padding-bottom: 0;
}

.qa-list {
  margin-bottom: 20px;
  border-radius: 5px;
}

.qa-list:last-of-type {
  margin-bottom: 0;
}

.qa-list--q {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  background: #FFE6D4;
  border-radius: 20px;
  padding: 40px 10% 40px 6%;
  position: relative;
  display: flex;
}
@media (max-width: 599px) {
  .qa-list--q {
    border-radius: 10px;
  }
}

.qa-list--q.open {
  border-radius: 20px 20px 0 0;
}

.qa-list--q::before {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background: url(../img/ico-fukidashi.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}

.qa-list--q::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url(../img/ico-arrow.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: 50%;
}

.qa-list--a {
  font-size: 23px;
  font-size: clamp(14px, 1.691vw, 23px);
  padding: 40px 10% 40px 6%;
  border-radius: 0 0 20px 20px;
  background: #fff;
}

@media (max-width: 820px) {
  .qa-list--q {
    padding: 3% 10% 3% 6%;
  }
  .qa-list--q::before {
    width: 26px;
    height: 23px;
  }
}
@media (max-width: 599px) {
  .qa-list {
    border-width: 1px;
  }
  .qa-list--q {
    padding: 20px 40px 20px 25px;
  }
  .qa-list--q::before {
    width: 18px;
    height: 16px;
    margin-right: 10px;
  }
  .qa-list--q::after {
    border-width: 8px;
    width: 10px;
    height: 6px;
  }
  .qa-list--a {
    padding: 20px 40px 20px 30px;
  }
}
/*--メールフォーム-------------------*/
.mailform-in form dl dd b {
  color: #e23b3b;
  font-size: 26px;
}

.mailform-in {
  margin: 15px auto 0;
  padding: 0;
}

.mailform-in dd {
  margin-bottom: 40px;
}

.mailform-in input, .mailform-in textarea {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  padding: 30px 20px;
  width: 100%;
  box-sizing: border-box;
}

.mailform-in form {
  margin: 0;
  padding: 0;
}

.mailform-in .item_label {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  font-weight: 700;
  margin-bottom: 8px;
}

.mailform-in .submit {
  width: 100%;
  text-align: center;
}

.mailform-in .submitbtn {
  font-size: 32px;
  font-size: clamp(19px, 2.353vw, 32px);
  color: #fff;
  border: 1px solid #E33C0B;
  border-radius: 5px;
  width: 80%;
  padding: 18px;
  background: #E33C0B;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 599px) {
  .mailform-in dd {
    margin-bottom: 20px;
  }
  .mailform-in input, .mailform-in textarea {
    padding: 18px;
  }
  .mailform-in .item_label {
    margin-bottom: 10px;
  }
  .mailform-in .submitbtn {
    padding: 15px;
  }
}
.mailform-in .submitbtn, .mailform-in .title_st1, .mailform-in .title_st2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.mailform-in span.fColorYE {
  color: #E33C0B;
  font-size: 0.9em;
}

/*--footer-------------------*/
.footer {
  font-size: 27px;
  font-size: clamp(16px, 1.985vw, 27px);
  text-align: center;
  padding: 0 2% 30px;
}

.footer-logo {
  width: 193px;
  width: clamp(193px, 51.4666666667vw, 380px);
  margin: 0 auto 20px;
}

.footer-logo img {
  width: 100%;
}

.footer-copy {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
}

/*--------------------------------------
* 追従
*---------------------------------------*/
.fix_btn {
  display: none;
  text-align: center;
  background: #EEEEEE;
  width: 100%;
  padding: 10px 1%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.fix_btn .footer-btn {
  max-width: 870px;
  margin: 0 auto;
}

.fix_btn .m-btn_web {
  padding-top: 14px;
}

@media (max-width: 760px) {
  .fix_btn {
    padding: 7px 1%;
  }
}
@media (max-width: 599px) {
  .fix_btn {
    padding: 0;
  }
  .fix_btn a {
    font-size: 14px;
    -webkit-font-smoothing: auto;
    padding: 10px 0;
    margin-right: 0;
    border-radius: 0;
  }
  .fix_btn a .btn_sub_t {
    font-size: 10px;
    letter-spacing: -0.03em;
  }
  .fix_btn a img {
    width: 1rem;
  }
  .fix_btn .m-btn_tel img {
    top: 35%;
  }
  .fix_btn .m-btn_web {
    padding-top: 12px;
  }
}
.tel_pc {
  display: block !important;
}

.tel_sp {
  display: none !important;
}

@media (max-width: 768px) {
  .tel_pc {
    display: none !important;
  }
  .tel_sp {
    display: block !important;
  }
}
.m-btn label {
  display: block;
  font-size: 25px;
  font-size: clamp(15px, 1.838vw, 25px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.header-btn label {
  font-size: 20px;
  padding: 6px;
  border: none;
}

header input {
  display: none;
}

/* ポップアップwindow部分 */
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
}

/* オーバーレイの背景部分 */
#bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}

/* ウィンドウ部分 */
#window {
  width: 50%;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f5fff7;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 90;
  opacity: 0;
}

/* 閉じるボタン */
#btn_cloth {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c5f18;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}

#btn_cloth:hover {
  opacity: 0.7;
}

#btn_cloth span,
#btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}

#btn_cloth span {
  transform: rotate(45deg);
}

#btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}

/* クリックで表示 */
#popup:checked ~ #overlay {
  visibility: visible;
}

#popup:checked ~ #overlay #window {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/* コンテンツ部分のスタイル */
#txt_label {
  cursor: pointer;
}

#txt_label:hover {
  opacity: 0.7;
}

#msg a {
  display: inline-block;
  color: #fff;
  background: #CE5D8B;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}

#msg a:hover {
  opacity: 0.7;
}

.msg_t_ttl {
  font-size: 25px;
  text-align: center;
  color: #0c5f18;
}

.msg_t_tel {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.msg_t_tel img {
  width: 35px !important;
}

/*-------reason----------*/
.reason-img {
  display: block;
  margin: 0 auto 30px;
}

.reason-list li {
  font-size: 36px;
  font-size: clamp(18px, 4.103vw, 32px);
  font-weight: 700;
  color: #fff;
  background: #E33C0B;
  padding: 10px 2.5% 10px 17%;
  border-radius: 10px;
  margin-bottom: 2.5%;
  position: relative;
}

.reason-list li::before {
  content: "";
  display: inline-block;
  background: url(../img/ico-check.svg) no-repeat 50% 50%/100%;
  background-size: contain;
  width: clamp(20px, 5.128vw, 40px);
  height: clamp(17px, 4.359vw, 34px);
  position: absolute;
  left: 8.5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 599px) {
  .reason-list li {
    padding: 5px 2.5% 5px 17%;
  }
}/*# sourceMappingURL=style.css.map */