.banner-home {
  height: 720px;
  margin-top: 90px;
  position: relative;
}
.banner-home::after {
  content: "";
  width: 708px;
  height: 338px;
  background-image: url(../images/index/favi.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -190px;
  bottom: -50px;
}

.slide-item-2 .slide-img {
  background-image: url(../images/index/slide-2.png);
}

.slide-item-3 .slide-img {
  background-image: url(../images/index/slide-3.png);
}

.slide-item-4 .slide-img {
  background-image: url(../images/index/slide-4.png);
}

.add-animation .slide-img {
  transform: scale(1.4);
}

.slide-img {
  height: 720px;
  background-image: url(../images/index/slide-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 24s linear;
  transform: scale(1);
}

.name-company {
  position: absolute;
  top: 186px;
  right: -40px;
}

.box-slide-banner {
  position: absolute;
  max-width: 541px;
  left: -5px;
  top: 278px;
  background-color: #fff;
}

.box-slide-cont {
  padding: 17px 40px;
  text-align: right;
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 60px;
}
.box-slide-cont h2 {
  font-size: 4.9rem;
  color: #003592;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 7px;
}
.box-slide-cont h2 span {
  color: #0070bf;
}

.home-news-left {
  position: relative;
  padding-top: 50px;
}
.home-news-left::after {
  content: "";
  width: calc(50vw - 360px);
  height: 205px;
  background-color: #0070bf;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
}

.home-news-right {
  padding-right: 50px;
}

.main-title h2 {
  font-size: 4.2rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
.main-title p {
  font-size: 2.4rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  color: #fff;
  margin-top: 15px;
}
.main-title.center h2 {
  text-align: center;
}
.main-title.center p {
  margin-left: auto;
  margin-right: auto;
}
.main-title.st-1 h2 {
  color: #003592;
}
.main-title.st-1 p {
  color: #333;
  font-weight: bold;
}
.main-title.st-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-title.st-2 h2 {
  color: #003592;
  font-size: 4.5rem;
}
.main-title.st-2 p {
  color: #333;
  margin-top: 0;
  margin-left: 15px;
  font-size: 2.5rem;
  font-weight: bold;
}

a.btn.btn-more {
  max-width: 194px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0070bf;
  min-height: 60px;
  padding-left: 15px;
  justify-content: flex-start;
  border-bottom: 2px solid #0070bf;
}
a.btn.btn-more::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 10px;
}
a.btn.btn-more:hover {
  opacity: 0.7;
}

.home-news {
  position: relative;
}
.home-news::after {
  content: "";
  width: calc(50vw + 600px);
  height: 452px;
  background-color: #f0f3f5;
  position: absolute;
  right: 0;
  top: -55px;
  z-index: -2;
}

.box-btn-main a.btn.btn-more {
  margin-right: 0;
  margin-left: auto;
}

.img-about-left {
  position: absolute;
  bottom: -290px;
  left: -37px;
}
.img-about-left img {
  max-width: unset;
}

.home-about-left {
  position: relative;
}

.home-about-right {
  padding-left: 45px;
  padding-right: 90px;
}

a.btn.btn-main {
  max-width: 270px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #0070bf;
  min-height: 70px;
  justify-content: flex-start;
  border: 1px solid #0070bf;
  background-color: #fff;
  padding-left: 42px;
  border-radius: 35px;
}
a.btn.btn-main::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 24px;
  transition: 0.3s;
}
a.btn.btn-main:hover {
  background-color: #0070bf;
  color: #fff;
}
a.btn.btn-main:hover::after {
  background-image: url(../images/index/icon-right-white.svg);
}
a.btn.btn-main.btn-pdf {
  max-width: 350px;
  justify-content: center;
  padding-left: 0;
}
a.btn.btn-main.btn-pdf::before {
  width: 33px;
  height: 40px;
  background-image: url(../images/about/icon-pdf.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 38px;
}

.btn-home-about a.btn.btn-main {
  margin-left: auto;
}

#home-about {
  position: relative;
}
#home-about::after {
  content: "";
  width: 594px;
  height: 288px;
  background-image: url(../images/index/building.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -125px;
  right: 0;
  z-index: -1;
}
#home-about::before {
  content: "";
  width: 100%;
  height: 754px;
  background-color: #e3edfa;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
}

