/* CSS Document */

/* ========================================================================
  Common style
======================================================================== */

p{
	font-family: "Noto Sans JP", sans-serif;
}

img,
picture {
    width: 100%;
    height: auto;
}

.wrap{
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.pc{
		display: none;
	}

	.br-sp {
        display: block;
    }

	.br-pc{
		display: none;
	}

	.bg-pink{
		background-color: #ffeded;
	}

	.emphasis{
		font-weight: 700;
		color: #f24c03;
		font-size: 0.9rem;
	}
}

@media screen and (min-width:769px) {
	.sp{
		display: none;
	}

	.br-sp {
		display: none;
	}

	.br-pc{
		display: block;
	}

	img,
	picture{
		max-width: 100%;
		width: auto;
	}

	.notice-right{
		text-align: right;
	}
	
	.notice{
		font-size: 1.0rem;
	}
	
	.section-base{
		padding: 70px 0 100px;
	}
	
	.section-ttl{
		margin-bottom: 64px;
	}
	
	.inner{
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	
	.bg-pink{
		background-color: #ffeded;
	}
	
	.flex-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.emphasis{
		color: #f24c03;
		font-size: 1.2rem;
	}
}


/* ========================================================================
  header
======================================================================== */

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

	.header {
		border-top: 4px solid #02803a;
		padding: 4px 0 4px;
		background-image: url("../img/index/sp/header_bg.jpg") ;
		background-repeat:repeat-x;
		background-position: bottom;
	}

	.header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header__inner-left{
		flex-basis: 45%;
	}

	.header__inner-left .header__lead {
		display: none;
	}
	
	.header__inner-left h1{
		margin-left: 5%;
	}

	.header__inner-left img{
		height: auto;
		width: 100%;
	}

	.header__inner-middle{
		flex-basis: 26.8%;
		flex-grow: 1;
		margin-left: 3.33%;
	}

	.header__inner-middle img{
	   width: 100px;
	}

	.header__tel{
		display: none;
	}

	.header__tel-sp {
		display: block;
		width: 52px;
		padding-right: 4px;
		flex-basis: 15%;
  	}

	.header__inner-right {
		text-align: right;
  	}
}

@media screen and (min-width:769px) {
	.header {
		border-top: 4px solid #02803a;
		padding: 4px 0 10px;
		background-image: url("../img/index/header_bg.jpg") ;
		background-repeat:repeat-x;
		background-position: bottom;
 	}
  
	.header__inner {
		/*width: 1200px;*/
		margin: 0 25px;
		display: flex;
	}

	.header__inner-left{
		width: 22%;
	}

	.header__inner-left h1{
		margin-top: 10px;
	}
  
	.header__inner-left .header__logo {
		height: 60px;
	}
	
	.header__inner-right {
		margin: 0 0 0 auto;
	}
  
	.header__tel-sp {
		display: none;
	}

	.header__tel{
		margin-top: 10px;
	}
}

