@charset "UTF-8";
:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

body.top .secTtl {
  margin-bottom: 25px;
}
body.top .secTtl .en {
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 1;
  color: #036eb5;
  margin-bottom: 10px;
}
body.top .secTtl h3 {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.top main {
    padding-top: 15px;
    overflow: hidden;
  }
  body.top .secTtl {
    margin-bottom: 15px;
  }
  body.top .secTtl .en {
    font-size: 3.6rem;
  }
  body.top .secTtl h3 {
    font-size: 1.8rem;
  }
}
body.top .secMv {
  width: 100%;
  background: url(../img/top/mv.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.top .secMv {
    transform: scale(1.15);
    margin-bottom: 15px;
    margin-top: 20px;
  }
  body.top .secMv:before, body.top .secMv:after {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #046eb5;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  body.top .secMv:before {
    top: -19px;
  }
  body.top .secMv:after {
    bottom: -19px;
  }
}
body.top .secMv .scroll {
  width: 1px;
  height: 120px;
  position: absolute;
  transform: translate(-50%, 40%);
  left: 50%;
  bottom: 0;
  z-index: 10;
  transition: 0.4s;
}
body.top .secMv .scroll:before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #b2b2b3;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: 10;
  transition: 0.4s;
  animation: lineMove 2s infinite;
}
@keyframes lineMove {
  0% {
    height: 120px;
    top: auto;
    bottom: 0;
  }
  48% {
    height: 0;
    top: auto;
    bottom: 0;
  }
  50% {
    top: 0;
    bottom: auto;
  }
  52% {
    height: 0;
  }
  100% {
    height: 120px;
    top: 0;
    bottom: auto;
  }
}
body.top .secMv .scroll:after {
  content: "scroll";
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  top: 20px;
  left: 30px;
  position: absolute;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  48% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(0, -50%);
  }
  52% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(0, 0);
  }
}
body.top .secMv .scroll.scrollin {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body.top .secMv .scroll {
    height: 40px;
    transform: translate(-50%, 80%);
  }
  body.top .secMv .scroll:before {
    height: 40px;
  }
  @keyframes lineMove {
    0% {
      height: 40px;
      top: auto;
      bottom: 0;
    }
    48% {
      height: 0;
      top: auto;
      bottom: 0;
    }
    50% {
      top: 0;
      bottom: auto;
    }
    52% {
      height: 0;
    }
    100% {
      height: 40px;
      top: 0;
      bottom: auto;
    }
  }
  body.top .secMv .scroll:after {
    font-size: 1rem;
    left: 15px;
  }
  @keyframes scroll {
    0% {
      transform: translate(0, -100%);
    }
    48% {
      transform: translate(0, -50%);
    }
    50% {
      transform: translate(0, -50%);
    }
    52% {
      transform: translate(0, -50%);
    }
    100% {
      transform: translate(0, -100%);
    }
  }
}
body.top .secMv .blkCm {
  width: 200px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
body.top .secMv .blkCm .head {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 920px) {
  body.top .secMv .blkCm {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  body.top .secMv .blkCm {
    width: 80px;
    bottom: 0;
  }
}
body.top .secRead {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.top .secRead .read {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  color: #595757;
  display: table;
  padding-top: 25px;
  margin: 0 auto;
  position: relative;
}
body.top .secRead .read:before {
  content: "";
  width: 140px;
  height: 25px;
  background: url(../img/top/read-sub.png) center/contain no-repeat;
  position: absolute;
  left: 23%;
  top: 0;
}
@media screen and (max-width: 767px) {
  body.top .secRead {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  body.top .secRead .read {
    font-size: 1.4rem;
    line-height: 2;
    padding-top: 15px;
  }
  body.top .secRead .read:before {
    content: "";
    width: 90px;
    height: 20px;
    left: 13%;
    top: 0;
  }
  body.top .secRead .anime {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
body.top .secFuture {
  padding-top: 110px;
  padding-bottom: 90px;
  background: url(../img/top/future-bg.jpg) center/cover no-repeat;
}
body.top .secFuture h3 {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: table;
  margin: 0 auto 30px;
}
body.top .secFuture .txt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
body.top .secFuture .btnWrap {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.top .secFuture .btnWrap .linkbtn {
  border: none;
  background-color: #fff;
}
body.top .secFuture .btnWrap .linkbtn:hover {
  background-color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.top .secFuture {
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  body.top .secFuture h3 {
    font-size: 2.4rem;
    margin: 0 auto 10px;
  }
  body.top .secFuture .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body.top .secFuture .btnWrap {
    max-width: 620px;
  }
  body.top .secFuture .btnWrap .linkbtn {
    font-size: 1.4rem;
    max-width: 170px;
  }
  body.top .secFuture .anime {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
body.top .secService {
  padding-top: 80px;
  padding-bottom: 70px;
}
body.top .secService .secInner {
  max-width: 980px;
}
body.top .secService .txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
body.top .secService .blkWrap {
  display: flex;
  justify-content: space-between;
}
body.top .secService .blkWrap .blk {
  width: 31%;
}
body.top .secService .blkWrap .blk:hover {
  opacity: 1;
}
body.top .secService .blkWrap .blk .img {
  margin-bottom: 30px;
  border-radius: 40px;
  overflow: hidden;
}
body.top .secService .blkWrap .blk .img img {
  border-radius: 40px;
  transition: 0.4s;
}
body.top .secService .blkWrap .blk .img img:hover {
  transform: scale(1.1);
}
body.top .secService .blkWrap .blk h4 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #036eb5;
}
body.top .secService .blkWrap .blk h4:before {
  content: "●";
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  body.top .secService {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  body.top .secService .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body.top .secService .blkWrap .blk {
    width: 31%;
  }
  body.top .secService .blkWrap .blk .img {
    margin-bottom: 10px;
    border-radius: 20px;
  }
  body.top .secService .blkWrap .blk .img img {
    border-radius: 20px;
  }
  body.top .secService .blkWrap .blk h4 {
    font-size: 1rem;
  }
  body.top .secService .blkWrap .blk h4:before {
    content: "●";
    margin-right: 5px;
  }
}
body.top .secNews {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #036eb5;
}
body.top .secNews .secInner {
  max-width: 1020px;
}
body.top .secNews .newsWrap {
  padding: 40px;
  background-color: #fff;
  border-radius: 40px;
}
body.top .secNews .newsWrap .postWrap {
  margin-bottom: 35px;
}
body.top .secNews .newsWrap .postWrap a {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  position: relative;
  border-top: 1px solid #595757;
  position: relative;
}
body.top .secNews .newsWrap .postWrap a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #036eb5;
  border-right: 2px solid #036eb5;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}
body.top .secNews .newsWrap .postWrap a:last-of-type {
  border-bottom: 1px solid #595757;
}
body.top .secNews .newsWrap .postWrap a > img {
  width: 20%;
}
body.top .secNews .newsWrap .postWrap a .txt {
  width: 76%;
}
body.top .secNews .newsWrap .postWrap a .txt .date {
  min-width: 180px;
  width: 180px;
  display: inline-block;
}
body.top .secNews .newsWrap .linkbtn {
  max-width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top .secNews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.top .secNews .newsWrap {
    padding: 20px;
    border-radius: 20px;
  }
  body.top .secNews .newsWrap .postWrap {
    margin-bottom: 20px;
  }
  body.top .secNews .newsWrap .postWrap a {
    font-size: 1.4rem;
    padding: 10px;
  }
  body.top .secNews .newsWrap .postWrap a:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  body.top .secNews .newsWrap .postWrap a > img {
    width: 24%;
  }
  body.top .secNews .newsWrap .postWrap a .txt {
    width: 72%;
    display: flex;
    flex-direction: column;
  }
  body.top .secNews .newsWrap .postWrap a .txt .date {
    width: 100%;
    display: block;
  }
  body.top .secNews .newsWrap .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
  }
}
body.top .secRecruit {
  padding-top: 220px;
  padding-bottom: 85px;
  background: url(../img/top/recruit-bg.jpg) center/cover no-repeat;
}
body.top .secRecruit .secInner {
  max-width: 1020px;
}
body.top .secRecruit .box {
  padding-top: 90px;
  padding-bottom: 60px;
  border-radius: 40px;
  background-color: rgba(236, 236, 237, 0.8);
  position: relative;
}
body.top .secRecruit .box .en {
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 1;
  color: #036eb5;
  margin-bottom: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
body.top .secRecruit .box .en:before {
  content: "";
  width: 75px;
  height: 65px;
  background: url(../img/top/recruit-arrow.png) center/contain no-repeat;
  position: absolute;
  transform: translateX(-50%);
  top: -120px;
  left: 50%;
}
body.top .secRecruit .box h3 {
  font-size: 4.5rem;
  font-weight: 600;
  display: table;
  padding-bottom: 30px;
  margin: 0 auto 40px;
  position: relative;
}
body.top .secRecruit .box h3:before {
  content: "";
  width: 240px;
  height: 20px;
  background: url(../img/top/recruit-underline.png) center/contain no-repeat;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0px;
  left: 50%;
}
body.top .secRecruit .box .txt {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 50px;
}
body.top .secRecruit .box .linkbtn {
  max-width: 210px;
  margin: 0 auto;
}
body.top .secRecruit .box .linkbtn:after {
  right: 20px;
  top: 52%;
}
@media screen and (max-width: 767px) {
  body.top .secRecruit {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  body.top .secRecruit .box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  body.top .secRecruit .box .en {
    font-size: 4.2rem;
  }
  body.top .secRecruit .box .en:before {
    content: "";
    width: 35px;
    height: 30px;
    top: -40px;
    left: 50%;
  }
  body.top .secRecruit .box h3 {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin: 0 auto 20px;
  }
  body.top .secRecruit .box h3:before {
    content: "";
    width: 120px;
    height: 10px;
  }
  body.top .secRecruit .box .txt {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  body.top .secRecruit .box .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
  }
}
body.top .secContact {
  padding-top: 80px;
  padding-bottom: 65px;
}
body.top .secContact .secInner {
  max-width: 760px;
}
body.top .secContact .blkWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body.top .secContact .blkWrap:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #036eb5;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
body.top .secContact .blkWrap .blk {
  max-width: 290px;
  width: 100%;
  padding: 25px 0;
}
body.top .secContact .blkWrap .blk h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
body.top .secContact .blkWrap .blk h3:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
body.top .secContact .blkWrap .blk .linkbtn {
  font-size: 2.2rem;
  max-width: 100%;
  padding: 10px 0;
  border: 2px solid #036eb5;
}
body.top .secContact .blkWrap .blk.blkTel h3:before {
  width: 45px;
  height: 40px;
  background: url(../img/common/icon-tel.svg) center/contain no-repeat;
}
body.top .secContact .blkWrap .blk.blkTel .linkbtn {
  font-size: 2.6rem;
  padding: 8px 0;
}
body.top .secContact .blkWrap .blk.blkForm h3:before {
  width: 37px;
  height: 53px;
  background: url(../img/common/icon-form.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  body.top .secContact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.top .secContact .blkWrap {
    flex-direction: column;
  }
  body.top .secContact .blkWrap:before {
    content: none;
  }
  body.top .secContact .blkWrap .blk {
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
  }
  body.top .secContact .blkWrap .blk h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body.top .secContact .blkWrap .blk h3:before {
    left: 50px;
  }
  body.top .secContact .blkWrap .blk .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
  }
  body.top .secContact .blkWrap .blk.blkTel h3:before {
    width: 30px;
    height: 25px;
    left: 60px;
  }
  body.top .secContact .blkWrap .blk.blkTel .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
  }
  body.top .secContact .blkWrap .blk.blkForm h3:before {
    width: 24px;
    height: 40px;
    left: 55px;
  }
}

body.page .secMv {
  position: relative;
}
body.page .secMv .mvImg {
  width: 100%;
}
body.page .secMv .mvImg img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
body.page .secMv .pageTtl {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 100px;
}
body.page .secMv .pageTtl .en {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.75);
  color: #fff;
}
body.page .secMv .pageTtl h1 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.75);
  color: #fff;
}
@media screen and (max-width: 920px) {
  body.page .secMv .pageTtl {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.page .secMv .mvImg img {
    height: 200px;
  }
  body.page .secMv .pageTtl {
    left: 20px;
  }
  body.page .secMv .pageTtl .en {
    font-size: 1.6rem;
  }
  body.page .secMv .pageTtl h1 {
    font-size: 2.4rem;
  }
}

body.company .secInner {
  max-width: 800px;
}
body.company .secTtl {
  max-width: 920px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 60px;
}
body.company .secTtl .en {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #009f97;
  padding-left: 5px;
  position: relative;
}
body.company .secTtl .en:before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #231815;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -35px;
}
body.company .secTtl h2 {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  body.company .secTtl .en {
    padding-left: 45px;
  }
  body.company .secTtl .en:before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #231815;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  body.company .secTtl h2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.company .secTtl {
    margin-bottom: 30px;
  }
  body.company .secTtl .en {
    font-size: 1.4rem;
    padding-left: 25px;
  }
  body.company .secTtl .en:before {
    width: 20px;
    height: 1px;
    left: -5px;
  }
  body.company .secTtl h2 {
    font-size: 2.4rem;
    padding-left: 20px;
  }
}
body.company .secPhilosophy {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.company .secPhilosophy .box {
  background-color: #009f97;
  padding: 40px 20px;
}
body.company .secPhilosophy .box .txt {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.company .secPhilosophy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.company .secPhilosophy .box {
    padding: 30px 15px;
  }
  body.company .secPhilosophy .box .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
body.company .secCompany {
  padding-bottom: 110px;
}
body.company .secCompany table {
  width: 100%;
}
body.company .secCompany table th, body.company .secCompany table td {
  font-size: 1.6rem;
  padding: 20px 15px;
  border-bottom: 1px solid #231815;
}
body.company .secCompany table th {
  width: 30%;
  padding-left: 15px;
}
body.company .secCompany table td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  body.company .secCompany {
    padding-bottom: 40px;
  }
  body.company .secCompany table {
    width: 100%;
  }
  body.company .secCompany table th, body.company .secCompany table td {
    font-size: 1.2rem;
    padding: 10px 7px;
  }
  body.company .secCompany table th {
    padding-left: 10px;
  }
}
body.company .secLicense {
  padding-bottom: 110px;
}
body.company .secLicense .txt {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
body.company .secLicense table {
  width: 100%;
}
body.company .secLicense table th, body.company .secLicense table td {
  font-size: 1.6rem;
  padding: 20px 0;
  border-bottom: 1px solid #231815;
}
body.company .secLicense table th {
  padding-left: 30px;
  width: 52%;
}
body.company .secLicense table td {
  width: 48%;
}
@media screen and (max-width: 767px) {
  body.company .secLicense {
    padding-bottom: 40px;
  }
  body.company .secLicense .txt {
    font-size: 1.4rem;
    font-weight: 500;
  }
  body.company .secLicense table {
    width: 100%;
  }
  body.company .secLicense table th, body.company .secLicense table td {
    font-size: 1.2rem;
    padding: 10px 7px;
    width: 50%;
  }
  body.company .secLicense table th {
    padding-left: 20px;
  }
  body.company .secLicense table td {
    text-align: right;
    padding-right: 20px;
  }
}
body.company .secAccess {
  padding-bottom: 140px;
}
body.company .secAccess .address {
  font-size: 1.6rem;
  font-weight: 600;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 20px 30px;
  margin-bottom: 60px;
}
body.company .secAccess .mapWrap {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
body.company .secAccess .mapWrap iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.company .secAccess {
    padding-bottom: 40px;
  }
  body.company .secAccess .address {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 10px;
    margin-bottom: 40px;
  }
  body.company .secAccess .mapWrap iframe {
    height: 200px;
  }
}

body.service .secRead {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #036eb5;
}
body.service .secRead .read {
  font-size: 2.2rem;
  line-height: 2.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.service .secRead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.service .secRead .read {
    font-size: 1.4rem;
    line-height: 2;
  }
}
body.service .secService {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.service .secService .secInner {
  max-width: 1120px;
}
body.service .secService .blk {
  display: flex;
  justify-content: space-between;
}
body.service .secService .blk:nth-of-type(n+2) {
  padding-top: 90px;
}
body.service .secService .blk .txt {
  max-width: 540px;
  width: 52%;
}
body.service .secService .blk .txt h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #036eb5;
  margin-bottom: 10px;
}
body.service .secService .blk .txt .pointWrap {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #231815;
}
body.service .secService .blk .txt .pointWrap .point {
  font-size: 2rem;
  font-weight: 600;
  color: #3e3a39;
  padding-left: 35px;
  position: relative;
}
body.service .secService .blk .txt .pointWrap .point:before {
  content: "●";
  color: #036eb5;
  position: absolute;
  left: 0;
}
body.service .secService .blk .txt .detail {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: justify;
}
body.service .secService .blk .img {
  max-width: 460px;
  width: 38%;
  padding-right: 45px;
  padding-bottom: 45px;
  position: relative;
}
body.service .secService .blk .img:after {
  content: "";
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  background: url(../img/service/service-img-bg.png) center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body.service .secService .blk:nth-of-type(even) {
  flex-direction: row-reverse;
}
body.service .secService .blk:nth-of-type(even) .img {
  padding-right: 0;
  padding-left: 45px;
}
body.service .secService .blk:nth-of-type(even) .img:after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 920px) {
  body.service .secService .blk .txt h2 {
    font-size: 3.2rem;
  }
  body.service .secService .blk .txt .pointWrap .point {
    font-size: 2rem;
    padding-left: 25px;
  }
  body.service .secService .blk .txt .detail {
    font-size: 1.8rem;
  }
  body.service .secService .blk .img {
    padding-right: 25px;
    padding-bottom: 25px;
  }
  body.service .secService .blk .img:after {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
  }
  body.service .secService .blk:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  body.service .secService .blk:nth-of-type(even) .img {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.service .secService {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.service .secService .blk {
    flex-direction: column;
  }
  body.service .secService .blk:nth-of-type(n+2) {
    padding-top: 60px;
  }
  body.service .secService .blk .txt {
    margin-bottom: 30px;
    width: 100%;
  }
  body.service .secService .blk .txt h2 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  body.service .secService .blk .txt .pointWrap {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  body.service .secService .blk .txt .pointWrap .point {
    font-size: 1.6rem;
    padding-left: 25px;
  }
  body.service .secService .blk .txt .detail {
    font-size: 1.4rem;
  }
  body.service .secService .blk .img {
    width: 100%;
    padding-right: 45px;
    padding-bottom: 45px;
  }
  body.service .secService .blk .img:after {
    width: calc(100% - 45px);
    height: calc(100% - 45px);
  }
  body.service .secService .blk:nth-of-type(even) {
    flex-direction: column;
  }
  body.service .secService .blk:nth-of-type(even) .img {
    padding-left: 45px;
  }
}

body.recruit .secTtl {
  margin-bottom: 30px;
}
body.recruit .secTtl .en {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00fff6;
  text-align: center;
}
body.recruit .secTtl h2 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  body.recruit .secTtl {
    margin-bottom: 20px;
  }
  body.recruit .secTtl .en {
    font-size: 2rem;
  }
  body.recruit .secTtl h2 {
    font-size: 2.8rem;
  }
  body.recruit .secMv .mvImg img {
    object-position: 25% center;
  }
}
body.recruit .secMv .mvVideo video {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  body.recruit .secMv .mvVideo video {
    height: 260px;
    object-fit: cover;
  }
}
body.recruit .secAbout {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ececed;
}
body.recruit .secAbout .txt {
  font-size: 1.8rem;
  text-align: center;
  color: #231815;
  margin-bottom: 40px;
}
body.recruit .secAbout .linkbtnRecruit {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #3e3a39;
  background-color: #00fff6;
  border-radius: 9999px;
  display: table;
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
}
body.recruit .secAbout .linkbtnRecruit:hover {
  opacity: 1;
  color: #fff;
  background-color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.recruit .secAbout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.recruit .secAbout .txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  body.recruit .secAbout .linkbtnRecruit {
    font-size: 1.4rem;
    max-width: 180px;
    padding: 10px 0;
  }
}
body.recruit .secDescription {
  padding-top: 90px;
  padding-bottom: 100px;
}
body.recruit .secDescription .secInner {
  max-width: 1020px;
}
body.recruit .secDescription .txt {
  font-size: 2.2rem;
  text-align: center;
  color: #231815;
  margin-bottom: 70px;
}
body.recruit .secDescription .blkWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.recruit .secDescription .blkWrap .blk {
  font-size: 3.5rem;
  font-weight: 600;
  width: 230px;
  height: 230px;
  color: #036eb5;
  border: 3px solid #036eb5;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.recruit .secDescription .blkWrap .blk .sub {
  font-size: 2.2rem;
  line-height: 1.2;
}
body.recruit .secDescription .blkWrap .blk:hover {
  opacity: 1;
  color: #fff;
  background-color: #036eb5;
}
@media screen and (max-width: 920px) {
  body.recruit .secDescription .blkWrap .blk {
    font-size: 2.8rem;
    width: 170px;
    height: 170px;
  }
  body.recruit .secDescription .blkWrap .blk .sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.recruit .secDescription {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body.recruit .secDescription .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  body.recruit .secDescription .blkWrap {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px 0;
  }
  body.recruit .secDescription .blkWrap .blk {
    font-size: 2rem;
    width: 150px;
    height: 150px;
  }
  body.recruit .secDescription .blkWrap .blk .sub {
    font-size: 1.6rem;
  }
}
body.recruit .secInterview .secInner {
  max-width: 1920px;
  padding: 0;
}
body.recruit .secInterview .blkWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
body.recruit .secInterview .blkWrap .blk {
  position: relative;
}
body.recruit .secInterview .blkWrap .blk .info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
body.recruit .secInterview .blkWrap .blk .info .head {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
body.recruit .secInterview .blkWrap .blk .info .logo {
  max-width: 110px;
  width: 100%;
  margin-bottom: 40px;
}
body.recruit .secInterview .blkWrap .blk .info .name {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
}
body.recruit .secInterview .blkWrap .blk:hover {
  opacity: 1;
}
body.recruit .secInterview .blkWrap .blk:hover .info {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body.recruit .secInterview .blkWrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body.recruit .secInterview .blkWrap .blk .info {
    opacity: 1;
    height: 20%;
    flex-direction: row;
    top: auto;
    bottom: 0;
    background-color: #036eb5;
  }
  body.recruit .secInterview .blkWrap .blk .info .head {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-right: 30px;
  }
  body.recruit .secInterview .blkWrap .blk .info .logo {
    display: none;
  }
  body.recruit .secInterview .blkWrap .blk .info .name {
    font-size: 1.6rem;
  }
}
body.recruit .secOther {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
body.recruit .secOther:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/recruit/other-bg.jpg) top center/100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
body.recruit .secOther .secTtl {
  margin-bottom: 70px;
}
body.recruit .secOther .secInner {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body.recruit .secOther {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.recruit .secOther .secTtl {
    margin-bottom: 30px;
  }
}
body.recruit .secOther .areaData .blkWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
body.recruit .secOther .areaData .blkWrap .blk {
  text-align: center;
  height: 280px;
  color: #fff;
  background-color: #036eb5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.recruit .secOther .areaData .blkWrap .blk h3 {
  font-size: 3.2rem;
  font-weight: 500;
}
body.recruit .secOther .areaData .blkWrap .blk .data {
  font-size: 2.4rem;
  font-weight: 500;
}
body.recruit .secOther .areaData .blkWrap .blk .data span {
  font-size: 8rem;
  font-family: var(--outfit);
  font-weight: 700;
}
body.recruit .secOther .areaData .blkWrap .blk.blk2 .data span {
  padding-left: 5px;
  padding-right: 5px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk3 h3 {
  margin-bottom: 15px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk3 .data span {
  line-height: 1.2;
  padding-top: 25px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk3 .note {
  font-size: 1.8rem;
  font-weight: 500;
}
body.recruit .secOther .areaData .blkWrap .blk.blk4 h3 {
  margin-bottom: 15px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk4 .data span {
  line-height: 1;
}
body.recruit .secOther .areaData .blkWrap .blk.blk4 .data span.woman {
  padding-left: 40px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk5 h3 {
  margin-bottom: 15px;
  line-height: 1.5;
}
body.recruit .secOther .areaData .blkWrap .blk.blk5 .data {
  padding-bottom: 40px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk5 .data span {
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk6 h3 {
  margin-bottom: 15px;
  line-height: 1.5;
}
body.recruit .secOther .areaData .blkWrap .blk.blk6 .data {
  padding-bottom: 40px;
}
body.recruit .secOther .areaData .blkWrap .blk.blk6 .data span {
  line-height: 1;
  padding-left: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  body.recruit .secOther .areaData .blkWrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.recruit .secOther .areaData .blkWrap .blk {
    height: 170px;
  }
  body.recruit .secOther .areaData .blkWrap .blk h3 {
    font-size: 2.4rem;
  }
  body.recruit .secOther .areaData .blkWrap .blk .data {
    font-size: 1.6rem;
  }
  body.recruit .secOther .areaData .blkWrap .blk .data span {
    font-size: 4rem;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk3 h3 {
    margin-bottom: 10px;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk3 .note {
    font-size: 1.4rem;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk4 h3 {
    margin-bottom: 10px;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk4 .data span.woman {
    padding-left: 20px;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk5 h3 {
    margin-bottom: 10px;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk5 .data {
    padding-bottom: 0;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk6 h3 {
    margin-bottom: 10px;
  }
  body.recruit .secOther .areaData .blkWrap .blk.blk6 .data {
    padding-bottom: 0;
  }
}
body.recruit .secOther .areaDescription {
  padding-top: 80px;
}
body.recruit .secOther .areaDescription .tab {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
body.recruit .secOther .areaDescription .tab li {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #171c61;
  border: 2px solid #fff;
  border-left: 0;
  border-radius: 0 25px 0 0;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
body.recruit .secOther .areaDescription .tab li:after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: #171c61;
  position: absolute;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  z-index: -1;
}
body.recruit .secOther .areaDescription .tab li.active {
  background: #036eb5;
}
body.recruit .secOther .areaDescription .tab li.active:after {
  background-color: #036eb5;
}
body.recruit .secOther .areaDescription .tab li:first-of-type:after {
  content: none;
}
body.recruit .secOther .areaDescription .tabContent {
  width: 100%;
  clear: both;
  background: #ececed;
  padding: 50px 80px;
  display: none;
  position: relative;
  z-index: -1;
}
body.recruit .secOther .areaDescription .tabContent .blkStop {
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: rgba(62, 58, 57, 0.66);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body.recruit .secOther .areaDescription .tabContent table {
  width: 100%;
  border: 2px solid #b2b2b3;
}
body.recruit .secOther .areaDescription .tabContent table th, body.recruit .secOther .areaDescription .tabContent table td {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 2px solid #b2b2b3;
}
body.recruit .secOther .areaDescription .tabContent table th {
  width: 220px;
  padding: 15px;
  padding-left: 35px;
  color: #fff;
  background-color: #036eb5;
}
body.recruit .secOther .areaDescription .tabContent table td {
  width: calc(100% - 220px);
  padding: 15px;
  padding-left: 20px;
  color: #3e3a39;
  background-color: #fff;
}
body.recruit .secOther .areaDescription .tabContent.active {
  display: block;
}
body.recruit .secOther .areaDescription .linkbtn {
  max-width: 230px;
  margin: 60px auto 0;
  background-color: #fff;
}
body.recruit .secOther .areaDescription .linkbtn:hover {
  background-color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.recruit .secOther .areaDescription {
    padding-top: 50px;
  }
  body.recruit .secOther .areaDescription .tab li {
    font-size: 1.4rem;
    border-radius: 0 15px 0 0;
    padding: 10px 0;
  }
  body.recruit .secOther .areaDescription .tab li.active {
    background: #036eb5;
  }
  body.recruit .secOther .areaDescription .tab li.active:after {
    background-color: #036eb5;
  }
  body.recruit .secOther .areaDescription .tabContent {
    padding: 20px 20px;
  }
  body.recruit .secOther .areaDescription .tabContent .blkStop {
    font-size: 2.4rem;
  }
  body.recruit .secOther .areaDescription .tabContent table th, body.recruit .secOther .areaDescription .tabContent table td {
    font-size: 1.2rem;
  }
  body.recruit .secOther .areaDescription .tabContent table th {
    width: 120px;
    padding: 10px;
    padding-left: 15px;
  }
  body.recruit .secOther .areaDescription .tabContent table td {
    width: calc(100% - 120px);
    padding: 10px;
    padding-left: 15px;
  }
  body.recruit .secOther .areaDescription .tabContent.active {
    display: block;
  }
  body.recruit .secOther .areaDescription .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
    margin: 30px auto 0;
  }
}

body.jobPage .secInner {
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  body.jobPage .secMv .mvImg img {
    object-position: 25% center;
  }
}
body.jobPage .linkTabWrap {
  max-width: 840px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
body.jobPage .linkTabWrap .linkTab {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #171c61;
  padding: 5px 0;
}
body.jobPage .linkTabWrap .linkTab.active {
  background-color: #036eb5;
}
body.jobPage .linkTabWrap .linkTab:hover {
  opacity: 1;
  background-color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.jobPage .linkTabWrap {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  body.jobPage .linkTabWrap .linkTab {
    font-size: 1.2rem;
  }
}
body.jobPage .secService {
  padding-bottom: 90px;
}
body.jobPage .secService .blk {
  display: flex;
  justify-content: space-between;
}
body.jobPage .secService .blk:nth-of-type(n+2) {
  margin-top: 80px;
}
body.jobPage .secService .blk .txt {
  max-width: 540px;
  width: 52%;
}
body.jobPage .secService .blk .txt h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #036eb5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #231815;
}
body.jobPage .secService .blk .txt h2:before {
  content: "●";
  font-size: 2.8rem;
  margin-right: 10px;
}
body.jobPage .secService .blk .txt .detail {
  font-size: 2rem;
  font-weight: 300;
  text-align: justify;
}
body.jobPage .secService .blk .img {
  max-width: 390px;
  width: 38%;
  border-radius: 30px;
}
body.jobPage .secService .blk:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  body.jobPage .secService {
    padding-bottom: 40px;
  }
  body.jobPage .secService .blk {
    flex-direction: column;
  }
  body.jobPage .secService .blk:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body.jobPage .secService .blk .txt {
    width: 100%;
    margin-bottom: 30px;
  }
  body.jobPage .secService .blk .txt h2 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  body.jobPage .secService .blk .txt .detail {
    font-size: 1.4rem;
  }
  body.jobPage .secService .blk .img {
    width: 100%;
  }
  body.jobPage .secService .blk:nth-of-type(even) {
    flex-direction: column;
  }
}
body.jobPage .secRecommend {
  padding-bottom: 150px;
}
body.jobPage .secRecommend .box {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #ececed;
  border-radius: 30px;
}
body.jobPage .secRecommend .box h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #171c61;
  margin-bottom: 40px;
}
body.jobPage .secRecommend .box .itemWrap {
  display: table;
  margin: 0 auto;
}
body.jobPage .secRecommend .box .itemWrap .item {
  font-size: 2rem;
  font-weight: 600;
  color: #3e3a39;
  display: flex;
  align-items: center;
}
body.jobPage .secRecommend .box .itemWrap .item:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/icon-check.png) center/contain no-repeat;
  margin-right: 20px;
}
body.jobPage .secRecommend .box .itemWrap .item:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body.jobPage .secRecommend {
    padding-bottom: 60px;
  }
  body.jobPage .secRecommend .box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  body.jobPage .secRecommend .box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body.jobPage .secRecommend .box .itemWrap .item {
    font-size: 1.4rem;
  }
  body.jobPage .secRecommend .box .itemWrap .item:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  body.jobPage .secRecommend .box .itemWrap .item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
body.jobPage .secInterview {
  background-color: #036eb5;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
body.jobPage .secInterview .secInner {
  max-width: 980px;
}
body.jobPage .secInterview .head {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 80px;
}
body.jobPage .secInterview .head:before {
  content: "";
  width: 1px;
  height: 420px;
  background-color: #fff;
  margin-bottom: 40px;
  margin-right: 3px;
}
body.jobPage .secInterview h2 {
  font-size: 7rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.78;
  margin-bottom: 20px;
}
body.jobPage .secInterview .txt {
  font-weight: 300;
  line-height: 2.7;
  text-align: justify;
  color: #fff;
}
body.jobPage .secInterview .right {
  padding: 0 20px 30px 80px;
  float: right;
}
body.jobPage .secInterview .right .img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 25px;
}
body.jobPage .secInterview .right .info {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body.jobPage .secInterview .secInner {
    padding-left: 60px;
  }
  body.jobPage .secInterview .head {
    left: 20px;
    top: auto;
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.jobPage .secInterview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.jobPage .secInterview .secInner {
    padding-left: 20px;
  }
  body.jobPage .secInterview .head {
    display: none;
  }
  body.jobPage .secInterview h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  body.jobPage .secInterview .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  body.jobPage .secInterview .right {
    padding: 0;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
  body.jobPage .secInterview .right .img {
    width: 50%;
    margin: 0 auto 10px;
  }
  body.jobPage .secInterview .right .info {
    font-size: 1.6rem;
  }
}
body.jobPage .secSched {
  padding-top: 110px;
  padding-bottom: 0;
}
body.jobPage .secSched .secTtl {
  margin-bottom: 30px;
}
body.jobPage .secSched .secTtl .en {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00fff6;
  text-align: center;
}
body.jobPage .secSched .secTtl h2 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #3e3a39;
}
body.jobPage .secSched .sched {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.jobPage .secSched {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  body.jobPage .secSched .secTtl {
    margin-bottom: 30px;
  }
  body.jobPage .secSched .secTtl .en {
    font-size: 1.8rem;
  }
  body.jobPage .secSched .secTtl h2 {
    font-size: 2rem;
  }
}
body.jobPage .secDescription {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 100px;
}
body.jobPage .secDescription .secTtl {
  margin-bottom: 30px;
}
body.jobPage .secDescription .secTtl .en {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00fff6;
  text-align: center;
}
body.jobPage .secDescription .secTtl h2 {
  font-size: 5.2rem;
  font-weight: 600;
  text-align: center;
  color: #3e3a39;
}
body.jobPage .secDescription .tableWrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body.jobPage .secDescription .tableWrap .blkStop {
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  color: #fff;
  background-color: rgba(62, 58, 57, 0.66);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 20;
  pointer-events: none;
}
body.jobPage .secDescription .tableWrap table {
  width: 100%;
  margin-bottom: 100px;
  border: 2px solid #b2b2b3;
}
body.jobPage .secDescription .tableWrap table th, body.jobPage .secDescription .tableWrap table td {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 2px solid #b2b2b3;
}
body.jobPage .secDescription .tableWrap table th {
  width: 220px;
  padding: 15px;
  padding-left: 35px;
  color: #fff;
  background-color: #036eb5;
}
body.jobPage .secDescription .tableWrap table td {
  width: calc(100% - 220px);
  padding: 15px;
  padding-left: 20px;
  color: #3e3a39;
  background-color: #fff;
}
body.jobPage .secDescription .tableWrap .linkbtn {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.jobPage .secDescription {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  body.jobPage .secDescription .secTtl {
    margin-bottom: 30px;
  }
  body.jobPage .secDescription .secTtl .en {
    font-size: 2rem;
  }
  body.jobPage .secDescription .secTtl h2 {
    font-size: 2.8rem;
  }
  body.jobPage .secDescription .tableWrap .blkStop {
    font-size: 2.4rem;
  }
  body.jobPage .secDescription .tableWrap table {
    margin-bottom: 30px;
  }
  body.jobPage .secDescription .tableWrap table th, body.jobPage .secDescription .tableWrap table td {
    font-size: 1.2rem;
  }
  body.jobPage .secDescription .tableWrap table th {
    width: 120px;
    padding: 10px;
    padding-left: 15px;
  }
  body.jobPage .secDescription .tableWrap table td {
    width: calc(100% - 120px);
    padding: 10px;
    padding-left: 15px;
  }
  body.jobPage .secDescription .tableWrap .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
  }
}
body.jobPage.job2 .secInterview h2 {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  body.jobPage.job2 .secInterview h2 {
    font-size: 2.2rem;
  }
}
body.jobPage.job3 .secInterview h2 {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  body.jobPage.job3 .secInterview h2 {
    font-size: 2.1rem;
  }
}

body.news .secInner {
  max-width: 780px;
}
body.news .secNews {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.news .secNews .postWrap {
  margin-bottom: 60px;
}
body.news .secNews .postWrap .post {
  padding: 20px 0;
  border-bottom: 1px solid #231815;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.news .secNews .postWrap .post > img {
  width: 32%;
}
body.news .secNews .postWrap .post .txt {
  width: 63%;
}
body.news .secNews .postWrap .post .txt .date {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--outfit);
  display: flex;
  align-items: center;
}
body.news .secNews .postWrap .post .txt .date .new {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #c10d23;
  border: 1px solid;
  padding: 0 5px;
  margin-left: 15px;
}
body.news .secNews .postWrap .post .txt .ttl {
  font-size: 2rem;
  font-weight: 400;
}
body.news .secNews .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.news .secNews .wp-pagenavi > * {
  font-size: 2.4rem;
  font-weight: 500;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #171c61;
  border-radius: 50%;
  border: none;
  margin: 0 10px;
}
body.news .secNews .wp-pagenavi a:hover {
  opacity: 1;
  background-color: #036eb5;
}
body.news .secNews .wp-pagenavi span {
  background-color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.news .secNews {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  body.news .secNews .postWrap {
    margin-bottom: 0;
  }
  body.news .secNews .postWrap .post .txt .date {
    font-size: 1.8rem;
  }
  body.news .secNews .postWrap .post .txt .date .new {
    font-size: 1.4rem;
  }
  body.news .secNews .postWrap .post .txt .ttl {
    font-size: 1.6rem;
  }
  body.news .secNews .wp-pagenavi {
    margin-top: 20px;
  }
  body.news .secNews .wp-pagenavi > * {
    font-size: 2rem;
    width: 45px;
    height: 45px;
    margin: 0 10px;
  }
}

body.news.single .secContent {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.news.single .secContent .ttlWrap {
  padding-bottom: 15px;
  padding-left: 5px;
  margin-bottom: 80px;
  border-bottom: 1px solid #231815;
  display: block;
}
body.news.single .secContent .ttlWrap .date {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--outfit);
  display: flex;
  align-items: center;
}
body.news.single .secContent .ttlWrap .date .new {
  font-size: 2rem;
  line-height: 1.3;
  color: #c10d23;
  border: 1px solid;
  padding: 0 5px;
  margin-left: 15px;
}
body.news.single .secContent .ttlWrap .ttl {
  font-size: 2.8rem;
  font-weight: 400;
}
body.news.single .secContent .content {
  margin-bottom: 60px;
}
body.news.single .secContent .content > *:last-child {
  margin-bottom: 0;
}
body.news.single .secContent .content p, body.news.single .secContent .content span, body.news.single .secContent .content a {
  font-size: 2.2rem;
}
body.news.single .secContent .content pre {
  white-space: pre-wrap;
}
body.news.single .secContent .content p {
  text-align: justify;
  margin-bottom: 30px;
}
body.news.single .secContent .content img {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto 30px;
}
body.news.single .secContent .btnWrap {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.news.single .secContent .btnWrap a {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #036eb5;
  border: 2px solid #036eb5;
  max-width: 230px;
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  border-radius: 9999px;
  position: relative;
}
body.news.single .secContent .btnWrap a:hover {
  color: #fff;
  background-color: #036eb5;
  opacity: 1;
}
body.news.single .secContent .btnWrap a:hover:after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.news.single .secContent {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.news.single .secContent .ttlWrap {
    margin-bottom: 40px;
  }
  body.news.single .secContent .ttlWrap .date {
    font-size: 2rem;
  }
  body.news.single .secContent .ttlWrap .date .new {
    font-size: 1.4rem;
  }
  body.news.single .secContent .ttlWrap .ttl {
    font-size: 1.8rem;
  }
  body.news.single .secContent .content {
    margin-bottom: 40px;
  }
  body.news.single .secContent .content p, body.news.single .secContent .content span, body.news.single .secContent .content a {
    font-size: 1.6rem;
  }
  body.news.single .secContent .content p {
    margin-bottom: 20px;
  }
  body.news.single .secContent .content img {
    margin: 0 auto 20px;
  }
  body.news.single .secContent .btnWrap a {
    font-size: 1.6rem;
    max-width: 160px;
    padding: 5px 0;
  }
}

body.contact .secInner {
  max-width: 820px;
}
body.contact .secForm {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.contact .secForm .read {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
}
body.contact .secForm .read a {
  color: #0031ff;
  text-decoration: underline;
}
body.contact .secForm .formWrap .note {
  font-size: 2rem;
  margin-bottom: 15px;
}
body.contact .secForm .formWrap .note span {
  color: #c10d23;
}
body.contact .secForm .formWrap .blk {
  display: flex;
}
body.contact .secForm .formWrap .blk:nth-of-type(n+2) {
  margin-top: 40px;
}
body.contact .secForm .formWrap .blk .item {
  font-size: 2rem;
  width: 240px;
}
body.contact .secForm .formWrap .blk .item span {
  color: #c10d23;
}
body.contact .secForm .formWrap .blk .inputWrap, body.contact .secForm .formWrap .blk .radioWrap, body.contact .secForm .formWrap .blk .telWrap, body.contact .secForm .formWrap .blk .selectWrap {
  font-size: 2rem;
  width: calc(100% - 240px);
}
body.contact .secForm .formWrap .blk .inputWrap input, body.contact .secForm .formWrap .blk .inputWrap textarea {
  font-size: 2rem;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #000;
}
body.contact .secForm .formWrap .blk .telWrap input {
  font-size: 2rem;
  padding: 5px 10px;
  border: 1px solid #000;
}
body.contact .secForm .formWrap .blk .radioWrap label {
  font-size: 2rem;
  width: 100%;
  margin-right: 10px;
}
body.contact .secForm .formWrap .blk .selectWrap {
  position: relative;
}
body.contact .secForm .formWrap .blk .selectWrap:after {
  content: "▼";
  font-size: 1.8rem;
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: -1;
}
body.contact .secForm .formWrap .blk .selectWrap select {
  font-size: 2rem;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #000;
}
body.contact .secForm .formWrap .btnWrap {
  display: table;
  margin: 80px auto 0;
}
body.contact .secForm .formWrap .btnWrap input, body.contact .secForm .formWrap .btnWrap button {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #036eb5;
  border: 2px solid #036eb5;
  border-radius: 9999px;
  width: 240px;
  padding: 15px 0;
  transition: 0.4s;
}
body.contact .secForm .formWrap .btnWrap input:hover, body.contact .secForm .formWrap .btnWrap button:hover {
  color: #036eb5;
  background-color: #fff;
}
body.contact .secForm .formWrap .btnWrap button {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  body.contact .secForm {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  body.contact .secForm .read {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  body.contact .secForm .formWrap .note {
    font-size: 1.4rem;
  }
  body.contact .secForm .formWrap .blk {
    flex-direction: column;
  }
  body.contact .secForm .formWrap .blk:nth-of-type(n+2) {
    margin-top: 25px;
  }
  body.contact .secForm .formWrap .blk .item {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 10px;
  }
  body.contact .secForm .formWrap .blk .inputWrap, body.contact .secForm .formWrap .blk .radioWrap, body.contact .secForm .formWrap .blk .telWrap, body.contact .secForm .formWrap .blk .selectWrap {
    font-size: 1.6rem;
    width: 100%;
  }
  body.contact .secForm .formWrap .blk .inputWrap input, body.contact .secForm .formWrap .blk .inputWrap textarea {
    font-size: 1.6rem;
  }
  body.contact .secForm .formWrap .blk .telWrap input {
    font-size: 1.6rem;
    width: 30%;
  }
  body.contact .secForm .formWrap .blk .radioWrap .horizontal-item {
    margin-left: 0;
  }
  body.contact .secForm .formWrap .blk .radioWrap label {
    font-size: 1.6rem;
    width: 100%;
    display: inline-block;
  }
  body.contact .secForm .formWrap .blk .selectWrap:after {
    font-size: 1.4rem;
    top: 7px;
    right: 20px;
  }
  body.contact .secForm .formWrap .blk .selectWrap select {
    font-size: 1.6rem;
  }
  body.contact .secForm .formWrap .btnWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
  }
  body.contact .secForm .formWrap .btnWrap input, body.contact .secForm .formWrap .btnWrap button {
    font-size: 1.6rem;
    width: 200px;
    padding: 10px 0;
  }
  body.contact .secForm .formWrap .btnWrap button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body.contact .secForm .mw_wp_form_confirm .selectWrap:after,
body.contact .secForm .mw_wp_form_confirm .read,
body.contact .secForm .mw_wp_form_confirm .note,
body.contact .secForm .mw_wp_form_confirm .blk .item span {
  display: none !important;
}
body.contact .secForm .mw_wp_form_complete h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #036eb5;
  margin-bottom: 20px;
}
body.contact .secForm .mw_wp_form_complete p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.contact .secForm .mw_wp_form_complete h2 {
    font-size: 2.8rem;
  }
  body.contact .secForm .mw_wp_form_complete p {
    font-size: 1.4rem;
  }
}

body.pump .secContent .blk {
  padding: 60px 0;
}
body.pump .secContent .blk:nth-of-type(odd) {
  background-color: #e9f7ff;
}
body.pump .secContent .blk:first-of-type {
  background: none;
  position: relative;
}
body.pump .secContent .blk:first-of-type:before {
  content: "";
  width: 100%;
  height: 380px;
  background-color: #e9f7ff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
body.pump .secContent .blk:last-of-type {
  padding-bottom: 100px;
}
body.pump .secContent .blk h2 {
  font-size: clamp(2.6rem, 3.2vw, 4rem);
  font-weight: 600;
  text-align: center;
  color: #009f97;
  margin-bottom: 20px;
}
body.pump .secContent .blk h2 span {
  color: #595757;
}
body.pump .secContent .blk .img {
  max-width: 640px;
  width: 100%;
  margin: 30px auto 0;
}
body.pump .secContent .blk .txt {
  font-weight: 600;
  color: #231815;
  line-height: 2.5;
  text-align: center;
}
body.pump .secContent .blk .txt span {
  color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.pump .secContent .blk {
    padding: 40px 20px;
  }
  body.pump .secContent .blk:first-of-type:before {
    height: 250px;
  }
  body.pump .secContent .blk:last-of-type {
    padding-bottom: 60px;
  }
  body.pump .secContent .blk h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  body.pump .secContent .blk .img {
    margin-top: 20px;
    width: 80%;
  }
  body.pump .secContent .blk .txt {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    display: table;
    margin: 0 auto;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.loading #loading-animation {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loading #loading-animation {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

body.privacy .secInner {
  max-width: 900px;
}
body.privacy .privacy {
  padding-bottom: 70px;
  margin-top: 100px;
}
body.privacy .privacy p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 60px;
}
body.privacy .privacy h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #036eb5;
  margin-bottom: 15px;
}
body.privacy .privacy .last {
  font-size: 1.6rem;
}
body.privacy .privacy .last a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.privacy .privacy {
    padding-bottom: 60px;
  }
  body.privacy .privacy p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  body.privacy .privacy h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body.privacy .privacy .last {
    font-size: 1.4rem;
  }
}

body.csr .secAbout {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 110px;
  background: url(../img/csr/about-bg.png) center/cover no-repeat;
}
body.csr .secAbout .en {
  font-size: 3.2rem;
  font-weight: 500;
  color: #6ec5cd;
  margin-bottom: 20px;
}
body.csr .secAbout h3 {
  font-size: 4.8rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
body.csr .secAbout h3:before, body.csr .secAbout h3:after {
  content: "~";
  margin: 0 10px;
}
body.csr .secAbout .detail p {
  font-size: 1.8rem;
}
body.csr .secAbout .detail p + p {
  margin-top: 30px;
}
body.csr .secAbout .detail .emp {
  font-size: 2.4rem;
  font-weight: 500;
  color: #026EB5;
}
@media screen and (max-width: 768px) {
  body.csr .secAbout h3 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.csr .secAbout {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  body.csr .secAbout .en {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body.csr .secAbout h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  body.csr .secAbout h3:before, body.csr .secAbout h3:after {
    margin: 0 20px;
  }
  body.csr .secAbout .detail p {
    font-size: 1.4rem;
  }
  body.csr .secAbout .detail p + p {
    margin-top: 20px;
  }
  body.csr .secAbout .detail .emp {
    font-size: 1.8rem;
  }
}
body.csr .secPoint {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #def1fb;
}
body.csr .secPoint .secInner {
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  body.csr .secPoint {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
body.csr .secPoint .acd {
  width: 100%;
}
body.csr .secPoint .acd .acdTtl {
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 30px;
  color: #0868a8;
  background-color: #fff;
  position: relative;
}
body.csr .secPoint .acd .acdTtl:after {
  content: "";
  background: url(../img/common/acd-open.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
}
body.csr .secPoint .acd .acdTtl.active:after {
  background: url(../img/common/acd-close.png) center center/contain no-repeat;
}
body.csr .secPoint .acd .acdBox {
  font-size: 1.8rem;
  font-weight: 600;
  max-height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
body.csr .secPoint .acd .acdBox .acdInner {
  padding: 25px 30px 45px;
  background-color: #fff;
}
body.csr .secPoint .acd .acdBox p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.csr .secPoint .acd .acdTtl {
    font-size: 1.8rem;
    padding: 20px 15px;
    padding-right: 35px;
  }
  body.csr .secPoint .acd .acdTtl:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
  body.csr .secPoint .acd .acdBox {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  body.csr .secPoint .acd .acdBox .acdInner {
    padding: 10px 15px 30px;
  }
}

body.effort .secMv {
  position: relative;
}
body.effort .secMv h1 {
  font-size: 5.6rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0px 0px 25px rgb(0, 0, 0);
  font-family: var(--serif);
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  body.effort .secMv h1 {
    font-size: 2.2rem;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
  }
}
body.effort .secAbout {
  padding-top: 60px;
  padding-bottom: 100px;
  background: url(../img/effort/about-bg.png) center/cover no-repeat;
}
body.effort .secAbout .secTtl {
  margin-bottom: 40px;
}
body.effort .secAbout .secTtl .en {
  font-size: 2.2rem;
  font-weight: 500;
  color: #6ec5cd;
  text-align: center;
  margin-bottom: 20px;
}
body.effort .secAbout .secTtl h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  color: #4d4d4d;
}
body.effort .secAbout .txt {
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
  color: #231815;
}
@media screen and (max-width: 767px) {
  body.effort .secAbout {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  body.effort .secAbout .secTtl {
    margin-bottom: 30px;
  }
  body.effort .secAbout .secTtl .en {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  body.effort .secAbout .secTtl h2 {
    font-size: 2rem;
  }
  body.effort .secAbout .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
body.effort .secEffort .secInner {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
body.effort .secEffort h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 4px;
  text-align: center;
  color: #4d4d4d;
  margin: 130px 0;
}
body.effort .secEffort h2 .lg {
  font-size: 6.4rem;
  letter-spacing: 0;
  line-height: 0;
}
body.effort .secEffort h2 .ul {
  background: linear-gradient(transparent 55%, #fffdb6 0%);
}
@media screen and (max-width: 767px) {
  body.effort .secEffort h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin: 60px 0;
  }
  body.effort .secEffort h2 .lg {
    font-size: 4.2rem;
  }
}
body.effort .secEffort .blk {
  margin-bottom: 160px;
  position: relative;
}
body.effort .secEffort .blk:before {
  content: "";
  width: 100%;
  height: 480px;
  background-color: #f5f5f5;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
body.effort .secEffort .blk .inner {
  max-width: 1040px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body.effort .secEffort .blk:nth-of-type(even) .inner {
  flex-direction: row-reverse;
}
body.effort .secEffort .blk:last-of-type {
  margin-bottom: 0;
}
body.effort .secEffort .blk .head {
  width: auto;
  height: 70px;
  margin-bottom: 60px;
}
body.effort .secEffort .blk .head img {
  height: 100%;
}
body.effort .secEffort .blk .txt {
  width: 45%;
  padding-top: 25px;
}
body.effort .secEffort .blk .txt h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #3d3a39;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
body.effort .secEffort .blk .txt h3:before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #00fff6;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.effort .secEffort .blk .txt .detail {
  font-weight: 600;
  text-align: justify;
  line-height: 2.2;
}
body.effort .secEffort .blk .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  body.effort .secEffort .blk {
    margin-bottom: 100px;
  }
  body.effort .secEffort .blk:before {
    height: 100%;
    top: 25px;
  }
  body.effort .secEffort .blk .inner {
    flex-direction: column-reverse !important;
  }
  body.effort .secEffort .blk:last-of-type {
    margin-bottom: 0;
  }
  body.effort .secEffort .blk .head {
    height: 50px;
    margin-bottom: 30px;
  }
  body.effort .secEffort .blk .txt {
    width: 100%;
    padding-top: 15px;
  }
  body.effort .secEffort .blk .txt h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  body.effort .secEffort .blk .txt h3:before {
    width: 60px;
  }
  body.effort .secEffort .blk .txt .detail {
    font-size: 1.4rem;
    line-height: 2;
  }
  body.effort .secEffort .blk .img {
    width: 70%;
    margin: 0 auto 20px;
  }
}
body.effort .secOther {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
body.effort .secOther .secInner {
  max-width: 900px;
}
body.effort .secOther .secTtl {
  margin-bottom: 70px;
}
body.effort .secOther .secTtl .en {
  font-size: 2.2rem;
  font-weight: 500;
  color: #6ec5cd;
  text-align: center;
}
body.effort .secOther .secTtl h2 {
  font-size: 5.2rem;
  font-weight: 500;
  text-align: center;
  color: #3d3a39;
}
@media screen and (max-width: 767px) {
  body.effort .secOther {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.effort .secOther {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.effort .secOther .secTtl {
    margin-bottom: 30px;
  }
  body.effort .secOther .secTtl .en {
    font-size: 2rem;
  }
  body.effort .secOther .secTtl h2 {
    font-size: 2.8rem;
  }
}
body.effort .secOther .areaDescription {
  padding-top: 80px;
}
body.effort .secOther .areaDescription .tab {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
body.effort .secOther .areaDescription .tab li {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #171c61;
  border: 2px solid #fff;
  border-left: 0;
  border-radius: 0 25px 0 0;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
body.effort .secOther .areaDescription .tab li:after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: #171c61;
  position: absolute;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  z-index: -1;
}
body.effort .secOther .areaDescription .tab li.active {
  background: #036eb5;
}
body.effort .secOther .areaDescription .tab li.active:after {
  background-color: #036eb5;
}
body.effort .secOther .areaDescription .tab li:first-of-type:after {
  content: none;
}
body.effort .secOther .areaDescription .tabContent {
  width: 100%;
  clear: both;
  background: #ececed;
  padding: 50px 80px;
  display: none;
  position: relative;
  z-index: -1;
}
body.effort .secOther .areaDescription .tabContent .blkStop {
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: rgba(62, 58, 57, 0.66);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body.effort .secOther .areaDescription .tabContent table {
  width: 100%;
  border: 2px solid #b2b2b3;
}
body.effort .secOther .areaDescription .tabContent table th, body.effort .secOther .areaDescription .tabContent table td {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 2px solid #b2b2b3;
}
body.effort .secOther .areaDescription .tabContent table th {
  width: 220px;
  padding: 15px;
  padding-left: 35px;
  color: #fff;
  background-color: #036eb5;
}
body.effort .secOther .areaDescription .tabContent table td {
  width: calc(100% - 220px);
  padding: 15px;
  padding-left: 20px;
  color: #3e3a39;
  background-color: #fff;
}
body.effort .secOther .areaDescription .tabContent.active {
  display: block;
}
body.effort .secOther .areaDescription .linkbtn {
  max-width: 230px;
  margin: 60px auto 0;
  background-color: #fff;
}
body.effort .secOther .areaDescription .linkbtn:hover {
  background-color: #036eb5;
}
@media screen and (max-width: 767px) {
  body.effort .secOther .areaDescription {
    padding-top: 50px;
  }
  body.effort .secOther .areaDescription .tab li {
    font-size: 1.4rem;
    border-radius: 0 15px 0 0;
    padding: 10px 0;
  }
  body.effort .secOther .areaDescription .tab li.active {
    background: #036eb5;
  }
  body.effort .secOther .areaDescription .tab li.active:after {
    background-color: #036eb5;
  }
  body.effort .secOther .areaDescription .tabContent {
    padding: 20px 20px;
  }
  body.effort .secOther .areaDescription .tabContent .blkStop {
    font-size: 2.4rem;
  }
  body.effort .secOther .areaDescription .tabContent table th, body.effort .secOther .areaDescription .tabContent table td {
    font-size: 1.2rem;
  }
  body.effort .secOther .areaDescription .tabContent table th {
    width: 120px;
    padding: 10px;
    padding-left: 15px;
  }
  body.effort .secOther .areaDescription .tabContent table td {
    width: calc(100% - 120px);
    padding: 10px;
    padding-left: 15px;
  }
  body.effort .secOther .areaDescription .tabContent.active {
    display: block;
  }
  body.effort .secOther .areaDescription .linkbtn {
    font-size: 1.4rem;
    max-width: 180px;
    margin: 30px auto 0;
  }
}