@charset "UTF-8";
/* =================================================
    .bl_pageHeader
=================================================== */
.bl_pageHeader {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.bl_pageHeader h1 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_pageHeader h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

/* =================================================
    .bl_pageHeader
=================================================== */
.el_secTtl {
  margin-bottom: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .el_secTtl {
    font-size: 40px;
    font-size: 4rem;
  }
}
.el_secTtl span {
  margin-top: 12px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .el_secTtl span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* =================================================
    bl_band
=================================================== */
.bl_band .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.bl_band .swiper-slide img {
  width: 100%;
  height: auto;
}

/* =================================================
    bl_linkContact
=================================================== */
.bl_linkContact .el_boxTel {
  max-width: 480px;
  border: 1px solid #00afff;
  border-radius: 5px;
  padding: 30px 0;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_linkContact .el_boxTel {
    height: 150px;
    margin: 0;
  }
}
.bl_linkContact .el_boxTel h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14.4px, 4.8vw, 18px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.bl_linkContact .el_boxTel a {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(25.6px, 8.5333333333vw, 32px);
  font-weight: 500;
  line-height: 1;
  color: #00afff;
}
.bl_linkContact .el_boxTel a span {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 5.3333333333vw, 20px);
}
.bl_linkContact .el_boxTel p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.bl_linkContact .el_boxMail {
  max-width: 480px;
  border: 1px solid #00afff;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_linkContact .el_boxMail {
    height: 150px;
    margin: 0;
  }
}
.bl_linkContact .el_boxMail h2 {
  margin-bottom: 14px;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14.4px, 4.8vw, 18px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.bl_linkContact .el_boxMail a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(25.6px, 8.5333333333vw, 32px);
  font-weight: 500;
  line-height: 1;
  color: #00afff;
}
.bl_linkContact .el_boxMail a img {
  width: 53px;
}

