@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	font-size: 16px;
	line-height: 1.6;
	color: #494848;
	/* background-image: url(../images/bgi_pc.png); */
	background-color:#fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .zen-kaku-gothic-new-medium {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .zen-kaku-gothic-new-bold {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .zen-kaku-gothic-new-black {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
  }


  .kumbh-sans {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "YOPQ" 300;
  }

  img {
    max-width: 100%;  
    }


  h1.large {
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.1em;
  padding-bottom: 60px;
  }

  .highlight {
    background: linear-gradient( #deadac 0%, #e38b8b 30%, #deadac 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
  }

  h2.large {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.05em;
  }

  h3.medium  {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
  margin-bottom: 10px;
  }

  h4.small  {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  }

  p.large {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2em;
  }

  p.medium {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2em;
  }

  p.small {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2em;
  }
  
  .title-en-wrap {
   height: 50px;
   background-image: url(../images/white_logo.png);
   background-repeat: no-repeat;
   background-size: contain;
   text-align: left;
  }

  .title-en {
    color: #deadac;
    font-family: "Kumbh Sans", sans-serif; 
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  /* マウスホバー時 */

  a:hover {
    text-decoration: underline 1px;
    text-underline-offset:0.4em;
  }


  .section-inner {
    max-width: 1190px;
    margin: 0 auto;
  }

  /* 3カラム */

.section-title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px 0;
}

.section-title .column1 { width: 25%; }
.section-title .column2 { width: 45%; }
.section-title .column3 { width: 30%; }

/* 3カラムの右寄せ対応 */
.section-title .column3 {
  display: flex;            
  justify-content: flex-end; /* 右寄せ */
  align-items: center;      
}

/* PCでは隠す */
.sp-only-button {
  display: none; 
}

/* もっと見るボタン */

.button-section-title {
  display: inline-flex;           /* 横並び */
  flex-direction: row;            /* ← ここを row に変更 */
  align-items: center;            /* 縦中央揃え */
  justify-content: center;        /* ボタン内中央寄せ */
  padding: 12px 40px;             
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #deadac;
  text-decoration: none;
  gap: 12px; 
}

.button-text {
  display: inline-flex;            
  align-items: center;             
  gap: 8px;
  color: #deadac;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.button-section-title:hover {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
  text-decoration-color: #deadac; 
}

.arrow-icon {
  width: 25px;   /* アイコンサイズ */
  height: 25px;
  object-fit: contain;
}

.space {
  height: 150px;
}


.slick-slide img{
  display: block;
  width: 100%;
  object-fit: cover;
}

  /** -----------------------------------------------
  header
------------------------------------------------**/

#header {
	padding: 0 40px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}

.header-logo {
  height: 30px;
}

.sub-title {
 display: flex;
 align-items: center;
}

.pc-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background-image: url(../images/clow.png);
  background-size: contain;
  background-position: right;
    /* headerが常に上部に固定 */
  position: fixed;
  /* 重なり順が一番上 */
  z-index: 10;
    /* 右寄せ座標指定 */
  right: 40px;
  z-index: 10;
}

.pc-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 8px 30px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
}

.button-recruit {
  background-color: #fff;
  color: #76c9ec;
  border: 2px solid #76c9ec;
}

.button-recruit:hover {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
}

.button-recruit img {
  width: 28px;     
  height: auto;   
  vertical-align: middle; /* テキストと縦位置を揃える */
}

.button-entry1 {
  background-color: #deadac;
  color: #fff;
}

.button-entry1:hover {
  background: linear-gradient( #deadac 0%, #e38b8b 30%, #deadac 90%);
}

#menu-button {
  display: block;
  width: 90px;
  height: 70px;
  padding: 20px 18px;
  cursor:pointer
}

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

.menu-button-inner span {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #deadac;
  position: absolute;
  left: 50%;        /* 中央揃え */
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

  .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;
  }

  #menu-button.active .menu-button-inner span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  
  #menu-button.active .menu-button-inner span:nth-child(2) {
    opacity: 0;
  }
  
  #menu-button.active .menu-button-inner span:nth-child(3) {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  

  /* アニメーション追加 */
