@charset "UTF-8";
.p-contact .form-section {
  margin-top: 1.5rem;
}

.c-heading--en1 {
  margin-bottom: 5em;
}
@media (max-width: calc(768px - 0.02px)) {
  .c-heading--en1 {
    margin-bottom: 2em;
  }
}

.c-heading--lv1 {
  margin-bottom: 1em;
}

.sec-main-visual {
  width: 100%;
  height: 680px;
  position: relative;
  overflow-anchor: none;
}
.sec-main-visual .swiper-wrapper,
.sec-main-visual .swiper-slide {
  width: 100%;
  height: 100%;
}
.sec-main-visual .swiper-slide {
  overflow: hidden;
  /* 画像を背景と同じようにカバー表示 */
}
.sec-main-visual .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
.sec-main-visual__content {
  position: absolute;
  top: 36%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: left;
  z-index: 97;
}
.sec-main-visual__content p {
  display: block;
  width: 55%;
}

@media (max-width: calc(992px - 0.02px)) {
  .sec-main-visual {
    height: 100vw;
  }
  .sec-main-visual__content {
    position: absolute;
    top: 50%;
    top: calc(50px + 20%);
    left: 8.57142857%;
    color: #fff;
    text-align: left;
  }
  .sec-main-visual__content h1 {
    font-size: 6.5rem;
  }
  .sec-main-visual__content p {
    width: 90%;
  }
}
.sec-nav .c-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec-nav .c-nav-list__link {
  position: relative;
  width: 33.3333333333%;
  display: block;
  text-align: center;
  border-right: solid 1px #e6edf2;
  padding: 2em 0.75em;
}
.sec-nav .c-nav-list__link:first-child {
  border-left: solid 1px #e6edf2;
}
.sec-nav .c-nav-list__link::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  right: 20px;
  top: calc(50% - 13.5px);
}
.sec-nav .c-nav-list__link span {
  font-size: 2.8rem;
  color: #034D7A;
}
.sec-nav .c-nav-list__link span small {
  display: block;
  font-size: 1.2rem;
  color: #c0d2de;
  margin-top: 0.75em;
}

@media (max-width: calc(992px - 0.02px)) {
  .sec-nav .c-nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec-nav .c-nav-list__link {
    width: 100%;
    padding: 1em 0.5em 1em 20px;
    border-top: solid 1px #e6edf2;
    text-align: left;
  }
  .sec-nav .c-nav-list__link:first-child {
    border-top: 0;
    border-left: 0;
  }
  .sec-nav .c-nav-list__link span {
    font-size: 2rem;
  }
  .sec-nav .c-nav-list__link span small {
    font-size: 1rem;
  }
  .sec-nav .l-container {
    padding: 0;
  }
}
.sec-news {
  background-color: #f1f1f2;
}
.sec-news .news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 22px;
}
.sec-news .news-content__inner {
  width: calc(100% - 13rem);
}
.sec-news .news-content__inner__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-news .news-content__inner__text .news-head {
  width: 10rem;
}
.sec-news .news-content__inner__text .news-head h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: #034D7A;
}
.sec-news .news-content__inner__text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10rem);
}
.sec-news .news-content__inner__text dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #357195;
  margin-right: 3rem;
  width: 8rem;
  line-height: 1;
  margin-top: 0.225em;
}
.sec-news .news-content__inner__text dl dd {
  overflow: hidden;
}
.sec-news .news-content__inner__text dl dd a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.sec-news .news-content__link {
  width: 13rem;
  text-align: right;
}
.sec-news .news-content__link a {
  display: inline-block;
  color: #fff;
  background-color: #034D7A;
  padding: 0.5em 2.25em 0.6em 0.75em;
  border-radius: 5em;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 1.4rem;
  white-space: nowrap;
}
.sec-news .news-content__link a::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/icon_arrow_wt_small.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1em;
  height: 1em;
  right: 0.75em;
  top: calc(50% - 0.5em);
}

