@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv div {
  display: block !important;
}
#mv img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.h2_img {
  margin: 0;
  text-align: center;
}
.h2_styled {
  display: table;
  text-align: center;
  margin: 0 auto 40px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: clamp(2.5rem, 2.5vw, 3rem);
  position: relative;
  padding: 0 3%;
  width: 580px;
}
@media (max-width: 767px) {
  .h2_styled {
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: 0.05em;
    padding: 0 6%;
  }
}
.h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 28px;
  height: 79px;
  background: url(../img/title_icon001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .h2_styled:before {
    width: 22.4px;
    height: 63.2px;
    left: -5px;
  }
}
.h2_styled:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 28px;
  height: 79px;
  background: url(../img/title_icon002.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .h2_styled:after {
    width: 22.4px;
    height: 63.2px;
    right: -5px;
  }
}
.h2_styled span {
  color: #e60012;
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.btn {
  text-align: center;
}

/***************************************
------------- BENEFITS -------------
***************************************/
.sec_benefits {
  padding: 80px 0;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_benefits {
    padding: 30px 0;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_benefits .container {
  max-width: 1050px;
}
.sec_benefits .list_bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec_benefits .list_bnr li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .sec_benefits .list_bnr li {
    width: calc((100% - 20px) / 2);
  }
}
.sec_benefits .list_bnr li.txt_block {
  padding: 2%;
  border-radius: 15px;
  background: rgba(61, 4, 4, 0.7);
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .sec_benefits .list_bnr li.txt_block {
    padding: 4%;
    width: 98%;
    margin: 0 auto;
  }
}
.sec_benefits .list_bnr li.txt_block .attention {
  color: #fff;
  background: #000;
  display: table;
  font-weight: 500;
  padding: 2px 25px 4px;
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}
.sec_benefits .list_bnr li.txt_block .desc {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
}

/***************************************
------------- REASON -------------
***************************************/
.sec_reason {
  padding: 40px 0 60px;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_reason {
    padding: 20px 0 30px;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
}
.sec_reason .container {
  max-width: 900px;
}
.sec_reason .h2_img {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_reason .h2_img {
    margin: 0 0 15px;
  }
}
.sec_reason .list_reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_reason .list_reason {
    gap: 10px;
    margin: 0 0 20px;
  }
}
.sec_reason .list_reason li {
  text-align: center;
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .sec_reason .list_reason li {
    width: 100%;
  }
}

/***************************************
------------- PLAN2 -------------
***************************************/
.sec_plan2 {
  padding: 60px 0;
  background: #FFF;
}


@media (max-width: 767px) {
  .sec_plan2 {
    padding: 30px 0;
  }
}

.sec_plan2 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sec_plan2 ul li {
	width: 32.5%;
	
}
.sec_plan2 ul li img {
	display: block;
	max-width: 100%;
}

@media (min-width: 768px) {
	.sec_plan2 ul li:first-child {
		display: none;
	}
}

@media (max-width: 767px) {
.sec_plan2 ul {
	padding-bottom: 10px;
	overflow-x: scroll;
	
	}
.sec_plan2 ul li {
	width: 100%;
	
}
.sec_plan2 ul li img {
	display: block;
	min-width: 1084px;
}
}



/***************************************
------------- PLAN -------------
***************************************/
.sec_plan {
  padding: 60px 0;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover #fedf33;
}

.sec_plan.tblock {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .25);
	position: relative;
	z-index: 1;
}	

@media (max-width: 767px) {
  .sec_plan {
    padding: 30px 0;
    background: url(../img/sp_bg_img003.jpg) no-repeat center center/cover #fedf33;
  }
}
@media (min-width: 900px) {
  .sec_plan .row_custom {
    display: flex;
    gap: 0 25px;
  }
}
@media (min-width: 900px) {
  .sec_plan .row_custom .side_block {
    width: 21%;
  }
}
@media (max-width: 899px) {
  .sec_plan .row_custom .side_block {
    margin-bottom: 20px;
  }
}
.sec_plan .row_custom .side_block picture img {
  width: 100%;
}
@media (max-width: 899px) {
  .sec_plan .row_custom .side_block .list_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.sec_plan .row_custom .side_block .list_btn li {
  margin-top: 15px;
}
@media (max-width: 899px) {
  .sec_plan .row_custom .side_block .list_btn li {
    margin-top: 0;
    width: calc((100% - 10px) / 2);
  }
}
.sec_plan .row_custom .side_block .list_btn li a {
  color: #fff;
  display: block;
  background: #32b16c;
  border-radius: 100vh;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 15px;
  font-weight: bold;
  border: 2px solid #fff;
  box-shadow: 5px 5px 0 #000;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}
@media (max-width: 767px) {
  .sec_plan .row_custom .side_block .list_btn li a {
    padding: 10px;
  }
}
.sec_plan .row_custom .side_block .list_btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_plan .row_custom .side_block .list_btn li a:after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.sec_plan .row_custom .side_block .list_btn li.btn02 a {
  background: #448aca;
}
.sec_plan .row_custom .side_block .list_btn li.btn03 a {
  background: #ca4a96;
}
.sec_plan .row_custom .side_block .list_btn li.btn04 a {
  border-radius: 10px;
  background: #ec6941;
}
@media (min-width: 900px) {
  .sec_plan .row_custom .side_block .list_btn li.btn04 a {
    padding: 30px 0;
  }
}
@media (min-width: 900px) {
  .sec_plan .row_custom .plan_contents {
    width: calc(79% - 25px);
  }
}
.sec_plan .row_custom .plan_contents .row {
  gap: 9px;
}
.sec_plan .row_custom .plan_contents .col-4 {
  background: #fff;
  border: 1px solid #ccc;
}
.sec_plan .row_custom .plan_contents .price {
  text-align: center;
  color: #000;
  padding: 3px 0;
  font-weight: bold;
  background: none;
  font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  margin: 6px 0;
}
.sec_plan .row_custom .plan_contents .price .num {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.sec_plan .row_custom .plan_contents .name {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.7rem, 1.7vw, 1.8rem);
  margin: 0;
}
.sec_plan .row_custom .plan_contents .desc {
  text-align: center;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  margin: 0;
}
.sec_plan .row_custom .plan_contents .btn {
  margin-bottom: 15px;
}
.sec_plan .row_custom .plan_contents .btn a {
  display: block;
  color: #fff;
  text-align: center;
  background: #dd0716;
  border-radius: 100vh;
  max-width: 84%;
  margin: 0 auto;
  padding: 5px 0 7px;
  font-weight: bold;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
  position: relative;
}
.sec_plan .row_custom .plan_contents .btn01 a {
  font-size: clamp(1.1rem, 1.1vw, 1.2rem);
}
@media (max-width: 767px) {
  .sec_plan .row_custom .plan_contents .btn a {
    max-width: 92%;
  }
}
.sec_plan .row_custom .plan_contents .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  left: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.sec_plan .row_custom .plan_contents .btn01 a:after {
  right: 19px;
}
@media (max-width: 1000px) {
  .sec_plan .row_custom .plan_contents .btn a:after {
    right: 26px;
  }
}
@media (max-width: 767px) {
  .sec_plan .row_custom .plan_contents .btn a:after {
    width: 5px;
    height: 5px;
    right: 22px;
  }
}
.sec_plan .row_custom .plan_contents .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  left: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 1000px) {
  .sec_plan .row_custom .plan_contents .btn a:before {
    right: 21px;
  }
}
@media (max-width: 767px) {
  .sec_plan .row_custom .plan_contents .btn a:before {
    width: 5px;
    height: 5px;
    right: 15px;
  }
}

/***************************************
------------- LP LINK -------------
***************************************/

.sec_lplink {
  padding: 45px 0;
  background: #f0faf7;
	
}
@media (max-width: 767px) {
  .sec_lplink {
    padding: 30px 0;
  }
}

.sec_lplink .btn_img {
	width: fit-content;
	margin: 0 auto 0;
}

.sec_lplink img {
	display: block;
	margin: 0 auto 0;
	 
}

/***************************************
------------- LEASE -------------
***************************************/
.sec_lease {
  padding: 45px 0;
  background: #fedf33;
}
@media (max-width: 767px) {
  .sec_lease {
    padding: 30px 0;
  }
}
.sec_lease .bg_wh {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .sec_lease .bg_wh {
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 25px;
  }
}
@media (max-width: 767px) {
  .sec_lease .bg_wh picture img {
    display: block;
    margin: 0 auto;
  }
}
.sec_lease .bg_wh .txt_wrap .h3_lease {
  border-bottom: 10px solid #ffe100;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
  position: relative;
  padding: 0 0 5px 90px;
}
@media (max-width: 767px) {
  .sec_lease .bg_wh .txt_wrap .h3_lease {
    padding: 0 0 5px 70px;
  }
}
.sec_lease .bg_wh .txt_wrap .h3_lease:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 57px;
  background: url(../img/lease_icon.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_lease .bg_wh .txt_wrap .h3_lease:before {
    width: 60px;
    height: 45px;
  }
}
.sec_lease .bg_wh .txt_wrap .h3_lease small {
  font-weight: bold;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
}
.sec_lease .bg_wh .txt_wrap .h4_lease {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.5vw, 2.4rem);
}
@media (max-width: 767px) {
  .sec_lease .bg_wh .txt_wrap .h4_lease {
    text-align: center;
  }
}
.sec_lease .bg_wh .txt_wrap .h4_lease span {
  color: #dd0716;
}
.sec_lease .bg_wh .txt_wrap .desc {
  line-height: 2;
  letter-spacing: 0;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_lease .bg_wh .txt_wrap .desc {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

/***************************************
------------- LEASE02 -------------
***************************************/
.sec_lease02 {
  padding: 0;
  background: url(../img/bg_img004.png) no-repeat center center/cover;
}
.sec_lease02 {
	border-top: 32px solid #fedf33;

}

@media (max-width: 767px) {
  .sec_lease02 {
	border-top: 32px solid #fedf33;  
    padding: 0 0 35px;
    background: url(../img/sp_bg_img0004.png) no-repeat center center/cover;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .sec_lease02 .h2_img picture img {
    max-width: 90%;
  }
}
.sec_lease02 .container {
  max-width: 1582px;
}
@media (max-width: 767px) {
  .sec_lease02 .container {
    padding: 0;
  }
}
.sec_lease02 .mainimg_lease {
  display: block;
  transform: translateY(-100px);
  margin-bottom: -55px;
}
@media (max-width: 1000px) {
  .sec_lease02 .mainimg_lease {
    transform: translateY(-15%);
    margin-bottom: -4%;
  }
}
@media (max-width: 767px) {
  .sec_lease02 .mainimg_lease {
    transform: translateY(-4%);
    margin-bottom: -6%;
  }
}
@media (max-width: 1000px) {
  .sec_lease02 .mainimg_lease img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}

/***************************************
------------- CARD -------------
***************************************/
.sec_card {
  padding: 40px 0;
  background: #333;
}
@media (max-width: 767px) {
  .sec_card {
    padding: 15px 0;
  }
}
.sec_card .container {
  max-width: 1100px;
  display: flex;
  gap: 0 3%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .sec_card .container {
    padding-left: 140px;
    display: inline-grid;
    margin: 0 auto;
    justify-content: center;
  }
}
.sec_card .container:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 237px;
  height: 219px;
  background: url(../img/card_img001.png) no-repeat center center/cover;
}
@media (max-width: 1200px) {
  .sec_card .container:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .sec_card .container:before {
    right: 240px;
    bottom: -15px;
    margin: auto;
    width: 120px;
    height: 136px;
    background: url(../img/sp_card_img001.png) no-repeat center center/cover;
  }
}
.sec_card .container .h3_card {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 2.8rem);
  margin: 0;
  letter-spacing: 0;
  padding-left: 180px;
}
@media (max-width: 1200px) {
  .sec_card .container .h3_card {
    padding-left: 210px;
  }
}
@media (max-width: 767px) {
  .sec_card .container .h3_card {
    padding-left: 0;
    margin-bottom: 8px;
  }
}
.sec_card .container .h3_card .yellow {
  color: #fedf33;
}
@media (max-width: 767px) {
  .sec_card .container picture img {
    width: 220px;
  }
}

/***************************************
------------- MAX -------------
***************************************/
.sec_max {
  padding: 60px 0;
  background: #45bc90;
}
@media (max-width: 767px) {
  .sec_max {
    padding: 30px 0;
  }
}
.sec_max .h2_img {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .sec_max .h2_img {
    margin: 0 0 15px;
  }
}
.sec_max .bg_wh {
  background: #fff;
  padding: 30px 7%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5%;
}
@media (max-width: 767px) {
  .sec_max .bg_wh {
    padding: 15px 4%;
    display: block;
  }
}
@media (max-width: 767px) {
  .sec_max .bg_wh picture img {
    display: block;
    margin: 0 auto 20px;
    max-width: 50%;
  }
}
.sec_max .bg_wh .list_check li {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .sec_max .bg_wh .list_check li {
    letter-spacing: -1px;
    padding-left: 18px;
  }
}
.sec_max .bg_wh .list_check li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 27px;
  background: url(../img/check.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_max .bg_wh .list_check li:before {
    top: 2px;
    width: 13px;
    height: 12.5px;
  }
}
.sec_max .bg_wh .list_check li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_max .bg_wh .list_check li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec_max .bg_wh .list_check li .txt_red {
  color: #dd0716;
}

/***************************************
------------- MAX02 -------------
***************************************/
.sec_max02 {
  padding: 55px 0;
  background: #f0faf7;
}
@media (max-width: 767px) {
  .sec_max02 {
    padding: 30px 0;
  }
}
.sec_max02 .container {
  position: relative;
  z-index: 1;
  margin-top: 220px;
}
@media (max-width: 1000px) {
  .sec_max02 .container {
    margin-top: 20%;
  }
}
@media (max-width: 767px) {
  .sec_max02 .container {
    margin-top: 30%;
  }
}
.sec_max02 .container:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 832px;
  height: 411px;
  top: -42%;
  max-width: 88%;
  max-height: 88%;
  background: url(../img/title_max002.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_max02 .container:before {
    top: -22%;
    max-height: 43vw;
  }
}
@media (min-width: 768px) {
  .sec_max02 .row {
    align-items: center;
    grid-template-columns: repeat(13, 1fr);
  }
}
@media (min-width: 768px) {
  .sec_max02 .row .col-6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .sec_max02 .row .col-6:last-child {
    grid-column: span 7;
  }
}
.sec_max02 .box_border {
  padding: 4%;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #45bc90;
}
@media (max-width: 767px) {
  .sec_max02 .box_border .car_main img {
    margin: 5px auto;
    display: block;
    max-width: 70%;
  }
}
.sec_max02 .box_border .bg_gr {
  padding: 6%;
  border-radius: 15px;
  background: #e3f6f0;
}
@media (max-width: 767px) {
  .sec_max02 .box_border .bg_gr {
    padding: 4%;
  }
}
.sec_max02 .box_border .bg_gr .title {
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
}
.sec_max02 .box_border .bg_gr .title .txt_red {
  color: #dd0716;
}
.sec_max02 .box_border .bg_gr .title small {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
}
.sec_max02 .box_border .bg_gr .list_various {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
}
@media (max-width: 767px) {
  .sec_max02 .box_border .bg_gr .list_various {
    gap: 9px;
  }
}
.sec_max02 .box_border .bg_gr .list_various li {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 767px) {
  .sec_max02 .box_border .bg_gr .list_various li {
    width: calc((100% - 18px) / 3);
    text-align: center;
  }
}
/***************************************
------------- MAX03 -------------
***************************************/
.sec_max03 {
  padding: 80px 0 50px;
  background: #bbe9d8;
  position: relative;
}
.sec_max03:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 50px solid #f0faf7;
}
@media (max-width: 767px) {
  .sec_max03:before {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #f0faf7;
  }
}
@media (max-width: 767px) {
  .sec_max03 {
    padding: 50px 0 30px;
  }
}
.sec_max03 .h3_max {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(2.1rem, 2.1vw, 3.6rem);
  display: table;
  margin: 0 auto 30px;
  padding: 0 35px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_max03 .h3_max {
    margin: 0 auto 15px;
    padding: 0 25px;
  }
}
.sec_max03 .h3_max:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 2px;
  height: 1.3em;
  transform: rotate(-45deg);
  background: #000;
}
@media (max-width: 767px) {
  .sec_max03 .h3_max:before {
    height: 2.4em;
    transform: rotate(-35deg);
  }
}
.sec_max03 .h3_max:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 2px;
  height: 1.3em;
  transform: rotate(45deg);
  background: #000;
}
@media (max-width: 767px) {
  .sec_max03 .h3_max:after {
    height: 2.4em;
    transform: rotate(35deg);
  }
}
.sec_max03 .h3_max .txt_red {
  height: 1.3em;
  transform: rotate(45deg);
  color: #dd0716;
}
.sec_max03 .table_fee {
  border-collapse: collapse;
  border: 3px solid #32b16c;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_max03 .table_fee {
  }
}
.sec_max03 .table_fee th,
.sec_max03 .table_fee td {
  padding: 16px 0;
  border: 1px solid #32b16c;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  background: #fff;
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
}
.sec_max03 .table_fee th.max,
.sec_max03 .table_fee td.max {
  border-right: 3px solid #32b16c;
  border-left: 3px solid #32b16c;
  background: #fdffd5;
}
.sec_max03 .table_fee th small,
.sec_max03 .table_fee td small {
  display: block;
  color: #727272;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
.sec_max03 .table_fee th .detail,
.sec_max03 .table_fee td .detail {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
@media (max-width: 767px) {
  .sec_max03 .table_fee th .detail,
  .sec_max03 .table_fee td .detail {
    line-height: 1.2;
  }
}
.sec_max03 .table_fee th.txt_red,
.sec_max03 .table_fee td.txt_red {
  color: #dd0716;
}
.sec_max03 .table_fee th.large,
.sec_max03 .table_fee td.large {
  font-size: clamp(1.5rem, 1.8vw, 2.3rem);
}
.sec_max03 .table_fee .adjust th,
.sec_max03 .table_fee .adjust td {
  padding: 12px 0;
}
.sec_max03 .table_fee .adjust02 th,
.sec_max03 .table_fee .adjust02 td {
  padding: 8px 0;
}
.sec_max03 .table_fee thead th {
  line-height: 1.4;
  width: 33.333%;
  letter-spacing: 0;
  vertical-align: top;
  font-size: clamp(1.1rem, 1.1vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_max03 .table_fee thead th {
    padding: 10px 3px;
    letter-spacing: -1px;
    vertical-align: top;
  }
}
.sec_max03 .table_fee thead th .txt_red {
  color: #dd0716;
}
.sec_max03 .table_fee thead th img {
  display: block;
  margin: 0 auto 5px;
}
.sec_max03 .table_fee tbody td.border_red,
.sec_max03 .table_fee tbody td.border_blue {
  padding: 5px 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  border: 8px solid #dd0716;
}
@media (max-width: 767px) {
  .sec_max03 .table_fee tbody td.border_red,
  .sec_max03 .table_fee tbody td.border_blue {
    border: 5px solid #dd0716;
  }
}
.sec_max03 .table_fee tbody td.border_blue {
  border-color: #0068b7;
  position: relative;
}
.sec_max03 .table_fee tbody td.border_blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #0068b7;
}
@media (max-width: 767px) {
  .sec_max03 .table_fee tbody td.border_blue:after {
    width: 5px;
  }
}
.sec_max03 .table_fee .total th,
.sec_max03 .table_fee .total td {
  padding: 10px 0;
}
.sec_max03 .remarks {
  text-align: right;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_max03 .remarks {
    margin: 15px 0 0;
  }
}

/***************************************
------------- MAX04 -------------
***************************************/
.sec_max04 {
  padding: 70px 0 45px;
  background: #f0faf7;
  position: relative;
}
.sec_max04:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 50px solid #bbe9d8;
}
@media (max-width: 767px) {
  .sec_max04:before {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #bbe9d8;
  }
}
@media (max-width: 767px) {
  .sec_max04 {
    padding: 50px 0 25px;
  }
}
.sec_max04 .container {
  max-width: 900px;
}
@media (min-width: 768px) {
  .sec_max04 .row {
    align-items: center;
    grid-template-columns: repeat(13, 1fr);
  }
}
@media (min-width: 768px) {
  .sec_max04 .row .col-6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .sec_max04 .row .col-6:last-child {
    grid-column: span 7;
  }
}
.sec_max04 .h3_max02 {
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: clamp(2.5rem, 2.5vw, 3.6rem);
}
@media (max-width: 767px) {
  .sec_max04 .h3_max02 {
    line-height: 1.4;
    text-align: center;
  }
}
.sec_max04 .h3_max02 .txt_red {
  color: #dd0716;
}
.sec_max04 .h3_max02 .txt_gr {
  color: #1aa85c;
}
@media (max-width: 767px) {
  .sec_max04 picture img {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .sec_max04 picture.sp-shrink img {
    max-width: 80%;
  }
}
.sec_max04 .desc {
  line-height: 1.7;
  margin: 20px 0 0;
  font-size: clamp(1.1rem, 1.1vw, 1.3rem);
}
@media (max-width: 767px) {
  .sec_max04 .desc {
    line-height: 1.5;
  }
}

/***************************************
------------- VOICE -------------
***************************************/
.sec_voice {
  padding: 60px 0;
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_voice {
    padding: 30px 0;
    background: url(../img/sp_bg_img005.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .sec_voice .h2_styled {
    width: 90%;
  }
}
.sec_voice .row {
  gap: 14px;
}
@media (max-width: 767px) {
  .sec_voice .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sec_voice .row .col-3 {
    width: calc((100% - 10px) / 2);
  }
}
.sec_voice .container {
  max-width: 1100px;
}
.sec_voice .box_border {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #dd0716;
}
@media (max-width: 767px) {
  .sec_voice .box_border {
    padding: 10px;
  }
}
.sec_voice .box_border .title {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .sec_voice .box_border .title {
    gap: 0 5px;
    align-items: center;
    justify-content: space-between;
  }
}
.sec_voice .box_border .title .h3_voice {
  width: calc(68% - 5px);
  padding-bottom: 10px;
  margin: 0 0 10px;
  line-height: 1.8;
  letter-spacing: 0;
  border-bottom: 2px solid #dd0716;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
}
@media (max-width: 767px) {
  .sec_voice .box_border .title .h3_voice {
    width: calc(70% - 10px);
    padding-bottom: 5px;
    margin: 0;
    line-height: 1.4;
  }
}
.sec_voice .box_border .title picture.voice_icon {
  display: none;
  flex-shrink: 0;
  width: 30%;
}
@media (max-width: 767px) {
  .sec_voice .box_border .title picture.voice_icon {
    width: 32%;
  }
}
.sec_voice .box_border .title picture.voice_icon.male01 {
  display: block;
}
.sec_voice .box_border .title picture.voice_icon.male02 {
  display: block;
}
.sec_voice .box_border .title picture.voice_icon.male03 {
  display: block;
}
.sec_voice .box_border .title picture.voice_icon.female01 {
  display: block;
}
.sec_voice .box_border .desc {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.1rem, 1.1vw, 1.5rem);
}
@media (max-width: 767px) {
  .sec_voice .box_border .desc {
    line-height: 1.2;
  }
}
.sec_voice .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec_voice .btn {
    margin-top: 20px;
  }
}

/***************************************
------------- FLOW -------------
***************************************/
.sec_flow {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .sec_flow {
    padding: 30px 0;
  }
}
.sec_flow .container {
  max-width: 1100px;
}
@media (max-width: 767px) {
  .sec_flow .h2_styled {
    margin-bottom: 0;
  }
}
.sec_flow .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec_flow .title {
    margin: 10px 0 0;
  }
}
.sec_flow .title img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sec_flow .col-4 picture img {
    display: block;
    margin: 20px auto 0;
  }
}
.sec_flow .desc {
  letter-spacing: 0;
  line-height: 1.8;
}
.sec_flow .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec_flow .btn {
    margin-top: 20px;
  }
}

