.headTitle {
  font-size: clamp(28px, 2.3vw, 32px);
  color: #001A72;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #FFB53D;
  margin-bottom: 40px;
}

.headTitle + p {
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .headTitle {
    font-size: clamp(24px, 6.6vw, 28px);
  }
  .headTitle + p {
    font-size: clamp(20px, 5.5vw, 26px);
    font-weight: 900;
    line-height: 140%;
  }
}
.commonGrid {
  padding: 60px 0;
  display: grid;
}
.commonGrid .leftArea {
  max-width: 520px;
  width: 90%;
}
.commonGrid .tx {
  font-size: clamp(15px, 1.1vw, 16px);
}

@media screen and (min-width: 1201px) {
  .commonGrid {
    grid-template-columns: 1fr 570px 570px 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .commonGrid {
    grid-template-columns: 5% 1fr 1fr 5%;
  }
}
@media screen and (min-width: 768px) {
  .commonGrid .rightArea {
    grid-column: 3/5;
  }
}
@media screen and (max-width: 767px) {
  .commonGrid {
    grid-template-columns: 1fr;
  }
}
section {
  background: #fff;
}

.imgGridArea {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.imgGridArea a {
  text-align: center;
}
.imgGridArea a p {
  padding-top: 25px;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: bold;
  color: #001A72;
}

.secRecruit .headTitle, .secNews .headTitle {
  margin-bottom: 18px;
  font-size: 18px;
}
.secRecruit .headTitle + p, .secNews .headTitle + p {
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: bold;
}

.mv {
  width: 100%;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  position: relative;
  overflow: hidden;
}
.mv .bg-video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.mv .tx {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 2%;
}
.mv .tx img {
  text-align: left;
}
.mv .cta {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
}
.mv .fade-in {
  transition: all 0.3s;
  animation-duration: 0.8s;
  animation-name: fadeIn;
}

@media screen and (min-width: 801px) {
  .mv .cta {
    transition: all 0.3s;
  }
  .mv .tx {
    padding-right: 280px;
  }
}
@media screen and (min-width: 768px) {
  .mv .cta {
    right: -8px;
  }
  .mv .cta:hover {
    right: -2px;
  }
}
@media screen and (max-width: 800px) {
  .mv {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
  }
  .mv .tx {
    bottom: 70px;
    width: 95%;
  }
  .mv .tx img {
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mv .cta {
    position: fixed;
    background: #001A72;
    width: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 100;
  }
  .mv .cta .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 13px 0 18px;
  }
  .mv .cta .wrap * {
    color: #fff;
    font-weight: bold;
  }
  .mv .cta .wrap h3 {
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    text-decoration-color: #FFB53D;
  }
  .mv .cta .wrap h3 + p {
    font-size: 14px;
  }
  .mv .fade-in {
    transition: all 0.8s;
    animation-duration: 1.3s;
    animation-name: fadeIn;
  }
}
.secInfo {
  padding: 100px 0 130px;
}
.secInfo .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.secInfo .content .txArea {
  position: relative;
  z-index: 1;
  padding: 35px 25px 46px 35px;
  width: 90%;
  margin: -17px auto 0;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #001A72;
}
.secInfo .content .txArea .headTitle {
  margin-bottom: 10px;
}
.secInfo .content .txArea * {
  color: #fff;
}

@media screen and (max-width: 950px) {
  .secInfo .gridArea {
    grid-template-columns: 1fr;
  }
  .secInfo .gridArea .content .txArea {
    gap: 30px;
  }
  .secInfo .gridArea .content .imgArea img {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .secInfo {
    padding: 50px 0 120px;
  }
  .secInfo .gridArea {
    gap: 40px;
  }
  .secInfo .gridArea .content .txArea {
    padding: 30px 0;
    flex-direction: column;
    gap: 20px;
    margin: -9% auto 0;
  }
  .secInfo .gridArea .content .txArea .headTitle {
    font-size: clamp(24px, 6.6vw, 28px);
  }
}
.secOutline {
  padding-bottom: 125px;
}
.secOutline .parentWidth {
  margin-top: -190px;
}
.secOutline .wrap {
  position: relative;
}
.secOutline .wrap:after {
  content: "";
  z-index: 0;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
}
.secOutline * {
  position: relative;
  z-index: 1;
  color: #001A72;
}
.secOutline .commonGrid {
  padding: 85px 0;
}
.secOutline .commonGrid .leftArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secOutline .headTitle + p {
  color: #001A72;
}
.secOutline .btnArea {
  display: grid;
  gap: 25px;
}

.secOutline .rightArea {
  margin-top: -145px;
}

@media screen and (max-width: 1000px) {
  .secOutline {
    padding-bottom: 60px;
  }
  .secOutline .wrap {
    padding-bottom: 0px;
  }
  .secOutline .parentWidth {
    margin-top: -15%;
  }
  .secOutline .imgGridArea a p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .secOutline .imgGridArea {
    flex-direction: column;
  }
  .secOutline .commonGrid {
    gap: 40px;
    margin: 0 auto;
    padding: 0px 0 50px;
  }
  .secOutline .commonGrid .leftArea {
    order: 2;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .secOutline .commonGrid .rightArea {
    margin-top: -40px;
    order: 1;
    width: 90%;
    margin-left: auto;
  }
}
.secSustainability {
  position: relative;
  margin-bottom: 40px;
}
.secSustainability .commonGrid {
  padding: 85px 0;
}
.secSustainability .wrap {
  position: relative;
}
.secSustainability .wrap:after {
  content: "";
  z-index: 0;
  background: #F5F5F5;
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
}
.secSustainability .leftArea {
  margin-top: -145px;
  position: relative;
  z-index: 1;
  grid-column: 1/3;
  max-width: initial;
}
.secSustainability .rightArea * {
  position: relative;
  z-index: 1;
  color: #001A72;
}
.secSustainability .rightArea .innerWrap {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .secSustainability .detailArea {
    margin-left: auto;
    width: 90%;
    margin-top: -50px;
    position: relative;
  }
  .secSustainability .detailArea .tx {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .secSustainability {
    margin-top: 40px;
  }
  .secSustainability .detailArea {
    padding: 20px 20px 33px;
  }
  .secSustainability .detailArea .tx {
    padding-bottom: 20px;
  }
  .secSustainability .rightArea .headTitle {
    margin-bottom: 30px;
  }
  .secSustainability .rightArea .innerWrap {
    margin-top: 50px;
    justify-content: initial;
    align-items: center;
  }
}
.secRecruit {
  margin-top: 110px;
}
.secRecruit .gridArea {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}
.secRecruit .gridArea .txArea {
  background: #001A72;
  padding: 62px 57px 76px;
  display: grid;
  gap: 40px;
}
.secRecruit .gridArea .txArea * {
  color: #fff;
}
.secRecruit .gridArea .txArea .tx {
  line-height: 2.375;
  padding: 26px 0 72px;
}
.secRecruit .gridArea .imgArea {
  cursor: pointer;
  background-image: url(../images/img5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1440px) {
  .secRecruit .gridArea {
    max-width: 1440px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .secRecruit .gridArea {
    grid-template-columns: 1fr;
  }
  .secRecruit .gridArea .txArea {
    gap: 30px;
    width: 100%;
    padding: 50px 15px 60px;
  }
  .secRecruit .gridArea .txArea .tx {
    padding: 20px 0 40px;
  }
  .secRecruit .gridArea .imgArea {
    aspect-ratio: 390/286;
  }
}
.secNews {
  padding-top: 85px;
}
.secNews .headTitle + p {
  color: #001A72;
}
.secNews .newsList {
  padding-bottom: 20px;
  padding-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px;
}
.secNews .newsList .content {
  display: grid;
  grid-template-columns: max-content 1fr;
  border-bottom: none !important;
  gap: 28px;
}
.secNews .newsList .content .imgArea {
  max-width: 150px;
  aspect-ratio: 150/100;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.secNews .newsList .content .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secNews .newsList .content .textArea .wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 5px;
}
.secNews .newsList .content .textArea .wrap * {
  font-size: clamp(15px, 1.1vw, 16px);
}
.secNews .newsList .content .textArea .wrap .date {
  color: #001A72;
}
.secNews .newsList .content .textArea .wrap .category {
  background: #001A72;
  color: #fff;
  padding: 2px 10px;
  text-align: center;
}
.secNews .newsList .content .textArea .title {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
}
.secNews .btnArea {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 110px;
}

@media screen and (max-width: 1000px) {
  .secNews .newsList {
    gap: 20px 40px;
  }
  .secNews .newsList .content {
    grid-template-columns: 0.5fr 1fr;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .secNews .newsList .content .textArea .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1000px) {
  .secNews {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .secNews .newsList {
    grid-template-columns: 1fr;
  }
  .secNews .newsList .content {
    grid-template-columns: max-content 1fr;
    gap: 14px;
  }
  .secNews .newsList .content:first-of-type {
    padding: 20px 0 !important;
  }
  .secNews .btnArea {
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=style.css.map */