@charset "UTF-8";
/*共通scss2 野津作成　編集基本的に不可*/
/***** 定義 *****/
/***** 下層共通 *****/
.uhead {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .uhead {
    margin-bottom: 90px;
  }
}

.uhead__top {
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .uhead__top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (min-width: 835px) {
  .uhead__top {
    margin-bottom: 60px;
  }
}

.uhead__ttl {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (min-width: 1261px) {
  .uhead__ttl {
    font-size: 2.8rem;
  }
}
.uhead__ttl span {
  font-size: clamp(5rem, 10vw, 15rem);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  color: #f6f5f5;
  z-index: -1;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}

.breadcrumb {
  display: flex;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    justify-content: end;
    margin-top: 20px;
  }
}
.breadcrumb > li {
  display: flex;
}
.breadcrumb > li:not(:last-child):after {
  content: "｜";
  color: #dddddd;
  margin: 0 0.5em;
}
.breadcrumb a {
  color: #18356f;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.breadcrumb a.here {
  color: #000;
}
.breadcrumb a.here:after {
  display: none;
}

.uhead__img {
  max-width: 1500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 360px;
}
@media screen and (min-width: 1501px) {
  .uhead__img {
    overflow: hidden;
  }
}
@media screen and (min-width: 1681px) {
  .uhead__img {
    height: 500px;
  }
}
.uhead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***** お問い合わせ *****/
/*共通*/
.entryarea {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .entryarea {
    padding-bottom: 120px;
  }
}

.wpcf7-response-output {
  display: none;
}

.ctc-step {
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  max-width: 200px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 835px) {
  .ctc-step {
    max-width: 312px;
    margin-bottom: 60px;
  }
}
.ctc-step > li {
  counter-increment: step;
  position: relative;
  flex: 0 0 2em;
  padding-top: 2em;
  color: #898989;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  .ctc-step > li {
    font-size: 1.8rem;
  }
}
.ctc-step > li::before {
  content: counter(step, decimal-leading-zero);
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  line-height: 1;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding-bottom: 0.2em;
  width: 2em;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  .ctc-step > li::before {
    font-size: 2.8rem;
  }
}

.ctc_entry,
.ctc_entry-confirm,
.ctc_teria {
  padding-top: 20px;
}
@media screen and (min-width: 835px) {
  .ctc_entry,
  .ctc_entry-confirm,
  .ctc_teria {
    padding-top: 30px;
  }
}

.ctc_entry .ctc-step > li:nth-child(1) {
  color: #000000;
}
.ctc_entry .ctc-step > li:nth-child(1)::before {
  background-color: #18356f;
  color: #ffffff;
}

.ctc_entry-confirm .ctc-step > li:nth-child(2) {
  color: #000000;
}
.ctc_entry-confirm .ctc-step > li:nth-child(2)::before {
  background-color: #18356f;
  color: #ffffff;
}

.ctc_teria .ctc-step > li:nth-child(3) {
  color: #000000;
}
.ctc_teria .ctc-step > li:nth-child(3)::before {
  background-color: #18356f;
  color: #ffffff;
}

.ctc-head {
  font-family: "IBM Plex Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .ctc-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 641px) {
  .ctc-head-spbr {
    display: none;
  }
}

.ctc_entry .ctc-head,
.ctc_entry-confirm .ctc-head {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .ctc_entry .ctc-head,
  .ctc_entry-confirm .ctc-head {
    padding-bottom: 60px;
  }
}

