@charset "utf-8";

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

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

.page_ttl_wrap {
    background: url(../img/for_service/service_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
	text-align: center;
}

.page_ttl {
    border-bottom: 3px dashed #FFA89D;
    display: inline-block;
}

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

.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   : 32px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
  }
  
  .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: #0693e3;
	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: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
	.page_ttl_wrap {
        padding: 10px 0;
    }
	
	.page_ttl {
        font-size: 20px;
    }
	
	    nav.globalMenuSp {
        background: #ffa89d;
    }
	
	.hamburger {
        background: #ffa89d;
		top: 5px;
    }
	
	.denwa {
        top: 5px;
        right: 70px;
    }
	
}

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



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

.sec1 {
		margin-top: 100px;
	}

.sec1 .sec1_ttl .ue_mini {
    color: #FFA89D;
    font-weight: bold;
}

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

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

.place_flex1 .right {
    position: absolute;
    right: 9%;
    text-align: end;
}

.place_flex1 .right img {
	max-width: 52%;
}

.place_txt1 {
	max-width: 49%;
}

.place_flex1 .place_txt1 ul {
	padding-left: 20px;
}

.place_txt1 p {
	margin-bottom: 20px;
}

.place_flex1 ul li {
    line-height: 30px;
    margin-bottom: 10px;
    list-style: disc;
}

.place_flex1 ul li::marker {
    color: #FFA89D;
    font-size: 22px;
}


.place_flex2 {
	display: flex;
    justify-content: end;
    margin-top: 50px;
    margin-bottom: 150px;
}

.place_flex2 .left {
	position: absolute;
    left: 10%;
    text-align: left;
}

.place_flex2 .left img {
	max-width: 52%;
}

.place_flex2_txt {
    max-width: 46%;
	line-height: 30px;
}

.red {
	color: red;
	font-weight: bold;
}


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

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

.sec2 {
	background-color: #FFF4F4;
	    padding: 100px 0;
}

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

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

.brown_txt {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #AD8365;
    margin-bottom: 40px;
}


.conditions_flex1 {
	display: flex;
	margin-bottom: 5px;
}

.conditions_flex1 .left_ttl {
	align-content: center;
    background: #D8C7BB;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 20px 0px 0px 0px;
    text-wrap: nowrap;
    width: 176px;
}

.conditions_flex1 .conditions_right {
	background: #FFFFFF;
    padding: 50px;
	border-radius: 0px 20px 0px 0px;
	border-left: 5px solid #fff4f4;
	display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(3, auto);
  gap: 30px 100px;
}

.conditions_flex1 .conditions_right .ls_none {
	list-style: none;
	margin: 0;
    line-height: 0px;
	font-weight: bold;
}

.conditions_flex1 .conditions_right .plus_m {
	margin-top: 20px;
	font-weight: bold;
}

.conditions_flex1 .conditions_right li {
	line-height: 30px;
	margin-bottom: 10px;
	list-style: disc;
}

.conditions_flex1 .conditions_right li::marker {
	color: #FFA89D;
	font-size: 22px;
}



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

.conditions_flex2 .left_ttl {
	align-content: center;
    background: #D8C7BB;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 0px 0px 0px 20px;
    text-wrap: nowrap;
	width: 35%;
}

.conditions_flex2 .conditions_right {
	background: #FFFFFF;
    padding: 50px;
	border-radius: 0px 0px 20px 0px;
	border-left: 5px solid #fff4f4;
}

.conditions_flex2 .conditions_right li {
	line-height: 30px;
	margin-bottom: 10px;
	list-style: disc;
}

.conditions_flex2 .conditions_right li::marker {
	color: #FFA89D;
	font-size: 22px;
}
/*----------セクション2終了-------*/


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

.sec3 {
	margin-top: 100px;
	margin-bottom: 200px;
}

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

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

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

.team_flex .right {
    position: absolute;
    right: 6%;
    text-align: end;
}

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

.team_txt {
  max-width: 49%;
  line-height: 30px;
}



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


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




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

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



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