/***************************************
------------- FAQ -------------
***************************************/
.sec_faq {
  padding: 60px 0;
  background: url(../img/bg_img007.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 30px 0;
    background: url(../img/sp_bg_img007.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .sec_faq .h2_styled {
    width: 98%;
  }
}
.sec_faq .faq_wrap .faq_item {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.sec_faq .faq_wrap .faq_item .question {
  margin: 0;
  border-radius: 10px;
  background: #fff6c1;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_item .question {
    letter-spacing: -1px;
  }
}
.sec_faq .faq_wrap .faq_item .question:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 3px;
  background: #000;
  transition: 0.2s;
  transform: rotate(90deg);
}
.sec_faq .faq_wrap .faq_item .question:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 3px;
  background: #000;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_item .question:before,
  .sec_faq .faq_wrap .faq_item .question:after {
    top: 22px;
    right: 8px;
    width: 8px;
    height: 2px;
  }
}
.sec_faq .faq_wrap .faq_item .question.open:before {
  transform: rotate(0);
}
.sec_faq .faq_wrap .faq_item .question span {
  display: block;
  position: relative;
  padding: 15px 50px 15px 65px;
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_item .question span {
    padding: 15px 15px 15px 50px;
  }
}
.sec_faq .faq_wrap .faq_item .question span:before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #eb6100;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_item .question span:before {
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 1.8rem;
  }
}
.sec_faq .faq_wrap .faq_item .answer {
  display: none;
  background: #fff;
  padding: 15px 15px 15px 65px;
  border-radius: 0 0 10px 10px;
  position: relative;
  letter-spacing: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_item .answer {
    padding: 15px 15px 15px 50px;
  }
}
.sec_faq .faq_wrap .faq_item .answer:before {
  content: "A";
  position: absolute;
  top: 14px;
  left: 15px;
  width: 35px;
  height: 35px;
  line-height: 34px;
  border-radius: 5px;
  text-indent: 2px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #448aca;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_item .answer:before {
    top: 8px;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-indent: 1px;
    font-size: 1.8rem;
  }
}
.sec_faq .faq_wrap .faq_item .answer p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec_faq .faq_wrap .faq_item .answer p {
    line-height: 2;
  }
}
.sec_faq .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec_faq .btn {
    margin-top: 20px;
  }
}

