:root {
  --swiper-theme-color: #1a1510;
}

.animate__animated.animate__delays {
  animation-delay: 0.3s;
  animation-delay: var(--animate-delay);
}

@media (min-width: 1000px) and (max-width: 3840px) {
  .only-m {
    display: none !important;
  }
  .only-pc {
    display: block;
    width: 100%;
  }
  .wrap {
    width: 86.25%;
    margin: 0 auto;
    position: relative;
  }
  .section01 {
    position: relative;
  }
  .section01 .mySwiper {
    width: 100%;
    overflow: hidden;
  }
  .section01 .mySwiper .swiper-slide {
    position: relative;
  }
  .section01 .mySwiper .swiper-slide .bg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section01 .mySwiper .swiper-slide .img01 {
    position: absolute;
    left: 13.4375%;
    top: 18%;
    width: 30.5469%;
    transition: all 0.5s;
  }
  .section01 .mySwiper .swiper-slide .img01:hover {
    top: 17%;
  }
  .section01 .mySwiper .swiper-slide .img02 {
    position: absolute;
    right: 15.625%;
    bottom: 3.426%;
    width: 33.5677%;
    transition: all 0.5s;
  }
  .section01 .mySwiper .swiper-slide .img02:hover {
    bottom: 4.426%;
  }
  .section01 .mySwiper .swiper-slide .onlyM {
    display: none;
  }
  .section01 .mySwiper .swiper-pagination {
    width: 2px;
    left: initial;
    right: 1.875% !important;
    bottom: 5.55% !important;
  }
  .section01 .mySwiper .swiper-pagination span {
    display: block;
    width: 2px;
    height: 70px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
  }
  .section01 .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1;
  }
  .section01 .mySwiper .swiper-button-prev, .section01 .mySwiper .swiper-button-next {
    right: 2.5% !important;
    left: initial !important;
    bottom: 6%;
    top: initial !important;
    margin-top: 0 !important;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .section01 .mySwiper .swiper-button-next {
    margin-bottom: 70px;
  }
  .section01 .mySwiper .swiper-button-next:after, .section01 .mySwiper .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .title {
    margin-bottom: 110px;
    text-align: center;
  }
  .title h2 {
    font: bold 70px/110px "NOTOSANSJP-REGULAR";
    color: #333;
    text-transform: uppercase;
  }
  .title span {
    display: inline-block;
    padding: 0 30px;
    border-top: 2px solid #818181;
    border-bottom: 2px solid #818181;
    font: bold 20px/48px "NOTOSANSJP-REGULAR";
    color: #818181;
    letter-spacing: 6px;
  }
  .section02 {
    background-color: #fff;
    padding: 5% 5.2%;
  }
  .section02 .mySwiper02 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .section02 .mySwiper02 .swiper-slide {
    position: relative;
    width: 58.78%;
  }
  .section02 .mySwiper02 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section02 .mySwiper02 .swiper-slide .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)) !important;
  }
  .section02 .mySwiper02 .swiper-slide .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)) !important;
  }
  .section02 .mySwiper02 .swiper-pagination {
    width: 210px;
    height: 4px;
    background-color: #a7a7a7;
    left: 50%;
    margin-left: -105px;
    bottom: 0 !important;
  }
  .section02 .mySwiper02 .swiper-pagination span {
    float: left;
    width: 70px;
    height: 4px;
    margin: 0 !important;
    background-color: #a7a7a7;
    opacity: 1;
    border-radius: 0;
  }
  .section02 .mySwiper02 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5b5b5b;
    opacity: 1;
  }
  .section02 .mySwiper02 .swiper-slide-next {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -80px) rotateX(0deg) rotateY(0deg) scale(1) translateX(-48%) !important;
  }
  .section02 .mySwiper02 .swiper-slide-prev {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -80px) rotateX(0deg) rotateY(0deg) scale(1) translateX(48%) !important;
  }
  .section03 {
    position: relative;
    background-color: #fff;
    padding: 0 40px;
  }
  .section03 > div {
    max-width: 1400px;
    margin: 0 auto;
  }
  .section03 .bg {
    display: block;
    width: 100%;
  }
  .section03 .img {
    position: absolute;
    width: 33.625%;
    left: 33.1875%;
    top: 38.961%;
    transition: all 0.5s;
  }
  .section03 .img:hover {
    transform: translateY(-10px);
  }
  .section04 {
    padding: 50px 40px 100px;
  }
  .section04 > div {
    max-width: 1400px;
    margin: 0 auto;
  }
  .section04 img {
    width: 100%;
  }
  .section05 {
    padding: 0 40px;
  }
  .section05 > div {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #efefef;
    border-radius: 36px;
  }
  .section05 .title {
    padding: 66px 0 90px;
    margin-bottom: 0;
  }
  .section05 ul {
    padding: 0 3.2% 76px;
  }
  .section05 ul li {
    float: left;
    width: 16.516%;
    margin-bottom: 34px;
    transition: all 0.5s;
  }
  .section05 ul li img {
    display: block;
    width: 100%;
  }
  .section05 ul li:hover {
    transform: translateY(-10px);
  }
  .section06 {
    padding: 70px 0 100px;
    background-image: linear-gradient(180deg, #fff 0, #fff 40%, #e8e8e8 40%);
  }
  .section06 .title {
    margin-bottom: 90px;
  }
  .section06 .picList01 .brick {
    float: left;
    width: 29.427%;
    margin-left: 2.916%;
  }
  .section06 .picList01 .brick a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 9.557%;
    border-radius: 20px;
    overflow: hidden;
  }
  .section06 .picList01 .brick a img {
    display: block;
    width: 100%;
    transition: all 0.5s;
  }
  .section06 .picList01 .brick a img:hover {
    transform: scale(1.05);
  }
  .section07 {
    background-color: #527596;
    padding: 10% 40px;
  }
  .section07 ul {
    max-width: 1400px;
    margin: 0 auto;
  }
  .section07 ul li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 260px;
    border-right: 1px solid #6e88a1;
    text-align: center;
    box-sizing: border-box;
  }
  .section07 ul li h3 {
    font: normal 24px/48px "NOTOSANSJP-REGULAR";
    color: #fff;
  }
  .section07 ul li p {
    font: normal 20px/30px "NOTOSANSJP-REGULAR";
    color: #cfe2f5;
  }
  .section07 ul li:nth-child(3n) {
    border-right: none;
  }
  .section07 ul li:nth-child(1), .section07 ul li:nth-child(2), .section07 ul li:nth-child(3) {
    padding-top: 40px;
  }
  .section07 ul li:nth-child(1) img, .section07 ul li:nth-child(2) img, .section07 ul li:nth-child(3) img {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
  .section07 ul li:nth-child(4), .section07 ul li:nth-child(5), .section07 ul li:nth-child(6) {
    padding: 56px 30px 0;
    border-top: 1px solid #6e88a1;
    text-align: left;
  }
  .section07 ul li:nth-child(4) > img, .section07 ul li:nth-child(5) > img, .section07 ul li:nth-child(6) > img {
    float: right;
    display: block;
    width: 176px;
  }
  .section07 ul li:nth-child(4) h3, .section07 ul li:nth-child(5) h3, .section07 ul li:nth-child(6) h3 {
    line-height: 36px;
  }
  .section07 ul .li02 span {
    font-size: 16px;
  }
  .section07 ul .li05 p img {
    display: block;
    height: 28px;
  }
  .section07 ul .li05 p .color01 {
    display: inline-block;
    color: #6cfd44;
  }
  .section07 ul .li05 p .color02 {
    display: inline-block;
    color: #fadb7c;
  }
  .section07 ul .li06 p img {
    display: block;
    height: 18px;
    margin: 14px 0 10px;
  }
  .section07 ul .li06 p strong {
    display: inline-block;
    color: #e4ff78;
    line-height: 40px;
    border-bottom: 1px solid #e4ff78;
  }
  .section08 {
    padding: 60px 40px 160px;
  }
  .section08 ul {
    max-width: 1100px;
    margin: 0 auto;
  }
  .section08 ul li {
    position: relative;
    height: 115px;
    border-bottom: 2px solid #414141;
    padding: 0 35px 0 350px;
    font: normal 20px/116px "NOTOSANSJP-REGULAR";
    color: #000;
  }
  .section08 ul li .tag {
    position: absolute;
    left: 7px;
    top: 40px;
    width: 160px;
    height: 35px;
    background-color: #acbac7;
    border-radius: 8px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
  }
  .section08 ul li .time {
    position: absolute;
    left: 210px;
    top: 0;
  }
  .section08 ul li p {
    width: 100%;
    line-height: 116px;
  }
  .section08 ul li p a {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    color: #333;
  }
  .section08 ul li p a:hover {
    color: #000;
  }
  .section08 .btn {
    position: relative;
    display: block;
    width: 390px;
    height: 76px;
    padding-left: 60px;
    margin: 80px auto 0;
    border: 4px solid #191919;
    border-radius: 76px;
    font: bold 22px/76px "NOTOSANSJP-REGULAR";
    color: #333;
    text-transform: uppercase;
  }
  .section08 .btn::after {
    content: "";
    position: absolute;
    right: 36px;
    top: 0;
    width: 24px;
    height: 100%;
    background: url(../images/arr01.png) no-repeat center center;
    background-size: 100% auto;
    transition: all 0.3s;
  }
  .section08 .btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .section08 .btn:hover::after {
    right: 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1716px) {
  .wrap {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1281px) and (max-width: 1460px) {
  .section07 ul li:nth-child(4), .section07 ul li:nth-child(5), .section07 ul li:nth-child(6) {
    padding: 40px 20px 0;
  }
  .section07 ul li:nth-child(4) > img, .section07 ul li:nth-child(5) > img, .section07 ul li:nth-child(6) > img {
    width: 160px;
  }
  .section07 ul li:nth-child(6) {
    padding: 40px 0 0 20px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .section07 {
    padding: 6% 40px;
  }
  .section07 ul li {
    width: 50%;
    height: 300px;
    border-top: 1px solid #6e88a1;
  }
  .section07 ul li:nth-child(3n) {
    border-right: 1px solid #6e88a1;
  }
  .section07 ul li:nth-child(2n) {
    border-right: none;
  }
  .section07 ul li:nth-child(1), .section07 ul li:nth-child(2) {
    border-top: none;
  }
  .section07 ul li:nth-child(4), .section07 ul li:nth-child(5), .section07 ul li:nth-child(6) {
    padding-top: 40px;
    text-align: center;
  }
  .section07 ul li:nth-child(4) > img, .section07 ul li:nth-child(5) > img, .section07 ul li:nth-child(6) > img {
    float: none;
    margin: 0 auto;
  }
  .section07 ul li:nth-child(4) p img, .section07 ul li:nth-child(5) p img, .section07 ul li:nth-child(6) p img {
    display: block;
    margin: 14px auto 10px;
  }
  .section07 ul li:nth-child(5), .section07 ul li:nth-child(6) {
    height: 380px;
  }
}
.subBanner {
  background-color: #004391;
  font: bold 48px/150px "NOTOSANSJP-REGULAR";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.subCompany01 img {
  display: block;
  width: 100%;
}

.subCompany02 .subTitle {
  font: bold 36px/200px "NOTOSANSJP-REGULAR";
  text-align: center;
}
.subCompany02 .subTable {
  max-width: 1000px;
  margin: 12px auto 0;
}
.subCompany02 .subTable table {
  width: 100%;
}
.subCompany02 .subTable table tr td {
  border: 1px solid #e3e3e3;
  padding: 20px;
  font: normal 16px/70px "NOTOSANSJP-MEDIUM";
  box-sizing: border-box;
}
.subCompany02 .subTable table tr td:nth-child(1) {
  width: 30%;
  font-size: 18px;
  color: #000;
}
.subCompany02 .subTable table tr td:nth-child(2) {
  width: 70%;
  color: #666;
}

.subImg {
  max-width: 1200px;
  margin: 80px auto;
}
.subImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.subConcept02 .list {
  margin-bottom: 50px;
}
.subConcept02 .list li h2 {
  font: bold 36px/200px "NOTOSANSJP-REGULAR";
  text-align: center;
  color: #000;
}
.subConcept02 .list li .main {
  position: relative;
}
.subConcept02 .list li .img {
  float: left;
  width: 50%;
  border: 1px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
}
.subConcept02 .list li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.subConcept02 .list li .img img:hover {
  transform: scale(1.07);
}
.subConcept02 .list li .txt {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: translateY(-50%);
  padding: 0 5%;
  box-sizing: border-box;
}
.subConcept02 .list li .txt h3 {
  padding: 30px 0;
  font: bold 28px/40px "NOTOSANSJP-REGULAR";
  color: #000;
}
.subConcept02 .list li .txt p {
  font: normal 20px/40px "NOTOSANSJP-REGULAR";
  color: #000;
  margin-bottom: 40px;
}
.subConcept02 .list li .txt p a {
  color: #000;
}
.subConcept02 .list li:nth-child(2n) .img {
  float: right;
}
.subConcept02 .list li:nth-child(2n) .txt {
  left: 0;
  right: initial;
}

.subNews02 {
  padding-top: 60px;
}
.subNews02 .list li {
  margin-bottom: 80px;
}
.subNews02 .list li h2 {
  font: bold 36px/200px "NOTOSANSJP-REGULAR";
  text-align: center;
  color: #000;
}
.subNews02 .list li .main {
  position: relative;
}
.subNews02 .list li .img {
  float: left;
  width: 40%;
  border: 1px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
}
.subNews02 .list li .img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  transition: all 0.5s;
}
.subNews02 .list li .img img:hover {
  transform: scale(1.07);
}
.subNews02 .list li .txt {
  margin-left: 44%;
  box-sizing: border-box;
}
.subNews02 .list li .txt h3 {
  padding: 30px 0;
  font: bold 30px/40px "NOTOSANSJP-REGULAR";
  color: #000;
}
.subNews02 .list li .txt p {
  font: normal 20px/40px "NOTOSANSJP-REGULAR";
  color: #000;
  margin-bottom: 40px;
}
.subNews02 .list li:nth-child(2n) .img {
  float: right;
}
.subNews02 .list li:nth-child(2n) .txt {
  margin-left: 0;
  margin-right: 44%;
}

@media (min-width: 1000px) and (max-width: 1660px) {
  .subConcept02 .list li .txt h3 {
    font-size: 26px;
    padding: 10px 0;
  }
  .subConcept02 .list li .txt p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) and (max-width: 1460px) {
  .subConcept02 .list li .txt {
    padding: 0 30px;
  }
  .subConcept02 .list li .txt h3 {
    font-size: 24px;
    padding: 10px 0;
  }
  .subConcept02 .list li .txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1000px) and (max-width: 1367px) {
  .subConcept02 .list li .img img {
    min-height: 500px;
    width: 100%;
  }
  .subConcept02 .list li .txt h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
  }
  .subConcept02 .list li .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .subNews02 .list li .txt p {
    font-size: 16px;
    line-height: 30px;
  }
  .subNews02 .list li .txt h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1180px) {
  .subNews02 .list li .txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .subNews02 .list li .txt h3 {
    font-size: 20px;
    line-height: 30px;
  }
}/*# sourceMappingURL=style-pc.css.map */