@charset "utf-8";

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 11%;
}

/*--------ヘッダー--------*/

.phone_num {
	max-width: 22%;
}

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



.pc_none {
    display: none;
}

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

	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 5px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #ffa89d;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #ffa89d;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 5px;
    right: 70px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
}

.line_bar {
	display: block;
    position: fixed;
    z-index: 5;
    top: 20%;
    right: 0%;
}

.line_bar img {
	width: 50px;
}

.mail_bar {
	display: block;
    position: fixed;
    z-index: 5;
    top: 60%;
    right: 0%;
}

.mail_bar img {
	width: 50px;
}

/*--------ヘッダー終了--------*/


/*--------メインビジュアル--------*/

.mv {
  position: relative;
}

.mv_txt {
    z-index: 2;
    position: absolute;
    top: 45%;
    left: 10%;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

.ue {
	font-size: 58px;
	padding-bottom: 5px;
    border-bottom: 4px dashed #FFA89D;
}

.sita {
	font-size: 22px;
}

.mv_under {
	position: relative;
    top: -80px;
    text-align: center;
}

.mv_under img {
	max-width: 1000px;
}
/*--------メインビジュアル終了--------*/



/*--------セクション１--------*/

.sec1 {
	background: url(../img/sec1_back.png);
	background-repeat: no-repeat;
	background-position: 60px -30px;
	background-size: 40%;
    padding-top: 40px;
	position: relative; /* 相対位置指定 */
}

.sec1 .inner {
	display: flex;
	justify-content: space-between;
	overflow: visible; /* innerからはみ出す */
	margin-bottom: 180px;
}

.sec1_flex .left {
	max-width: 54%;
    margin-right: 52%;
}

.sec1_flex .left h3 {
	margin-bottom: 40px;
    font-size: 24px;
}

.sec1_flex .left p {
	font-size: 16px;
}

.sec1 .right {
	position: absolute; /* 絶対位置指定 */
	right: 0px; /* 右方向に20pxずらす（調整可能） */
	top: 0; /* 上方向に揃える */
	text-align: end;
}


.sec1_flex .right img {
	max-width: 50%;
}

.taiou_flex {
	display: flex;
    justify-content: space-between;
    max-width: 980px;
}

.taiou {
	background: #F7F2EF;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px;
	padding-bottom: 30px;
    padding-top: 0px;
	margin-bottom: 150px;
}

.taiou h3 {
	font-size: 30px;
    text-align: center;
    position: relative;
    top: -20px;
}

.taiou_flex ul {
	width: 33%;
}

.taiou_flex ul li {
	margin-bottom: 10px;
	list-style: unset;
}

.taiou_flex ul li::marker {
  color: #D8C7BB;
}

.taiou p {
	text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

@media screen and (min-width: 1520px) {
	
	.sec1_flex .left {
    max-width: 57%;
    margin-right: 40%;
}
	
	.sec1_flex .right img {
    max-width: 52%;
}
	
}

/*--------セクション１終了--------*/


/*--------セクション2--------*/

.sec2 h3 {
	display: inline;
    font-size: 30px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}

.feature_flex .left .brown_txt {
	text-align: center;
    font-size: 24px;
    color: #AD8365;
    letter-spacing: 4px;
    margin-bottom: 50px;
}

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

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

.feature_flex .left {
	max-width: 50%;
}

.feature_flex .right .r_txt1 {
	background: url(../img/feature_cont_back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-left: 34px;
    padding-right: 18px;
    padding-bottom: 81px;
    margin-bottom: 19px;
}

.feature_flex .right .r_txt1 p {
	font-size: 16px;
}


.feature_flex .right .r_txt2 {
	background: url(../img/feature_cont_back2.png);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 70px;
    padding-left: 34px;
    padding-right: 18px;
    padding-bottom: 81px;
    margin-bottom: 19px;
}

.feature_flex .right .r_txt2 p {
	max-width: 480px;
	font-size: 16px;
}

.feature_flex .right .r_txt3 {
	background: url(../img/feature_cont_back3.png);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 70px;
    padding-left: 34px;
    padding-right: 18px;
    padding-bottom: 81px;
    margin-bottom: 19px;
}

.feature_flex .right .r_txt3 p {
	max-width: 480px;
	font-size: 16px;
}

.feature_flex .right .r_txt4 {
	background: url(../img/feature_cont_back4.png);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 70px;
    padding-left: 34px;
    padding-right: 18px;
    padding-bottom: 81px;
    margin-bottom: 19px;
}

.feature_flex .right .r_txt4 p {
	max-width: 480px;
	font-size: 16px;
}

.feature_hyou {
	margin-bottom: 100px;
}

.feature_btn {
	text-align: center;
	margin-bottom: 60px;
}

.feature_btn img {
	    max-width: 520px;
}

.sp_num {
	display: none;
}

.feature_flex .right .cont_ttl {
	font-size: 24px;
	font-weight: bold;
}

.sec2 {
  position: relative;
  margin-bottom: 100px;
}

.sec2 .sec2_ttl {
	position: relative;
    top: -50px;
    left: 5px;
}

.sec2 .sec2_ttl .ue_mini {
	color: #FFA89D;
	font-weight: bold;
}

.sec2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 71vw;
    height: 92%;
    background-color: #FFF4F4;
    border-radius: 40px;
    z-index: 0;
}

/* 中のコンテンツを前面に */
.sec2 .inner {
  position: relative;
  z-index: 1;
}

/* innerの最大幅設定（例） */
.sec2 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 0px;
}

.f_under_flex .feature_under1 img {
	max-width: 94%;
}

.f_under_flex .feature_under2 img {
	max-width: 94%;
}

/*--------セクション2終了--------*/



/*--------セクション3--------*/

.sec3 {
	background: url(../img/support_under.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 130px;
	margin-bottom: 150px;
}

.sec3 h3 {
    display: inline;
    font-size: 30px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}

.sec3 .sec3_ttl .ue_mini {
    color: #FFA89D;
    font-weight: bold;
}


.support_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 70px;
}

.support_grid .support_cont {
	background-color: #F7F2EF;
    padding: 20px;
    border-radius: 20px;
}

.support_grid .support_cont p {
	margin-top: 10px;
}

/*--------セクション3終了--------*/



/*--------セクション4--------*/

.sec4 {
	 margin-bottom: 150px;
}

.sec4 h3 {
    display: inline;
    font-size: 30px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}

.sec4 .sec4_ttl .ue_mini {
    color: #FFA89D;
    font-weight: bold;
}

.area_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.area_img_left img {
	max-width: 500px;
}

.area_img_right {
	margin-top: 100px;
	margin-left: 20px;
}

.area_img_right img {
	max-width: 430px;
}

.step {
	background: #FFF4F4;
    border-radius: 40px;
    text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.step_ttl {
	font-size: 20px;
    color: #FFA89D;
    font-weight: bold;
	margin-bottom: 10px;
}

.step a {
	font-size: 46px;
    font-weight: bold;
}

.step_left {
	background: #fff;
}

.step_right {
	background: #fff;
}

.step_flex {
	display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
	margin-top: 30px;
}

.mzh {
	margin-bottom: 15px;
}

.step_left {
    background: #fff;
    padding: 50px 70px 40px;
	border-radius: 20px;
}

.step_right {
    background: #fff;
    padding: 50px 70px 40px;
	border-radius: 20px;
}

.tel::before  {
	content: '';
    display: inline-block;
    background: url(../img/denwa.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 40px;
    height: 45px;
    padding-right: 15px;
}

/*--------セクション4終了--------*/



/*--------セクション5--------*/

.sec5 {
	background: url(../img/sec5_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9% 0px;
	margin-bottom: 150px;
}

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

.card {
	text-align: center;
    width: 29%;
    background-color: #fff;
    padding: 40px 15px;
    border-radius: 20px;
}

.card_ttl {
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
 
.card_img {
	margin-bottom: 10px;
}

.card_txt {
	text-align: left;
}

.sec5_btn {
	margin-top: 30px;
}

/*--------セクション5終了--------*/

/*--------ニュース--------*/


.news {
	position: relative;
    margin-bottom: 100px;
	padding: 100px 0;
	padding-top: 50px;
}

.news::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 83vw;
    height: 100%;
    background-color: #FFF4F4;
    border-radius: 40px 0px 0px 40px;
    z-index: 0;
}

.news .news_ttl .ue_mini {
    color: #FFA89D;
    font-weight: bold;
    font-size: 16px;
}

.news_flex {
	position: relative;
    z-index: 2;
    padding-left: 18%;
}

.n_days {
	color: #FFA89D;
    margin-right: 30px;
}

.inside_flex {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid #EFCACA;
    padding-bottom: 30px;
}

.news_ttl {
	position: relative;
	top: -20px;
}

.news h3 {
	display: inline;
    font-size: 30px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}

.news_btn {
    margin-top: 50px;
}

.news_btn img {
	max-width: 280px;
}

footer {
	background-color: #C4B4A8;
	padding-top: 80px;
    padding-bottom: 10px;
}

.footer_flex {
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}

.footer_flex .middle {
	padding-right: 5%;
}

.footer_flex .left p {
	margin-bottom: 10px;
	color: #fff;
}

.f_bar {
	margin: 0px 50px;
}

.ad_m {
	margin-bottom: 30px;
}

footer .right {
	margin-left: 10%;
}

.footer_logo {
	margin-bottom: 8px;
}

.footer_ul {
    list-style: none;
	margin: 0;
}

.footer_ul li {
  margin-bottom: 10px;
  list-style: disc;
  color: #fff;
}

.footer_ul li a {
	color: #fff;
}

.f_btn {
	margin-bottom: 15px;
	max-width: 360px;
}

.f_left_logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.f_left_logo img {
	max-width: 180px;
}

.f_tel {
	font-size: 26px
}

.copy {
	text-align: right;
    font-size: 14px;
    padding: 0 5%;
	color: #fff;
}

.g_map {
	display: flex;
}

/*----------------------------------------SP-------------------------------------------*/

@media screen and (max-width: 768px) {
	
	
	
	.inner {
    padding: 0 4%;
}
	
	.main_logo img {
    max-width: 65%;
}
	
	.main_visual {
	  display: none;
	}
	
	.main_visual_sp {
		display: block;
	}
	
	.line_bar {
	display: none;
}

.mail_bar {
	display: none;
}
	
	.main_p {
    margin-top: 8px;
    font-size: 16px;
}
	
	.main_flex .main_price {
    max-width: 45%;
    margin-top: 10px;
}
	
	.main_logo {
    margin-top: 50px;
    margin-bottom: 30px;
}
	
	.top_about_ttl img {
    max-width: 270px;
    z-index: 2;
    position: absolute;
    top: -35px;
}
	
	.top_about {
    background: #0E6BAC;
    height: 1620px;
    margin-top: 100px;
    position: relative;
	padding-bottom: 80px;
}

	.about_padding_top {
    padding-top: 10%;
}
	
	.about_ttl_sub {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
	line-height: 24px;
}
	
  .about_flex {
	flex-direction: column;
	 margin-top: 0px;
  } 
	
	.ab_img img {
    max-width: 70%;
}
	
	.explain .ichidai {
    font-size: 18px;
    color: #fff;
}
	
	.ab_ttl {
    margin-bottom: 10px;
	margin-top: 40px;
	line-height: 20px;
}
	
	.ab .explain {
    margin-top: 0px;
}
	
	.ab_span {
    font-size: 20px;
    margin-left: 3px;
}

	
	.white_back {
    padding: 0px;
	padding-top: 50px;
}
	
	.banner_h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}
	
	.banner_flex {
		flex-direction: column;
		padding: 0px 40px;
	}
	
  .bnr_flex_left .bangou {
    font-size: 24px;
    font-weight: bold;
}
	
  .bnr_flex_left {
    padding: 10px 0;
}
	
  .bnr_flex_right {
	  margin-top: 30px;	
	}	
	
	
	.feature_inner {
    padding: 0 4%;
	padding-bottom: 80px;
}
	
.top_feature {
    background-color: #EFEFEF;
    height: auto;
	margin-top: 100px;
	margin-bottom: 20%;
}
	
.top_feature_ttl {
    top: -35px;
}
	
.top_feature_ttl img {
    max-width: 316px;
}
	
	.for_set {
    top: 35px;
}
	
	.for_set h2 {
    font-size: 20px;
}
	
  .feature_blue {
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-size: cover;
}
	
	.ftr_titlle {
    font-size: 18px;
}
	
	.ftr_flex_left p {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: normal;
	font-size: 16px;
}
	
	
	.icon1 {
    padding-left: 3.1em;
    text-indent: -3.1em;
	line-height: 0;
}
	
	.icon2 {
    padding-left: 3.1em;
    text-indent: -3.1em;
	line-height: 0;
}
	
	.icon3 {
    padding-left: 4em;
    text-indent: -4em;
	line-height: 0;
}
	
	.icon4 {
    padding-left: 3.4em;
    text-indent: -3.4em;
	line-height: 0;
}
	
	.icon1:before {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
	
	.icon2:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
	
	.icon3:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
	
	.icon4:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
	
	.ftr_right_img {
        width: 80%;
        margin: 0 auto;
    }

	.pickup h2 {
    font-size: 22px;
}
	
	.pickup h2:before, .pickup h2:after {
    width: 25%;
}
	
	.pickup .sub_ttl {
    font-size: 20px;
    margin-top: 30px;
	line-height: 28px;
}
	
	.pickup .underttl_text {
    line-height: 24px;
}
	
  .pickup_itds_flex {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: 20px 5%;
    margin-top: 50px;
}
	
	.pickup_itds_flex p {
    font-size: 16px;
}
	
	.pickup .sub_ttl .big {
    font-size: 22px;
}
	
	.pickup_flex {
		display: none;
	}
	
	.inside_flex {
		flex-direction: column;
	}
	
	.pickup_itds_flex .itds_img {
    width: 80%;
    margin: 0 auto;
}
	
	.btn--orange, a.btn--orange {
    margin-top: 30px;
}
	
	.news_flex {
    padding: 40px 40px;
}
	
	.news {
    margin-top: 80px;
	padding: 70px 0;
}
	
	.news_btn {
		text-align: center;
	}
	
	.footer_flex {
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
    .footer_ul {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    row-gap: 8px;
	width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
	
	.footer_flex .right {
    width: 80%;
    margin: 0 auto;
}
	
	.footer_flex .right p {
		font-size: 16px;
	}
	
	.footer_logo {
	margin-bottom: 20px;
}

}
	
	
@media screen and (max-width: 768px) {
	
	.mv_under {
    position: relative;
    top: -30px;
    text-align: center;
}
	
	.sec1 {
    background: url(../img/sec1_back.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 60%;
    padding-top: 50px;
    position: relative;
}
	
	.mv_txt {
    z-index: 2;
     position: absolute;
     top: 20%;
     left: 4%;
     text-align: left;
}
	
	.mv_under img {
    max-width: 370px;
	  display: none;
}
	
	.ue {
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 2px dashed #FFA89D;
}
	
	.sita {
    font-size: 16px;
}
	
	.feature_flex {
    flex-direction: column-reverse;
}
	
	
	.sec1_flex .left h3 {
	margin-bottom: 20px;
	    font-size: 20px;
	}
	
	.sec1 .right {
    position: initial;
    text-align: left;
}
	
	.sec1_flex .right img {
    max-width: 100%;}
	
	.sec1_flex .left {
     max-width: 100%;
     margin-right: 0px;
	 margin-bottom: 20px;
}
	
	.sec1 .inner {
    margin-bottom: 100px;
}
	
	.taiou h3 {
    font-size: 20px;
    top: -15px;
}
	
	.taiou_flex {
	flex-direction: column;
	}
	
	.taiou p {
    margin-top: 20px;
}
	
	.taiou_flex ul {
    width: 100%;
}
	
	.sec2 .inner {
    padding: 0 4%;
	}
	
	.sec2 h3 {
    display: inline;
    font-size: 20px;
    border-bottom: 3px solid #FFA899;
    padding-bottom: 3px;
}
	
	.sec2 .sec2_ttl .ue_mini {
    color: #FFA89D;
    font-weight: bold;
    font-size: 16px;
}
	
	.sec2 .sec2_ttl {
    left: 0px;
}
	
	.taiou {
   border-radius: 40px;
   padding: 40px;
   padding-bottom: 30px;
   padding-top: 0px;
   margin: 0 4%;
   margin-bottom: 120px;
}
	
	.area_flex {
	flex-direction: column;
}
	
	.feature_btn img {
    max-width: 300px;
}
	
	.feature_flex .right .cont_ttl {
    font-size: 20px;
}
	
    .feature_flex .right .r_txt1 {
      background: #fff;
      padding: 8px;
      border-radius: 20px;
      box-shadow: 1px 4px 10px #d8d8d8;
}
	
	.feature_flex .right .r_txt2 {
      background: #fff;
      padding: 8px;
      border-radius: 20px;
      box-shadow: 1px 4px 10px #d8d8d8;
}
	
	.feature_flex .right .r_txt3 {
      background: #fff;
      padding: 8px;
      border-radius: 20px;
      box-shadow: 1px 4px 10px #d8d8d8;
}
	
	.feature_flex .right .r_txt4 {
      background: #fff;
      padding: 8px;
      border-radius: 20px;
      box-shadow: 1px 4px 10px #d8d8d8;
}
	
	.feature_flex .left {
    max-width: 100%;
}
	
	.feature_flex .right .r_txt1 p {
		font-size: 16px;
	}
	
	.feature_flex .right .r_txt2 p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.feature_flex .right .r_txt3 p {
		font-size: 16px;
	}
	
	.feature_flex .right .r_txt4 p {
		font-size: 16px;
	}
	
	.support_grid {
		display: block;
		margin-top: 30px;
	}
	
	.support_grid .support_cont {
    margin-bottom: 30px;
}
	
	.sec3 {
    padding-bottom: 50px;
    margin-bottom: 100px;
}
	
	.sec3 .sec3_ttl .ue_mini {
    font-size: 16px;
}
	
	.sec3 h3 {
    display: inline;
    font-size: 19px;
    border-bottom: 5px solid #FFA899;
    padding-bottom: 5px;
}
	
	.area_img_left {
		text-align: center;
		margin-top: 50px;
	}
	
	.sec4 h3 {
    font-size: 20px;
}
	
	.area_img_left img {
    max-width: 280px;
}
	
	.area_img_right {
		text-align: center;
	}
	
	.area_img_right img {
    max-width: 320px;
}
	
	.step_flex {
	flex-direction: column;
}
	
	.step {
    background: #FFF4F4;
    border-radius: 40px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
	
	.tel::before {
    width: 37px;
    height: 30px;
    padding-right: 0px;
}
	
	.step a {
    font-size: 30px;
    font-weight: bold;
}
	
	.step_left {
    background: #fff;
    padding: 30px 20px 30px;
    border-radius: 10px;
    margin: 0 10px;
    margin-bottom: 20px;
}
	
	.step_right {
    background: #fff;
    padding: 30px 20px 30px;
    border-radius: 10px;
    margin: 0 10px;
    margin-bottom: 20px;
}
	
	.sec4 .sec4_ttl .ue_mini {
    color: #FFA89D;
    font-weight: bold;
	font-size: 16px;
}

	.sec5_flex {
    flex-direction: column;
}
	
  .card {
	 width: 90%;
	 margin-bottom: 30px;
}
	
	.card_ttl {
    font-size: 20px;
}
	
	.sec5 {
    margin-bottom: 100px;
}
	
	.sec5_btn img {
		max-width: 300px;
	}
	
	.news h3 {
    font-size: 20px;
}
	
	.news::before {
    width: 90vw;
}
	
	.f_bar {
    display: none;
}
	
	.news_flex {
    padding: 40px 40px;
	padding-top: 0;
}
	
	.sp_num {
		display: inline-block;
	    color: #b24431;
       margin-right: 5px;
	}
	
}

/* YAMO ADD PC/TABLET */
@media screen and (min-width: 769px) {
	.ue{
		padding-bottom: inherit;
	}
	.mv_under img{
		width: 90%;
	}
}

/* YAMO ADD TABLET */
@media screen and (min-width: 769px) and (max-width: 1020px) {
	.taiou{
		margin-left: 50px;
		margin-right: 50px;
	}
	.support_grid{
		grid-template-columns: 1fr 1fr;
	}
}