@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_introduction/introduction_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%);
  }
	
	.hamburger {
        display: block;
        position: fixed;
        z-index: 5;
        right: 13px;
        top: 5px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        background: #ffa89d;
    }

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;
    }
	
	.page_ttl_wrap {
    padding: 10px 0;
}
	
	.page_ttl {
    font-size: 20px;
}
	
	.denwa {
        top: 5px;
        right: 70px;
    }
	
		.btm1 {
    margin-right: 0px!important;
}
	
	.sp_btm {
		width: 100%!important;
	}
	
}

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


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

.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;
}

.bold_txt {
	margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}


.greet_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 100px;
	position: relative;
}

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

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

.greet_txt {
    max-width: 47%;
}

.sec1 .z_support .z_support_ttl {
    font-size: 20px;
    text-align: center;
    position: relative;
    top: -30px;
    display: block;
    border: none;
    padding-bottom: 0;
    max-width: 470px;
    height: 60px;
    line-height: 60px;
    background: rgb(255 168 153);
    color: #fff;
    margin: 0 auto;
    border-radius: 100px;
}

.z_support {
    /*background: #F7F2EF;*/
	border: 3px solid #ffa899;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-bottom: 150px;
	font-size: 18px;
    line-height: 36px;
	box-shadow: 7px 8px 3px #959292;
}

.Boxes {
    background-image: linear-gradient(#ffa8991c 2px, transparent 2px), linear-gradient(to right, #ffa8991c 2px, #ffffff 2px);
    background-size: 40px 40px;
}

.z_support_flex ul li {
    margin-bottom: 10px;
    list-style: disc!important;
}

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


@media screen and (min-width: 769px) {
	
	
}


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

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

.sec2 {
	background: #FFF4F4;
	padding-top: 100px;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

.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;
}

.info_img {
	margin-top: 50px;
	margin-bottom: 50px;
}


.info_hyou th {
	text-align: left;
	align-content: start;
	font-weight: 400;
}

table {
    border-collapse: collapse;
    width: 100%;
  }

  th, td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }

  tr {
    border-bottom: 1px solid #EFCACA;
  }


.privacy_btn a {
	background: #fff;
    border: 1px solid #EFCACA;
    padding: 10px;
}

.privacy_btn {
	margin-top: 50px;
	text-align: center;
}


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


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



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


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





@media (max-width: 768px) {
	
	.sec1 {
		margin-top: 50px;
	}
	
  .inner {
     padding: 0 4%;
   }
	
.greet_flex {
	flex-direction: column;
	    margin-bottom: 50px;
	}

	.greet_flex  .right {
    position: initial;
    text-align: center;
	}
	
	.greet_flex .right img {
    max-width: 100%;
}
	.greet_txt {
    max-width: 100%;
	margin-bottom: 20px;
}
	
	.sec1 .z_support .z_support_ttl {
    font-size: 18px;
    top: -36px;
    display: block;
    height: 50px;
    line-height: 25px;
    padding: 10px 14px;
}
	
.bold_txt {
    font-size: 18px;
}
	
.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;
        }
	
	.sec2 {
    background: #FFF4F4;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
	
	
.sec2 .sec2_ttl .ue_mini {
       color: #FFA89D;
       font-weight: bold;
       font-size: 16px;
   }
	
        .sec2 h3 {
            display: inline;
            font-size: 20px;
            border-bottom: 3px solid #FFA899;
            padding-bottom: 3px;
        }
	
	.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;
}
	
	.f_bar {
		display: none;
	}
	
	.info_hyou th {
    width: 41%;
}
	
	.z_support {
    padding: 35px;
	padding-top: 0;
}
	
	.prof_flex {
		flex-direction: column;
	}
	
	.sp_btm {
		margin-bottom: 50px;
	}
	
}


/* YAMO ADD PC/TABLET */
@media screen and (min-width: 769px) {
	
	
	.greet_flex .right  {
		right: -5%;
		max-width: 54%;
	}
	 
	.greet_flex .right img {
		max-width: 100%;
	}

}

/* 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%;
	}
}



  .prof_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 15%;
}

.prof_flex ul li {
	list-style: none;
}

.prof_flex p {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffa899;
}

.sp_btm {
	background: #ffa8991c;
    border-radius: 20px;
  width: 50%; /* 両方のsp_btm要素が同じ幅になるよう調整 */
  padding: 20px; /* 必要に応じて内側の余白を設定 */
  box-sizing: border-box; /* 内側の余白を要素の幅に含める設定 */
  float: left; /* 要素を左に寄せる */
}

.btm1 {
	margin-right: 50px;
}