/*フォーム*/
.ctc_entry input[type=text],
.ctc_entry input[type=password],
.ctc_entry input[type=date],
.ctc_entry input[type=datetime],
.ctc_entry input[type=email],
.ctc_entry input[type=number],
.ctc_entry input[type=search],
.ctc_entry input[type=tel],
.ctc_entry input[type=time],
.ctc_entry input[type=url],
.ctc_entry textarea,
.ctc_entry select {
  border: none;
  padding: 0.8em 1.3em;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.ctc_entry input[type=text],
.ctc_entry input[type=password],
.ctc_entry input[type=datetime],
.ctc_entry input[type=email],
.ctc_entry input[type=number],
.ctc_entry input[type=search],
.ctc_entry input[type=tel],
.ctc_entry input[type=time],
.ctc_entry input[type=url],
.ctc_entry textarea {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .ctc_entry input[type=date] {
    width: 185px;
    height: 3.4em;
  }
}
.ctc_entry input[type=radio],
.ctc_entry input[type=checkbox] {
  display: none;
}
.ctc_entry input[type=radio] + span,
.ctc_entry input[type=checkbox] + span {
  position: relative;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.ctc_entry input[type=radio] + span::before,
.ctc_entry input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: #f4f4f4;
}
.ctc_entry input[type=radio] + span::after,
.ctc_entry input[type=checkbox] + span::after {
  content: none;
}
.ctc_entry input[type=radio]:checked + span::after,
.ctc_entry input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.5em;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  background-color: #18356f;
}
.ctc_entry input[type=radio] + span::before, .ctc_entry input[type=radio] + span::after {
  border-radius: 50%;
}
.ctc_entry .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.ctc_entry .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.ctc_entry .ctc-cont > dl dt::after {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3em;
  height: 1.5em;
  margin-left: 1em;
  color: #898989;
  border: 1px solid;
  font-size: 1.1rem;
}
@media screen and (min-width: 835px) {
  .ctc_entry .ctc-cont > dl dt::after {
    font-size: 1.2rem;
  }
}
.ctc_entry .ctc-cont > dl dt.ctc-req::after {
  content: "必須";
  color: #a24b55;
}
.ctc_entry .zip-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 1 5em;
  background-color: #18356f;
  color: #ffffff;
  margin-left: 0.5em;
  align-self: stretch;
  box-sizing: border-box;
  padding-top: 0.3em;
  cursor: pointer;
  min-width: 3.5em;
}
@media screen and (max-width: 374px) {
  .ctc_entry .zip-button {
    margin-left: 1.5em;
  }
}
.ctc_entry .wpcf7-not-valid-tip {
  color: #a24b55;
}

.ctc_entry-confirm .ctc-cont > dl dd span {
  display: block;
}

