@charset "UTF-8";
/*===============================================
 *	common
===============================================*/
.ttl_copy_set {
  font-size: clamp(22px, 4vw, 44px);
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 568px) {
  .ttl_copy_set .main_txt {
    font-size: 22px;
  }
}
/*===============================================
 *	メインビジュアル
===============================================*/
.intro_content {
  background-image: url("../img/common/bg_home.png"), url("../img/common/bg_stripe_02.png");
  background-repeat: no-repeat,repeat;
  background-position:left bottom ,top left;
}
.intro_content .md_inner_space {
  padding: 30px 40px 50px;
  width: 50%;
}
.intro_content .ttl_copy_set{
  font-weight: bold;
}
.intro_content .half_box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.intro_content .intro_box .ttl{
  font-size: clamp(21px, 2.8vw, 32px);
  margin-bottom: 10px;
}
.intro_content .intro_box em{
  font-size: clamp(17px, 2vw, 22px);
  background:linear-gradient(transparent 60%, #f7f81f 60%);

}
.intro_content .intro_box .photo{
  border-radius: 0 5px 5px 0;
  width: 50%;
}

@media only screen and (max-width: 568px) {
  .intro_content .half_box{
    flex-direction: column-reverse;
  }
  .intro_content .md_inner_space {
    padding: 20px;
    width: 100%;
  }
  .intro_content .intro_box .ttl{
    text-align: center;
  }
  .intro_content .intro_box .photo{
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
}
/*===============================================
 *	セットが基本
===============================================*/
.solution{
  background: #eff6fd;
}
.set_about {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.set_about li {
  position: relative;
  width: 48.3%;
}
.set_about li dl {
  display: flex;
}
.set_about li dt {
  position: relative;
}
.set_about li dt span{
  display: block;
  color: #fff;
  font-size: clamp(17px, 1.7vw, 25px);
  font-weight: bold;
  font-style: italic;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border-radius: 0 0 0 10px;
}
.set_about li dt img{
  border-radius: 10px 0 0 0;
}
.set_about li:nth-of-type(1)::after {
  content: "";
  background: url(../img/common/icon_x.png) no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  position: absolute;
  right: -7.8%;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  z-index: 100;
}
.set_about li:nth-of-type(1) dt span{
  background: var(--site-primary);
}
.set_about li:nth-of-type(2) dt span{
  background: var(--site-secondary);
}
.set_about li:nth-of-type(1) dd{
  background: url(../img/pest_trouble/bg_kujo.png) center no-repeat #fff;
}
.set_about li:nth-of-type(2) dd{
  background: url(../img/pest_trouble/bg_boujo.png) center no-repeat #fff;
}
.set_about dd{
  border-radius: 0 10px 10px 0;
  font-size: clamp(15px, 1.6vw, 19px);
  padding: 60px 20px 0 30px;
  width: 65%;
}
.set_about dd span{
  font-size: clamp(17px, 2vw, 22px);
}
@media only screen and (max-width: 568px) {
  .set_about li {
    width: 100%;
  }
  .set_about li:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .set_about li:nth-of-type(1)::after {
    width: 48px;
    height: 48px;
    right: unset;
    top: unset;
    left: 50%;
    bottom: -40px;
    transform: translateY(0) translateX(-50%);
  }
  .set_about li dt {
    width: 30%;
  }
  .set_about li dd {
    padding: 20px 20px 0;
    width: 70%;
  }
  .set_about li:nth-of-type(1) dd{
    background-size: 35%;
  }
  .set_about li:nth-of-type(2) dd{
    background-size: 35%;
  }
}
/***********************************************
* 根本解決！
************************************************/
.arrow_bottom_solution{
  background: url(../img/pest_trouble/bg_solution_arrow.png) center top no-repeat;
  background-size: 25%;
}
.solution_subttl{
  background: url(../img/pest_trouble/bg_solution.png) center top no-repeat;
  background-size: contain;
  font-size: clamp(24px, 3vw, 40px);
  text-align: center;
  padding: 72px 0 20px;

}
.solution .icon_box {
  margin-top: 0;
  margin-bottom: 40px;
}
.solution .icon_box .txt_primarycolor {
  font-size: 1.17em;
}
@media only screen and (max-width: 568px) {
  .arrow_bottom_solution{
    background-size: 75%;
  }
  .solution .icon_box {
    margin-bottom: 20px;
  }
  .solution_subttl {
    padding: 47px 0 15px;
  }
  .solution .icon_box .txt_primarycolor {
    font-size: 1.13em;
  }
}
/***********************************************
* 市販薬やDIYだけでは不十分
************************************************/
.intro_diy_box {
  margin-bottom: 30px;
}
.intro_diy_box .half_box{
  display: flex;
  flex-wrap: wrap;
}
.intro_diy_box .md_inner_space {
  padding: 30px 40px 50px;
  width: 50%;
}
.intro_diy_box .ttl_copy_set{
  font-weight: bold;
}
.intro_diy_box .ttl{
  font-size: clamp(20px, 2.8vw, 32px);
  margin-bottom: 10px;
}
.intro_diy_box em{
  font-size: clamp(17px, 2vw, 22px);
  background:linear-gradient(transparent 60%, #f7f81f 60%);

}
.intro_diy_box .photo{
  border-radius: 5px 0 0 5px;
  width: 50%;
}
.intro_content_diy .icon_box {
  border: 4px solid #f6c8c2;
}
.arrow_bottom_diy{
  background: url(../img/pest_trouble/bg_diy_arrow.png) center top no-repeat;
  background-size: 25%;
  padding: 60px 0 20px;
}
.diy_ttl {
  font-size: clamp(24px, 3vw, 40px);
}
.diy_ttl > span {
  position: relative;
}
.diy_ttl > span::before, .diy_ttl > span::after {
  content: "";
  width: 9%;
  max-width: 34px;
  height: 62px;
  position: absolute;
  bottom: 5px;
}
.diy_ttl > span::before {
  background: url(../img/common/line_blue_left.svg) no-repeat center bottom;
  background-size: contain;
  left: -15%;
}
.diy_ttl > span::after {
  background: url(../img/common/line_blue_right.svg) no-repeat center bottom;
  background-size: contain;
  right: -15%;
}
@media only screen and (max-width: 568px) {
  .arrow_bottom_diy{
    background-size: 75%;
    padding: 60px 0 10px;
  }
  .intro_diy_box .md_inner_space {
    padding: 20px;
    width: 100%;
  }
  .intro_diy_box .half_box{
    flex-direction: row;
  }
  .intro_diy_box .ttl{
    text-align: center;
  }
  .intro_diy_box .photo{
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
  .diy_ttl > span::before {
    width: 6%;
  }
  .diy_ttl > span::after {
    width: 6%;
  }
}
/***********************************************
* 害虫駆除のプロにお任せする
************************************************/
.intro_leave_box {
  margin-bottom: 30px;
}
.intro_leave_box .half_box{
  display: flex;
  flex-wrap: wrap;
}
.intro_leave_box .md_inner_space {
  padding: 30px 40px 50px;
  width: 50%;
}
.intro_leave_box .ttl_copy_set{
  font-weight: bold;
}
.intro_leave_box .ttl{
  font-size: clamp(20px, 2.8vw, 32px);
  margin-bottom: 10px;
}
.intro_leave_box em{
  font-size: clamp(17px, 2vw, 22px);
  background:linear-gradient(transparent 60%, #f7f81f 60%);
}
.intro_leave_box .photo{
  border-radius: 0 5px 5px 0;
  width: 50%;
}
.icon_box .txtxt_primarycolort_keycolor{
  font-size: 1.17em;
}
@media only screen and (max-width: 568px) {
  .intro_leave_box .half_box{
    flex-direction: column-reverse;
  }
  .intro_leave_box .md_inner_space {
    padding: 20px;
    width: 100%;
  }
  .intro_leave_box .ttl{
    text-align: center;
  }
  .intro_leave_box .photo{
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
  .icon_box .txt_keycolor {
    font-size: 1.13em;
  }
}
/*===============================================
 *	こんな害虫にお困りでは？
===============================================*/
.price_pest .desc {
  font-size: clamp(15px, 1.8vw, 19px);
  margin-bottom: 3%;
}
.price_pest .desc .txt_keycolor {
  font-size: 1.2em;
}
.pest_card {
  background-color: #fffcce;
  border-radius: 10px;
  padding: 30px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 120px 1fr 340px; 
  grid-template-rows: auto auto;
  grid-template-areas:
    "image header action"
    "image content action";
  column-gap: 30px;
  row-gap: 10px;
  align-items: center;
}

.pest_card_img { grid-area: image; }
.pest_card_header { grid-area: header; }
.pest_card_content { grid-area: content; }
.pest_card_action { grid-area: action; align-self: end;}
.pest_card_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  object-fit: contain;
}
.pest_card_header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pest_card_badge {
  background-color: var(--site-keycolor);
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 20px;
  line-height: 1;
  white-space: nowrap;
}
.pest_card_price {
  color: var(--site-keycolor);
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: bold;
  line-height: 1;
}
.pest_card_price .yen {
  font-size: clamp(14px, 1.8vw, 20px);
}
.pest_card_content {
  align-self: start;
}

.pest_card_content p {
  font-size: clamp(15px, 1.5vw, 17px);
}
.pest_card_action {
  flex-shrink: 0;
}
.pest_card_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid var(--site-primary);
  border-radius: 4px;
  color: var(--site-primary);
  font-weight: bold;
  font-size: clamp(17px, 1.8vw, 20px);
  position: relative;
}
.pest_card_btn::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--site-primary);
  border-right: 2px solid var(--site-primary);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 6%;
  position: absolute;
}
.pest_card_btn:hover {
  background-color: #eef6ff;
}
@media only screen and (max-width: 568px) {
  .price_pest .desc {
    margin-bottom: 5%;
  }
  .price_pest .desc .txt_keycolor {
    font-size: 17px;
    margin: -1% 0 15%;
  }
  .pest_card {
    padding: 20px;
    grid-template-columns: 90px 1fr;
    grid-template-areas:
      "image header"
      "content content"
      "action action";
    column-gap: 0;
    row-gap: 20px;
  }
  .pest_card_img {
    width: 75px;
    height: 75px;
  }
  .pest_card_header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }
  .pest_card_price {
    font-size: 24px;
  }
  .pest_card_action {
    width: 100%;
  }
  .pest_card_price .yen {
    letter-spacing: 0;
  }
  .pest_card_btn {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 18px;
    border-width: 3px;
    border-radius: 6px;
  }

}
/***********************************************
* もっと見るボタン
************************************************/
.more_check {
  display: none;
}
.more_content {
  display: none;
}
.more_check:checked ~ .more_content {
  display: block;
}
.more_btn .txt_close {
  display: none;
}
.more_check:checked ~ .more_btn .txt_open {
  display: none;
}
.more_check:checked ~ .more_btn .txt_close {
  display: inline-block;
}
.more_container {
  width: 100%;
  margin: 20px 0;
}
.more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 15px;
  background-color: #ff9900;
  color: #fff;
  font-size: clamp(20px, 2vw, 22px);
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  box-sizing: border-box;
  position: relative;
}
.more_btn span{
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
}
.more_btn:hover {
  opacity: 0.8;
}
/*===============================================
 *	ご依頼の流れ
===============================================*/
.pest_flow {
  background: url(../img/top/bg_city.jpg) no-repeat top center;
  background-size: cover;
}
.pest_flow .ttl_copy_set .sub_catch_txt {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: clamp(19px, 2vw, 37px);
}
.pest_flow .desc{
  font-size: clamp(16px, 1.8vw, 19px);
  margin: 2% 0 3%;
}
.pest_flow .desc em{
  font-size: clamp(17px, 1.5vw, 23px);
}
.pest_flow .ttl_copy_set .sub_catch_txt::before,
.pest_flow .ttl_copy_set .sub_catch_txt::after {
  background-color: var(--site-secondary);
  content: "";
  height: 2px;
  width: 30px;
}
.pest_flow .ttl_copy_set .sub_catch_txt::before {
  margin-right: 15px;
}
.pest_flow .ttl_copy_set .sub_catch_txt::after {
  margin-left: 15px;
}
.pest_flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 2%;
  padding: 0;
  list-style: none;
}

