@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
 sub.css
------------------------------------------------*/
:root{
  --default: 1300px;
}
main{
  overflow: hidden;
  position: relative;
}

/* 英語付き見出し */
.heading_eng{
  line-height: 1.2;
  font-weight: 600;
  font-size: 0.54rem;
  margin-bottom: 65px;
}
.heading_eng small{
  display: block;
  line-height: 1.6;
  font-weight: 500;
  font-size: 0.3rem;
  color: var(--site_color);
  margin-left: 8px;
  margin-bottom: 5px;
}
/* 丸角見出し */
.heading_rad {
  background-color: var(--site_color);
  border-radius: 8px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  font-size: 0.24rem;
  padding: 13px 15px 14px;
  margin: 0px 0 45px;
}
/* 丸角ポイント見出し */
.heading_rad_pointy{
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  background-color: var(--site_color);
  gap: 25px;
  color: #fff;
  margin: 0px 0 45px;
}
.heading_rad_pointy .pointy{
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--site_color_sm);
  gap: 7px;
  min-width: max-content;
  padding: 6px 25px 6px 16px;
  z-index: 10;
}
.heading_rad_pointy .pointy::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  background-color: var(--site_color_sm);
  right: 15px;
  transform: translateX(100%);
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: -10;
}
.heading_rad_pointy .pointy span,
.heading_rad_pointy .pointy strong,
.heading_rad_pointy .selfy {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.heading_rad_pointy .pointy span{
  font-size: 0.18rem;
  margin-top: -3px;
}
.heading_rad_pointy .pointy strong{
  font-family: var(--anton);
  font-style: italic;
  font-size: 0.46rem;
}
.heading_rad_pointy .selfy{
  line-height: 1.4;
  font-size: 0.24rem;
  padding: 5px 15px 10px 0;
  margin-top: 5px;
}
/* 下線付き見出し */
.heading_border {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 0.22rem;
  border-bottom: 3px solid #ddd;
  padding-bottom: 15px;
  margin: 65px 0 25px;
}
.heading_border::before {
  content: "";
  position: absolute;
  background-color: var(--site_color_deco01);
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 70px;
}

/* 見出し用マージン */
.half_middle{
  margin-top: 120px;
}

/* 中央寄せ太文字 */
.mid_text{
  display: block;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 2;
}
/* 中央寄せ太文字 */
.sml_text{
  display: block;
  font-weight: 500;
  line-height: 2;
}

/* 左線付き中サイズテキスト */
.label{
  position: relative;
  display: block;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 25px;
}
.label::before {
  content: "";
  position: absolute;
  background-color: var(--site_color_lg);
  width: 8px;
  height: 34px;
  left: 0;
  top: 6px;
}

/* 左右の多角形装飾 */
.sub_poly_l, .sub_poly_r{
  position: absolute;
  max-width: max-content;
  width: 10%;
  top: 300px;
  z-index: 10;
}
.sub_poly_l{
  left: 0;
}
.sub_poly_r{
  right: 0;
}
.sub_poly_l.csr, .sub_poly_r.csr{
  width: 25%;
}

/* 下層トップ */
.sub_top{
  background: url(../img/sub/sub_wave.svg) #ECEEF8 no-repeat;
  background-position: 15% 0%;
  background-size: cover;
  padding: 60px 0 150px;
  margin-bottom: 0;
}
.sub_top h1 {
  font-weight: 600;
  font-size: 0.53rem;
  line-height: 1;
  margin-bottom: 70px;
}
.sub_top h1 span {
  display: block;
  color: var(--site_color_deco01);
  font-weight: inherit;
  font-size: 0.2rem;
  margin-left: 2px;
  margin-bottom: 14px;
}

/* 開始コンテンツ */
.begin_box{
  background-color: #ECEEF8;
  padding: 50px 0 100px;
}
.begin_box .boot{
  position: relative;
  z-index: 100;
}

/* 背景色コンテンツ */
.flipflop section:nth-child(even){
  background-color: #ECEEF8;
  padding: 100px 0;
}
.flipflop section:nth-child(even):last-of-type{
  padding-bottom: 120px;
  margin-bottom: 0;
}
.flipflop .boot{
  position: relative;
  z-index: 100;
}


/*------------------------------------------------
 下層汎用パーツ
------------------------------------------------*/
/* 画像＋文章横並びコンテンツ */
.grid_content{
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 55px;
}
.grid_content.reverse{
  flex-direction: row-reverse;
}
.grid_content > p, .grid_content > br{
  display: none;
}
.grid_content > a{
  display: block;
  min-width: max-content;
  margin: 0 auto;
}
.grid_content iframe{
  aspect-ratio: 3/2;
  height: auto;
}
.grid_content img{
  border-radius: 6px;
}
.grid_content article b{
  display: block;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.grid_content article p{
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}
.grid_content article p:last-of-type{
  margin-bottom: 0;
}
/* スモールサイズ */
.grid_content.sm img, .grid_content.sm iframe{
  width: 300px;
}
/* ミドルサイズ */
.grid_content.md img, .grid_content.md iframe{
  width: 400px;
}
/* ラージサイズ */
.grid_content.lg img, .grid_content.lg iframe{
  width: 500px;
}
/* 上付きコンテンツ */
.grid_content.start{
  align-items: flex-start;
}
/* 画像横並びリスト */
.visual_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin-bottom: 55px;
}
.visual_list li{
  width: calc(25% - 15px);
}
.visual_list img{
  display: block;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

/* アイコン横並びリスト */
.icon_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 25px 0;
}
.icon_list li{
  width: 60px;
}

/* Googleマップ */
.gmap{
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}

/* 丁度いい感じの横並びリスト */
.fitflex_d2{
  display: flex;
  list-style: none;
  align-items: flex-start;
  gap: 25px 45px;
  margin: 45px auto;
}
.fitflex_d2 iframe, .fitflex_d2 img{
  width: 100%;
}
.fitflex_d2 li{
  width: 50%;
}
.fitflex_d2.md{
  max-width: 1000px;
}
.fitflex_d2 .heading_border{
  margin-top: 0;
  margin-bottom: 20px;
}


/*------------------------------------------------
 色パーツ
------------------------------------------------*/
.cl_g{
  background-color: #44d9ae;
}
.cl_b{
  background-color: #75c3ea;
}
.cl_p{
  background-color: #f5b1dc;
}
.cl_y{
  background-color: #f5cd4f;
}


/*------------------------------------------------
 CSRページ
------------------------------------------------*/
.csr_block{
  position: relative;
  padding: 80px 0 100px;
  margin-bottom: 0;
}
.csr_block .heading_rad_pointy{
  margin-top: 120px;
}
.csr_block .boot{
  position: relative;
  z-index: 100;
}
.csr_block::before{
  content: "";
  position: absolute;
  background-image: repeating-linear-gradient(90deg, var(--site_color), var(--site_color) 12px, transparent 12px, transparent 24px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.csr_block.csr_block01{
  background-color: #ECEEF8;
  padding: 30px 0 0;
}
.csr_block.csr_block01::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,rgba(236, 238, 248, 1) 0%, rgba(236, 238, 248, 0) 100%);
  width: 100%;
  height: 100px;
  transform: translateY(95%);
  left: 0;
  bottom: 0;
  z-index: 10;
}
.csr_block.csr_block01 img{
  position: relative;
  z-index: 50;
}
.csr_block.csr_block02{
  background-color: #E9FAFF;
}
.csr_block.csr_block03{
  background-color: #FFFBF3;
  --site_color: #F5CD4F;
  --site_color_sm: #DBB64F;
}
.csr_block.csr_block04{
  background-color: #EEFFF6;
  --site_color: #99D3B8;
  --site_color_sm: #7BBA9B;
}
.csr_block.csr_block05{
  background-color: #FFF5F6;
  --site_color: #F2C2C6;
  --site_color_sm: #F29EAC;
}
.csr_block.csr_block05::before{
  display: none;
}

/* ビジュアルボックス */
.csr_visual_box{
  position: relative;
}
.csr_visual_box .csr_visual{
  position: relative;
  display: block;
  width: 77%;
  z-index: 50;
  padding: 10% 0;
  margin: 0 auto;
}
.csr_visual_box .csr_trigger{
  position: absolute;
  width: 21%;
  z-index: 100;
}
.csr_visual_box .csr_trigger.csr_vt01,
.csr_visual_box .csr_trigger.csr_vt03{
  transform: translateY(-50%);
  top: 50%;
}
.csr_visual_box .csr_trigger.csr_vt01{
  left: 0;
}
.csr_visual_box .csr_trigger.csr_vt03{
  right: 0;
}
.csr_visual_box .csr_trigger.csr_vt02,
.csr_visual_box .csr_trigger.csr_vt04{
  transform: translateX(-50%);
  left: 49%;
}
.csr_visual_box .csr_trigger.csr_vt02{
  top: 0;
}
.csr_visual_box .csr_trigger.csr_vt04{
  bottom: 0;
}
.csr_visual_box .csr_trigger img{
  display: block;
  width: 100%;
}
.provided-ph-txt {
  position:relative;
  padding-bottom:16px;
  text-align:center;
}
.provided-ph-txt::after {
  display:block;
  content:'SPACE COTAN株式会社提供';
  position:absolute;
  font-size:12px;
  bottom:-12px;
  left:0;
  right:0;
}
figure.provided-ph-txt {
  text-align:center;
  width:100%;
  max-width:500px;
}
figure.provided-ph-txt img {
  max-width:inherit;
}

/*------------------------------------------------
 職種紹介
------------------------------------------------*/
.introduction_navi_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.introduction_navi_list a{
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px #0000000f;
  border-radius: 8px;
  height: 100%;
  padding: 25px;
}
.introduction_navi_list figure{
  position: relative;
  margin-bottom: 15px;
}
.introduction_navi_list figure img{
  display: block;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}
.introduction_navi_list figure figcaption{
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 0 6px 0 6px;
  min-width: 130px;
  color: #fff;
  top: 0;
  right: 0;
  padding: 5px 15px 7px;
}
.introduction_navi_list p{
  font-weight: 500;
  line-height: 2;
}


/*------------------------------------------------
 職種紹介詳細ページ
------------------------------------------------*/
/* TOPビジュアル */
.introduction_visual{
  display: grid;
  align-items: flex-start;
  grid-template-columns: minmax(200px, 812px) auto;
  gap: 80px;
  max-width: max-content;
  margin: 0 auto;
}
.introduction_visual figure{
  position: relative;
}
.introduction_visual figure::before{
  content: "";
  position: absolute;
  border: 5px solid #B9CFEB;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  right: -25px;
  bottom: -25px;
  z-index: -10;
}
.introduction_visual figure::after{
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background-color: #B9CFEB;
  transform: translateX(50%);
  border-radius: 50%;
  width: 420px;
  top: -90px;
  right: 0;
  z-index: -10;
}
.introduction_visual figure img{
  object-fit: cover;
  width: 100%;
  min-height: 310px;
  border-radius: 30px;
}
.introduction_visual article{
  padding-top: 80px;
}
.introduction_visual strong,
.introduction_visual b {
  display: block;
  max-width: max-content;
}
.introduction_visual strong{
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
.introduction_visual b{
  background-color: var(--site_color_lg);
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 9px 21px 14px;
  margin-bottom: 15px;
}
/* その他の職種リスト */
.introduction_other_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 35px 45px;
}
.introduction_other_list li{
  width: 30%;
}
.introduction_other_list a{
  display: block;
}
.introduction_other_list figure{
  position: relative;
}
.introduction_other_list figure img{
  display: block;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}
.introduction_other_list figure figcaption{
  display: block;
  position: absolute;
  text-align: center;
  border-radius: 0 6px 0 6px;
  min-width: 130px;
  color: #fff;
  top: 0;
  right: 0;
  padding: 5px 15px 7px;
}
.introduction_other_list p{
  text-align: center;
  font-size: 0.18rem;
  font-weight: 500;
  margin-top: 5px;
}


/*------------------------------------------------
 社員インタビューページ
------------------------------------------------*/
.interview_list{
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: center;
  gap: 65px 25px;
}
.interview_list li{
  width: 25%;
}
.interview_list a{
  display: block;
}
.interview_list figure{
  position: relative;
}
.interview_list figure img{
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.interview_list figure figcaption {
  position: absolute;
  text-align: center;
  border-radius: 0 6px 0 6px;
  min-width: 130px;
  color: #fff;
  top: 0;
  right: 0;
  padding: 5px 15px 7px;
}
.interview_list article dl {
  display: flex;
  align-items: center;
  margin: 20px 0 7px;
  gap: 10px;
}
.interview_list article span,
.interview_list article time{
  display: block;
  text-align: center;
  max-width: max-content;
  font-weight: 500;
}
.interview_list article span {
  background-color: var(--site_color_deco01);
  border-radius: 1000px;
  font-size: 0.14rem;
  font-weight: 600;
  padding: 0px 14px 0px;
}
.interview_list article time{
  font-size: 0.18rem;
}
.interview_list article b {
  font-size: 0.23rem;
  margin-left: 2px;
}


/*------------------------------------------------
 会社概要ページ
------------------------------------------------*/
.outline_navi_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 10px #0000001a;
  border-radius: 8px;
  max-width: max-content;
  gap: 10px 0;
  padding: 15px 0;
  margin: 0 auto;
}
.outline_navi_list a {
  display: block;
  border-right: 1px solid var(--site_color_lg);
  background: url(../img/common/parts/arrow_down.svg) no-repeat;
  background-position: 80% 53%;
  background-size: 10px;
  font-weight: 500;
  padding: 2px 50px 4px 30px;
}
.outline_navi_list li:last-of-type a{
  border-right: 0;
}


/*------------------------------------------------
 社員インタビュー詳細ページ
------------------------------------------------*/
/* メインビジュアル */
.interview_visual {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(200px, 812px);
}
.interview_visual article {
  position: relative;
  margin-right: -90px;
  z-index: 100;
}
.interview_visual article b{
  display: block;
  background-color: var(--site_color_lg);
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  max-width: max-content;
  padding: 9px 21px 14px;
  margin-bottom: 15px;
}
.interview_visual article dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin: 45px 0 15px;
}
.interview_visual article dd {
  display: block;
  text-align: center;
  background-color: var(--site_color_deco01);
  max-width: max-content;
  border-radius: 1000px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 15px;
}
.interview_visual article time {
  display: block;
  font-weight: 500;
  font-size: 0.2rem;
  margin-bottom: 5px;
}
.interview_visual article strong{
  display: block;
  font-weight: 600;
  font-size: 0.3rem;
}
.interview_visual img{
  display: block;
  object-fit: cover;
  border-radius: 20px;
  min-height: 310px;
  width: 100%;
}

