@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@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;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSans-Black.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
.c-org{
  color: #EB6100;
}
/*-------------------------------------
* COMMON
*--------------------------------------*/
.bg-ye {
  background-color: #F2DB60;
}

.bg-d_red {
  background-color: #C72D26;
}

.bg-grad_red {
  background: rgb(125, 25, 19);
  background: linear-gradient(0deg, rgb(125, 25, 19) 0%, rgb(180, 47, 38) 100%);
}

.m-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .m-inner {
    padding: 80px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner {
    padding: 40px 4%;
  }
}
.m-inner_m {
  max-width: 870px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .m-inner_m {
    padding: 80px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_m {
    padding: 40px 4%;
  }
}
.m-inner_l {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 820px) {
  .m-inner_l {
    padding: 80px 5%;
  }
}
@media (max-width: 599px) {
  .m-inner_l {
    padding: 40px 4%;
  }
}

.m-box_w {
  background: #fff;
  border-radius: 52px;
  padding: 40px 40px 0;
}
@media (max-width: 599px) {
  .m-box_w {
    padding: 40px 20px 0;
  }
}

.m-box_c {
  background: #FFFFE5;
  border-radius: 52px;
  padding: 40px 40px 0;
}
@media (max-width: 599px) {
  .m-box_c {
    padding: 20px;
  }
}

.m-box_b {
  background-color: #fff;
  border: 8px solid #F0E891;
  border-radius: 52px;
  padding: 45px;
}
@media (max-width: 599px) {
  .m-box_b {
    padding: 15px;
  }
}

.m-ttl {
  font-size: 34px;
  font-size: clamp(24px, 2.266vw, 34px);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.03em;
  padding: 20px;
  max-width: 502px;
  margin: 0 auto 40px;
  text-align: center;
  background: url(../img/m-ttl_bg.jpg) no-repeat 50% 50%/100%;
}
@media (max-width: 599px) {
  .m-ttl {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .m-ttl {
    font-size: 20px;
    padding: 10px;
    margin: 0 5% 30px;
  }
}

.m-acc dt.open::after {
  transform: rotate(180deg);
}
.m-acc dd {
  display: none;
}

/*--------------------------------------
* CTA
*---------------------------------------*/
.cta .line_txt_2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .cta .line_txt_2 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.cta .line_txt_2_in {
  font-size: 30px;
  display: inline-block;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .cta .line_txt_2_in {
    font-size: 18px;
  }
}
.cta .line_txt_2::before, .cta .line_txt_2::after {
  display: inline-block;
  font-size: 30px;
}
.cta .line_txt_2::before {
  content: "＼";
}
.cta .line_txt_2::after {
  content: "／";
}
.cta_btn--wrap {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 599px) {
  .cta_btn--wrap {
    padding: 10px 0;
  }
}
.cta_btn--link {
  display: block;
  font-size: 43px;
  font-size: clamp(30px, 2.866vw, 43px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  max-width: 485px;
  margin: 0 auto 26px;
}
@media (max-width: 599px) {
  .cta_btn--link {
    margin-bottom: 10px;
    font-size: 20px;
    min-height: auto;
    padding: 15px 0;
  }
}
.cta_btn--link > img {
  width: 2.4rem;
  padding-bottom: 7px;
  margin-right: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 599px) {
  .cta_btn--link > img {
    width: 1.5rem;
    margin-right: 0.3rem;
  }
}
.cta .btn_line {
  color: #fff;
  background-color: #539D41;
  box-shadow: 0 5px #3D7E2F;
  padding: 14px 0;
  margin-bottom: 26px;
}
.cta .btn_line:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}
.cta .btn_tel {
  color: #fff;
  background-color: #BD3027;
  box-shadow: 0 5px #94241D;
  padding: 14px 0;
  margin-bottom: 0;
}
.cta .btn_tel:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}
.cta .btn_sub_t {
  display: block;
  font-size: 25px;
  font-size: clamp(16px, 1.666vw, 25px);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}

/*--// CTAエリア-----------------------------*/
.campaign_ttl {
  font-size: 45px;
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #DC5513;
  padding: 10px;
}
@media (max-width: 599px) {
  .campaign_ttl {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .campaign_ttl {
    font-size: 20px;
    padding: 8px 10px;
  }
}
.campaign_ttl + img {
  display: block;
  padding-top: 80px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .campaign_ttl + img {
    padding-top: 40px;
  }
}
.campaign_text {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media (max-width: 599px) {
  .campaign_text {
    font-size: 24px;
  }
}
.campaign_text span {
  font-size: 62px;
}
@media (max-width: 599px) {
  .campaign_text span {
    font-size: 34px;
  }
}
.campaign:not(.campaign_2) + .cta .m-inner {
  padding-top: 0;
}

.ranking {
  background-image: url(../img/cmn-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 top;
}
@media (max-width: 599px) {
  .ranking .m-inner {
    padding-bottom: 60px;
  }
}
.ranking_box {
  position: relative;
  padding: 40px;
}
@media (max-width: 599px) {
  .ranking_box {
    padding: 40px 10px 10px;
  }
}
.ranking_box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 75px solid;
  border-color: #ffffe5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .ranking_box::after {
    border-width: 47px;
  }
}
.ranking_list-top {
  display: flex;
  padding-top: 40px;
  margin-bottom: 53px;
}
@media (max-width: 599px) {
  .ranking_list-top {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.ranking_list-top .ranking_list--item {
  flex-basis: 33.33%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .ranking_list-top .ranking_list--item {
    padding: 0 4px;
  }
}
.ranking_list-top .ranking_list--item::before {
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 10px;
}
@media (max-width: 599px) {
  .ranking_list-top .ranking_list--item::before {
    width: 45px;
    height: 45px;
  }
}
.ranking_list-top .ranking_list--item:nth-of-type(1)::before {
  background: url(../img/rank-icon_1.svg);
}
.ranking_list-top .ranking_list--item:nth-of-type(2)::before {
  background: url(../img/rank-icon_2.svg);
}
.ranking_list-top .ranking_list--item:nth-of-type(3)::before {
  background: url(../img/rank-icon_3.svg);
}
.ranking_list-top .ranking_list--item > img {
  height: 200px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .ranking_list-top .ranking_list--item > img {
    height: 100px;
  }
}
.ranking_list--item {
  position: relative;
}
.ranking_list--item::before {
  content: "";
  display: block;
}
.ranking_list--img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ranking_list--name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
}

.ranking_list--price {
  font-size: 20px;
  color: #DF0012;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
}
.ranking_list--price span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #DF0012;
  padding: 6px 5px;
  margin-right: 6px;
  text-shadow: none;
}
.ranking_list--price em {
  font-size: 65px;
  font-size: clamp(45px, 4.33vw, 65px);
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}
.ranking_list--price-before{
  margin-top: 28px;
}
.ranking_list--price-before::before {
  content: "使用済み";
  display: block;
  font-size: 18px;
  color: #000;
  text-shadow: none;
  background: #F9DE4B;
  padding: 5px 10px;
  transform: rotate(-10deg);
  position: absolute;
  left: 0;
  top: -20px;
}
.ranking_list-bottom {
  padding: 0 2%;
}

.ranking_list-bottom .ranking_list--item {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
  padding-left: 70px;
  margin-bottom: 30px;
}
.ranking_list-bottom .ranking_list--item::before {
  width: 61px;
  height: 61px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.ranking_list-bottom .ranking_list--item:nth-of-type(1)::before {
  background: url(../img/rank-icon_1.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(2)::before {
  background: url(../img/rank-icon_2.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(3)::before {
  background: url(../img/rank-icon_3.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(4)::before {
  background: url(../img/rank-icon_4.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(5)::before {
  background: url(../img/rank-icon_5.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(6)::before {
  background: url(../img/rank-icon_6.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(7)::before {
  background: url(../img/rank-icon_7.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(8)::before {
  background: url(../img/rank-icon_8.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(9)::before {
  background: url(../img/rank-icon_9.svg);
}
.ranking_list-bottom .ranking_list--item:nth-of-type(10)::before {
  background: url(../img/rank-icon_10.svg);
}
.ranking_list-bottom .ranking_list--item > img {
  aspect-ratio: 185 / 130;
  max-width: 185px;
  flex: 0 0 40%;
  background: #fff;
  border: 1px solid #ccc;
}
/*@media (max-width: 599px) {
  .ranking_list-bottom .ranking_list--item > img {
    height: 77px;
  }
}
.ranking_list-bottom .ranking_list--item-2 > img {
  height: 105px;
}
@media (max-width: 760px) {
  .ranking_list-bottom .ranking_list--item-2 > img {
    height: 53px;
  }
}
.ranking_list-bottom .ranking_list--item-3 > img {
  height: 173px;
}
@media (max-width: 760px) {
  .ranking_list-bottom .ranking_list--item-3 > img {
    height: 77px;
  }
}*/
.ranking_list--in{
  flex: 1 0 60%;
}
.ranling_list--desc{
  flex: 1 0 100%;
  padding-top: 10px;
}
@media (max-width: 760px) {
  .ranking_list--price-before::before {
    font-size: 14px;
    left: 8px;
    top: -25px;
  }
  .ranking_list--name {
    font-size: 16px;
  }
  .ranking_list-bottom .ranking_list--item > img{
    max-width: 30%;
  }
  .ranking_list--in{
    flex: 1 0 65%;
  }
}
@media (max-width: 599px) {
  .ranking_list--name {
    font-size: 10px;
  }
  .ranking_list--price {
    font-size: 10px;
  }
  .ranking_list--price span {
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 3px;
  }
  .ranking_list--price em {
    font-size: 40px;
  }
  .ranking_list--price-before::before {
    font-size: 12px;
    padding: 4px 5px;
    top: -20px;
  }
  .ranking_list-bottom {
    padding: 0;
  }
  .ranking_list-bottom .ranking_list--item {
    padding-left: 28px;
    margin-bottom: 20px;
  }
  .ranking_list-bottom .ranking_list--item::before {
    width: 26px;
    height: 26px;
  }
  
  
  .ranling_list--desc{
    font-size: 10px;
  }
}
.case {
  background-image: url(../img/cmn-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 bottom;
}
.case .m-inner {
  padding-top: 0;
}
.case_list {
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.case_list-col2{
  padding-bottom: 0;
}
.case_list--item {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:3%;
  text-align: center;
  position: relative;
  margin-top: 35px;
}
.case_list-col2--item{
  flex: 0 0 48%;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 820px) {
  .case .m-inner {
    padding: 0 4% 50px;
  }
}
@media (max-width: 599px) {
  .case_list-col2{
    margin-top: -30px;
  }
  .case_list:not(.case_list-col2) {
    padding-bottom: 50px;
  }
}
/*.case_list--item::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/cmn-icon_check.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -20px;
}*/
.case_list-col2--item > img{
  display: block;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 310 / 250;
  -o-object-fit: contain;
     object-fit: contain;
     background: #fff;
     border: 1px solid #ccc;
}
.case_list--item > img {
  display: block;
  width: 100%;
  aspect-ratio: 262 / 163;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: auto;
}
.case_list--name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 15px 0 auto;
}
@media (max-width: 599px) {
  .case_list--name {
    font-size: 10px;
    margin-top: 10px;
  }
}
.case_list--price {
  font-size: 14px;
  color: #DF0012;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  letter-spacing:-0.03em;
}
@media (max-width: 599px) {
  .case_list--price {
    font-size: 10px;
  }
}
.case_list--price em {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}
@media (max-width: 599px) {
  .case_list--price em {
    font-size: 14px;
  }
}
.case_bottom {
  text-align: center;
}
.case_bottom img:nth-of-type(1) {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .case_bottom img:nth-of-type(1) {
    max-width: 80%;
    margin-bottom: 20px;
  }
}

.notice {
  background: url(../img/notice-bg1.jpg) repeat-y 50% 80%/100%;
}
.notice .m-inner_m {
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .notice .m-inner_m {
    padding-top: 25px;
  }
}
.notice_top {
  text-align: center;
  background: #F9DE4B;
  padding: 45px 0 120px;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
          clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media (max-width: 599px) {
  .notice_top {
    padding: 30px 4% 20vw;
    -webkit-clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
            clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
  }
}
.notice_top--ttl {
  text-align: center;
  position: relative;
}
.notice_top--ttl img {
  position: relative;
  z-index: 20;
}
@media (max-width: 599px) {
  .notice_top--ttl img {
    max-width: 60%;
  }
}
/*.notice_top--ttl::before {
  content: "";
  width: 100%;
  height: 20px;
  background: rgb(218, 177, 97);
  background: linear-gradient(90deg, rgb(218, 177, 97) 0%, rgb(248, 223, 156) 43%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  z-index: 10;
}
@media (max-width: 599px) {
  .notice_top--ttl::before {
    height: 10px;
  }
}*/
.notice_top--text {
  font-size: 48px;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), 0 -4px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 40px 0 20px;
}
@media (max-width: 599px) {
  .notice_top--text {
    font-size: 30px;
    padding: 20px 0 10px;
  }
  .notice_top--text + p{
    font-size: 13px;
    text-align: left;
  }
}
.notice_top--text span {
  display: inline-block;
  font-size: 30px;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  position: relative;
}
@media (max-width: 599px) {
  .notice_top--text span {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .notice_top--text span {
    font-size: 14px;
  }
}
.notice_top--text span::before, .notice_top--text span::after {
  content: "";
  display: inline-block;
  border-left: 4px solid #fff;
  border-radius: 2px;
  width: 0;
  height: 1.6em;
  position: absolute;
  top: 0;
}
.notice_top--text span::before {
  transform: rotate(-35deg);
  left: -30px;
}
.notice_top--text span::after {
  transform: rotate(35deg);
  right: -30px;
}
.notice_text{
  font-size: 32px;
  font-size: clamp(22px, 2.13vw, 32px);
  margin: 40px 0;
}
.notice_list {
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  text-align: center;
  margin: 0 auto;
}
.notice_list--item {
  flex: 0 0 22%;
}
@media (max-width: 760px) {
  .notice_list--item {
    flex: 0 0 48%;
  }
}
@media (max-width: 599px) {
  .notice_list--item img {
    max-width: 85%;
  }
  .notice_text{
    margin: 25px 0 20px;
  }
}
.notice_list--text {
  font-size: 32px;
  font-size: clamp(22px, 2.13vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .notice_list--text {
    font-size: 16px;
  }
}
.notice_middle {
  text-align: center;
  padding: min(4%, 60px) 3% min(17%, 255px);
}
@media (max-width: 599px) {
  .notice_middle {
    padding-bottom: 25%;
    overflow: hidden;
  }
}
.notice_middle--text {
  font-size: 20px;
  font-size: clamp(14px, 1.4vw, 20px);
  padding: 10px;
  max-width: 476px;
  margin: 0 auto;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.notice_middle-w_box{
  background: rgba(255,255,255,0.8);
  border-radius: 20px;
  max-width: 820px;
  padding: 0 3% 3%;
  margin: 0 auto;
}
.notice_middle-w_box img{
  margin-top: -3%;
}
@media (max-width: 599px) {
  .notice_middle--text {
    font-size: 24px;
  }
  .notice_middle-w_box{
    padding: 0 8% 3%;
    margin: 0 -6%;
  }
}
@media (max-width: 599px) {
  .notice_middle--text {
    font-size: 14px;
    width: 95%;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.notice_bottom {
  text-align: center;
  position: relative;
  padding: min(8%, 135px) 3% 60px;
}
@media (max-width: 599px) {
  .notice_bottom {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.notice_bottom::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 75px solid;
  border-color: #F2DB60 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .notice_bottom::after {
    border-width: 47px;
  }
}
.notice_bottom--ttl {
  position: absolute;
  left: 50%;
  top: -48%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .notice_bottom--ttl {
    width: 93%;
    top: -34%;
  }
}
.notice_bottom--text-1 {
  font-size: 22px;
  font-weight: 700;
  color: #DC5513;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .notice_bottom--text-1 {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.notice_bottom--text-1 em {
  font-size: 30px;
  font-size: clamp(20px, 2vw, 30px);
}
@media (max-width: 599px) {
  .notice_bottom--text-1 em {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .notice_bottom--text-1 em {
    font-size: 16px;
  }
}
.notice_bottom--text-2 {
  font-size: 68px;
  font-size: clamp(46px, 4.53vw, 68px);
  font-weight: 700;
  color: #fff;
  background: #DE5A24;
  border: 9px solid #fff;
  text-align: left;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 599px) {
  .notice_bottom--text-2 {
    font-size: 30px;
    border-width: 6px;
  }
}
.notice_bottom--text-2 span {
  position: relative;
}
.notice_bottom--text-2 span::after {
  content: "";
  display: block;
  background: url(../img/notice-bottom-img.png) no-repeat;
  background-size: contain;
  width: 143px;
  height: 181px;
  position: absolute;
  left: calc(100% + 20px);
  top: -50%;
}
@media (max-width: 760px) {
  .notice_bottom--text-2 span::after {
    width: 100px;
    height: 160px;
  }
}
@media (max-width: 599px) {
  .notice_bottom--text-2 span::after {
    width: 66px;
    height: 84px;
    left: calc(100% + 33px);
  }
}

.case-slide .slick-track {
  display: flex;
}
.case-slide .slick-slide {
  height: auto !important;
}
.case-slide .slick-dots {
  bottom: -36px;
}
.case-slide .m-inner {
  padding-top: 100px;
}
@media (max-width: 599px) {
  .case-slide .m-inner {
    padding-top: 60px;
  }
}
.case-slide_list--ttl {
  font-size: 52px;
  font-size: clamp(36px, 3.47vw, 52px);
  font-weight: 900;
  text-align: center;
  line-height: 1;
  background: url(../img/case-slide-ttl_bg.jpg) no-repeat 50% top/100%;
  max-width: 700px;
  height: 86px;
  padding: 22px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .case-slide_list--ttl {
    font-size: 22px;
    height: 44px;
    padding: 10px;
    margin: 0 3%;
  }
}
.case-slide_list--ttl span {
  display: inline-block;
  background: rgb(127, 8, 15);
  background: linear-gradient(90deg, rgb(127, 8, 15) 0%, rgb(174, 30, 35) 10%, rgb(214, 79, 91) 50%, rgb(174, 30, 35) 90%, rgb(127, 8, 15) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-slide_list--ttl span.f-spacing {
  letter-spacing: 0.3em;
}
.case-slide_list--img {
  background-color: #FDFCE6;
  border: 15px solid #F2DB60;
  border-radius: 15px;
  text-align: center;
  padding: 91px 20px 45px;
  max-width: 700px;
  height: 100%;
  margin: -86px auto 0;
}
@media (max-width: 599px) {
  .case-slide_list--img {
    border-width: 10px;
    padding: 50px 10px 25px;
    margin: -44px 3% 0;
  }
}
.case-slide_list--img img {
  margin: 0 auto;
}
.case-slide .slider--btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.case-slide .slider--btn_prev {
  left: 0;
}
.case-slide .slider--btn_next {
  right: 0;
}
.case-slide .slick-dots li button:before {
  color: #DC5513;
  font-family: "Noto Sans";
  font-size: 24px;
  line-height: 20px;
}
.case-slide .slick-dots li {
  margin: 0 3px;
}

.voice {
  background: url(../img/cmn-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.voice_list {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .voice_list {
    display: block;
  }
}
.voice_list--item {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .voice_list--item:last-of-type {
    margin-top: 30px;
  }
}
.voice_list--head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.8), 0px -3px 4px rgba(255, 255, 255, 0.8), 3px 0px 4px rgba(255, 255, 255, 0.8), -3px 0px 4px rgba(255, 255, 255, 0.8), -4px -2px 4px rgba(255, 255, 255, 0.8), 4px 2px 4px rgba(255, 255, 255, 0.8), -4px 2px 4px rgba(255, 255, 255, 0.8), 4px -2px 4px rgba(255, 255, 255, 0.8);
}
@media (max-width: 599px) {
  .voice_list--head {
    font-size: 20px;
  }
}
.voice_list--text {
  font-size: 20px;
  border-top: 3px solid #f38e06;
  border-radius: 2px;
  padding-top: 30px;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .voice_list--text {
    font-size: 14px;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.review .m-inner_m {
  padding-bottom: 0;
}
.review_ttl {
  font-size: 48px;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);*/
  line-height: 1;
  letter-spacing: 0.05em;
  background: rgb(148, 113, 35);
  background: linear-gradient(160deg, rgb(148, 113, 35) 0%, rgb(220, 192, 127) 12%, rgb(163, 130, 54) 29%, rgb(151, 117, 39) 39%, rgb(163, 130, 54) 58%, rgb(220, 192, 127) 73%, rgb(220, 192, 127) 84%, rgb(148, 113, 35) 100%);
  padding: 50px 0;
}
@media (max-width: 599px) {
  .review_ttl {
    font-size: 20px;
    text-align: left;
    padding: 25px 5%;
  }
}
.review_ttl span {
  display: inline-block;
  position: relative;
}
/*.review_ttl span::after {
  content: "";
  display: block;
  width: 177px;
  width: clamp(120px, 11vw, 177px);
  height: 177px;
  height: clamp(120px, 11vw, 177px);
  background: url(../img/review-ttl_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 95%;
  bottom: -100px;
}
@media (max-width: 599px) {
  .review_ttl span::after {
    width: 100px;
    height: 100px;
    left: calc(100% - 80px);
  }
}*/
.review_ttl span img {
  vertical-align: text-bottom;
  width: clamp(110px,15.8vw,237px);
  position: relative;
  top: 10px;
}
.review_ttl span em {
  font-size: 52px;
  font-size: clamp(36px, 3.47vw, 52px);
}
@media (max-width: 599px) {
  .review_ttl span em {
    font-size: 28px;
  }
}
.review_ttl span strong {
  font-size: 60px;
  font-size: clamp(42px, 4vw, 60px);
}
@media (max-width: 599px) {
  .review_ttl span strong {
    font-size: 34px;
  }
}
.review_list {
  flex-wrap: wrap;
  margin-top: -30px;
}
@media (max-width: 599px) {
  .review_list {
    display: block;
  }
}
.review_list--item {
  flex-basis: 45%;
  margin-top: 30px;
}
.review_list--head {
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 599px) {
  .review_list--head {
    margin-bottom: 10px;
  }
}
.review_list--head span {
  display: block;
}
.review_list--icon {
  font-size: 28px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  width: 57px;
  height: 57px;
  background: #4A16A8;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media (max-width: 599px) {
  .review_list--icon {
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.review_list--name {
  font-size: 20px;
  padding-left: 77px;
}
@media (max-width: 599px) {
  .review_list--name {
    font-size: 14px;
    padding-left: 60px;
  }
}
.review_list--time {
  font-size: 18px;
  color: #A0A0A0;
  padding-left: 77px;
}
@media (max-width: 599px) {
  .review_list--time {
    font-size: 12px;
    padding-left: 60px;
  }
}
.review_list--comment {
  font-size: 22px;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 599px) {
  .review_list--comment {
    font-size: 14px;
  }
}
.review_list--comment img {
  display: inline-block;
  max-width: 113px;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .review_list--comment img {
    max-width: 80px;
    margin-right: 15px;
  }
}

.strength {
  background: url(../img/strength-bg.jpg) no-repeat;
  background-size: cover;
}
.strength_ttl {
  font-size: 52px;
  font-size: clamp(36px, 3.47vw, 52px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  background: #C72D26;
  background: linear-gradient(0deg, rgb(199, 45, 38) 65%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  padding: 180px 0 70px;
  -webkit-clip-path: polygon(100% 0, 100% 68%, 50% 100%, 0 68%, 0 0);
          clip-path: polygon(100% 0, 100% 68%, 50% 100%, 0 68%, 0 0);
}
@media (max-width: 599px) {
  .strength_ttl {
    font-size: 26px;
    background: linear-gradient(0deg, rgb(199, 45, 38) 77%, rgb(255, 255, 255) 77%, rgb(255, 255, 255) 100%);
    padding: 65px 0 40px;
  }
}
.strength_ttl span {
  display: inline-block;
  position: relative;
}
@media (max-width: 599px) {
  .strength_ttl span {
    display: block;
    width: 60%;
  }
}
.strength_ttl span::after {
  content: "";
  display: block;
  width: 304px;
  width: clamp(200px, 20.26vw, 304px);
  height: 356px;
  height: min(23.7333333333vw, 386px);
  background: url(../img/strength-img.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  bottom: -48%;
}
@media (max-width: 599px) {
  .strength_ttl span::after {
    width: 150px;
    height: 180px;
  }
}
.strength_ttl em {
  color: #F9DE4B;
}
.strength_list {
  flex-wrap: wrap;
  margin-top: -65px;
}
@media (max-width: 599px) {
  .strength_list {
    margin-top: -40px;
  }
}
.strength_list--item {
  flex-basis: 46%;
  text-align: center;
  background: #fff;
  padding: 20px 25px 40px;
  margin-top: 65px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 599px) {
  .strength_list--item {
    flex-basis: 48%;
    padding: 12px 6px 20px;
    margin-top: 40px;
  }
  .strength_list--item:not(:last-of-type(1)) {
    margin-bottom: 40px !important;
  }
}
.strength_list--item::before {
  content: "";
  display: block;
  width: 111px;
  height: 111px;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -35px;
}
@media (max-width: 599px) {
  .strength_list--item::before {
    width: 55px;
    height: 55px;
    left: -10px;
    top: -20px;
  }
}
.strength_list--item:nth-of-type(1)::before {
  background: url(../img/strength-icon_1.svg);
}
.strength_list--item:nth-of-type(2)::before {
  background: url(../img/strength-icon_2.svg);
}
.strength_list--item:nth-of-type(3)::before {
  background: url(../img/strength-icon_3.svg);
}
.strength_list--item:nth-of-type(4)::before {
  background: url(../img/strength-icon_4.svg);
}
.strength_list--item:nth-of-type(5)::before {
  background: url(../img/strength-icon_5.svg);
}
.strength_list--item:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.strength_list--text {
  font-size: 25px;
  font-size: clamp(16px, 1.666vw, 25px);
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 599px) {
  .strength_list--text {
    font-size: 14px;
  }
}
.strength_list--text span {
  color: #E50012;
}
.strength_list--text.mt30 {
  margin-top: 30px;
}
@media (max-width: 599px) {
  .strength_list--text.mt30 {
    margin-top: 22px;
  }
}

@media (max-width: 599px) {
  .comparison .m-inner {
    padding-top: 60px;
  }
}
.comparison_box {
  background: url(../img/comparison-bg.png) no-repeat 50% -8px/calc(100% + 16px);
  position: relative;
  padding: 15px;
}
.comparison_top {
  position: relative;
}
.comparison_top--img {
  position: absolute;
  left: 10%;
  bottom: -5px;
}
@media (max-width: 599px) {
  .comparison_top--img {
    max-width: 44%;
    left: 10px;
  }
}
.comparison_top--text {
  font-size: 42px;
  font-size: clamp(29px, 2.8vw, 42px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 30px 10px 80px 40%;
}
@media (max-width: 599px) {
  .comparison_top--text {
    font-size: 20px;
    padding: 20px 10px 45px 40%;
    line-height: 1.8;
  }
}
.comparison_top--text span {
  border-bottom: 3px solid #DC5513;
}
.comparison_top--text em {
  color: #E50012;
}
.comparison_ttl-1 {
  margin-top: -50px;
}
.comparison_ttl-2 {
  font-size: 40px;
  font-size: clamp(28px, 2.666vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: rgb(199, 45, 38);
  background: linear-gradient(180deg, rgb(199, 45, 38) 0%, rgb(140, 21, 16) 100%);
  border-radius: 52px;
  padding: 35px 10px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 599px) {
  .comparison_ttl-2 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .comparison_ttl-2 {
    font-size: 20px;
    border-radius: 25px;
    padding: 20px 5px;
    margin-bottom: 30px;
  }
}
.comparison_list {
  padding: 0 25px;
}
@media (max-width: 599px) {
  .comparison_list {
    padding: 0;
  }
}
.comparison_list--item {
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .comparison_list--item {
    margin-bottom: 20px;
  }
}
.comparison_list--text {
  font-size: 28px;
  font-size: clamp(20px, 1.866vw, 28px);
  font-weight: 700;
  padding-left: 73px;
  position: relative;
}
@media (max-width: 599px) {
  .comparison_list--text {
    font-size: 18px;
    padding-left: 38px;
  }
}
.comparison_list--text em {
  color: #E50012;
}
.comparison_list--text::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/cmn-icon_check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -2px;
}
@media (max-width: 599px) {
  .comparison_list--text::before {
    width: 28px;
    height: 28px;
  }
}
.comparison_list--text-sub {
  font-size: 20px;
  padding-left: 73px;
  margin-bottom: 45px;
  margin-top: 15px;
}
@media (max-width: 599px) {
  .comparison_list--text-sub {
    font-size: 16px;
    padding-left: 38px;
    margin-top: 5px;
    margin-bottom: 25px;
  }
}
.comparison_list--text-sub + img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.comparison_bottom {
  font-size: 28px;
  font-size: clamp(20px, 1.866vw, 28px);
  font-weight: 700;
  text-align: center;
  background: #F0E891;
  padding: 35px 10px;
  margin: 0 -15px -15px;
  border-radius: 0 0 37px 37px;
}
@media (max-width: 599px) {
  .comparison_bottom {
    font-size: 15px;
    padding: 20px 10px;
  }
}

.heads_up {
  text-align: center;
  background-color: #F2DB60;
  background-image: url(../img/heads_up-bg.svg), url(../img/heads_up-bg.svg);
  background-size: 63px 24px;
  background-repeat: repeat-x;
  background-position: 0 top, 0 bottom;
  padding: 60px 3%;
}
@media (max-width: 599px) {
  .heads_up {
    background-size: 53px 20px;
    padding: 40px 3%;
  }
}
.heads_up--ttl {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .heads_up--ttl {
    margin-bottom: 20px;
  }
  .heads_up--ttl img {
    max-width: 50%;
  }
}
.heads_up--text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .heads_up--text {
    font-size: 14px;
  }
}

.profile_box {
  align-items: flex-start;
  padding-left: 49px;
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 599px) {
  .profile_box {
    display: block;
    padding-left: 0;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.profile_box::before {
  content: "店長挨拶";
  display: block;
  font-size: 26px;
  font-size: clamp(18px, 1.733vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: absolute;
  left: 0;
  top: -30px;
}
@media (max-width: 599px) {
  .profile_box::before {
    font-size: 16px;
    width: 80px;
    height: 80px;
  }
}
.profile_box--img {
  flex-basis: 45%;
}
@media (max-width: 599px) {
  .profile_box--img {
    display: block;
    margin: 0 auto 10px;
  }
}
.profile_box--text {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.8;
  flex-basis: 48%;
}
@media (max-width: 599px) {
  .profile_box--text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.profile_box--name {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .profile_box--name {
    text-align: right;
    margin-top: 0;
  }
}
.profile_box--name span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  background: #DC5513;
  border-radius: 7px;
  padding: 10px;
}
@media (max-width: 599px) {
  .profile_box--name span {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.profile_message {
  font-size: 22px;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 599px) {
  .profile_message {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .flow .m-inner {
    padding-top: 60px;
  }
}
.flow_box {
  padding-top: 0;
  padding-bottom: 100px;
  margin-bottom: 110px;
  position: relative;
}
@media (max-width: 599px) {
  .flow_box {
    padding-bottom: 30px;
    margin-bottom: 55px;
  }
}
.flow_box::after {
  content: "";
  display: block;
  width: 142px;
  height: 142px;
  background: url(../img/flow_bottom-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -71px;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .flow_box::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
}
.flow_ttl {
  margin-top: -50px;
}
@media (max-width: 599px) {
  .flow_ttl {
    margin-top: -30px;
  }
}
.flow_step {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 599px) {
  .flow_step {
    margin-top: 60px;
  }
}
.flow_step2--img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .flow_step2--img {
    margin-bottom: 20px;
  }
}
.flow_step--img {
  max-width: 170px;
  position: absolute;
  left: 50%;
  top: -25px;
  z-index: 10;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .flow_step--img {
    max-width: 120px;
    top: -20px;
  }
}
.flow_step--head {
  font-size: 26px;
  font-size: clamp(18px, 1.733vw, 26px);
  font-weight: 700;
  color: #fff;
  background: #D50010;
  border-radius: 28px;
  padding: 30px 20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 599px) {
  .flow_step--head {
    font-size: 16px;
    border-radius: 23px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  .flow_step--head img {
    max-width: 20%;
  }
}
.flow_step--head::after {
  content: "";
  display: block;
  border: 30px solid;
  border-color: #D50010 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .flow_step--head::after {
    border-width: 18px;
  }
}
.flow_step--head span {
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 599px) {
  .flow_step--head span {
    margin-right: 0.5em;
  }
}
.flow_step--head-sub {
  font-size: 36px;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .flow_step--head-sub {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .flow_step--head-sub {
    font-size: 20px;
  }
}
.flow_step--head-sub span {
  display: inline-block;
  color: #D50010;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0 0.5em;
  position: relative;
  z-index: 10;
}
.flow_step--head-sub span::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 19px solid #F2DB60;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.flow_step--head-sub_2 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .flow_step--head-sub_2 {
    font-size: 16px;
  }
}
.flow_step--head-sub_large {
  font-size: 43px;
  font-size: clamp(30px, 2.866vw, 43px);
  font-weight: 900;
  color: #D50010;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .flow_step--head-sub_large {
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.flow_step--head-sub_large span {
  position: relative;
}
.flow_step--head-sub_large span::before, .flow_step--head-sub_large span::after {
  content: "";
  display: block;
  width: 50px;
  height: 67px;
  background-size: contain;
  position: absolute;
  top: -5px;
}
@media (max-width: 599px) {
  .flow_step--head-sub_large span::before, .flow_step--head-sub_large span::after {
    width: 30px;
    height: 42px;
  }
}
.flow_step--head-sub_large span::before {
  background: url(../img/flow_step2-img_2l.svg) no-repeat;
  left: -14%;
}
.flow_step--head-sub_large span::after {
  background: url(../img/flow_step2-img_2r.svg) no-repeat;
  right: -14%;
}
.flow_list {
  flex-wrap: wrap;
  margin-top: -50px;
}
.flow_list--item {
  font-size: 28px;
  font-size: clamp(20px, 1.866vw, 28px);
  font-weight: 700;
  flex-basis: 50%;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .flow_list--item {
    margin-top: 20px;
    flex-basis: 48%;
  }
  .flow_list--item img {
    max-width: 80%;
  }
}
.flow_list--item span {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .flow_list--item span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.flow_bottom--head {
  font-size: 55px;
  font-size: clamp(38px, 3.67vw, 55px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .flow_bottom--head {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.flow_bottom--head span {
  position: relative;
}
.flow_bottom--head span::before, .flow_bottom--head span::after {
  content: "";
  display: block;
  width: 58px;
  height: 116px;
  background-size: contain;
  position: absolute;
  top: 10px;
}
@media (max-width: 599px) {
  .flow_bottom--head span::before, .flow_bottom--head span::after {
    width: 30px;
    height: 59px;
  }
}
.flow_bottom--head span::before {
  background: url(../img/flow_bottom-img_1l.svg) no-repeat;
  left: -20%;
}
.flow_bottom--head span::after {
  background: url(../img/flow_bottom-img_1r.svg) no-repeat;
  right: -20%;
}
.flow_bottom--text {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .flow_bottom--text {
    font-size: 16px;
  }
}

.company_box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0a0305;
  max-width: 650px;
  padding: 15px 10px 15px 40px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .company_box {
    padding: 15px 10px 15px 0;
  }
}
.company_box--head {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: 0.05em;
  width: 130px;
  background: #ff9600;
  padding: 5px;
  border-radius: 5px;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .company_box--head {
    width: 22%;
    font-size: 14px;
    margin-right: 0;
  }
}
.company_box--description {
  font-size: 24px;
  padding-left: 20px;
}
@media (max-width: 599px) {
  .company_box--description {
    font-size: 16px;
    padding-left: 10px;
  }
}
.company_img {
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 599px) {
  .company_img {
    margin-bottom: 20px;
  }
}

.qa_list {
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .qa_list {
    margin-bottom: 20px;
  }
}
.qa_list:first-of-type {
  padding-top: 30px;
}
@media (max-width: 599px) {
  .qa_list:first-of-type {
    padding-top: 20px;
  }
}
.qa_list--q {
  font-size: 25px;
  font-size: clamp(16px, 1.666vw, 25px);
  font-weight: 700;
  background: #fff;
  padding: 5px 4% 5px 60px;
  position: relative;
}
@media (max-width: 599px) {
  .qa_list--q {
    padding: 5px 7% 5px 45px;
  }
}
.qa_list--q::before, .qa_list--q::after {
  content: "";
  display: block;
  position: absolute;
}
.qa_list--q::before {
  width: 90px;
  height: 90px;
  background: url(../img/qa-icon.svg) no-repeat;
  background-size: contain;
  left: -45px;
  top: -10px;
}
@media (max-width: 599px) {
  .qa_list--q::before {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
  }
}
.qa_list--q::after {
  width: 13px;
  height: 13px;
  background: url(../img/bread_arw3.png) no-repeat;
  background-size: contain;
  right: 10px;
  top: 40%;
  z-index: 10;
}
@media (max-width: 599px) {
  .qa_list--q::after {
    right: 8px;
  }
}
.qa_list--a {
  font-size: 22px;
  padding: 15px 4% 0 60px;
}
@media (max-width: 599px) {
  .qa_list--a {
    font-size: 14px;
    padding: 10px 7% 0 45px;
  }
}

/*--footer-------------------*/
footer {
  background: #fff;
}
@media (max-width: 599px) {
  footer {
    font-size: 14px;
  }
}
footer .m-inner {
  padding: 0 0 50px;
}
@media (max-width: 599px) {
  footer .m-inner {
    padding: 0 0 20px;
  }
}
footer .footer_logo {
  display: block;
  padding: 0;
  line-height: 1;
  max-width: 178px;
  margin: 0 auto 10px;
}
footer .footer_add {
  color: #333;
  line-height: 1.6;
  text-align: center;
}
footer .footer_add a {
  color: #231815;
  display: inline-block;
}
footer small.cp {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 11px;
}/*# sourceMappingURL=style.css.map */

/*--メールフォーム-------------------*/
.sec_form {
  padding: 50px 3%;
}
@media (max-width: 599px) {
  .sec_form {
    padding-bottom: 20px;
  }
}

.mailform h2 {
  color: #EA5810;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  border-top: 2px solid #EA5810;
  border-bottom: 2px solid #EA5810;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .mailform h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}

.mailform-in {
  max-width: 650px;
  margin: 15px auto 0;
  padding: 0;
}
.mailform-in dd {
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .mailform-in dd {
    margin-bottom: 0;
  }
}
.mailform-in p.txt1 {
  font-size: 23px;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .mailform-in p.txt1 {
    font-size: 14px;
    padding: 15px 0 20px;
  }
}
.mailform-in input, .mailform-in textarea {
  background: #fff 0 0 repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 2pc;
  padding: 20px;
  width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
}
@media (max-width: 599px) {
  .mailform-in input, .mailform-in textarea {
    font-size: 16px;
    padding: 18px;
  }
}
.mailform-in form {
  margin: 0;
  padding: 0;
}
.mailform-in .item_label {
  color: #161718;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .mailform-in .item_label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.mailform-in .submit {
  width: 100%;
  text-align: center;
}
.mailform-in .submitbtn {
  border: 1px solid #30a9e1;
  border-radius: 3px;
  width: 100%;
  padding: 18px;
  font-size: 20px;
  background: #ef66ae;
  background: linear-gradient(to bottom, #56c0f1 0, #30a9e1 100%);
  cursor: pointer;
}
@media (max-width: 599px) {
  .mailform-in .submitbtn {
    font-size: 20px;
    padding: 15px;
  }
}
.mailform-in .submitbtn, .mailform-in .title_st1, .mailform-in .title_st2 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.mailform-in span.fColorRED {
  color: #de2d71;
  font-size: 15px;
}
@media (max-width: 599px) {
  .mailform-in span.fColorRED {
    font-size: 14px;
  }
}

/*--CTAエリア-----------------------------*/
.contact .line_txt_2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-img{
  padding: 0 4% 5%;
  text-align: center;
}
@media (max-width: 599px) {
  .contact .line_txt_2 {
    font-size: 18px;
  }
}
.contact .line_txt_2_in {
  font-size: 30px;
  display: inline-block;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .contact .line_txt_2_in {
    font-size: 18px;
  }
}
.contact .line_txt_2_in::before {
  content: "＼";
}
.contact .line_txt_2_in::after {
  content: "／";
}
.contact .row {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 0;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .contact .row {
    display: block;
  }
}
.contact .col-lg-4 {
  padding-right: 8px;
  padding-left: 8px;
}
.contact .btn_tel, .contact .btn_line, .contact .btn_web {
  display: block;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  min-height: 94px;
}
@media (max-width: 599px) {
  .contact .btn_tel, .contact .btn_line, .contact .btn_web {
    margin-bottom: 10px;
    font-size: 20px;
    min-height: auto;
    padding: 15px 0;
  }
}
.contact .btn_line img, .contact .btn_tel img, .contact .btn_web img {
  width: 3rem;
  margin-right: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 599px) {
  .contact .btn_line img, .contact .btn_tel img, .contact .btn_web img {
    width: 1.5rem;
    margin-right: 0.3rem;
  }
}
.contact .btn_tel img, .contact .btn_line img {
  width: 2.4rem;
  padding-bottom: 7px;
}
@media (max-width: 599px) {
  .contact .btn_tel img, .contact .btn_line img {
    width: 1.5rem;
  }
}
.contact .btn_web {
background-color: #0c95d4;
border-bottom: 5px solid #0a75a7;
  padding: 19px 0;
}
@media (max-width: 599px) {
  .contact .btn_web {
    padding: 15px 0;
  }
}
.contact .btn_line {
background-color: #539d41;
box-shadow: 0 5px #3d7e2f;
  padding: 14px 0;
}
.contact .btn_tel {
background-color: #bd3027;
box-shadow: 0 5px #94241d;
  padding: 14px 0;
}
.contact .btn_sub_t {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: -2px;
}
.contact .col-lg-4 {
  flex-basis: 33.3333%;
}


.footer_fix_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background: #f8f8f8;
  font-size: 1pc;
  color: #000;
  border-top: 2px solid #fff;
  z-index: 5;
}
.footer_fix_btn .container {
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.footer_fix_btn .row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.footer_fix_btn .col-4 {
  padding-right: 3px;
  padding-left: 3px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.footer_fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.footer_fix_btn .head_line img, .footer_fix_btn .head_tel img, .footer_fix_btn .head_web img {
  width: 1.5rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 599px) {
  .footer_fix_btn .head_line img, .footer_fix_btn .head_tel img, .footer_fix_btn .head_web img {
    width: 1rem;
  }
}
.footer_fix_btn .head_tel img {
  padding-bottom: 5px;
}
@media (max-width: 599px) {
  .footer_fix_btn .head_tel img {
    padding-bottom: 3px;
  }
}
.footer_fix_btn .head_line, .footer_fix_btn .head_tel, .footer_fix_btn .head_web {
  line-height: 1;
  display: block;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 18px 0;
  color: #fff;
  margin-right: 5px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 599px) {
  .footer_fix_btn .head_line, .footer_fix_btn .head_tel, .footer_fix_btn .head_web {
    min-height: 52px;
    padding: 12px 0;
    letter-spacing: -0.03em;
    font-size: 14px;
  }
}
.footer_fix_btn .head_web {
  color: #fff;
background-color: #0c95d4;
border-bottom: 5px solid #0a75a7;
}
@media (max-width: 599px) {
  .footer_fix_btn .head_web {
    padding: 12px 0 12px;
  }
}
.footer_fix_btn .head_line {
  color: #fff;
background-color: #539d41;
box-shadow: 0 5px #3d7e2f;
}
.footer_fix_btn .head_tel {
  color: #fff;
background-color: #bd3027;
box-shadow: 0 5px #94241d;
  padding: 15px 0 15px;
}
@media (max-width: 599px) {
  .footer_fix_btn .head_tel {
    padding: 10px 0 10px;
  }
}
.footer_fix_btn .head_line .btn_sub_t, .footer_fix_btn .head_tel .btn_sub_t, .footer_fix_btn .head_web .btn_sub_t {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1;
}
@media (max-width: 599px) {
  .footer_fix_btn .head_line .btn_sub_t, .footer_fix_btn .head_tel .btn_sub_t, .footer_fix_btn .head_web .btn_sub_t {
    font-size: 9px !important;
    padding-top: 1px;
  }
    .sec_form {
    padding: 0px 3%;
}
    .campaign .company_img{ width: 80%; margin: 0 auto 0px;}
}


.flow_bottom--head span.a1::before {
  left:-40%;
}
.flow_bottom--head span.a1::after {
  right: -40%;
}

    
.review .m-inner_m {
  padding-bottom: 0;
}
.review_ttl {
  background: rgb(148, 113, 35);
  background: linear-gradient(160deg, rgb(148, 113, 35) 0%, rgb(220, 192, 127) 12%, rgb(163, 130, 54) 29%, rgb(151, 117, 39) 39%, rgb(163, 130, 54) 58%, rgb(220, 192, 127) 73%, rgb(220, 192, 127) 84%, rgb(148, 113, 35) 100%);
  padding: 50px 0;
  position: relative;
}
@media (max-width: 599px) {
  .review_ttl {
    padding: 25px 5%;
  }
}
.review_ttl--h {
  font-size: 48px;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .review_ttl--h {
    font-size: 20px;
  }
}
.review_ttl--h span {
  display: inline-block;
  position: relative;
}
.review_ttl--h span img {
  vertical-align: text-bottom;
  width: clamp(166px, 15.8vw, 237px);
  position: relative;
  top: 10px;
}
.review_ttl--h span em {
  font-size: 52px;
  font-size: clamp(36px, 3.47vw, 52px);
}
@media (max-width: 599px) {
  .review_ttl--h span em {
    font-size: 28px;
  }
}
.review_ttl--h span strong {
  font-size: 60px;
  font-size: clamp(42px, 4vw, 60px);
}
@media (max-width: 599px) {
  .review_ttl--h span strong {
    font-size: 34px;
  }
}
.review_ttl--sub {
  text-align: center;
  width: 177px;
  width: clamp(120px, 23.6vw, 177px);
  height: 177px;
  height: clamp(120px, 11vw, 177px);
  background: url(../img/review-icon_bg.png) no-repeat 50% 50%;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
right: 18%;
  bottom: 10%;
}
@media (max-width: 599px) {
  .review_ttl--sub {
    left: calc(100% - 120px - 10px);
    top: 70%;
  }
}
.review_ttl--sub span {
  display: inline-block;
  font-size: 68px;
  font-size: clamp(46px, 4.53vw, 68px);
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #80673C;
  line-height: 1;
  letter-spacing: -0.03em;
  max-width: 114px;
}
.review_ttl--sub img {
  display: block;
  margin: 0 auto;
}
.review_ttl--sub img:first-of-type {
  max-width: 71px;
  margin-bottom: 6px;
  margin-top: 5px;
}
.review_ttl--sub img:last-of-type {
  max-width: 114px;
  margin-bottom: 3px;
}
.review_list {
  flex-wrap: wrap;
  margin-top: -30px;
}
@media (max-width: 599px) {
  .review_list {
    display: block;
  }
}
.review_list--item {
  flex-basis: 45%;
  margin-top: 30px;
}
.review_list--head {
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 599px) {
  .review_list--head {
    margin-bottom: 10px;
  }
}
.review_list--head span {
  display: block;
}
.review_list--icon {
  font-size: 28px;
  color: #fff;
  line-height: 57px;
  text-align: center;
  width: 57px;
  height: 57px;
  background: #4A16A8;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media (max-width: 599px) {
  .review_list--icon {
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.review_list--name {
  font-size: 20px;
  padding-left: 77px;
}
@media (max-width: 599px) {
  .review_list--name {
    font-size: 14px;
    padding-left: 60px;
  }
}
.review_list--time {
  font-size: 18px;
  color: #A0A0A0;
  padding-left: 77px;
}
@media (max-width: 599px) {
  .review_list--time {
    font-size: 12px;
    padding-left: 60px;
  }
}
.review_list--comment {
  font-size: 22px;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 599px) {
  .review_list--comment {
    font-size: 14px;
  }
}
.review_list--comment img {
  display: inline-block;
  max-width: 113px;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .review_list--comment img {
    max-width: 80px;
    margin-right: 15px;
  }
}
        

/*評価★★★★★*/
.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 14px;
  font-size: 14px;
  /* margin-right: 5px;*/
  top: -0.05em;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Material Icons';
  content: '\e838\e838\e838\e838\e838';
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}
.rate0:after {
  width: 0;
}
.rate1:after {
  width: 16px;
}
.rate1-5:after {
  width: 23px;
}
.rate2:after {
  width: 30px;
}
.rate2-5:after {
  width: 37px;
}
.rate3:after {
  width: 45px;
}
.rate3-5:after {
  width: 53px;
}
.rate4:after {
  width: 60px;
}
.rate4-5:after {
  width: 65px;
}
.rate5:after {
  width: 75px;
}
.f_siz{ font-size:40px!important;}
@media (max-width: 768px) {.f_siz{ font-size:30px!important;} }

.kuchikomi_list{text-align: right; margin: 20px 0;}
.kuchikomi_list a{display: inline-block; text-decoration: underline; color: #0c95d4; font-weight: bold;}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
    
.profile_box--name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.profile_box--name span {
    font-size: 14px;
    padding: 8px 10px;
}
            
@media (max-width: 599px) {
  .profile_box--name {
    text-align: center;
    }
}
.sample{
  text-align: center;
}
.sample-text{
  font-size: 32px;
  font-size: clamp(22px, 2.13vw, 32px);
}
.sample-list{
  gap: 5%;
  margin: 40px;
}
@media (max-width: 599px) {
  .sample-list {
    flex-direction: column;
    gap: 30px;
}
  .sample-text{
    font-size: 15px;
    text-align: left;
  }
}
.point{
  padding: 50px 4%;
  background: url(../img/point-bg.jpg) repeat;
  text-align: center;
}