/*入力・確認レイアウト*/
@media screen and (max-width: 834px) {
  .ctc-cont > dl dt {
    margin-bottom: 0.5em;
  }
  .ctc-cont > dl dd:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 835px) {
  .ctc-cont > dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ctc-cont > dl > * {
    padding-top: 1.5em;
  }
  .ctc-cont > dl > *:not(:last-of-type) {
    padding-bottom: 1.5em;
  }
  .ctc-cont > dl > dt {
    width: 20em;
    padding-right: 1em;
    flex: 0 0 auto;
  }
  .ctc-cont > dl > dt span {
    display: block;
  }
  .ctc-cont > dl > dd {
    width: calc(100% - 21em);
    flex: 1 1 auto;
  }
}
.ctc-cont > dl dt.ctc-cont__altop {
  align-self: flex-start;
}
.ctc-cont > dl dd {
  min-width: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.ctc-cont > dl dd.ctc-cont__column {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 834px) {
  .ctc-cont > dl dd.ctc-cont__column {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.ctc-cont > dl dd.ctc-cont__column input {
  width: auto;
}

/*プライバシーポリシー*/
.ctc-priv > section {
  max-width: 860px;
  box-sizing: border-box;
  border: 1px solid #18356f;
  overflow: auto;
  padding: 20px 15px;
  margin: 40px auto 0;
  height: 300px;
}
@media screen and (min-width: 835px) {
  .ctc-priv > section {
    padding: 30px 20px;
    margin-top: 80px;
    height: 400px;
  }
}
@media screen and (min-width: 1025px) {
  .ctc-priv > section {
    padding: 35px;
  }
}
.ctc-priv > section h2 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  .ctc-priv > section h2 {
    font-size: 2.2rem;
  }
}
.ctc-priv > section p {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.ctc-priv > section > div > dl {
  counter-reset: ctc-priv;
}
.ctc-priv > section > div > dl dt {
  counter-increment: ctc-priv;
  line-height: 1.3;
  margin-top: 1.5em;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  padding-left: 2.1411em;
  text-indent: -2.1411em;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  .ctc-priv > section > div > dl dt {
    font-size: 1.7rem;
  }
}
.ctc-priv > section > div > dl dt::before {
  content: counter(ctc-priv) ".";
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  width: 1em;
  text-indent: 0;
  text-align: right;
  margin-right: 0.3em;
  font-size: 164.7%;
}
.ctc-priv > section > div > dl dd {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.ctc-priv > section > div > dl dd ul > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.ctc-priv > section > div > dl dd ul > li:not(:last-child) {
  margin-bottom: 0.4em;
}
.ctc-priv > section > div > dl dd ul > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}

/*フォームボタンエリア*/
.ctc-foot {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 3%;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .ctc-foot {
    margin-top: 60px;
  }
}
.ctc-foot .wpcf7-form-control-wrap {
  margin-bottom: 0.5em;
  width: 100%;
}
.ctc-foot .wpcf7-form-control-wrap .wpcf7-form-control {
  justify-content: center;
}
.ctc-foot .wpcf7-not-valid-tip {
  text-align: center;
}
.ctc-foot input[type=checkbox] {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.ctc-foot input[type=submit],
.ctc-foot input[type=button],
.ctc-foot a {
  flex: 1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  height: 52px;
  font-size: 1.5rem;
}
@media screen and (min-width: 835px) {
  .ctc-foot input[type=submit],
  .ctc-foot input[type=button],
  .ctc-foot a {
    height: 72px;
    font-size: 1.7rem;
    transition: all 0.3s ease-in-out;
  }
  .ctc-foot input[type=submit]:hover,
  .ctc-foot input[type=button]:hover,
  .ctc-foot a:hover {
    opacity: 0.8;
  }
}
.ctc-foot input[type=submit],
.ctc-foot a {
  background-color: #18356f;
  color: #ffffff;
}
.ctc-foot input[type=button] {
  background-color: #f0f0f0;
}
.ctc-foot .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*完了画面*/
.ctc-thank .btn_cirarr {
  margin: 70px auto 0;
}
@media screen and (min-width: 835px) {
  .ctc-thank .btn_cirarr {
    margin-top: 150px;
  }
}

.ctc-thank__ttl {
  text-align: center;
  font-family: var(--font_point_en);
  margin-bottom: 0.5em;
  font-size: 2.5rem;
}
@media screen and (min-width: 835px) {
  .ctc-thank__ttl {
    font-size: 3rem;
  }
}

.ctc-thank__sub {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 835px) {
  .ctc-thank__sub {
    font-size: 1.8rem;
  }
}

.ctc-thank__txt {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
}
@media screen and (min-width: 835px) {
  .ctc-thank__txt {
    font-size: 1.4rem;
  }
}

/***** 働く仲間 *****/
.mbr {
  counter-reset: mbrint;
}

.mbr__head {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .mbr__head {
    margin-bottom: 90px;
  }
}
.mbr__head-ttl {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.3em;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  .mbr__head-ttl {
    font-size: 4.2rem;
  }
}
.mbr__head > p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 835px) {
  .mbr__head > p {
    text-align: center;
  }
}

.mbr__int {
  counter-increment: mbrint;
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 70px;
}
@media screen and (min-width: 835px) {
  .mbr__int {
    grid-template-columns: 50% 1fr;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1201px) {
  .mbr__int {
    margin-bottom: 180px;
  }
}
.mbr__int::before {
  content: "Interview " counter(mbrint, decimal-leading-zero);
  display: block;
  font-family: "Cormorant Garamond", serif;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  .mbr__int::before {
    font-size: 2.1rem;
    padding-top: 5%;
  }
}
@media screen and (max-width: 834px) {
  .mbr__int > *:not(.mbr__int-gal), .mbr__int::before {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
  }
}
@media screen and (min-width: 835px) and (max-width: 1351px) {
  .mbr__int > *:not(.mbr__int-gal), .mbr__int::before {
    padding-right: 5%;
  }
}
@media screen and (min-width: 835px) {
  .mbr__int > *:not(.mbr__int-gal), .mbr__int::before {
    max-width: 600px;
    box-sizing: border-box;
    padding-left: 10%;
  }
}
.mbr__int-gal {
  display: grid;
  grid-template-columns: 100%;
  align-self: start;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 834px) {
  .mbr__int-gal {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  .mbr__int-gal {
    grid-row: 1/8;
    position: sticky;
    top: 0;
  }
}
.mbr__int-gal > picture {
  grid-row: 1;
  grid-column: 1;
  display: block;
  height: 109.5vw;
}
@media screen and (max-width: 834px) {
  .mbr__int-gal > picture {
    max-height: 400px;
  }
}
@media screen and (min-width: 835px) {
  .mbr__int-gal > picture {
    height: 54.75vw;
  }
}
.mbr__int-gal > picture:nth-child(1) {
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .mbr__int-gal > picture:nth-child(1) {
    animation: 5s infinite alternate mbrint_fade;
  }
}
.mbr__int-gal > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mbr__int-ttl {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  .mbr__int-ttl {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1201px) {
  .mbr__int-ttl {
    font-size: 2.4rem;
  }
}
.mbr__int-ttl span {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 835px) {
  .mbr__int-ttl span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1201px) {
  .mbr__int-ttl span {
    font-size: 4.2rem;
  }
}
.mbr__int-name {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .mbr__int-name {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
.mbr__int-name span {
  margin-left: 0.5em;
  font-size: 228.6%;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
.mbr__int-txt {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
}
.mbr__int-sub {
  font-family: "Cormorant Garamond", serif;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 2rem;
  margin: 20px 0 0.5em;
}
@media screen and (min-width: 835px) {
  .mbr__int-sub {
    font-size: 3.2rem;
    margin-top: 50px;
  }
}
.mbr__int-sub::after {
  content: "";
  display: block;
  flex: 1 1 1em;
  height: 1px;
  background-color: currentColor;
  margin-top: 0.2em;
}
.mbr__int-lst {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .mbr__int-lst {
    margin-bottom: 50px;
  }
}
.mbr__int-lst > dt {
  background-color: #18356f;
  color: #ffffff;
  border-radius: 0 10px 10px 10px;
  margin-bottom: 1em;
  padding: 0.5em 15px;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  .mbr__int-lst > dt {
    padding: 0.5em 20px;
    font-size: 1.8rem;
  }
}
.mbr__int-lst > dd {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.mbr__int-lst > dd:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .mbr__int-lst > dd:not(:last-child) {
    margin-bottom: 40px;
  }
}
.mbr__int-lst > dd > p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  background-color: #f4f4f4;
  border-radius: 10px 10px 0 10px;
  padding: 1em 15px;
}
@media screen and (min-width: 835px) {
  .mbr__int-lst > dd > p {
    padding: 1em 20px;
  }
}
.mbr__int-lst > dd > picture {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  width: 65px;
}
@media screen and (min-width: 835px) {
  .mbr__int-lst > dd > picture {
    width: 85px;
  }
}
.mbr__int-lst > dd > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mbr__int-img {
  display: block;
}
.mbr__int-img img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes mbrint_fade {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/***** データで見るループデザイン *****/
.data__head {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .data__head {
    margin-bottom: 90px;
    display: flex;
    gap: 3%;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.data__head-ttl {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .data__head-ttl {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 835px) {
  .data__head-ttl {
    font-size: 2.4rem;
  }
}
.data__head-ttl span {
  display: block;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (min-width: 835px) {
  .data__head-ttl span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1201px) {
  .data__head-ttl span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .data__head > p br {
    display: none;
  }
}

/*コンテンツ共通*/
.data > section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .data > section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/*タイトル共通*/
.data__sub {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .data__sub {
    font-size: 2.8rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .data__sub {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 481px) {
  .data__sub br {
    display: none;
  }
}
.data__sub span {
  display: block;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0.3em;
  font-size: 1.2rem;
}
@media screen and (min-width: 835px) {
  .data__sub span {
    font-size: 1.3rem;
  }
}

/*数字で知るループ・デザイン*/
.data__num {
  background-color: #18356f;
}
.data__num .data__sub {
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .data__num-lst {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    aspect-ratio: 1/2.5;
  }
}
@media screen and (max-width: 513px) {
  .data__num-lst {
    aspect-ratio: 1/2.7;
  }
}
@media screen and (min-width: 835px) {
  .data__num-lst {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: -20px;
  }
}
.data__num-lst > li {
  cursor: pointer;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .data__num-lst > li {
    width: calc((100% - 15px) / 2);
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 835px) {
  .data__num-lst > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .data__num-lst > li:nth-child(5) {
    -moz-column-break-before: column;
         break-before: column;
  }
}
@media screen and (min-width: 835px) {
  .data__num-lst > li:nth-child(4), .data__num-lst > li:nth-child(7) {
    -moz-column-break-before: column;
         break-before: column;
  }
}
.data__num-lst > li picture {
  display: block;
}
.data__num-lst > li picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .data__num-lst > li picture img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.data__num-lst > li > picture {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 834px) {
  .data__num-lst > li > picture {
    padding-top: 25px;
  }
}
.data__num-lst-ttl {
  pointer-events: none;
  grid-row: 1;
  grid-column: 1;
  z-index: 10;
  font-weight: 500;
  padding: 15px;
}
@media screen and (min-width: 835px) {
  .data__num-lst-ttl {
    padding: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1201px) {
  .data__num-lst-ttl {
    padding: 25px;
    font-size: 2.1rem;
  }
}
.data__num-lst-ttl span {
  display: block;
  line-height: 1;
  color: #18356f;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 835px) {
  .data__num-lst-ttl span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1201px) {
  .data__num-lst-ttl span {
    font-size: 1.5rem;
  }
}
.data__num-lst-mdl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.data__num-lst-mdl > div {
  width: 90%;
  max-width: 620px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
}
.data__num-lst-mdl > div > div {
  grid-column: 1/3;
  background-color: #18356f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  height: 2.5em;
  padding: 0 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  .data__num-lst-mdl > div > div {
    font-size: 2.1rem;
  }
}
.data__num-lst-mdl > div > div > span {
  font-family: "Cormorant Garamond", serif;
  margin-top: 0.8em;
  font-size: 1.3rem;
}
@media screen and (min-width: 835px) {
  .data__num-lst-mdl > div > div > span {
    font-size: 1.4rem;
  }
}
.data__num-lst-mdl > div > div > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.1em;
  color: #ffffff;
  font-size: 1.3rem;
}
@media screen and (min-width: 835px) {
  .data__num-lst-mdl > div > div > button {
    font-size: 1.4rem;
  }
}
.data__num-lst-mdl > div > div > button::before {
  content: "close";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.data__num-lst-mdl > div > picture img {
  width: 100%;
  display: block;
}
.data__num-lst-mdl > div > p {
  padding: 1.5em 1em;
}
.data__num-lst-mdl.pop_on {
  opacity: 1;
  pointer-events: auto;
}

/*社員のホンネで知るループ・デザイン*/
.data__tbh {
  background-color: #f4f4f4;
}
.data__tbh-lst {
  counter-reset: data__tbh;
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 835px) {
  .data__tbh-lst {
    grid-template-columns: 1fr 1fr;
  }
}
.data__tbh-lst-ttl {
  counter-increment: data__tbh;
  line-height: 1.417;
  z-index: 10;
  font-weight: 600;
  margin: 30px 15px 40px;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  .data__tbh-lst-ttl {
    margin: 50px 30px 80px;
    font-size: 2.4rem;
  }
}
.data__tbh-lst-ttl::before {
  content: "Question " counter(data__tbh, decimal-leading-zero);
  display: block;
  color: #3a5faa;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media screen and (min-width: 835px) {
  .data__tbh-lst-ttl::before {
    font-size: 2rem;
  }
}
.data__tbh-lst > li {
  background-color: #ffffff;
  border-radius: 10px;
}
.data__tbh-lst > li > picture {
  display: block;
}
@media screen and (max-width: 640px) {
  .data__tbh-lst > li > picture {
    margin-top: 60px;
  }
}
.data__tbh-lst > li > picture img {
  width: 100%;
  height: auto;
  display: block;
}
.data__tbh-lst > li:nth-child(1), .data__tbh-lst > li:nth-child(2) {
  display: grid;
  grid-auto-columns: 100%;
}
.data__tbh-lst > li:nth-child(1) > *, .data__tbh-lst > li:nth-child(2) > * {
  grid-row: 1;
  grid-column: 1;
}
.data__tbh-lst > li:nth-child(3) {
  padding-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .data__tbh-lst > li:nth-child(3) {
    padding-bottom: 90px;
    grid-column: 1/3;
  }
}
.data__tbh-lst > li:nth-child(3) .data__tbh-lst-ttl {
  text-align: center;
}
.data__tbh-lst > li:nth-child(3) > picture {
  display: block;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

/*社員のホンネで知るループ・デザイン*/
@media screen and (max-width: 990px) {
  .data__hx-img {
    overflow: auto;
  }
}
.data__hx-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 990px) {
  .data__hx-img img {
    min-width: 900px;
  }
}
.data__hx-sc {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 991px) {
  .data__hx-sc {
    display: none;
  }
}/*# sourceMappingURL=under02.css.map */