/* タイムライン横並びボックス */
.timeline_grid {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0 0 10px #0000000f;
  background-color: #fff;
  border-radius: 8px;
  gap: 15px 25px;
  max-width: max-content;
  padding: 40px 20px;
  margin: 0 auto;
}
/* タイムラインリスト */
.timeline_list{
  list-style: none;
}
.timeline_list li {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 120px 1fr;
  padding-bottom: 45px;
}
.timeline_list li:last-of-type{
  padding-bottom: 0;
}
.timeline_list li:last-of-type hr{
  display: none;
}
.timeline_list li hr{
  content: "";
  position: absolute;
  background-color: var(--site_color_lg);
  border: 0;
  top: 40px;
  left: 55px;
  bottom: 7px;
  width: 1px;
  margin: 0;
}
.timeline_list time {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 0.28rem;
  color: var(--site_color_lg);
}
.timeline_list article{
  font-weight: 500;
  line-height: 1.8;
}


/*------------------------------------------------
 Q&Aページ
------------------------------------------------*/
/* Q&Aリスト */
.qa_list{
  list-style: none;
}
.qa_list *{
  color: #222;
}
.qa_list li{
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 10px #0000001f;
  margin-bottom: 25px;
}
.qa_list .q, .qa_list .a{
  position: relative;
}
.qa_list .q{
  cursor: pointer;
  background: var(--site_color_deco01) url(../img/common/parts/icon_minus.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 25px;
}
.qa_list .q.__enable{
  background-image: url(../img/common/parts/icon_plus.svg);
}
.qa_list .a{
  background-color: #fff;
}
.qa_list .q::before, .qa_list .a::before {
  position: absolute;
  text-align: center;
  font-size: 0.31rem;
  font-weight: 500;
  left: 21px;
  top: 21px;
  width: 35px;
}
.qa_list .q::before{
  content: "Q.";
}
.qa_list .a::before{
  content: "A.";
}
.qa_list article{
  font-weight: 500;
  padding: 25px;
  padding-left: 65px;
}
.qa_list .q article{
  font-size: 0.2rem;
  padding-right: 50px;
}
.qa_list .a article{
  font-size: 0.18rem;
}


/*------------------------------------------------
 道東での暮らしページ
------------------------------------------------*/
/* カードリスト */
.life_card_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 65px;
}
.life_card_list img{
  display: block;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.life_card_list b {
  display: block;
  font-weight: 500;
  font-size: 0.18rem;
  margin-bottom: 10px;
}
.life_card_list p{
  font-weight: 500;
}

/* タブボタン */
.life_tab_button {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 25px;
  margin-bottom: 65px;
}
.life_tab_button li {
  cursor: pointer;
  text-align: center;
  border-radius: 1000px;
  background-color: #ddd;
  font-size: 0.21rem;
  font-weight: 600;
  padding: 15px 45px;
}
.life_tab_button li.__enable{
  background-color: var(--site_color_deco01);
}
/* タブコンテンツ */
.life_tab_content{
  display: none;
}
.life_tab_content.__enable{
  display: block;
}
/* タイムラインラベル */
.life_timeline_label {
  display: block;
  text-align: center;
  background-color: #a6ceff;
  border-radius: 6px;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1;
  width: 160px;
  padding: 11px 0 13px;
  margin: 35px 0;
}
/* スケジュールタイムライン */
.life_timeline{
  position: relative;
  list-style: none;
}
.life_timeline::before {
  content: "";
  position: absolute;
  background-color: #ddd;
  left: 155px;
  width: 3px;
  top: 0px;
  bottom: 0px;
}
.life_timeline li{
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: auto 1fr;
  gap: 65px;
  margin-bottom: 65px;
}
.life_timeline li > br{
  display: none;
}
.life_timeline li:last-of-type{
  margin-bottom: 0;
}
.life_timeline li::before {
  content: "";
  position: absolute;
  background-color: var(--site_color_deco01);
  width: 3px;
  height: 65px;
  left: 155px;
  top: -10px;
}
.life_timeline time {
  display: block;
  text-align: center;
  background-color: var(--site_color_deco01);
  border-radius: 1000px;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1;
  width: 125px;
  padding: 8px 0 11px;
}
.life_timeline article b {
  display: block;
  color: var(--site_color_lg);
  font-size: 0.26rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}
.life_timeline article img{
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.life_timeline article p{
  font-weight: 500;
}
/* その他の暮らしナビリスト */
.life_navi_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 45px;
}
.life_navi_list li{
  width: 400px;
}
.life_navi_list a{
  display: block;
}
.life_navi_list img{
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}
.life_navi_list p{
  text-align: center;
  font-weight: 500;
  font-style: 0.18rem;
}


/*------------------------------------------------
 福利厚生ページ
------------------------------------------------*/
/* エールコンテンツ */
.bene_ale_container {
  background-color: #cbe7ff;
  padding: 45px 0 55px;
  margin-top: 60px;
}
.bene_ale_container .heading_rad{
  margin-bottom: 25px;
}
.bene_ale_container .grid_content{
  margin-bottom: 0;
}
/* 福利厚生リスト */
.bene_support_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.bene_support_list article{
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 25px;
}
.bene_support_list article.link{
  cursor: pointer;
}
.bene_support_list article.link:hover{
  opacity: .6;
}
.bene_support_list article img{
  display: block;
  width: 120px;
  margin: 0 auto;
}
.bene_support_list article b {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 0.18rem;
  color: #D46A7A;
  margin: 10px 0 15px;
}
.bene_support_list article p{
  font-weight: 500;
  line-height: 1.8;
}
.bene_support_label {
  position: absolute;
  text-align: center;
  background-color: var(--site_color_deco01);
  border-radius: 0 6px 0 6px;
  font-weight: 500;
  top: -10px;
  right: 0;
  padding: 0px 15px 3px;
}
.bene_support_label::before {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background-color: var(--site_color_deco01);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 10px;
  top: 0;
  left: -10px;
}
/* 休暇リスト */
.bene_break_list{
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 65px;
}
.bene_break_list h3{
  margin-top: 0;
}
.bene_break_list img{
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}
/* 画像スクロールボックス */
.bene_step_visual_scroll{
  overflow: auto;
}
.bene_step_visual_scroll img{
  min-width: 850px;
}


/*------------------------------------------------
 数字で見るページ
------------------------------------------------*/
.data_label{
  display: block;
  text-align: center;
  color: var(--site_color_lg);
  font-size: 0.22rem;
  margin-bottom: 10px;
}
.data_core_list {
  display: grid; 
  list-style: none;
  grid-auto-columns: auto;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 0px 0px; 
  grid-template-areas: 
    "i01 i01 i02 i02"
    "i01 i01 i02 i02"
    "i03 i03 i04 i05"
    "i06 i07 i08 i08"
    "i06 i07 i08 i08"
    "i09 i10 i11 i12"
    "i13 i13 i14 i15"; 
  gap: 25px;
}
.data_core_list li{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 5px #0000000d;
  border-radius: 8px;
  padding: 25px 15px 30px;
}
.data_core_list li li{
  display: unset;
  box-shadow: unset;
  background-color: transparent;
  border-radius: unset;
  padding: unset;
}
.data_core_list p{
  font-weight: 500;
  line-height: 1.8;
  max-width: max-content;
  margin: 0 auto;
}
.data_core_list img{
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 35px auto 0;
}
.data_core_list .odnum_box > p > span,
.data_core_list .odnum_box > span{
  color: var(--site_color_lg);
}
.data_core_list .odometer .odd_inner span{
  color: var(--site_color_lg);
}
/* 個別指定 */
.data_core_list .i01 { grid-area: i01; }
.data_core_list .i02 { grid-area: i02; }
.data_core_list .i03 { grid-area: i03; }
.data_core_list .i04 { grid-area: i04; }
.data_core_list .i05 { grid-area: i05; }
.data_core_list .i06 { grid-area: i06; }
.data_core_list .i07 { grid-area: i07; }
.data_core_list .i08 { grid-area: i08; }
.data_core_list .i09 { grid-area: i09; }
.data_core_list .i10 { grid-area: i10; }
.data_core_list .i11 { grid-area: i11; }
.data_core_list .i12 { grid-area: i12; }
.data_core_list .i13 { grid-area: i13; }
.data_core_list .i14 { grid-area: i14; }
.data_core_list .i15 { grid-area: i15; }
.data_core_list .i01 p{
  margin-top: 40px;
}
.data_core_list .i01 img{
  margin-top: 25px;
}
.data_core_list .i03 p{
  margin-top: 25px;
}
.data_core_list .i06 img{
  max-width: 160px;
  margin-bottom: 15px;
}
.data_core_list .i06 ul{
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: center;
  gap: 45px;
}
.data_core_list .i06 ul b{
  display: block;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 600;
  color: var(--site_color_lg);
  padding-right: 25%;
}
.data_core_list .i07 img{
  max-width: 250px;
  margin-top: 0;
}
.data_core_list .i08 ul{
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: center;
  gap: 45px;
}
.data_core_list .i08 dl {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, auto);
  gap: 10px 45px;
  max-width: max-content;
  margin: 65px auto 0;
}
.data_core_list .i08 dl dt{
  font-size: 0.18rem;
  font-weight: 500;
}
.data_core_list .i13 p{
  margin-top: 15px;
}
.data_core_list .i13 .i13_data_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.data_core_list .i13 .i13_data_flex img{
  object-fit: cover;
  width: 80px;
  margin: 0 auto;
}