.home-business {
  position: relative;
}
.home-business::after {
  content: "";
  width: calc(50vw + 600px);
  height: 458px;
  background-color: #0070bf;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.home-business::before {
  content: "";
  width: calc(50vw + 600px);
  height: 715px;
  background-image: url(../images/index/bg-home-busi.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -3;
}

.home-business-right {
  padding-right: 105px;
}

.link-busi-home {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  margin-bottom: 45px;
}
.link-busi-home:last-child {
  margin-left: 50px;
  margin-right: -50px;
}
.link-busi-home:hover a {
  color: #0070bf;
}
.link-busi-home:hover a::after {
  background-image: url(../images/index/icon-right-2.svg);
}

.img-link-busi-home {
  width: 445px;
  position: relative;
}
.img-link-busi-home span {
  font-size: 6.6rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  left: 20px;
  top: -15px;
  position: absolute;
  line-height: 1;
  -webkit-text-stroke: 3px #0070bf;
}

.text-link-busi-home {
  flex: 1;
  padding: 42px 45px;
  padding-right: 62px;
  background-color: #fff;
}
.text-link-busi-home a {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  padding-right: 43px;
}
.text-link-busi-home a::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.text-link-busi-home p {
  padding-left: 105px;
  padding-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box-work-item:hover .box-img-work img {
  transform: scale(1.1);
}

.box-img-work {
  max-width: 260px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.box-img-work img {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transform: scale(1);
  transition: 0.3s;
}

.box-text-work {
  padding: 20px 22px;
  position: relative;
}
.box-text-work::after {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background-color: #e8f4fa;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.box-text-work > a {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.41;
}
.box-text-work .date {
  font-size: 1.7rem;
  font-weight: 500;
  color: #0070bf;
  margin: 5px 0 10px;
}

a.work-cat {
  max-width: 195px;
  min-height: 30px;
  border-radius: 15px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  color: #ea5662;
  padding-bottom: 2px;
}

.home-work {
  position: relative;
}
.home-work::after {
  content: "";
  width: 100%;
  height: 465px;
  background-color: #0070bf;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.home-work::before {
  content: "";
  width: 100%;
  height: 990px;
  background-image: url(../images/index/bg-home-work.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 65px;
  z-index: -3;
}

.box-text-home-work {
  max-width: 750px;
  margin: 0 auto;
}

.box-home-recruit {
  max-width: 1000px;
  margin: 85px auto 0;
  position: relative;
}
.box-home-recruit h2 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.15em;
  color: #0070bf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
.box-home-recruit h2::after {
  content: "";
  width: 495px;
  height: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  top: 25px;
  z-index: -1;
}

.box-btn-reform {
  margin-top: 60px;
}

.home-recruit {
  position: relative;
}
.home-recruit::after {
  content: "";
  width: 100%;
  height: 675px;
  background-image: url(../images/index/bg-home-recruit.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}
.home-recruit .main-title.st-1 p {
  font-size: 2.8rem;
}
.home-recruit .main-title.st-1 h2 {
  font-size: 6.6rem;
}

a.btn.btn-home-link {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

footer {
  background: linear-gradient(180deg, rgb(0, 112, 191) 46%, rgb(37, 54, 156) 97%);
}

.box-footer {
  display: flex;
  align-items: stretch;
}

.footer-left {
  width: calc(50% + 30px);
}

.footer-right {
  flex: 1;
  position: relative;
}
.footer-right .box-map-footer {
  position: absolute;
  width: calc(50vw - 30px);
  height: 100%;
  left: 0;
  top: 0;
}

.box-map-footer iframe {
  width: 100%;
  height: 100%;
}

.footer-logo h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
.footer-logo h3 span {
  font-size: 2.7rem;
}

.page-header {
  height: 310px;
  margin-top: 90px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 35px;
  padding-left: 70px;
  background-image: url(../images/index/bg-news.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-header::after {
  content: "";
  width: 460px;
  height: 220px;
  background-image: url(../images/index/favi-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  right: -110px;
}

.title-en {
  font-size: 5.5rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}

.title-jp {
  font-size: 3.1rem;
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}

.list-news-archive .news-item.item-list {
  flex-wrap: wrap;
  background-color: #e3edfa;
  border: none;
  padding: 25px 50px;
  margin-bottom: 0;
}
.list-news-archive .news-item.item-list:nth-child(2n) {
  background-color: #fff;
}
.list-news-archive .news-item.item-list .title {
  width: 100%;
  flex: unset;
  padding-left: 0;
  padding-top: 10px;
}
.list-news-archive .news-item.item-list .title a {
  font-weight: 500;
}

.works-filter {
  padding: 40px 0;
  background-color: #f0f3f5;
}

ul.wp-pagenavi li {
  margin: 10px 0;
}

a.btn.btn-download {
  border: 1px solid #0070bf;
  min-height: 60px;
  justify-content: flex-start;
  background-color: #f0f3f5;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0070bf;
  line-height: 1.5;
}
a.btn.btn-download::after {
  width: 32px;
  height: 26px;
  background-image: url(../images/index/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 15px;
}

.post-content {
  padding-top: 50px;
}

.post-content a{
    text-decoration: underline;
}

a.btn.btn-main.btn-single {
  width: 270px;
  justify-content: center;
  padding: 0;
}
a.btn.btn-main.btn-single::after {
  width: 28px;
  height: 22px;
  background-image: none;
  mask-image: url(../images/index/icon-home.svg);
  -webkit-mask-image: url(../images/index/icon-home.svg);
  background-color: #0070bf;
  right: auto;
  left: 30px;
}
a.btn.btn-main.btn-single:hover::after {
  background-color: #fff;
}

.box-link-down {
  padding-top: 30px;
}

.sub-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #022222;
  position: relative;
  padding-left: 2px;
}
.sub-title:after {
  width: 35px;
  height: 6px;
  background: #0070bf;
  content: "";
  position: absolute;
  left: -57px;
  top: 50%;
  transform: translateY(-50%);
}

.box-text-sign {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.text-about-02 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 60px 50px;
  padding-right: 40px;
}
.text-about-02 h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #0070bf;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 15px;
  padding-top: 50px;
}
.text-about-02 p {
  font-weight: 500;
  line-height: 1.76;
}

.about-02 {
  position: relative;
}
.about-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f3f5;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.about-02 .container::after {
  content: "";
  width: 679px;
  height: 325px;
  background-image: url(../images/index/favi.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -42px;
  right: -540px;
  z-index: -1;
  opacity: 0.5;
}

.table-about {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}

.table-about-left {
  width: 250px;
  font-weight: 500;
  padding: 13px 26px;
  background: #e8f4fa;
  color: #0070bf;
}

.table-about-right {
  flex: 1;
  margin-left: 10px;
  background-color: #f0f3f5;
  padding: 11px 35px;
  line-height: 1.76;
}

.map-about iframe {
  width: 100%;
  height: 408px;
}

.box-flex-truck {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f0f3f5;
  padding: 20px 40px;
}

.img-truck {
  margin-right: 25px;
  width: 53px;
}

.text-truck {
  flex: 1;
  font-weight: 500;
  line-height: 2;
}

.text-truck h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1a8cdb;
}

.box-history {
  display: flex;
  border-bottom: 1px solid #c6c8c8;
  padding-top: 25px;
  position: relative;
}
.box-history::after {
  content: "";
  width: 360px;
  height: 1px;
  background-color: #0070bf;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.year {
  width: 160px;
  font-size: 3rem;
  color: #0070bf;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

.box-history-right {
  flex: 1;
}

.box-date-action {
  display: flex;
  margin-bottom: 25px;
}

.date-time {
  width: 230px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0070bf;
}

.text-history {
  flex: 1;
  line-height: 1.53;
}
.text-history span {
  font-size: 1.8rem;
  font-weight: 500;
}

.about-06 {
  background-color: #f5f5f5;
}

.title-border {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0070bf;
  padding-bottom: 5px;
  border-bottom: 1px solid #0070bf;
  margin-bottom: 20px;
}

ul.list-num {
  padding-left: 50px;
  counter-reset: ol-counter;
}
ul.list-num li {
  position: relative;
  font-weight: 500;
  line-height: 2;
  counter-increment: ol-counter;
}
ul.list-num li::after {
  content: counter(ol-counter);
  color: #0070bf;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -32px;
}

.about-07 {
  position: relative;
}
.about-07::after {
  content: "";
  width: 100%;
  height: calc(100% - 388px);
  background-color: #e8f4fa;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.box-bgcl {
  background-color: #e8f4fa;
  padding: 50px 0;
}

.box-text-about-7 p {
  line-height: 1.53;
}

.page-about .page-header {
  background-image: url(../images/about/bg-page-about.png);
}

.page-business .page-header {
  background-image: url(../images/business/bg-page-busi.png);
}
.page-business ul.list-anchor li {
  width: calc(25% - 17px);
  margin-right: 22px;
}
.page-business ul.list-anchor li:nth-child(4n) {
  margin-right: 0;
}

.page-recruit ul.list-anchor li {
  width: calc(25% - 17px);
  margin-right: 22px;
}
.page-recruit ul.list-anchor li:nth-child(4n) {
  margin-right: 0;
}

.box-busi-cs {
  padding: 65px 0;
  position: relative;
}
.box-busi-cs::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #e3edfa;
  position: absolute;
  z-index: -4;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.box-busi-cs {
  padding: 65px 0;
}

.business-02 .box-busi-left span {
  width: 102px;
  right: 20px;
}

.box-busi-left {
  position: relative;
  height: 410px;
  padding-right: 80px;
}
.box-busi-left span {
  position: absolute;
  top: 40px;
  right: 45px;
  width: 80px;
}
.box-busi-left span img {
  width: 100%;
}
.box-busi-left::after {
  content: "";
  width: calc(50vw - 150px);
  height: calc(100% + 130px);
  background-color: #0070bf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  z-index: -1;
}

.box-img-busi {
  position: absolute;
  width: calc(50vw - 80px);
  right: 80px;
  height: 100%;
}
.box-img-busi img {
  max-width: unset;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.box-busi-right h2 {
  color: #003592;
  font-weight: bold;
  font-size: 4.3rem;
  margin-bottom: 45px;
}
.box-busi-right h3 {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 38px;
  position: relative;
  margin-bottom: 15px;
}
.box-busi-right h3::after {
  content: "";
  width: 24px;
  height: 4px;
  background-color: #0070bf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.box-busi-right p {
  line-height: 2;
}

.title-cs {
  font-size: 2.7rem;
  font-weight: bold;
  color: #0070bf;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 24px;
  line-height: 1.1;
  position: relative;
}
.title-cs:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #0070bf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box-active-left {
  position: relative;
  padding-right: 10px;
}
.box-active-left h2 {
  min-height: 55px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0 58px 0 30px;
  position: absolute;
  background-color: #0070bf;
  top: -23px;
  left: 0;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.box-active-right h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 35px;
  margin-top: 5px;
}
.box-active-right p {
  line-height: 2;
}

.name-engine {
  display: flex;
  height: 49px;
  align-items: center;
  background-color: #e3edfa;
  padding: 0 25px;
  justify-content: space-between;
  font-weight: 500;
}
.name-engine p {
  width: 37px;
}
.name-engine h2 {
  color: #0070bf;
  font-weight: 500;
  flex: 1;
}
.name-engine:nth-child(2n) {
  background-color: #fff;
}

.box-flex-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-flex-img img {
  width: 24.6%;
}

.sub-title span {
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 45px;
}

.business-04 .box-bgcl {
  padding: 68px 100px;
  background-color: #f0f3f5;
}

.table-cs {
  width: 100%;
}
.table-cs td {
  border: 1px solid #0070bf;
  background-color: #fff;
  height: 55px;
  padding: 0 30px;
}
.table-cs td:nth-child(1) {
  width: 280px;
  background-color: #e3edfa;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0070bf;
}

.page-work .page-header {
  background-image: url(../images/business/bg-page-work.png);
}
.page-work .title-border {
  border-width: 2px;
  margin-bottom: 30px;
}
.page-work .title-border span {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-right: 30px;
}

.box-work {
  display: flex;
  padding: 30px 50px;
  border-left: 5px solid #0070bf;
  justify-content: space-between;
  background-color: #f0f3f5;
  margin-bottom: 30px;
}

.box-work-left h3 {
  max-width: 180px;
  height: 30px;
  border: 1px solid #ea5662;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ea5662;
}
.box-work-left h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #0070bf;
  line-height: 1.47;
  margin-top: 15px;
  margin-bottom: 25px;
}

.box-info-work {
  display: flex;
  margin-bottom: 15px;
}
.box-info-work h4 {
  width: 82px;
  border-right: 2px solid #0070bf;
  font-weight: 500;
  color: #0070bf;
}
.box-info-work p {
  padding-left: 18px;
}

.page-recruit .page-header {
  background-image: url(../images/recruit/bg-page-recruit.png);
}

.box-text-recruit-01 {
  max-width: 730px;
  margin: 110px auto 0;
}
.box-text-recruit-01 h2 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  position: relative;
  color: #0070bf;
  letter-spacing: 0.15em;
}
.box-text-recruit-01 h2:after {
  content: "";
  width: 495px;
  height: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #e3edfa;
  z-index: -1;
  bottom: -3px;
}

.recruit-01 {
  position: relative;
}
.recruit-01::after {
  content: "";
  width: 100%;
  height: 952px;
  background-image: url(../images/recruit/bg-recruit-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}

.box-talent {
  display: flex;
  justify-content: center;
}

.talent-info {
  width: 345px;
  height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 20px solid #c9edff;
  border-radius: 50%;
  background-color: #c9edff;
  position: relative;
  z-index: 1;
  margin: 0 10px;
  font-size: 2.2rem;
  line-height: 1.77;
  font-weight: bold;
  margin-top: 120px;
}
.talent-info:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
  z-index: -1;
}
.talent-info:nth-child(2) {
  background-color: #fff19c;
  border-color: #fff19c;
  margin-top: 0;
}
.talent-info:last-child {
  background-color: #ffcfe0;
  border-color: #ffcfe0;
}

.recruit-02 {
  position: relative;
  padding-bottom: 278px;
}
.recruit-02::after {
  content: "";
  width: 1223px;
  height: 301px;
  background-image: url(../images/recruit/bg-recruit-02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}

.recruit-03 {
  background-color: #e3edfa;
}

.text-recruit-03 {
  line-height: 2;
  padding-top: 20px;
}

.img-recruit-03 {
  padding-right: 15px;
}

.box-welfare {
  width: 227px;
  height: 227px;
  background: #e8f4fa;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.48;
  margin-bottom: 28px;
}
.box-welfare p {
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.box-toggle-cont {
  padding: 43px 40px;
  background-color: #fff;
  margin-top: 22px;
}

.box-flex-recruit {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}

.flex-recruit-left {
  width: 183px;
  background: #0070bf;
  color: #fff;
  font-weight: 500;
  padding: 13px 27px;
}

.flex-recruit-right {
  flex: 1;
  margin-left: 10px;
}

.box-require {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}
.box-require:last-child {
  margin-bottom: 0;
}

.require-left {
  width: 140px;
  margin-right: 10px;
  padding: 20px;
  background: #e8f4fa;
  font-weight: 500;
  color: #0070bf;
}

.require-right {
  flex: 1;
  padding: 20px;
  background: #f0f3f5;
  line-height: 1.53;
}

.toggle-recruit .toggle-hd {
  border: 1px solid #0070bf;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  background-color: #fff;
  color: #0070bf;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 40px;
}
.toggle-recruit .toggle-hd::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/about/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  transition: 0.3s;
}
.toggle-recruit .toggle-hd.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.flex-recruit-cont {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: #f0f3f5;
  padding: 10px 20px;
}

.box-flex-recruit-center .flex-recruit-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.box-btn {
  margin-top: 40px;
}

.recruit-05 {
  background-color: #e3edfa;
}

.box-white {
  background: #fff;
  padding: 40px 65px 43px;
  font-weight: 500;
  line-height: 1.45;
}

.box-btn-recruit-5 {
  margin-right: -15px;
}
.box-btn-recruit-5 a.btn.btn-main {
  margin-left: auto;
}

.recruit-06 {
  position: relative;
}
.recruit-06::after {
  content: "";
  width: 100%;
  height: calc(100% - 195px);
  background-color: #f0f3f5;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

ul.tabs-nav {
  display: flex;
}

ul.tabs-nav li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f3f5;
  height: 70px;
  border: 1px solid #0070bf;
  font-size: 2.2rem;
  color: #0070bf;
  font-weight: 500;
  cursor: pointer;
}

ul.tabs-nav li.active {
  background: #0070bf;
  color: #fff;
}

.tab-panels {
  padding-top: 60px;
}

@media (min-width: 768px) and (max-width: 1460px) {
  .name-company {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .header-main .main-menu .nav > li > a {
    min-width: unset;
    padding: 0 10px;
  }
  .box-link-top {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .img-about-left img {
    max-width: 100%;
  }
  .box-talent {
    flex-wrap: wrap;
  }
  .talent-info {
    margin-top: 20px;
  }
  .talent-info:nth-child(2) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1030px) {
  .header-inner {
    padding-left: 15px;
  }
  .header-main .logo-left .logo {
    width: 250px;
  }
  a.btn.btn-contact {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .header-main .main-menu .nav > li > a {
    font-size: 1.5rem;
    padding: 0 7px;
  }
  a.btn.btn-contact {
    font-size: 1.5rem;
    width: 100px;
  }
  .header-main .logo-left .logo {
    width: 200px;
  }
}/*# sourceMappingURL=style-2.css.map */