.pest_flow_list li {
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.pest_flow_list li .num {
  background: var(--site-primary);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: clamp(18px, 2.2vw, 27px);
  text-align: center;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}

.pest_flow_list li .num span {
  color: #fdee21;
  font-size: clamp(22px, 4vw, 45px);
  padding-left: 5px;
}

.pest_flow_list li .list_box {
  padding: 30px;
}

.pest_flow_list li .img_box {
  text-align: center;
  margin-bottom: 15px;
}

.pest_flow_list li img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #eaeaea;
}

.pest_flow_list li .ttl {
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}

.pest_flow_list li .txt_primarycolor {
  color: var(--site-primary);
  display: block;
}

.pest_flow_list li .ttl .size {
  font-size: clamp(14px, 1.5vw, 17px);
  display: block;
}
.pest_flow_list li:nth-of-type(5) .txt_primarycolor,
.pest_flow_list li:nth-of-type(5) .ttl .size {
  display: inline;
}
@media print, screen and (min-width: 769px) {
  .pest_flow_list li:not(.wide_step) {
    width: 31%;
  }

  .pest_flow_list li.wide_step {
    width: 48%;
  }

  .pest_flow_list li.wide_step .list_box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "title title"
      "image text";
    gap: 15px 30px;
    padding: 30px;
    align-items: center;
  }

  .pest_flow_list li.wide_step .txt_box {
    display: contents;
  }

  .pest_flow_list li.wide_step .ttl {
    grid-area: title;
    margin-bottom: 0;
  }

  .pest_flow_list li.wide_step .img_box {
    grid-area: image;
    margin: 0;
  }
  .pest_flow_list li.wide_step p {
    grid-area: text;
  }

  .pest_flow_list li::after {
    content: "";
    background: url(../img/common/arrow_blue_down.svg) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 16px;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    transform-origin: center;
  }
  .pest_flow_list li:nth-of-type(4)::after {
    right: -7%;
  }
  .pest_flow_list li:nth-child(3)::after,
  .pest_flow_list li:last-child::after {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  .pest_flow .ttl_copy_set .sub_catch_txt::before,
  .pest_flow .ttl_copy_set .sub_catch_txt::after {
    width: 20px;
  }
  .pest_flow_list {
    flex-direction: column;
    gap: 40px;
  }
  .pest_flow_list li,
  .pest_flow_list li.wide_step {
    width: 100%;
  }

  .pest_flow_list li .list_box {
    display: grid;
    grid-template-columns: 95px 1fr;
    grid-template-areas:
      "image title"
      "text  text";
    gap: 10px 15px;
    padding: 20px;
    align-items: center;
  }

  .pest_flow_list li .txt_box {
    display: contents;
  }

  .pest_flow_list li .img_box {
    grid-area: image;
    margin: 0;
    width: 95px;
  }

  .pest_flow_list li img {
    width: 95px;
    height: 95px;
    border-width: 2px;
  }

  .pest_flow_list li .ttl {
    grid-area: title;
    margin: 0;
  }
  
  .pest_flow_list li .ttl .txt_primarycolor {
    font-size: 1.1em;
  }

  .pest_flow_list li p {
    grid-area: text;
    margin-top: 5px;
  }

  .pest_flow_list li::after {
    content: "";
    background: url(../img/common/arrow_blue_down.svg) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
  }
  .pest_flow_list li:nth-of-type(5) .txt_primarycolor,
  .pest_flow_list li:nth-of-type(5) .ttl .size {
    display: block;
  }
  .pest_flow_list li:last-child::after {
    content: none;
  }
}
/*===============================================
 *	安心の保証付き
===============================================*/
.problem .desc .txt_keycolor {
  font-size: 1.2em;
}
.problem .problem_content::after{
  content: none;
}
.problem .problem_item{
  margin-bottom: 10px;
  border-radius: 0 0 10px 10px;
}
.problem .icon_box{
  background: var(--site-secondary);
  border: none;
  color: #fff;
  padding: 2% 3.6%;
}
.problem .icon_box em{
  color: #fdee21;
  font-size: 1.2em;
}
.problem .icon_box img{
  max-width: 54px;
}
.problem .problem_item li img {
  width: 19.5%;
}
.problem .problem_item li .problem_txt {
  background-size: 43px 37px;
  font-size: clamp(18px, 2.2vw, 27px);
  padding-left: 55px;
}
@media only screen and (max-width: 568px) {
  .problem .desc .txt_keycolor {
    font-size: 1.13em;
    margin: -1% 0 15%;
  }
  .problem .problem_item li .problem_txt {
    background-size: 28px 22px;
    padding-left: 40px;
  }
  .problem .problem_item li img {
    width: 22%;
  }
  .problem .icon_box em{
    font-size: 17px;
  }
}