.bl_map {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .bl_map {
    height: 600px;
  }
}
.bl_map iframe {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* =================================================
    bl_topFv
=================================================== */
.bl_topFv {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.bl_topFv .bl_topFv_movie {
  width: 92%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .bl_topFv .bl_topFv_movie {
    width: 95.8333333333%;
    border-radius: 7px;
  }
}
.bl_topFv .bl_topFv_movie video {
  display: block;
}

/* =================================================
    bl_topPhilosophy
=================================================== */
@media screen and (min-width: 1025px) {
  .bl_topPhilosophy {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
.bl_topPhilosophy::before {
  content: "";
  display: block;
  aspect-ratio: 420/600;
  width: 112%;
  max-width: 840px;
  height: auto;
  background: url(../images/top/bkg.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: -25.8666666667%;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .bl_topPhilosophy::before {
    left: 50%;
    -webkit-transform: translateX(-1060px);
            transform: translateX(-1060px);
  }
}
.bl_topPhilosophy .el_ttl h1 {
  width: 131px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1025px) {
  .bl_topPhilosophy .el_ttl {
    max-width: 460px;
  }
}
.bl_topPhilosophy .el_cont p {
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .bl_topPhilosophy .el_cont {
    max-width: 400px;
  }
}
.bl_topPhilosophy .bl_btnWrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topPhilosophy .bl_btnWrap {
    text-align: left;
  }
}

/* =================================================
    bl_topServices
=================================================== */
.bl_topServices {
  background: url(../images/top/bkg_service_sp.jpg) no-repeat center center/cover;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_topServices {
    padding-top: 21rem;
    padding-bottom: 21rem;
    background: url(../images/top/bkg_service_pc.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topServices .ly_sec_inner {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
.bl_topServices h2 {
  margin-bottom: 190px;
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(24px, 8vw, 30px);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6666666667;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .bl_topServices h2 {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.bl_topServices p {
  margin-bottom: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_topServices p {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_topServices .bl_btnWrap {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topServices .bl_btnWrap {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 40px;
  }
}

/* =================================================
    bl_topCompany
=================================================== */
.bl_topCompany {
  overflow: hidden;
  height: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .bl_topCompany {
    padding-bottom: 100px;
  }
}
.bl_topCompany::before {
  content: "";
  position: absolute;
  aspect-ratio: 315/1855;
  top: 100px;
  max-height: 2200px;
  right: 0;
  width: 84%;
  background: #00afff;
  margin-right: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .bl_topCompany::before {
    aspect-ratio: auto;
    width: 97%;
    top: 200px;
    height: 556px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topCompany::before {
    width: 89.5833333333%;
    margin-left: 10.4166666667%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topCompany .ly_sec_inner {
    width: 81.25%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topCompany .el_ttl {
    margin-top: 334px;
  }
}
.bl_topCompany .el_ttl h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 50px;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(24px, 8vw, 30px);
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .bl_topCompany .el_ttl h2 {
    margin: 100px auto 50px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_topCompany .el_ttl h2 {
    margin: 0;
  }
}
.bl_topCompany .el_ttl h2 span {
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 5.3333333333vw, 20px);
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .bl_topCompany_cont {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    gap: 1.5625%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topCompany_cont {
    gap: 30px;
  }
}
.bl_topCompany_cont .el_cont {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin: 0 auto 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .bl_topCompany_cont .el_cont {
    width: 33%;
  }
}
.bl_topCompany_cont .el_cont .el_img {
  width: 100%;
}
.bl_topCompany_cont .el_cont .el_caption {
  position: relative;
  padding: 30px 35px;
  text-align: center;
}
.bl_topCompany_cont .el_cont .el_caption h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 5.3333333333vw, 20px);
  font-weight: 600;
}
.bl_topCompany_cont .el_cont .el_caption h3 span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(12.8px, 4.2666666667vw, 16px);
  letter-spacing: 0.1em;
  color: #00afff;
}
.bl_topCompany_cont .el_cont .el_caption::before {
  content: "";
  width: 70px;
  height: 100px;
  background: url(../images/common/icon_boxArrow.svg) no-repeat center center/contain;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
}

/* =================================================
    bl_topRecruit
=================================================== */
.bl_topRecruit {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit {
    padding-bottom: 50px;
    height: 660px;
  }
}
.bl_topRecruit::after {
  content: "";
  display: block;
  aspect-ratio: 375/796;
  width: 100%;
  position: absolute;
  top: 22%;
  left: 0;
  background: #333;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit::after {
    aspect-ratio: auto;
    height: 500px;
    top: 160px;
  }
}
.bl_topRecruit .el_ttl {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit .el_ttl {
    width: 94.7916666667%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.bl_topRecruit h2 {
  position: relative;
  margin-bottom: 0;
  margin-left: -6px;
  font-family: "Raleway", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  font-size: clamp(72px, 24vw, 90px);
  color: #333;
  line-height: 0.7;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
}
.bl_topRecruit h2::after {
  content: "";
  display: block;
  aspect-ratio: 375/214;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  background: url(../images/top/top_recruit.png) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit h2::after {
    aspect-ratio: 700/400;
    position: absolute;
    top: 0;
    right: 145%;
    width: 700px;
    height: 400px;
  }
}
.bl_topRecruit h3 {
  margin: 0 auto 50px;
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 5.3333333333vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit h3 {
    width: 100%;
    margin-top: 115px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
}
.bl_topRecruit h3 img {
  display: block;
  max-width: 520px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
}
.bl_topRecruit h3 span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit h3 span {
    text-align: right;
  }
}
.bl_topRecruit .bl_btnWrap {
  width: 300px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit .bl_btnWrap {
    width: 100%;
    max-width: 940px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bl_topRecruit .bl_btnWrap .el_btn_solid {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_topRecruit .bl_btnWrap .el_btn_solid {
    width: 32%;
    margin-bottom: 0;
  }
}

/* =================================================
    .bl_message
=================================================== */
.bl_message {
  aspect-ratio: 375/1230;
  background: url(../images/philosophy/bkg_philosophy_sp.jpg) no-repeat bottom center/cover;
  max-height: 1650px;
}
@media screen and (min-width: 1025px) {
  .bl_message {
    aspect-ratio: 1920/800;
    width: 100%;
    height: 800px;
    max-height: 800px;
    background: url(../images/philosophy/bkg_philosophy.jpg) no-repeat top center;
    background-size: cover;
  }
}
.bl_message h2 {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_message h2 {
    max-width: none;
  }
}

/* =================================================
    ..bl_philosophy {
=================================================== */
.bl_philosophy {
  padding-top: 0;
}
.bl_philosophy .ly_sec_inner {
  max-width: 600px;
}
.bl_philosophy .bl_cont {
  margin-top: 100px;
}
@media screen and (min-width: 1025px) {
  .bl_philosophy .bl_cont {
    margin-top: 150px;
  }
}
.bl_philosophy .bl_cont h2 {
  width: 28px;
  margin: 0 auto 50px;
}
.bl_philosophy .bl_cont p {
  line-height: 2;
}
.bl_philosophy .bl_cont ul {
  margin-bottom: 2em;
}
.bl_philosophy .bl_cont ul li {
  padding-left: 16px;
  text-indent: -6px;
  margin-bottom: 0.8em;
}
.bl_philosophy .bl_cont ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 3px;
  color: #cccccc;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}
.bl_philosophy .bl_cont .el_catch {
  display: block;
  width: 296px;
  margin: 0 auto 50px;
}

/* =================================================
    #page_services 
=================================================== */
#page_services .bl_pageHeader {
  padding-bottom: 0;
}
#page_services .bl_pageHeader h1 {
  margin-bottom: 100px;
}
#page_services .bl_pageHeader h2 {
  margin-bottom: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(17.6px, 5.8666666667vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #page_services .bl_pageHeader h2 {
    text-align: center;
  }
}
#page_services .bl_pageHeader p {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(14.4px, 4.8vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  #page_services .bl_pageHeader p {
    text-align: center;
  }
}
#page_services .bl_pageHeader p strong {
  color: #00afff;
}
#page_services .bl_pageHeader .el_mainImg {
  max-width: 1200px;
  margin: 0 auto;
}

/* =================================================
    .bl_strengths 
=================================================== */
.bl_strengths {
  padding-top: 0;
}
.bl_strengths .ly_flex {
  gap: 3%;
}
.bl_strengths .ly_flex .ly_flexBox01 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
.bl_strengths .ly_flex .ly_flexBox02 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
}
.bl_strengths_cont .el_header {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 210px;
  margin-bottom: 30px;
  border: 1px solid #01affd;
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(17.6px, 5.8666666667vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .bl_strengths_cont .el_header {
    min-height: 130px;
    margin-left: 30px;
    padding: 20px;
    padding-left: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_strengths_cont .el_header {
    margin-top: 130px;
    padding: 40px;
    padding-left: 170px;
  }
}
.bl_strengths_cont .el_header .el_no {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01affd;
  font-weight: 600;
  font-size: 60px;
  font-size: 6rem;
  color: white;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .bl_strengths_cont .el_header .el_no {
    top: -30px;
    left: -30px;
    -webkit-transform: none;
            transform: none;
  }
}
.bl_strengths_cont .el_header .el_no span {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.bl_strengths_cont .el_img {
  margin-bottom: 50px;
  text-align: center;
}
.bl_strengths_cont .el_img div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55.5555555556%;
          flex: 1 1 55.5555555556%;
}
.bl_strengths_cont .el_img div:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 44.4444444444%;
          flex: 1 1 44.4444444444%;
}
.bl_strengths_cont .el_img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .bl_strengths_cont .el_img {
    margin-bottom: 0;
  }
}
.bl_strengths_cont .el_cont p {
  line-height: 2;
  margin-bottom: 2em;
}
.bl_strengths_cont .el_cont p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .bl_strengths_cont .el_cont {
    max-width: 460px;
    padding-left: 30px;
  }
}
.bl_strengths_cont03 .el_img {
  margin-bottom: 30px;
}
.bl_strengths_cont03 .el_img img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_strengths_cont03 .el_img {
    margin-bottom: 0;
  }
}

/* =================================================
    .bl_facility
=================================================== */
.bl_facility {
  color: #fff;
  background: #00afff;
}
@media screen and (min-width: 768px) {
  .bl_facility .el_lead {
    text-align: center;
  }
}
.bl_facility .bl_band {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bl_facility .ly_flexBox01 {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_facility .ly_flexBox01 {
    margin: 0;
  }
}
.bl_facility .ly_flexBox01 dl {
  border-top: 1px solid #fff;
}
.bl_facility .ly_flexBox02 {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_facility .ly_flexBox02 {
    margin: 0;
  }
}
.bl_facility h3 {
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
  margin: 80px auto 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.bl_facility .bl_scrolltable {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_facility .bl_scrolltable {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_facility .bl_scrolltable {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.bl_facility_table {
  width: 880px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_facility_table {
    width: 100%;
  }
}
.bl_facility_table thead th {
  padding: 10px;
  text-align: center;
  font-weight: 700;
}
.bl_facility_table tr {
  border-bottom: 1px solid #fff;
}
.bl_facility_table th {
  text-align: left;
  padding: 20px;
  vertical-align: middle;
}
.bl_facility_table td {
  padding: 20px;
  vertical-align: middle;
}
.bl_facility dl {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .bl_facility dl {
    border-top: 1px solid #fff;
  }
}
.bl_facility dl .el_row {
  border-bottom: 1px solid #fff;
  padding: 20px;
}
.bl_facility dl .ly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bl_facility .el_annotation {
  max-width: 450px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .bl_facility .el_annotation {
    max-width: 100%;
  }
}

/* =================================================
    .bl_topMessage
=================================================== */
.bl_topMessage {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .bl_topMessage_header {
    margin-bottom: 50px;
  }
}
.bl_topMessage .el_img {
  text-align: center;
  width: 74.6268656716%;
  max-width: 480px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .bl_topMessage .el_img {
    margin: 0;
  }
}
.bl_topMessage .el_img figcaption {
  margin-top: 3px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_topMessage .el_cont {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_topMessage .el_cont {
    max-width: 460px;
    padding-top: 100px;
    margin: 0;
    white-space: nowrap;
  }
}
.bl_topMessage .el_cont p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
@media screen and (min-width: 1025px) {
  .bl_topMessage .el_cont p {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: clamp(19.2px, 2.4vw, 24px);
    line-height: 1.9230769231;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topMessage .el_cont p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.bl_topMessage .el_cont .el_ceo {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .bl_topMessage .el_cont .el_ceo {
    margin-top: 50px;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.bl_topMessage .el_cont .el_ceo span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .bl_topMessage .el_cont .el_ceo span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_topMessage p {
  margin-bottom: 2em;
  line-height: 2;
}

/* =================================================
    .bl_company
=================================================== */
.bl_company {
  background: #e5f7ff;
}
.bl_company .el_secTtl {
  margin-bottom: 100px;
}
.bl_company .ly_flex {
  position: relative;
}
.bl_company .el_img {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_company .el_img {
    text-align: left;
  }
}
.bl_company .el_img img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1025px) {
  .bl_company .el_img img {
    margin: 0;
    margin-bottom: 10px;
  }
}
.bl_company .el_cont {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_company .el_cont {
    margin: 0;
  }
}
.bl_company dl div {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #00afff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_company dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_company dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em;
  }
}
.bl_company dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bl_company .el_iso {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 60px auto 0;
}
@media screen and (min-width: 1025px) {
  .bl_company .el_iso {
    position: absolute;
    width: 360px;
    height: 148px;
    aspect-ratio: 100/41;
    left: 60px;
    bottom: 200px;
    margin: 0;
  }
}

/* =================================================
    .bl_history
=================================================== */
.bl_history .el_secTtl {
  margin-bottom: 100px;
}
.bl_history ul {
  max-width: 800px;
  margin: 0 auto;
}
.bl_history li {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  border: 4px solid #e5f7ff;
}
@media screen and (min-width: 1025px) {
  .bl_history li {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 768px) {
  .bl_history li .ly_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_history li .el_year {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #00afff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_history li .el_year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em;
    margin-bottom: 0;
    text-align: left;
  }
}
.bl_history li:last-of-type {
  margin-bottom: 0;
}
.bl_history li:last-of-type::after {
  display: none;
}
.bl_history li::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 20px;
  background: url(../images/company/icon_angle.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* =================================================
    #page_recruit
=================================================== */
#page_recruit .el_navi {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #page_recruit .el_navi {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #page_recruit .el_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  #page_recruit .el_navi li {
    width: 48%;
    max-width: none;
  }
  #page_recruit .el_navi li a {
    width: 100%;
    max-width: none;
  }
}
#page_recruit .el_navi li:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #page_recruit .el_navi li:first-of-type {
    margin-bottom: 0;
  }
}
#page_recruit .bl_footerNavi .el_navi {
  margin-top: 0;
}

/* =================================================
    #page_recruit
=================================================== */
.bl_voice {
  margin-top: 40px;
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .bl_voice {
    margin-top: 170px;
  }
}
.bl_voice_header {
  position: relative;
  padding-top: 232px;
  padding-bottom: 50px;
  background: #333;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_voice_header {
    padding-top: 100px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_voice_header .ly_sec_inner {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .bl_voice_header .ly_sec_inner::after {
    content: "";
    display: block;
    aspect-ratio: 700/400;
    position: absolute;
    bottom: -60px;
    left: -210px;
    width: 700px;
    height: auto;
    background: url(../images/top/top_recruit.png) no-repeat center center/contain;
  }
}
.bl_voice_header h2 {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 38px;
  font-size: 3.8rem;
  font-size: clamp(30.4px, 10.1333333333vw, 38px);
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  line-height: 0.7;
}
@media screen and (min-width: 1025px) {
  .bl_voice_header h2 {
    top: -170px;
    font-size: 100px;
    font-size: 10rem;
  }
}
.bl_voice_header h2::after {
  content: "";
  display: block;
  aspect-ratio: 375/214;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  background: url(../images/top/top_recruit.png) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .bl_voice_header h2::after {
    display: none;
  }
}
.bl_voice_header .el_lead {
  margin-bottom: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .bl_voice_header .el_lead {
    margin-bottom: 100px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.bl_voice_header nav {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_voice_header nav {
    margin-left: auto;
    margin-right: 0;
  }
}
.bl_voice_header nav li {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.bl_voice_header nav li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: url(..//images/common/icon_arrow_b__white.svg) no-repeat center right 20px/contain;
  background-size: 20px;
}
.bl_voice_header nav li .el_continuous {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 30px;
  margin-bottom: 3px;
  border: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (min-width: 1025px) {
  .bl_voice_header nav li .el_continuous {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
.bl_voice_header nav li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .bl_voice #sec_staff01 .ly_grid {
    display: grid;
    grid-template-columns: 1fr 46.875%;
    grid-template-rows: auto 1fr;
  }
  .bl_voice #sec_staff01 .ly_grid .ly_grid_header {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
  .bl_voice #sec_staff01 .ly_grid .ly_grid_img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .bl_voice #sec_staff01 .ly_grid .ly_grid_cont {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
  .bl_voice #sec_staff02 .ly_grid {
    display: grid;
    grid-template-columns: 1fr 46.875%;
    grid-template-rows: auto 1fr;
  }
  .bl_voice #sec_staff02 .ly_grid .ly_grid_header {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
  .bl_voice #sec_staff02 .ly_grid .ly_grid_img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .bl_voice #sec_staff02 .ly_grid .ly_grid_cont {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
}
.bl_voice_staff {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .bl_voice_staff {
    padding-top: 150px;
  }
}
.bl_voice_staff h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_voice_staff h2 {
    font-size: 30px;
    font-size: 3rem;
    font-size: clamp(24px, 1.5625vw, 30px);
    text-align: left;
  }
}
.bl_voice_staff h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .bl_voice_staff h3 {
    margin-bottom: 50px;
    text-align: left;
    line-height: 30px;
    vertical-align: middle;
  }
}
.bl_voice_staff h3 span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .bl_voice_staff h3 span {
    display: inline-block;
  }
}
.bl_voice_staff h3 .el_en {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width: 1025px) {
  .bl_voice_staff h3 .el_en {
    margin-top: 0;
    line-height: 30px;
    vertical-align: middle;
  }
}
.bl_voice_staff h3 .el_continuous {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 30px;
  border: 1px solid #333;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
}
.bl_voice_staff .el_img {
  max-width: 900px;
  margin: 0 auto;
}
.bl_voice_staff .el_img img {
  margin-top: 10px;
}
.bl_voice_leader {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #00afff;
  margin-top: 150px;
}
.bl_voice_leader .ly_sec_inner {
  max-width: 1200px;
  position: relative;
  margin: -50px auto;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.bl_voice_leader .el_contWrap {
  width: 89.3333333333%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}
.bl_voice_leader .el_contWrap h2 {
  width: 100%;
  max-width: 600px;
  background: #333;
  padding: 14px 1em;
  margin: 0 auto 20px;
  border-radius: 100vh;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_voice_leader .el_contWrap h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap h3 {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 3rem;
  }
  .bl_voice_leader .el_contWrap h3 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_voice_leader .el_contWrap .ly_flex {
  gap: 40px;
}
.bl_voice_leader .el_contWrap .el_img {
  max-width: 480px;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap .el_cont {
    max-width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.bl_voice_leader .el_contWrap .el_leader {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap .el_leader {
    margin-bottom: 50px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }
}
.bl_voice_leader .el_contWrap .el_leader span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap .el_leader span {
    display: inline-block;
  }
}
.bl_voice_leader .el_contWrap .el_leader .el_post {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap .el_leader .el_post {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
}
.bl_voice_leader .el_contWrap .el_leader .el_en {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap .el_leader .el_en {
    margin-top: 0;
    line-height: 30px;
    vertical-align: middle;
  }
}
.bl_voice_leader .el_contWrap .el_leader .el_continuous {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 30px;
  border: 1px solid #333;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 30px;
}
.bl_voice_leader .el_contWrap .el_imgWrap {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_voice_leader .el_contWrap .el_imgWrap {
    margin-bottom: 50px;
  }
}
.bl_voice_leader .el_contWrap .el_imgWrap figure {
  margin-top: 20px;
}
.bl_voice_leader .el_contWrap .el_imgWrap figure figcaption {
  margin-top: 5px;
  text-align: center;
}
.bl_voice .el_interview {
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 1025px) {
  .bl_voice .el_interview {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .bl_voice .el_interview .ly_sec_inner {
    width: 100%;
  }
}
.bl_voice .el_interview h4 {
  padding-left: 14px;
  text-indent: -7px;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.bl_voice .el_interview h4::before {
  content: "■";
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}
.bl_voice .el_interview p + h4 {
  margin-top: 50px;
}
.bl_voice .el_interview p {
  margin-bottom: 2em;
  line-height: 2;
}

/* =================================================
    .bl_movie
=================================================== */
.bl_movie {
  padding-top: 10rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 1025px) {
  .bl_movie {
    padding-top: 15rem;
    padding-bottom: 0rem;
  }
}
.bl_movie .bl_movie_cont {
  position: relative;
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  max-width: 800px; /*PC版での最大幅*/
  text-align: center;
  margin: auto;
}
.bl_movie .bl_movie_cont .video_control {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.bl_movie .bl_movie_cont .el_warning {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
.bl_movie video {
  width: 100%;
  max-width: 800px; /*PC版での最大幅*/
}

/* =================================================
    #page_entry
=================================================== */
#page_entry .bl_pageHeader {
  padding-bottom: 0;
}
#page_entry .bl_pageHeader .el_flowList {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  max-width: 600px;
  margin: 100px auto 0;
}
#page_entry .bl_pageHeader .el_flowList li {
  position: relative;
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
#page_entry .bl_pageHeader .el_flowList li::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page_entry .bl_pageHeader .el_flowList li:first-of-type {
  background: #79d5ff;
}
#page_entry .bl_pageHeader .el_flowList li:first-of-type::after {
  background: url(../images/entry/icon_flow_01.svg) no-repeat center center/contain;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(2) {
  background: #41c2fd;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(2)::after {
  background: url(../images/entry/icon_flow_02.svg) no-repeat center center/contain;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(3) {
  background: #00afff;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(3)::after {
  background: url(../images/entry/icon_flow_03.svg) no-repeat center center/contain;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(4) {
  background: #00a2eb;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(4)::after {
  background: url(../images/entry/icon_flow_04.svg) no-repeat center center/contain;
}
#page_entry .bl_pageHeader .el_flowList li:nth-of-type(5) {
  background: #0096db;
  margin-bottom: 0;
}
#page_entry .bl_pageHeader .el_flowList li:before {
  counter-increment: item;
  content: "0" counter(item);
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

/* =================================================
    .bl_requirements
=================================================== */
.bl_requirements .ly_sec_inner {
  max-width: 800px;
}
.bl_requirements h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
.bl_requirements h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}
.bl_requirements dl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_requirements dl {
    margin-bottom: 60px;
    border-top: 1px solid #00afff;
  }
}
@media screen and (min-width: 768px) {
  .bl_requirements dl .el_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #00afff;
  }
}
.bl_requirements dl dt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #e5f7ff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_requirements dl dt {
    min-width: 120px;
    display: grid;
    place-items: center;
  }
}
.bl_requirements dl dd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .bl_requirements dl dd {
    display: grid;
    place-items: center;
    padding: 20px;
  }
}
.bl_requirements ul li {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
.bl_requirements .bl_btnWrap {
  margin-top: 100px;
  text-align: center;
}

/* =================================================
    .bl_entry
=================================================== */
.bl_entry {
  background: #f3fbff;
}
.bl_entry_header h2 {
  margin-bottom: 100px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_entry_header h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.bl_entry_header ul {
  margin-bottom: 50px;
}
.bl_entry_header ul li {
  margin-bottom: 0.5em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -15px;
}
.bl_entry_header ul li::before {
  content: "●";
  padding-right: 0.5em;
  font-size: 10px;
  font-size: 1rem;
}
.bl_entry_header .el_required {
  color: #ff0000;
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact {
  background: #f3fbff;
}
.bl_contact_header h2 {
  margin-bottom: 100px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_contact_header h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.bl_contact_header ul {
  margin-bottom: 50px;
}
.bl_contact_header ul li {
  margin-bottom: 0.5em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -15px;
}
.bl_contact_header ul li::before {
  content: "●";
  padding-right: 0.5em;
  font-size: 10px;
  font-size: 1rem;
}
.bl_contact_header .el_required {
  color: #ff0000;
}
.bl_contact .ly_sec_inner {
  max-width: 800px;
}
.bl_contact .el_lead {
  margin-bottom: 100px;
}
.bl_contact .el_lead p {
  line-height: 2;
}
.bl_contact .el_lead p strong {
  display: block;
}

/* =================================================
    bl_contact_thanks
=================================================== */
.bl_contact_thanks .el_btn_wrap {
  margin-top: 60px;
  text-align: center;
}

/* =================================================
    form contact/entry
=================================================== */
.bl_form {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
.bl_form table {
  width: 100%;
}
.bl_form th,
.bl_form td {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_form th,
  .bl_form td {
    display: table-cell;
    padding: 1em;
  }
}
.bl_form th {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .bl_form th {
    padding-top: 1.6em;
  }
}
@media screen and (min-width: 768px) {
  .bl_form.bl_form_confirm th {
    width: 15em;
    padding-top: 1em;
  }
}
.bl_form td {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_form td {
    vertical-align: top;
  }
}
.bl_form .el_textarea p {
  white-space: pre-wrap;
}
.bl_form .bl_applicationInfo_checkbox {
  text-align: center;
}
.bl_form .bl_applicationInfo_checkbox a {
  text-decoration: underline;
  text-align: center;
}
.bl_form .btnSubmit p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mw_wp_form_confirm th {
    width: 15em;
    padding: 1em;
    white-space: nowrap;
  }
}

/* =================================================
    .bl_policy
=================================================== */
.bl_policy {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .bl_policy {
    padding-bottom: 200px;
  }
}
.bl_policy h2 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_policy h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_policy h3 {
  margin-bottom: 0.3em;
  font-size: 110%;
  font-weight: 700;
}
.bl_policy p {
  margin-bottom: 2em;
  word-break: break-all;
  line-height: 1.6;
}
.bl_policy ul {
  margin-bottom: 2em;
}

/* =================================================
    .bl_
=================================================== */
/* ======================================
    page 404
====================================== */
.bl_page404 {
  min-height: 50vh;
  padding-bottom: 8rem;
}
.bl_page404 h2 {
  margin-bottom: 6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.bl_page404 .el_btnBacktoTop {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.bl_page404 .el_btnBacktoTop a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #00afff;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_page404 .el_btnBacktoTop a {
    background: #fff;
    color: #00afff;
    border: 1px solid #00afff;
    opacity: 1;
  }
  .bl_page404 .el_btnBacktoTop a:hover {
    background: #00afff;
    color: #fff;
  }
}/*# sourceMappingURL=page.css.map */