@charset "UTF-8";
/*
Theme Name: ナカウン株式会社
Description:ナカウン株式会社
Theme URI:
Author: 株式会社ハジメクリエイト
Author URI: http://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-color: #003fab;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  animation: spinner 1s infinite ease-in-out;
}
@keyframes spinner {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.ImgBlock {
  display: block;
  width: 100%;
  height: auto;
}

.ImgInline {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.Ttl1 {
  width: 200px;
  font-weight: 500;
  font-size: 24px;
}
.Ttl1 span {
  display: block;
  font-family: "Oswald", sans-serif;
  color: #003fab;
  font-size: 48px;
  margin-bottom: 16px;
}

.Ttl2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}
.Ttl2 span {
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 16px;
  font-size: 48px;
  color: #003fab;
}

.Cate {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  background-color: #003fab;
  font-weight: 500;
}

.Cate2 {
  max-width: 160px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #003fab;
  border: 1px solid #003fab;
}

.Btn1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  border: 1px solid #003fab;
  background-color: #fff;
  font-size: 16px;
  color: #003fab;
  font-weight: 500;
  transition: all 0.5s;
}
.Btn1:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #003fab;
}
.Btn1:hover {
  background-color: #003fab;
  color: #fff;
}
.Btn1:hover:after {
  background-color: #fff;
}

.Btn2 {
  position: relative;
  font-family: "Oswald", sans-serif;
  display: flex;
  width: 100%;
  height: 96px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.5s;
}
.Btn2:after {
  content: "";
  position: absolute;
  top: 47px;
  right: 16px;
  width: 64px;
  border-top: 2px solid #fff;
  transition: all 1s;
}
.Btn2:hover {
  background-color: #fff;
  color: #003fab;
}
.Btn2:hover:after {
  border-color: #003fab;
  transform: translateX(16px);
}
.Btn2--blue {
  border: 2px solid #003fab;
  color: #003fab;
  font-weight: 500;
}
.Btn2--blue:after {
  border-top: 2px solid #003fab;
}
.Btn2--blue:hover {
  background-color: #003fab;
  color: #fff;
}
.Btn2--blue:hover:after {
  border-top: 2px solid #fff;
}
.Btn2--font {
  font-family: "Noto Sans JP", sans-serif;
}

.Sun {
  color: #b6232a;
}

.Sat {
  color: #003fab;
}

.SCP {
  display: none;
}

.keyImg {
  position: relative;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyImg-logo {
  position: absolute;
  top: 20px;
  left: 64px;
  display: block;
  width: 200px;
  height: auto;
}
.keyImg-ttl {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.keyImg-ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  margin-bottom: 40px;
  word-break: normal;
}

.panKuzu {
  padding: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.panKuzu a,
.panKuzu span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-right: 8px;
}
.panKuzu a:hover {
  text-decoration: underline;
}

#pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
}
#pageTop a {
  position: relative;
  font-family: "Oswald", sans-serif;
  display: block;
  width: 56px;
  height: 72px;
  padding-top: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 63, 171, 0.9);
}
#pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 28px;
  height: 24px;
  border-left: 1px solid #fff;
}

.header-btn {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-color: #003fab;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.header-btn span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #fff;
  margin-top: 6px;
  transition: 0.5s;
}
.header-btn span:first-of-type {
  margin-top: 0;
}
.header-btn--active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.header-btn--active span:nth-of-type(2) {
  opacity: 0;
}
.header-btn--active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.headerMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
}
.headerMenu-body {
  position: absolute;
  top: 0;
  right: -100%;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-width: 720px;
  background-color: #003fab;
  padding: 80px;
}
.headerMenu-body--open {
  animation: menuOpen 1s forwards;
}
.headerMenu-body--close {
  animation: menuClose 0.5s forwards;
}
@keyframes menuOpen {
  0% {
    right: -720px;
    display: inline-block;
    vertical-align: top;
  }
  100% {
    right: 0;
  }
}
@keyframes menuClose {
  0% {
    right: 0;
  }
  100% {
    right: -720px;
  }
}
.headerMenu-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.headerMenu-list li {
  border-bottom: 1px solid #fff;
}
.headerMenu-link1 {
  display: flex;
  width: 100%;
  align-items: center;
  height: 88px;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  transition: 0.5s;
}
.headerMenu-link1 span {
  font-family: "Oswald", sans-serif;
  margin-right: 16px;
}
.headerMenu-link1:hover {
  transform: translateX(16px);
}
.headerMenu-link2 {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 22px;
  transition: 0.5s;
}
.headerMenu-link2 span {
  margin-left: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.headerMenu-link2:before {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid #fff;
  margin-right: 16px;
}
.headerMenu-link2:hover {
  transform: translateX(16px);
}

.footer {
  border-top: 10px solid #003fab;
  padding-top: 72px;
}
.footer-nav1, .footer-nav2 {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-nav2 {
  margin: 40px auto 72px auto;
}
.footer-head a {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #000;
  transition: 0.5s;
}
.footer-head a:hover {
  transform: translateY(-4px);
}
.footer-head div {
  display: none;
}
.footer-link1 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #000;
  transition: 0.5s;
}
.footer-link1:hover {
  transform: translateX(4px);
}
.footer-link1:before {
  content: "";
  display: block;
  width: 14px;
  border-top: 1px solid #003fab;
  margin-right: 7px;
}
.footer-link2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #000;
  margin-left: 21px;
  transition: 0.5s;
}
.footer-link2:hover {
  transform: translateX(4px);
}
.footer-block {
  display: flex;
}
.footer-block__group {
  margin-left: 20px;
}
.footer-block__group:first-of-type {
  margin-left: 0;
}
.footer-footer {
  border-top: 4px solid #003fab;
  padding: 48px 16px;
}
.footer-footer__logo {
  width: 272px;
  margin: 0 auto;
}
.footer-footer__adr {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-footer__adr a {
  font-family: "Oswald", sans-serif;
  display: block;
  width: 112px;
  border: 1px solid #003fab;
  text-align: center;
  padding: 2px 0 4px 0;
  font-weight: 400;
  font-size: 14px;
  color: #003fab;
  transition: all 0.5s;
  margin-left: 16px;
}
.footer-footer__adr a:hover {
  background-color: #003fab;
  color: #fff;
}
.footer-footer__tel {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.footer-copyright {
  font-family: "Oswald", sans-serif;
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background-color: #003fab;
}

.topKey {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("images/top_key.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 26px;
}
.topKey-ttl {
  width: 560px;
  height: auto;
}

.topNews {
  display: flex;
  min-height: 510px;
}
.topNews-block1 {
  width: 38%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-right: 60px;
}
.topNews-block2 {
  width: 62%;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding-left: 120px;
}
.topNews-btn {
  margin-top: 40px;
}
.topNews-list {
  max-width: 480px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topNews-list li {
  margin-top: 32px;
}
.topNews-list li:first-child {
  margin-top: 0;
}
.topNews-list__date {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  margin-right: 24px;
}
.topNews-list__link {
  margin-top: 8px;
}
.topNews-list__link a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
}
.topNews-list__link a:hover {
  text-decoration: none;
}

.topItem {
  margin-top: 142px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 640px;
  background-image: url("images/top_bg_item1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.topItem--2 {
  margin-top: 80px;
  justify-content: flex-end;
  background-image: url("images/top_bg_item2.jpg");
}
.topItem--3 {
  margin-top: 80px;
  background-image: url("images/top_bg_item3.jpg");
}
.topItem-band {
  position: relative;
  width: 50%;
  height: 260px;
  background-color: rgba(0, 63, 171, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.topItem-band:hover {
  background-color: rgb(0, 63, 171);
}
.topItem-band:hover .topItem-more1 {
  transform: translateX(16px);
}
.topItem-band:hover .topItem-more2 {
  transform: translateX(-16px);
}
.topItem-band--left {
  padding-right: 240px;
}
.topItem-band--right {
  padding-left: 240px;
}
.topItem-ttl {
  font-weight: 500;
  color: #fff;
  font-size: 32px;
}
.topItem-ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 24px;
  font-size: 80px;
}
.topItem-more1, .topItem-more2 {
  position: absolute;
  top: 112px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  transition: all 1s;
}
.topItem-more1 {
  right: -28px;
}
.topItem-more1:after {
  content: "";
  display: block;
  width: 160px;
  border-top: 2px solid #9ce;
  margin-left: 20px;
}
.topItem-more2 {
  left: -28px;
}
.topItem-more2:before {
  content: "";
  display: block;
  width: 160px;
  border-top: 2px solid #9ce;
  margin-right: 20px;
}

.topOffice {
  margin-top: 80px;
  padding: 80px 16px;
  background: linear-gradient(-84deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.topOffice-body {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.topOffice-block1 {
  width: 200px;
}
.topOffice-block2 {
  width: 660px;
}
.topOffice-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topOffice-list li {
  margin-top: 20px;
}
.topOffice-list li:first-child {
  margin-top: 0;
}
.topOffice-item {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: flex;
  border: 1px solid #003fab;
  background-color: #fff;
  padding-right: 52px;
  cursor: pointer;
}
.topOffice-item__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -4px;
  width: 16px;
  height: 8px;
  transition: all 0.5s;
}
.topOffice-item__arrow--active {
  transform: rotate(180deg);
}
.topOffice-item__head {
  display: flex;
  padding-left: 20px;
  align-items: center;
  background-color: #003fab;
  width: 128px;
  font-size: 16px;
  color: #fff;
}
.topOffice-item__slash {
  display: block;
  width: 14px;
  height: 100%;
}
.topOffice-item__body {
  margin-left: auto;
  padding: 10px 0;
  width: calc(100% - 150px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.topOffice-item__adr {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  padding-right: 88px;
}
.topOffice-item__adr a {
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 76px;
  padding-bottom: 2px;
  justify-content: center;
  border: 1px solid #003fab;
  font-size: 14px;
  transition: all 0.5s;
  color: #003fab;
}
.topOffice-item__adr a:hover {
  background-color: #003fab;
  color: #fff;
}
.topOffice-item__tel {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.topOffice-item__tel span {
  display: inline-block;
}
.topOffice-data {
  display: none;
}
.topOffice-data__list {
  border: 1px solid #003fab;
  border-top: none;
  background-color: #fff;
  padding: 19px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.topOffice-data__type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 32px;
  background-color: #003fab;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 4px 2px;
}
.topOffice-data__type:last-child {
  margin-right: 0;
}
.topOffice-data__type--none {
  background-color: #f5f5f5;
  color: #cecece;
}

.topGroup {
  padding: 80px 16px 104px 16px;
  background-image: url("images/bg_triangle_blue1.png"), url("images/bg_triangle_blue2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
}
.topGroup-body {
  max-width: 1488px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topGroup-item {
  position: relative;
  margin: 56px 42px 0 42px;
  width: 400px;
  border: 1px solid #fff;
}
.topGroup-item:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 16px;
  border: 1px solid #003fab;
}
.topGroup-item:hover .topGroup-item__more {
  background-color: #003fab;
  color: #fff;
  border: 1px solid #fff;
  border-right: none;
}
.topGroup-item:hover .topGroup-item__more:after {
  border-color: #fff;
}
.topGroup-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.topGroup-item__head {
  z-index: 2;
  position: absolute;
  top: -20px;
  right: 0;
}
.topGroup-item__ttl {
  position: relative;
  display: inline-block;
  padding: 8px 4px 0 4px;
  height: 40px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.topGroup-item__ttl:before {
  content: url("images/bg_triangle_white1.png");
  position: absolute;
  top: 0;
  left: -16px;
}
.topGroup-item__ttl:after {
  content: url("images/bg_triangle_white2.png");
  position: absolute;
  top: 0;
  right: -16px;
}
.topGroup-item figure {
  margin: 0;
  padding: 0;
}
.topGroup-item__body {
  background: linear-gradient(-28deg, #043b9b 0%, #043b9b 50%, #003fab 50%, #003fab 100%);
  position: relative;
  display: flex;
  align-items: center;
  height: 140px;
  padding-left: 16px;
}
.topGroup-item__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topGroup-item__list li {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  text-indent: -24px;
  padding-left: 24px;
}
.topGroup-item__list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url("images/icn_arrow_square.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-right: 8px;
}
.topGroup-item__list li:first-child {
  margin-top: 0;
}
.topGroup-item__more {
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  background-color: #fff;
  width: 64px;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  color: #003fab;
  transition: all 0.5s;
}
.topGroup-item__more:after {
  content: "";
  display: inline-block;
  width: 16px;
  border-top: 1px solid #003fab;
  margin-left: 4px;
}

.topAbout {
  position: relative;
}
.topAbout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 415px;
  background-image: url("images/top_about_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.topAbout-head {
  background-color: #003fab;
  padding: 40px 64px 80px 64px;
}
.topAbout-txt {
  position: relative;
  font-size: 56px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
}
.topAbout-block1 {
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 64px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topAbout-block1 figure {
  margin: 0;
  padding: 0;
  width: calc(100% - 540px);
}
.topAbout-block1__box {
  width: 480px;
}
.topAbout-block1__ttl {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding-left: 96px;
  margin-bottom: 40px;
}
.topAbout-block1__ttl:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  width: 64px;
  border-top: 1px solid #fff;
  margin-right: 32px;
}
.topAbout-block1__ttl span {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 72px;
  align-items: center;
  margin-bottom: 24px;
}
.topAbout-block2 {
  position: relative;
  margin-top: 80px;
  border-bottom: 52px solid #003fab;
  padding-bottom: 120px;
}
.topAbout-block2__bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(-70deg, #f5f5f5 0%, #f5f5f5 25%, #003fab 25%, #003fab 100%);
  height: 600px;
}
.topAbout-block2__wrap {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.topAbout-block2__box1 {
  width: 51.5625%;
}
.topAbout-block2__box1 figure {
  max-width: 990px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.topAbout-block2__box2 {
  width: 44.7916666667%;
}
.topAbout-block2__nav {
  max-width: 860px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.topAbout-block2__link {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
  align-items: center;
  padding-left: 176px;
  font-weight: 500;
  font-size: 40px;
  color: #003fab;
  transition: all 0.5s;
}
.topAbout-block2__link:before {
  content: "";
  position: absolute;
  top: 53px;
  left: 53px;
  display: block;
  width: 102px;
  height: 15px;
  background-image: url("images/icn_arrow_long_blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: all 1s;
}
.topAbout-block2__link:hover {
  background-color: #003fab;
  color: #fff;
}
.topAbout-block2__link:hover:before {
  background-image: url("images/icn_arrow_long_white.png");
  transform: translateX(16px);
}

.topNav {
  margin: 48px 0 24px 0;
  display: flex;
  justify-content: space-between;
}
.topNav-block1, .topNav-block2 {
  width: 50%;
  background-image: url("images/top_recruit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 160px 16px;
  display: flex;
  justify-content: center;
}
.topNav-block2 {
  background-image: url("images/top_contact_bg.jpg");
}
.topNav-wrap {
  max-width: 720px;
  width: 100%;
  text-align: center;
}
.topNav-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.topNav-ttl--blue {
  color: #003fab;
}
.topNav-btn1 {
  margin-top: 72px;
}
.topNav-btn2 {
  margin-top: 40px;
}
.topNav-txt {
  margin-top: 72px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.7;
  color: #003fab;
}

.contactKey {
  background-image: url("images/contact_key.jpg");
}

.contact {
  margin-top: 48px;
}
.contact-txt1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  text-align: justify;
}
.contact-txt2 {
  padding: 0 16px;
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 96px;
}

.contactTel {
  margin-top: 96px;
  padding: 40px 0 96px 0;
  border-bottom: 2px solid #003fab;
}
.contactTel-ttl {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.contactTel-list {
  width: 978px;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
.contactTel-item {
  border: 2px solid #003fab;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  width: 310px;
  margin: 24px 24px 0 0;
}
.contactTel-item:nth-child(3n) {
  margin-right: 0;
}
.contactTel-item__ttl {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #003fab;
}
.contactTel-item__ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #003fab;
}
.contactTel-item__wrap {
  padding: 0 12px;
}
.contactTel-item__tel {
  font-family: "Oswald", sans-serif;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #003fab;
  display: flex;
  align-items: center;
}
.contactTel-item__tel:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background-image: url("images/icn_tel_blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-right: 8px;
}
.contactTel-item__tel:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.contactTel-item__time {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.contactTel-item__list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.contactTel-item__list li {
  margin-top: 4px;
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #dedede;
  font-size: 16px;
  font-weight: 500;
}

.contactMail {
  margin: 88px 0 104px 0;
}
.contactMail-ttl {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 2;
}
.contactMail-table {
  margin: 60px auto 0 auto;
  padding: 0 16px;
  max-width: 1012px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.contactMail-table th {
  width: 280px;
  padding-bottom: 40px;
  vertical-align: top;
}
.contactMail-table td {
  width: calc(100% - 280px);
  padding-bottom: 40px;
}
.contactMail-table__inp,
.contactMail-table textarea {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 56px;
  border: 1px solid #7a7a7a;
  background-color: #f7f7f7;
  padding: 8px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactMail-table textarea {
  height: 300px;
  resize: none;
}
.contactMail-table__radio {
  display: inline-block;
  vertical-align: top;
  width: 226px;
  margin: 8px 0;
  font-weight: bold;
  cursor: pointer;
}
.contactMail-table__radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contactMail-table__radio input[type=radio] + label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 8px solid #cecece;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: -6px;
  margin-right: 16px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.contactMail-table__radio input[type=radio]:checked + label:before {
  background-color: #003fab;
  box-shadow: inset 0 0 0 0 #c2c2c2;
}
.contactMail-table__radio input[type=radio] + label:empty:before {
  margin-right: 0;
}
.contactMail-table__head {
  display: flex;
  width: 260px;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  border-left: 10px solid #003fab;
  padding-left: 10px;
}
.contactMail-table__txt1 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
.contactMail-table__txt1 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.contactMail-table__req {
  display: flex;
  width: 64px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background-color: #b6232a;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.contactMail-check {
  padding: 40px 16px;
  background-color: #dedede;
  text-align: center;
}
.contactMail-check__txt {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
.contactMail-check__txt a {
  color: #003fab;
  text-decoration: underline;
}
.contactMail-check__txt a:hover {
  text-decoration: none;
}
.contactMail-check__check {
  margin-top: 32px;
}
.contactMail-check__check label {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 40px;
}
.contactMail-check__check label:before {
  background: #fff;
  border: 2px solid #7a7a7a;
  content: "";
  top: 3px;
  left: -48px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
}
.contactMail-check__check label:after {
  border-right: 4px solid #003fab;
  border-bottom: 4px solid #003fab;
  content: "";
  top: 7px;
  left: -34px;
  display: block;
  width: 12px;
  height: 24px;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
}
.contactMail-check__check input[type=checkbox] {
  opacity: 0;
}
.contactMail-check__check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contactMail-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 40px auto 0 auto;
  width: 320px;
  height: 80px;
  border: 2px solid #003fab;
  background-color: #003fab;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  transition: 0.5s;
  cursor: pointer;
}
.contactMail-submit:hover {
  background-color: #fff;
  color: #003fab;
}
.contactMail #mailMsg {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #f00;
  font-weight: 700;
}
.contactMail #mailMsg img {
  display: block;
  margin: 0 auto;
}

.grecaptcha-badge {
  margin-bottom: 80px;
}

.infoKey {
  background-image: url("images/info_key.jpg");
}

.infoNav {
  margin-top: 48px;
  padding: 0 16px;
}
.infoNav-wrap {
  max-width: 976px;
  margin: 0 auto;
}
.infoNav-ttl {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 4px solid #dedede;
}
.infoNav-link {
  display: flex;
  flex-wrap: wrap;
}
.infoNav-link a {
  width: 22.5409836066%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #003fab;
  border: 1px solid #003fab;
  margin-top: 24px;
  margin-right: 3.2786885246%;
  transition: 0.5s;
}
.infoNav-link a:nth-child(4n) {
  margin-right: 0;
}
.infoNav-link a:hover {
  background-color: #003fab;
  color: #fff;
}
.infoNav-link--active {
  background-color: #003fab !important;
  color: #fff !important;
}

.infoHead {
  margin-top: 80px;
  background-color: #f5f5f5;
  padding: 56px 16px;
}
.infoHead-wrap {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.infoList {
  padding: 0 16px;
}
.infoList-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.infoItem {
  position: relative;
  width: 28.0575539568%;
  margin-right: 7.9136690647%;
  transition: 0.5s;
}
.infoItem:last-of-type {
  margin-right: 0;
}
.infoItem:hover {
  transform: translateY(-4px);
}
.infoItem:hover .infoHead-ttl {
  text-decoration: none;
}
.infoItem a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.infoItem-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.infoItem-img figure {
  margin: 0;
  padding: 0;
  width: 82.0512820513%;
}
.infoItem-img__shadow {
  width: 17.9487179487%;
  display: flex;
  align-items: flex-end;
}
.infoItem-date {
  margin-top: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.infoItem-ttl {
  margin-top: 8px;
  line-height: 1.75;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
}
.infoItem-content {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  text-align: justify;
}
.infoItem--normal {
  width: 20.4081632653%;
  margin-right: 6.1224489796%;
  margin-top: 60px;
}
.infoItem--normal:last-of-type {
  margin-right: 0;
}
.infoItem--normal:nth-child(4n) {
  margin-right: 0;
}
.infoItem--normal .infoItem-img figure {
  width: 100%;
}

.infoPager {
  margin: 60px auto 80px auto;
  max-width: 472px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  list-style-type: none;
}
.infoPager li {
  width: 45.4545454545%;
}
.infoPager li a {
  position: relative;
  width: 100%;
  height: 56px;
  background-color: #003fab;
  border: 1px solid #003fab;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  transition: 0.5s;
}
.infoPager li a:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 23px;
  height: 23px;
  background-image: url("images/icn_arrow_pagination.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-background-size: 46px;
  background-size: 46px;
}
.infoPager li a:hover {
  background-color: #fff;
  color: #003fab;
}
.infoPager li a:hover:after {
  background-position: top left;
}
.infoPager li:last-child a:after {
  left: inherit;
  right: 16px;
  background-position: bottom right;
}
.infoPager li:last-child a:hover:after {
  background-position: top right;
}

.infoArticle {
  margin-top: 48px;
  padding: 0 16px;
}
.infoArticle-wrap {
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #dedede;
  padding: 40px 96px;
}
.infoArticle-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infoArticle-date__year {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.infoArticle-date__cate {
  width: 132px;
}
.infoArticle-ttl {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.75;
  padding-bottom: 16px;
  border-bottom: 2px solid #003fab;
}
.infoArticle-content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 40px;
  border-bottom: 1px dotted #cecece;
  font-weight: 300;
}
.infoArticle-content img {
  max-width: 100%;
  height: auto;
}
.infoArticle-sns {
  margin-top: 24px;
  text-align: right;
  transition: 0.5s;
}
.infoArticle-sns:hover {
  opacity: 0.5;
}
.infoArticle-sns__line {
  display: inline-block;
  width: 120px;
  height: auto;
}

.infoPager2 {
  margin: 80px 0;
  padding: 40px 16px;
  border-top: 40px solid #f5f5f5;
  border-bottom: 40px solid #f5f5f5;
}
.infoPager2-wrap {
  max-width: 908px;
  width: 100%;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
}
.infoPager2-item {
  position: relative;
  width: 414px;
  transition: 0.5s;
}
.infoPager2-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.infoPager2-item:hover {
  transform: translateY(-4px);
}
.infoPager2-item:hover .infoPager2-item__ttl {
  text-decoration: none;
}
.infoPager2-item__head {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cecece;
  margin-bottom: 24px;
}
.infoPager2-item__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.infoPager2-item figure {
  margin: 0;
  padding: 0;
  width: 200px;
}
.infoPager2-item__block {
  width: 192px;
}
.infoPager2-item__date {
  margin-top: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.infoPager2-item__ttl {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
  text-decoration: underline;
}
.infoPager2-item__content {
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
}
.infoPager2-line {
  width: 0;
  margin: 0 4.4052863436%;
  border-right: 1px dashed #003fab;
}
.infoPager2-btn {
  max-width: 288px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003fab;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #003fab;
  transition: 0.5s;
}
.infoPager2-btn:hover {
  background-color: #fff;
  color: #003fab;
}

.privacyKey {
  background-image: url("images/privacy_key.jpg");
}

.privacy {
  padding: 48px 16px 96px 16px;
}
.privacy-head {
  margin: 0 auto;
  max-width: 768px;
  line-height: 1.75;
  text-align: justify;
}
.privacy-box {
  margin: 56px auto 0 auto;
  max-width: 980px;
  border: 4px solid #cecece;
  padding: 40px 30px;
}
.privacy-group {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #cecece;
  display: flex;
  line-height: 1.75;
}
.privacy-group:first-of-type {
  margin-top: 0;
}
.privacy-group__no {
  width: 38px;
  font-size: 20px;
  font-weight: bold;
}
.privacy-group__content {
  width: calc(100% - 38px);
  text-align: justify;
}
.privacy-group__ttl {
  font-size: 20px;
  font-weight: bold;
}
.privacy-group__txt {
  margin-top: 8px;
  font-size: 16px;
}

.bisKey {
  background-image: url("images/business_key.jpg");
}

.Head01 {
  margin-top: 40px;
  position: relative;
  padding: 0 16px 60px 16px;
}
.Head01-bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-image: url("images/bg_triangle_white_left.png"), url("images/bg_triangle_white_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-color: #003fab;
}
.Head01-bg--non {
  background-image: none;
}
.Head01-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.Head01 figure {
  margin: 0;
  padding: 0 20px 0 0;
}
.Head01 figure img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 20px -20px 0 #003fab;
}
.Head01-txt {
  position: relative;
  margin-top: -72px;
  padding: 0 70px 0 50px;
}
.Head01-txt p {
  background-color: #fff;
  padding: 40px;
  font-size: 20px;
  line-height: 1.75;
  text-align: justify;
}
.Head01-txt p span {
  font-size: 14px;
}

.bisSlash {
  display: block;
  margin: 0 auto;
}

.bisGroup1,
.bisGroup2 {
  display: flex;
  justify-content: space-between;
}
.bisGroup1-content,
.bisGroup2-content {
  position: relative;
  z-index: 1;
  width: calc(100% - 470px);
  margin-right: -470px;
  padding-bottom: 40px;
}
.bisGroup1-inner,
.bisGroup2-inner {
  background-color: rgba(0, 63, 171, 0.9);
  padding: 36px 64px;
}
.bisGroup1-inner--01,
.bisGroup2-inner--01 {
  background-image: url("images/bg_txt_crane.png");
}
.bisGroup1-inner--02,
.bisGroup2-inner--02 {
  background-image: url("images/bg_txt_transportation.png");
}
.bisGroup1-inner--03,
.bisGroup2-inner--03 {
  background-image: url("images/bg_txt_lease.png");
}
.bisGroup1-inner--04,
.bisGroup2-inner--04 {
  background-image: url("images/bg_txt_heavy_load.png");
}
.bisGroup1-inner--05,
.bisGroup2-inner--05 {
  background-image: url("images/bg_txt_trip.png");
}
.bisGroup1-inner--06,
.bisGroup2-inner--06 {
  background-image: url("images/bg_txt_event.png");
}
.bisGroup1-inner--07,
.bisGroup2-inner--07 {
  background-image: url("images/bg_txt_other.png");
}
.bisGroup1-block,
.bisGroup2-block {
  width: 75%;
}
.bisGroup1-wrap,
.bisGroup2-wrap {
  max-width: 640px;
}
.bisGroup1-wrap--w100,
.bisGroup2-wrap--w100 {
  max-width: 100%;
  width: 100%;
}
.bisGroup1-photo,
.bisGroup2-photo {
  position: relative;
  z-index: 2;
  margin: auto 0 0 0;
  padding: 0;
  width: 50%;
}
.bisGroup1-ttl,
.bisGroup2-ttl {
  display: flex;
  color: #fff;
}
.bisGroup1-ttl__no,
.bisGroup2-ttl__no {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 400;
  width: 128px;
}
.bisGroup1-ttl__no::after,
.bisGroup2-ttl__no::after {
  content: "";
  margin-left: 20px;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.bisGroup1-ttl__main,
.bisGroup2-ttl__main {
  width: calc(100% - 120px);
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  word-break: normal;
}
.bisGroup1-ttl__main span,
.bisGroup2-ttl__main span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 24px;
}
.bisGroup1-txt,
.bisGroup2-txt {
  margin-top: 32px;
  max-width: 640px;
  background-color: #fff;
  padding: 24px;
  font-size: 20px;
  line-height: 1.75;
  text-align: justify;
}
.bisGroup1-btn1,
.bisGroup2-btn1 {
  margin-top: 40px;
  max-width: 480px;
}
.bisGroup1-btn2,
.bisGroup2-btn2 {
  margin-top: 20px;
  max-width: 520px;
  font-size: 0;
}
.bisGroup1-btn2__item,
.bisGroup2-btn2__item {
  display: inline-block;
  width: 240px;
  vertical-align: middle;
  margin: 20px 20px 0 0;
}
.bisGroup1-btn2__btn,
.bisGroup2-btn2__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}
.bisGroup1-btn2__left,
.bisGroup2-btn2__left {
  justify-content: flex-start;
  padding-left: 16px;
}

.bisGroup2 {
  margin-top: -40px;
}
.bisGroup2-content {
  margin: 0 0 0 -470px;
  padding: 40px 0 0 0;
}
.bisGroup2-block {
  margin-left: auto;
}
.bisGroup2-wrap {
  margin-left: auto;
}
.bisGroup2-photo {
  margin: 0;
  padding: 0 0 40px 0;
}

.mntKey {
  background-image: url("images/maintenance_key.jpg");
}

.commonGroup1 {
  max-width: 1920px;
  width: 100%;
  margin: 80px auto 0 auto;
  padding-bottom: 80px;
  border-top: 2px solid #003fab;
  border-bottom: 2px solid #003fab;
}

.Parts01 {
  position: relative;
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.Parts01-bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 64px;
}
.Parts01-bg__inner {
  width: 100%;
  height: 360px;
  background-image: url("images/bg_triangle_white3.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #003fab;
}
.Parts01--top {
  padding-bottom: 0;
}
.Parts01--top .Parts01-bg {
  bottom: inherit;
  top: 200px;
}
.Parts01--column2 {
  margin-top: 240px;
}
.Parts01-photo {
  width: 48.9583333333%;
  margin: 0;
  padding: 20px 20px 0 0;
}
.Parts01-photo img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 20px -20px 0 #003fab;
}
.Parts01-content {
  width: 47.7083333333%;
  padding-right: 16px;
}
.Parts01-content__box {
  max-width: 640px;
  background-color: #fff;
  border: 1px solid #003fab;
  padding: 36px;
}
.Parts01-content__ttl {
  font-size: 40px;
  line-height: 1.5;
  color: #003fab;
  font-weight: 500;
}
.Parts01-content__txt {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
}
.Parts01-content__txt2 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  color: #003fab;
}
.Parts01-content__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Parts01-content__list li {
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
  text-indent: -26px;
  padding-left: 26px;
}
.Parts01-content__list2 {
  margin: 24px 0 0 0;
  padding: 16px;
  list-style-type: none;
  border: 1px solid #003fab;
}
.Parts01-content__list2 li {
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px dotted #003fab;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.Parts01-content__list2 li p {
  font-size: 16px;
}
.Parts01-content__list2 li p:nth-child(1) {
  width: 26px;
  color: #003fab;
}
.Parts01-content__list2 li p:nth-child(2) {
  width: calc(100% - 26px);
  text-align: justify;
}
.Parts01-content__list3 {
  margin-top: 24px;
  border: 1px solid #003fab;
  padding: 16px;
}
.Parts01-content__list3-ttl {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: 2px solid #003fab;
}
.Parts01-content__list3-txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.Parts01-content__list3 ul {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.Parts01-content__list3 ul li {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  text-indent: -20px;
  padding-left: 20px;
}
.Parts01-content__list3 ul li::before {
  content: "▶ ";
  color: #003fab;
}
.Parts01-content2 {
  width: 51.0416666667%;
  padding-right: 64px;
  text-align: center;
}
.Parts01-content2__ttl {
  margin-top: 5%;
  display: inline-block;
  font-size: 40px;
  line-height: 1.5;
  padding: 12px;
  font-weight: 500;
  background-color: #fff;
}
.Parts01-content2__ttl span {
  display: inline-block;
}
.Parts01-table {
  position: relative;
  margin: -10% auto 0 auto;
  max-width: 980px;
  width: 100%;
}
.Parts01-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.Parts01-table table th,
.Parts01-table table td {
  height: 56px;
  font-size: 16px;
  line-height: 1.75;
  background-color: #f5f5f5;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.Parts01-table table th:nth-child(1) {
  width: 20.4081632653%;
}
.Parts01-table table th:nth-child(2) {
  width: 20.4081632653%;
}
.Parts01-table table th:nth-child(3) {
  width: 38.7755102041%;
}
.Parts01-table table th:nth-child(4) {
  width: 20.4081632653%;
}
.Parts01-table table td {
  padding: 8px;
  height: auto;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.Parts01-table--column3 th:nth-child(2) {
  width: 59.1836734694% !important;
}
.Parts01-table--column3 th:nth-child(3) {
  width: 20.4081632653% !important;
}
.Parts01-table--column2 {
  margin-top: -16%;
  max-width: 640px;
}
.Parts01-table--column2 th:nth-child(1), .Parts01-table--column2 th:nth-child(2) {
  width: 50% !important;
}
.Parts01-table__type {
  display: inline-block;
  color: #003fab;
  text-decoration: underline;
  margin: 0 4px;
}
.Parts01-table__type:hover {
  text-decoration: none;
}
.Parts01-table__type::after {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("images/icn_link_blue.png");
  background-size: 100%;
  margin-left: 4px;
}
.Parts01-table__pdf, .Parts01-table__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #b6232a;
  font-size: 16px;
  color: #b6232a;
  transition: 0.5s;
}
.Parts01-table__pdf::before, .Parts01-table__link::before {
  position: absolute;
  top: 6px;
  left: 8px;
  content: "";
  width: 16px;
  height: 21px;
  background-image: url("images/icn_pdf_red.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  transition: 0.5s;
}
.Parts01-table__pdf::after, .Parts01-table__link::after {
  position: absolute;
  top: 18px;
  right: 8px;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #b6232a;
  transition: 0.5s;
}
.Parts01-table__pdf:hover::after, .Parts01-table__link:hover::after {
  transform: translateX(8px);
}
.Parts01-table__link::before {
  background-image: url("images/icn_link_red.png");
}
.Parts01-txt1 {
  margin: 16px auto 0 auto;
  padding: 0 16px;
  line-height: 1.5;
  max-width: 1012px;
}
.Parts01-txt1 a {
  color: #003fab;
  text-decoration: underline;
}
.Parts01-txt1 a:hover {
  text-decoration: none;
}
.Parts01--center {
  justify-content: center;
}
.Parts01--center .Parts01-content {
  padding-right: 0;
}
.Parts01--center .Parts01-content__box {
  margin: 0 auto;
  max-width: 980px;
}

.commonOffice1 {
  padding: 80px 16px;
}

.Card01 {
  max-width: 764px;
  margin: 20px auto 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  border: 1px solid #003fab;
  background-color: #fff;
}
.Card01:first-of-type {
  margin-top: 64px;
}
.Card01-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003fab;
  width: 180px;
}
.Card01-head p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.Card01-head p span {
  display: block;
}
.Card01-slash {
  border-style: solid;
  border-color: #003fab #fff #fff #003fab;
  border-width: 50px 8px;
}
.Card01-body {
  margin-left: auto;
  padding: 10px 20px;
  width: calc(100% - 194px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.Card01-adr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Card01-adr__txt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.Card01-adr__link {
  font-family: "Oswald", sans-serif;
  display: flex;
  width: 112px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid #003fab;
  font-size: 14px;
  transition: all 0.5s;
  color: #003fab;
}
.Card01-adr__link:hover {
  background-color: #003fab;
  color: #fff;
}
.Card01-tel {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 300;
}

.aboutKey {
  background-image: url("images/about_key.jpg");
}

.aboutHead {
  margin-top: 40px;
}
.aboutHead-block1 {
  padding: 0 16px;
  background-image: url("images/bg_triangle_blue3.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 290px;
}
.aboutHead-block1__ttl {
  font-size: 56px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #003fab;
}
.aboutHead-block1__ttl span {
  display: inline-block;
}
.aboutHead-block1__txt {
  margin-top: 48px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.aboutHead-block2 {
  position: relative;
}
.aboutHead-block2__bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #003fab;
  background-image: url("images/bg_txt_challenge.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.aboutHead-block2__photo {
  max-width: 1024px;
  margin: 0;
  padding: 0;
}

.aboutNo {
  margin-top: 64px;
  background-image: url("images/bg_about_photo.jpg");
  background-position: center center;
  padding: 80px 16px;
}
.aboutNo-ttl {
  font-size: 48px;
  text-align: center;
  color: #fff;
}
.aboutNo-list {
  margin: 8px auto 0 auto;
  max-width: 1026px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutNo-card {
  width: 30.2144249513%;
  height: 160px;
  border: 2px solid #fff;
  margin: 40px 1.559454191% 0 1.559454191%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.aboutNo-card__ttl {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
.aboutNo-card__txt {
  margin-top: 8px;
  font-size: 48px;
  font-weight: bold;
}
.aboutNo-card__txt span {
  margin-left: 8px;
  font-size: 24px;
}

.aboutMsg {
  margin-top: 80px;
}
.aboutMsg-body {
  margin-top: 64px;
  border-top: 2px solid #003fab;
  border-bottom: 2px solid #003fab;
  padding: 40px 0;
}
.aboutMsg-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.aboutMsg-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 400px;
  width: 100%;
  background-image: url("images/bg_txt_mitsumasa_Naka.png"), url("images/bg_about_message_bg1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, center center;
  background-size: auto 100px, 100%;
  background-color: #003fab;
  padding: 0 16px;
  color: #fff;
}
.aboutMsg-ttl {
  max-width: 720px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.aboutMsg-name {
  margin-top: 40px;
  font-size: 32px;
  text-align: center;
}
.aboutMsg-name span {
  font-size: 24px;
  font-weight: 300;
  margin-right: 16px;
}
.aboutMsg-btn {
  margin: 40px auto 0 auto;
  max-width: 320px;
  width: 100%;
}
.aboutMsg-btn--height {
  height: 72px;
}
.aboutMsg-btn--height::after {
  width: 48px;
  top: 35px;
}
.aboutMsg-center {
  width: 144px;
  height: 400px;
  background-image: url("images/about_img_message.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.aboutInfo {
  padding: 80px 0 48px 0;
  background-color: #f5f5f5;
}

.aboutSafety {
  margin-top: 80px;
}
.aboutSafety-txt1 {
  margin: 48px auto 0 auto;
  max-width: 960px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.75;
}
.aboutSafety-list {
  margin: 16px auto 0 auto;
  max-width: 1002px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.aboutSafety-list li {
  margin: 24px 12px 0 12px;
  width: 310px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #003fab;
  font-size: 20px;
  font-weight: 700;
  color: #003fab;
}
.aboutSafety-block {
  margin-top: 80px;
  border-top: 1px solid #003fab;
  border-bottom: 1px solid #003fab;
  display: flex;
  justify-content: space-between;
}
.aboutSafety-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.aboutSafety-content__box {
  max-width: 720px;
  width: 100%;
}
.aboutSafety-content__ttl {
  font-size: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #003fab;
}
.aboutSafety-content__txt {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.5;
  text-align: justify;
}
.aboutSafety-photo {
  width: 50%;
  margin: 0;
  padding: 0;
}

.aboutSlogan {
  background-color: #f5f5f5;
  padding: 80px 16px;
}
.aboutSlogan-ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.aboutSlogan-txt {
  display: block;
  margin-top: 16px;
  font-size: 48px;
  line-height: 1.5;
  color: #003fab;
  font-weight: 700;
  text-align: center;
}
.aboutSlogan-txt span {
  display: inline-block;
}
.aboutSlogan-list {
  margin: 48px auto 0 auto;
  max-width: 980px;
}
.aboutSlogan-list__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.aboutSlogan-item {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.aboutSlogan-item__no {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 48px;
  color: #003fab;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.aboutSlogan-item__txt {
  border-left: 1px solid #003fab;
  width: 910px;
  font-size: 24px;
  line-height: 1.75;
  text-align: justify;
  padding-left: 36px;
}
.aboutSlogan-btn {
  margin: 48px auto 0 auto;
  max-width: 720px;
  width: 100%;
}

.aboutMan {
  margin: 80px 0 100px 0;
  padding: 0 16px;
}
.aboutMan-ttl {
  font-size: 32px;
  text-align: center;
  color: #003fab;
  font-weight: 500;
}
.aboutMan-list {
  max-width: 980px;
  margin: 24px auto 0 auto;
  border: 4px solid #003fab;
  padding: 24px 40px;
  list-style-type: none;
}
.aboutMan-list li {
  margin-top: 16px;
  border-bottom: 1px dashed #cecece;
  padding-bottom: 16px;
}
.aboutMan-group {
  justify-content: start;
  align-items: center;
}
.aboutMan-group.wrap {
  display: block;
}
.aboutMan-txt1 {
  font-size: 20px;
  font-weight: 700;
}
.aboutMan-txt2 {
  margin-top: 16px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.aboutMan-txt2 a {
  text-decoration: underline;
}
.aboutMan-txt2.wrap {
  margin-top: 16px;
}
.aboutMan-table {
  margin: 16px 0 0 16px;
  border-collapse: collapse;
  border-spacing: 0;
}
.aboutMan-table th,
.aboutMan-table td {
  font-size: 16px;
  padding: 6px 0;
  font-weight: 500;
  text-align: left;
}
.aboutMan-table td {
  padding-left: 24px;
}
.aboutMan-table dl {
  margin: 0;
  padding: 0;
  display: flex;
}
.aboutMan-table dl dt {
  width: 128px;
  margin: 0;
  padding: 0;
}
.aboutMan-table dl dd {
  margin: 0;
  padding: 0;
}
.aboutMan-pdf {
  display: inline-block;
  margin-left: 16px;
  color: #003fab;
  font-size: 16px;
  text-decoration: underline;
}
.aboutMan-pdf:hover {
  text-decoration: none;
}
.aboutMan-pdf::before {
  position: relative;
  top: 5px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  background-image: url("images/icn_pdf_blue.png");
  background-size: 100%;
  margin-right: 4px;
}

.wareKey {
  background-image: url("images/warehouse_key.jpg");
}

.wareHead {
  background-repeat: repeat;
  background-image: url("images/bg_txt_warehouse.png");
  background-position: top left;
}

.commonNav1 {
  width: 100%;
  border: 2px solid #fff;
  display: flex;
  justify-content: space-between;
}
.commonNav1-link {
  position: relative;
  width: 33.33333%;
  height: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  border: 2px solid #fff;
  overflow: hidden;
  padding: 16px 4px;
}
.commonNav1-link:hover .commonNav1-bg {
  transform: scale(1.2);
}
.commonNav1-link:hover .commonNav1-btn::after {
  right: 8px;
}
.commonNav1-link span {
  display: inline-block;
}
.commonNav1-link--4 {
  width: 25%;
  height: 240px;
}
.commonNav1-link--5 {
  width: 20%;
  height: 240px;
}
.commonNav1-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 200px;
  transition: 0.5s;
}
.commonNav1-bg--ware1 {
  background-image: url("images/warehouse_bg_nav1.jpg");
}
.commonNav1-bg--ware2 {
  background-image: url("images/warehouse_bg_nav2.jpg");
}
.commonNav1-bg--ware3 {
  background-image: url("images/warehouse_bg_nav3.jpg");
}
.commonNav1-bg--crane1 {
  background-image: url("images/crane_bg_nav1.jpg");
}
.commonNav1-bg--crane2 {
  background-image: url("images/crane_bg_nav2.jpg");
}
.commonNav1-bg--crane3 {
  background-image: url("images/crane_bg_nav3.jpg");
}
.commonNav1-bg--techno1 {
  background-image: url("images/technosupport_bg_nav1.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--techno2 {
  background-image: url("images/technosupport_bg_nav2.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--techno3 {
  background-image: url("images/technosupport_bg_nav3.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--techno4 {
  background-image: url("images/technosupport_bg_nav4.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--transport1 {
  background-image: url("images/transportation_bg_nav1.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--transport2 {
  background-image: url("images/transportation_bg_nav2.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--transport3 {
  background-image: url("images/transportation_bg_nav3.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--transport4 {
  background-image: url("images/transportation_bg_nav4.jpg");
  background-size: auto 240px;
}
.commonNav1-bg--transport5 {
  background-image: url("images/transportation_bg_nav5.jpg");
  background-size: auto 240px;
}
.commonNav1-txt {
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.commonNav1-txt--small {
  font-size: 28px;
}
.commonNav1-txt span {
  display: inline-block;
}
.commonNav1-btn {
  position: relative;
  margin-top: 24px;
  border: 2px solid #fff;
  max-width: 232px;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #fff;
  padding-left: 32px;
}
.commonNav1-btn::after {
  position: absolute;
  top: 35px;
  right: 20px;
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
}

.technoKey {
  background-image: url("images/technosupport_key.jpg");
}

.technoHead {
  background-repeat: repeat;
  background-image: url("images/bg_txt_technosupport.png");
  background-position: top left;
  height: 280px;
}

.companyKey {
  background-image: url("images/company_key.jpg");
}

.companyNav {
  background-image: url("images/bg_triangle_blue3.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100px auto;
  border-bottom: 2px solid #003fab;
  padding: 56px 16px 104px 16px;
}
.companyNav-list {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companyNav-link {
  position: relative;
  width: 14.8148148148%;
  height: 72px;
  margin: 0 0.9259259259%;
  border: 1px solid #003fab;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #003fab;
  background-color: #fff;
  transition: 0.5s;
}
.companyNav-link::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #003fab;
  border-bottom: 1px solid #003fab;
  transform: rotate(45deg);
  transition: 0.5s;
}
.companyNav-link:hover {
  background-color: #003fab;
  color: #fff;
}
.companyNav-link:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.companyMsg {
  padding: 80px 0 104px 0;
}
.companyMsg-wrap {
  margin-top: 80px;
  background-image: url("images/bg_pattern_blue_1px.png");
  background-repeat: repeat-x;
  background-position: left top 40px;
}
.companyMsg-body {
  max-width: 1920px;
  margin: 0 auto;
}
.companyMsg-group {
  display: block;
}
.companyMsg-group__block1 {
  max-width: 960px;
  margin: 0 auto;
  background-image: url("images/bg_mitsumasa_naka_text.png"), url("images/bg_mistumasa_naka.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, center center;
  background-size: 100% auto, cover;
  padding: 40px 64px 96px 64px;
  font-size: 32px;
  line-height: 1.75;
  color: #fff;
}
.companyMsg-group__block2 {
  max-width: 960px;
  margin: 40px auto 0 auto;
  background-color: #fff;
  padding: 40px;
  border: 1px solid #003fab;
}
.companyMsg-group__txt1 {
  font-size: 16px;
  line-height: 1.75;
}
.companyMsg-group__sign {
  margin-top: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
}
.companyMsg-group__sign img {
  display: block;
  width: 200px;
  height: auto;
  margin-left: 20px;
}

.companyHistory {
  position: relative;
  /*
  &-prevNext {
      z-index   : 0;
      position  : absolute;
      top       : 0;
      left      : 0;
      right     : 0;
      max-width : 980px;
      width     : 100%;
      height    : 100%;
      margin    : 0 auto;

      &__inner {
          position : relative;
          width    : 100%;
          height   : 100%;
      }

      &__prev,
      &__next {
          z-index         : 100;
          position        : absolute;
          top             : 50%;
          margin-top      : -36px;
          width           : 72px;
          height          : 72px;
          background-size : 100%;
          cursor          : pointer;
          transition      : .5s;

          &:hover {
              opacity : .7;
          }
      }

      &__prev {
          left             : 0;
          background-image : url('images/slider_prev.png');
      }

      &__next {
          right            : 0;
          background-image : url('images/slider_next.png');
      }
  }*/
}
.companyHistory-ttl {
  z-index: 2;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.companyHistory-prev, .companyHistory-next {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  background-size: 100%;
  cursor: pointer;
  transition: 0.5s;
}
.companyHistory-prev:hover, .companyHistory-next:hover {
  opacity: 0.7;
}
.companyHistory-prev {
  left: 8%;
  background-image: url("images/slider_prev.png");
}
.companyHistory-next {
  right: 8%;
  background-image: url("images/slider_next.png");
}
.companyHistory-body {
  position: relative;
  padding: 112px 0;
  background-size: cover;
  background-position: center center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.companyHistory-block {
  position: relative;
  z-index: 3;
  width: 768px;
  margin: 0 auto;
}
.companyHistory-block__ttl {
  font-size: 64px;
  line-height: 1.75;
  color: #003fab;
  text-align: center;
  font-weight: 500;
}
.companyHistory-block__txt1 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 24px;
  border-bottom: 4px solid #003fab;
}
.companyHistory-block__list {
  margin: 24px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.companyHistory-block__list li {
  display: flex;
}
.companyHistory-block__list p {
  font-size: 16px;
  line-height: 1.75;
}
.companyHistory-block__list p:first-child {
  width: 128px;
}
.companyHistory-block__list p:last-child {
  width: calc(100% - 128px);
}
.companyHistory .slick-dots {
  z-index: 3;
  bottom: 45px;
}
.companyHistory .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 12px;
}
.companyHistory .slick-dots li button::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #003fab;
  opacity: 1;
}
.companyHistory .slick-dots li.slick-active button:before {
  background-color: #003fab;
}
.companyHistory .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.companyInfo {
  padding: 100px 16px;
}
.companyInfo-table {
  max-width: 980px;
  width: 100%;
  margin: 48px auto 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.companyInfo-table th {
  font-size: 20px;
  line-height: 1.75;
  color: #003fab;
  padding: 20px 0;
  width: 104px;
  border-bottom: 4px solid #e5e5e5;
  vertical-align: top;
}
.companyInfo-table td {
  width: calc(100% - 104px);
  padding: 20px 8px 20px 88px;
  font-size: 20px;
  line-height: 1.75;
  vertical-align: middle;
  border-bottom: 4px solid #e5e5e5;
}
.companyInfo-table td address {
  margin-top: 20px;
}
.companyInfo-table td address:first-of-type {
  margin-top: 0;
}

.companyOffice {
  padding: 80px 16px 104px 16px;
  background-color: #f5f5f5;
}
.companyOffice-list {
  margin: 64px auto 0 auto;
  max-width: 980px;
  padding: 0;
  list-style-type: none;
}
.companyOffice-list li {
  margin-top: 20px;
  width: 100%;
  display: flex;
  border: 1px solid #003fab;
  background-color: #fff;
}
.companyOffice-block1 {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.companyOffice-block1__head {
  position: relative;
  width: 128px;
  min-height: 144px;
  display: flex;
  align-items: center;
  background-color: #003fab;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
}
.companyOffice-block1__head--fz14 {
  font-size: 14px;
}
.companyOffice-block1__head::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  width: 16px;
  height: 100%;
  background-color: #003fab;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.companyOffice-block1__adr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 160px);
  margin: 10px 0;
  padding-right: 10px;
}
.companyOffice-block1__txt1 {
  font-size: 14px;
  line-height: 1.75;
}
.companyOffice-block1__txt2 {
  font-size: 16px;
  line-height: 1.75;
}
.companyOffice-block1__map {
  font-family: "Oswald", sans-serif;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #003fab;
  width: 72px;
  height: 24px;
  border: 1px solid #003fab;
  background-color: #fff;
  transition: 0.5s;
}
.companyOffice-block1__map:hover {
  background-color: #003fab;
  color: #fff;
}
.companyOffice-block2 {
  width: 50%;
  margin: 10px 0;
  padding: 0 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #003fab;
}
.companyOffice-block2__txt1 {
  font-size: 14px;
  line-height: 1.75;
  color: #003fab;
  margin-top: 8px;
}
.companyOffice-block2__txt1:first-of-type {
  margin-top: 0;
}
.companyOffice-block2__tag {
  display: flex;
  flex-wrap: wrap;
}
.companyOffice-block2__tag p {
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-size: 14px;
  background-color: #dedede;
  padding: 0 12px;
  margin: 4px 8px 0 0;
}

.companyDivision {
  padding: 80px 16px 104px 16px;
}
.companyDivision-group1, .companyDivision-group2 {
  max-width: 1400px;
  margin: 64px auto 0 auto;
  display: flex;
  background-repeat: no-repeat;
}
.companyDivision-group1 {
  background-image: url("images/bg_triangle_blue_long2.png");
  background-position: left center;
}
.companyDivision-group2 {
  background-image: url("images/bg_triangle_blue_long1.png");
  background-position: right center;
}
.companyDivision-left, .companyDivision-right {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 40px 40px 40px 0;
}
.companyDivision-right {
  padding: 40px 0 40px 40px;
}
.companyDivision-content {
  position: relative;
  border: 4px solid #003fab;
  background-color: #fff;
  padding: 56px 40px 40px 40px;
}
.companyDivision-content__ttl {
  position: absolute;
  top: -18px;
  left: 24px;
}
.companyDivision-content__ttl span {
  position: relative;
  height: 40px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
}
.companyDivision-content__ttl span::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "";
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 20px 8px;
}
.companyDivision-content__ttl span::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent #fff;
  border-width: 20px 8px;
}
.companyDivision-content__txt1 {
  font-size: 16px;
  line-height: 1.75;
}
.companyDivision-content__btn {
  font-family: "Oswald", sans-serif;
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  width: 152px;
  height: 40px;
  border: 1px solid #003fab;
  font-size: 14px;
  color: #003fab;
  transition: 0.5s;
}
.companyDivision-content__btn::after {
  position: absolute;
  top: 19px;
  right: 8px;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #003fab;
  transition: 0.5s;
}
.companyDivision-content__btn:hover {
  background-color: #003fab;
  color: #fff;
}
.companyDivision-content__btn:hover::after {
  background-color: #fff;
  transform: translateX(8px);
}
.companyDivision-photo {
  width: 50%;
  padding-right: 14px;
}
.companyDivision-photo figure {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.companyDivision-photo figure:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 14px;
  left: 14px;
  border: 1px solid #003fab;
}
.companyDivision-photo--left {
  padding: 0 0 14px 0;
}