/*===============================================
 *	後悔しないために
===============================================*/
.risk .ttl_copy_set .main_txt {
  background: none;
  padding-left: 0;
}

.risk .desc {
  font-size: clamp(15px, 1.8vw, 19px);
  margin: -1% 0 2.5%;
}
.risk .risk_list li p {
  padding: 10px 0;
}
.risk_txtbox{
  padding: 20px 30px;
}
.risk_list li .num {
  background: var(--site-keycolor);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: clamp(18px, 2.2vw, 27px);
  text-align: center;
  line-height: 1;
}

.risk_list li .num span {
  color: #fdee21;
  font-size: clamp(22px, 4vw, 45px);
  padding-left: 5px;
}
.risk .icon_box {
  border: 4px solid #f6c8c2;
  margin-bottom: 50px;
}
.risk .icon_box a:hover{
  text-decoration: underline;
}

.risk_catch_ttl {
  font-size: clamp(18px, 2.2vw, 27px);
  font-weight: bold;
}
.risk_catch_ttl > span {
  position: relative;
}
.risk_catch_ttl > span::before, .risk_catch_ttl > span::after {
  content: "";
  width: 5%;
  max-width: 25px;
  height: 45px;
  position: absolute;
  bottom: 0;
}
.risk_catch_ttl > span::before {
  background: url(../img/common/line_blue_left.svg) no-repeat center bottom;
  background-size: contain;
  left: -6%;
}
.risk_catch_ttl > span::after {
  background: url(../img/common/line_blue_right.svg) no-repeat center bottom;
  background-size: contain;
  right: -6%;
}
.risk_catch_ttl .txt_keycolor {
  font-size: 1.15em;
}
@media only screen and (max-width: 568px) {
  .risk .risk_list {
    margin-top: 5%;
  }
  .risk .icon_box {
    margin-bottom: 20px;
  }
  .risk_txtbox {
    padding: 10px 15px;
  }
  .risk_catch_ttl > span::before {
    width: 15%;
    left: -15%;
  }
  .risk_catch_ttl > span::after {
    width: 15%;
    right: -25%;
  }
}

