@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
  font-family: Noto Sans JP;
  color: #4a3b2a;   
  background-color: #f9f7f3;
}

img {
  max-width: 100%;
}

#concept, #project, #member, #type, #environment,#entry {
  background-color: f9f5ec;
}

.section-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}



nav a {
  text-decoration: none; /* アンダーライン消す */
  color: inherit;         /* 必要に応じて文字色を親要素に揃える */
}

a {
  text-decoration: none; /* アンダーライン消す */
  color: inherit;         /* 必要に応じて文字色を親要素に揃える */
}


.image2more {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 67px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .section-inner {
    max-width: 550px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  #concept, #project, #member, #type, #environment, #entry {
    margin: 0 50px;
  }
}




/** -----------------------------------
    テキスト
-------------------------------------**/

h1.large {
  font-weight: bold;
  font-size: 60px;
  color: #f2afa9;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 35px;
}

h2.large {
  font-weight: bold;
  font-size: 40px;
  color: #f2afa9;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

h3.small {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

h4.large {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
}

h5.large {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: bold;
}

p.large {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.medium {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: medium;
}

p.small {
  font-size: 15x;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: medium;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  h2.large {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }

  h1.large {
    font-weight: bold;
    font-size: 40px;
    color: #f2afa9;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 35px;
  }

  
  h3.small {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }


 
    h4.large {
      font-weight: bold;
      font-size: 30px;
      line-height: 1.6;
      letter-spacing: 0.03em;
      font-weight: bold;
    }

      h5.large {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.6;
      letter-spacing: 0.03em;
      font-weight: bold;
      }



  p.large {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: medium;
  }

  p.medium {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: medium;
  }

  p.small {
    font-size: 13x;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: medium;
  }
}





/** -----------------------------------
ボタン
-------------------------------------**/
.button-small {
  display: block;
  width: 216px;
  height: 60px;
  background-color: #f2c17a;
  color: #4a3b2a;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 30px;
  padding: 20px 24px 20px 24px;
  box-shadow: #3b2e25 5px 5px 5px ;
  
}

.button-small-pink {
  display: block;
  width: 216px;
  height: 50px;
  background-color: #f2afa9;
  color: #4a3b2a;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: bold;
   display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  line-height: 20px;
  border-radius: 20px 30px;
  
}

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

.title-en {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 67px;
}

.title-en h3.small{
  color: #f2afa9;
  text-align: center;
 margin-bottom: 20px;

}



.title-en .title {
  text-align: center;
}


/** -----------------------------------
    レイアウト
-------------------------------------**/
.col-2 {
  display: flex;
  justify-content: space-between;
}

.col-3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.col-3 .item {
  width: calc((100% - 64px)/3);
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .col-2 {
    display: block;
  }
  .col-2 .item {
    width: 100%;
    text-align: center;
  }
  .col-3 {
    display: block;
  }

  .col-3 .item {
    margin: auto;
    width: 80%;
  }
}


/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
  background-color: #f2afa9;
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 1;
}

.logo-site-pc {
  display: inline-block;
  flex-direction: column;
  padding-left: 30px;

}

.header-logo {
  display: flex;
  align-items: center;
  width: 100px;
}

.header-logo img {
 width: 100%;
}



.site {
 display: flex;
}


ul.site li a {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.13em;
  color: #4a3b2a;
  font-weight: medium;
}

.gnav-pc-wrap {
  text-decoration: none;
  list-style-type: none;
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  padding-right: 30px;
  width: 100%; 
  
}

ul.gnav-pc li {
  display: inline;
  margin-right: 20px;
  align-items: center;
}

ul.gnav-pc li a {
  font-size: 15px;
  letter-spacing: 0.13em;
  color: #4a3b2a;
  font-weight: bold;
}




ul.gnav-pc li a:hover {
  color: #F08658;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
    padding: 0;
    text-align: center;
  }


  #header h1 a {
    display: flex;
  }

  .gnav-pc-wrap {
    display: none;
  }

.header-logo {
  display: flex;
  align-items: center;
  width: 100px;
  padding: auto;
}



.logo-site-pc {
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 100%;
  padding-top: 15px;
}


  #menu-button {
    display: block;
    width: 60px;
    height: 60px;
    padding: 22px 18px;
  }

  .menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .menu-button-inner span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2D3D42;
    position: absolute;
  }

  .menu-button-inner span:nth-child(1) {
    top: 0;
  }

  .menu-button-inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .menu-button-inner span:nth-child(3) {
    bottom: 0;
  }
}