@media (max-width: 768px) {

	    .sec1 {
        margin-top: 50px;
    }
	
	
.inner {
	padding: 0 4%;
 }
	
.place_flex1 {
	flex-direction: column;
	margin-top: 20px;
    margin-bottom: 100px;
	}
	
	.place_flex1 .right {
	position: static;
    text-align: center;
	}
	
	.place_flex1 .right img {
    max-width: 100%;
}
	
	.place_txt1 {
    max-width: 100%;
}
	
	.sec1 .sec1_ttl .ue_mini {
            color: #FFA89D;
            font-weight: bold;
            font-size: 16px;
        }
	
    .sec1 h3 {
      display: inline;
      font-size: 20px;
      border-bottom: 3px solid #FFA899;
      padding-bottom: 3px;
}
	
	.place_flex2 {
	flex-direction: column-reverse;
    margin-top: 20px;
    margin-bottom: 100px;
	}
	
	.place_flex2 .left img {
    max-width: 100%;
}
	
	.place_flex2 .left {
    position: static;
    text-align: center;
}
	
	.place_flex2_txt {
    max-width: 100%;
    line-height: 30px;
}
	
	.conditions_flex1 {
		flex-direction: column;
	}
	
	.conditions_flex1 .conditions_right {
		display: inline-block;
        width: auto;
        border-radius: 0px 0px 0px 0px;
		padding: 40px;
	}
	
	.conditions_flex1 .left_ttl {
	width: auto;
    border-radius: 20px 20px 0px 0px;
	}
	
	.conditions_flex2 .left_ttl {
	width: auto;
    border-radius: 20px 20px 0px 0px;
}
	
	.conditions_flex2 {
	flex-direction: column;
    margin-top: 50px;
}
	
.conditions_flex2 .conditions_right {
	padding: 40px;
	}
	
	.sec2 {
    padding: 50px 0;
}
	
	.brown_txt {
      margin-top: 20px;
      font-size: 18px;
      margin-bottom: 20px;
 }
	
	.sec2 .sec2_ttl .ue_mini {
        color: #FFA89D;
        font-weight: bold;
        font-size: 16px;
    }
	
	
	.sec2 h3 {
		display: inline;
        font-size: 20px;
        border-bottom: 5px solid #FFA899;
        padding-bottom: 5px;
	}
	
	.sec3 .sec3_ttl .ue_mini {
        color: #FFA89D;
        font-weight: bold;
        font-size: 16px;
	}
	
	.sec3 h3 {
		 display: inline;
        font-size: 20px;
        border-bottom: 5px solid #FFA899;
        padding-bottom: 5px;
	}
	
	.team_flex .right {
    position: static;
    text-align: center;
}
	
	.team_flex {
	flex-direction: column;
	}
		
	.team_txt {
    max-width: 100%;
}
	
  .team_flex .right img {
    max-width: 100%;
}
	
   .footer_flex {
      flex-direction: column;
      margin-top: 30px;
      margin-bottom: 30px;
    }
	
	.f_bar {
		display: none;
	}
	
	    .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;
    }
	
	.conditions_flex1 .conditions_right .ls_none {
    margin-bottom: 15px;
}

}


/* YAMO ADD PC/TABLET */
@media screen and (min-width: 769px) {
	.place_flex1,
	.place_flex2,
	.team_flex{
		position: relative;
	}
	.place_flex1 .right,
	.team_flex .right{
		right: -5%;
		max-width: 54%;
	}
	.place_flex2 .left{
		left: -5%;
		max-width: 54%;
	}
	.place_flex1 .right img,
	.place_flex2 .left img,
	.team_flex .right img{
		max-width: 100%;
	}
	.conditions_flex1 .left_ttl,
	.conditions_flex2 .left_ttl{
		width: 18%;
		min-width: 190px;
	}
	.conditions_flex1 .conditions_right,
	.conditions_flex2 .conditions_right{
		flex: 1;
	}
}

/* YAMO ADD TABLET */
@media screen and (min-width: 769px) and (max-width: 1020px) {
	.place_flex1 .right,
	.team_flex .right{
		right: -2%;
		max-width: 50%;
	}
	.place_flex2 .left{
		left: -2%;
		max-width: 50%;
	}
}

/* YAMO ADD SP */
@media screen and (max-width: 768px) {
	.place_flex1 .right,
	.place_flex2 .left,
	.team_flex .right{
		margin-top: 20px;
	}
}