@charset "UTF-8";
/** -----------------------------------
	給食業務委託ページ cookchill
----------------------------------- **/
@media screen and (min-width:769px){
.sub-center-col {
  background-image: url(img/sub-eyecatch.jpg) ;
}
/*------ active page nav ---------*/
#page-cookchill .gnav-cookchill a,#page-cookchill .snav-cookchill a{
  color: var(--sub-text-color);
  border-bottom: 2px dotted #612e01;
}
/*------ main ---------*/
main{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0;
}
.main-inner{
  margin: 0 auto;
}
/*------------- pagetop title ---------------*/
.sec-title {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.sec-title i {
  font-size: 3rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: var(--title-icon-color);
}
.sec-title h2 {
  width: 100%;
  font-size: 2.5rem;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  color: #333;
}
/* back text */
.sec-title p {
  width: 100%;
  color: var(--accent-color);
  text-align: center;
  font-size: 8rem;
  opacity: 0.5;
  transform: rotate(-5deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 1;
  pointer-events: none;
}
/*------------- about -------------------*/
main section{
  width: 100%;
  padding: 100px 0 0;
}
#about{
  width: 100%;
  margin: 0 auto;
}
.about-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.about-content{
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.about-content .note{
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
}
.about-cookchill{
  width: 100%;
  margin: 50px 0;
  padding: 50px;
  background: var(--point-bg-color);
}
/* coolchill note */
.about-cookchill h3{
  font-size: 1.8rem;
}
.about-cookchill h3 i{
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 1.8rem;
  color: var(--accent-color);
}
.ac-text{
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 10px 0 30px;
}
.ac-box{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.ac-box ul{
  list-style-type: none;
  font-size: 1.5rem;
}
.ac-box li{
  padding: 0 0 10px;
}
.ac-box li i{
  padding-right: 10px;
  color: var(--accent-color);
}
/*------------ merit --------------*/
#merit{
  width: 100%;
  margin: 0 auto;
}
.merit-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.merit-content{
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.merit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.list-container {
  position: relative;
  width: 49%;
  padding: 20px 20px 40px;
  background-color: var(--main-bg-color);
  box-sizing: border-box;
  margin-bottom: 30px;
}
.list-container img {
  width: 100%;
  height: auto;
  display: block;
}
.merit-list h3{
  text-align: center;
  font-size: 1.5rem;
  padding: 0 10px;
  margin: 20px 0 10px;
  display: inline-block;
  background: linear-gradient(transparent 50%, #fbcd7f 50%);
}
.mtext{
  padding: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.3;
}
/*------------ flow --------------*/
#flow{
  width: 100%;
  margin: 0 auto;
}
.flow-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.flow-content{
  width: 100%;
  padding: 0;
}
.flow-list{
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.even{
  flex-direction: row-reverse;
}
.img-wrap{
  width: 50%;
  height: 350px;
}
.img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-text h3{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: var(--main-text-color);
}
.number{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--footer-bg-color);
}
.number i{
  font-size: 1.5rem;
  color: var(--main-bg-color);
}
.flow-text{
  width: 50%;
  padding: 50px;
}
.flow-text p{
  font-size: 1.3rem;
  line-height: 1.4;
}
/*------------ faq --------------*/
#faq{
  width: 100%;
  margin: 0 auto;
}
.faq-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-container{
  width: 100%;
  margin: 0;
  padding: 0;
}

.faq-container h3{
  padding: 50px 50px 0px 70px;
  font-size: 1.5rem;
}
.faq-container h3 i{
  margin-right: 20px;
  font-size: 1.5rem;
  color: var(--title-icon-color);
}

.faq-list{
  width: 100%;
  padding: 20px 50px 80px;
  margin: 0 0 50px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: var(--main-bg-color);  
  border-bottom: 1px solid var(--footer-bg-color);
}

.faq-list dt{
  width: 100%;
  height: auto;
  min-height: 70px;
  padding-left: 80px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--sub-text-color);
  background: var(--sub-bg-color);
  display: flex;
  align-items: center;
  position: relative;
}
.faq-list dd{
  width: 100%;
  height: auto;
  min-height: 70px;
  padding: 0 50px 0 100px;
  font-size: 1.2rem;
  color: var(--main-text-color);
  background-color: var(--main-bg-color);
  display: flex;
  align-items: center;
  position: relative;
}
/* Q A icon */
.faq-list dt::before{
  font-family: "Font Awesome 6 Free";
  content: "\51．";
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--title-icon-color);
  position: absolute;
  top: 50%;
  left: 30px;  
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-list dd::before{
  font-family: "Font Awesome 6 Free";
  content: "\41．";
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 60px; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
}  /*---- @media end min-width:769px----*/

/*----------------@media screen-------------------*/
 /* -------------------------------
 　　　769以上　-　1332以下
 ------------------------------- */
  @media screen and (min-width: 769px) and (max-width: 1332px){
    .about-inner,.merit-inner,.flow-inner,.faq-inner{
      width: 100%;
      padding: 0 40px;
    }
  }
 /* -------------------------------
 　　　769以上　-　1199以下
 ------------------------------- */
  @media screen and (min-width: 769px) and (max-width: 1199px){
    .about-inner,.merit-inner{padding: 0 40px;}
  }
 /* ----------------------------------------
 　　　タブレットサイズ　769以上　-　1024以下
 ---------------------------------------- */
  @media screen and (max-width:1023px){
    #page-cookchill .nav-cookchill a {
      color: var(--accent-color);
      font-weight: bold;
    }
    #page-cookchill .nav-cookchill a i{
      color: var(--accent-color);
      font-weight: bold;
    }
    .about-content .note{font-size: 1.3rem;}
    .about-cookchill h3,.about-cookchill h3 i{font-size: 1.5rem;}
    .ac-text{font-size: 1.1rem;}
    .ac-box ul{font-size: 1.3rem;}
    .list-container {padding: 20px;}
    .merit-list h3{font-size: 1.3rem;}
    .mtext{font-size: 1.1rem;}
    .img-wrap{height: 300px;}
    .flow-text h3{font-size: 1.3rem;}
    .number{width: 50px;height: 50px;}
    .number i{font-size: 1.3rem;}
    .flow-text p{font-size: 1.1rem;}
    .faq-list{font-size: 1.2rem;}
    .faq-list h3{font-size: 1.3rem;}
    .faq-list h3 i{font-size: 1.3rem;}
    .faq-list dt{font-size: 1.1rem;}
    .faq-list dd{font-size: 1.1rem;}
    .faq-list dt::before{font-size: 1.2rem;}
    .faq-list dd::before{font-size: 1.2rem;}

  } /* @media screen and (max-width:1023px) */
