/*  **************************************************************************************************************************************************/
/*  contents  */
/*  **************************************************************************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;800&display=swap');


/*-------------------------*/
/*共通
/*-------------------------*/

a { transition: all .2s; }
a:hover { opacity: 0.7; }

.br_pc { display: block; }
.br_sp { display: none; }
br.br_pc { font-size: 0; }

.ib { display: inline-block; }

.wrap .main-area .main-area-contents {
  position: relative;
}
.lp-contents-wrap {
  line-height: 1.4;
  border-bottom: 1px #919191 solid;
}
.lp-contents-wrap * {
  font-family: 'M PLUS 1p', "游ゴシック",Yu Gothic,YuGothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,verdana,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.lp-contents-wrap *,
.lp-contents-wrap *::before,
.lp-contents-wrap *::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.lp-contents-wrap .inner_wrap {
  position: relative;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.brackets {
  background: url("../img/brackets_l.svg") no-repeat top left / 17.8% auto,
              url("../img/brackets_r.svg") no-repeat bottom right / 17.8% auto;
}
.wrap .main-area a.btn_link {
  width: 100%;
  display: block;
  font-size: 43px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background-color: #f00;
  padding: 0.3em 0.8em 0.2em;
  border-radius: 25px;
}
.wrap .main-area a.btn_link:hover {
  text-decoration: none;
  border-radius: 0;
  opacity: 1;
}

.list_note > li {
  font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,verdana,Osaka,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.list_note > li:last-child {
  margin-bottom: 0;
}
.list_note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.marker {
  background: -o-linear-gradient(transparent 75%, #fff100 25%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #fff100));
  background: linear-gradient(transparent 75%, #fff100 25%);
  margin: 0 3px;
  padding: 0 2px 0 2px;
  display: inline;
}

.bg_01 {
  background: repeating-linear-gradient(-45deg, #f8f9e7, #f8f9e7 3px, #f0f5c9 3px, #f0f5c9 7px);
}
.bg_02 {
  background: repeating-linear-gradient(-45deg, #f0e8d3, #f0e8d3 3px, #e4d2a8 3px, #e4d2a8 7px);
}

@media screen and (min-width:768px) and (max-width:1269px) {
  .wrap .main-area a.btn_link {
    font-size: 3.467vw;
    border-radius: 2vw;
  }
  .wrap .main-area a.btn_link {
    font-size: 3.388vw;
  }
}

@media screen and (max-width:767px) {
  .br_pc { display: none; }
  .br_sp { display: block; }
  br.br_sp { font-size: 0; }

  .wrap .main-area a.btn_link {
    font-size: 3.467vw;
    border-radius: 2vw;
  }
  .wrap .main-area a.btn_link {
    font-size: 6.133vw;
  }
}

/*-------------------------*/
/*ご予約はこちらボタン
/*-------------------------*/

.cta_btn {
  width: 140px;
  position: absolute;
  bottom: 11%;
  right: 1%;
  z-index: 99;
}
.cta_btn a {
  display: block;
  border-radius: 50%;
}
.cta_btn a img {
  border-radius: 50%;
}

@media screen and (min-width:768px) and (max-width:1269px) {
  .cta_btn {
    width: 95px;
  }
}

@media screen and (max-width: 767px) {
  .cta_btn {
    width: 75px;
  }
}

/*-------------------------*/
/*ファーストビュー・安全点検
/*-------------------------*/

.fv_main {
  position: relative;
  z-index: 1;
}
.lp-contents-wrap .fv_main_container {
  background-image: url("../img/fv_bg_img.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 660px;
  border-top: 8px solid #ff0000;
}
.fv_inner {
  width: 100%;
  height: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.fv_ttl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5%;
}
.fv_txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
.fv_txt > span {
  width: 823px;
  max-width: 90%;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  line-height: 1.48;
  letter-spacing: 0.16em;
  display: inline-block;
  background-color: #f00;
  border-radius: 60px;
  padding: 0.8em 2.2em;
  margin: 0 auto;
  white-space: nowrap;
}
.icon_img {
  width: 95px;
  max-width: 10%;
  min-width: 66px;
  text-align: center;
  margin: 0 auto 20px;
}
.worry {
  position: relative;
  z-index: 0;
  padding: 130px 0;
}
.worry_ttl {
  font-size: 57px;
  font-weight: 800;
  color: #f00;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}
.worry_ttl .under_line {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
  font-weight: 800;
}
.worry_ttl .under_line::after {
  content: '';
  display: block;
  width: 110%;
  height: 18px;
  background-image: url("../img/under_line.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: -0.1em;
}
.worry_list_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 2%;
  padding-bottom: 70px;
  margin-bottom: 30px;
  margin-top: -50px;
  position: relative;
}
.worry_list_wrap::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 46px 0 46px;
  border-color: #54311f transparent transparent transparent;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.worry_list {
  display: inline-block;
  text-align: left;
}
.worry_list > li {
  font-size: 31px;
  font-weight: 700;
  color: #54311f;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
.worry_list > li:last-child {
  margin-bottom: 0;
}
.worry_list > li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.45em;
  left: 0;
  background-color: currentColor;
  border-radius: 50%;
}
.worry_list > li.under_line {
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #54311f;
}
.worry_img_01 {
  width: 17.84%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 7%;
}
.worry_reply {
  font-size: 38px;
  font-weight: 800;
  color: #54311f;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
.worry_txt {
  text-align: center;
  margin-bottom: 80px;
}
.worry_txt > span {
  width: 100%;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.44;
  letter-spacing: 0.05em;
  display: inline-block;
  background-color: #0e783a;
  border-radius: 50px;
  padding: 0.8em 1em;
  margin: 0 auto;
}
.important_contents_wrap {
  padding: 3.5% 2.5%;
  margin-top: 180px;
  margin: 180px 0 120px;
}
.important_contents {
  background-color: #fff;
  border-radius: 28px;
  padding: 110px 0 130px;
}
.important_inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.important_ttl {
  font-size: 37px;
  font-weight: 800;
  color: #54311f;
  text-align: center;
  margin-bottom: 70px;
}
.important_box_wrap {
  margin-bottom: 110px;
}
.important_box {
  margin-bottom: 100px;
}
.important_box:last-of-type {
  margin-bottom: 0;
}
.important_box_ttl {
  font-size: 26px;
  font-weight: 700;
  color: #323232;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #e4d2a8;
  padding: 0.3em 1em;
  border-radius: 20px;
  margin-bottom: 50px;
}
.case_col3 {
  display: flex;
  justify-content: space-between;
}
.case_col3_item {
  width: 31%;
  padding-bottom: 95px;
  background: url("../img/arrow_down.svg") no-repeat bottom 12px center / 36px 73px;;
}
.case_col3_item:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
.case_col2 {
  width: 580px;
  max-width: 78%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.case_col2_item {
  width: 47.8%;
}
.case_box {
  background-color: #fef1cc;
  padding: 3.4% 3%;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case_box_txt {
  width: 55.8%;
}
.case_box_img {
  width: 40%;
}
.case_col1_item {
  width: 580px;
  max-width: 78%;
  margin: 0 auto;
}
.important_btm {
  max-width: 580px;
  margin: 0 auto;
}
.important_btm_img {
  margin-bottom: 50px;
}
.important_btm_txt {
  font-size: 27px;
  letter-spacing: 0.05em;
  color: #323232;
  line-height: 1.68;
}

@media screen and (min-width:768px) and (max-width:1269px) {
  .fv_txt > span {
    font-size: 2.285vw;
  }
  .worry {
    padding: 10.2% 0;
  }
  .worry_ttl {
    font-size: 4.018vw;
    margin-bottom: 3.15%;
  }
  .worry_list_wrap {
    margin-top: -5%;
  }
  .worry_list > li {
    font-size: 2.442vw;
  }
  .worry_reply {
    font-size: 2.994vw;
    margin-bottom: 6%;
  }
  .worry_txt {
    margin-bottom: 8%;
  }
  .worry_txt > span {
    font-size: 3.309vw;
  }
  .lp-contents-wrap .fv_main_container {
    height: 40vw;
  }
  .fv_ttl {
    padding: 0 3%;
  }
  .fv_ttl img {
    width: 52.38%;
  }
  .fv_txt > span {
    font-size: 2.3vw;
    border-radius: 4.8vw;
  }
  .important_contents_wrap {
    margin: 14% 0 9.4%;
  }
  .important_contents {
    border-radius: 2.2vw;
    padding: 8.6% 0 10.2%;
  }
  .important_box_wrap {
    margin-bottom: 13.7%;
  }
  .important_box {
    margin-bottom: 12.5%;
  }
  .important_ttl {
    font-size: 2.915vw;
    margin-bottom: 7%;
  }
  .important_box_ttl {
    font-size: 2.048vw;
    border-radius: 1.576vw;
    margin-bottom: 5%;
  }
  .important_btm_img {
    margin-bottom: 3.94%;
  }
  .important_btm_txt {
    font-size: 2.127vw;
  }
}

@media screen and (max-width: 767px) {
  .lp-contents-wrap .fv_main_container {
    border-top-width: 4px;
  }
  .fv_txt {
    transform: translate(-50%, 70%);
  }
  .fv_txt > span {
    font-size: 2.285vw;
  }
  .worry {
    padding: 20% 0 10.6%;
  }
  .worry_ttl {
    font-size: 6.666vw;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .worry_ttl .under_line {
    padding-bottom: 0.1em;
  }
  .worry_list {
    width: 69%;
  }
  .worry_img_01 {
    width: 30%;
    max-width: 170px;
    margin-left: 1%;
  }
  .worry_list_wrap {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    align-items: center;
  }
  .worry_list > li {
    font-size: 4.266vw;
    letter-spacing: 0.02em;
  }
  .worry_reply {
    font-size: 4.8vw;
    margin-bottom: 6%;
  }
  .worry_txt {
    margin-bottom: 8%;
  }
  .worry_txt > span {
    font-size: 5.333vw;
    border-radius: 6.666vw;
  }
  .worry_list_wrap::after {
    border-width: 24px 36px 0 36px;
    bottom: 2%;
  }
  .lp-contents-wrap .fv_main_container {
    height: 59vw;
  }
  .fv_ttl {
    padding: 0 3%;
  }
  .fv_ttl img {
    width: 60%;
  }
  .fv_txt > span {
    font-size: 4.266vw;
    border-radius: 100vh;
  }
  .icon_img {
    margin-bottom: 6px;
  }
  .important_contents_wrap {
    margin: 14% 0 9.4%;
  }
  .important_box_wrap {
    margin-bottom: 13.7%;
  }
  .important_contents {
    padding: 8.6% 0 10.2%;
  }
  .important_box {
    margin-bottom: 12.5%;
  }
  .important_ttl {
    font-size: 4.8vw;
    margin-bottom: 7%;
  }
  .important_box_ttl {
    font-size: 4vw;
    margin-bottom: 5%;
  }
  .case_col3_item {
    padding-bottom: 70px;
    background: url("../img/arrow_down.svg") no-repeat bottom 10px center / 25px 51px;
  }
  .important_btm_img {
    margin-bottom: 3.94%;
  }
  .important_btm_txt {
    font-size: 3.466vw;
  }
}



/*-------------------------*/
/*お客様の声
/*-------------------------*/

.voice {
  background-color: #f3ead7;
  padding: 70px 0 140px;
  color: #323232;
}
.voice_ttl_wrap {
  margin-bottom: 100px;
}
.voice_ttl_en {
  width: 61.5%;
  margin: 0 auto;
  text-align: center;
}
.voice_ttl {
  font-size: 58px;
  font-weight: 800;
  color: #633930;
  letter-spacing: 0.1em;
  text-align: center;
}
.voice_box {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}
.voice_box:last-of-type {
  margin-bottom: 0;
}
.voice_box.reverse {
    flex-direction: row-reverse;
}
.voice_img {
  flex: 0 1 215px;
  max-width: 21.5%;
  margin-right: 5.5%;
}
.voice_box.reverse .voice_img {
  margin-right: 0;
}
.voice_txt {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  flex: 1;
  background-color: #fff;
  padding: 1.8em 2em;
  border-radius: 15px;
  position: relative;
}
.voice_box.reverse .voice_txt {
  margin-right: 5.5%;
}
.voice_txt::before,
.voice_txt::after {
  content: '';
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 2;
}
.voice_txt::before {
  width: 94%;
  height: 80px;
  background-image: url("../img/brackets_l_gre_pc.svg");
  background-position: left center;
  top: -2px;
  left: -2px;
}
.voice_box.reverse .voice_txt::before {
  left: auto;
  right: -2px;
  transform: scale(-1, 1);
}
.voice_txt::after {
  width: 93.8%;
  height: 103px;
  background-image: url("../img/brackets_r_yel_pc.svg");
  background-position: right center;
  bottom: -2px;
  right: -2px;
}
.voice_box.reverse .voice_txt::after {
  right: auto;
  left: -2px;
  transform: scale(-1, 1);
}
.voice_txt span::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 28px 18px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 40%;
  left: -28px;
}
.voice_box.reverse .voice_txt span::before {
  border-width: 18px 0 18px 28px;
  border-color: transparent transparent transparent #fff;
  top: auto;
  bottom: 40%;
  left: auto;
  right: -28px;
}
.voice_note {
  margin-top: 30px;
  font-size: 22px;
}


@media screen and (min-width:768px) and (max-width:1269px) {
  .voice {
    padding: 5.5% 0 11%;
  }
  .voice_ttl {
    font-size: 4.57vw;
  }
  .voice_txt {
    font-size: 1.891vw;
  }
  .voice_note {
    font-size: 1.733vw;
  }
  .voice_ttl_wrap {
    margin-bottom: 7.8%;
  }
  .voice_box {
    margin-bottom: 11%;
  }
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 5.5% 0 11%;
  }
  .voice_ttl {
    font-size: 6.4vw;
    border-radius: 10px;
  }
  .voice_txt {
    font-size: 3.466vw;
  }
  .voice_txt::before {
    width: 94%;
    height: 42px;
    background-image: url("../img/brackets_l_gre_sp.svg");
  }
  .voice_txt::after {
    width: 94%;
    height: 42px;
    background-image: url("../img/brackets_r_yel_sp.svg");
  }
  .voice_txt span::before {
    border-width: 10px 15px 10px 0;
    position: absolute;
    top: 40%;
    left: -15px;
  }
  .voice_box.reverse .voice_txt span::before {
    border-width: 10px 0 10px 15px;
    top: auto;
    bottom: 40%;
    left: auto;
    right: -15px;
  }
  .voice_note {
    font-size: 3.466vw;
  }
  .voice_ttl_wrap {
    margin-bottom: 7.8%;
  }
  .voice_box {
    margin-bottom: 11%;
  }
  .voice_img {
    max-width: 30%;
  }
}

/*-------------------------*/
/*点検項目
/*-------------------------*/

.check_contents {
  padding: 80px 0 130px;
}
.check_ttl {
  font-size: 58px;
  color: #fff;
  background-color: #54311f;
  padding: 0.5em 15px;
  text-align: center;
}
.check_inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
.check_box_wrap {
  padding: 80px 70px;
}
.check_box {
  margin-bottom: 80px;
}
.check_box:last-of-type {
  margin-bottom: 0;
}
.check_box_ttl {
  text-align: center;
  margin-bottom: 45px;
}
.check_box_ttl span {
  font-size: 48px;
  font-weight: 800;
  color: #0e783a;
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
}
.check_box_txt {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
.check_mark {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.check_mark_item {
  min-width: 39%;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #0e783a;
  padding: 0.3em 1em;
  border-radius: 32px;
  margin: 0 1% 30px;
}


@media screen and (min-width:768px) and (max-width:1269px) {
  .check_contents {
    padding: 6.3% 0 10.2%;
  }
  .check_box {
    margin-bottom: 8.4%;
  }
  .check_ttl {
    font-size: 4.57vw;
  }
  .check_box_wrap {
    padding: 6.3% 5.5%;
  }
  .check_box_ttl {
    margin-bottom: 4.7%;
  }
  .check_box_ttl span {
    font-size: 3.782vw;
  }
  .check_box_txt {
    font-size: 2.2vw;
    margin-bottom: 30px;
  }
  .check_mark_item {
    font-size: 2.994vw;
    border-radius: 2.521vw;
    margin: 0 1% 3.1%;
  }
}

@media screen and (max-width: 767px) {
  .check_contents {
    padding: 6.3% 0 10.2%;
  }
  .check_box {
    margin-bottom: 14%;
  }
  .check_ttl {
    font-size: 6.4vw;
  }
  .check_box_wrap {
    padding: 8% 5.5%;
  }
  .check_box_ttl {
    margin-bottom: 4.7%;
  }
  .check_box_ttl span {
    font-size: 6.133vw;
  }
  .check_box_txt {
    font-size: 3.466vw;
    margin-bottom: 20px;
  }
  .check_mark {
    display: block;
  }
  .check_mark_item {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 5.066vw;
  }
}

/*-------------------------*/
/*予約ステップ
/*-------------------------*/

.step {
  padding-bottom: 200px;
}
.step_inner_wrap {
  max-width: 1136px;
  margin: 0 auto;
  padding: 10px;
}
.step_ttl {
  width: 1050px;
  max-width: 90%;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  color: #0e783a;
  text-align: center;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  line-height: 1em;
  white-space: nowrap;
}
.step_ttl:before,
.step_ttl:after{
    content: "";
    display: block;
    width: 50%;
    height: 0.9em;
    background: url("../img/ttl_line_img.svg") no-repeat center center / contain;
}
.step_ttl:before{
  margin-right: 0.3em;
}
.step_ttl:after{
  margin-left: 0.3em;
}
.step_contents {
  color: #323232;
  background-color: #f0f5c9;
  padding: 80px 0 130px;
  border-radius: 33px;
  margin-bottom: 50px;
}
.step_flow {
  max-width: 940px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 60px;
  position: relative;
}
.step_flow_item {
  width: 41%;
}
.flow_num {
  width: 76px;
  max-width: 19.5%;
  margin: 0 auto 15px;
}
.step_img {
  margin-bottom: 30px;
}
.step_txt {
  font-size: 25px;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.step_arrow {
  position: relative;
}
.step_arrow::after {
  content: '';
  width: 16%;
  max-width: 61px;
  height: 20.4%;
  max-height: 134px;
  background: url("../img/arrow_r_gre.svg") no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 15%);
  transform: translateY(-50%);
}
.flow_btm {
  max-width: 98%;
  background-color: #0e783a;
  font-size: 28px;
  color: #fff;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flow_btm:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.662em;
  transform: translateY(-50%);
  border-width: 1.74em 0 1.74em 0.68em;
  border-style: solid;
  border-color: transparent transparent transparent #0e783a;
}
.flow_btm:before {
  content: '';
  width: 1.2em;
  height: 2.6em;
  background: url("../img/arrow_r_wht.svg") no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow_btm_item {
  width: 42%;
  font-weight: 700;
  text-align: center;
}
.step_box {
  margin-bottom: 80px;
}
.step_box:last-of-type {
  margin-bottom: 0;
}
.step_flow_last {
  margin-top: 28%;
}
.step_flow_last .step_img {
  width: 320px;
  max-width: 83%;
  margin: 0 auto;
  margin-bottom: 130px;
}
.step_note {
  font-size: 17px;
  margin-top: 30px;
}

@media screen and (min-width:768px) and (max-width:1269px) {
  .step {
    padding-bottom: 15.7%;
  }
  .step_contents {
    padding: 6.3% 0 10.2%;
    margin-bottom: 3.9%;
  }
  .step_box {
    margin-bottom: 6.3%;
  }
  .step_ttl {
    font-size: 4.57vw;
    margin: 0 auto 6.3%;
  }
  .step_txt {
    font-size: 1.97vw;
  }
  .flow_btm {
    font-size: 2.206vw;
  }
  .step_note {
    font-size: 14px;
  }
  .step_flow {
    margin: 0 auto 4.7%;
  }
  .step_flow_last .step_img {
    margin-bottom: 33.4%;
  }
}

@media screen and (max-width: 767px) {
  .step {
    padding-bottom: 15.7%;
  }
  .step_contents {
    padding: 6.3% 0 10.2%;
    margin-bottom: 3.9%;
  }
  .step_box {
    margin-bottom: 6.3%;
  }
  .step_ttl {
    font-size: 6.4vw;
    margin: 0 auto 6.3%;
  }
  .step_img {
    margin-bottom: 20px;
  }
  .step_txt {
    font-size: 3.466vw;
  }
  .flow_btm {
    font-size: 3.466vw;
  }
  .step_note {
    font-size: 14px;
  }
  .step_flow {
    margin: 0 auto 4.7%;
  }
  .step_flow_last .step_img {
    margin-bottom: 33.4%;
  }
}



/*-------------------------*/
/*カーライフを手厚くサポート
/*-------------------------*/

.info {
  padding: 0 0 180px;
}
.info_box_wrap {
  margin-bottom: 160px;
}
.info_box {
  margin-bottom: 200px;
}
.info_box:last-of-type {
  margin-bottom: 0;
}
.info_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.info_ttl span {
  font-size: 49px;
  font-weight: 800;
  color: #323232;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.info_media {
  display: flex;
  align-items: flex-start;
}
.info_media.reverse {
  flex-direction: row-reverse;
}
.info_media_img {
  flex: 0 1 42.5%;
  margin-right: 4%;
}
.info_media_img_04 {
  flex: 0 1 40.3%;
}
.info_media.reverse .info_media_img {
  margin-right: 0;
}
.info_media_txt {
  flex: 1;
  margin-top: -0.6em;
  text-align: justify;
  text-justify: inter-character;
}
.info_media_txt p {
  font-size: 26px;
  color: #323232;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.info_media.reverse .info_media_txt {
  margin-right: 4%;
}
.info_note {
  font-size: 24px;
  color: #323232;
  margin: 1em 0;
}

@media screen and (min-width:768px) and (max-width:1269px) {
  .info {
    padding: 0 0 17%;
  }
  .info_box_wrap {
    margin-bottom: 12.6%;
  }
  .info_box {
    margin-bottom: 10%;
  }
  .info_ttl {
    margin-bottom: 5%;
  }
  .info_ttl span {
    font-size: 3.861vw;
  }
  .info_media_txt p {
    font-size: 2.048vw;
  }
  .info_note {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .info {
    padding: 0 0 33%;
  }
  .info_box_wrap {
    margin-bottom: 12.6%;
  }
  .info_box {
    margin-bottom: 10%;
  }
  .info_ttl {
    margin-bottom: 8%;
  }
  .info_ttl span {
    font-size: 5.866vw;
  }
  .info_media_txt p {
    font-size: 3.466vw;
  }
  .info_note {
    font-size: 3.466vw;
    margin-top: 0;
  }
  .info_media {
    display: block;
  }
  .info_media_img {
    margin: 0 0 20px 0;
  }
  .info_media_txt {
    margin-top: 0;
  }
}