/* ========================================================================
  key
======================================================================== */
@media screen and (max-width:768px) {
	.key {
		position: relative;
	}
	.key__balloon{
		background-color: #fff;
		border-radius: 100px;
		color: #262626;
		display: inline-block;
		font-size: 4.4vw;
		font-weight: 700;
		padding: 4px 16px;
		text-align: center;
		position: absolute;
		top: 2vw;
		left: 50%;
		transform: translateX(-50%);
		width: fit-content;
		white-space: nowrap;
		max-width: 100%;
	}
	.key__balloon::after{
		background-image: url(../img/index/sp/key_balloon_bg.png);
		background-size:100%;
		background-repeat: no-repeat;
		content: "";
		display: block;
		width: 7px;
		height: 11px;
		position: absolute;
		bottom: -11px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	.key {
		background-image: url("../img/index/key_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 2400px;
		position: relative;
	}
	

	.key__balloon{
		background-color: #fff;
		border-radius: 100px;
		color: #262626;
		display: inline-block;
		font-size: 1.66vw;
		font-weight: 700;
		padding: 4px 24px 6px;
		text-align: center;	
		position: absolute;
		top: 2.4vw;
		left: calc(50% - 600px);
		width: fit-content;
		white-space: nowrap;
		max-width: 100%;
	}



	.key__balloon::after{
		background-image: url(../img/index/sp/key_balloon_bg.png);
		background-size:100%;
		background-repeat: no-repeat;
		content: "";
		display: block;
		width: 9px;
		height: 13px;
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.key__inner{
		text-align: center;
	}
}

/* ========================================================================
  cv
======================================================================== */
@media screen and (max-width:768px) {
	.cv__help{
		position: absolute;
		top: -3%;
		left: 6%;
		width: 18%;
	}
	.cv__inner{
		position: relative;
	}
	.cv__time{
		position: absolute;
		top: 34%;
		left: 32%;
		width: 70%;
	}
	.cv__btn-sp{
		position: absolute;
		top: 70%;
		right: 0;
		left: 0;
		width: 90%;
		margin: 0 auto;
	}
	.time-display{
		font-size: 6.6vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		color: #dc0000;
	}
	.cv__time-txt{
		color: #dc0000;
		font-size: 6.6vw;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		line-height: 1.6;
		margin-bottom: 2%;
		font-feature-settings: "palt";
	}
	.cv__time-txt_pc{
		color: #333;
	}
	.cv__time-note{
		font-size: 2.4vw;
	}
}

@media screen and (min-width:769px) {
	.cv{
		width: 996px;
		padding: 120px 0 120px;
		margin: 0 auto;
	}
	.cv__inner{
		position: relative;
		margin-bottom: 5px;
	}
	.cv__time{
		position: absolute;
		top: 436px;
		right: 500px;
	}
	.time-display{
		font-size: 1.68rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		color: #dc0000;
	}
	.cv__time-txt{
		font-size: 1.68rem;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 2%;
		font-feature-settings: "palt";
	}
	.cv__time-txt_pc{
		display: none;
	}
	.cv__time-txt span{
		color: #dc0000;
	}
	.cv__features{
		position: absolute;
		top: 501px;
		left: 380px;
		display: flex;
	}
	.cv__anytime{
		text-align: center;
	}
	.cv__anywhere{
		top: 502px;
		left: 325px;
		text-align: center;
	}
	.cv__anytime p,.cv__anywhere p{
		font-size: 1.52rem;
		font-weight: 700;
	}
	.cv__anytime sup{
		font-size: 0.83rem;
	}
	.cv__btn{
		position: absolute;
		bottom: 38px;
		right: 124px;
	}
	.cv__btn a{
		transition: filter 0.1s ease;
		filter: brightness(1.0);
	}
	.cv__btn a:hover{
		filter: brightness(1.10);
	}
	.bg-blue{
		background-color: #e4eeff;
	}
	.bg-blue .cv{
		padding: 80px 0 0;
	}
}

/* ========================================================================
  case
======================================================================== */
@media screen and (max-width:768px) {
	.case{
		background-color: #323232;
		background-image: url(../img/index/sp/case_bg.jpg);
		background-position: bottom center;
		background-size: cover;
		padding: 8% 0 10%;
	}
	.case__ttl{
		width: 69.3%;
		margin:0 auto 8%;
	}
	.case__inner{
		margin: 0 7.6%;
	}
	.case__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.case__list-box{
		flex-basis: 46%;
		margin-bottom: 5%;
	}
	.case__list-box:nth-child(7),
	.case__list-box:nth-child(8){
		margin-bottom: 0;
	}
	.case__list-box:last-child{
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	.case{
		background-color: #303131;
		background-image: url(../img/index/case_bg.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 114px 0 100px;
	}
	.case__ttl{
		margin:0 auto 5%;
		text-align: center;
	}
	.case__inner{
		max-width: 1200px;
		margin: 0 auto ;
		position: relative;
	}
	.case__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.case__list-box{
		flex-basis: 30%;
		margin-bottom: 5%;
	}
	.case__list-box:nth-child(4),
	.case__list-box:nth-child(5){
		margin-bottom: 0;
	}
}

/* ========================================================================
  fee
======================================================================== */
@media screen and (max-width:768px) {
	.fee{
		background-image: url("../img/index/sp/fee_bg.jpg");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 63.3333%;
		background-color: #fbfbfb;
		padding: 12.6% 5.33% 13.3%;
	}
	.fee__ttl{
		width: 83%;
		margin:0 auto 14.5%;
	}
	.fee__text{
		font-size: 0.83rem;
		font-weight: 500;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 9%;
	}
	.fee__text span{
		font-size: 0.64rem;
		margin-top: 10px;
		display: block;
	}
	.fee__inner{
		background-image: url("../img/index/fee_inner_bg.png");
		background-repeat: no-repeat;
		background-position: right 10px bottom 40px;
		background-size: 150px;
		max-width: 1200px;
		margin: 0 auto ;
		position: relative;
	}
	.fee__list{
		display: flex;
		gap: 1.2%;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 24px;
	}
	.fee__list-box{
		position: relative;
		width: 48%;
	}
	[class*="fee__sttl"]{
		position: absolute;
		top: 56%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.fee__sttl01{
		width: 60%;
	}
	.fee__sttl02{
		width: 68%;
	}
	.fee__sttl03{
		width: 60%;
	}
	.fee__sttl04{
		width: 60%;
	}
	.fee__sttl05{
		width: 77%;
	}
	.fee__sttl06{
		width: 64%;
	}
	.fee__sttl07{
		width: 45%;
	}
	[class*="fee__price"]{
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.price01{
		width: 32%;
		top: 72%;
	}
	.price02{
		width: 32%;
		top: 72%;
	}
	.price03{
		width: 80%;
		top: 70%;
	}
	.price04{
		width: 80%;
		top: 70%;
	}
	.price05{
		width: 64%;
		top: 70%;
	}
	.price06{
		width: 64%;
		top: 70%;
	}
	.price07{
		width: 64%;
		top: 70%;
	}
}

@media screen and (min-width:769px) {
	.fee{
		background-color: #fbfbfb;
		background-image: url("../img/index/fee_bg.png");
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 964px;
		padding: 100px 0 80px;
	}
	.fee__ttl{
		margin-bottom: 106px;
		text-align: center;
	}
	.fee__text{
		font-weight: 500;
		font-size: 1.1rem;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 40px;
	}
	.fee__text span{
		font-size: 0.88rem;
		margin-top: 20px;
		display: block;
	}
	.fee__inner{
		background-image: url("../img/index/fee_inner_bg.png");
		background-repeat: no-repeat;
		background-position: right 86px bottom 80px;
		background-size: 210px;
		max-width: 1200px;
		margin: 0 auto ;
		position: relative;
	}
	.fee__list{
		display: flex;
		gap: 1.2%;
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 24px;
	}
	.fee__list-box{
		position: relative;
		width: 23%;
	}
	[class*="fee__sttl"]{
		position: absolute;
		top: 56%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.fee__sttl01{
		width: 60%;
	}
	.fee__sttl02{
		width: 68%;
	}
	.fee__sttl03{
		width: 60%;
	}
	.fee__sttl04{
		width: 60%;
	}
	.fee__sttl05{
		width: 74%;
	}
	.fee__sttl06{
		width: 60%;
	}	
	.fee__sttl07{
		width: 62%;
	}
	[class*="fee__price"]{
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.price01{
		width: 32%;
		top: 72%;
	}
	.price02{
		width: 32%;
		top: 72%;
	}
	.price03{
		width: 80%;
		top: 70%;
	}
	.price04{
		width: 80%;
		top: 70%;
	}
	.price05{
		width: 64%;
		top: 70%;
	}
	.price06{
		width: 64%;
		top: 70%;
	}
	.price07{
		width: 64%;
		top: 70%;
	}

}

/* ========================================================================
  howto
======================================================================== */
@media screen and (max-width:768px) {
	.howto{
		background-color: #e7f4fd;
		background-image: url(../img/index/sp/howto_bg.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom center;
		padding: 12% 0 8%;
	}
	.howto__inner{
		margin: 0 3%;
		background-color: #fff;
		border-radius: 6px;
		padding: 20px 0 20px 5%;
	}
	.howto__ttl{
		width: 74.8%;
		margin: 0 auto 4%;
	}
	.howto__lead{
		font-size: 0.93rem;
		line-height: 1.6;
		margin-bottom: 30px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		text-align: center;
	}
	.howto__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.howto__list-box{
		align-items: center;
		display: flex;
		width: 100%;
		margin: 0 0 24px;
	}
	.howto__list-box:last-child{
		margin: 0;
		width: 100%;
	}
	.howto__list-box img{
		width: 50%;
		margin-right: 18px;
	}
	.howto__list-inner{
		flex-basis: 45%;
	}
	.howto__sttl{
		margin-bottom: 6px;
		text-align: left;
	}
	.howto__sttl img{
		width: 46%;
	}
	.howto__sttl .image__middle{
		width: 53%;
	}
	.howto__sttl .image__large{
		width: 70%;
	}
	.howto__txt{
		text-align: left;
		line-height: 1.4;
		font-size: 0.93rem;
		font-weight: 700;
	}
}

@media screen and (min-width:769px) {
	.howto{
		background-color: #e7f4fd;
		background-image: url(../img/index/howto_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom center;

		padding: 140px 0 130px;
	}
	.howto__inner{
		background-color: #fff;
		border-radius: 6px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 70px 0 70px 45px;
	}
	.howto__ttl-outer{
		background-image: url("../img/index/howto_ttl-bg.jpg"),url("../img/index/howto_ttl-bg-side.jpg");
		background-repeat: no-repeat,repeat-x;
		background-position: center;
		padding: 90px 0 24px;
		text-align: center;
	}
	.howto__ttl{
		margin: 0 auto 20px;
		text-align: center;
	}
	.howto__lead{
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 80px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		text-align: center;
	}
	.howto__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.howto__list-box{
		align-items: center;
		display: flex;
		width: 45%;
		margin: 0 0 60px 0;
	}
	.howto__list-box:nth-child(even){
		width: 50%;
	}
	.howto__list-box:nth-child(odd){
		margin-right: 30px !important;
	}
	.howto__list-box:nth-child(7),
	.howto__list-box:nth-child(8){
		margin: 0;
	}
	.howto__list-box img{
		margin-right: 30px;
	}
	.howto__sttl{
		margin-bottom: 16px;
		text-align: left;
	}
	.howto__txt{
		text-align: left;
		line-height: 1.6;
		font-size: 1.3rem;
		font-weight: 700;
	}
}

/* ========================================================================
  award
======================================================================== */
@media screen and (max-width:768px) {
	.award{
		background: #fff4b7;
		background-image: url("../img/index/sp/award_bg.jpg");
		background-position: center;
		background-size: 100%;
		background-repeat:no-repeat;
		padding: 8% 0 6%;
	}
	.award__ttl{
		width: 80%;
		margin: 0 auto 6%;
	}
	.award__list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 5%;
	}
	.award__medal01{
		width: 40%;
		margin: 0 auto;
	}
	.award__list-box{
		width: 40%;
	}
	.award__note{
		color: #331606;
		font-size: 0.64rem;
		margin-left: 9%;
	}
}

@media screen and (min-width:769px) {
	.award{
		background: #fff4b7;
		background-image: url("../img/index/award_bg.jpg");
		background-position: center;
		background-repeat: none;
		padding: 72px 0 56px;
	}
	.award__ttl{
		margin-bottom: 58px	;
	}
	.award__list{
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.award__list-box{
		margin-right: 32px;
	}
	.award__note{
		color: #331606;
		font-size: 0.93rem;
		text-align: left;
		margin-left: 140px;
	}
}

/* ========================================================================
  media
======================================================================== */
@media screen and (max-width:768px) {
	.media{
		padding: 10.6% 0 12%;
	}
	.media__ttl{
		width: 90%;
		margin: 0 auto 10%;
	}
	.flex-list{
		margin: 0 20px;
	}
	.media__list-box{
		align-items: center;
		display: flex;
		margin: 0 auto 6%;
	}
	.media__list-box:last-child{
		margin: 0 auto;
	}
	.media__list-box img{
		width: 30%;
	}	
	.media__list-box div{
		width: 64%;
		margin-left: 6%;
	}
	.media__list-box p{
		font-size: 0.9rem;
		width: 80%;
		line-height: 1.6;
		text-align: left;
	}
}

@media screen and (min-width:769px) {
	.media{
		padding: 100px 0 140px;
	}
	.media__ttl{
		margin-bottom: 64px;
	}
	.media__list-box{
		display: flex;
		width: 30%;
	}
	.media__list-box p{
		font-size: 1.0rem;
		margin-top: 14px;
		margin-left: 16px;
		line-height: 1.6;
		text-align: left;
	}
}

/* ========================================================================
  flow
======================================================================== */

@media screen and (max-width:768px) {
	.flow{
		background-color: #efefef;
		padding: 10% 0 12%;
	}
	.flow__ttl{
		width: 66.666%;
		margin:0 20px 6.4% auto;
	}
	.flow__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 5.33%;
	}
	.flow__list-box{
		background: #fff;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		width: 100%;
		position: relative;
		text-align: left;
		padding: 0;
		margin: 0 1% 13.33% 0;
	}
	.flow__list-box:last-child{
		margin: 0;
	}
	.flow__list-txt{
		margin:18px 0 8% 18px;
	}
	.flow__list-image{
		width: 100%;
		margin-bottom: 5%;
	}
	.flow__sttl{
		color: #086632;
		font-weight: 700;
		font-size: 2rem;
		margin:0 0 3%;
		letter-spacing: -0.2px;
		font-family: "Noto Sans JP", sans-serif;
	}
	.flow__list-box p{
		font-size: 0.93rem;
		line-height: 1.6;
		margin: 0;
	}
	.flow__list-box::after{
		content: "";
		background-image: url(../img/index/sp/flow_arrow.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 26.5px;
		height: 31px;
		display: block;
		position: absolute;
		bottom: -40px;
		right:0;
		left: 0;
		margin: 0 auto;
	}
	.flow__list-box:last-child:after{
		background-image:none;
	}

}

@media screen and (min-width:769px) {
	.flow{
		background-color: #efefef;
		padding: 90px 0 90px;
	}
	.flow__ttl{
		display: flex;
		justify-content: center;
		margin-bottom: 80px;
	}
	.flow .inner{
	}
	.flow__list{
		background-image: url(../img/index/flow_middle_arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 4px;
	}
	.flow__list-box{
		background: #fff;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		width: 29.5%;
		position: relative;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.flow__list-box:nth-child(4),
	.flow__list-box:nth-child(5),
	.flow__list-box:nth-child(6){
		margin-top: 80px;
	}
	.flow__list-txt{
		margin:0 0 20px 28px;
	}
	.flow__list-image{
		width: 100%;
		margin-bottom: 16px;
	}
	.flow__sttl{
		color: #086632;
		font-weight: 700;
		font-size: 1.9rem;
		margin:0 0 6px;
		letter-spacing: -0.2px;
		font-family: "Noto Sans JP", sans-serif;
	}
	.flow__list-box p{
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 0;
	}
	.flow__list-box::after{
		content: "";
		background-image: url(../img/index/flow_arrow.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 39px;
		height: 37px;
		display: block;
		position: absolute;
		top: calc(50% - 18.5px);
		right:-54px;
		margin: 0 auto;
	}
	.flow__list-box:nth-child(3):after
	.flow__list-box:last-child:after{
		background-image:none;
	}

}

/* ========================================================================
  reason
======================================================================== */
@media screen and (max-width:768px) {
	.reason{
		background-color: #f1ead5;
		padding: 0 0 6%;
	}
	.reason__ttl{
		background-color: #009944;
		padding: 8% 10.6% 7.6% 10.4%;
	}
	.reason__inner{
		margin: 6.4% 0 0 0;
	}
	.reason__list{
		display: flex;
		flex-wrap: wrap;
		margin: 0 16px;
		justify-content: space-between;
	}
	.reason__list li{
		width: 48%;
		margin-bottom: 5%;
	}
	.reason__list li:nth-child(3),
	.reason__list li:nth-child(4){
		margin-bottom: 0;
	}
	.reason__list-wrap{
		padding-top: 14%;
	}
	.reason__list-box{
		display: flex;
		position: relative;
		flex-direction: column;
		margin: 0 auto 14%;
	}
	.reason__sttl-sp01 img{
		width: 98.5%;
	}
	.reason__sttl-sp02 img{
		width: 66%;
	}
	.reason__sttl-sp03 img{
		width: 72%;
	}
	.reason__sttl-sp04 img{
		width: 42%;
	}
	.reason__txt{
		background: #fff;
		text-align: left;
		padding: 5% 6% 6% 6%;
		border-radius: 8px 8px 0 0;
		z-index: 1;
	}
	.reason__icon{
		width: 22%;
		margin: -11% 0 16px 2%;
	}
	.reason__list-wrap{
		margin: 0 16px;
	}
	.reason__list-box-even{
		display: flex;
		position: relative;
		flex-direction: column;
		margin: 0 auto 14%;
	}
	.reason__txt-even{
		background: #fff;
		text-align: left;
		padding: 5% 22px 6%;
		border-radius: 8px 8px 0 0;
		z-index: 1;
	}
	.reason__icon-even{
		width: 22%;
		margin: -11% 0 16px 2%;
	}
	.reason__txt h3,
	.reason__txt-even h3{
		margin:7% 0;
	}
	.reason__txt p,
	.reason__txt-even p{
		font-size: 1rem;
		line-height: 1.6;
		text-align: justify;
	}
	
}

@media screen and (min-width:769px) {
	.reason{
		background-color: #f1ead5;
		padding: 0 0 100px 0;
	}
	.reason__ttl{
		background-color: #009944;
		text-align: center;
		padding: 30px 0;
		position: relative;
		margin-bottom: 64px;
	}
	.reason__inner{
		max-width: 1208px;
		margin: 0 auto;
		padding: 0 4px 4px 0;
	}
	.reason__list{
		display: flex;
		justify-content: space-between;
	}
	.reason__list-item{
		flex-basis: 23.5%;
	}
	.reason__list-wrap{
		padding-top: 90px;
	}
	.reason__list-box{
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		display: flex;
		position: relative;
		margin: 0 4px 100px 0;
	}
	.reason__list-box .reason__image img{
		border-radius: 0 10px 10px 0;
	}
	.reason__sttl-sp01 img{
		width: 90.8%;
	}
	.reason__sttl-sp02 img{
		width: 64%;
	}
	.reason__sttl-sp03 img{
		margin-top: 3%;
		width: 75%;
	}
	.reason__sttl-sp04 img{
		margin-top: 10%;
		width: 42%;
	}
	.reason__txt{
		width: 52%;
		text-align: left;
		padding: 0 50px 0 40px;
	}
	.reason__image{
		width: 52%;
	}
	.reason__icon{
		margin: -38px 0 57px 10px;
		width: 161px;
	}
	.reason__list-box-even{
		display: flex;
		flex-direction: row-reverse;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		margin: 0 4px 100px 0;
		border-radius: 10px;
	}
	.reason__list-box-even .reason__image-even img{
		border-radius: 10px 0 0 10px;
	}


	.reason__list-box-even:last-child{
		margin: 0 4px 4px 0;
	}
	.reason__txt-even{
		background: #fff;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 52%;
		text-align: left;
		padding: 0 40px 0 50px;
	}
	.reason__icon-even{
		margin: -38px 0 57px 0;
		width: 161px;
	}
	.reason__txt h3,
	.reason__txt-even h3{
		align-items: center;
		display: flex;
		margin-bottom: 16px;
	}
	.reason__txt p,
	.reason__txt-even p{
		font-weight: 600;
		font-size: 1.3rem;
		line-height: 1.8;
		text-align: justify;
	}
	.reason__txt p .emphasis,
	.reason__txt-even p .emphasis{
		font-size: 1.3rem;
	}
}

/* ========================================================================
  maintenance
======================================================================== */
@media screen and (max-width:768px) {
	.maintenance{
		background-color: #f1f1f1;
		background-image: url(../img/index/sp/bg_maintenance.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 12% 0 10%;
	}
	.maintenance__container{
		margin: 0 auto;
	}
	.maintenance__ttl{
		text-align: center;
		width: 76.8%;
		margin:0 auto 66%;
	}
	.maintenance__listTop{
		margin: 0 20px;
	}
	.maintenance__list-wrap{
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.maintenance__listTop .maintenance__list-box{
		background-color: #fff;
		border: 1px solid #329616;
		border-radius: 10px;
		padding: 20px 5%;
		margin-bottom: 20px;
	}
	.maintenance__listTop .maintenance__list-image{
		width: 48%;
	}
	.maintenance__listBottom{
		margin: 0 5%;
	}
	.maintenance__listBottom .maintenance__list-box{
		background-color: #fff;
		border: 1px solid #329616;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 4% 16px;
		margin-bottom: 20px;
	}
	.maintenance__listBottom .maintenance__list-box:last-child{
		margin-bottom: 0;
	}
	.maintenance__listBottom .maintenance__list-wrap{
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.maintenance__list-image{
		width: 48%;
	}
	.maintenance__sttl{
		margin-bottom: 4%;
	}
	.maintenance__sttl.sttl01{
		width: 47.5%;
	}
	.maintenance__sttl.sttl02{
		width: 33.5%;
	}
	.maintenance__sttl.sttl03{
		width: 49%;
	}
	.maintenance__sttl.sttl04{
		width: 33.5%;
	}
	.maintenance__sttl.sttl05{
		width: 46.5%;
	}
	.maintenance__list-text{
		font-weight: 600;
		font-size: 0.88rem;
		line-height: 1.3;
		flex-basis: 48%;
	}
	.maintenance__list-text span{
		color: #f24c03;
	}
}
@media screen and (min-width:769px) {
	.maintenance{
		background-color: #f1f1f1;
		background-image: url(../img/index/bg_maintenance.png);
		background-position: center top 660px;
		background-repeat: no-repeat;
		padding: 155px 0 110px;
	}
	.maintenance__container{
		width: 1200px;
		margin: 0 auto;
	}
	.maintenance__ttl{
		text-align: center;
		margin-bottom: 87px;
	}
	.maintenance__listTop{
		display: flex;
		justify-content: space-between;
		margin-bottom: 634px;
	}
	.maintenance__listTop .maintenance__list-wrap{
		display: flex;
	}
	.maintenance__listTop .maintenance__list-box{
		background-color: #fff;
		border: 1px solid #329616;
		border-radius: 10px;
		flex-basis: 49%;
		padding: 30px;
	}
	.maintenance__listTop .maintenance__list-image{
		margin-right: 30px;
	}
	.maintenance__listBottom{
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.maintenance__listBottom .maintenance__list-box{
		background-color: #fff;
		border: 1px solid #329616;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		flex-basis: 32%;
		justify-content: center;
		padding: 30px;
	}
	.maintenance__sttl{
		margin-bottom: 28px;
	}
	.maintenance__listBottom .maintenance__list-image{
		margin-bottom: 24px;
	}
	.maintenance__list-text{
		font-weight: 600;
		font-size: 1.33rem;
		line-height: 1.6;
	}
	.maintenance__list-text span{
		color: #f24c03;
	}
}
/* ========================================================================
  trouble
======================================================================== */
@media screen and (max-width:768px) {
	.trouble{
		background-color: #f8f2e6;
		padding: 0 0 10%;
	}
	.trouble__innerTop{
		background-image: url(../img/index/sp/trouble_bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		padding:7.46% 0 6%;
	}
	.trouble__ttl{
		width: 57.7%;
		margin: 0 auto 10%;
	}
	.trouble__list{
		margin: 0 5.33% 0 4.53%;
	}
	.trouble__image{
		margin-bottom: 3%;
	}
	.trouble__text{
		font-size: 0.93rem;
		line-height: 1.5;
		margin-bottom: 10%;
	}
	.troubleExample__sttl{
		margin:0 auto 9.43%;
		width: 78.7%;
	}
	.troubleExample__list{
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 0 12px;
		margin: 0 13px 10%;
	}
	.troubleExample__list-item{
		width: 96%;
		margin-bottom: 5.33%;
	}
	.troubleExample__list-item img{
		display: block;
		width: 100%;
		height: auto;
	}
	.troubleExample__list-item:first-child{
		grid-column: 1 / -1;
		justify-self: center;
		width: 48.333%;
	}
	.troubleExample__list-item:last-child{
		margin: 0 0 0 auto;
	}
	.troubleEnd__image{
		align-items: center;
		background-color: #f8f2e6;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.troubleEnd__imageTop{
		margin: -5.8% 0 6%;
	}
	.troubleEnd__imageBottom{
		margin: 0 20px;
	}
}

@media screen and (min-width:769px) {
.trouble__innerTop{
		background-color: #f8f2e6;
		background-image: url(../img/index/trouble_example_bg.jpg);
		background-position: top center,bottom center;
		background-repeat: no-repeat;
		background-size: 100% , auto;
		padding: 120px 0 100px;
	}
	.trouble__ttl{
		margin: 0 auto 95px;
		text-align: center;
	}
	.troubl__inner{
		max-width: 1200px;
		margin: 0 auto;
	}
	.troubleExample{
		margin: 0 auto;
	}
	.troubleExample__sttl{
		text-align: center;
		margin-bottom: 5%;
	}
	.troubleExample__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 8%;
	}
	.troubleExample__list-item{
		flex-basis: 30%;
		margin-bottom: 5%;
	}
	.trouble__list{
		background-image: url(../img/index/trouble_list_bg.png);
		background-repeat: no-repeat;
		background-position: right 100px bottom;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 8.9%;
	}
	.trouble__list-item{
		flex-basis: 48%;
	}
	.trouble__list-item:last-child .trouble__text{
		margin-bottom: 0;
	}
	.trouble__image{
		margin-bottom: 18px;
	}
	.troubleEnd__image{
		align-items: center;
		background-color: #f8f2e6;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding-bottom: 140px;
	}
	.troubleEnd__imageTop{
		margin: -31px 0 39px -54px;
	}
	
}

/* ========================================================================
  voice
======================================================================== */
@media screen and (max-width:768px) {
	.voice{
		background: #f1ead5;
		text-align: center;
		padding: 10% 0 10%;
	}
	.voice__ttl{
		display: flex;
		justify-content: center;
		margin:0 auto 12.5%;
		position: relative;
		z-index: 2;
		width: 47.6%;
	}
	.voice__inner{
		position: relative;
	}
	.voice__letter{
		position: absolute;
		right: -7%;
		top: 0;
		width: 44%;
		z-index: 1;
	}
	.voice__list{
		display: flex;
		flex-direction: column;
		margin: 0 5%;
	}
	.voice__list-box{
		background-color: #107e00;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 7.5% 0 5.33% 18px;
		margin-bottom: 6.4%;
		min-height: 256px;
	}
	.voice__list-box:nth-child(2),
	.voice__list-box:nth-child(3){
		background-color: #45b500;
	}
	.voice__list-box:nth-child(3){
		order: 4;
		margin-bottom: 0;
	}
	.voice__list-box:last-child{
			order: 3;
	}
	.voice__list-wrap{
		align-items: center;
		display: flex;
	}
	.voice__list-img{
		margin-right: 16px;
		flex-basis: 30%;
	}
	.voice__list-ttl{
		color: #fff;
		font-size: 1.3rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		padding-bottom: 5.33%;
		line-height: 1.4;
		letter-spacing: -1px;
		text-align: left;
	}
	.voice__list-ttl span{
		color: #fff32b;
	}
	.voice__list-name{
		color: #fff;
		font-size: 0.88rem;
		text-align: left;
	}
	.voice__list-txt{
		color: #fff;
		font-size: 0.88rem;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 5%;
		line-height: 1.6;
		margin-right: 16px;
		text-align: left;
	}
	.voice__illust{
		text-align: left;
		width: 204px;
	}

}

@media screen and (min-width:769px) {
	.voice{
		background: #f1ead5;
		padding: 0 0 100px 0;
	}
	.voice__ttl{
		display: flex;
		justify-content: center;
		margin:0 auto 80px;
		position: relative;
		z-index: 2;
	}
	.voice__inner{
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 70px 0 0 0;
	}
	.voice__letter{
		position: absolute;
		right: 9px;
		top: 19px;
		z-index: 1;
	}
	.voice__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.voice__list-box{
		background-color: #107e00;
		border-top-left-radius: 16px;
		border-bottom-right-radius: 19px;
		flex-basis: 48%;
		padding: 40px 0 40px 35px;
		margin-bottom: 60px;
	}
	.voice__list-box:nth-child(2),
	.voice__list-box:nth-child(3){
		background-color: #45b500;
	}
	.voice__list-box:nth-child(3),
	.voice__list-box:nth-child(4){
		margin-bottom: 0;
	}
	.voice__list-wrap{
		align-items: center;
		display: flex;
	}
	.voice__list-img{
		margin-right: 30px;
	}
	.voice__list-ttl{
		color: #fff;
		font-size: 2rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		padding-bottom: 10px;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	.voice__list-ttl span{
		color: #fff32b;
	}
	.voice__list-name{
		color: #fff;
		font-size: 1.2rem;
		text-align: left;
	}
	.voice__list-txt{
		color: #fff;
		font-size: 1.3rem;
		font-family: "Noto Sans JP", sans-serif;
		padding-top: 20px;
		line-height: 1.6;
		margin-right: 35px;
	}
	.voice__illust{
		text-align: left;
		width: 204px;
	}

}

/* ========================================================================
  faq
======================================================================== */
@media screen and (max-width:768px) {
	.faq{
		background-color: #f1f1f1;
		padding: 12% 0;
	}
	.faq__ttl{
		width: 59.4%;
		text-align: center;
		margin:0 auto 10%;
	}
	.faq__list{
		display: flex;
		flex-direction: column;
	}
	.faq__list-box{
		background-color: #fff;
		border: 2px solid #009944;
		width: 92%;
		padding: 0;
		margin: 0 auto 4%;
		border-radius: 5px;
		text-align: left;
	}
	.faq__q{
		background-color: #009944;
		border-bottom: 1px solid #009944;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		padding:3% 10px 3% 10px;
		margin-bottom: 3.16%;
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 1.1rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.4;
		position: relative;
	}
	.faq__a{
		margin-bottom: 3.16%;
		display: flex;
		align-items: start;
		font-size: 0.88rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.6;
		position: relative;
		padding:0 5% 0 49px;
	}
	.faq__q::before{
		content: "";
		background-image: url("../img/index/faq_icon-q.png");
		background-size: 100%;
		background-repeat: no-repeat;
		display: block;
		width: 24px;
		height: 26px;
		margin-right: 16px;
	}
	.faq__a::before{
		content: "";
		background-image: url("../img/index/faq_icon-a.png");
		background-size: 100%;
		background-repeat: no-repeat;
		display: block;
		width: 24px;
		height: 25px;
		margin-right: 10px;
		position: absolute;
		top: 5px;
		left: 10px;
	}
	
}

@media screen and (min-width:769px) {
	.faq{
		background-color: #f1f1f1;
		padding: 70px 0 70px;
	}
	.faq__ttl{
		background-image: url("../img/index/sp/faq_ttl_bg.png");
		background-position: center right;
		background-repeat: no-repeat;
		background-position: calc(50% + 400px) center;
		background-size: auto 100%;
		text-align: center;
		margin-bottom: 78px;
	}
	.faq__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.faq__list-box{
		background-color: #fff;
		border: 2px solid #009944;
		border-radius: 8px;
		flex-basis: 49%;
		padding: 0;
		margin-bottom: 2%;
		text-align: left;
	}
	.faq__list-box:nth-child(7),
	.faq__list-box:nth-child(8){
		margin-bottom: 0;
	}
	.faq__q{
		align-items: center;
		background-color: #009944;
		border-bottom: 1px solid #009944;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		color: #fff;
		display: flex;
		font-size: 1.4rem;
		font-weight: 700;
		font-family: "Noto Sans JP", sans-serif;
		height: 80px;
		margin-bottom: 15px;
	}
	.faq__a{
		padding-bottom: 3.16%;
		margin-bottom: 3.16%;
		display: flex;
		align-items: start;
		font-size: 1.15rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1.6;
		position: relative;
		padding: 0px 30px 0 72px;
	}
	.faq__q::before{
		content: "";
		background-image: url("../img/index/faq_icon-q.png");
		background-repeat: no-repeat;
		display: block;
		width: 32px;
		height: 36px;
		margin: 10px 20px 10px 20px;
	}
	.faq__a::before{
		content: "";
		background-image: url("../img/index/faq_icon-a.png");
		background-repeat: no-repeat;
		display: block;
		width: 32px;
		height: 33px;
		margin-right: 20px;
		position: absolute;
		top: 6px	;
		left: 20px;
	}
}

/* ========================================================================
  area
======================================================================== */

@media screen and (max-width:768px) {
	.area{
		background-color: #effafd;
		background-image: url("../img/index/sp/area_bg.jpg");
		text-align: center;
		background-position: top 130px center;
		background-repeat: no-repeat;
		padding: 12% 0 8%;
		background-size: 100%;
	}
	.area__container{
		margin: 0 5%;
		position: relative;
	}
	.area__ttl{
		margin: 0 auto 92%;
		width: 60%;
	}
	.area__sttl{
		width: 70%;
		margin-bottom: 3%;
	}
	.area__text{
		font-size: 0.73rem;
		line-height: 1.6;
		text-align: justify;
		margin: 0 auto;
	}
	.area__text span{
		display: block;
		font-size: 0.64rem;
		margin-top: 10px;
	}

}

@media screen and (min-width:769px) {
	.area{
		background-color: #e0f5fc;
		background-image: url("../img/index/area_bg.png");
		background-position: right calc(50% - 180px) bottom 40px;
		background-repeat: no-repeat;
		text-align: center;
		padding: 80px 0 60px;
	}
	.area__ttl{
		margin-bottom: 90px;
	}
	.area__container{
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.area__inner{
		width: 285px;
	}
	.area__sttl{
		margin: 0 20px 20px 0;
	}
	.area__txt{
		width: 374px;
		position: absolute;
		text-align: justify;
		top: 48px;
		left: 0;
	}
	.area__text{
		font-size: 0.9rem;
		line-height: 2.2;
		text-align: justify;
		flex-basis: 80%;
	}
	.area__text span{
		display: block;
		font-size: 0.8rem;
		margin-top: 20px;
	}

}

/* ========================================================================
  fair
======================================================================== */

@media screen and (max-width:768px) {
	.fair{
		background-color: #fbfafa;
		padding: 8.66% 0 7.73%;
	}
	.fair__ttl{
		width: 68.6%;
		margin:0 auto 6.4%;
	}
	.fair__list{
		margin: 0 22px;
	}
	.fair__list-box{
		margin-bottom: 5.33%;
	}
	.fair__list-box:last-child{
		margin-bottom: 0;
	}
	[class*="fair__sttl"]{
		align-items: center;
		display: flex;
		margin: 0 auto 6.4%;
		text-align: left;
	}
	.fair__sttl01{
		width:51.3%;
	}
	.fair__sttl02{
		width: 50.2%;
	}
	.fair__sttl03{
		width: 72.4%;
	}
	.fair__list-text{
		background-color: #fff;
		padding: 8% 0 8%;
		text-align: left;
	}
	.fair__text{
		font-size: 0.88rem;
		line-height: 1.6;
		margin: 0 12px;
	}
}

@media screen and (min-width:769px) {
	.fair{
		background-color: #fbfafa;
		padding: 6.4% 0 5%;
	}
	.fair__ttl{
		width: 68.6%;
		margin:0 auto 5.33%;
	}
	.fair__list{
		align-items: stretch;
		display: flex;
		justify-content: space-between;
		padding-right: 2px;
	}
	.fair__list-box{
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		margin-bottom: 5.33%;
		overflow: hidden;
		display: flex;
		flex-basis: 32%;
		flex-direction: column;
	}
	[class*="fair__sttl"]{
		align-items: center;
		display: flex;
		margin: 0 0 20px 0;
		justify-content: flex-start;
		text-align: left;
	}
	.fair__sttl01{
	}
	.fair__sttl01 img{
		width: 92%;
	}
	.fair__sttl02 img{
		width: 94%;
	}
	.fair__sttl03 img{
		width: 90%;
	}
	.fair__list-text{
		background-color: #fff;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 20px 20px 20px;
		flex-grow: 1;
		text-align: left;
	}
	.fair__text{
		font-size: 1rem;
		line-height: 1.8;
		text-align: left;
		margin-top: auto;
	}
}

/* ========================================================================
  payment
======================================================================== */

@media screen and (max-width:768px) {
	.payment{
		margin: 12% auto 4% ;
		text-align: center;
	}
	.payment__ttl{
		width: 60%;
		margin: 0 auto 8%;
	}
	.payment__list{
		display: flex;
		flex-direction: column;
	}
	.payment__list-box{
		border: 2px solid #009944;
		border-radius: 8px;
		width: 92%;
		margin: 0 auto 6%;
	}
	.payment__sttl{
		color: #fff;
		background-color: #009944;
		font-size: 1.3rem;
		font-weight: 700;
		padding: 10px 0;
		border-radius: 4px 4px 0 0;
		font-family: "Noto Sans JP", sans-serif;
		margin-bottom: 20px;
	}
	.payment__list-box p{
		text-align: left;
		font-size: 0.96rem;
		line-height: 1.8;
		margin: 6% 20px 6%;
	}
	.payment__list-box .list__item-cash{
		width: 33%;
	}
	.payment__list-box .list__item-bank{
		width: 30%;
	}
	.payment__list-box .list__item-card{
		width: 60%;
	}
}

@media screen and (min-width:769px) {
	.payment{
		max-width:1000px;
		margin: 120px auto 140px;
		text-align: center;
	}
	.payment__ttl{
		font-weight: 700;
		margin-bottom: 64px;
	}
	.payment__list{
		display: flex;
		justify-content: space-between;
	}
	.payment__list-box{
		border: 3px solid #009944;
		border-radius: 16px;
		width: 32%;
		min-height: 408px;
	}
	.payment__list-box p{
		text-align: left;
		font-size: 1.0rem;
		line-height: 1.6;
		margin: 0 20px;
	}
	.payment__list-box .list__item-cash{
		margin: 72px 0 22px;
		width: 56.5%;
	}
	.payment__list-box .list__item-bank{
		margin: 40px 0 44px;
		width: 49%;
	}
	.payment__list-box .list__item-card{
		margin: 40px 0 30px;
		width: 80%;
	}
	.payment__sttl{
		color: #fff;
		background-color: #009944;
		font-size: 1.6rem;
		font-weight: 700;
		padding: 5% 0;
		border-radius: 8px 8px 0 0;
		font-family: "Noto Sans JP", sans-serif;
	}

}

/* ========================================================================
  about
======================================================================== */

@media screen and (max-width:768px) {
	.about{
		background-image: url("../img/index/sp/about_ttl-bg.jpg");
		background-size: 100%;
		background-repeat: no-repeat;
		padding: 17% 0 12% 0;
	}
	.about__ttl{
		width: 85.6%;
		margin: 0 auto 12%;
	}
	.about__inner{
		max-width: 1200px;
		margin: 0 auto;
	}
	.about__text{
		width: 90%;
		margin: 0 auto 67%;
	}
	.about__text p{
		line-height: 2.4;
		text-align: justify;
		font-size: 0.93rem;
		font-weight: 600;
	}
	.about__container{
		border: 2px solid #009944;
		border-radius: 8px;
		background-color: #fff;
		padding: 0 24px 6%;
		width: 92%;
		margin: 0 auto;
	}
	.about__sttl{
		width: 74%;
		margin: 0 auto;
	}
	.about__container-lead{
		text-align: left;
		display: flex;
		align-items: center;
	}
	.about__illust{
		width: 30%;
		float: right;
		margin-top: 10%;
		margin-left: 15px;
		margin-right: -15px;
	}
	.about__container-lead-outer{
		margin: 6% 0 12%;
	}
	.about__container-lead-outer p{
		font-size: 0.83rem;
		font-weight: 600;
		line-height: 1.9;
	}
	.about__container-lead p{
		font-size: 0.8rem;
	}
	.about__list{
		display: flex;
		flex-direction: column;
		margin-top: 6%;
	}
	.about__list-box{
		text-align: left;
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 6%;
	}
	.about__list-box img{
		width:  50%;
		margin-right: 6%;
		display: block;
	}
	.about__list-box p{
		font-size: 0.83rem;
		font-weight: 600;
		line-height: 1.6;
		width: 50%;
		display: block;
	}
	.about__list-box span{
		color: #009944;
		font-size: 0.8rem;
		display: inline-block;
	}
	.about__list-box:last-child{
		margin: 0;
	}

}

@media screen and (min-width:769px) {
	.about{
		background-image: url("../img/index/about_ttl-bg.jpg");
		background-size: 2400px;
		background-position: top center;
		background-repeat: no-repeat;
		padding: 57px 0 80px;
	}
	.about__ttl{
		margin-bottom: 60px;
		text-align: center;
	}
	.about__text{
		width: 545px;
		font-size: 1.0rem;
		text-align: left;
		margin-left: 40px;
	}
	.about__text p{
		font-size: 1.15rem;
		line-height: 2.4;	
	}
	.about__inner{
		width: 1200px;
		margin: 0 auto 253px;
		position: relative;
	}
	.about__container{
		border: 2px solid #009944;
		border-radius: 16px;
		background-color: #fff;
		padding: 0 50px 60px;
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	.about__container-lead{
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.about__container-lead p{
		font-size: 1.45rem;
		line-height: 1.8;
		flex-basis: 78%;
		margin: 50px 0;
	}
	.about__container-lead img{
		margin-right: 20px;
		margin-top: 20px;
	}
	.about__list{
		display: flex;
		justify-content: space-between;
	}
	.about__list-box{
		text-align: left;
		flex-basis: 32%;
	}
	.about__list-box span{
		color: #009944;
		font-size: 1.0rem;
		margin: 20px 0 8px;
		display: inline-block;
	}
	.about__list-box p{
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.4;
	}
	
}

/* ========================================================================
  coupon
======================================================================== */
@media screen and (max-width:768px) {
	.coupon__ttl{
		width: 90%;
		margin: 0 auto 8%;
	}
	.coupon{
		padding: 12% 0;
	}
	.coupon .inner{
		width: 92%;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	.coupon{
		padding: 70px 0 100px;
	}
	.coupon__ttl{
		margin-bottom: 4%;
	}
}

/* ========================================================================
  footer
======================================================================== */

@media screen and (max-width:768px) {
	.footer{
		background-color: #242424;
		padding: 8% 0 25%;
		text-align: center;
		color: #fff;
	}
}

@media screen and (min-width:769px) {
	.footer{
		background-color: #242424;
		padding: 4% 0 3%;
		text-align: center;
		color: #fff;
	}
}

/* ========================================================================
  フロートボタン
======================================================================== */

@media screen and (max-width:768px) {
	.float_btn{
		display: none;
		position: fixed;
		bottom: 0;
		z-index: 999;
 	 }

 	 .float_btn-inner{
		display: flex;
		background-color: rgba(0, 0, 0, 0.3);
		padding: 2%;
		column-gap: 2%;
	}
}

/*フッター*/

.footer .footer_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer .footer_list {
    flex-wrap: wrap;
  }
}
.footer .footer_list .list_item {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer .footer_list .list_item {
    border: none;
    position: relative;
  }
  .footer .footer_list .list_item::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.13vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .footer .footer_list .list_item:nth-of-type(3)::after, .footer .footer_list .list_item:last-of-type::after {
    display: none;
  }
}
.footer .footer_list .list_item:last-of-type {
  border: none;
}
.footer .footer_list .list_item a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 0 1.2em;
}
@media screen and (max-width: 1000px) {
  .footer .footer_list .list_item a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer .footer_list .list_item a {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}  
.footer__copy {
  padding: 1.5rem;
}
.inner_title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 17px 10px;
}

.c-table01 {
  margin: 40px auto;
  overflow: hidden;
  border-radius: 3px
}
.c-table01 tr {
  border-bottom: 1px solid #333;
}
.c-table01 tr:last-of-type {
  border-bottom: none
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  text-align: left;
  vertical-align: middle
}
.c-table01 th {
  background: var(--mh--color--secondary-100);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
@media(max-width: 767px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100%
  }
}
@media(min-width: 768px) {
  .c-table01 {
    border-radius: 20px
  }
  .c-table01 th, .c-table01 td {
    height: 80px;
    padding-block: 23px;
    padding-inline: 40px
  }
  .c-table01 th {
    width: 280px
  }
}

.maintenance_02 {
	background-color: #f1f1f1;
    background-image: url(../img/index/bg_maintenance_02.png);
    background-position: center top 660px;
    background-repeat: no-repeat;
    padding: 155px 0 110px;
}
@media screen and (max-width:768px) {
	.maintenance_02{
		background-color: #f1f1f1;
		background-image: url(../img/index/sp/bg_maintenance.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 12% 0 10%;
	}
}.maintenance_03 {
	background-color: #f1f1f1;
    background-image: url(../img/index/bg_maintenance_03.png);
    background-position: center top 660px;
    background-repeat: no-repeat;
    padding: 155px 0 110px;
}
@media screen and (max-width:768px) {
	.maintenance_03{
		background-color: #f1f1f1;
		background-image: url(../img/index/sp/bg_maintenance.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 12% 0 10%;
	}
}
/* ========================================================================
  key
======================================================================== */
@media screen and (max-width:768px) {
	.key,.key_felling,.key_mowing,.key_pruning {
		position: relative;
	}
	.key__balloon{
		background-color: #fff;
		border-radius: 100px;
		color: #262626;
		display: inline-block;
		font-size: 4.4vw;
		font-weight: 700;
		padding: 4px 16px;
		text-align: center;
		position: absolute;
		top: 2vw;
		left: 50%;
		transform: translateX(-50%);
		width: fit-content;
		white-space: nowrap;
		max-width: 100%;
	}
	.key__balloon::after{
		background-image: url(../img/index/sp/key_balloon_bg.png);
		background-size:100%;
		background-repeat: no-repeat;
		content: "";
		display: block;
		width: 7px;
		height: 11px;
		position: absolute;
		bottom: -11px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	.key {
		background-image: url("../img/index/key_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 2400px;
		position: relative;
	}

	.key_felling {
		background-image: url("../img/index/key_felling_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 2400px;
		position: relative;
	}

	.key_mowing {
		background-image: url("../img/index/key_mowing_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 2400px;
		position: relative;
	}

	.key_pruning {
		background-image: url("../img/index/key_pruning_bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 2400px;
		position: relative;
	}
	

	.key__balloon{
		background-color: #fff;
		border-radius: 100px;
		color: #262626;
		display: inline-block;
		font-size: 1.66vw;
		font-weight: 700;
		padding: 4px 24px 6px;
		text-align: center;	
		position: absolute;
		top: 2.4vw;
		left: max(25px, calc(50% - 600px));
		width: fit-content;
		white-space: nowrap;
		max-width: 100%;
	}



	.key__balloon::after{
		background-image: url(../img/index/sp/key_balloon_bg.png);
		background-size:100%;
		background-repeat: no-repeat;
		content: "";
		display: block;
		width: 9px;
		height: 13px;
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.key__inner{
		text-align: center;
	}
}