@charset "UTF-8";
#mainContent {
  overflow-x: hidden;
}

body * {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jost {
  font-family: "Jost", serif;
}

.lato {
  font-family: "Lato", serif;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  overflow-x: hidden;
}

#pageContent {
  padding-top: 90px;
}

.footerWidth {
  margin: 0 auto;
}

.commonWidth {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.parentWidth {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
}

.innerWidth {
  margin: 0 auto;
  max-width: 980px;
  width: 90%;
}

@media screen and (max-width: 800px) {
  #pageContent {
    padding-top: 60px;
  }
}
.pageTitleNews {
  padding-top: 110px;
}
.pageTitleNews * {
  color: #001A72;
}
.pageTitleNews h1 {
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: bold;
  letter-spacing: 0.23em;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pageTitleNews {
    padding-top: 50px;
  }
  .pageTitleNews * {
    color: #001A72;
  }
  .pageTitleNews h1 {
    font-weight: bold;
    letter-spacing: 0.23em;
    padding-bottom: 15px;
  }
}
section {
  max-width: 1440px;
  margin-inline: auto;
}

.btnArea {
  display: grid;
  grid-template-columns: 1fr;
}
.btnArea a, .btnArea div {
  display: flex;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.btnArea a p, .btnArea div p {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  color: #001A72;
  position: relative;
  left: -14px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .btnArea a img {
    width: 50px;
    height: 50px;
  }
  .btnArea a p {
    left: -8px;
  }
}
.secHeader {
  width: 100%;
  position: fixed;
  z-index: 1210;
  transition: opacity 0.3s;
  top: 0px;
  right: 0;
  height: 90px;
  background: #fff;
}
.secHeader .logoArea {
  position: absolute;
  left: 20px;
  top: 20px;
  transition: 0.3s;
  visibility: visible;
}
.secHeader .secHeaderIn {
  transition: all 0.3s;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 60px;
  width: 100%;
}
.secHeader .secHeaderIn .headerNav div {
  cursor: pointer;
}

@media screen and (min-width: 801px) {
  .secHeader .secHeaderIn .wrap {
    padding-right: 20px;
  }
  .secHeader .secHeaderIn .wrap .group {
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
  .secHeader .secHeaderIn .wrap .headerNav {
    padding-right: 20px;
    display: flex;
    gap: clamp(0.625rem, -2.5rem + 5vw, 1.25rem);
  }
  .secHeader .secHeaderIn .wrap .headerNav a, .secHeader .secHeaderIn .wrap .headerNav div {
    font-size: clamp(15px, 1.1vw, 16px);
    font-weight: bold;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 900px) {
  .secHeader .secHeaderIn .logoArea {
    top: 35px;
  }
  .secHeader .secHeaderIn .logoArea img {
    width: 190px;
    height: auto;
  }
  .secHeader .secHeaderIn .wrap .headerNav a, .secHeader .secHeaderIn .wrap .headerNav div {
    font-size: 14px;
  }
  .hamburgerWrap .hamburger {
    top: 12px !important;
  }
}
@media screen and (max-width: 800px) {
  .secHeader {
    height: 60px;
  }
  .secHeader .secHeaderIn .logoArea {
    top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .secHeader .secHeaderIn .logoArea h1 {
    font-size: 14px;
  }
}
.global-nav {
  position: fixed;
  opacity: 0;
  padding-top: 60px;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  transition: all 0.6s;
  z-index: 1290;
  overflow-y: auto;
  visibility: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.global-nav .global-nav-inner {
  width: 100%;
  transition: 0.6s;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  text-align: center;
  margin-left: auto;
  position: relative;
}
.global-nav .global-nav-inner .smt-nav-link {
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  transition: all 0.6s;
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
  position: relative;
}

.hamburgerWrap {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 1300;
  top: 0px;
}
.hamburgerWrap .hamburger {
  cursor: pointer;
  width: 32px;
  height: 15px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
}
.hamburgerWrap .hamburger .hamburger__line {
  position: absolute;
  width: 20px;
  height: 1px;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hamburgerWrap .hamburger .hamburger__line--1 {
  top: 16px;
  width: 32px;
  background-color: #000;
}
.hamburgerWrap .hamburger .hamburger__line--2 {
  top: 22px;
  background-color: #000;
  width: 32px;
}
.hamburgerWrap .hamburger .hamburger__line--3 {
  top: 28px;
  width: 32px;
  background-color: #000;
}

/* 表示された時用のCSS */
.onMenu {
  height: 100%;
  overflow: hidden;
}
.onMenu .global-nav {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  visibility: visible;
  opacity: 1;
  justify-content: center;
}
.onMenu .global-nav-inner {
  width: 100%;
  opacity: 1;
}
.onMenu .global-nav-inner .smt-nav-link {
  opacity: 1;
}
.onMenu .hamburger__line--1 {
  top: 22px !important;
  width: 32px !important;
  transform: translateX(-50%) rotate(45deg) !important;
  -webkit-transform: translateX(-50%) rotate(45deg) !important;
  -ms-transform: translateX(-50%) rotate(45deg) !important;
}
.onMenu .hamburger__line--2 {
  opacity: 0;
}
.onMenu .hamburger__line--3 {
  transform: translateX(-50%) rotate(-45deg) !important;
  -webkit-transform: translateX(-50%) rotate(-45deg) !important;
  -ms-transform: translateX(-50%) rotate(-45deg) !important;
  top: 22px !important;
  width: 32px !important;
}
.onMenu .text_on {
  display: none !important;
}
.onMenu .text_close {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .secHeader .logoArea {
    top: 25px;
  }
  .hamburgerWrap .hamburger {
    width: 42px;
    height: 42px;
    top: 18px;
    right: 20px;
  }
  .hamburgerWrap .hamburger .hamburger__line--1 {
    top: 12px;
    width: 28px;
  }
  .hamburgerWrap .hamburger .hamburger__line--2 {
    top: 19px;
    width: 28px;
  }
  .hamburgerWrap .hamburger .hamburger__line--3 {
    top: 26px;
    width: 28px;
  }
  .onMenu .hamburger__line--1 {
    top: 20px !important;
    width: 26px !important;
  }
  .onMenu .hamburger__line--3 {
    top: 20px !important;
    width: 26px !important;
  }
  .onMenu .global-nav-inner {
    width: 100%;
    max-width: initial;
  }
}
header .accordionArea {
  background: #F5F5F5;
  display: none;
  position: absolute;
  top: 90px;
  padding: 30px 0 37px;
  width: 100%;
}
header .accordionArea .tl {
  font-size: clamp(28px, 2.3vw, 32px);
  font-weight: bold;
  color: #001A72;
  display: block;
  margin-bottom: 15px;
}
header .accordionArea nav ul {
  display: flex;
  gap: clamp(1.25rem, -1.563rem + 5vw, 2.188rem);
  flex-wrap: wrap;
}
header .accordionArea nav ul li a {
  font-size: clamp(15px, 1.1vw, 16px);
  color: #001A72;
  font-weight: bold;
  display: flex;
  gap: 3px;
  align-items: center;
}

footer .topArea {
  background: #333333;
}
footer .topArea .innerWrap * {
  color: #fff;
}
footer .topArea .innerWrap ul .cat {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}
footer .topArea .innerWrap ul .wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .topArea .innerWrap ul .wrap li a {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  gap: 5px;
  align-items: center;
}
footer .topArea .innerWrap ul .wrap .cat {
  margin-bottom: 0px;
}
footer .topArea .innerWrap ul .wrap .cat a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
footer .bottomArea .wrap {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottomArea .wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #333333;
}

@media screen and (min-width: 768px) {
  footer .topArea .innerWrap {
    padding: 50px 0 70px;
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .topArea {
    padding: 70px 0;
  }
  footer .bottomArea {
    padding: 20px 0;
  }
  footer .bottomArea .wrap {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  footer .bottomArea .wrap img {
    width: 190px;
    height: auto;
  }
  footer .headLiArea .headUl .headLi:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
.navArea {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.navArea .navWrap {
  justify-content: left;
  display: flex;
  gap: 8px;
  align-items: center;
}
.navArea .navWrap * {
  color: #001A72;
}
.navArea .navWrap .pnkzList {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.navArea .navWrap .pnkzList:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}
.navArea .navWrap .pnkzArrow {
  position: relative;
}
.navArea .navWrap .pnkzArrow:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #001A72;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navArea .navWrap {
    justify-content: left;
  }
  .navArea .navWrap .pnkzList:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.commonTopTitleArea {
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 0 0 0px;
}
.commonTopTitleArea .gridArea {
  display: grid;
  grid-template-columns: 1fr 350px 730px 1fr;
  position: relative;
  z-index: 1;
  align-items: center;
}
.commonTopTitleArea .gridArea .headTitleArea * {
  color: #fff;
}
.commonTopTitleArea .gridArea .headTitleArea .sub {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #FFB53D;
  text-decoration-thickness: 2px;
  margin-bottom: 18px;
}
.commonTopTitleArea .gridArea .headTitleArea h1 {
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: bold;
  letter-spacing: 0.23em;
}
.commonTopTitleArea .gridArea .topImg {
  position: relative;
}

.commonTopTitleArea:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  background: #001A72;
  width: 95%;
}

.commonTopTitleArea + .navArea, .commonTopTitleAreaSimple + .navArea {
  padding: 20px 0 100px;
}

@media screen and (max-width: 1200px) {
  .commonTopTitleArea .gridArea {
    grid-template-columns: 5% 1fr 2fr 5%;
  }
}
@media screen and (min-width: 768px) {
  .commonTopTitleArea .gridArea {
    margin-top: 120px;
  }
  .commonTopTitleArea .gridArea .topImg {
    grid-column: 3/5;
    top: -60px;
    max-width: 1000px;
  }
  .commonTopTitleArea:after {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .commonTopTitleArea {
    padding: 0 0 60px;
  }
  .commonTopTitleArea .gridArea {
    padding-top: 60px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .commonTopTitleArea .gridArea .topImg {
    margin-left: 5%;
  }
  .commonTopTitleArea .gridArea .headTitleArea {
    width: 90%;
    margin: 0 auto;
  }
  .commonTopTitleArea:after {
    top: 0px;
  }
  .commonTopTitleArea + .navArea {
    padding: 20px 0 50px;
  }
}
.commonTopTitleAreaSimple {
  background: #001A72;
  padding: 64px 0;
}
.commonTopTitleAreaSimple h1 {
  font-size: clamp(30px, 2.6vw, 36px);
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commonTopTitleAreaSimple {
    background: #001A72;
    padding: 30px 0;
  }
  .commonTopTitleAreaSimple + .navArea {
    padding: 20px 0 50px;
  }
}
.animationWrap {
  position: relative;
  width: 100%;
}
.animationWrap #anime {
  top: -22px;
  background: initial;
}

#anime {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0px;
  background: #fff;
}
#anime .text-infinity-scroll {
  width: 100%;
  display: flex;
  overflow: hidden;
}
#anime .text-infinity-scroll .first,
#anime .text-infinity-scroll .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  opacity: 1;
  font-family: "lato", serif;
  font-weight: bold;
  font-style: italic;
  font-size: clamp(50px, 4.6vw, 64px);
  color: #CFD5EA;
  line-height: 0.76;
}
#anime .text-infinity-scroll .first,
#anime .text-infinity-scroll2 .first {
  animation: anim--first 250s infinite linear 0.1s both;
}
#anime .text-infinity-scroll .second,
#anime .text-infinity-scroll2 .second {
  animation: anim--second 250s infinite linear 0.1s both;
}

.secJobList {
  overflow: hidden;
  background: #F5F5F5;
  position: relative;
  padding: 130px 0 80px;
  max-width: initial;
}
.secJobList * {
  letter-spacing: -0.04em;
}
.secJobList .moreBtn {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #001A72;
  font-size: clamp(16px, 1.25vw, 18px);
  margin: 30px auto 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: block;
}
.secJobList .jobArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px 30px;
}
.secJobList .jobArea .content {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}
.secJobList .jobArea .content .innerWrap .line {
  width: 100%;
  height: 1px;
  background: #CFD5EA;
  margin: 16px 0;
}
.secJobList .jobArea .content .innerWrap .cat {
  background: #001A72;
  color: #fff;
  font-size: clamp(15px, 1.1vw, 16px);
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.secJobList .jobArea .content .innerWrap .title {
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.secJobList .jobArea .content .innerWrap .wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 10px;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.secJobList .jobArea .content .innerWrap .wrap div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  letter-spacing: -0.04em;
}
.secJobList .jobArea .content .innerWrap .wrap .data {
  font-size: 16px;
  font-weight: 600;
}
.secJobList .jobArea .content .innerWrap .wrap .holiday {
  height: 4lh;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.secJobList .jobArea .content .innerWrap .wrap .holiday + div {
  -webkit-line-clamp: 4;
}
.secJobList .jobArea .content .innerWrap .btnArea {
  width: 100%;
  display: flex;
}
.secJobList .jobArea .content .innerWrap .btnArea a p {
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  .secJobList {
    padding: 60px 0 40px;
  }
  .secJobList .jobArea {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 40px 30px;
    gap: 20px;
  }
  .secJobList .jobArea .content {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
  }
  .secJobList .jobArea .content .innerWrap .line {
    width: 100%;
    height: 1px;
    background: #CFD5EA;
    margin: 16px 0;
  }
  .secJobList .jobArea .content .innerWrap .cat {
    background: #001A72;
    color: #fff;
    font-size: clamp(15px, 1.1vw, 16px);
    padding: 5px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px;
  }
  .secJobList .jobArea .content .innerWrap .title {
    font-size: clamp(20px, 1.7vw, 24px);
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .secJobList .jobArea .content .innerWrap .wrap {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 6px;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .secJobList .jobArea .content .innerWrap .wrap div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    letter-spacing: -0.04em;
  }
  .secJobList .jobArea .content .innerWrap .wrap .data {
    font-size: 16px;
    font-weight: 600;
  }
  .secJobList .jobArea .content .innerWrap .wrap .holiday {
    height: 4lh;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .secJobList .jobArea .content .innerWrap .btnArea {
    width: 100%;
    display: flex;
  }
  .secJobList .jobArea .content .innerWrap .btnArea img {
    width: 50px;
  }
  .secJobList .jobArea .content .innerWrap .btnArea a p {
    bottom: 4px;
  }
}
@keyframes anim--first {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes anim--second {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.secNav {
  padding: 55px 0;
  margin-bottom: 120px;
}
.secNav .innerWrap {
  border-top: 2px solid #001A72;
  border-bottom: 2px solid #001A72;
}
.secNav .headTitle {
  font-weight: bold;
}
.secNav .headTitle {
  font-size: clamp(30px, 2.6vw, 36px);
  font-weight: bold;
}
.secNav .headTitle + .en {
  color: #001A72;
  font-size: 16px;
  font-weight: bold;
}
.secNav .content {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
  padding: 54px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.secNav .content .wrap {
  max-width: 550px;
}
.secNav .content .wrap .tx {
  padding-top: 48px;
  font-size: clamp(15px, 1.1vw, 16px);
  line-height: 2.3;
}
.secNav .recruit {
  background: #001A72;
  width: 100%;
  max-width: initial;
  display: block;
}
.secNav .recruit .recuritWrap {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.secNav .recruit .headTitle {
  color: #fff;
}
.secNav .recruit .en {
  color: #FFB53D;
}
.secNav .recruit .tx {
  color: #fff;
}
.secNav .line {
  width: 100%;
  height: 2px;
  background: #CFD5EA;
}

@media screen and (max-width: 767px) {
  .secNav {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .secNav .innerWrap .content {
    padding: 25px 0;
  }
  .secNav .innerWrap .content .wrap .tx {
    padding-top: 20px;
  }
  .secNav .innerWrap .content .wrap .headTitle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(24px, 6.6vw, 28px);
  }
}
.secNavBottom {
  margin: 120px auto 140px;
}
.secNavBottom .bottomNavArea {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 5px;
}
.secNavBottom .bottomNavArea .content {
  width: calc(50% - 3px);
  height: 160px;
  padding: 20px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secNavBottom .bottomNavArea .content div p {
  color: #fff;
}
.secNavBottom .bottomNavArea .link_safety {
  background-image: url(../images/link_safety.jpg);
}
.secNavBottom .bottomNavArea .link_philosophy {
  background-image: url(../images/link_philosophy.jpg);
}
.secNavBottom .bottomNavArea .link_company {
  background-image: url(../images/link_company.jpg);
}
.secNavBottom .bottomNavArea .link_compliance {
  background-image: url(../images/link_compliance.jpg);
}
.secNavBottom .bottomNavArea .link_environmental {
  background-image: url(../images/link_environmental.jpg);
}
.secNavBottom .bottomNavArea .link_equipment {
  background-image: url(../images/link_equipment.jpg);
}
.secNavBottom .bottomNavArea .link_group {
  background-image: url(../images/link_group.jpg);
}
.secNavBottom .bottomNavArea .link_health {
  background-image: url(../images/link_health.jpg);
}
.secNavBottom .bottomNavArea .link_history {
  background-image: url(../images/link_history.jpg);
}
.secNavBottom .bottomNavArea .link_logistics {
  background-image: url(../images/link_logistics.jpg);
}
.secNavBottom .bottomNavArea .link_message {
  background-image: url(../images/link_message.jpg);
}
.secNavBottom .bottomNavArea .link_office {
  background-image: url(../images/link_office.jpg);
}
.secNavBottom .bottomNavArea .link_recruit {
  background-image: url(../images/link_recruit.jpg);
}
.secNavBottom .bottomNavArea .link_welfare {
  background-image: url(../images/link_welfare.jpg);
}
.secNavBottom .bottomNavArea .link_education {
  background-image: url(../images/link_education.jpg);
}
.secNavBottom .bottomNavArea .link_business {
  background-image: url(../images/link_business.jpg);
}
.secNavBottom .bottomNavArea .link_sustainability {
  background-image: url(../images/link_sustainability.jpg);
}
.secNavBottom .bottomNavArea .link_policy {
  background-image: url(../images/link_policy.jpg);
}
.secNavBottom.secNavCompany .bottomNavArea .content {
  width: calc(33% - 2px);
}

@media screen and (max-width: 1000px) {
  .secNavBottom.secNavCompany .bottomNavArea .content {
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 767px) {
  .secNavCompany, .secNavBusiness, .secNavSustainability, .secNavRecruit, .secNavRecruitCommon {
    margin: 60px auto 70px;
  }
  .secNavBottom .bottomNavArea .content {
    width: 100% !important;
  }
}
@media screen and (max-width: 580px) {
  .secNavBottom .bottomNavArea .content {
    height: 120px;
  }
  .secNavCompany .bottomNavArea .btnArea img, .secNavBusiness .bottomNavArea .btnArea img, .secNavSustainability .bottomNavArea .btnArea img, .secNavRecruit .bottomNavArea .btnArea img, .bottomNavBusiness .bottomNavArea .btnArea img {
    width: 50px;
  }
  .secNavSustainability .bottomNavArea {
    grid-template-rows: 120px 120px;
  }
  .secNavSustainability .kensyou div p {
    bottom: -10px;
  }
}
@media screen and (max-width: 500px) {
  .secNavCompany .bottomNavArea, .secNavBusiness .bottomNavArea, .secNavSustainability .bottomNavArea, .secNavRecruit .bottomNavArea, .secNavRecruitCommon .bottomNavArea, .bottomNavBusiness .bottomNavArea {
    grid-template-columns: 1fr;
  }
  .secNavCompany .bottomNavArea .content, .secNavBusiness .bottomNavArea .content, .secNavSustainability .bottomNavArea .content, .secNavRecruit .bottomNavArea .content, .secNavRecruitCommon .bottomNavArea .content, .bottomNavBusiness .bottomNavArea .content {
    padding: 50px 20px 20px;
  }
  .secNavRecruitCommon .bottomNavArea, .secNavBusiness .bottomNavArea {
    grid-template-rows: initial;
  }
  .secNavSustainability .kensyou div p {
    bottom: -13px;
  }
}
.gridAreaThree {
  padding-top: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
  display: grid;
  gap: clamp(1.25rem, -2.625rem + 8.08vw, 3.438rem);
}
.gridAreaThree .detailArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.gridAreaThree .detailArea .title {
  font-size: clamp(24px, 1.9vw, 28px);
  color: #001A72;
  font-weight: bold;
  letter-spacing: 3px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #001A72;
  padding-bottom: 7px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.gridAreaThree .detailArea .title + p {
  font-size: clamp(15px, 1.1vw, 16px);
  text-align: left;
  line-height: 2;
}
.gridAreaThree .imgWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1rem, -0.771rem + 3.7vw, 2rem);
}
.gridAreaThree .imgWrap .imgArea p {
  padding-top: 5px;
  font-size: clamp(15px, 1.1vw, 16px);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .gridAreaThree .detailArea {
    grid-template-columns: 1fr;
  }
  .gridAreaThree .detailArea .title {
    font-size: clamp(20px, 4.5vw, 24px);
  }
  .gridAreaThree .imgWrap {
    gap: 5px;
  }
  .gridAreaThree .imgWrap .imgArea p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .gridAreaThree .imgWrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .gridAreaThree .imgWrap img {
    max-width: initial;
    width: 100%;
  }
}
.pdfWrap {
  display: grid;
  gap: 15px;
  justify-content: right;
}
.pdfWrap a {
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  color: #001A72;
  gap: 15px;
  align-items: center;
}

.headLiArea {
  width: 100%;
  margin: 0 auto;
}
.headLiArea .headUl {
  margin: 50px 0;
  display: grid;
}
.headLiArea .headUl .headLi {
  padding: 20px 0;
  border-top: 1px solid #333333;
  text-align: left;
  display: grid;
  align-items: center;
}
.headLiArea .headUl .headLi .actitle {
  font-weight: bold;
  font-size: 16px;
}
.headLiArea .headUl .headLi .innerUl {
  margin-top: 10px;
  display: none;
}
.headLiArea .headUl .headLi .innerUl .innerWrap {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.headLiArea .headUl .headLi .innerUl .innerWrap .innerLi.ft-kensyou {
  grid-column: 1/3;
}
.headLiArea .headUl .headLi .innerUl .innerWrap .innerLi a {
  display: flex;
  gap: 2px;
  align-items: center;
}
.headLiArea .headUl .headLi .innerUl .innerWrap .innerLi span {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.headLiArea .headUl .headLi .innerUl .innerWrap .innerLi a {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0em;
}
.headLiArea .headUl .headLi:last-of-type {
  border-bottom: 1px solid #333333;
}
.headLiArea .accordion {
  position: relative;
}
.headLiArea .accordion::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0%;
  transform: rotate(0);
  width: 20px;
  height: 1px;
  background: #333333;
  transition: all 0.3s ease;
  opacity: 1;
}
.headLiArea .accordion::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0%;
  transform: rotate(90deg);
  width: 20px;
  height: 1px;
  background: #333333;
  transition: all 0.3s ease;
  opacity: 1;
}
.headLiArea .accordion.active::before {
  content: "";
}
.headLiArea .accordion.active::after {
  content: "";
  transform: rotate(0);
  opacity: 0;
}

footer .headLiArea .headUl {
  margin: 0px 0;
}
footer .headLiArea .headUl .headLi {
  border-top: 1px solid #fff;
}
footer .headLiArea .headUl .headLi * {
  color: #fff;
}
footer .headLiArea .accordion::before, footer .headLiArea .accordion::after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .global-nav .headLiArea .headUl .headLi .innerUl .innerWrap .innerLi.hd-aishin {
    grid-column: 1/3;
  }
  footer .headLiArea .headUl .headLi .innerUl .innerWrap .innerLi a {
    gap: 5px;
  }
}
.fadeIn1 {
  opacity: 0;
  transition: all 0.8s;
  position: relative;
  top: -20px;
}

.op1 {
  top: 0;
  opacity: 1 !important;
}

.op_order {
  opacity: 0;
  transition: all 0.8s;
  position: relative;
  top: -20px;
}

.op_after {
  top: 0;
  opacity: 1;
}
.op_after.noMove {
  top: initial !important;
}

.anim1.wrap:after {
  width: 0;
  transition: all 0.5s;
}
.anim1.anime_active.wrap::after {
  width: calc(50% + 200px);
}

@media screen and (max-width: 767px) {
  .anim1.anime_active.wrap::after {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  @keyframes fadeIn {
    0% {
      right: -300px;
    }
    30% {
      right: -300px;
    }
    100% {
      right: -8px;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes fadeIn {
    0% {
      bottom: -100px;
    }
    50% {
      bottom: -100px;
    }
    100% {
      bottom: 0px;
    }
  }
}/*# sourceMappingURL=common.css.map */