.main_top {
  position: relative;
  background-color: #2A4576;
}
.main_top .copy {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .main_top .copy {
    height: 700px;
  }
}
@media screen and (max-width: 800px) {
  .main_top .copy {
    height: 500px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main_top .copy {
    height: 400px;
  }
}
.main_top .copy h2 {
  width: 75%;
  max-width: 950px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 800px) {
  .main_top .copy h2 {
    margin-bottom: 30px;
  }
}
.main_top .copy p.en {
  font-family: "Afacad", sans-serif;
  line-height: 100%;
  font-size: 5.3rem;
}
@media screen and (max-width: 1200px) {
  .main_top .copy p.en {
    font-size: clamp(14px, 4.4166666667vw, 100px);
  }
}
.main_top .copy p.en {
  font-weight: 600;
  letter-spacing: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .main_top .copy p.en {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .main_top .copy p.en {
    letter-spacing: 5px;
  }
}
.main_top .copy p.jp {
  font-size: 3.3rem;
}
@media screen and (max-width: 1200px) {
  .main_top .copy p.jp {
    font-size: clamp(14px, 2.75vw, 100px);
  }
}
.main_top .copy p.jp {
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .main_top .copy p.jp {
    margin-bottom: 20px;
  }
}
.main_top .copy p.line {
  display: block;
  width: 1px;
  height: 22%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.main_top .photo span {
  display: block;
  height: 100svh;
  background: url(../images/mainimg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .main_top .photo span {
    height: 700px;
  }
}
@media screen and (max-width: 800px) {
  .main_top .photo span {
    height: 500px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main_top .photo span {
    height: 400px;
  }
}

.newsArea {
  position: relative;
  margin-bottom: 50px;
}
.newsArea::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2A4576;
  width: calc((100% - 1200px) / 2 + 360px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .newsArea::after {
    width: 30%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea::after {
    display: none;
  }
}
.newsArea > section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsArea > section .title {
  width: 30%;
  color: #fff;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea > section .title {
    width: 100%;
    background-color: #2A4576;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
}
.newsArea > section .title > div {
  padding: 80px 0 0 30px;
  display: table;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .title > div {
    padding: 50px 0 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea > section .title > div {
    padding: 35px 30px 50px;
  }
}
.newsArea > section .title > div h3 {
  font-size: 7rem;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .title > div h3 {
    font-size: clamp(35px, 5.8333333333vw, 100px);
  }
}
.newsArea > section .title > div h3 {
  font-family: "Afacad", sans-serif;
  line-height: 100%;
}
.newsArea > section .title > div p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .title > div p {
    font-size: clamp(14px, 1.25vw, 100px);
  }
}
.newsArea > section .title > div p {
  text-align: right;
}
.newsArea > section .main {
  width: 70%;
  padding: 100px 80px 70px;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .main {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .newsArea > section .main {
    width: 100%;
    padding: 10px 30px 0;
  }
}
.newsArea > section .main > article {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .main > article {
    padding: 20px 0;
  }
}
.newsArea > section .main > article .date, .newsArea > section .main > article .cate {
  display: inline-block;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}
.newsArea > section .main > article .date {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .main > article .date {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
.newsArea > section .main > article .date {
  margin-right: 15px;
}
.newsArea > section .main > article .cate {
  font-size: 1.2rem;
  background-color: #aaa;
  color: #fff;
  padding: 3px;
  width: 70px;
  letter-spacing: 2px;
}
.newsArea > section .main .moreBtn {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .newsArea > section .main .moreBtn {
    margin-top: 20px;
  }
}

.visionArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 max(5vw, 20px);
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .visionArea {
    margin-bottom: 50px;
  }
}
.visionArea .text {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .visionArea .text {
    width: 100%;
    padding-right: max(5vw, 20px);
  }
}
.visionArea .text h3 {
  font-size: 8rem;
}
@media screen and (max-width: 1200px) {
  .visionArea .text h3 {
    font-size: clamp(35px, 6.6666666667vw, 100px);
  }
}
.visionArea .text h3 {
  font-weight: 600;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .visionArea .text h3 {
    margin-bottom: 30px;
  }
}
.visionArea .text h3 span {
  display: block;
}
.visionArea .text h3 span:nth-child(2) {
  margin-left: 1em;
}
@media screen and (max-width: 1600px) {
  .visionArea .text h3 span:nth-child(2) {
    margin-left: 20px;
  }
}
.visionArea .text p {
  margin-left: 5em;
  line-height: 220%;
}
@media screen and (max-width: 1600px) {
  .visionArea .text p {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .visionArea .text p {
    line-height: 170%;
  }
}
.visionArea .photo {
  width: calc(52% - 20px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .visionArea .photo {
    width: 100%;
    margin-top: 30px;
  }
}
.visionArea .photo .p01 {
  width: 31%;
}
@media screen and (max-width: 1200px) {
  .visionArea .photo .p01 {
    width: 40%;
  }
}
.visionArea .photo .p02 {
  width: 60%;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .visionArea .photo .p02 {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .visionArea .photo .p02 {
    margin-top: 50px;
  }
}
.visionArea .icon {
  width: 17%;
  min-width: 130px;
  position: absolute;
  left: 37%;
  top: -100px;
}
@media screen and (max-width: 1200px) {
  .visionArea .icon {
    top: -40px;
  }
}
@media screen and (max-width: 668px) {
  .visionArea .icon {
    top: -20px;
    left: 70%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .visionArea .icon {
    left: calc(100% - 110px);
  }
}

.strengthArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 0 0 max(2.5vw, 20px);
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .strengthArea {
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .strengthArea {
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 668px) {
  .strengthArea {
    padding: 40px max(5vw, 20px) 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .strengthArea {
    padding-top: 23px;
  }
}
.strengthArea .photo {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .strengthArea .photo {
    width: 100%;
  }
}
.strengthArea .text {
  width: 50%;
  padding: 0 max(5vw, 20px);
}
@media screen and (max-width: 668px) {
  .strengthArea .text {
    width: 100%;
    padding: 20px 0 0;
  }
}
.strengthArea .text h3 {
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .strengthArea .text h3 {
    font-size: clamp(35px, 4.1666666667vw, 100px);
  }
}
.strengthArea .text h3 {
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .strengthArea .text h3 {
    margin-bottom: 20px;
  }
}
.strengthArea .text .strengthText {
  line-height: 220%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .strengthArea .text .strengthText {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .strengthArea .text .strengthText {
    line-height: 170%;
  }
}
.strengthArea .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(../images/txt_strengths.svg) repeat-x left top/auto 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .strengthArea .icon {
    height: 70px;
  }
}
@media screen and (max-width: 668px) {
  .strengthArea .icon {
    background-size: 108% auto;
    background-position: center top;
  }
}

.serviceArea .title {
  padding: 0 0 0 max(5vw, 20px);
  position: relative;
}
.serviceArea .title .text {
  padding-bottom: 100px;
  margin-right: max(5vw, 20px);
}
@media screen and (max-width: 960px) {
  .serviceArea .title .text {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .serviceArea .title .text {
    padding-bottom: 10px;
  }
}
.serviceArea .title .text h3 {
  margin-bottom: 20px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .serviceArea .title .text h3 {
    margin-bottom: 0;
  }
}
.serviceArea .title .text h3 strong {
  display: inline-block;
  font-family: "Afacad", sans-serif;
  line-height: 100%;
  font-size: 7rem;
}
@media screen and (max-width: 1200px) {
  .serviceArea .title .text h3 strong {
    font-size: clamp(35px, 5.8333333333vw, 100px);
  }
}
.serviceArea .title .text h3 strong {
  vertical-align: middle;
  margin-bottom: 20px;
}
.serviceArea .title .text h3 span.jp {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .serviceArea .title .text h3 span.jp {
    font-size: clamp(14px, 1.25vw, 100px);
  }
}
.serviceArea .title .text h3 span.jp {
  font-weight: 600;
  margin-left: 20px;
}
.serviceArea .title .text p {
  font-size: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .serviceArea .title .text p {
    font-size: clamp(23px, 4vw, 100px);
  }
}
.serviceArea .title .text p {
  font-weight: 600;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .serviceArea .title .text p {
    margin-left: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .serviceArea .title .text p br {
    display: none;
  }
}
.serviceArea .title .icon {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: calc(100% - 850px);
  min-width: 680px;
}
@media screen and (max-width: 800px) {
  .serviceArea .title .icon {
    min-width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .serviceArea .title .icon {
    position: static;
  }
}
.serviceArea .title .icon .iconImg {
  width: 87%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .serviceArea .title .icon .iconImg {
    width: 100%;
  }
}
.serviceArea .title .icon .blue {
  display: block;
  background-color: #2A4576;
  clip-path: polygon(220px 0, 100% 0, 100% 100%, 0 100%);
  margin-top: -25px;
  width: 100%;
  height: 0;
  padding-top: 20%;
}
@media screen and (max-width: 1200px) {
  .serviceArea .title .icon .blue {
    clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
    padding-top: 12%;
  }
}
@media screen and (max-width: 668px) {
  .serviceArea .title .icon .blue {
    margin-top: -18px;
  }
}
.serviceArea .main {
  background-color: #2A4576;
  color: #fff;
  padding: 100px 0 150px max(5vw, 20px);
}
@media screen and (max-width: 960px) {
  .serviceArea .main {
    padding: 50px 0 100px max(5vw, 20px);
  }
}
.serviceArea .main .serviceSlide .slide {
  width: 530px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: clamp(20px, 2vw, 30px) clamp(20px, 2.5vw, 50px);
  margin-bottom: 50px;
  margin-right: clamp(20px, 2.5vw, 50px);
}
@media screen and (max-width: 1200px) {
  .serviceArea .main .serviceSlide .slide {
    border-radius: 25px;
  }
}
@media screen and (max-width: 960px) {
  .serviceArea .main .serviceSlide .slide {
    margin-bottom: 20px;
  }
}
.serviceArea .main .serviceSlide .slide .num {
  text-align: center;
  font-family: "Afacad", sans-serif;
  line-height: 100%;
  font-size: 7.8rem;
}
@media screen and (max-width: 1200px) {
  .serviceArea .main .serviceSlide .slide .num {
    font-size: clamp(35px, 6.5vw, 100px);
  }
}
.serviceArea .main .serviceSlide .slide .num::after {
  content: "";
  display: block;
  width: 117px;
  height: 15px;
  margin: 15px auto 10px;
  background: url(../../common/images/icon_down.svg) no-repeat center/contain;
}
.serviceArea .main .serviceSlide .slide h4 {
  text-align: center;
  font-size: 5.8rem;
}
@media screen and (max-width: 1200px) {
  .serviceArea .main .serviceSlide .slide h4 {
    font-size: clamp(35px, 4.8333333333vw, 100px);
  }
}
.serviceArea .main .serviceSlide .slide h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .serviceArea .main .serviceSlide .slide h4 {
    font-size: clamp(35px, 3.4375vw, 100px);
  }
}
.serviceArea .main .serviceSlide .slide .comment {
  margin-top: 20px;
  line-height: 200%;
}
.serviceArea .main .serviceSlide .slide .comment:not(:last-child) {
  margin-bottom: 10px;
}
.serviceArea .main .serviceSlide .slide .moreBtn {
  text-align: right;
}
.serviceArea .main .serviceSlide .slick-next {
  right: max(5vw, 20px);
}

.mapArea {
  margin-bottom: 50px;
}
.mapArea .photo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 36%;
  background: url(../images/photo_company.jpg) no-repeat center/cover;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mapArea .photo span {
    padding-top: 65%;
  }
}
.mapArea .main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .mapArea .main {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mapArea .main {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.mapArea .main {
  padding: 100px 0 250px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .mapArea .main {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mapArea .main {
    padding: 30px 0 0;
  }
}
.mapArea .main .read {
  font-size: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .mapArea .main .read {
    font-size: clamp(23px, 4vw, 100px);
  }
}
.mapArea .main .read {
  font-weight: 600;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .mapArea .main .read {
    margin-bottom: 40px;
  }
}
.mapArea .main .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .mapArea .main .name {
    font-size: clamp(14px, 1.5vw, 100px);
  }
}
.mapArea .main .name {
  font-weight: 600;
  margin-bottom: 15px;
}
.mapArea .main address {
  font-style: normal;
  margin-bottom: 15px;
}
.mapArea .main .tel {
  margin-bottom: 25px;
}
.mapArea .main .tel span {
  font-family: "Afacad", sans-serif;
  line-height: 100%;
}
.mapArea .main .tel a {
  font-family: "Afacad", sans-serif;
  line-height: 100%;
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .mapArea .main .tel a {
    font-size: clamp(14px, 4.1666666667vw, 100px);
  }
}
.mapArea .main .map {
  width: 800px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .mapArea .main .map {
    width: 65%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mapArea .main .map {
    width: 100%;
    position: static;
    margin: -120px 0 0 auto;
  }
}