/***************************************
------------- NEWS -------------
***************************************/
.sec_news {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .sec_news .h2_styled {
    width: 90%;
  }
}
.sec_news .container {
  max-width: 1100px;
}
.sec_news .row {
  gap: 35px 25px;
}
@media (max-width: 767px) {
  .sec_news .row {
    gap: 20px 10px;
  }
}
.sec_news .row .col-4 .img {
  display: block;
  position: relative;
  height: 0;
  padding-top: 70%;
}
.sec_news .row .col-4 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_news .row .col-4 .txt_wrap .heading {
  font-weight: bold;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
  margin: 20px 0 5px;
}
@media (max-width: 767px) {
  .sec_news .row .col-4 .txt_wrap .heading {
    margin: 10px 0 5px;
  }
}
.sec_news .row .col-4 .txt_wrap .heading .category_badge {
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  margin-right: 10px;
  width: 90px;
  background: #000;
}
@media (max-width: 767px) {
  .sec_news .row .col-4 .txt_wrap .heading .category_badge {
    width: 70px;
    padding: 3px 10px;
    display: inline-block;
  }
}
.sec_news .row .col-4 .txt_wrap .heading .category_badge.news {
  background: #dd0716;
}
.sec_news .row .col-4 .txt_wrap .heading .category_badge.topics {
  background: #448aca;
}
.sec_news .row .col-4 .txt_wrap .heading .category_badge.blog {
  background: #32b16c;
}
.sec_news .row .col-4 .txt_wrap .desc a {
  display: inline;
  color: #448aca;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
  letter-spacing: 0;
  line-height: 2.3;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
  border-bottom: 1px solid #448aca;
}
.sec_news .btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec_news .btn {
    margin-top: 20px;
  }
}
