@charset "UTF-8";
/* --------------------------------------------------
	MV
-------------------------------------------------- */
#mv {
  position: relative;
  margin-top: -90px;
}
#mv>img {
  width: 100%;
}
#mv .pc-img {
  display: block;
}
#mv .sp-img {
  display: none;
}
#mv .mv-txt {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}
#mv .mv-txt .copy {
  font-size: 5.2vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  font-style: italic;
}
#mv .mv-txt .txt-min {
  margin-top: 24px;
  font-size: 2.5vw;
  color: #004664;
  letter-spacing: 0.06em;
  display: block;
  font-weight: 600;
}
#mv .mv-txt .recruit {
  margin-top: 16px;
  display: block;
  opacity: 0.6;
}
#mv .mv-txt .recruit img {
  width: 40vw;
}

@media screen and (max-width: 1000px) {
  #mv {
    margin-top: 0;
  }
  #mv .mv-txt {
    left: 8%;
  }
}

@media screen and (max-width: 767px) {
  #mv .pc-img {
  display: none;
  }
  #mv .sp-img {
    display: block;
  }
  #mv .mv-txt {
    top: 30px;
    left: 4%;
    transform: none;
  }
  #mv .mv-txt .copy {
    font-size: 7.4vw;
  }
  #mv .mv-txt .copy br.pc {
    display: none;
  }
  #mv .mv-txt .txt-min {
  margin-top: 14px;
  font-size: 5vw;
  }
}


/* --------------------------------------------------
  企業理念
-------------------------------------------------- */
#company { 
  padding: 120px 0 140px;
  background: url('/img/recruit/setsumei-bg.jpg') no-repeat center/cover;
  color: #fff;
}
#company h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
}
#company .inner {
  max-width: 1000px;
}
#company section.rinen {
  margin-bottom: 60px;
}
#company p {
  line-height: 2.0;
}

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

@media screen and (max-width: 767px) {
  #company {
    padding: 40px 0;
  }
  #company section.rinen {
    margin-bottom: 30px;
  }
  #company h2 {
    font-size: 2.0rem;
  }
  #company p {
    font-size: 1.4rem;
  }
}


/* --------------------------------------------------
	インタビュー
-------------------------------------------------- */
#interview {
  padding: 140px 0 80px;
}
#interview h2 {
  margin: 0 0 32px;
  font-family: "Hanken Grotesk", sans-serif;
}
#interview h2 span {
  position: relative;
  display: inline-block;
  font-size: 5.0rem;
  font-weight: bold;
  color: #004664;
}
#interview h2 p {
  color: #333;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
}
#interview .dot {
  margin-bottom: 60px;
  display: flex;
  font-size: 1rem;
  gap: 16px;
  justify-content: center;
}
#interview .dot span:nth-of-type(1) { color: #28ACDC; }
#interview .dot span:nth-of-type(2) { color: #e7312f; }
#interview .dot span:nth-of-type(3) { color: #4EBB80; }
#interview .dot span:nth-of-type(4) { color: #FA8044; }
#interview .dot span:nth-of-type(5) { color: #58aba7; }

#interview .staff-box {
  margin: 40px auto 0;
  /*margin-top: 40px;*/
  width: 100%;
  max-width: 1200px;
  display: flex;
}
#interview .staff-box article {
  width: 20%;
}
#interview .staff-box a {
  text-decoration: none;
}
#interview .staff-box .photo-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
#interview .staff-box .photo-box>img {
  width: 400px;
  transition: all .3s;
}
#interview .staff-box a:hover .photo-box>img {
  scale: 1.05;
}
#interview .staff-box .photo-box span.arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: opacity 0.3;
}
#interview .staff-box a:hover .photo-box span.arrow {
  opacity: 0.9;
}
#interview .staff-box .photo-box span.arrow img {
  width: 24px;
}
#interview .staff-box .name-box {
  padding: 8px;
  color: #333;
}
#interview .staff-box .katagaki {
  font-size: 1.5rem;
}
#interview .staff-box .name {
  margin-top: 5px;
  font-size: 2.0rem;
  font-weight: 600;
}
#interview .staff-box .yomi {
  font-size: 1.4rem;
}