/* 受賞履歴リスト */
.data_award_list {
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(3, auto);
  max-width: max-content;
  gap: 45px 85px;
  margin: 65px auto 0;
}
.data_award_list img {
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 0 auto 20px;
}
.data_award_list b {
  display: block;
  text-align: center;
  font-size: 0.22rem;
  font-weight: 500;
}
.data_award_list small {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 25px;
}

/* サンクスギフトリスト */
.data_thanks_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px 0;
  margin: 65px auto 0;
}
.data_thanks_list li{
  display: grid;
  grid-template-rows: 1fr auto auto;
  border-right: 1px solid #ccc;
  padding: 0 25px;
}
.data_thanks_list li:last-of-type{
  border-right: 0;
}
.data_thanks_list b{
  color: var(--font_color);
}
.data_thanks_list figure{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.data_thanks_list img{
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}


/*------------------------------------------------
 ポリシーページ
------------------------------------------------*/
.policy_stamp{
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-top: 65px;
}


/*------------------------------------------------
 シングルページ
------------------------------------------------*/
.single a:not([class]){
  color: blue;
  text-decoration: underline;
}
.single p:not([class]){
  margin-bottom: 25px;
}
.single .heading_rad{
  margin-top: 95px;
  margin-bottom: 25px;
}



/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  .flop section:nth-child(odd) {
    padding: 60px 0;
  }
  .csr_block {
    padding: 60px 0 70px;
  }
  .heading_eng{
    font-size: 0.46rem;
    margin-bottom: 45px;
  }
  .heading_eng small {
    font-size: 0.26rem;
  }
  .grid_content.sm img, .grid_content.sm iframe{
    width: 250px;
  }
  .grid_content.md img, .grid_content.md iframe{
    width: 300px;
  }
  .grid_content.lg img, .grid_content.lg iframe{
    width: 400px;
  }
  .introduction_visual {
    grid-template-columns: 500px auto;
    gap: 45px;
  }
  .introduction_visual figure::after {
    width: 270px;
    top: -60px;
  }
  .introduction_visual article {
    padding-top: 60px;
  }
  .introduction_visual article strong {
    font-size: 0.38rem;
    margin-bottom: 25px;
  }
  .introduction_visual article b {
    font-size: 0.28rem;
    padding: 8px 16px 10px;
    margin-bottom: 10px;
  }
  .interview_visual article b {
    font-size: 0.28rem;
    padding: 8px 16px 10px;
    margin-bottom: 10px;
  }
  .interview_visual article dl {
    margin: 30px 0 15px;
  }
  .interview_visual article dd {
    font-size: 0.14rem;
    padding: 7px 12px;
  }
  .interview_visual article time {
    font-size: 0.18rem;
  }
  .interview_visual article strong {
    font-size: 0.28rem;
  }
  .bene_support_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .data_core_list .i08 dl {
    grid-template-columns: 1fr;
  }
  figure.provided-ph-txt {
  max-width:400px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  .sub_top h1 {
    font-size: 0.41rem;
  }
  .half_middle {
    margin-top: 90px;
  }
  .label {
    font-size: 0.23rem;
    line-height: 1.4;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .label::before {
    height: 30px;
    top: 2px;
  }
  .grid_content {
    flex-wrap: wrap;
    gap: 18px;
  }
  .grid_content > a {
    min-width: unset;
  }
  .grid_content img, .grid_content iframe{
    margin: 0 auto;
  }
  .grid_content.sm img, .grid_content.sm iframe {
    width: 100%;
    max-width: 300px;
  }
  .grid_content.md img, .grid_content.md iframe {
    width: 100%;
    max-width: 500px;
  }
  .grid_content.lg img, .grid_content.lg iframe{
    width: 100%;
    max-width: 700px;
  }
  .visual_list {
    gap: 15px;
    margin-bottom: 45px;
  }
  .visual_list li {
    width: calc(50% - 8px);
  }
  .introduction_visual{
    display: block;
    padding-right: 15px;
  }
  .introduction_visual figure::before {
    border: 3px solid #B9CFEB;
    border-radius: 10px;
    width: 90%;
    height: 90%;
    right: -15px;
    bottom: -15px;
  }
  .introduction_visual figure::after {
    width: 160px;
    top: -60px;
  }
  .introduction_visual figure img {
    border-radius: 10px;
  }
  .introduction_visual article {
    position: absolute;
    bottom: 20px;
    left: 25px;
  }
  .introduction_visual article strong {
    background-color: #fff;
    font-size: 0.3rem;
    padding: 4px 14px 8px;
    margin-bottom: 15px;
  }
  .introduction_visual article b {
    font-size: 0.28rem;
    padding: 8px 16px 10px;
    margin-bottom: 10px;
  }
  .introduction_other_list li {
    width: 45%;
  }
  .interview_list {
    flex-wrap: wrap;
  }
  .interview_list li{
    width: calc(33% - 15px);
  }
  .fitflex_d2{
    flex-wrap: wrap;
  }
  .fitflex_d2 li{
    width: 100%;
  }
  .interview_visual{
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .interview_visual article{
    margin: 0;
  }
  .interview_labels{
    position: absolute;
    transform: translateY(-100%);
    width: 85vw;
    left: 20px;
    top: -10px;
  }
  .interview_visual article dl {
    margin: 20px 0 15px;
  }
  .interview_visual article time {
    font-size: 0.16rem;
  }
  .interview_visual article strong {
    font-size: 0.26rem;
  }
  .timeline_grid{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .timeline_grid .timeline_list li:last-of-type{
    padding-bottom: 45px;
  }
  .timeline_grid .timeline_list li:last-of-type hr{
    display: block;
  }
  .timeline_grid .timeline_list:last-of-type li:last-of-type{
    padding-bottom: 0;
  }
  .timeline_grid .timeline_list:last-of-type li:last-of-type hr{
    display: none;
  }
  .introduction_navi_list {
    gap: 20px;
  }
  .introduction_navi_list figure figcaption {
    min-width: unset;
    padding: 2px 15px 4px;
  }
  .introduction_other_list {
    gap: 20px;
  }
  .introduction_other_list figure figcaption {
    min-width: unset;
    padding: 2px 15px 4px;
  }
  .life_card_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .life_tab_button {
    gap: 15px;
  }
  .life_tab_button li {
    font-size: 0.18rem;
    padding: 8px 30px 10px;
  }
  .life_timeline::before {
    left: 45px;
  }
  .life_timeline li {
    gap: 15px;
    margin-bottom: 45px;
  }
  .life_timeline li::before {
    height: 70px;
    left: 45px;
    top: -18px;
  }
  .life_timeline time {
    font-size: 0.22rem;
    width: 90px;
    padding: 4px 0 8px;
    z-index: 10;
  }
  .life_timeline article b {
    font-size: 0.22rem;
    margin-bottom: 18px;
  }
  .life_timeline_label {
    font-size: 0.22rem;
    width: 105px;
    padding: 8px 0 10px;
  }
  .bene_support_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bene_break_list{
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .data_core_list {
    grid-auto-columns: unset;
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-template-areas: unset;
    grid-template-columns: repeat(2, 1fr);
  }
  .data_core_list li {
    grid-area: unset !important;
  }
  .data_core_list img {
    margin-top: 25px;
  }
  .data_core_list .i02 img{
    max-width: 210px;
  }
  .data_core_list .i13 .i13_data_flex {
    display: block;
  }
  .data_core_list .i13 .i13_data_flex img{
    margin-top: 15px;
  }
  .data_award_list {
    grid-template-columns: repeat(2, auto);
  }
  .data_thanks_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .data_thanks_list li{
    border-right: 0 !important;
  }
  figure.provided-ph-txt {
  max-width:inherit;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  section {
    margin-bottom: 90px;
  }
  .sub_top {
    padding: 60px 0 80px;
  }
  .sub_top h1 {
    font-size: 0.32rem;
    margin-bottom: 65px;
  }
  .sub_top h1 span {
    margin-bottom: 8px;
  }
  .begin_box {
    padding: 35px 0 65px;
  }
  .flipflop section:nth-child(even) {
    padding: 65px 0;
  }
  .flipflop section:nth-child(even):last-of-type {
    padding-bottom: 90px;
  }
  .heading_eng {
    font-size: 0.35rem;
    margin-bottom: 35px;
  }
  .heading_eng small {
    font-size: 0.21rem;
  }
  .heading_rad_pointy {
    margin: 90px 0 30px;
  }
  .heading_rad_pointy .pointy {
    gap: 4px;
    padding: 6px 10px 6px 10px;
  }
  .heading_rad_pointy .pointy::before {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
  .heading_rad_pointy .pointy span {
    font-size: 0.14rem;
  }
  .heading_rad_pointy .pointy strong {
    font-size: 0.3rem;
  }
  .heading_rad_pointy .selfy {
    line-height: 1.3;
    font-size: 0.21rem;
    padding: 10px 15px 15px 0;
  }
  .heading_rad{
    line-height: 1.3;
    font-size: 0.21rem;
    margin-bottom: 25px;
  }
  .heading_border {
    font-size: 0.20rem;
    padding-bottom: 13px;
    margin: 45px 0 25px;
  }
  .mid_text {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .grid_content article b {
    font-size: 0.21rem;
    margin-bottom: 10px;
  }
  .grid_content article p {
    font-size: 0.16rem;
  }
  .grid_content.sm img, .grid_content.sm iframe {
    width: 220px;
  }
  .visual_list {
    margin-bottom: 30px;
  }
  .icon_list {
    gap: 15px;
    margin: 15px 0;
  }
  .icon_list li {
    width: 45px;
  }
  .csr_block .heading_rad_pointy {
    margin-top: 90px;
  }
  .introduction_other_list li {
    width: 100%;
  }
  .introduction_navi_list {
    grid-template-columns: 1fr;
    gap: 25px 45px;
  }
  .interview_list {
    gap: 35px 25px;
    justify-content: flex-start;
  }
  .interview_list li {
    width: calc(50% - 15px);
  }
  .interview_list figure figcaption {
    min-width: unset;
    padding: 2px 15px 4px;
  }
  .interview_list article dl {
    margin: 15px 0 7px;
  }
  .interview_list article b {
    font-size: 0.21rem;
  }
  .outline_navi_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 450px;
  }
  .outline_navi_list li:nth-child(even) a{
    border-right: 0;
  }
  .outline_navi_list a {
    text-align: center;
    background-position: 90% 53%;
    padding: 0;
  }
  .grid_content article p {
    margin-bottom: 15px;
  }
  .interview_visual article b {
    font-size: 0.2rem;
    padding: 6px 10px 8px;
    margin-bottom: 5px;
  }
  .timeline_grid {
    padding: 40px 20px 40px 0px;
  }
  .introduction_navi_list a {
    padding: 20px;
  }
  .qa_list li {
    margin-bottom: 15px;
  }
  .qa_list .q {
    background-position: 95% 50%;
    background-size: 17px;
  }
  .qa_list .q::before, .qa_list .a::before {
    font-size: 0.24rem;
    left: 15px;
    top: 18px;
    width: 25px;
  }
  .qa_list article {
    padding: 20px;
    padding-left: 50px;
  }
  .qa_list .q article, .qa_list .a article{
    font-size: 0.16rem;
  }
  .life_card_list {
    grid-template-columns: 1fr;
  }
  .bene_support_list {
    grid-template-columns: 1fr;
  }
  .data_core_list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .data_core_list .i08 dl{
    margin-top: 35px;
  }
  .data_label {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }
  .data_award_list {
    grid-template-columns: 1fr;
  }
  .data_award_list img {
    margin-bottom: 10px;
  }
  .data_award_list b {
    font-size: 0.2rem;
  }
  .data_award_list small {
    font-size: 0.14rem;
    margin-top: 10px;
  }
  .data_thanks_list {
    grid-template-columns: 1fr;
    gap: 55px 0;
  }
  .data_thanks_list li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 45px;
  }
  .data_thanks_list li:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
  }
  .policy_stamp {
    max-width: 250px;
    margin-top: 45px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  .sub_top{
    padding-bottom: 60px;
  }
  .sub_top h1 {
    font-size: 0.28rem;
  }
  .heading_eng {
    font-size: 0.3rem;
    margin-bottom: 25px;
  }
  .heading_eng small {
    font-size: 0.18rem;
  }
  .heading_rad_pointy {
    gap: 20px;
  }
  .heading_rad_pointy .selfy {
    font-size: 0.18rem;
  }
  .introduction_visual article {
    bottom: 10px;
  }
  .introduction_visual article strong {
    font-size: 0.26rem;
    padding: 2px 11px 6px;
    margin-bottom: 10px;
  }
  .introduction_visual article b {
    font-size: 0.22rem;
    padding: 6px 11px 8px;
  }
  .interview_list li {
    width: 100%;
  }
  .interview_labels {
    left: 15px;
  }
  .interview_visual article b {
    font-size: 0.18rem;
  }
  .life_timeline::before {
    left: 35px;
  }
  .life_timeline li::before {
    height: 60px;
    left: 35px;
    top: -14px;
  }
  .life_timeline time {
    font-size: 0.18rem;
    width: 70px;
    padding: 4px 0 7px;
  }
}