.menu-button-inner span {
  transition: all 0.3s ease;
}


  .menu {
    width: 50%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.9;
    filter: drop-shadow(0 0 10px #FFF);
    top: 0;
    z-index: 9;
    display: none;
    display: block;
    position: fixed;
  /* メニュー非表示時は位置は画面外(-表示幅) */
    right: -50vw;
  /* メニューフェード表示 */  
    transition: all .3s;
  }


  /* ハンバーガーメニュークリック時にmenuを右配置0にする */
  .menu.open {
    right: 0;
  }

  .menu ul {
    text-align: right;
    padding-top: 130px;
    padding-right: 80px;
}
  
  .menu ul  li {
   list-style: none;
   margin-bottom: 20px;
  }
  
  .gnav-text {
    color: #494848;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.06em;
  }

  /** -----------------------------------------------
  mainvisual
------------------------------------------------**/

#mainvisual {
  height: 790px; 
  position: relative;
  z-index: -1;
  display: flex;
  background: linear-gradient(#fff, #fff0e9,#fff0e9);
  align-items: center;
  padding-left: 125px;
}

.copy-wrap {
  padding-bottom: 200px;
}


.main-image {
  position: absolute;
  z-index: -2;
  top: -80px;
  right: 50px;
}

.happy-copy {
  position: absolute;
  right: 200px;
  bottom: 200px;
  opacity: 0;
}


/* 共通のフェードイン用アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-40px); /* 上から */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(40px); /* 下から */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px); /* 左から */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 初期状態を透明に */
.main-image,
.happy-copy,
.copy-wrap {
  opacity: 0;
}

/* ① main-image: 上から */
.main-image {
  animation: fadeInUp 1s ease 0s forwards; /* delay 0s */
}

/* ② happy-copy: 下から */
.happy-copy {
  animation: fadeInDown 1s ease 0.8s forwards; /* 少し遅れて */
}

/* ③ copy-wrap: 左から */
.copy-wrap {
  animation: fadeInLeft 1s ease 1.6s forwards; /* さらに遅れて */
}



  /** -----------------------------------------------
  about
------------------------------------------------**/

#about {
  position: relative;
  z-index: 1;
	padding: 150px 0 150px 0;
  background: linear-gradient(#fff0e9 5%,#fff, #edf7ff 90%);
  }


.about-inner {
  max-width: 1190px;
  margin: 0 auto;
}

.about-card .about-img {
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: -1; 
}


.about-copy {
  position: absolute;
  top: 400px;   
  left: 220px;  
  z-index: 1; 
}


.col-about {
 display: flex;
 justify-content: space-between;

}
.col-about .item {
  width: calc((100% - 100px)/2);

}

.button-about {
  display: flex;            /* 親をフレックスに */
  justify-content: flex-end; /* 右寄せ */
  align-items: center;      /* 縦中央揃え */
}


  /** -----------------------------------------------
  slide
------------------------------------------------**/

#slide {
	padding: 0px 0px 70px 0px;
  background: linear-gradient(#edf7ff, #FFF 50%, #edf7ff 20%);
  }


  /** -----------------------------------------------
  project
------------------------------------------------**/

#project {
	padding: 150px 0 150px 0;
  background: linear-gradient(#edf7ff,#fff,#fff0e9,#edf7ff,#edf7ff,#fff);
  }

.project-inner {
  max-width: 1090px;
  margin: 0 auto;
  align-items: center;
}

