@charset "UTF-8";
/** -----------------------------------
	オールインワン給食サービスページ concept
----------------------------------- **/
@media screen and (min-width:769px){
.sub-center-col {
  background-image: url(img/sub-eyecatch.jpg) ;
}
/*------ active page nav ---------*/
#page-concept .gnav-concept a,#page-concept .snav-concept a{
  color: var(--sub-text-color);
  border-bottom: 2px dotted #612e01;
}
/*------ main ---------*/
main{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 200px;
  padding: 100px auto 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;
  background: var(--point-bg-color);
}
.about-content .note{
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
}
.about-content .photo{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
  width: 100%;
  margin: 30px 0 50px;
}
.about-content .photo p{
  text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
  color: var(--sub-text-color);
}
/*------------ merit --------------*/
#merit{
  width: 100%;
  margin: 0 auto;
}
.merit-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.merit-content{
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  background: var(--point-bg-color);
}
.merit-content .note{
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
}
.strong{
  color: var(--sub-text-color);
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 50%, #fbcd7f 50%);
}
.merit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0;
}
.list-container {
  position: relative;
  width: 32%;
  padding: 20px 20px 40px;
  background-color: var(--main-bg-color);
  box-sizing: border-box;
  margin-bottom: 30px;
}
.number{
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  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);
}

.merit-list h3{
  padding-left: 60px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.list-container img {
  width: 100%;
  height: auto;
  display: block;
}
.mtext{
  padding: 20px 0 0;
  font-size: 1.3rem;
  line-height: 1.3;
}
/* ------ img config ------ */
.photo-wrap.is-not-needed img {
  filter: grayscale(100%);
  opacity: 0.9; 
  display: block;
  width: 100%;
  height: auto;
}
.photo-wrap {
  position: relative;
}
.photo-wrap.is-not-needed::before,
.photo-wrap.is-not-needed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128%; 
  opacity: .7;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 6px;
  z-index: 5;
  transform: translate(-50%, -50%); 
}
.photo-wrap.is-not-needed::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(36.6deg);
}
.photo-wrap.is-not-needed::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-36.6deg);
}
}  /*---- @media end min-width:769px----*/

/*----------------@media screen-------------------*/
 /* -------------------------------
 　　　769以上　-　1332以下
 ------------------------------- */
  @media screen and (min-width: 769px) and (max-width: 1332px){
    .profile-inner{
      width: 100%;
      padding: 0 60px;
    }
    .company-list-wrap {max-width: none;}
  }
 /* -------------------------------
 　　　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-concept .nav-concept a {
      color: var(--accent-color);
      font-weight: bold;
    }
    #page-concept .nav-concept a i{
      color: var(--accent-color);
      font-weight: bold;
    }
    .about-content .note{font-size: 1.3rem;}
    .about-content .photo p{font-size: 1.3rem;}
    .merit-content .note{font-size: 1.3rem;}
    .list-container {padding: 20px;}
    .number{
      width: 50px;
      height: 50px;
    }
    .number i{font-size: 1.3rem;}
    .merit-list h3{
      padding-left: 45px;
      font-size: 1.2rem;
      margin-bottom: 20px;
    }
    .mtext{
      padding: 20px 0 0;
      font-size: 1.1rem;
      line-height: 1.3;
    }
  } /* @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-concept .nav-concept a {
      color: var(--accent-color);
      font-weight: bold;
  }
  #page-concept .nav-concept 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%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    background: var(--point-bg-color);
  }
  .about-content .note{
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 15px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .about-content .photo{width: 100%;}
  .about-content .photo div{
    width: 100%;
  }
  .about-content .photo div img{
    width: 100%;
  }

  .about-content .photo p{
    text-align: center;
    font-size: 1.5rem;
    margin: 10px 0 30px;
    color: var(--sub-text-color);
  }
  /*------------ merit --------------*/
  #phone-contact{width: 100%;}
  .phone-contact-inner{margin: 0 auto;}
  #merit{width: 100%;margin: 0 auto 100px;}
  .merit-inner{width: 100%;}
  .merit-content{
    width: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    background: var(--point-bg-color);
  }
  .merit-content .note{
    margin: 0 auto;
    padding: 20px 15px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .strong{
    color: var(--sub-text-color);
    font-weight: bold;
    display: inline;
    background: linear-gradient(transparent 50%, #fbcd7f 50%);
  }
  .merit-list {
    width: 100%;
    margin: 0px 0 0;
  }
  .list-container {
    position: relative;
    padding: 20px;
    background-color: var(--main-bg-color);
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .number{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    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);
  }
  .merit-list h3{
    padding-left: 40px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .list-container img {
    width: 100%;
    height: auto;
    display: block;
  }
  .mtext{
    padding: 20px 0 0;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  /* ------ img config ------ */
  .photo-wrap.is-not-needed img {
    filter: grayscale(100%);
    opacity: 0.9;
    display: block;
    width: 100%;
    height: auto;
  }
  .photo-wrap {position: relative;}
  .photo-wrap.is-not-needed::before,
  .photo-wrap.is-not-needed::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    opacity: .7;
    height: 6px;
    background-color: var(--accent-color);
    border-radius: 6px;
    z-index: 5;
    transform: translate(-50%, -50%);
  }
  .photo-wrap.is-not-needed::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(36.6deg);
  }
  .photo-wrap.is-not-needed::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-36.6deg);
  }
  .merit-content .note br {display: none;}
} /* @media screen and (max-width:768px) */

@media screen and (min-width: 500px) and (max-width: 768px){

  .about-content .photo{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .about-content .photo div{
    width: 32%;
  }
  .about-content .photo div img{
    width: 100%;
  }
  .about-content .photo p{
    text-align: center;
    font-size: 1rem;
    margin: 10px 0 30px;
    color: var(--sub-text-color);
  }
  .merit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0;
  }
  .list-container {
    position: relative;
    width: 49%;
    padding: 20px;
    background-color: var(--main-bg-color);
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