@media (max-width: calc(992px - 0.02px)) {
  .sec-news .news-content {
    padding: 1.5rem 0 2rem;
    display: block;
  }
  .sec-news .news-content__inner {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .sec-news .news-content__inner__text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec-news .news-content__inner__text .news-head h2 {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.3em;
  }
  .sec-news .news-content__inner__text dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .sec-news .news-content__inner__text dl dt {
    font-size: 1.4rem;
    margin-right: 0;
    width: 100%;
  }
  .sec-news .news-content__inner__text dl dd {
    font-size: 1.4rem;
  }
  .sec-news .news-content__link {
    padding-left: 0;
    text-align: left;
  }
}
.sec-business {
  padding: 5rem 0 0;
  background-color: #fff;
}
.sec-business__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-business__inner .c-heading--lv1 {
  margin-bottom: 0;
}
.sec-business .c-l-business-list {
  position: absolute;
  top: 23rem;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-business .c-l-business-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  width: 30rem;
  color: #fff;
  background-color: #034D7A;
  padding: 0.75em 1em;
  border-bottom: solid 1px #357195;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: width 0.2s ease-out, background-color 0.2s ease-out;
  transition: width 0.2s ease-out, background-color 0.2s ease-out;
  position: relative;
}
.sec-business .c-l-business-list a span {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  margin-right: 0.5em;
}
.sec-business .c-l-business-list a::after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/icon_arrow_wt.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.7rem;
  height: 2.7rem;
  right: 2rem;
  top: calc(50% - 1.35rem);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  pointer-events: none;
}
.sec-business .c-l-business-list a:hover {
  opacity: 1;
  background-color: #357195;
  width: 35rem;
}
.sec-business .c-l-business-list a:hover::after {
  opacity: 1;
}
.sec-business .business-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-business .business-map img {
  width: 1050px;
  aspect-ratio: 1050/942;
}
.sec-business .business-map__background {
  width: 1050px;
  aspect-ratio: 1050/942;
  background: url("/local/img/img_bisiness.png") no-repeat center center/contain;
}
.sec-business .business-map .c-business-summary {
  position: absolute;
  width: 51rem;
  padding: 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(15, 21, 36, 0.15);
          box-shadow: 0 0 1rem rgba(15, 21, 36, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.sec-business .business-map .c-business-summary h4 {
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #034D7A;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sec-business .business-map .c-business-summary h4 span {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  margin-right: 0.5em;
}
.sec-business .business-map .c-business-summary p {
  font-size: 1.4rem;
  margin: 0;
}
.sec-business .business-map .c-business-summary--01 {
  top: 34%;
  right: 2%;
}
.sec-business .business-map .c-business-summary--02 {
  top: 50%;
  right: 24%;
}
.sec-business .business-map .c-business-summary--03 {
  bottom: 16%;
  right: 3%;
}
.sec-business .business-map .c-business-summary--04 {
  bottom: 26%;
  left: 1%;
}

.business-01 .business-map__background {
  background-image: url("/local/img/img_bisiness-1.png") !important;
}
.business-01 .c-business-summary--01 {
  opacity: 1 !important;
}

.business-02 .business-map__background {
  background-image: url("/local/img/img_bisiness-2.png") !important;
}
.business-02 .c-business-summary--02 {
  opacity: 1 !important;
}

.business-03 .business-map__background {
  background-image: url("/local/img/img_bisiness-3.png") !important;
}
.business-03 .c-business-summary--03 {
  opacity: 1 !important;
}

.business-04 .business-map__background {
  background-image: url("/local/img/img_bisiness-4.png") !important;
}
.business-04 .c-business-summary--04 {
  opacity: 1 !important;
}

@media (max-width: calc(992px - 0.02px)) {
  .sec-business .c-l-business-list {
    position: static;
    margin-top: 3rem;
  }
  .sec-business .c-l-business-list a {
    font-size: 1.6rem;
    width: 100%;
  }
  .sec-business .c-l-business-list a > br {
    display: none;
  }
  .sec-business .c-l-business-list a span {
    font-size: 2rem;
  }
  .sec-business .c-l-business-list a::after {
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    top: calc(50% - 1rem);
  }
  .sec-business .c-l-business-list a:hover {
    width: 100%;
  }
  .sec-business .business-map .c-business-summary {
    display: none;
  }
}
.sec-storong_point {
  background-image: url(/local/img/img_storong_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}
.sec-storong_point .c-heading--lv1 {
  color: #fff;
}
.sec-storong_point__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  margin-bottom: 5rem;
  z-index: 1;
}
.sec-storong_point__inner::after {
  content: "";
  position: absolute;
  left: -50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.sec-storong_point__inner .inner_item {
  width: 33.3333333333%;
}
.sec-storong_point__inner .inner_item__text {
  padding: 2.14285714vw;
}
.sec-storong_point__inner .inner_item__text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.sec-storong_point__inner .inner_item__text h3 small {
  display: block;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #034D7A;
  margin-top: 0.5em;
}
.sec-storong_point__inner .inner_item__text p {
  line-height: 1.5;
  margin-bottom: 0;
}
.sec-storong_point .l-container {
  position: relative;
}
.sec-storong_point .l-container::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (max-width: calc(992px - 0.02px)) {
  .sec-storong_point__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec-storong_point__inner .inner_item {
    width: 100%;
    margin-bottom: 5rem;
  }
  .sec-storong_point__inner .inner_item__text {
    padding: 1rem 2rem 0 0;
  }
  .sec-storong_point__inner .inner_item__text h3 {
    margin-bottom: 0.5em;
  }
  .sec-storong_point__inner .inner_item__text h3 small {
    margin-bottom: 0.25em;
  }
}
.sec-recruit {
  padding: 5rem 0 9rem;
}
.sec-recruit .c-heading--en1 {
  margin-bottom: 5em;
}
.sec-recruit .c-heading--lv1 {
  margin-bottom: 0.5em;
}
.sec-recruit .recruit-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec-recruit .recruit-content__text {
  width: 35.83333%;
}
.sec-recruit .recruit-content__text .lead-text {
  margin-bottom: 3em;
}
.sec-recruit .recruit-content__img {
  width: 56.66667%;
}
.sec-recruit .recruit-content.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5rem;
}
@media (max-width: calc(768px - 0.02px)) {
  .sec-recruit {
    padding-bottom: 2rem;
  }
  .sec-recruit .c-heading--en1 {
    margin-bottom: 2em;
  }
  .sec-recruit .recruit-content__text, .sec-recruit .recruit-content__img {
    width: 100%;
  }
  .sec-recruit .recruit-content__text {
    margin-bottom: 3rem;
  }
  .sec-recruit .recruit-content__text .lead-text {
    margin-bottom: 1.5em;
  }
  .sec-recruit .recruit-content.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem;
  }
}

/*MV編集用20250904*/
.sec-main-visual {
  overflow: hidden;
}

.mv-stage {
  width: 80%;
  min-width: 1000px;
  max-width: 1400px;
  position: absolute;
  bottom: -5vh;
  right: -7vw;
  z-index: 20;
}

.mv-stage .parts__mvanime {
  -webkit-animation: slideinTop 1s ease-out 5s forwards;
          animation: slideinTop 1s ease-out 5s forwards;
  opacity: 0;
}

@-webkit-keyframes slideinTop {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0%;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 100%;
  }
}