.col-project {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.item-text { 
  width: 35%;
}

.item-img { 
  width: 60%;
}


  /** -----------------------------------------------
  member
------------------------------------------------**/

#member {
  padding: 80px 0 150px;
  background: linear-gradient(#fff 5%,#edf7ff,#edf7ff,#edf7ff);
  }

  /* 4カラム */

.col-member {
    display: flex;
    flex-wrap: nowrap; /* PC1行固定 */
    justify-content: space-between;
  }

  .col-member > div {
    width: 25%; /* 4分割 */
  }

.member1 { 
  width: 25%; 
  height: 500px;
  background-image: url(../images/member1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.member2 { 
  width: 25%;
  height: 500px;
  background-image: url(../images/member2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.member3 { 
  width: 25%; 
  height: 500px;
  background-image: url(../images/member3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.member4 { 
  width: 25%; 
  height: 500px;
  background-image: url(../images/member4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.member-profile {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 0 3px #ffff;
}


/* メンバープロフィール内のプラスボタン */
.btn-plus-member {
  margin-top: 10px;
  text-align: center;
}

.btn-plus-member a {
  display: inline-block;
  position: relative;
  width: 60px;   /* ボタンサイズ（好みで調整） */
  height: 60px;
}

.btn-plus-member img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

/* 通常はホバー用を非表示 */
.btn-plus-member img.hover {
  opacity: 0;
}

/* ホバーで切り替え */
.btn-plus-member:hover img.hover {
  opacity: 1;
}

.btn-plus-member:hover img.normal {
  opacity: 0;
}


 /** -----------------------------------------------
  conditions
------------------------------------------------**/

#conditions {
  padding: 80px 0 80px;
  background: linear-gradient(#edf7ff,#fff0e9,#fff0e9,#fff0e9);
  }

.col-conditions {
 display: flex;
 justify-content: space-between;
 max-width: 1090px;
 margin: 0 auto;
}

.col-conditions .item {
  width: calc((100% - 48px)/3);
  text-align: center;
}

.card .card-text {
  padding: 24px 24px 32px 24px;
}


 /** -----------------------------------------------
  recruit
------------------------------------------------**/

#recruit {
  padding: 80px 125px 150px 125px;
  background: linear-gradient(#fff0e9,#edf7ff,#edf7ff,#fff, #edf7ff);
  }

#recruit .section-inner {
    max-width: 1390px;
}

.logo_white1 {
  margin-top: 50px;
  text-align: left;
}

.recruit-wrapper {
    padding: 70px 50px 100px;
    border-radius: 30px;
    background-color: #fff;
    margin-top: -10px;
}

.recruit-inner {
  max-width: 1390px;
  margin: 0 auto;
}

.col-recruit {
 display: flex;
 justify-content: space-between;
 margin-bottom: 20px;
}

.recruit-text { 
  width: 45%;
}

.recruit-img { 
  width: 50%;
  position: relative;
}

.recruit-img .img_recurit  {
  position: absolute;
  top: -300px;
}

.recruit-img .img_process  {
  position: absolute;
  top: -100px;
}



/* 募集職種 */

.card-wrapper2 {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 20px;
column-gap: 45px;
}

.card_blue1 {
  /* width: calc((100% - 45px)/2); */
  position: relative;
  background-image: url(../images/card_blue1.png);
  background-size: cover;
  border-radius: 25px;
  border-color : #76c9ec;
  border-width : 2px;
  border-style : solid;
  text-align: center;
}

/* プラスリンクボタン */
.btn-plus2 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.btn-plus2 a {
  display: inline-block;
  position: relative;
  width: 50px; 
  height: 50px;
}

.btn-plus2 img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

/* 通常はホバー用を非表示 */
.btn-plus2 img.hover {
  opacity: 0;
}

/* ホバー時に切り替え 完全に表示（不透明） */
.btn-plus2:hover img.hover {
  opacity: 1; 
}

/* ホバー時に切り替え 完全に非表示（透明） */
.btn-plus2:hover img.normal {
  opacity: 0;
}

.col-job {
  display: flex;
  padding: 30px 50px;
  /* justify-content: space-between; */
 }


.job-icon {
  width: 20%;
  text-align: left;
}

.job-text {
  width: 75%;
  text-align: left;
  padding: 0 0 0 20px;
}

.title_en_blue {
    color: #76c9ec;
    font-family: "Kumbh Sans", sans-serif; 
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2em;
}


/* 選考フロー */

.btn-meeting1 {
  display: inline-flex;           /* 横並びや中央揃え */
  flex-direction: row;         
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #76c9ec;
  text-decoration: none;
  gap: 12px;
}

.meeting1-text {
  display: inline-flex;       /* 横並び */
  align-items: center;        
  gap: 8px;                   
  color: #76c9ec;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.06em;
}

.btn-meeting1:hover {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
  text-decoration-color: #76c9ec; 
}



.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto auto; /* Step番号 / 見出し / アイコン / 補足 */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.step {
  position: relative; 
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  place-items: center;
  text-align: center;
  padding: 20px;
  background-image: url(../images/card_blue1.png);
  background-size: cover;
  border-radius: 25px;
  border-color : #76c9ec;
  border-width : 2px;
  border-style : solid;
  position: relative;
}

/* Step1だけ色を変更 */
.step.step1 {
  background: #e7b2b2;
  color: #fff;
  border-color : #e7b2b2;
  border-width : 2px;
  border-style : solid;
}

.step.step1 h3{
  color: #fff;
}

.step h3 {
  /* margin-bottom: 5px; */
  color: #76c9ec;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.flow-title {
  /* margin: 5px 0; */
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.step img {
  height: 60px;
  /* margin-top: 10px; */
}

/* 矢印 */
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;     /* カードとカードの間に配置 */
  top: 50%;
  transform: translateY(-50%);
  width: 50px;      /* 矢印画像のサイズ */
  height: 50px;
  background-image: url("../images/arrow_blue_maru.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

/* 補足テキスト */
.note {
  font-size: 0.8rem;
}


/* よくある質問 */


.qa__question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 30px 20px 50px;
  background: #76c9ec;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  position: relative;
}

/* Qアイコン */
.qa__question::before {
  content: "Q";
  font-size: 24px;
  font-weight: 700;
  color:  #FFF;
  display: flex;
  align-items: top;
  text-align: left;
}

/* ＋／−アイコン */
.qa__question::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background-image: url(../images/btn_plus2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.qa__question:hover::after {
  background-image: url(../images/btn_hover.png);
}


.qa.open .qa__question::after {
  background-image: url(../images/btn_close.png);
}


/* 回答部分 */
.qa__answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-image: url(../images/card_blue2.png);
  background-size: cover;
  border-left: 2px solid #76c9ec;
  border-right: 2px solid #76c9ec;
  border-bottom: 2px solid #76c9ec;
  border-radius: 0 0 12px 12px;
  padding: 0 30px;    /* 初期は上下0 */
  max-height: 0;      /* 初期は閉じる */
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.qa.open .qa__answer {
  padding: 30px 30px;
  max-height: 500px; /* 中身に合わせて大きめ */
}

/* Aアイコン */
.qa__answer .qa__label {
  font-size: 24px;
  font-weight: 700;
  color:  #e7b2b2;
  display: flex;
  align-items: top;
  text-align: left;
}

/* テキスト */
.q__text {
  flex: 1;
  line-height: 2em;
  color: #FFF;
  letter-spacing: 0.1em;
}

.a__text {
  flex: 1;
  line-height: 2em;
  letter-spacing: 0.1em;
}


 /** -----------------------------------------------
  entry
------------------------------------------------**/

#entry {
  background-image: url(../images/img_end.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.entry-inner {
  max-width: 1090px;
  text-align: center;
  margin: 0 auto;
}


.col-entry {
  display: flex;
  max-width: 1090px;
  justify-content: space-between;
 }

.button-entry2 {
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: flex-start; /* 左寄せにするとアイコンも自然に見える */
  width: 30%;
  padding: 20px 30px;       /* 高さに余裕を持たせる */
  background-color: #deadac;
  border-radius: 25px;
  gap: 12px;                /* テキストとアイコンの間隔 */
  text-decoration: none;
}

.button-entry2:hover {
  background: linear-gradient(#deadac 0%, #e38b8b 30%, #deadac 90%); /* グラデーション */
  text-decoration: none;
}

.entry2-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.06em;
}

.entry-icon {
  width: 40px; 
  height: 40px;              
  object-fit: contain;       /* 比率を保つ */
}

.button-meeting2 {
  display: inline-flex;           /* 横並びや中央揃え */
  flex-direction: column;         /* 上下に積む */
  align-items: center;
  width: 30%;
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid #76c9ec;
  text-decoration: none;          /* 親のaの下線を消す */
}

.meeting2-text {
  display: inline-flex;       /* 横並び */
  align-items: center;        
  gap: 8px;                   
  color: #76c9ec;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.06em;
}

.button-meeting2:hover {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
  text-decoration-color: #76c9ec; 
}

.note2 {
  font-size: 14px;
  color: #76c9ec;
  margin-top: 4px;
}


 /** -----------------------------------------------
  footer
------------------------------------------------**/

#footer {
  padding: 20px 125px 150px 125px;
  background: linear-gradient(#fff, #fff0e9);
  }

  #footer {
    text-align: center; 
    padding: 40px 0;
    margin-top: 50px;
  }
  
  #footer a {
  color: #494848;  
  }
  
  .copyright {
    margin-top: 50px;
  }
  
  .footer-link li {
    display: inline;  
    margin-top: 50px;
    margin-right: 20px;
  }
  

/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/

.pc-only {
 display: block;
}

.sp-only {
 display: none;
}


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/

/* スマホ用固定ボタン（デフォルトは非表示） */
.sp-fixed-buttons {
  display: none; /* PCでは非表示 */
}

@media screen and (max-width:640px){

/* 文字スタイル */

h1.large {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.1em;
  padding-bottom: 0px;
  }

.highlight {
  background: linear-gradient( #deadac 0%, #e38b8b 30%, #deadac 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

  h2.large {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
  }

  h3.medium  {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.05em;
  margin-bottom: 10px;
  }

  h4.small  {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 3%;
  }

  p.large {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2em;
  }

  p.medium {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2em;
  }

  p.small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2em;
  }

/* スマホ用固定ボタン（デフォルトは非表示） */

.sp-fixed-buttons {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden; 
}

.sp-fixed-buttons a {
  flex: 1;
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sp-recruit {
  background-color: #fff;
  color: #76c9ec;
  border-top: 2px solid #76c9ec;
  border-radius: 15px 5px 0 0;
}

.sp-recruit img {
  width: 28px;
  height: auto;
  vertical-align: middle;
}

.sp-entry {
  background-color: #deadac;
  color: #fff;
  border-radius: 15px 15px 0 0; 
}

/* hover時グラデーション */
.sp-entry:hover {
  background: linear-gradient(#deadac 0%, #e38b8b 30%, #deadac 90%);
}

/* hover時下線 */
.sp-recruit:hover {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
  text-decoration-color: #76c9ec;
}

.sp-fixed-buttons a {
  flex: 1;
  display: flex;            
  align-items: center;       
  justify-content: center;    
  gap: 8px;                   
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sp-fixed-buttons img {
  width: 28x;
  height: auto;
}

.btn-plus2 {
  position: relative;
  text-align: right;
  right: auto;
  bottom: auto;
}

.slick-slide img{
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}




.title-en-wrap {
  background-image: none; /* 背景画像を非表示 */
}

/* ヘッダー */
#header {
  padding: 12px 20px;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.header-logo img {
  margin-left: 12px;
  display: flex;
  height: 32px;
  object-fit: contain;
}

.sub-title {
  white-space: nowrap;
  margin-left: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* ボタンはヘッダーでは隠す */
.pc-button a {
  display: none;
}

/* ハンバーガーメニュー */
#menu-button {
width: 50px;
height: 40px;
padding: 10px;
position: fixed;
top: 12px;  
right: 30px;
z-index: 20;
}

.menu-button-inner span {
  width: 32px;
  height: 3px;
}

/* メニューは全画面展開 */
.menu {
  width: 100%;
  height: 100vh;    
  right: -100vw;
}

.menu.open {
  right: 0;
}

.menu ul {
  text-align: center;
  padding: 30px 0;
}

.menu ul li {
  margin-bottom: 16px;
}

.gnav-text {
  font-size: 16px;
}

/* メインビジュアル */

#mainvisual {
  position: relative;
  width: 100%;
  height: auto;
  padding-left:0;
  background: linear-gradient(#fff, #fff0e9, #fff0e9);
  overflow: hidden;
}

  /* メイン画像 */
.main-image {
  position: relative;
  width: 100%;
  z-index: 1;
  right:0;
  top: 0;
  margin-top: 60px;
}

.main-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* コピー*/

.recruit-copy {   /* 採用英文は隠す */
  display: none;
}

.copy-wrap {
  position: absolute;
  top: 5%;
  left: 7%;
  z-index: 3;
  text-align: left;
  padding: 0 20px;
  max-width: 90%;
}

.copy-wrap h1 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.copy-wrap .highlight {
  color: #e38b8b;
  font-size: 2rem;
  font-weight: bold;
}

.line-break{
  display: block;
}

/* サブコピー */
.happy-copy {
  width: 50%;
  position: absolute !important;
  bottom: 5%;
  left: 40%;
  z-index: 2;
}

/* 下部ボタンエリア */
.pc-button {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  width: 100%;
  position: static;
  background: none;
}

.pc-button a {
  flex: 1;
  max-width: 160px;
  padding: 12px 16px;
  font-size: 14px;
}

/* もっと見るボタン */

.button-section-title {
  padding: 12px 5% !important;             
}

.button-text {
  font-size: 16px !important;
}


  /* 私たちについて */
#about {
  padding: 10px 20px 100px;
}

/* 縦組 */
.col-about {
  display: block;
  position: relative;
}

.about-card {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 50px;
  padding-top: 200px;
}

.about-img {
  position: absolute ;
  width: 80% !important;
  top: 20px !important;
  right: -20px !important;
  left: auto !important;
  z-index: -1 !important;
}

.about-copy {
  position: absolute;
  top: 30px; 
  left: 5%; 
  width: 65%;
  max-width: 240px;
  z-index: 1;
}

.about-copy img {
  content: url("../images/copy_tsutsumu_sp.png");
  width: 100%;
  height: auto;
  display: block;
}


.col-about .item {
  width: 90%;
  margin: 40px auto 0;
}

.button-about {
  justify-content: center;
}

/* セクションタイトル部分 */

.section-inner {
  padding: 0 40px;
}

/* 縦並び */
.section-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.section-title .column1,
.section-title .column2,
.section-title .column3 {
  width: 100%;
  margin-bottom: 0px;
}

/* PC版ボタン非表示 */
.section-title .column3 {
  display: none;
}

/* SP版ボタン中央揃え */
.sp-only-button {
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* 事業について */

#project {
  padding: 100px 0px 50px;
}

.col-project {
  flex-direction: column;
  align-items: flex-start;
}

/* フォトブック事業だけ逆順 */
.col-project.reverse-on-sp {
  flex-direction: column-reverse;
}

.item-text,
.item-img {
  width: 100%;
  margin-bottom: 20px;
}

.item-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.item-text .button-text {
  display: inline-block; 
  margin-bottom: 30px;  /* ボタン下の余白 */
}


/* はたらく人たち */

#member {
  padding: 50px 0px 50px;
}


.col-member {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列均等 */
  grid-template-rows: 1fr 1fr;    /* 2行均等 */
  gap: 0;                         
  width: 100%;
  height: 600px;       
  margin: 0;
  padding: 0;
}

.col-member > div {
  /* width: calc(100% / 2); */
  margin: 0;
  padding: 0;
  background-size: cover; 
  background-position: center;
}

.member-profile h4.small {
  font-size: 16px;       /* お好みで調整 */
  line-height: 1.2;      /* 行間を詰める */
}

.member-profile p.medium {
  font-size: 14px;       /* お好みで調整 */
  line-height: 1.2;      /* 行間を詰める */
}

.btn-plus-member {
    margin-top: 2%;
    text-align: center;
}

.btn-plus-member a {
  width: 40px;   /* 元60px → 40pxに */
  height: 40px;
}

.btn-plus-member img {
  width: 100%;
  height: auto;
}

.member1,
.member2,
.member3,
.member4 {
  background-size: cover;        /* 全体に広げる */
  background-position: center center; /* 横中央・縦下 */
  background-repeat: no-repeat;
}


/* はたらく環境 */

#conditions {
  padding: 50px 0px 50px;
}

  .col-conditions {
    max-width: 100% !important; /* 画面幅いっぱいに */
    margin: 0 !important;       /* 中央揃えを解除 */
    gap: 16px !important;       /* アイテム間の隙間 */
    flex-direction: column !important; /* 縦並びに */
  }

  .col-conditions .item {
    width: 100%; /* カードを横幅いっぱいに */
  }

  .card .card-text {
    padding: 16px 0; /* 内側の余白も調整 */
  }


/* カード縦並び */
.col-conditions {
  flex-direction: column;
  align-items: center; 
  gap: 20px; 
}

.col-conditions .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card .card-text {
  text-align: left;
}

.card .card-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.col-member {
  display: flex;
  flex-wrap: wrap;   /* 折り返しを許可 */
  gap: 0;    /* 行や列に余白をつけたい場合 */
}

.col-member > div {
  width: 50%;        /* 横2カラムになるように調整 */
  height: 300px;     /* 高さも少し低めに */
}

.member-profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1%;
  width: 100%;           /* 横幅いっぱい */
  max-width: 90%;        /* 画面端にピタッと付かないよう調整 */
  text-align: center;    /* テキスト中央寄せ */
  text-shadow:
1px 1px 0 #fff,
-1px 1px 0 #fff,
-1px -1px 0 #fff,
1px -1px 0 #fff,
1px 0px 0 #fff,
0px 1px 0 #fff,
-1px 0px 0 #fff,
0px -1px 0 #fff;
}


/* リクルート */

#recruit {
  padding: 50px 0px 50px;
}

#recruit .section-inner {
  padding: 0 3%;
}

.recruit-wrapper {
  width: 100%;    
  max-width: 100%;   
  margin: 0;     
  padding: 40px 5% 80px;   
  box-sizing: border-box;
}

.space {
    height: 80px;
}

/* sub_title_recuirt.png */
h1.large img {
  max-width: 35%;   
  height: auto;
  display: block;
  margin: 0 15%;  
}

/* logo_white1.png */
.logo_white1 img {
  max-width: 90%;     
  height: auto;
  display: block;          /* ブロック要素化 */
  margin-left: auto;       /* 左余白自動 */
  margin-right: auto;      /* 右余白自動 */
  margin-top: 10px;        /* 上に少し余白（任意） */
}



  /* 募集要項テキストと画像を縦並び */

.col-recruit {
  flex-direction: column;
  align-items: center;
}

.recruit-text {
  width: 100%;
  position: static;   /* PCのabsolute解除 */
  text-align: left;
}


.recruit-img {
width: 100%;
position: static;   
text-align: right;
order: -1;   
margin-bottom: 0px;
}

.recruit-img img {
  position: static !important;
  max-width: 80%;
  height: auto;
  margin-top: 0px;
} 

/* 募集職種カード縦並び */
.card-wrapper2 {
  grid-template-columns: 1fr;
  row-gap: 20px;
  column-gap: 0;
}

.btn-plus2 img {
width: 40px;
height: 40px;
}

.col-job {
  flex-direction: column;
  text-align: center;
  padding:7% 5% 3% 5%;
}

.job-icon {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.job-text {
  width: 100%;
  padding: 0;
}


.btn-meeting1 {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 12px 5%;
}

.meeting1-text {
  justify-content: center;
}

/* 選考フローを縦並び */
.flow {
  grid-template-columns: 1fr;
  gap: 10px;
}

.step {
  text-align: center;
}

/* 矢印を下方向に変更 */
.step:not(:last-child)::after {
right: 50%;
top: auto;
bottom: -30px;
transform: translateX(50%) rotate(90deg);
width: 40px;
height: 40px;
background-image: url("../images/arrow_blue_maru.png");
}

/* QA */

/* ＋／−アイコン */
.qa__question::after {
  right: 3%;
  top: 60%;
  transform: translateY(-30%);
  width: 40px;   /* アイコンの幅 */
  height: 40px;  /* アイコンの高さ */
}

.qa__question {
  padding: 16px 52px 30px 15px;
}

/* エントリー */

#entry {
background-image: url("../images/img_end_sp.png"); 
background-size: cover;
background-position: top center;
height: 500px; 
padding: 10% 20px;    
}

.entry-inner {
max-width: 100%;
padding: 0 10px 20px;
}

.col-entry {
flex-direction: column;   
gap: 15px;                
align-items: center;
margin: 80px 0;      
}

.entry-inner h1 {
font-size: 1.6rem;
line-height: 1.6;
}

.button-meeting2 {
width: 90%;             
padding: 15px;          
}

.meeting2-text {
font-size: 18px;     
}


.button-entry2 {
width: 90%;             
display: flex;
margin: 0 auto;
text-align: center;
align-items: center; 
justify-content: center;      
}

.entry2-text {
font-size: 18px;
justify-content: center;     
}



.note2 {
font-size: 12px;        
}

.entry-icon {
width: 30px;
height: 30px;
}

/* フッター */

#footer {
padding: 40px 20px 80px 20px; 
}

.footer-link li {
display: block;         
margin: 10px 0;      
}

.footer img {
max-width: 80%;
}

.copyright {
margin-top: 30px;
font-size: 12px;
}
}