/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
  width: 100%;
  height: calc(450px);
  background-image: url("../images/main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 55px;
  margin-bottom: 30px;
  
    .button-small {
    display: none;
     }
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #mainvisual {
    margin-top: 30px;
  }

    #mainvisual .button-small {
        position: absolute;
        display: inline-block;
        right: 30px;
        margin-top: 350px;
        } 
  }



/** -----------------------------------
    CONCEPT
-------------------------------------**/
#concept {
  text-align: center;
}

.concept {
margin-bottom: 70px;

}

.concept h2.large {
  text-align: center;
}

.concept p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}


.concept h3.small {
  text-align: center;
  color: #f2afa9;
  margin-bottom: 20px;
}




.image1 {
  width: 100%;
text-align: left; 
margin-top: -400px;
}




.image2 {
 width: 100%; 
margin-top: -100px;
text-align: right; 
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #concept h2.large span {
    display: block;
  }
 
  .concept {
   margin: 0 50px;
  } 

  .image1 {
  width: 100%;
  text-align: center; 
  margin: 60px auto;
  }

  .image2 {
  width: 100%; 
  text-align: center; 
  margin: 60px auto;
  }

.concept p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
 }

}

/** -----------------------------------
   事業について
-------------------------------------**/
#project {
text-align: center;
}

.project {
  margin-bottom: 120px;
}




.project p.large {
  text-align: center;
  margin-bottom: 40px;
}


.card {
  height: 100%;
  background-color: #f1d4d1;
  border-radius: 20px;
}


.card .card-img {
  margin: 0px 30px 30px 30px;
}

.card img {
  border-radius: 20px;
}

.card .card-titletext {
  text-align: center;
  padding: 30px;
}


.card .card-text {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    .project {
   margin: 0 30px;

  } 

  .project .item{
    margin-bottom: 30px;
  }
 
  
  .image1 {
  width: 100%;
  text-align: center; 
  margin: 60px auto;
  
  }

  .card-image2 {
  width: 100%; 
  text-align: center; 
  margin: 60px auto;
  
  }

.card .card-img {
 text-align: center;
 }

}





/** -----------------------------------
   メンバー紹介
-------------------------------------**/
#member {
  text-align: center;
}

.member {
 background-color:#f9f5ec;
 padding-bottom: 67px;
}

.member .title-en {
 padding-top: 67px;
}

.member .col-2 {
text-align: center;
align-items: flex-start;
margin-bottom: 50px;
}

.person {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.person-img {
text-align: center;
margin-bottom: 30px;
}

.profile-sc {
 text-align: center;
 width: 100%;
}


.member p.large {
  text-align: center;
  margin-bottom: 40px;
}


.profile-name h3.small {
  text-align: center;
  margin-bottom: 0px;
}

.department h3.small {
  text-align: center;
}


.department p.large {
  text-align: center;
  margin-bottom: 10px;
}


.department {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #member h2.large span {
    display: block;
  }
  
  .member {
  margin: 0 30px;
  }
 
  .member .col-2 {
  margin-bottom: auto;
}

 .member .profile-sc {
  margin-bottom: 50px;
 }
}


/** -----------------------------------
   募集職種
-------------------------------------**/
#type {
  text-align: center;
  margin-bottom: 120px;
}

.type .slider {
  display: none;
}

.type p.large {
  text-align: center;
  margin-bottom: 40px;
}

.type .col-2 {
   text-align: center;
   margin-bottom: 50px;
}


.type-sc {

 text-align: center;
 width: 100%;
}

.type1 {
position: relative;
}



.type2 {
position: relative;

}


.engineer-button {
  position: absolute; /* 親要素内で絶対位置指定 */
  top: 80%; /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%); /* 中央に調整 */
  /* z-index: 1; 他の要素より前面に表示したい場合 */
}