.companyGroup {
  padding: 80px 16px 104px 16px;
}
.companyGroup-list {
  max-width: 1360px;
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.companyGroup-card {
  margin: 40px 20px 0 20px;
  width: 640px;
  padding: 24px 40px;
  border: 2px solid #003fab;
}
.companyGroup-card__ttl {
  font-size: 24px;
  line-height: 1.75;
  color: #003fab;
  text-align: center;
}
.companyGroup-card__ttl span {
  display: inline-block;
}
.companyGroup-card__adr {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.companyGroup-card__type {
  display: flex;
  font-size: 16px;
  line-height: 1.75;
}
.companyGroup-card__type::before {
  content: "事業内容／";
  width: 80px;
}
.companyGroup-card__type p {
  width: calc(100% - 80px);
}
.companyGroup-card__btn {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  width: 152px;
  height: 40px;
  border: 1px solid #003fab;
  font-size: 14px;
  color: #003fab;
  transition: 0.5s;
}
.companyGroup-card__btn::after {
  position: absolute;
  top: 19px;
  right: 8px;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #003fab;
  transition: 0.5s;
}
.companyGroup-card__btn:hover {
  background-color: #003fab;
  color: #fff;
}
.companyGroup-card__btn:hover::after {
  background-color: #fff;
  transform: translateX(8px);
}

.craneKey {
  background-image: url("images/crane_key.jpg");
}

.craneHead {
  background-repeat: repeat;
  background-image: url("images/bg_txt_crane.png");
  background-position: top left;
}

.transportKey {
  background-image: url("images/transportation_key.jpg");
}

.transportHead {
  background-repeat: repeat;
  background-image: url("images/bg_txt_transportation.png");
  background-position: top left;
}

.transportBox {
  margin-top: 160px;
  padding: 0 16px;
}
.transportBox-body {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #003fab;
  padding: 16px;
  text-align: center;
}
.transportBox-ttl {
  font-size: 20px;
  color: #003fab;
}
.transportBox-txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
}

.newGraduate-btn01 {
  display: block;
  width: 100%;
  max-width: 328px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #003fab 0%, #0276b0 50%, #003fab 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
}
.newGraduate-btn01:hover {
  background-position: 99% 50%;
}
.newGraduate-btn01::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url("images/icn_arrow_white1.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 20px;
}
.newGraduate-pagetop {
  position: fixed;
  right: 72px;
  bottom: 40px;
  z-index: 9999999;
}
.newGraduate-pagetop a {
  display: block;
  width: 72px;
  height: 72px;
  padding: 20px 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #003fab;
  background-color: #fff;
  border: solid 1px #003fab;
  position: relative;
}
.newGraduate-pagetop a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin: 0 auto;
  background-image: url("images/icn_arrow_blue2.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}
.newGraduate-header {
  padding: 0 0 0 16px;
  background-color: #fff;
}
.newGraduate-header__body {
  display: flex;
  align-items: center;
  max-width: 1776px;
  height: 72px;
  margin: 0 auto;
}
.newGraduate-header__logo {
  display: block;
  width: 200px;
}
.newGraduate-header__logo img {
  width: 100%;
}
.newGraduate-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 72px;
  height: 72px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99999;
}
.newGraduate-header__btn span {
  display: block;
  width: 24px;
  height: 4px;
  margin: 6px 0 0;
  background-color: #fff;
  transition: 0.5s;
}
.newGraduate-header__btn span:first-of-type {
  margin-top: 0;
}
.newGraduate-header__btn--active {
  background: #003fab;
}
.newGraduate-header__btn--active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.newGraduate-header__btn--active span:nth-of-type(2) {
  opacity: 0;
}
.newGraduate-header__btn--active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.newGraduate-header__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
}
.newGraduate-header__menu__body {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 80px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: absolute;
  top: 0;
  right: -100%;
  overflow-y: auto;
}
.newGraduate-header__menu__body--open {
  animation: menuOpen 1s forwards;
}
.newGraduate-header__menu__body--close {
  animation: menuClose 0.5s forwards;
}
@keyframes menuOpen {
  0% {
    right: -720px;
    display: inline-block;
    vertical-align: top;
  }
  100% {
    right: 0;
  }
}
@keyframes menuClose {
  0% {
    right: 0;
  }
  100% {
    right: -720px;
  }
}
.newGraduate-header__menu__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.newGraduate-header__menu__list li {
  border-bottom: 1px solid #fff;
}
.newGraduate-header__menu__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 88px;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  transition: 0.5s;
}
.newGraduate-header__menu__item:hover {
  transform: translateX(16px);
}
.newGraduate-footer {
  background-color: #003fab;
}
.newGraduate-footer__body {
  padding: 30px 16px;
}
.newGraduate-footer__copyright {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.newGraduate-keyimg {
  max-height: 1080px;
  background-image: url("images/newgraduate_keyimg_pc.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.newGraduate-keyimg__body {
  display: flex;
  align-items: flex-end;
  max-width: 1776px;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 200px;
}
.newGraduate-keyimg__catchcopy .bgappearTrigger,
.newGraduate-keyimg__catchcopy .bgLRextendTrigger {
  position: relative;
  line-height: 1.25;
}
.newGraduate-keyimg__catchcopy__txt {
  margin: 48px 0 0;
  font-size: 72px;
  color: #fff;
}
.newGraduate-keyimg__catchcopy__txt .bgappearTrigger,
.newGraduate-keyimg__catchcopy__txt .bgLRextendTrigger {
  padding: 0px 4px 4px 0px;
}
.newGraduate-news {
  padding: 80px 16px 64px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 10;
}
.newGraduate-news__body {
  display: flex;
  max-width: 1396px;
  margin: auto;
}
.newGraduate-news__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 29.7994269341%;
  min-width: 176px;
  font-size: 80px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #003fab;
}
.newGraduate-news__title span {
  display: block;
  margin: 24px auto 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
.newGraduate-news__main {
  width: 70.2005730659%;
  min-width: 770px;
}
.newGraduate-news__list {
  width: 100%;
  max-width: 770px;
  position: relative;
}
.newGraduate-news__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #dadada;
}
.newGraduate-news__item:hover .newGraduate-news__item__title {
  color: #003fab;
}
.newGraduate-news__item:hover .newGraduate-news__item__arrow {
  background-color: #003fab;
}
.newGraduate-news__item:hover .newGraduate-news__item__arrow::before {
  opacity: 0;
}
.newGraduate-news__item:hover .newGraduate-news__item__arrow::after {
  opacity: 1;
}
.newGraduate-news__item:first-of-type .newGraduate-news__item__info {
  padding: 0 0 32px;
}
.newGraduate-news__item__info {
  padding: 32px 0;
  max-width: 680px;
}
.newGraduate-news__item__date {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: "Oswald", sans-serif;
}
.newGraduate-news__item__new {
  display: block;
  width: 48px;
  height: 20px;
  margin: 0 0 0 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  background-color: #003fab;
}
.newGraduate-news__item__title {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  transition: 0.5s;
}
.newGraduate-news__item__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  position: relative;
  transition: 0.5s;
}
.newGraduate-news__item__arrow::before, .newGraduate-news__item__arrow::after {
  content: "";
  width: 6px;
  height: 9px;
  margin: 0 auto;
  background-image: url("images/icn_arrow_blue2.svg");
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.newGraduate-news__item__arrow::after {
  background-image: url("images/icn_arrow_white1.svg");
  opacity: 0;
}
.newGraduate-news__btn {
  position: absolute;
  bottom: -96px;
  right: 0;
}
.newGraduate-message {
  padding: 248px 16px 160px;
  position: relative;
}
.newGraduate-message__txtAnime {
  position: absolute;
  top: 60px;
  left: 0;
  /*SVGのサイズ*/
  /*マスクをするパスの設定*/
}
.newGraduate-message__txtAnime svg {
  width: 100%; /*レスポンシブ対応にするため100%を指定*/
  max-width: 51.0416666667vw; /*SVGタグの横幅*/
  height: 17.7083333333vw;
}
.newGraduate-message__txtAnime #mask .st0 {
  fill: none;
  stroke: #ffffff; /*マスクする線の色*/
  stroke-width: 90; /*線の太さを指定する*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 0; /* 線の間隔を指定する */
  stroke-dashoffset: 0; /* 線の位置を指定する */
}
.newGraduate-message__title {
  padding: 0 0 28px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #003fab;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.newGraduate-message__title::before {
  content: "";
  width: 32px;
  height: 28px;
  margin: 0 auto;
  background-image: url("images/icn_square.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.newGraduate-message__body {
  max-width: 980px;
  margin: 48px auto 0;
}
.newGraduate-message__txt {
  font-size: 20px;
  line-height: 2;
}
.newGraduate-links {
  height: 720px;
  background-image: url("images/newgraduate_bg_links.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.newGraduate-links::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #029eb0, #02358b, #029eb0);
  background-size: 200% 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  animation: bgGradMove 20s ease infinite;
}
@keyframes bgGradMove {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.newGraduate-links__body {
  height: 100%;
  padding: 0 16px;
  position: relative;
}
.newGraduate-links__deco {
  position: absolute;
  top: 400px;
  left: 72px;
}
.newGraduate-links__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 32px;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}
.newGraduate-links__item {
  width: 320px;
  height: 80px;
  padding: 4px;
  display: block;
  position: relative;
}
.newGraduate-links__item:hover .newGraduate-links__item__inner {
  background-color: rgba(0, 0, 0, 0.5);
}
.newGraduate-links__item:hover::before, .newGraduate-links__item:hover::after {
  width: 100%;
  height: 100%;
}
.newGraduate-links__item::before, .newGraduate-links__item::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.newGraduate-links__item::before {
  top: 0;
  left: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
.newGraduate-links__item::after {
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.newGraduate-links__item__inner {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 63, 171, 0.5);
  border: solid 2px #fff;
  transition: 0.5s;
}
.newGraduate-txtbox01, .newGraduate-txtbox02 {
  margin: 160px 0 0;
  padding: 0 72px 80px;
  position: relative;
}
.newGraduate-txtbox01__body, .newGraduate-txtbox02__body {
  display: flex;
  justify-content: flex-start;
}
.newGraduate-txtbox01__main, .newGraduate-txtbox02__main {
  width: 720px;
  padding: 40px;
  background-color: #fff;
}
.newGraduate-txtbox01__title, .newGraduate-txtbox02__title {
  font-size: 48px;
  line-height: 1.5;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newGraduate-txtbox01__title span, .newGraduate-txtbox02__title span {
  display: inline-block;
}
.newGraduate-txtbox01__txt, .newGraduate-txtbox02__txt {
  margin: 32px 0 0;
  font-size: 20px;
  line-height: 2;
}
.newGraduate-txtbox01__deco, .newGraduate-txtbox02__deco {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.newGraduate-txtbox01__deco__body, .newGraduate-txtbox02__deco__body {
  width: 100%;
  height: 20.8333333333vw;
  max-height: 400px;
  background-image: url("images/newgraduate_bg_introduction001.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.newGraduate-txtbox01__deco__image, .newGraduate-txtbox02__deco__image {
  position: absolute;
  top: 600px;
  right: 72px;
}
.newGraduate-txtbox02 {
  margin: 80px 0 0;
}
.newGraduate-txtbox02__body {
  justify-content: flex-end;
}
.newGraduate-txtbox02__deco__body {
  background-image: url("images/newgraduate_bg_introduction002.webp");
}
.newGraduate-txtbox02__deco__image {
  top: 700px;
  right: auto;
  left: 72px;
}
.newGraduate-project {
  width: 100%;
  max-width: 1920px;
  min-height: 1310px;
  padding: 160px 0;
  overflow: hidden;
  position: relative;
}
.newGraduate-project__body {
  display: flex;
  width: 1920px;
  margin: 0 auto;
  padding: 0 0 0 72px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.newGraduate-project__deco {
  width: 244px;
  margin: 0 154px 0 0;
  padding: 27px 0 0;
}
.newGraduate-project__main {
  width: 1450px;
}
.newGraduate-project__title {
  display: flex;
}
.newGraduate-project__title .eng {
  display: block;
  padding: 0 0 28px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #003fab;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.newGraduate-project__title .eng::before {
  content: "";
  width: 32px;
  height: 28px;
  margin: 0 auto;
  background-image: url(images/icn_square.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.newGraduate-project__title .jpn {
  display: block;
  padding: 24px 0 0;
  margin: 0 0 0 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
}
.newGraduate-project__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 32px 0 0;
}
.newGraduate-project__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.newGraduate-project__item:hover .newGraduate-project__item__name {
  color: #0140ab;
}
.newGraduate-project__item__name {
  font-size: 32px;
  line-height: 1.5;
  transition: 0.3s;
}
.newGraduate-project__item__image {
  padding: 0 0 0 50px;
  position: relative;
}
.newGraduate-project__item__image::before {
  content: "";
  width: 100px;
  height: 1px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: absolute;
  top: 50%;
  left: 0;
}
.newGraduate-project__item__image img {
  position: relative;
}
.newGraduate-project__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.newGraduate-project__modal--active {
  opacity: 1;
  z-index: 999999;
}
.newGraduate-project__modal__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 80px 16px 120px;
  background-color: rgba(0, 63, 171, 0.8);
  transition: 0.5s;
}
.newGraduate-project__modal__main {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}
.newGraduate-project__modal__title {
  padding: 0 0 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #003fab;
}
.newGraduate-project__modal__txt {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 2;
}
.newGraduate-project__modal__close {
  width: 52px;
  height: 52px;
  margin: 32px auto 0;
  position: relative;
  cursor: pointer;
}
.newGraduate-project__modal__close span {
  display: block;
  width: 68px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: -8px;
  right: 0;
}
.newGraduate-project__modal__close span:first-of-type {
  transform: rotate(45deg);
}
.newGraduate-project__modal__close span:last-of-type {
  transform: rotate(-45deg);
}
.newGraduate-greeting {
  padding: 40px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: relative;
  /*枠線内側の要素*/
}
.newGraduate-greeting__deco {
  position: absolute;
  top: 1050px;
  right: 72px;
  z-index: 10;
}
.newGraduate-greeting__body {
  position: relative;
}
.newGraduate-greeting__body--active::before, .newGraduate-greeting__body--active::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.newGraduate-greeting__body--active::before {
  top: 0;
  left: 0;
  animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}
.newGraduate-greeting__body--active::after {
  bottom: 0;
  right: 0;
  animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}
@keyframes lineAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.newGraduate-greeting__inner {
  padding: 80px 40px;
  position: relative;
}
.newGraduate-greeting__inner--active::before, .newGraduate-greeting__inner--active::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #fff;
  position: absolute;
}
.newGraduate-greeting__inner--active::before {
  top: 0;
  right: 0;
  animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
.newGraduate-greeting__inner--active::after {
  bottom: 0;
  left: 0;
  animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
@keyframes lineAnime2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.newGraduate-greeting__contents {
  opacity: 0; /*初期値を透過0にする*/
}
.newGraduate-greeting__contents--active {
  animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
}
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.newGraduate-greeting__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.newGraduate-greeting__txt {
  max-width: 980px;
  margin: 80px auto 0;
  font-size: 20px;
  line-height: 2;
  color: #fff;
}
.newGraduate-greeting__name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  max-width: 980px;
  margin: 64px auto 0;
  font-size: 24px;
  color: #fff;
}
.newGraduate-number {
  margin: 160px 0 0;
}
.newGraduate-number__title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.newGraduate-number__title span:nth-child(1), .newGraduate-number__title span:nth-child(2), .newGraduate-number__title span:nth-child(4) {
  color: #003fab;
}
.newGraduate-number__body {
  margin: 80px 0 0;
}
.newGraduate-number__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.newGraduate-number__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 33.3333333333%;
  height: 240px;
  background-color: #f5f5f5;
  border: solid 4px #fff;
}
.newGraduate-number__item__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.newGraduate-number__item__count {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
  color: #003fab;
  font-family: "Oswald", sans-serif;
}
.newGraduate-number__item__count .unit {
  margin: 0 0 0 8px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
.newGraduate-company {
  padding: 160px 16px 0;
}
.newGraduate-company__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #003fab;
}
.newGraduate-company__body {
  max-width: 980px;
  margin: 80px auto 0;
}
.newGraduate-company__table {
  width: 100%;
  border-collapse: collapse;
}
.newGraduate-company__table tr:first-of-type th,
.newGraduate-company__table tr:first-of-type td {
  padding: 0 0 16px;
}
.newGraduate-company__table th {
  padding: 16px 0;
  min-width: 170px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  vertical-align: top;
  color: #003fab;
  border-bottom: solid 4px #e5e5e5;
}
.newGraduate-company__table td {
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  border-bottom: solid 4px #e5e5e5;
}
.newGraduate-company__table td address {
  margin: 20px 0 0;
}
.newGraduate-company__table td address:first-of-type {
  margin: 0;
}
.newGraduate-about__position {
  margin: 160px 0 0;
  padding: 0 16px;
  background-position: top 88px center;
  -webkit-background-size: auto 400px;
  background-size: auto 400px;
  background-repeat: no-repeat;
}
.newGraduate-about__position:first-of-type {
  background-image: url("images/newgraduate_bg_about_regular_position.webp");
}
.newGraduate-about__position:nth-child(2) {
  background-image: url("images/newgraduate_bg_about_technical_job.webp");
}
.newGraduate-about__position:nth-child(3) {
  background-image: url("images/newgraduate_bg_about_assignments_job.webp");
}
.newGraduate-about__position:last-of-type {
  background-image: url("images/newgraduate_bg_about_office_work.webp");
}
.newGraduate-about__position:nth-child(2n) .newGraduate-about__position__title {
  flex-direction: row-reverse;
}
.newGraduate-about__position:nth-child(2n) .newGraduate-about__position__main {
  flex-direction: row-reverse;
}
.newGraduate-about__position__body {
  max-width: 1200px;
  margin: 0 auto;
}
.newGraduate-about__position__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.newGraduate-about__position__title.reg-pos .eng span:nth-child(1), .newGraduate-about__position__title.reg-pos .eng span:nth-child(9) {
  color: #000;
}
.newGraduate-about__position__title.tech-job .eng span:nth-child(1) {
  color: #000;
}
.newGraduate-about__position__title.assign-job .eng span:nth-child(3) {
  color: #000;
}
.newGraduate-about__position__title.office .eng span:nth-child(1) {
  color: #000;
}
.newGraduate-about__position__title .eng {
  font-size: 72px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #003fab;
}
.newGraduate-about__position__title .jpn {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
.newGraduate-about__position__main {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 96px auto 0;
}
.newGraduate-about__position__image {
  width: 480px;
  min-width: 480px;
}
.newGraduate-about__position__image img {
  width: 100%;
}
.newGraduate-about__position__info {
  width: 680px;
}
.newGraduate-about__position__txtbox {
  padding: 32px;
  background-color: #fff;
}
.newGraduate-about__position__txtbox .mt16 {
  margin-top: 16px;
}
.newGraduate-about__position__txtbox .mt32 {
  margin-top: 32px;
}
.newGraduate-about__position__subTitle {
  padding: 0 0 16px;
  font-size: 32px;
  line-height: 1.5;
  border-bottom: solid 1px #003fab;
}
.newGraduate-about__position__txt {
  font-size: 20px;
  line-height: 2;
}
.newGraduate-about__position__btn {
  margin: 16px 0 0;
}
.newGraduate-about__position__btn a {
  margin: 16px auto 0;
}
.newGraduate-about__position__btn a:first-of-type {
  margin: 0 auto;
}
.newGraduate-intro {
  padding: 160px 16px 0;
}
.newGraduate-intro__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  border: solid 2px #003fab;
  position: relative;
}
.newGraduate-intro__deco {
  width: 116px;
  height: 98px;
  position: absolute;
  top: -32px;
  left: 32px;
}
.newGraduate-intro__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.newGraduate-intro__title .slide-in_inner {
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newGraduate-intro__box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 80px 0 0;
}
.newGraduate-intro__image {
  width: 45.2898550725%;
  padding: 0 20px 20px 0;
  position: relative;
}
.newGraduate-intro__image::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.newGraduate-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}
.newGraduate-intro__txt {
  width: 51.0869565217%;
  font-size: 20px;
  line-height: 2;
}
.newGraduate-intro__system {
  margin: 80px 0 0;
}
.newGraduate-intro__system__title {
  padding: 0 0 8px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #003fab;
}
.newGraduate-intro__system__title span {
  color: #003fab;
}
.newGraduate-intro__system__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 24px 0 0;
}
.newGraduate-intro__system__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: calc(33.3333333333% - 2px);
  height: 64px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  background-color: #f5f5f5;
}
.newGraduate-interview__position {
  margin: 160px 0 0;
  padding: 0 0 80px;
  position: relative;
}
.newGraduate-interview__position::before {
  content: "";
  width: 100%;
  height: 528px;
  background-color: #003fab;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.newGraduate-interview__position:first-of-type .newGraduate-interview__position__body {
  background-image: url("images/newgraduate_bg_interview_regular_position.webp");
}
.newGraduate-interview__position:nth-child(2) .newGraduate-interview__position__body {
  background-image: url("images/newgraduate_bg_interview_technical_job.webp");
}
.newGraduate-interview__position:nth-child(3) .newGraduate-interview__position__body {
  background-image: url("images/newgraduate_bg_interview_assignments_job.webp");
}
.newGraduate-interview__position:nth-child(4) .newGraduate-interview__position__body {
  background-image: url("images/newgraduate_bg_interview_office_work.webp");
}
.newGraduate-interview__position__body {
  max-width: 1776px;
  margin: 0 auto;
  background-position: top 88px center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 400px;
  background-size: auto 400px;
}
.newGraduate-interview__position__main {
  max-width: 980px;
  margin: 0 auto;
}
.newGraduate-interview__position__title {
  font-size: 72px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #003fab;
}
.newGraduate-interview__position__title.reg-pos span:nth-child(1), .newGraduate-interview__position__title.reg-pos span:nth-child(9) {
  color: #000;
}
.newGraduate-interview__position__title.tech-job span:nth-child(1) {
  color: #000;
}
.newGraduate-interview__position__title.assign-job span:nth-child(3) {
  color: #000;
}
.newGraduate-interview__position__title.office span:nth-child(1) {
  color: #000;
}
.newGraduate-interview__position__intro {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  margin: 80px 0 0;
}
.newGraduate-interview__position__image {
  width: 500px;
  padding: 0 0 80px;
}
.newGraduate-interview__position__image img {
  width: 100%;
}
.newGraduate-interview__position__info {
  width: 400px;
}
.newGraduate-interview__position__job {
  width: 328px;
  height: 64px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 62px;
  letter-spacing: 0.2em;
  background: linear-gradient(90deg, #003fab 0%, #0276b0 100%);
  color: #fff;
  border: solid 1px #fff;
  position: relative;
}
.newGraduate-interview__position__job::before {
  content: "";
  width: 0;
  height: 0;
  border-top: none;
  border-right: solid 6px transparent;
  border-left: solid 6px transparent;
  border-bottom: solid 6px #fff;
  position: absolute;
  top: -1px;
  left: -4px;
  transform: rotate(-45deg);
}
.newGraduate-interview__position__name {
  min-width: 296px;
  margin: 20px 0 0;
  padding: 8px;
  font-size: 32px;
  position: relative;
}
.newGraduate-interview__position__name::before {
  content: "";
  width: 282px;
  height: 48px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.newGraduate-interview__position__name span {
  position: relative;
}
.newGraduate-interview__position__name .year {
  font-size: 16px;
}
.newGraduate-interview__position__txt {
  margin: 32px 0 0;
  padding: 32px;
  font-size: 20px;
  line-height: 2;
  background-color: #fff;
}
.newGraduate-interview__position__txtbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 16px 0 0;
}
.newGraduate-interview__position__txtbox:nth-child(3) {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.newGraduate-interview__position__txtbox img {
  width: 490px;
}
.newGraduate-interview__position__txtbox p {
  width: 490px;
  padding: 32px;
  font-size: 20px;
  line-height: 2;
  background-color: #fff;
}
.newGraduate-information {
  padding: 160px 16px;
}
.newGraduate-information__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #003fab;
}
.newGraduate-information__body {
  max-width: 980px;
  margin: 60px auto 0;
}
.newGraduate-information__item {
  margin: 160px 0 0;
}
.newGraduate-information__item:first-of-type {
  margin: 0;
}
.newGraduate-information__job {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
.newGraduate-information__job img {
  display: block;
  width: 110px;
  height: 122px;
}
.newGraduate-information__table {
  margin: 32px 0 0;
}
.newGraduate-information__table table {
  width: 100%;
  border: solid 2px #dadada;
  border-spacing: 0;
}
.newGraduate-information__table table th {
  min-width: 160px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  color: #000;
  background-color: #f5f5f5;
  border-top: solid 4px #fff;
}
.newGraduate-information__table table td {
  padding: 16px;
  font-size: 14px;
  line-height: 2;
  position: relative;
}
.newGraduate-information__table table td::before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #dadada;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.newGraduate-information__table table tr:first-of-type th {
  border-top: none;
}
.newGraduate-information__btn {
  margin: 160px auto 0;
  height: 72px;
  line-height: 72px;
  position: relative;
}
.newGraduate-information__btn::before {
  top: 32px;
}
.newGraduate-information__btn::after {
  content: "";
  width: 24px;
  height: 21px;
  background-image: url("images/icn_check.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 24px;
  left: 100px;
}

.midCareer-header__menu__item--nest {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  transition: 0.5s;
  margin-left: 2rem;
}
.midCareer-header__menu__item--nest:last-child {
  padding-bottom: 2rem;
}
.midCareer-btn01 {
  display: block;
  width: 100%;
  max-width: 328px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #000000 0%, #545454 50%, #000000 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
}
.midCareer-btn01:hover {
  background-position: 99% 50%;
}
.midCareer-btn01::before {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url("images/icn_arrow_white2.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 20px;
}
.midCareer-pagetop {
  display: none;
  position: fixed;
  right: 72px;
  bottom: 40px;
  z-index: 9999999;
}
@media screen and (max-width: 1023px) {
  .midCareer-pagetop {
    right: 1rem;
  }
}
.midCareer-pagetop a {
  display: block;
  width: 72px;
  height: 72px;
  padding: 20px 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #b6232a;
  background-color: #fff;
  border: solid 1px #b6232a;
  position: relative;
}
.midCareer-pagetop a::before {
  content: "";
  width: 9px;
  height: 6px;
  margin: 0 auto;
  background-image: url("images/icn_arrow_red1.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}
.midCareer-header {
  padding: 0 0 0 16px;
  background-color: #fff;
}
.midCareer-header__body {
  display: flex;
  align-items: center;
  max-width: 1776px;
  height: 72px;
  margin: 0 auto;
}
.midCareer-header__logo {
  display: block;
  width: 200px;
}
.midCareer-header__logo img {
  width: 100%;
}
.midCareer-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 72px;
  height: 72px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99999;
}
.midCareer-header__btn span {
  display: block;
  width: 24px;
  height: 4px;
  margin: 6px 0 0;
  background-color: #fff;
  transition: 0.5s;
}
.midCareer-header__btn span:first-of-type {
  margin-top: 0;
}
.midCareer-header__btn--active {
  background: #003fab;
}
.midCareer-header__btn--active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.midCareer-header__btn--active span:nth-of-type(2) {
  opacity: 0;
}
.midCareer-header__btn--active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.midCareer-header__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
}
.midCareer-header__menu__body {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 80px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: absolute;
  top: 0;
  right: -100%;
  overflow-y: auto;
}
.midCareer-header__menu__body--open {
  animation: menuOpen 1s forwards;
}
.midCareer-header__menu__body--close {
  animation: menuClose 0.5s forwards;
}
@keyframes menuOpen {
  0% {
    right: -720px;
    display: inline-block;
    vertical-align: top;
  }
  100% {
    right: 0;
  }
}
@keyframes menuClose {
  0% {
    right: 0;
  }
  100% {
    right: -720px;
  }
}
.midCareer-header__menu__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.midCareer-header__menu__list li {
  border-bottom: 1px solid #fff;
}
.midCareer-header__menu__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 88px;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  transition: 0.5s;
}
.midCareer-header__menu__item:hover {
  transform: translateX(16px);
}
.midCareer-footer {
  background-color: #000;
}
.midCareer-footer__body {
  padding: 30px 16px;
}
.midCareer-footer__copyright {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.midCareer-keyimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1080px;
  padding: 0 16px;
  background: url("images/midcareer_keyimg_pc.webp") no-repeat top center/cover;
}
.midCareer-keyimg__catchcopy {
  max-width: 980px;
  margin: 0 auto;
}
.midCareer-keyimg__catchcopy img {
  width: 100%;
}
.midCareer-keyimg .catchcopy-anime {
  animation: catchcopyAnime 2s;
}
@keyframes catchcopyAnime {
  0% {
    transform: perspective(500px) translateZ(3000px);
    opacity: 0;
  }
  100% {
    transform: perspective(500px) translateZ(0);
    opacity: 1;
  }
}
.midCareer-news {
  padding: 80px 16px 64px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 10;
}
.midCareer-news__body {
  display: flex;
  max-width: 1396px;
  margin: auto;
}
.midCareer-news__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 29.7994269341%;
  min-width: 240px;
  font-size: 80px;
  font-weight: 500;
  font-family: "Quantico", sans-serif;
  color: #000;
}
.midCareer-news__title span {
  display: block;
  margin: 24px auto 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
.midCareer-news__main {
  width: 70.2005730659%;
  min-width: 720px;
}
.midCareer-news__list {
  width: 100%;
  max-width: 770px;
  position: relative;
}
.midCareer-news__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #dadada;
}
.midCareer-news__item:hover .midCareer-news__item__title {
  color: #b6232a;
}
.midCareer-news__item:hover .midCareer-news__item__arrow {
  background-color: #000000;
}
.midCareer-news__item:hover .midCareer-news__item__arrow::before {
  opacity: 0;
}
.midCareer-news__item:hover .midCareer-news__item__arrow::after {
  opacity: 1;
}
.midCareer-news__item:first-of-type .midCareer-news__item__info {
  padding: 0 0 32px;
}
.midCareer-news__item__info {
  padding: 32px 0;
  max-width: 680px;
}
.midCareer-news__item__date {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: "Oswald", sans-serif;
}
.midCareer-news__item__new {
  display: block;
  width: 48px;
  height: 20px;
  margin: 0 0 0 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  background-color: #b6232a;
}
.midCareer-news__item__title {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  transition: 0.5s;
}
.midCareer-news__item__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  position: relative;
  transition: 0.5s;
}
.midCareer-news__item__arrow::before, .midCareer-news__item__arrow::after {
  content: "";
  width: 4px;
  height: 8px;
  margin: 0 auto;
  background-image: url("images/icn_arrow_black1.svg");
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.midCareer-news__item__arrow::after {
  background-image: url("images/icn_arrow_white2.svg");
  opacity: 0;
}
.midCareer-news__btn {
  position: absolute;
  bottom: -113px;
  right: 0;
}
.midCareer-intro {
  padding: 184px 16px 0;
  background-image: url("images/midcareer_bg_deco01.svg"), url("images/midcareer_bg_deco02.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
}
.midCareer-intro__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.midCareer-intro__title span:nth-child(9) {
  color: #b6232a;
}
.midCareer-intro__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.midCareer-intro__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 282px;
  height: 200px;
  padding: 16px 0;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: relative;
}
.midCareer-intro__item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.midCareer-intro__item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 13px #b6232a;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  right: -6px;
  transform: rotate(-45deg);
}
.midCareer-intro__item__txt01 {
  padding: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: relative;
}
.midCareer-intro__item__txt01::before {
  content: "";
  width: 48px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.midCareer-intro__item__txt02 {
  margin: 8px 0 0;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.midCareer-intro__item__txt02 span {
  font-family: "Quantico", sans-serif;
  font-size: 56px;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.midCareer-intro__item__txt03 {
  margin: 8px 0 0;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.midCareer-tab {
  padding: 160px 0 0;
}
.midCareer-tab__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.midCareer-tab__title span:nth-child(3) {
  color: #b6232a;
}
.midCareer-tab__list {
  display: flex;
  margin: 40px 0 0;
}
.midCareer-tab__item {
  width: 50%;
  height: 270px;
  padding: 32px;
  border: solid 1px #fff;
  position: relative;
  overflow: hidden;
}
.midCareer-tab__item:hover img {
  transform: translateX(-50%) scale(1.2);
}
.midCareer-tab__item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: 0.3s;
}
.midCareer-tab__item__engTitle {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #fff;
  font-family: "Quantico", sans-serif;
  position: relative;
}
.midCareer-tab__item__jpnTitle {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.midCareer-txtbox01 {
  margin: 160px 0 0;
  padding: 0 72px 88px;
  position: relative;
}
.midCareer-txtbox01__body {
  display: flex;
  justify-content: flex-start;
}
.midCareer-txtbox01__main {
  max-width: 720px;
  padding: 24px 40px;
  background-color: #fff;
  border: solid 1px #000000;
}
.midCareer-txtbox01__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
}
.midCareer-txtbox01__title span {
  color: #b6232a;
}
.midCareer-txtbox01__txt {
  margin: 40px 0 0;
  font-size: 20px;
  line-height: 2;
}
.midCareer-txtbox01__deco {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.midCareer-txtbox01__deco__body {
  width: 100%;
  height: 400px;
  background-image: url(images/midcareer_bg_txtbox01.webp);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.midCareer-txtbox01__deco__image {
  position: absolute;
  top: -32px;
  right: 72px;
}
.midCareer-project {
  width: 100%;
  max-width: 1920px;
  min-height: 1310px;
  padding: 160px 0 0;
  overflow: hidden;
  position: relative;
}
.midCareer-project__body {
  display: flex;
  width: 1920px;
  margin: 0 auto;
  padding: 0 0 0 72px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.midCareer-project__deco {
  width: 244px;
  margin: 0 154px 0 0;
  padding: 27px 0 0;
}
.midCareer-project__main {
  width: 1450px;
}
.midCareer-project__title {
  display: flex;
}
.midCareer-project__title .eng {
  display: block;
  padding: 0 0 28px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #003fab;
  font-family: "Quantico", sans-serif;
  position: relative;
}
.midCareer-project__title .eng::before {
  content: "";
  width: 32px;
  height: 28px;
  margin: 0 auto;
  background-image: url(images/icn_square.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.midCareer-project__title .jpn {
  display: block;
  padding: 24px 0 0;
  margin: 0 0 0 20px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
}
.midCareer-project__title .jpn span {
  color: #b6232a;
}
.midCareer-project__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 32px 0 0;
}
.midCareer-project__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.midCareer-project__item:hover .midCareer-project__item__name {
  color: #0140ab;
}
.midCareer-project__item__name {
  font-size: 32px;
  line-height: 1.5;
  transition: 0.3s;
}
.midCareer-project__item__image {
  padding: 0 0 0 50px;
  position: relative;
}
.midCareer-project__item__image::before {
  content: "";
  width: 100px;
  height: 1px;
  background: linear-gradient(#003fab 0%, #0276b0 100%);
  position: absolute;
  top: 50%;
  left: 0;
}
.midCareer-project__item__image img {
  position: relative;
}
.midCareer-project__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.midCareer-project__modal--active {
  opacity: 1;
  z-index: 999999;
}
.midCareer-project__modal__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 80px 16px 120px;
  background-color: rgba(0, 63, 171, 0.8);
  transition: 0.5s;
}
.midCareer-project__modal__main {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}
.midCareer-project__modal__title {
  padding: 0 0 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 1px #003fab;
}
.midCareer-project__modal__txt {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 2;
}
.midCareer-project__modal__close {
  width: 52px;
  height: 52px;
  margin: 32px auto 0;
  position: relative;
  cursor: pointer;
}
.midCareer-project__modal__close span {
  display: block;
  width: 68px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: -8px;
  right: 0;
}
.midCareer-project__modal__close span:first-of-type {
  transform: rotate(45deg);
}
.midCareer-project__modal__close span:last-of-type {
  transform: rotate(-45deg);
}
.midCareer-number {
  margin: 160px 0 0;
}
.midCareer-number__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.midCareer-number__title span:nth-child(1), .midCareer-number__title span:nth-child(2), .midCareer-number__title span:nth-child(4) {
  color: #b6232a;
}
.midCareer-number__body {
  margin: 80px 0 0;
}
.midCareer-number__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.midCareer-number__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 33.3333333333%;
  height: 240px;
  background-color: #0276b0;
  border: solid 4px #fff;
}
.midCareer-number__item__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.midCareer-number__item__count {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  font-family: "Quantico", sans-serif;
}
.midCareer-number__item__count .unit {
  margin: 0 0 0 8px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
.midCareer-about {
  margin: 96px 0 0;
  padding: 0 16px 0 0;
}
.midCareer-about__body {
  max-width: 1920px;
  margin: 0 auto;
}
.midCareer-about__main {
  display: flex;
  gap: 48px;
  max-width: 1808px;
}
.midCareer-about__image {
  width: 53.0973451327%;
  height: 744px;
  position: relative;
  overflow: hidden;
}
.midCareer-about__image img {
  display: block;
  width: 960px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.midCareer-about__info {
  width: 44.2477876106%;
  min-width: 454px;
}
.midCareer-about__title {
  width: fit-content;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
}
.midCareer-about__title span {
  color: #b6232a;
}
.midCareer-about__txt {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 2;
}
.midCareer-about__welfare {
  margin: 64px 0 0;
}
.midCareer-about__welfare__title {
  padding: 0 0 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #003fab;
  border-bottom: solid 1px #000;
}
.midCareer-about__welfare__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 32px 0 0;
}
.midCareer-about__welfare__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: calc(50% - 2px);
  height: 134px;
  font-size: 24px;
  font-weight: 500;
  background-color: #f5f5f5;
}
.midCareer-information__item {
  margin: 160px 0 0;
}
.midCareer-information__intro {
  display: flex;
}
.midCareer-information__intro__lt {
  width: 50%;
}
.midCareer-information__intro__rt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 88px 16px 0 60px;
}
.midCareer-information__intro__rt .txt {
  font-size: 20px;
  line-height: 2;
}
.midCareer-information__titleLeft {
  padding: 0 0 16px 16px;
}
.midCareer-information__titleLeft__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 24px;
  margin: 0 auto 0 0;
}
.midCareer-information__titleLeft__txt .eng {
  display: block;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-family: "Quantico", sans-serif;
}
.midCareer-information__titleLeft__txt .eng span:first-of-type {
  color: #b6232a;
}
.midCareer-information__titleLeft__txt .eng span:nth-child(9) {
  color: #b6232a;
}
.midCareer-information__titleLeft__txt .jpn {
  font-size: 32px;
  font-weight: bold;
}
.midCareer-information__image {
  width: 100%;
  min-height: 400px;
  position: relative;
}
.midCareer-information__image img {
  width: 960px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
.midCareer-information__vision {
  padding: 48px 16px 64px;
  background-color: #003fab;
}
.midCareer-information__vision__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.midCareer-information__vision__image {
  display: block;
  max-width: 892px;
  margin: 48px auto 0;
}
.midCareer-information__vision__image img {
  width: 100%;
}
.midCareer-information__job {
  margin: 64px 0 0;
  padding: 0 16px 160px;
}
.midCareer-information__job__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
.midCareer-information__job__title img {
  display: block;
  width: 64px;
  height: auto;
}
.midCareer-information__job__table {
  max-width: 980px;
  margin: 32px auto 0;
}
.midCareer-information__job__table table {
  width: 100%;
  border: solid 2px #dadada;
  border-spacing: 0;
}
.midCareer-information__job__table table th {
  min-width: 160px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  color: #000;
  background-color: #f5f5f5;
  border-top: solid 4px #fff;
}
.midCareer-information__job__table table td {
  padding: 16px;
  font-size: 14px;
  line-height: 2;
  position: relative;
}
.midCareer-information__job__table table td::before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #dadada;
  position: absolute;
  left: 16px;
  bottom: 0;
}
.midCareer-information__job__table table tr:first-of-type th {
  border-top: none;
}
.midCareer-information__job__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 480px;
  height: 96px;
  margin: 64px auto 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #b6232a;
  position: relative;
}
.midCareer-information__job__btn img {
  width: 24px;
  height: auto;
}
.midCareer-information__job__btn::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url("images/icn_arrow_white1.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 44px;
  right: 20px;
}
.midCareer-greeting {
  padding: 40px;
  background-color: #f5f5f5;
  position: relative;
  /*枠線内側の要素*/
}
.midCareer-greeting__deco {
  position: absolute;
  top: -32px;
  right: 72px;
  z-index: 10;
}
.midCareer-greeting__body {
  position: relative;
}
.midCareer-greeting__body--active::before, .midCareer-greeting__body--active::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
}
.midCareer-greeting__body--active::before {
  top: 0;
  left: 0;
  animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}
.midCareer-greeting__body--active::after {
  bottom: 0;
  right: 0;
  animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}
@keyframes lineAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.midCareer-greeting__inner {
  padding: 80px 40px;
  position: relative;
}
.midCareer-greeting__inner--active::before, .midCareer-greeting__inner--active::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #000;
  position: absolute;
}
.midCareer-greeting__inner--active::before {
  top: 0;
  right: 0;
  animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
.midCareer-greeting__inner--active::after {
  bottom: 0;
  left: 0;
  animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
@keyframes lineAnime2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.midCareer-greeting__contents {
  opacity: 0; /*初期値を透過0にする*/
}
.midCareer-greeting__contents--active {
  animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
}
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.midCareer-greeting__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.midCareer-greeting__title span {
  color: #b6232a;
}
.midCareer-greeting__txt {
  max-width: 980px;
  margin: 80px auto 0;
  font-size: 20px;
  line-height: 2;
  color: #000;
}
.midCareer-greeting__name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  max-width: 980px;
  margin: 64px auto 0;
  font-size: 24px;
  color: #000;
}
.midCareer-company {
  padding: 160px 16px;
}
.midCareer-company__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.midCareer-company__title span {
  color: #b6232a;
}
.midCareer-company__body {
  max-width: 980px;
  margin: 80px auto 0;
}
.midCareer-company__table {
  width: 100%;
  border-collapse: collapse;
}
.midCareer-company__table tr:first-of-type th,
.midCareer-company__table tr:first-of-type td {
  padding: 0 0 16px;
}
.midCareer-company__table th {
  padding: 16px 0;
  min-width: 170px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  vertical-align: top;
  color: #000000;
  border-bottom: solid 4px #e5e5e5;
}
.midCareer-company__table td {
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  border-bottom: solid 4px #e5e5e5;
}
.midCareer-company__table td address {
  margin: 20px 0 0;
}
.midCareer-company__table td address:first-of-type {
  margin: 0;
}

.bgextend {
  display: block;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #003fab; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.bgappearTrigger {
  background-color: #003fab; /*出現後の背景色の設定*/
}

.TextRandomAnime span {
  opacity: 0;
}

.TextRandomAnime.appearRandomtext span {
  animation: text_randomanime_on 0.5s ease-out forwards;
}

/*アニメーションで透過を0から1に変化させる*/
@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TextRandomAnime.appearRandomtext span:nth-child(2n) {
  animation-delay: 0.5s; /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}

.TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
  animation-delay: 0.15s; /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.fadeInUpTrigger {
  opacity: 0;
}

.fadeInUp {
  animation-name: fadeInUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInRightTrigger {
  opacity: 0;
}

.fadeInRight {
  animation-name: fadeInRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftTrigger {
  opacity: 0;
}

.fadeInLeft {
  animation-name: fadeInLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.upAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.assignments-job-description-title {
  font-size: 24px;
}
.assignments-job-description-title::before {
  content: "▶︎";
  color: #b6232a;
  margin-right: 0.5rem;
}

.assignments-information__intro {
  flex-direction: row-reverse;
}
.assignments-information__image img {
  width: 100%;
  left: 0;
}
.assignments-information__titleLeft__txt {
  justify-content: flex-start !important;
}
.assignments-information__titleLeft__txt .eng span:nth-child(1),
.assignments-information__titleLeft__txt .eng span:nth-child(9) {
  color: black;
}
.assignments-information__titleLeft__txt .eng span:nth-child(3) {
  color: #b6232a;
}

.office-information__titleLeft__txt .eng span:nth-child(9) {
  color: black;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp-only {
    display: block;
  }
}

.text-blue1 {
  color: #003fab;
}

.text-red1 {
  color: #b6232a;
}

.w-full {
  width: 100%;
}

.max-width-980 {
  max-width: 980px;
}

.text-base {
  font-size: 16px;
}

.midCareer .infoPager li a {
  background: linear-gradient(90deg, #000000 0%, #545454 50%, #000000 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.midCareer .infoPager li a:hover {
  color: white;
}
.midCareer .infoPager li a:hover::after {
  filter: invert(1) brightness(5.5);
}

.midCareer-archive-btn {
  display: block;
  width: 100%;
  max-width: 328px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #000000 0%, #545454 50%, #000000 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
}

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