.bg-staff1 { background-color: #E3ECF3; }
.bg-staff6 { background-color: #ffe3e2; }
.bg-staff3 { background-color: #EEFFEE; }
.bg-staff4 { background-color: #FFF0E1; }
.bg-staff5 { background-color: #edfdfc; }
.staff1 .arrow { background-color: #28ACDC; }
.staff6 .arrow { background-color: #e7312f; }
.staff3 .arrow { background-color: #4EBB80; }
.staff4 .arrow { background-color: #FA8044; }
.staff5 .arrow { background-color: #58aba7; }
.staff1 .name, .staff1 .yomi { color: #28ACDC; }
.staff6 .name, .staff6 .yomi { color: #e7312f; }
.staff3 .name, .staff3 .yomi { color: #4EBB80; }
.staff4 .name, .staff4 .yomi { color: #FA8044; }
.staff5 .name, .staff5 .yomi { color: #58aba7; }
/*
.staff-box .staff1 { background-color: #28ACDC; }
.staff-box .staff6 { background-color: #e7312f; }
.staff-box .staff3 { background-color: #4EBB80; }
.staff-box .staff4 { background-color: #FA8044; }
.staff-box .staff5 { background-color: #58aba7; }
.staff-box .staff1 a { color: #28ACDC; }
.staff-box .staff6 a { color: #e7312f; }
.staff-box .staff3 a { color: #4EBB80; }
.staff-box .staff4 a { color: #FA8044; }
.staff-box .staff5 a { color: #58aba7; }
*/

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

@media screen and (max-width: 767px) {
  #interview {
    padding: 60px 0;
  }
  #interview h2 span {
    font-size: 3rem;
    text-align: center;
  }
  #interview h2 p {
    font-size: 1.5rem;
  }
  #interview .dot {
    margin-bottom: 40px;
  }
  #interview .staff-box {
    flex-direction: column;
  }
  #interview .staff-box article {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
    display: flex;
  }
  #interview .staff-box .photo-box {
    flex-shrink: 0;
  }
  #interview .staff-box .name-box {
    width: 100%;
  }
  #interview .staff-box .photo-box span.arrow img {
    position: static;
  }
}
@media screen and (max-width: 460px){
  #interview .staff-box article {
    display: block;
    margin-bottom: 10px;
  }
  #interview .staff-box .photo-box {
    width: 100%;
    height: 240px;
    position: relative;
  }
  #interview .staff-box .photo-box img {
    width: 340px;
    height: auto;
    position: absolute;
    top: 0px;
  }
}



/* --------------------------------------------------
	データで見る
-------------------------------------------------- */
#data {
  padding-top: 40px;
}
#data h2 {
  margin: 0 0 32px;
  font-family: "Hanken Grotesk", sans-serif;
}
#data h2 span {
  position: relative;
  display: block;
  font-size: 5.0rem;
  font-weight: bold;
  color: #004664;
}
#data h2 p {
  display: block;
  color: #333;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
}
#data .dot {
  margin-bottom: 60px;
  display: flex;
  font-size: 1rem;
  gap: 16px;
  justify-content: center;
}
#data .dot span:nth-of-type(1) { color: #28ACDC; }
#data .dot span:nth-of-type(2) { color: #e7312f; }
#data .dot span:nth-of-type(3) { color: #4EBB80; }
#data .dot span:nth-of-type(4) { color: #FA8044; }
#data .dot span:nth-of-type(5) { color: #58aba7; }

#data ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
#data li {
  padding: 24px 10px;
  width: 315px;
  background: #f4f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#data li p.ttl {
  margin-bottom: 15px;
  color: #004664;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#data li p.ttl.font-s {
  font-size: 1.6rem;
}
#data li p.ttl span {
  font-size: 1.4rem;
}
#data li .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#data li .num {
  color: #28acdc;
  font-size: 2.7rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  line-height: 1.1;
}
#data li .num span {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 5.6rem;
  letter-spacing: -0.01em;
}
#data li .num.num-s {
  font-size: 1.25rem;
  display: block;
}
#data li .num.num-s span {
  font-size: 2.4rem;
}
#data li .nendo {
  color: #999999;
  font-weight: 500;
  font-size: 1.2rem;
}
#data li .person {
  margin: -2px 0 5px;
  color: #28acdc;
  font-size: 1.6rem;
}
#data li .ikukyu tr:nth-of-type(2) {
  border-bottom: solid 1px #999;
}
#data li .ikukyu td {
  padding: 2px 15px;
}
#data li .ikukyu img {
  height: 48px;
}
#data li .ikukyu .block {
  padding: 2px 4px;
  color: #004664;
  font-size: 1.1rem;
  font-weight: 500;
  background: #ccc;
}
#data li  .pie {
	display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	width: 87px;
	height: 87px;
	font-size: 26px;
	font-weight: 700;
	/* background-image: radial-gradient(#f4f7f7 50%, transparent 51%), conic-gradient(rgba(40,172,220,1) 0% 60%, rgba(40,172,220,0.3) 60% 100%);  ---60%の時 */
	border-radius: 50%;
}
#data li .graph-m .pie {
  background-image: radial-gradient(#f4f7f7 50%, transparent 51%), conic-gradient(rgba(40,172,220,1) 0% 0%, rgba(40,172,220,0.3) 0% 100%);
}
#data li .graph-wm .pie {
  color: #004664;
  font-size: 1.2rem;
  background-image: radial-gradient(#f4f7f7 50%, transparent 51%), conic-gradient(rgba(40,172,220,1) 0% 100%, rgba(40,172,220,0.3) 100% 100%);
}
#data li .pie p {
  color: #004664;
  font-size: 1.2rem;
}


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

@media screen and (max-width: 767px) {
  #data {
    padding: 0 0 60px;
  }
  #data h2 span {
    font-size: 3rem;
    text-align: center;
  }
  #data h2 p {
    font-size: 1.5rem;
  }
  #data .dot {
    margin-bottom: 40px;
  }
}


/* --------------------------------------------------
	ボタン
-------------------------------------------------- */

@media screen and (max-width: 767px) {
  #guidline .flex-box {
    flex-direction: row;
  }
  #guidline a.gl-btn {
    all: unset;
    padding: 10px 40px;
    background: #faa16b;
    border-bottom: none;
    border-radius: 100vw;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 20px;
  }
  #guidline a.gl-btn::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/common/arrow_or.svg);
    transition: all .2s;
  }
  #guidline a.gl-btn:hover::after {
    transform: translateX(5px);
  }
}