.type-img img {
  width: 388px;
  height: 255px;
  border-radius: 20px;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .type { 
    margin: 0 30px;   
  }


   .type .col-2 {
    display: none;
  }

  .type .slider {
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
}

  .slick-prev:before,
  .slick-next:before {
    color: #4a3b2a;
    opacity: 1;
  }

.slide-item {
  position: relative; /* ←基準 */
}

.slide-item img {
  width: 100%;
  display: block;

  border-radius: 20px;
}

.slider .button-small-pink {
  position: absolute;
  top: 80%; /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 10;
}

}


/** -----------------------------------
   働く環境
-------------------------------------**/
#environment {
  text-align: center;
}


.environment {
  text-align: center;
  background-color:#f9f5ec;
  padding-bottom: 67px;
}

.environment .image2more {
  margin-bottom: 0px;
}

.environment .title-en {
 padding-top: 67px;
}

.environment p.large { 
  text-align: center;
  margin-bottom: 40px;
}

.environment .item2 {
  text-align: center;
}

.card2 .card-text {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .environment  {
    margin: 0 30px;
  }
}

** -----------------------------------
   採用情報/エントリー
-------------------------------------**
#entry {
margin-bottom: 120px;
}

.entry .title-en {
 margin-bottom: 60px;
}


.entry .flow {
  text-align: center;
  margin-bottom: 30px;
}


.entry-sentence {
  text-align: left;
}

.entry-sentence h5.large {
    text-align: left;
    border-bottom: #4a3b2a 1px solid;
    padding-bottom: 20px;
    /* 神田 */
    width: 500px;
}

 .entry-sentence p.medium {
  text-align: left;
  width: 100%;
  padding-top: 20px;
}

.entry .col-2 {
  position:relative;
  width: 100%; 
  text-align: center;
  margin: 0 auto 60px;
  border: none;
  overflow: visible;
  /* 神田 */
  width: 700px;
  justify-content: space-between;
}



.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 43px solid #f2afa9;
  margin-left: 275px;
}


.entry .col-2::before {
  content: "";
  position: absolute;
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 25px solid transparent;
      border-left: 25px solid transparent;
      border-top: 43px solid #f2afa9;
      border-bottom: 0px;
    /* 神田 */
       top: 100%;
       left: 10%;
       transform: translateX(-50%); /* 真ん中に補正 */
       margin-top: 10px; /* col-2との間隔（60px調整用）*/
}

.entry .col-2:not(:has(+ .col-2))::before {
  display: none;
}

.entry-item .entry-img1 {
   margin:0 auto ;
}


.entry .image2more {
  font-size: 32px;
}

.triangle1 {
  position: relative;
  margin-bottom: 30px;
}

.entry .button-small {
 margin: 0 auto;
 display: block;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .entry  {
    padding: 0 30px;
    display: block;
    text-align: center;
  }

  .entry .col-2 {
    position: relative;
    margin: 0 auto 60px;
    display: block;
    text-align: center;
    width: 90%;
    max-width: 350px;
  }


  .entry .col-2::before {
     content: "";
     position: absolute;

    /* 神田 */
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 25px solid transparent;
      border-left: 25px solid transparent;
      border-top: 43px solid #f2afa9;
      border-bottom: 0px;

    /* 神田 */
       top: 100%;
       left: 50%;
       transform: translateX(-50%); /* 真ん中に補正 */
       margin-top: 10px; /*col-2との間隔（60px調整用）*/
  }


   
    .entry-sentence {
       text-align: center;
    }

    .entry-sentence h5.large {
        text-align: center;
        border-bottom: #4a3b2a 1px solid;
        padding-bottom: 20px;
        /* 神田 */
        width: auto;
    }

    .entry-sentence p.medium {
      text-align: center;
      width: 100%;
      padding-top: 20px;
      
     }

   .triangle1 {
    margin: 0 auto;

    }
    .triangle {
      margin: 0 auto;
}

}

/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
  background-color: #f2afa9;;
  text-align: center;
  padding: 40px 0;
  margin-top: 110px;
}

.footer-link .copyright {
  font-size: 15px;
}

.footer-link {
  margin-bottom: 20px;
}

.footer-link li {
  display: inline;
  margin-right: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 0 20px 0;
  }


  .footer-link  {
   font-size: 13px;
  }

  .footer-link {
    margin-bottom: 70px;
  }
  .footer-link li {
    display: block;
    margin: 0 0 20px 0;
  }
}





/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px){
	.example {
		font-size: 20px;
		color: #AD8651;
	}
}