@keyframes slideinTop {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0%;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 100%;
  }
}
/*画像スペース確認用枠
.mv-stage .parts__mvanime::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
	background-color: blueviolet;
	border: #034D7A 3px solid;
	opacity: 20%;
	z-index: 100;
}*/
/*MV編集用20250904*/
.parts--cube1 {
  position: absolute;
  width: 3%;
  left: 30%;
  top: 15%;
  z-index: 5;
  -webkit-animation: slideinTop 1s ease-out 5.4s forwards;
          animation: slideinTop 1s ease-out 5.4s forwards;
  opacity: 0;
}

.parts--cube2 {
  position: absolute;
  width: 3%;
  left: -1%;
  top: 17%;
  -webkit-animation: slideinTop 1s ease-out 5.2s forwards;
          animation: slideinTop 1s ease-out 5.2s forwards;
  z-index: 5;
  opacity: 0;
}

.parts--cube3 {
  position: absolute;
  width: 2%;
  left: 10%;
  top: 10%;
  -webkit-animation: slideinTop 1s ease-out 5.1s forwards;
          animation: slideinTop 1s ease-out 5.1s forwards;
  z-index: 5;
  opacity: 0;
}

.parts--cube4 {
  position: absolute;
  width: 2.5%;
  left: 12%;
  top: 20%;
  -webkit-animation: slideinTop 1s ease-out 5s forwards;
          animation: slideinTop 1s ease-out 5s forwards;
  z-index: 5;
  opacity: 0;
}

.parts--cube5 {
  position: absolute;
  width: 2%;
  left: 5%;
  top: 23%;
  -webkit-animation: slideinTop 1s ease-out 5.3s forwards;
          animation: slideinTop 1s ease-out 5.3s forwards;
  z-index: 5;
  opacity: 0;
}

.parts--cube6 {
  position: absolute;
  width: 3%;
  left: 18%;
  top: 25%;
  -webkit-animation: slideinTop 1s ease-out 5.6s forwards;
          animation: slideinTop 1s ease-out 5.6s forwards;
  z-index: 5;
  opacity: 0;
}

.parts--cube7 {
  position: absolute;
  width: 1.5%;
  left: 2%;
  top: 38%;
  -webkit-animation: slideinTop 1s ease-out 5.7s forwards;
          animation: slideinTop 1s ease-out 5.7s forwards;
  z-index: 5;
  opacity: 0;
}

#parts--a {
  position: absolute;
  width: 30%;
  left: -3%;
  top: 51%;
  z-index: 60;
}

#parts--b {
  position: absolute;
  width: 37%;
  left: 17%;
  top: 21%;
  z-index: 70;
}

#parts--c {
  position: absolute;
  width: 28%;
  left: 26%;
  top: -6%;
  z-index: 40;
}

#parts--d {
  position: absolute;
  width: 45%;
  left: 39%;
  top: -4%;
  z-index: 50;
}

#parts--e {
  position: absolute;
  width: 32%;
  left: 62%;
  top: 34%;
  z-index: 80;
}

#parts--f {
  position: absolute;
  width: 32%;
  left: 69%;
  top: -22%;
  z-index: 30;
}

#parts--g {
  position: absolute;
  width: 26%;
  left: 39%;
  top: 54%;
  z-index: 90;
}

#parts--h {
  position: absolute;
  width: 24%;
  left: 9%;
  top: 25%;
  z-index: 10;
}

.swiper {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 991.98px) {
  .mv-stage {
    width: 100%;
    min-width: 450px;
    bottom: -2vh;
    right: -12vw;
  }
}
/*202509171追加修正用*/
.sec-nav span.c-nav-list__link--large {
  font-size: 3.6rem;
}/*# sourceMappingURL=local.css.map */