@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */


/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}
/* 共通 */
.sec-space{
	padding: 100px 0px;
}
.bg{
	background-image: url(../images/bg02.png);
	background-size: cover;
}
.bg02{
	background-image: url(../images/bg02.png);
	background-size: contain;
}
.pt-6{
	padding-top: 6rem;
}
@media only screen and (max-width: 767px) {
	.sec-space{
	padding: 50px 0px;
}
    .container{
    padding-left: 20px;
    padding-right: 20px;
}}

/* タイトル */
.ttl{
	color: #acc842;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}
.ttl_orange{
	color: #ff8b00;
	font-size: 5.0rem;
}
.ttl_box{
	display: inline-block;
	background-color: #acc842;
	border-radius: 0 37px 37px 0;
	margin-bottom: 50px;
}
.ttl_box h2{
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
} 
@media only screen and (max-width: 767px) {
.ttl{
	font-size: 2.0rem;
	padding-bottom: 25px;
}
.ttl_orange{
	font-size: 3.0rem;
}
.ttl_box{
	margin-bottom: 25px;
}
.ttl_box h2{
	font-size: 2.0rem;
}}

/* text */
.text-green{
  color: #acc842;
}

/* CTA */
.arrow {
    position: relative;
    padding-top: 10vw!important;
}
.arrow::after {
    content: '';
    position: absolute;
    top: 3.8vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20vw;
    height: 8vw;
    background: #f4f5f7;
}
.ttl_white{
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3.0rem;
}
.sec-space_cta{
	padding-bottom: 40px;
}
a:hover img{
	opacity: 0.8;
}
    .cta .text-balloon::before {
  left: -2.5rem;
}
    .cta .text-balloon::after {
  right: -2.5rem;
}
   .cta .text-balloon::before,
   .cta .text-balloon::after {
	height: 4.5rem !important;
}
@media only screen and (max-width: 991px) {
	.ttl_white{
	font-size: 3.0rem;
}}
@media only screen and (max-width: 767px) {
	.ttl_white{
	font-size: 2.0rem;
	padding-bottom: 1.0rem;
}
    .cta .text-balloon::before {
  left: -1.5rem;
}
    .cta .text-balloon::after {
  right: -1.5rem;
}
   .cta .text-balloon::before,
   .cta .text-balloon::after {
	height: 2.5rem !important;
}
   .cta img{
   	width: 80%;
   }
   .cta_img {
   	padding-top: 1em;
   }
}

/* header */
.Header{
	background-color: #fff8c6;
	padding: 1rem 0;
    border-bottom: 3px solid #a5c435;
    box-shadow: 0 5px 10px rgba(33,33,33,0.19);
}
@media only screen and (max-width: 767px) {
	.Header img{
		width: 50%;
	}
}
/* FV */
.fv{
	background-image: url(../images/bg.png);
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.fv {
    background-image: url(../images/bg.png);
    background-size: contain;
    background-position: center;
}
    .fv .container{
    padding-left: 0.5em;
    padding-right: 0.5em;
}}

/* こんなお悩み */
.nayami{
	background-color: #fff8c6;
}
/* えいようjoinお任せください */
/* やじるし */
.arrow02 {
    position: relative;
    padding-top: 10vw!important;
}
.arrow02::after {
    content: '';
    position: absolute;
    top: 3.8vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20vw;
    height: 8vw;
    background: #fff8c6;
}
/* そのお悩み、えいようjoinにお任せください！ */
.ttl_black{
	color: #333;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}
.ttl_fuchi{
	color: #ff8b00;
	font-size: 4.0rem;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.text-balloon::before,
.text-balloon::after{
	height: 4.0rem !important;
}
@media only screen and (max-width: 991px){
	.ttl_black{
	font-size: 2.5rem;
	padding-bottom: 50px;
}
.ttl_fuchi{
	color: #ff8b00;
	font-size: 3.5rem;
}}
@media only screen and (max-width: 767px){
	.ttl_black{
	font-size: 2.0rem;
	padding-bottom: 25px;
}
   .ttl_fuchi{
	font-size: 2.5rem;
}
	.text-balloon::before,
    .text-balloon::after{
	height: 6.0rem !important;
}
    .text-balloon::before {
  left: -0.5rem;
}
.text-balloon::after {
  right: -7.5rem;
}}
/* 専門家キャスティングサービス */
.answer_box{
	background-color: #fff8c6;
	border-radius: 65px;
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
	padding: 5rem 3rem;
}
.answer_ttl{
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #8bae07;
	line-height: 1.2em;
}
.answer_ttl .orange{
	color: #ff8b00;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/* イラスト */
.consultant{
	width: 15vw;
	bottom: -5%;
	left: -10%;
}
.consultant02{
	width: 15vw;
	bottom: 0%;
	left: 84%;
}
@media only screen and (max-width: 1399px) {
	.answer_box{
	width: 65vw;
}
    .consultant{
	left: -5%;
}
.consultant02{
	left: 84%;
}}

@media only screen and (max-width: 1199px) {
	.answer_box{
	width: 70vw;
}
	.answer_ttl{
	font-size: 2.7rem;
}
	.consultant{
	left: -5%;
}
.consultant02{
	left: 87%;
	bottom: -5%;
}}
@media only screen and (max-width: 991px) {
	.answer_box{
	width: 85%;
}
	.answer_ttl{
	font-size: 2.1rem;
}
	.consultant{
	width: 20vw;
	left: -10%;
}
.consultant02{
	width: 20vw;
	left: 85%;
}}
@media only screen and (max-width: 767px) {
	.answer .container{
		padding-left: 0;
		padding-right: 0;
	}
	.answer_box{
	width: 95%;
}
	.answer_ttl{
	font-size: 2.1rem;
}
	.consultant{
	width: 39%;
	left: -5%;
	bottom: -3em;
}}
@media only screen and (max-width: 575px) {
	.answer .container{
	padding-left: 0;
	padding-right: 0;
}
	.answer_box{
	width: 90%;
	padding: 2rem 1rem;
}
	.consultant{
	width: 40%;
	left: 1%;
	bottom: -4.8em;
}}

/* 3つの強み */
.point .col-lg-4{
	background-color: #fff8c6;
	border-radius: 45px;
	text-align: center;
	padding: 1em;
	display: flex;
	flex-direction: column;
	width: 30%;
}
.point_pic{
	height: 18.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point_pic01{
	width: 70%;
}
.point_textbox{
	background-color: #fff;
	border-radius: 16px;
	flex-grow: 1;
}
.point_ttl{
	color: #acc842;
	font-size: 2.2rem;
	font-weight: bold;
}
.point_text{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5em;
}
.point_text02{
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.5em;
}
.box{
	margin-left: 1em;
	margin-right: 1em;
}

@media only screen and (max-width: 991px) {
	.point .col-lg-4{
		width: 100%;
		margin: 1rem 0;
	}
    .point .w-50{
    	width: 23% !important;
    }
    .point_textbox{
    	height: auto;
    }}
@media only screen and (max-width: 767px){
    .point .w-50{
    	width: 30% !important;
    }
    .point_pic{
	height: auto;
}}

/* サービス一覧 */
.service .ttl_box{
	margin-bottom: 100px;
}
.service_box{
	background-color: #dff3aa;
	border: 3px solid #acc842;
	border-radius: 32px;
	height: 31rem;
	margin: 3rem 1rem;
}
.ser_pic{
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translate(-50%);
}
.ser_text{
	padding: 12rem 2rem 2rem;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
}
.ser_orange{
	color: #ff8b00;
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	padding-bottom: 0.3em;
}
@media only screen and (max-width: 1199px) {
	.ser_orange{
	font-size: 2.5rem;
	padding-bottom: 0.3em;
}
   .ser_pic{
	width: 48%;
}}
@media only screen and (max-width: 991px) {
	.service_box{
	height: 29rem;
	margin: 3rem 1rem;
}
   .ser_text{
	padding: 10rem 2rem 0rem;
}
   .ser_pic{
	width: 42%;
}}
@media only screen and (max-width: 767px) {
	.service .ttl_box{
	margin-bottom: 25px;
}
	.service_box{
	height: auto;
	margin: 3rem 1rem;
}
   .ser_text{
	padding: 10rem 2rem 1rem;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
}
   .ser_pic{
	width: 27%;
	left: 50%;
}}
@media only screen and (max-width: 430px) {
   .ser_text{
	padding: 8.5rem 2rem 1rem;
}
   .ser_pic{
	width: 30%;
}}

/* ご利用の流れ */
.step_img{
	text-align: center;
}

/* 栄養士の紹介 */
.green_box{
	background-color: #acc842;
	color: #fff;
	font-weight: bold;
	border-radius: 17px;
	padding: 0.5rem 2rem;
}
.border_box{
	text-align: center;
	border: 3px dashed #acc842;
	width: 30rem;
	padding: 0.5em 1em;
}
.border_box01{
	text-align: left !important;
	border: 3px dashed #acc842;
	width: 30rem;
	padding: 0.5em 1em;
}
.staff th{
	width: 22rem;
	text-align: center;
}
.staff td{
	text-align: center;
}
.staff img{
	padding-bottom: 1em;
}
@media only screen and (max-width: 767px){
.sp_staff_img{
	text-align: center;
}
.green_box{
	padding: 0.5rem;
	text-align: center;
}}

/* えいようjoinの想い */
.maid {
    background: url(../images/maid_bg01.png),url(../images/maid_bg02.png);
    background-color: #fffad6;
    background-repeat: no-repeat,no-repeat;
    background-position: top,bottom;
}
.maid_textbox{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.maid h2{
	color: #1e8721;
	text-shadow: 1.5px 1.5px 0 #fffad6, -1px -1px 0 #fffad6, -1px 1px 0 #fffad6, 1px -1px 0 #fffad6, 0px 1px 0 #fffad6, 0-1px 0 #fffad6, -1px 0 0 #fffad6, 1px 0 0 #fffad6;
}
.fs-head{
	font-size: 5.5rem !important;
}
.maid p{
	line-height: 2;
}
@media only screen and (max-width: 991px){
	.fs-head{
	font-size: 3.5rem !important;
}   
    .maid p{
	line-height: 1.5;
}}
@media only screen and (max-width: 767px){
	.fs-head{
	font-size: 2.5rem !important;
}}

/* Contact */

.p-privacy{
  padding: 1em;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  height: 15em;
  background: #fff;
  overflow-y: scroll;
}
.p-privacy__ttl {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: none;
}
.p-privacy__list, .p-privacy__item {
  margin: 0;
  padding: 0;
}
.p-privacy__list {
  margin-left: 1.5em;
  margin-bottom: 1em !important;
  list-style-type: disc;
}
.p-privacy__item {
  margin-bottom: 2.5em;
  position: relative;
}
.p-privacy__item::before {
  content: '';
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #CCC;
  position: absolute;
  left: -1.5em;
  bottom: -1em;
}
.p-privacy__item .p-privacy__item::before {
  display: none;
}
.p-privacy__item .p-privacy__item {
  margin-bottom: 0.2em;
}
.p-privacy__list .p-privacy__list {
  margin-top: 0.5em;
}
.p-privacy__list--decimal {
  list-style-type: decimal;
}
.p-privacy__list--decimal .p-privacy__item {
  list-style-type: inherit;
}
.p-privacy__block-right {
  text-align: right;
}
.p-privacy__block-right-in {
  display: inline-block;
  text-align: left;
}
.p-privacy__block-right p {
  margin: 0;
}
.p-privacy__text--right {
  text-align: right;
}
.btn-primary,
.btn-primary:hover{
  background: #acc842;
  border: none;
  border-radius: 1.5rem;
  color: #fff;
}
.btn-primary:hover{
  opacity: 0.8;
}

/* footer */
#footer{
	background-color: #acc842;
	color: #fff;
	padding: 0.5em;
}

/* 追従 */
.Page-top {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 1%;
}
.fix_navi {
    position: fixed;
    bottom: 5%;
    right: 5%;
    opacity: 0.85;	
}
@media only screen and (max-width: 767px){
	.Page-top {
    bottom: 22%;
    right: 1%;
}
.fix_navi {
    bottom: 5%;
    right: -3%;
}
.fix_navi img{
    width: 75%;
}}