@charset "utf-8";

.page-recruit .h1-block {
  background-image: url(../image/recruit/bg-header.jpg);
}
.copy-block {
  background-color: var(--recruit-color);
  background-image: url(../image/recruit/bg-copy.png);
  background-position: calc(50% + 541px) 65px;
  text-shadow: 0 0 5px var(--recruit-color),0 0 7px var(--recruit-color),0 0 10px var(--recruit-color);
}
@media screen and (max-width: 1255px) {
  .copy-block {
    background-position: bottom -34px right 8px;
  }
}
@media screen and (max-width: 1000px) {
  .copy-block {
    background-size: clamp(5rem, 2.328rem + 11.88vw, 9.75rem);
    background-position: bottom -34px right 8px;
  }
}
@media screen and (max-width: 466px) {
  .copy-block {
    background-position: bottom 8px right 8px;
  }
}


section.is-bgcolor {
  background-color: var(--color-background);
}


/* index */

.section-job-description .dotted-table > tbody > tr > th {
  width: 5em;
  padding-right: clamp(1.5rem, -0.545rem + 9.09vw, 4rem);
}
.section-job-description .dotted-table span {
  display: inline-block;
  margin-right: 2em;
}
.section-job-description .dotted-table li {
  text-indent: -1em;
  padding-left: 1em;
}

