@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) {
}

.body{
  font: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  font-size: 1.8rem;
}
/* タブレット以下 */
@media only screen and (max-width: 991px) {
  .body{
    font-size: 1.4rem;
  }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .body{
    font-size: 1.4rem;
  }
}
.sec-space{
    padding: 100px 0;
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .sec-space{
    padding: 10px 0;
}
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/

.header{
  position: fixed;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 3px solid #a5c435;
  background: #fff;
  box-shadow: 0 5px 10px rgba(33, 33, 33, 0.19);
  z-index: 9999;
}

/*-----------------------------------------------------
fv
-------------------------------------------------------*/
.fv{
  padding-top: 5.75rem;
  background-image: url(../images/fv_bg_1.png);
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
}
.fv_container{ 
  position: relative;
}
.fv_img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36vw;
  max-width: 48%;
  z-index: 0;
  margin: 0;
}
/* 1200px以下 */
@media only screen and (max-width: 1199px) {
  .fv_img{
    right: -1%;
  }
}
/* タブレット以下 */
@media only screen and (max-width: 991px) {
  .fv_img{
    right: 0;
  }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .fv_img{
    right:0;
  }
}

.text-box{
  position: relative;
  padding: 2rem 0 1rem;
  z-index: 1;
}
/* 1440px以上 */
@media only screen and (min-width: 1440px) {
.text-box{
  padding: 8rem 0 11rem;
  }
} 

