@charset "UTF-8";
@media print, screen and (min-width: 751px) {
  header nav > ul > li.navPerson > a:before {
    width: 100%;
  }
  /*---------------------------------------------------------------------------- 

  adoption info 

  ----------------------------------------------------------------------------*/
  /* #mv 
  ----------------------------------------*/
  .candidateTop #mv {
    background: url(/recruit/member/candidate/img/mv_candidate.png) center top;
    background-size: cover;
    height: 150px;
    position: relative;
  }
  /*----------------------------------------------------------------------------*/
  /* #container 
  ----------------------------------------*/
  .sec-ttl {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 700;
    color: #009de4;
  }
  .sec-ttl:before, .sec-ttl:after {
    position: absolute;
    content: "";
    left: 0;
  }
  .sec-ttl:before {
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #e6ecef;
  }
  .sec-ttl:after {
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #009de4;
  }
  .type-1 {
    background-color: #1fb8e4;
  }
  .type-2 {
    background-color: #009de4;
  }
  .type-3 {
    background-color: #00afb4;
  }
  .top {
    background: #e4f4fc;
  }
  .top .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top .inner p {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    color: #009de4;
  }
  .hunt {
    background-color: #fff;
  }
  .hunt .inner {
    padding-top: 68px;
    padding-bottom: 40px;
  }
  .hunt-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin-bottom: 40px;
  }
  .hunt-1 div {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .hunt-1 div dt {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #009de4;
  }
  .hunt-1 div dd {
    display: grid;
    place-items: center;
    padding: 20px;
    min-height: 190px;
    background-color: #f0f6fd;
  }
  .hunt-num {
    font-size: 20px;
  }
  .hunt-num strong {
    padding: 0 0.1em;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 280%;
    color: #009de4;
  }
  .hunt-graph {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
  }
  .hunt-graph li {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 5px 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  .hunt-graph li:nth-child(1) {
    width: 100%;
    background-color: #009de4;
  }
  .hunt-graph li:nth-child(2) {
    width: 85%;
    background-color: #1fb8e4;
  }
  .hunt-graph li:nth-child(3) {
    width: 70%;
    background-color: #00afb4;
  }
  .hunt-graph li strong {
    margin-right: 0.1em;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 187.5%;
    color: inherit;
  }
  .hunt-graph li span {
    width: 2.5em;
    color: inherit;
  }
  .hunt-graph li hr {
    width: 1px;
    height: 60%;
    margin: 0 12px 0 3px;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
  .hunt-fig {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .hunt-fig li {
    flex: 1 1 0;
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    border-radius: 200px;
  }
  .hunt-fig li:nth-child(1) {
    background-color: #1fb8e4;
  }
  .hunt-fig li:nth-child(2) {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #009de4;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .hunt-fig li:nth-child(3) {
    background-color: #00afb4;
  }
  .hunt-fig li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-align: center;
  }
  .hunt-2 dt {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #009de4;
  }
  .hunt-2 div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .hunt-2 div dd {
    padding: 20px;
    min-height: 330px;
    background-color: #f0f6fd;
  }
  .hunt-2 div dd p {
    font-weight: 700;
  }
  .hunt-2 div dd ul {
    display: grid;
    place-items: start start;
    gap: 15px;
  }
  .hunt-2 div dd ul:nth-of-type(1) {
    grid-template-columns: auto 1fr;
  }
  .hunt-2 div dd ul:nth-of-type(2) {
    grid-template-columns: 1fr auto;
  }
  .hunt-2 div dd ul li {
    position: relative;
    padding: 15px 15px 20px;
    border-radius: 10px;
    font-feature-settings: "palt";
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .hunt-2 div dd ul li span {
    font-size: 87.5%;
    color: inherit;
  }
  .hunt-2 div dd ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 13px;
    height: 14px;
    top: calc(100% - 1px);
    left: 50%;
    background-color: inherit;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .hunt-2 div dd ul li.pop-11 {
    justify-self: end;
  }
  .hunt-2 div dd ul li.pop-12::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .hunt-2 div dd ul li.pop-13 {
    margin-top: 50px;
  }
  .hunt-2 div dd ul li.pop-21::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .hunt-2 div dd ul li.pop-22 {
    margin-top: 40px;
    justify-self: center;
  }
  .hunt-2 div dd ul li.pop-22::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .hunt-2 div dd ul li.pop-23 {
    justify-self: center;
  }
  .about {
    background-color: #fff;
  }
  .about .inner {
    padding-top: 68px;
    padding-bottom: 80px;
  }
  .about .inner h3 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #009de4;
  }
  .about-1 {
    margin-bottom: 50px;
  }
  .about-1 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 866px;
    margin: 0 auto;
  }
  .about-1 ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 1000px;
  }
  .about-1 ul li:nth-child(1) {
    border-color: #99d8f4;
    color: #009de4;
  }
  .about-1 ul li:nth-child(1) hr {
    border-color: #009de4;
  }
  .about-1 ul li:nth-child(2) {
    border-color: #99dfe1;
    color: #00afb4;
  }
  .about-1 ul li:nth-child(2) hr {
    border-color: #00afb4;
  }
  .about-1 ul li:nth-child(3) {
    border-color: #a5e3f4;
    color: #1fb8e4;
  }
  .about-1 ul li:nth-child(3) hr {
    border-color: #1fb8e4;
  }
  .about-1 ul li p:nth-of-type(1) {
    margin-top: 15%;
    font-size: 18px;
    font-weight: 700;
    color: inherit;
    text-align: center;
  }
  .about-1 ul li hr {
    width: 80%;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .about-1 ul li img {
    margin-bottom: 5px;
  }
  .about-1 ul li p:nth-of-type(2) {
    font-size: 13px;
  }
  .about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .about-2 ul {
    padding: 35px 20px;
    background-color: #f0f6fd;
  }
  .about-2 ul li {
    padding-left: 1em;
    font-weight: 500;
    line-height: 2.125;
    text-indent: -1em;
  }
  .about-2 ul li::before {
    content: "・";
    display: inline-block;
    width: 1em;
    color: #009de4;
    text-indent: 0;
  }
  .advice {
    background: #f0f7fa;
  }
  .advice .inner {
    padding-top: 25px;
    padding-bottom: 65px;
  }
  .advice ul {
    display: grid;
    grid-template-columns: 360fr 222fr 330fr;
    gap: 44px;
  }
  .advice ul li {
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .advice ul li .text {
    position: relative;
    padding: 25px 30px;
    margin-bottom: 50px;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
  }
  .advice ul li .text strong {
    font-weight: 700;
    color: #009de4;
  }
  .advice ul li .text::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    top: calc(100% - 1px);
    left: 30%;
    background-color: inherit;
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%);
  }
  .advice ul li .name {
    font-size: 13px;
    text-align: center;
  }
  .advice ul li .name img {
    margin-bottom: 5px;
  }
  .intro {
    background: #f5f6f6 url(/recruit/member/candidate/img/bg_candidate01.png) no-repeat top center;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 75px;
  }
  .intro h2 {
    margin-bottom: 65px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .intro h2::after {
    display: block;
    content: "";
    height: 1px;
    width: 40px;
    margin: 10px auto 0;
    background: #000;
  }
  .intro h2 span {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000;
  }
  .intro .inner > div {
    background: #fff;
    padding: 55px 50px 50px 50px;
  }
  .intro-1 {
    margin-bottom: 50px;
  }
  .intro-1 h3 {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .intro-1 p {
    text-align: justify;
  }
  .intro-2 {
    margin-bottom: 50px;
  }
  .intro-2 h4 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .intro-2 ul {
    display: grid;
    grid-template-columns: 46fr 36fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px 80px;
  }
  .intro-2 ul li figure {
    display: grid;
    place-items: center;
    padding: 30px;
    margin-bottom: 10px;
    border: solid 1px #cbcbcb;
  }
  .intro-2 ul li figure img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }
  .intro-2 ul li p {
    display: flex;
    align-items: center;
  }
  .intro-2 ul li p span {
    font-weight: inherit;
  }
  .intro-2 ul li:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .intro-2 ul li:nth-child(1) figure {
    min-height: 220px;
  }
  .intro-2 ul li:nth-child(1) p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
  }
  .intro-2 ul li:nth-child(1) .rank {
    width: 50px;
    font-size: 16px;
  }
  .intro-2 ul li:nth-child(2) figure, .intro-2 ul li:nth-child(3) figure {
    min-height: 134px;
  }
  .intro-2 ul li:nth-child(2) p, .intro-2 ul li:nth-child(3) p {
    font-size: 16px;
    font-weight: 700;
  }
  .intro-2 ul li:nth-child(2) .rank, .intro-2 ul li:nth-child(3) .rank {
    width: 30px;
    font-size: 10px;
  }
  .intro-2 ul dl dt {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .intro-2 ul dl dd {
    font-size: 14px;
    text-align: justify;
  }
  .rank {
    display: grid;
    place-items: center;
    margin-right: 10px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background-color: #009de4;
    color: #fff;
  }
  .rank span, .rank strong {
    color: inherit;
  }
  .rank strong {
    margin-right: 0.05em;
    font-family: "Barlow", sans-serif;
    font-size: 187.5%;
    font-weight: 700;
  }
  .intro-3 {
    padding: 35px 25px;
    background-color: #f0f6fd;
  }
  .intro-3 dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 50px;
    place-items: center;
  }
  .intro-3 dl dt {
    font-weight: 700;
  }
  .intro-3 dl dd {
    font-size: 14px;
    text-align: justify;
  }
  .msg {
    background: #fff url(/recruit/member/candidate/img/bg_candidate02.png) no-repeat center center;
  }
  .msg .inner {
    padding: 145px 0;
  }
  .msg .inner p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #009de4;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  header nav > ul > li.navPerson > a::before {
    content: none;
  }
  .pageSub #mv h2 b {
    font-size: 2.5vw;
  }
  body main {
    font-size: 14px;
  }
  .sec-ttl {
    font-size: max(1.9vw, 18px);
  }
  .top .inner p {
    font-size: 2vw;
  }
  .hunt-1 div dt,
  .hunt-2 dt {
    font-size: 1.6vw;
  }
  .hunt-num {
    font-size: 2vw;
  }
  .hunt-graph li {
    font-size: 1.6vw;
  }
  .hunt-fig li p {
    font-size: 1.6vw;
  }
  .hunt-2 div dd ul li {
    font-size: 1.6vw;
  }
  .about .inner h3 {
    font-size: 1.6vw;
  }
  .about-1 ul li p:nth-of-type(1) {
    font-size: 1.8vw;
  }
  .about-1 ul li p:nth-of-type(2) {
    font-size: 1.3vw;
  }
  .advice ul {
    gap: 22px;
  }
  .advice ul li .name {
    font-size: 1.3vw;
  }
  .advice ul li .text {
    font-size: inherit;
  }
  .intro h2 {
    font-size: max(1.9vw, 18px);
  }
  .intro-1 h3 {
    font-size: 2vw;
  }
  .intro-2 h4 {
    font-size: 1.8vw;
  }
  .intro-2 ul {
    gap: 25px 40px;
  }
  .intro-2 ul dl dd {
    font-size: inherit;
  }
  .intro-2 ul li:nth-child(1) p {
    font-size: 2.4vw;
  }
  .intro-2 ul li:nth-child(2) p,
  .intro-2 ul li:nth-child(3) p {
    font-size: 1.6vw;
  }
  .intro-3 dl {
    gap: 25px;
  }
  .intro-3 dl dd {
    font-size: inherit;
  }
  .msg .inner p {
    font-size: 1.8vw;
  }
}