.career-path {
  display: flex;
  justify-content: space-between;
  max-width: 974px;
  margin: 6rem auto 5.62rem;
  background-image: url(../image/recruit/logo_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.career-path dl {
  width: 48.11%;
  box-sizing: border-box;
}
.career-path dt {
  padding-top: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;  
  padding-bottom: 1.25em;
  margin-bottom: 2em;
  position: relative;
  line-height: 1;
}
.career-path dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.25em;
  height: 2px;
  margin-left: -0.625em;
  background-color: #003393;
}
.career-path ul {
  padding-left: 1em;
  padding-bottom: 3.5em;
}
.career-path li + li {
  margin-top: 2em;  
}
.career-path dl:nth-child(2) {
  padding-left: 1.25em;
} 
.voice-bn {
  border: solid 1px #bbbbbb;
  box-sizing: border-box;
  max-width: 974px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.voice-bn figure {
  width: 42.39%;
  height: 100%;
}
.voice-bn figure img {
  vertical-align: bottom;
}
.voice-bn > div {
  box-sizing: border-box;
  padding: 1em 2.187em 1em 0;
  width: 53.9%;
}
.link-button.small {
  width: 178px;
  padding: 0.5em 0 0.7em;
  line-height: 1;
  font-size: 0.875rem;
}
.voice-bn p + p {
  margin-top: 1em;
}
dl.apply {
  max-width: 732px;
  margin: 0 auto;
}
dl.apply dt {
  border-left:  solid 4px #003393;
  padding-left: 1em;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1.2em;
}
dl.apply dd {
  padding-left: 1em;
}
dl.apply dd p + p {
  margin-top: 1em;
}
dl.apply dd + dt {
  margin-top: 2.8em;
}

dl.apply dd .link-button.small {
  width: 204px;
}
dl.apply dd .link-button:link[target=_blank] {
  background-image: url(../image/common/blank.png);
  background-repeat: no-repeat;
  background-position: right 3.2em center;
  padding-right: 1em;
}
.rec-contact {
  max-width: 780px;
  margin: 0 auto -7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 6.5rem;  
  background-image: url(../image/common/dot_line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.dl1 {
  grid-area: 1 / 1 / 2 / 2;
}
.dl2 {
  grid-area: 2 / 1 / 3 / 2;
}
.dl3 {
  grid-area: 1 / 2 / 3 / 3;
}
.rec-contact dt {
  border-left: solid 4px #003393;
  font-weight: 900;
  padding-left: 1em;
  line-height: 1.25;
  margin-bottom: 1.3em;
}
.rec-contact dd {
  padding-left: calc(1em + 4px);
}
.rec-contact .link-button.small {
  width: 204px;
}
.telNum {
  background-image: url(../image/common/tel-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.58em;
  font-size: 1.4rem;
  font-weight: 900;
}
.dl3 ul {
  display: flex;
  justify-content: space-between;
}
.dl3 ul figcaption {
  font-size: 0.812rem;
  text-align: center;
  line-height: 1.38;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .voice-bn {
    width: calc(100% - 2em);
    align-items: center;
  }
  .rec-contact {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .career-path {
    display: block;
    padding: 0 1em;
    margin: 3.5rem auto;
  }
  .career-path dl {
    width: 100%;
  }
  .career-path ul,
  .career-path dl:nth-child(2) {
    padding-left: 0;
  }
  .voice-bn {
    display: block;
  }
  .voice-bn figure {
    width: 100%;
  }
  .voice-bn > div {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em 2em;
  }
  .voice-bn > div p + p {
    text-align: center;
  }
  .rec-contact {
    width: 90%;
    display: block;
    padding-bottom: 4rem;
    margin-bottom: -4rem;
  }
  .rec-contact dl + dl {
    margin-top: 3rem;
  }
  .pc-only {
  display: none;
  }
  .sp-only {
    display: block;
  }
}

/* voice */
.member-block {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.member-block .image {
  width: 100%;
  margin: 0 auto;
}
.member-block .image img {
  width: 100%;
}
.section-member .text-block {
  width: 79%;
  background-color: rgba(255,255,255,.7);
  margin: -3em auto 0;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.section-member .text-block.member-info {
  text-align: center;
  font-size: clamp(0.813rem, 0.659rem + 0.68vw, 1rem);
  padding: clamp(1rem, 0.182rem + 3.64vw, 2rem);
}
.member-info .initials span {
  font-size: 1.75em;
}


.member-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, -0.964rem + 8.73vw, 3.4rem);
  max-width: 890px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 500px) {
  .member-list {
    grid-template-columns: 1fr;
  }
}
.member-item {
  display: contents;
}
.member-item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border: solid 1px var(--color-gray3);
  color: var(--color-gray1);
  text-decoration: none;
}
.center-slick .member-item a {
  height: 100%;
  box-sizing: border-box;
}
.member-item .image {
  width: 100%;
  line-height: 1;
}
.member-item a .image img {
  width: 100%;
}
.member-item .job-title {
  padding: .4rem 1.3rem 0;
}
.member-item .job-title .joining-year {
  display: inline-block;
}
.member-item .initials {
  padding: 0 1.3rem 1rem;
  line-height: 1;
}
.member-item .initials span {
  font-size: 1.75rem;
}
.section-member + .category-navi {
  padding-top: 0;
}
@media (any-hover: hover) {
  .member-item:not(.slick-slide) a .image img {
    filter: brightness(60%);
    opacity: 1;
    transition: .6s;
  }
  .member-item:not(.slick-slide) a:hover .image img {
    filter: brightness(100%);
  }
}

@media screen and (min-width: 450px) and (max-width: 780px) {
  .member-block.post-header .image {
    height: 272px;
    position: relative;
  }
  .member-block.post-header .image img {
    width: auto;
    height: 272px;
    max-width: none;
    position: absolute;
    left: calc(50% - (748px / 2));
  }
  .member-block.post-header.left .image img {
    left: 0;
  }
  .member-block.post-header.right .image img {
    left: auto;
    right: 0;
  }
}

.post-content h3 {
  color: var(--recruit-color);
  font-size: clamp(1rem, 0.795rem + 0.91vw, 1.25rem);
  font-weight: 600;
  margin: 4rem 0 .8rem;
}
.post-content p {
  margin-bottom: .8rem;
}
.slick-wrap {
  max-width: calc( 1000px - 2rem );
  margin: 0 auto 1rem;
}



/* faq */
.faq-item {
  margin-bottom: 3rem;
}
.faq-item .question {
  list-style: none;
  font-size: clamp(1rem, 0.795rem + 0.91vw, 1.25rem);
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq-item .question::before {
  content: '';
  display: inline-block;
  width: clamp(2rem, 1.54rem + 2.05vw, 2.563rem);
  aspect-ratio: 41 / 39;
  background-image: url(../image/common/icon-question.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.faq-item .answer {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.2rem;
}
.faq-item .answer::before {
  content: '';
  display: inline-block;
  width: clamp(2rem, 1.54rem + 2.05vw, 2.563rem);
  aspect-ratio: 41 / 39;
  background-image: url(../image/common/icon-answer.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

/* data */
.dataWrap .inner {
  padding: 0;
}
.data-box1,
.data-box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: solid 1px #666666;  
}
.data-box1 .data-num-box,
.data-box4 .data-num-box {
  width: 21.5%;
  border: solid 3px #1dab32;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.data-box1 .data-txt ,
.data-box4 .data-txt {
  width: 68.5%;
  padding: 0 1.56rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content:center
}
.data-box1 .data-txt p,
.data-box4 .data-txt p {
  width: 100%;
}
.data-txt p + p {
  margin-top: 1rem;
}
.data-num {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.data-num span {
  font-size: 4.06rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.05em;
  font-weight:500;
  line-height: 1;
  display: inline-block;
  margin-right: 0.1em;
  margin-left: -0.5rem;
}
.data-box1 .data-num-box figure {
  position: absolute;
  left: -1.5rem;
  top: 50%;
  margin-top: -1.5rem;
}
.flexcol2 {
  display: flex;
  justify-content: space-between;
  padding: 3.125rem 1.5rem;
  border-bottom: solid 1px #666666;  
  padding-left: 3.125rem;
}
.flexcol2 > div {
  width: 45.1%;
}
.data-box2 .data-num-box,
.data-box3 .data-num-box,
.data-box5 .data-num-box,
.data-box6 .data-num-box {
  width: 48.9%;
  margin: 0 auto;
  border: solid 3px #003393;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 2.87rem;
}
.data-box2 .data-num-box,
.data-box4 .data-num-box,
.data-box6 .data-num-box {
  width: 44%;
  border-radius: 3px;
}
.data-box2 .data-num-box,
.data-box6 .data-num-box {
  padding-top: 0.62rem;
  margin-bottom: 3.5rem;
}
.data-box2 .data-num,
.data-box3 .data-num,
.data-box4 .data-num,
.data-box5 .data-num,
.data-box6 .data-num {
  padding-bottom: 0;  
}
.data-box2 .data-num,
.data-box4 .data-num,
.data-box6 .data-num {
  padding-left: 0.5rem;
}
.data-box2 .data-num-box figure {
  position: absolute;
  right: -1.2rem;
  top: -1.2rem;
}
.data-box2 .data-num span,
.data-box3 .data-num span,
.data-box5 .data-num span {
  letter-spacing: -0.03em;
}
.data-box3 .data-num-box figure {
  position: absolute;
  left: 0.3rem;
  bottom: 0;
}
.data-box4 {
  padding-top: 3.125rem;
  border-bottom: solid 1px #666666;  
  flex-wrap: wrap;
  align-content:center;
  align-items:center
}
.data-box4 .data-num-box {
  width: 19.3%;
}
.data-box4 .data-num span {
  margin-left: 0;
}
.data-box4 .data-num-box figure {
  position: absolute;
  right: -2.4rem;
  top: 50%;
  margin-top: -1.5rem;  
}
.data-txt .note {
  font-size: 0.75rem;
}
.data-num span em {
  font-size: 2.5rem;
}
.data-box5 .data-num {
  padding-left: 0.5rem;
}
.data-box5 .data-num {
  line-height: 1.2;
}
.data-box5 .data-num-box figure {
  position: absolute;
  left: -4.2rem;
  top: 50%;
  margin-top: -1rem;
}
.data-box5 .data-num span,
.data-box6 .data-num span {
  margin-left: 0;
}
.data-box6 .data-num span {
  letter-spacing: 0.1em;
}
.data-box6 .data-num-box figure {
  position: absolute;
  right: -2.9rem;
  top: 50%;
  margin-top: -1.8rem;
}

.aualified-person {
  display: flex;
  justify-content: space-between;
  padding: 3.75rem 0.75rem;
  border-bottom: solid 1px #666666;
  margin-bottom: -7rem;
}

.aualified-person .ttl {
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1;
  background-image: url(../image/recruit/data-icon7.png);
  background-repeat: no-repeat;
  background-position: left top 5.625rem;
}
.aualified-person .ttl span {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  margin-top: 1rem;
}
.aualified-person li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aualified-person li em {
  margin-left: 1.8rem;  
}
.aualified-person li em b {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.2rem;
  letter-spacing: 0.1em;
}
.aualified-person li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .dataWrap .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .data-box1 .data-num-box,
  .data-box4 .data-num-box {
    width: 25%;
  }
  .data-box1 .data-txt,
  .data-box4 .data-txt {
    width: 63%;
  }
  .data-box2 .data-num-box,
  .data-box6 .data-num-box {
    width: 50%;
  }
  .data-box3 .data-num-box,
  .data-box5 .data-num-box {
    width: 56.5%;
  }
  .data-box1 .data-num-box figure {
    left: -2.2rem;
  }
  .data-box2 .data-num-box figure {
    right: -1.5rem;
    top: -1.5rem; 
  }
  .data-box3 .data-num-box figure {
    left: -1rem;
  }
  .aualified-person {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .aualified-person .ttl {
    margin-right: 5rem;
  }
  .aualified-person ul:nth-of-type(2) {
    padding-left: calc(12em + 5rem);
    margin-top: 1rem;
  }
}

@media screen and (max-width: 680px) {
  .flexcol2 {
    padding-left: 0;
    padding-right: 0;
  }
  .data-box1, .data-box4 {
    padding-left: 2rem;
  }
  .data-box1 .data-num-box, .data-box4 .data-num-box {
    width: 30%;
  }
  .data-box1 .data-txt, .data-box4 .data-txt {
    width: 58%;
  }
  .flexcol2 > div {
    width: 48%;
  }
}
@media screen and (max-width: 679px) {
  .data-box1, .data-box4 {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .data-box1 .data-num-box, .data-box4 .data-num-box {
    width: 35%;
    margin: 0 auto 2rem;
  }
  .data-box1 .data-txt, .data-box4 .data-txt,
  .flexcol2 > div {
    width: 100%;
  }
  .flexcol2 {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .data-box2 .data-num-box, .data-box6 .data-num-box {
    width: 35%;
    margin-bottom: 2rem;
  }
  .data-box3,
  .data-box6 {
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    border-top: solid 1px #666666;
  }
  .data-box3 .data-num-box, .data-box5 .data-num-box {
    width: 35%;
  }
  .aualified-person {
    display: block;
    margin-bottom: -4rem;
  }
  .aualified-person ul:nth-of-type(2) {
    padding-left: 0;
  }
  .aualified-person .ttl {
    margin-top: -1.5rem;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background-position: left 5.5em top;
  }
}
@media screen and (max-width: 480px) {
  .data-box1 .data-num-box, .data-box4 .data-num-box,
  .data-box2 .data-num-box, .data-box6 .data-num-box,
  .data-box3 .data-num-box, .data-box5 .data-num-box {
    width: 60%;
  }
}


/* entry */
.form-table td.entry-kind {
  color: var(--recruit-color);
  font-weight: 600;
}
.form-table td.fileup {
  font-size: 0.875rem;
}
.form-table td.fileup .note {
  color: var(--recruit-color);
}
.form-table td.fileup label.link-button {
  font-size: 0.875rem;
  padding: .2em;
  width: 200px;
  box-shadow: 3px 3px rgba(29, 171, 50, .5);
  margin-right: 1.5em;
  cursor: pointer;
}
.form-table td.fileup input[type="file"] {
  display: none;
}