/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.cta01{
  background-image: url(../images/cta_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}
.cta_container{
  padding: 5rem 1rem;
}
/* 1200px以下 */
@media only screen and (max-width: 1199px) {
  .cta_container{
    padding: 2rem 1rem;
  }
}
.ttl_green{
  color: #2f8600;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
}
/* タブレット以下 */
@media only screen and (max-width: 991px) {
  .ttl_green{
    font-size: 2rem;
    }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .ttl_green{
    font-size: 1.6rem;
    }
}
/* スマホ */
@media only screen and (max-width: 575px) {
  .ttl_green{
    font-size: 1.5rem;
    }
}
.text-balloon{
  position: relative;
  text-align: center;
}

/*-----------------------------------------------------
ボタンアニメーション
-------------------------------------------------------*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
border-radius: 30px;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.reflection:hover{
  opacity: 0.8;
}

/*-----------------------------------------------------
こんなお悩み
-------------------------------------------------------*/
.nayami_bg{
  margin: 0;
}
.ttl_01{
font-size: 3rem;
font-weight: bold;
color: #acc842;
}
.dot-text{
  color: orange;
  font-size: 4rem;
  font-weight: bold;
   text-emphasis: filled orange;
}
/* 1200px以下 */
@media only screen and (max-width: 1199px) {
  .ttl_01{
    font-size: 2rem;
  }
  .dot-text{
    font-size: 3rem;
  }
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
  .ttl_01{
    font-size: 1.5rem;
  }
  .dot-text{
    font-size: 2rem;
  }
}

/* スマホ */
@media only screen and (max-width: 767px) {
  .ttl_01{
    font-size: 14px;
  }
  .dot-text{
    font-size: 18px;
  }
}

/*-----------------------------------------------------
そのお悩み、えいようJoin にお任せください！
-------------------------------------------------------*/
.ttl_gr{
  color: #acc842;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 
  -1px -1px 0 #fff8c6,  
  1px -1px 0 #fff8c6,
  -1px 1px 0 #fff8c6,
  1px 1px 0 #fff8c6; 
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .ttl_gr{
    font-size: 2rem;
  }
}
 /* 1200px以上 */
@media only screen and (min-width: 1199px) {
  .text_jion{
    font-size: 1.5rem;
  }
}
.text-green{
  color: #acc842;
}
@media only screen and (max-width: 1199px) {
  .text-green{
    font-size: 1.35rem;
  }
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .text-green{
    font-size: 1.2rem;
  }
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .text_p{
    font-size: 12px;
  }
}

/*-----------------------------------------------------
見出し
-------------------------------------------------------*/
.ttl_box{
  margin-bottom: 3rem;
}
.heading{
  position: relative;
  padding: 1em 0;
  background-color: #ffbd30;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.heading::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 2rem solid transparent;
    border-top: 2rem solid #ffbd30;
}

/*-----------------------------------------------------
管理栄養士紹介
-------------------------------------------------------*/
.table{
  caption-side: bottom;
  border-collapse: collapse;
}
.green_box{
  background-color: #acc842;
  color: #fff;
  font-weight: bold;
  border-radius: 17px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1rem;
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .green_box{
    padding: 0.2rem 1rem;
  }
}
 /* スマホ */
@media only screen and (max-width: 767px) {
  .green_box{
    padding: 0.2rem 0;
  }
}
.border_box{
  width: 20rem;
  padding: 0.5em 1em;
  border: 3px dashed #acc842;
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .border_box{
    width: 15rem;
    padding: 0.2em 0.2em;
  }
}
.tr,th{
  width: 11rem;
}
.th,td{
   text-align: center;
   padding: 8px;
}
 /* スマホ */
@media only screen and (max-width: 767px) {
  .md-d-block{
    display: block;
  }
}
.sp_staff_img{
  text-align: center;
}
.staff_container{
    padding-left: 20px;
    padding-right: 20px;
    }
@media only screen and (max-width: 767px) {
  .container_staff{
    padding-left: 20px;
    padding-right: 20px;
    }
}

/*-----------------------------------------------------
活用事例
-------------------------------------------------------*/
.heading_ex{
    padding: 0.1em 0.7em;
    border-left: 5px solid #acc842;
    color: #acc842;
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .heading_ex{
    font-size: 1.6rem;
  }
}
.bullet-list{
  text-align: left;
}
.hr {
  border: none; 
  border-top: 3px solid black; 
}
.ex_container{
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .img-cente{
    text-align: center;
  }
}
@media only screen and (min-width: 767px) {
  .img-cente{
    text-align: center;
  }
}

/*-----------------------------------------------------
料金プラン
-------------------------------------------------------*/
.plan_container{
  margin-top: 21rem;
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .plan_container{
    margin-top: 18rem;
  }
}
.ttl_manu{
  color: #acc842;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 3rem;
} 
/* スマホ */
@media only screen and (max-width: 991px) {
  .ttl_manu{
  margin-top: 2rem;
  margin-bottom: 1rem;
  }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .ttl_manu{
  margin-top: 3rem;
  }
}
.text_orgran{
  font-size: 2rem; 
  color: #ffbd30;
  font-weight: bold;
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .text_orgran{
  font-size: 1.75rem; 
  }
}
.list {
    list-style: none; 
}
.list li{
  text-indent: -1em;
}
.list li::before {
    content: ''; 
    display: inline-block; 
    width: 10px; 
    height: 10px;
    background-color: orange; 
    border-radius: 50%; /* 圆形 */
    margin-right: 10px; /* 圆点和文字间距 */
}
.manu_box{
  border: 3px solid #acc842;
  border-radius:18px;
  height: 23rem;
}
/* タブレット以下 */
@media only screen and (max-width: 991px) {
  .manu_box{
  border: 1.5px solid #acc842;
  height: 24rem;
  }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .manu_box{
  border: 2px solid #acc842;
  height: 27rem;
  }
}
.manu_pic{
  position: absolute;
  top: -68%;
  left: 50%;
  transform: translate(-50%);
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .manu_pic{
    top: -50%;
  }
}
.content {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-weight:bold;
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .content {
    display: block;
  }
}
.left-content{
  flex: 1;
}
.vertical-line{
  border-left: 2px dashed #acc842;
  height: 120px;
  margin: 0 2rem;
}
.right-content{
  flex: 1;
  padding-right: 5rem;
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .right-content {
    padding:0 2rem;
}
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .right-content{
  　padding:0 2rem;
　}
}
.right-content ul{
  list-style: none;
  padding: 0;
}
.right-content ul li{
  margin-bottom: 10px;
}
.ttl_option{
  color: #acc842;
  font-weight: bold;
  margin: 2rem;
}
.separator {
  width: 60%; 
  border-top: 1px dashed #acc842; 
  margin: 20px 20px;
}
 /* タブレット */
@media only screen and (max-width: 991px) {
  .separator {
    margin: 20px 115px;
    }
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .separator {
    margin: 20px 70px;
    }
}
/* 575以下 */
@media only screen and (max-width: 575px) {
  .separator {
    margin: 20px 65px;
    }
}


/*-----------------------------------------------------
ご納品までの流れ
-------------------------------------------------------*/
.flow_list{
  position: relative;
  z-index: 0;
}
.flow_list:before{
  content: "";
  display: block;
  position: absolute;
  border-width: 0;
  border: 1.5px dashed #acc842;
  height: 85%;
  left: 23px;
  z-index: -1;
}
.flow_item{
  display: flex; 
  padding-bottom: 20px;
}
.flow_num{
  width: 50px;
  height: 50px;
  background-color: #fff8c6;
  border-radius: 50%;
  border: 2px solid #bcd36a;
  text-align: center;
  justify-content: center;
  line-height: 2.5rem;
  color: #ffbd30;
  padding: 0 0.8em;
}
.flow_text{
  padding-left: 1rem;
}
/*-----------------------------------------------------
お問い合せ
-------------------------------------------------------*/
.btn:disabled{
  background-color: #acc842;
  border-color: green;
}
/*-----------------------------------------------------
iframeリンク無効化
-------------------------------------------------------*/
#Footer{
  background-color: #acc842;
  color: #fff;
  padding: 0.5rem;
}
.snapwidget-widget{
  pointer-events:none;
}