/** -------------------------------------------------
　　　モバイル用ベースレイアウト
------------------------------------------------- **/
/* ------------------------------
　　　スマホ用　基本設定
------------------------------ */
@media screen and (max-width:768px){
  .sub-center-col {
    background-image: url(img/sub-eyecatch.jpg) ;
  }
  /*------- active page nav ------*/
  #page-cookchill .nav-cookchill a {
      color: var(--accent-color);
      font-weight: bold;
  }
  #page-cookchill .nav-cookchill a i{
      color: var(--accent-color);
      font-weight: bold;
  }
  /*------ main ---------*/
  main{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-inner{
    padding: 0 15px;
    margin: 0 auto;
  }
  /*------------- pagetop title ---------------*/
  .sec-title {
    width: 100%;
    text-align: center;
    padding: 50px 0 30px;
    position: relative;
    z-index: 0;
  }
  .sec-title i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: var(--title-icon-color);
  }
  .sec-title h2 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    color: #333;
  }
  /* back text */
  .sec-title p {
    width: 100%;
    color: var(--accent-color);
    text-align: center;
    font-size: 5rem;
    opacity: 0.5;
    transform: rotate(-5deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    z-index: 1;
    pointer-events: none;
  }
  /*------------- about -------------------*/
  main section{width: 100%;}
  #about{width: 100%;}
  .about-inner{margin: 0 auto;}
  .sec-title h2 {
    font-size: 1.5rem;
  }
  .about-content{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about-content .note{
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 15px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .about-cookchill{
    width: 100%;
    margin: 10px 0 30px;
    padding: 20px 15px 30px;
    background: var(--point-bg-color);
  }
  /* coolchill note */
  .about-cookchill h3 {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    text-align: center;
    padding-top: 20px;
  }
  .about-cookchill h3 i {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1.3rem;
    color: var(--accent-color);
    width: 1.5rem;
    text-align: center;
  }
  .about-cookchill h3::after {
    content: "";
    width: 1.5rem;
    margin-left: 10px;
    display: inline-block;
  }
  .ac-text{
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 10px 0 30px;
  }
  .ac-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .ac-box ul{
    list-style-type: none;
    font-size: 1rem;
  }
  .ac-box li{
    padding: 0 0 10px;
  }
  .ac-box li i{
    padding-right: 10px;
    color: var(--accent-color);
  }
 /*------------ merit --------------*/
  #merit{width: 100%;margin: 0 auto;}
  .merit-inner{width: 100%;}
  .merit-content{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .merit-list {
    width: 100%;
    margin: 0 auto;
  }
  .list-container {
    position: relative;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .list-container img {
    width: 100%;
    height: auto;
    display: block;
  }
  .merit-list h3{
    text-align: center;
    font-size: 1.2rem;
    padding: 5px 15px;
    margin: 20px auto 10px;
    display: inline-block;
    background: linear-gradient(transparent 50%, #fbcd7f 50%);
  }
  .mtext{
    padding: 10px 0 0;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  /*------------ flow --------------*/
  #flow{width: 100%;margin: 0 auto;}
  .flow-inner{width: 100%;}
  .flow-content{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .flow-list{
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--title-icon-color);
  }
  .img-wrap{
    width: 100%;
    height: 250px;
  }
  .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .flow-text{
    width: 100%;
    padding: 20px 0 0px;
  }
  .flow-text h3{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: var(--main-text-color);
  }
  .number{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--footer-bg-color);
  }
  .number i{
    font-size: 1.2rem;
    color: var(--main-bg-color);
  }
  .flow-text p{
    font-size: 1.1rem;
    line-height: 1.4;
  }
   /*------------ faq --------------*/
  #faq{width: 100%;margin: 0 auto 100px;}
  .faq-inner{width: 100%;}
  .faq-container{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .faq-container h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
    font-size: 1.2rem;
  }
  .faq-container h3 i {
    margin-right: 20px;
    font-size: 1.2rem;
    color: var(--title-icon-color);
    width: 1.2rem;
    text-align: center;
  }
  .faq-container h3::after {
    content: "";
    width: 1.2rem;
    margin-left: 20px;
    display: inline-block;
  }
  .faq-list{
    width: 100%;
    padding: 0px 0px 50px;
    margin: 0 0 50px;
    font-size: 1.1rem;
    line-height: 1.4;
    background: var(--main-bg-color);  
    border-bottom: 1px solid var(--footer-bg-color);
  }
  .faq-list dt{
    width: 100%;
    padding: 20px 15px 15px 40px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--sub-text-color);
    background: var(--sub-bg-color);
    display: flex;
    align-items: center;
    position: relative;
  }
  .faq-list dd{
    width: 100%;
    padding: 20px 15px 15px 40px;
    font-size: 1rem;
    color: var(--main-text-color);
    background-color: var(--main-bg-color);
    display: flex;
    align-items: center;
    position: relative;
  }
  /* Q A icon */
  .faq-list dt::before{
    font-family: "Font Awesome 6 Free";
    content: "\51．";
    font-size: 1rem;
    font-weight: 900;
    color: var(--title-icon-color);
    position: absolute;
    top: 50%;
    left: 10px;  
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .faq-list dd::before{
    font-family: "Font Awesome 6 Free";
    content: "\41．";
    font-size: 1rem;
    font-weight: 900;
    color: var(--accent-color);
    position: absolute;
    left: 10px;
  }
} /* @media screen and (max-width:768px) */
