@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	main_contents
================================================== */
.main_contents h2 {
  margin-bottom: 50px;
  font-size: 1.6rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main_contents h2 {
    font-size: 4.2656vw;
    margin-bottom: 7.998vw;
  }
}
/* ========== end △ */
.main_contents h2 span {
  font-size: 5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main_contents h2 span {
    font-size: 8.5312vw;
  }
}
/* ========== end △ */
.main_contents h3 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.5;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main_contents h3 {
    font-size: 5.332vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
.main_contents h3 span {
  color: #489FE3;
}

/* ==================================================
	page_ttl
================================================== */
.page_ttl {
  padding: 0 2.5vw;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../common_img/pagettl_bg.jpg) right bottom no-repeat;
  background-size: 768px auto;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl {
    min-height: 31.992vw;
    padding: 0 4vw;
    margin-bottom: 13.33vw;
    background-size: 60vw auto;
  }
}
/* ========== end △ */
.page_ttl h1 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #489FE3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl h1 {
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
.page_ttl .en {
  font-weight: bold;
  line-height: 1;
  font-size: 8rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl .en {
    font-size: 9.0644vw;
  }
}
/* ========== end △ */

/* ==================================================
	page_news
================================================== */
/* ==================================================
	page_contact
================================================== */
.page_contact .form .txt {
  text-align: center;
  margin-bottom: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .form .txt {
    margin-bottom: 7.998vw;
  }
}
/* ========== end △ */
.page_contact .form .txt a {
  text-decoration: underline;
}
.page_contact .form_table_style {
  border-top: 1px solid #E3E3E3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_contact .form_table_style {
    display: table;
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
  }
  .page_contact .form_table_style > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page_contact .form_table_style > dl > dt {
    width: 20%;
  }
  .page_contact .form_table_style > dl > dd {
    width: 80%;
  }
}
/* ========== end △ */
.page_contact .form_table_style > dl > dt,
.page_contact .form_table_style > dl > dd {
  border-bottom: 1px solid #E3E3E3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_contact .form_table_style > dl > dt,
  .page_contact .form_table_style > dl > dd {
    padding: 50px 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .form_table_style > dl > dt,
  .page_contact .form_table_style > dl > dd {
    border-top: none;
  }
}
/* ========== end △ */
.page_contact .form_table_style > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .form_table_style > dl > dt {
    font-weight: bold;
    font-size: 3.4658vw;
    border-bottom: none;
    padding-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_contact .form_table_style > dl > dd {
    padding-left: 80px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .form_table_style > dl > dd {
    padding-top: 5.332vw;
    padding-bottom: 5.332vw;
  }
}
/* ========== end △ */
.page_contact .privacy {
  position: relative;
  padding-top: 100px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .privacy {
    padding-top: 13.33vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_contact .privacy::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: calc(100% + 50vw);
  background: #F2FBFF;
  z-index: -2;
}
.page_contact .privacy .inner {
  background: #fff;
  padding: 30px;
  height: 340px;
  overflow-y: scroll;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .privacy .inner {
    padding: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_contact .privacy .inner {
    height: 66.65vw;
  }
}
/* ========== end △ */
.page_contact .privacy dl {
  margin-top: 30px;
}
.page_contact .privacy dl dt {
  margin-bottom: 5px;
}
.page_contact .privacy dl dd ul {
  margin-top: 0;
}
.page_contact .privacy ul {
  margin-top: 10px;
}
.page_contact .privacy ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.page_contact .privacy ul li.none {
  list-style-type: none;
}
.page_contact .privacy ul li + li {
  margin-top: 5px;
}

/* ==================================================
	page_company
================================================== */
.page_company .greeting {
  text-align: center;
}
.page_company .greeting h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
.page_company .greeting .name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 20px;
  font-size: 1.8rem;
}
.page_company .profile {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .profile {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_company .profile::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_company .profile h2 {
  text-align: center;
}
.page_company .profile .profile_table_style {
  border-top: 1px solid #E3E3E3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_company .profile .profile_table_style {
    display: table;
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
  }
  .page_company .profile .profile_table_style > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page_company .profile .profile_table_style > dl > dt {
    width: 20%;
  }
  .page_company .profile .profile_table_style > dl > dd {
    width: 80%;
  }
}
/* ========== end △ */
.page_company .profile .profile_table_style > dl > dt,
.page_company .profile .profile_table_style > dl > dd {
  border-bottom: 1px solid #E3E3E3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_company .profile .profile_table_style > dl > dt,
  .page_company .profile .profile_table_style > dl > dd {
    padding: 25px 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .profile .profile_table_style > dl > dt,
  .page_company .profile .profile_table_style > dl > dd {
    border-top: none;
  }
}
/* ========== end △ */
.page_company .profile .profile_table_style > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .profile .profile_table_style > dl > dt {
    font-weight: bold;
    font-size: 3.4658vw;
    border-bottom: none;
    padding-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_company .profile .profile_table_style > dl > dd {
    padding-left: 80px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .profile .profile_table_style > dl > dd {
    padding-top: 2.666vw;
    padding-bottom: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .accessmap {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_company .accessmap > div + div {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .accessmap > div + div {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_company .accessmap dl {
  margin-bottom: 10px;
}
.page_company .accessmap dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.page_company .accessmap iframe {
  width: 100%;
  height: 450px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_company .accessmap iframe {
    height: 69.316vw;
  }
}
/* ========== end △ */

/* ==================================================
	page_results
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_results .results .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_results .results .inner .img {
    margin-right: calc(50% - 50vw);
    width: 43vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_results .results .inner .txt {
    width: 50%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .results .inner .txt {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_results .results .list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .results .list {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_results .results .list > div {
  width: 30%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .results .list > div {
    width: 47%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_results .results .list > div:nth-child(n+4) {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .results .list > div:nth-child(n+3) {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_results .results .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_results .results .list dl.year {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.page_results .results .list dl dt {
  width: 30%;
}
.page_results .faq {
  position: relative;
  padding-top: 100px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .faq {
    padding-top: 13.33vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_results .faq::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: calc(100% + 50vw);
  background: #F2FBFF;
  z-index: -2;
}
.page_results .faq h2 {
  text-align: center;
}
.page_results .faq dl + dl {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .faq dl + dl {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_results .faq dl dt {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .faq dl dt {
    padding-bottom: 2.666vw;
    margin-bottom: 3.999vw;
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
.page_results .faq dl dt::before {
  content: "Q";
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .faq dl dt::before {
    font-size: 6.3984vw;
  }
}
/* ========== end △ */
.page_results .faq dl dd {
  position: relative;
  padding-left: 40px;
}
.page_results .faq dl dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #489FE3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_results .faq dl dd::before {
    font-size: 6.3984vw;
  }
}
/* ========== end △ */
.page_results .faq dl dd .btn_style {
  margin-top: 15px;
}

/* ==================================================
	page_sdgs
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .about > div {
    width: 47%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .about > div + div {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_sdgs .about h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.5;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .about h2 {
    font-size: 5.332vw;
    margin-top: 5.332vw;
    margin-bottom: 2.666vw;
  }
}
/* ========== end △ */
.page_sdgs .about cite {
  display: block;
  text-align: right;
  margin-top: 5px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .about cite {
    font-size: 1.3rem;
  }
}
/* ========== end △ */
.page_sdgs .esg {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .esg {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_sdgs .esg::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_sdgs .esg div + div {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .esg div + div {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_sdgs .esg h3 {
  position: relative;
  display: inline-block;
}
.page_sdgs .esg .environment h3::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url(..//sdgs/images/esg_ttldeco01.png) no-repeat;
  background-size: cover;
  width: 108px;
  height: 51px;
  z-index: -1;
}
.page_sdgs .esg .society h3::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url(..//sdgs/images/esg_ttldeco02.png) no-repeat;
  background-size: cover;
  width: 62px;
  height: 44px;
  z-index: -1;
}
.page_sdgs .esg .business h3::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url(..//sdgs/images/esg_ttldeco03.png) no-repeat;
  background-size: cover;
  width: 93px;
  height: 39px;
  z-index: -1;
}
.page_sdgs .esg .sdgs_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.page_sdgs .esg .sdgs_ico li {
  width: 80px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .esg .sdgs_ico li {
    width: 13.33vw;
  }
}
/* ========== end △ */
.page_sdgs .esg .sdgs_ico li + li {
  margin-left: 10px;
}
.page_sdgs .esg .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_sdgs .esg .inner dl {
  background: #fff;
  padding: 25px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .esg .inner dl {
    width: 49%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .esg .inner dl:nth-child(n+3) {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .esg .inner dl + dl {
    margin-top: 3.999vw;
  }
}
/* ========== end △ */
.page_sdgs .esg .inner dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page_sdgs .awards {
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_sdgs .awards > div {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards > div {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_sdgs .awards > div + div {
  padding-top: 50px;
  border-top: 1px solid #E3E3E3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards > div + div {
    padding-top: 13.33vw;
  }
}
/* ========== end △ */
.page_sdgs .awards h2 {
  text-align: center;
}
.page_sdgs .awards h2 + p {
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .awards .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* ========== end △ */
.page_sdgs .awards .inner h3 span {
  display: block;
  font-size: 1.8rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards .inner h3 span {
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .awards .inner img {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards .inner img {
    margin-bottom: 7.998vw;
  }
}
/* ========== end △ */
.page_sdgs .awards .inner + p {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards .inner + p {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .awards .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_sdgs .awards .btn_wrap div + div {
    margin-left: 50px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards .btn_wrap div + div {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_sdgs .awards .btn_style {
  margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_sdgs .awards .btn_style {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */

/* ==================================================
	page_jibanchosa
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .jibanchosa .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .jibanchosa .inner .img {
    margin-left: calc(50% - 50vw);
    width: 43vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .jibanchosa .inner .txt {
    width: 50%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibanchosa .inner .txt {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibanchosa .sub_wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibanchosa .sub_wrap {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibanchosa .sub_wrap .ttl {
  font-size: 2rem;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibanchosa .sub_wrap .ttl {
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibanchosa .sub_wrap .ttl::before {
  content: "/";
  color: #489FE3;
  padding-right: 5px;
}
.page_jibanchosa .jibanchosa .sub_wrap > div {
  width: 47%;
}
.page_jibanchosa .jibanchosa .sub_wrap .exam {
  margin-top: 30px;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibanchosa .sub_wrap .exam {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibanchosa .sub_wrap .exam .wrap {
  border: 1px solid #E3E3E3;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_jibanchosa .jibanchosa .sub_wrap .exam .wrap img {
  width: 47%;
}
.page_jibanchosa .jibankairyou {
  position: relative;
  padding-top: 200px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibankairyou {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibankairyou::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_jibanchosa .jibankairyou h2 {
  text-align: center;
}
.page_jibanchosa .jibankairyou h2 + p {
  text-align: center;
}
.page_jibanchosa .jibankairyou .howto {
  margin-top: 50px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .jibankairyou .howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibankairyou .howto {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibankairyou .howto > div {
  padding: 40px 25px;
  background: #fff;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .jibankairyou .howto > div {
    width: 49%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .jibankairyou .howto > div:nth-child(n+3) {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .jibankairyou .howto > div + div {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_jibanchosa .jibankairyou .howto h3 {
  text-align: center;
  line-height: 1;
}
.page_jibanchosa .jibankairyou .howto h3 span {
  font-size: 1.6rem;
  color: #181818;
}
.page_jibanchosa .jibankairyou .howto p {
  margin-top: 20px;
}
.page_jibanchosa .guarantee {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .guarantee .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .guarantee .inner .img {
    margin-right: calc(50% - 50vw);
    width: 43vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .guarantee .inner .txt {
    width: 50%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee .inner .txt {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee .scroll_wrap {
    overflow-x: scroll;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .guarantee .scroll_wrap + p {
    display: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee .scroll_wrap + p {
    font-size: 2.9326vw;
    margin-top: 1.333vw;
  }
}
/* ========== end △ */
.page_jibanchosa .guarantee table {
  margin-top: 30px;
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee table {
    border-collapse: collapse;
    white-space: nowrap;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_jibanchosa .guarantee table th, .page_jibanchosa .guarantee table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #E3E3E3;
}
.page_jibanchosa .guarantee table th {
  background: #F2FBFF;
}
.page_jibanchosa .guarantee .sub_wrap {
  margin-top: 50px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .guarantee .sub_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee .sub_wrap {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_jibanchosa .guarantee .sub_wrap > div {
    width: 47%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_jibanchosa .guarantee .sub_wrap > div + div {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_jibanchosa .guarantee .sub_wrap dl {
  margin-top: 20px;
}
.page_jibanchosa .guarantee .sub_wrap dl dt {
  background: #306C9D;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

/* ==================================================
	page_recruit
================================================== */
.page_recruit .recruit_page_ttl {
  padding: 0 2.5vw;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../recruit/images/main_bg.jpg) center bottom no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .recruit_page_ttl {
    min-height: 106.64vw;
    background-position: right -200px bottom;
    padding: 0 4vw;
  }
}
/* ========== end △ */
.page_recruit .recruit_page_ttl h1 {
  font-size: 5rem;
  color: #489FE3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .recruit_page_ttl h1 {
    font-size: 7.4648vw;
  }
}
/* ========== end △ */
.page_recruit .recruit_page_ttl p {
  margin-top: 30px;
  max-width: 45vw;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .recruit_page_ttl p {
    max-width: 65vw;
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
.page_recruit .recruit_page_ttl .btn {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .recruit_page_ttl .btn {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_recruit .recruit_page_ttl .btn a {
  width: 300px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #489FE3;
  font-weight: bold;
  padding: 20px;
  font-size: 2rem;
}
.page_recruit .recruit_page_ttl .btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  background: url(../common_img/ico_arrow02_bl.png) center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .recruit_page_ttl .btn a:hover {
    background: #306C9D;
    color: #fff;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .recruit_page_ttl .btn a:hover::after {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
    background: url(../common_img/ico_arrow02_wh.png) center no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
}
/* ========== end △ */
.page_recruit .recruit_anchorlink {
  margin-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .recruit_anchorlink {
    margin-bottom: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .recruit_anchorlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_recruit .recruit_anchorlink li {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page_recruit .recruit_anchorlink li:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #181818;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  right: -15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .recruit_anchorlink li:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #181818;
    -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg);
    right: -15px;
  }
}
/* ========== end △ */
.page_recruit .recruit_anchorlink li::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #181818;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  left: -15px;
}
.page_recruit .recruit_anchorlink li a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_recruit .greeting .name {
  text-align: right;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 30px;
  font-size: 2.2rem;
}
.page_recruit .introduction {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .introduction {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .introduction::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_recruit .introduction::after {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #E5F3FF;
  clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
  z-index: -2;
}
.page_recruit .introduction .inner {
  position: relative;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .introduction .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .introduction .inner .img {
    margin-left: calc(50% - 50vw);
    width: 60vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .introduction .inner .txt {
    width: 50%;
    position: absolute;
    right: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .introduction .inner .txt {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_recruit .introduction .inner h2 {
  text-align: right;
}
.page_recruit .introduction .inner ul li {
  color: #fff;
  padding: 15px 15px 15px 70px;
  background: #489FE3;
  clip-path: polygon(3vw 0, 100% 0, 100% 100%, 0% 100%);
}
.page_recruit .introduction .inner ul li + li {
  margin-top: 15px;
}
.page_recruit .introduction .list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .introduction .list {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .introduction .list > div {
  width: 30%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .introduction .list > div {
    width: 47%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .introduction .list > div:nth-child(n+4) {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .introduction .list > div:nth-child(n+3) {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_recruit .introduction .list p {
  margin-top: 10px;
}
.page_recruit .introduction .list h3 {
  padding-left: 40px;
  position: relative;
}
.page_recruit .introduction .list h3::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #181818;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  left: -11px;
}
.page_recruit .numbers {
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .numbers h2 {
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .numbers .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner > div {
  background: #f4f4f4;
  padding: 25px 15px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .numbers .inner > div {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner > div + div {
    margin-top: 3.999vw;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner h3 {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_recruit .numbers .inner .wrap img {
  height: 68px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .wrap img {
    height: 50px;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner .label {
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid #489FE3;
  color: #489FE3;
  padding: 5px 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .label {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner .txt {
  color: #489FE3;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .txt {
    font-size: 2.4rem;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner .txt .num {
  font-size: 9rem;
  line-height: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .txt .num {
    font-size: 7.4rem;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner .txt p {
  color: #181818;
  font-size: 1.2rem;
  font-weight: normal;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .txt p {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.page_recruit .numbers .inner .min .txt, .page_recruit .numbers .inner .double .txt {
  margin-left: 20px;
}
.page_recruit .numbers .inner .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .double {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1025px) {
  .page_recruit .numbers .inner .double .wrap + .wrap {
    margin-left: 40px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .numbers .inner .double .wrap + .wrap {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .numbers .inner .div1 {
    grid-area: 1/1/2/2;
  }
  .page_recruit .numbers .inner .div2 {
    grid-area: 1/2/2/3;
  }
  .page_recruit .numbers .inner .div3 {
    grid-area: 1/3/2/5;
  }
  .page_recruit .numbers .inner .div4 {
    grid-area: 2/1/3/3;
  }
  .page_recruit .numbers .inner .div5 {
    grid-area: 2/3/3/4;
  }
  .page_recruit .numbers .inner .div6 {
    grid-area: 2/4/3/5;
  }
  .page_recruit .numbers .inner .div7 {
    grid-area: 3/1/4/2;
  }
  .page_recruit .numbers .inner .div8 {
    grid-area: 3/2/4/4;
  }
  .page_recruit .numbers .inner .div9 {
    grid-area: 3/4/4/5;
  }
}
/* ========== end △ */
.page_recruit .employees {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .employees {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .employees::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: calc(100% + 20vw);
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_recruit .employees .inner + .inner {
  margin-top: 80px;
}
.page_recruit .employees .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_recruit .employees .inner .wrap > div {
  margin-top: 20px;
}
.page_recruit .employees .inner .wrap img {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 50px;
}
.page_recruit .employees .inner dl {
  margin-top: 50px;
}
.page_recruit .employees .inner dl + dl {
  margin-top: 30px;
}
.page_recruit .employees .inner dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.page_recruit .performance {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: -10vw;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .performance {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .performance::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #E5F3FF;
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  z-index: -1;
}
.page_recruit .performance .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_recruit .performance .inner + p {
  margin-top: 50px;
}
.page_recruit .performance .inner .txt {
  margin-top: 20px;
}
.page_recruit .performance .inner img {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 50px;
}
.page_recruit .performance .sub_wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .performance .sub_wrap {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_recruit .performance .sub_wrap > div {
  width: 47%;
}
.page_recruit .performance dl {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .performance dl {
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
.page_recruit .performance dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.page_recruit .career {
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .career {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .career .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_recruit .career .inner > dl {
  width: 25%;
}
.page_recruit .career .inner > dl dt {
  font-size: 2.2rem;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .career .inner > dl dt {
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
.page_recruit .career .inner > dl dd {
  padding: 25px;
  min-height: 250px;
  background: #fff;
  border: 1px solid #E3E3E3;
}
.page_recruit .career .inner .step01 {
  background: rgba(72, 159, 227, 0.4);
}
.page_recruit .career .inner .step01 dt {
  padding: 20px 0;
}
.page_recruit .career .inner .step02 {
  background: rgba(72, 159, 227, 0.6);
}
.page_recruit .career .inner .step02 dt {
  padding: 30px 0;
}
.page_recruit .career .inner .step03 {
  background: rgba(72, 159, 227, 0.8);
}
.page_recruit .career .inner .step03 dt {
  padding: 40px 0;
}
.page_recruit .career .inner .step04 {
  background: #489FE3;
}
.page_recruit .career .inner .step04 dt {
  padding: 50px 0;
}
.page_recruit .schedule {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .schedule {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .schedule::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_recruit .schedule h2 {
  text-align: center;
}
.page_recruit .schedule h3 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page_recruit .schedule ul {
  width: 900px;
  margin: 0 auto;
  position: relative;
  background: url(../recruit/images/schedule_bg.png) right bottom no-repeat;
}
.page_recruit .schedule ul::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 140px;
  top: 0;
  background: #E3E3E3;
}
.page_recruit .schedule ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
.page_recruit .schedule ul .time {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page_recruit .schedule ul .txt {
  position: relative;
  padding-left: 30px;
}
.page_recruit .schedule ul .txt:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #489FE3;
  position: absolute;
  left: -5px;
  top: 7px;
  border-radius: 100%;
  z-index: 2;
}
.page_recruit .requirements .requirements_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_recruit .requirements .requirements_tab_wrap input {
  display: none;
}
.page_recruit .requirements .requirements_tab_wrap label {
  display: block;
  background: #E3E3E3;
  float: left;
  cursor: pointer;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 10px 80px;
  font-size: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .requirements .requirements_tab_wrap label {
    font-size: 3.4658vw;
    padding: 2.1328vw 2.666vw 2.1328vw 2.666vw;
  }
}
/* ========== end △ */
.page_recruit .requirements .requirements_tab_wrap .content {
  display: none;
  width: 100%;
}
.page_recruit .requirements .requirements_tab_wrap .requirements_table_style {
  opacity: 0;
}
.page_recruit .requirements .requirements_tab_wrap input:checked + .btn_tab {
  color: #fff;
  background: #489FE3;
}
.page_recruit .requirements .requirements_tab_wrap input:checked + .btn_tab + .content {
  display: block;
}
.page_recruit .requirements .requirements_tab_wrap input:checked + .btn_tab + .content .requirements_table_style {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_recruit .requirements .requirements_table_style {
  margin-top: 30px;
  border-top: 1px solid #E3E3E3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .requirements .requirements_table_style {
    display: table;
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
  }
  .page_recruit .requirements .requirements_table_style > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page_recruit .requirements .requirements_table_style > dl > dt {
    width: 20%;
  }
  .page_recruit .requirements .requirements_table_style > dl > dd {
    width: 80%;
  }
}
/* ========== end △ */
.page_recruit .requirements .requirements_table_style > dl > dt,
.page_recruit .requirements .requirements_table_style > dl > dd {
  border-bottom: 1px solid #E3E3E3;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .requirements .requirements_table_style > dl > dt,
  .page_recruit .requirements .requirements_table_style > dl > dd {
    padding: 25px 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .requirements .requirements_table_style > dl > dt,
  .page_recruit .requirements .requirements_table_style > dl > dd {
    border-top: none;
  }
}
/* ========== end △ */
.page_recruit .requirements .requirements_table_style > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .requirements .requirements_table_style > dl > dt {
    font-weight: bold;
    font-size: 3.4658vw;
    border-bottom: none;
    padding-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_recruit .requirements .requirements_table_style > dl > dd {
    padding-left: 80px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .requirements .requirements_table_style > dl > dd {
    padding-top: 2.666vw;
    padding-bottom: 5.332vw;
  }
}
/* ========== end △ */
.page_recruit .faq {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .faq {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.page_recruit .faq::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #F2FBFF;
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  z-index: -1;
}
.page_recruit .faq h2 {
  text-align: center;
}
.page_recruit .faq dl + dl {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .faq dl + dl {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.page_recruit .faq dl dt {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .faq dl dt {
    padding-bottom: 2.666vw;
    margin-bottom: 3.999vw;
    font-size: 3.7324vw;
  }
}
/* ========== end △ */
.page_recruit .faq dl dt::before {
  content: "Q";
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .faq dl dt::before {
    font-size: 6.3984vw;
  }
}
/* ========== end △ */
.page_recruit .faq dl dd {
  position: relative;
  padding-left: 40px;
}
.page_recruit .faq dl dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #489FE3;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .faq dl dd::before {
    font-size: 6.3984vw;
  }
}
/* ========== end △ */
.page_recruit .flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page_recruit .flow ul li {
  text-align: center;
  padding: 30px;
  width: 16%;
  background: #F2FBFF;
  font-size: 1.8rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_recruit .flow ul li {
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
.page_recruit .flow ul li + li {
  position: relative;
}
.page_recruit .flow ul li + li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #181818;
  border-right: solid 2px #181818;
  position: absolute;
  left: -35px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page_recruit .flow ul li img {
  width: 160px;
}