@charset "UTF-8";
/*import
------------------------------------------*/
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
section {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1440px) {
  section {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  section {
    margin-bottom: 60px;
  }
}

.sec-pageTtl {
  position: relative;
  height: fit-content;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sec-pageTtl {
    margin-bottom: 80px;
  }
}
.sec-pageTtl .kvWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 74%;
  max-width: 1440px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .sec-pageTtl .kvWrap {
    position: relative;
    width: 100%;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-pageTtl .kvWrap {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pageTtl .kvWrap {
    padding-left: 20px;
  }
}
.sec-pageTtl .kvWrap figure img {
  border-radius: 0 0 0 80px;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .sec-pageTtl .kvWrap figure img {
    border-radius: 10px 0 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-pageTtl .kvWrap figure img {
    height: auto !important;
    border-radius: 10px 0 0 10px;
  }
}

.pageContents {
  margin-top: 30%;
  /*sec-banner
  ------------------------------------------*/
  /*sec-guide
  ------------------------------------------*/
}
@media only screen and (max-width: 1200px) {
  .pageContents {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pageContents {
    margin-top: 0px;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  background-color: #00306D;
  border-radius: 10px;
  min-height: 300px;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner {
    max-width: 540px;
    flex-direction: column;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg {
  width: 50%;
  background-color: #EBEFF6;
  border-radius: 10px 0 0 10px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg {
    width: 100%;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg figure {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg figure {
    border-radius: 10px 10px 0 0;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg figure img {
  width: 100%;
  height: 320px !important;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg figure img {
    border-radius: 10px 10px 0 0;
    height: auto !important;
    object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerImg figure img {
    height: 150px !important;
    object-fit: cover;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt {
  width: 50%;
  height: fit-content;
  color: #fff;
  padding: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt {
    padding: 25px 20px;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt h3 {
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  margin-bottom: 10px;
  line-height: 1;
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt h2 {
  font-size: clamp(1.8rem, 1.46vw, 2.8rem);
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt h2 {
    margin-bottom: 20px;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt p {
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt p {
    margin-bottom: 20px;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap {
    flex-direction: row;
    justify-content: center;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn {
  height: fit-content;
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn {
    width: fit-content;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a {
  display: block;
  padding: 15px 50px;
  text-align: center;
  max-width: 180px;
  border-radius: 60px;
  background-color: #fff;
  color: #00306D;
  transition: 0.4s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 1200px) {
  .pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a {
    max-width: 200px;
    width: 200px;
  }
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a .inner {
  transition: 0.4s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  line-height: 1;
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a .circleArrow {
  background: #00306D;
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a .circleArrow span {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a:hover {
  background: #fff;
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a:hover .inner {
  transform: translateX(-1.25rem);
  color: #00306D;
}
.pageContents .sec-banner .sectionWrap .innerWrap.banner div.bannerTxt .btnWrap .btn a:hover .circleArrow {
  clip-path: circle(50% at 50% 50%);
}
.pageContents .sec-guide .sectionWrap {
  border-radius: 10px;
  max-width: 92%;
  padding: 80px 120px;
  background-color: #fff;
}
@media only screen and (max-width: 1440px) {
  .pageContents .sec-guide .sectionWrap {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .pageContents .sec-guide .sectionWrap {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap {
    width: 100% !important;
    padding: 60px 20px;
    margin: 0;
    max-width: none;
  }
}
.pageContents .sec-guide .sectionWrap .contentsTtlWrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .contentsTtlWrap {
    margin-bottom: 25px;
  }
}
.pageContents .sec-guide .sectionWrap .copyWrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .copyWrap {
    margin-bottom: 40px;
  }
}
.pageContents .sec-guide .sectionWrap .copyWrap .bodyCopy {
  margin-bottom: 20px;
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .copyWrap .bodyCopy {
    margin-bottom: 15px;
  }
}
.pageContents .sec-guide .sectionWrap .copyWrap .caption {
  font-size: clamp(1.1rem, 0.73vw, 1.4rem);
  color: #FF0000;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .tableWrap {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap h3 {
  font-weight: bold;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .tableWrap h3 {
    margin-left: 20px;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap table {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .pageContents .sec-guide .sectionWrap .tableWrap table {
    margin-bottom: 40px;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap table tr {
  border-bottom: solid 1px rgba(121, 121, 121, 0.2);
}
.pageContents .sec-guide .sectionWrap .tableWrap table tr:last-of-type {
  border-bottom: none;
}
.pageContents .sec-guide .sectionWrap .tableWrap table th, .pageContents .sec-guide .sectionWrap .tableWrap table td {
  padding: 20px;
  /* 余白指定 */
  text-align: left;
}
.pageContents .sec-guide .sectionWrap .tableWrap table th {
  width: 150px;
  background-color: #F7F7F7;
  color: #00306D;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .tableWrap table th {
    width: 93px;
    font-size: 12px;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap table td {
  width: calc(100% - 93px);
}
.pageContents .sec-guide .sectionWrap .tableWrap .btnWrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .pageContents .sec-guide .sectionWrap .tableWrap .btnWrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .tableWrap .btnWrap {
    width: 90%;
    margin: 0 auto;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn {
  border-radius: 60px;
  height: fit-content;
  background: #00306D;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn {
    border: 1px solid #fff;
    width: 100%;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn a {
  display: block;
  min-width: 270px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  transition: 0.4s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn a {
    padding: 20px 30px;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn a .inner {
  font-weight: bold;
  transition: 0.4s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn a {
    font-size: 14px;
  }
}
.pageContents .sec-guide .sectionWrap .tableWrap .btnWrap .btn a .circleArrow {
  right: 2.4rem;
}

/*# sourceMappingURL=recruit.css.map */