/*===============================================
 *	失敗しない業者の選び方
===============================================*/
.point {
  background: #fff;
}
.point .point_ttl {
  position: relative;
  z-index: 10;
  padding-bottom: 0.8%;
}
.point .ttl_copy_set {
  font-size: clamp(20px, 3.5vw, 40px);
  margin-bottom: 0;
}
.point .ttl_copy_set .main_txt {
  transform: skewX(-10deg);
  margin-top: -2%;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.point .ttl_copy_set .main_txt .txt_primarycolor {
  font-size: 1.5em;
  font-weight: 900;
}
.point .ttl_copy_set .main_txt .txt_keycolor {
  font-family: "Roboto";
  font-size: 1.6em;
  position: relative;
  top: 0.05em;
}
.point .point_content li {
  background: #eff6fd;
  border-radius: 10px;
  padding: 3.8%;
  position: relative;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.point .point_content li:last-child {
  margin-bottom: 0;
}
.point .point_content li img {
  width: 48.5%;
  border-radius: 5px;
}
.point .point_content li .txt_box {
  width: 48.5%;
}
.point .point_content li .num {
  font-family: "Roboto";
  font-size: clamp(26px, 4vw, 40px);
  transform: skewX(-10deg);
  display: inline-block;
  position: relative;
  padding: 0.25em 0.3em 0;
}
.point .point_content li .num::before {
  content: "";
  background: var(--site-primary);
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skewX(10deg);
  border-radius: 50%;
}
.point .point_content li .ttl {
  font-size: clamp(18px, 2.2vw, 28px);
  margin: 0 0 0 .5em;
}
.point .point_content li .point_ttlbox{
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 568px) {
  .point .point_ttl {
    padding-bottom: 3%;
  }
  .point .point_ttl::before {
    content: none;
  }
  .point .point_ttl::after {
    content: none;
  }
  .point .ttl_copy_set .main_txt {
    font-size: 6.4vw;
    line-height: 1.15;
    margin-top: 2.2%;
  }
  .point .ttl_copy_set .main_txt .txt_keycolor {
    font-size: 1.68em;
  }
  .point .point_content li {
    flex-direction: column !important;
    padding: 6%;
  }
  .point .point_content li img {
    margin-bottom: 15px;
    width: 100%;
  }
  .point .point_content li .txt_box {
    width: 100%;
  }
  .point .point_content li .ttl {
    font-size: 21px;
    margin: 0 0 0 15px;
  }
  .point .point_content li .num::before {
    width: 50px;
    height: 50px;
  }
}
/*===============================================
 *	5つの理由
===============================================*/
/*
.reasons .ttl_copy_set .sub_txt {
  width: 42%;
}
.reasons .ttl_copy_set .sub_txt::before {
  left: 24%;
}
.reasons .ttl_copy_set .sub_txt::after {
  right: 24%;
}
  */
/*===============================================
 *	お客様の声
===============================================*/
.case .ttl_copy_set .main_txt {
  padding-left: 0;
  background: none;
}
.case .ttl_copy_set {
  font-size: clamp(22px, 4vw, 44px);
  margin-bottom: 0.5em;
}
/*===============================================
 *	スタッフ紹介
===============================================*/
.staff {
  background: url(../img/common/bg_wall.jpg);
  background-size: cover;
}
.staff .ttl_copy_set .main_txt {
  padding-left: 0;
}

.staff .desc {
  font-size: clamp(15px, 1.8vw, 19px);
  margin: -1% 0 3%;
}
.staff .desc .txt_keycolor {
  font-size: 1.2em;
}
.staff_list {
  gap: 60px 4.4%;
}
.staff_list li {
  background: #fff;
  width: 47.8%;
  position: relative;
  border-radius: 10px;
}
.staff_list li .name {
  font-size: min(2.5vw, 30px);
  background: #004791;
  border-radius: 60px;
  padding: 5px 0 2px;
  margin: -1.35em auto .75em;
  position: relative;
  z-index: 10;
  width: 70%;
}
.staff_list li img {
  border-radius: 10px 10px 0 0;
  margin: 0 0 18px;
}
.catch_staff{
  color: #004791;
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.txt_staff{
  padding: 0 30px 30px;
}
@media only screen and (max-width: 568px) {
  /*
  .staff .ttl_copy_set .sub_txt {
    padding: 0.52em 2.5em;
  }
  .staff .ttl_copy_set .sub_txt::before {
    left: 5%;
  }
  .staff .ttl_copy_set .sub_txt::after {
    right: 5%;
  }
    */
  .staff .ttl_copy_set .main_txt {
    background-size:unset;
  }
  .staff .desc {
    margin: -1% 0 6%;
  }
  .staff .desc .txt_keycolor {
    font-size: 1.13em;
    margin: -1% 0 15%;
  }
  .staff_list {
    gap: 25px 0;
  }
  .staff_list li {
    width: 100%;
  }
  .staff_list li .name {
    font-size: 5.3vw;
    margin: -1.75em auto .75em;
  }
  .catch_staff {
    font-size: 17px;
  }
  .txt_staff {
      padding: 0 20px 20px;
  }
}


/*===============================================
 *	よくあるご質問
===============================================*/
.faq {
  background: url(../img/common/bg_stripe_02.png);
}
.faq .ttl_copy_set .main_txt {
  background: none;
  padding-left: 0;
}
@media only screen and (max-width: 568px) {

}

/*===============================================
 *	選ばれる理由
===============================================*/


@media only screen and (max-width: 568px) {

}