@charset "UTF-8";
/* CSS Document 
 * 
 *　2025リニューアル上書き用
 * @mid-international
 */




html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
position: relative;
}

body {
    margin: 0;
    font-family: "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: calc(1.285rem + .42vw);
    font-weight: 400;
    line-height: 1.6;
    color: #585858;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}


.wrapper {
  overflow-x: hidden;
}

　
/* スマホ ナビトグル */

    .js-gnav-nav--fix {
        
        height: 100vh !important;
		 max-height: 100vh !important;
    }


.slide-items {
    list-style: none;
    position: absolute;
    width: 700px;
    height: 700px;
    overflow: hidden;
    right: 0vw;
	top: 20vh;
}

.slide-items img {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 100%;*/
  /* height: 100%;*/
  transition: 4s linear transform .4s;
  object-fit: cover;
}

.slide-items .zoom {
  transform: scale(1.05);
}


@media (max-width: 767.98px) {

.slide-items {
    width: 93%;
    height: 50vh;
	position: relative;
	top: 0;
	margin-top: 5vh;
}

.slide-items img {
width: 95%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 4s linear transform .4s;
  object-fit: cover;
}

}


@media (max-width: 576px) {
    .p-front-fv>.container {
        padding: 0;
    }
	.js-gnav-toggle__icon, .js-gnav-toggle__icon::after, .js-gnav-toggle__icon::before {
    
    background-color: #001f4d;
}
}

.js-gnav {    
	background: rgba(255, 255, 255, 0.3) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
}


/* しんか グラデ */
.color-shift {
           background: linear-gradient(90deg, #001E4C, #1D3278, #1abc9c,#9b59b6);
           background-size: 300% 100%;
           -webkit-background-clip: text;
           -webkit-text-fill-color: transparent;
           background-clip: text;
           animation: colorFlow 30s linear infinite;
           font-weight: 500;
           font-feature-settings: 'palt' 1;
       }


       @keyframes colorFlow {
           0% { background-position: -200% 0; }
           100% { background-position: 200% 0; }
       }


       .mission-text {
		   font-size: 44px;
           font-weight: bold;
           margin-bottom: 30px;
		   margin-top: 0;
           font-family: 'Noto Sans JP', sans-serif;
       }


       .mission-thin-text {
           font-weight: 400;
		   font-size: 44px;
           letter-spacing: 0.05em;
           font-feature-settings: 'palt' 1;
           color: #001E4C;
         
       }

 .mission-text_sub {
           line-height: 2;
           font-family: 'Noto Sans JP', sans-serif;
       }



@media (max-width: 767.98px) {
	
	.mission-text {
    font-size: 28px;
		}
.mission-thin-text {
    font-size: 26px;
}
}

.mid-gradient  {
display: inline-block;
  background: linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  background: -webkit-linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* フロント */

.p-front-fv__title {
    font-family: "Oswald", sans-serif;
display: inline-block;
  background: linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  background: -webkit-linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 180px;
    font-weight: 700;
	margin: 0;
	line-height: 1;
}
.p-front-fv__title_sub {
    font-size: 24px;
    display: block;
    color: #001E4C;
    margin-top: 2em;
}

.p-front__title {
    font-family: "Oswald", sans-serif;
display: inline-block;
  background: linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  background: -webkit-linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-weight: 700;
	margin: 0;
}
.p-front__title_sub { font-size:16px; display: block; color: #001E4C; }

.p-front-fv__text_sub {
    
    font-size: 26px;
    font-weight: 500;
	line-height: 1.5;
}


.p-front_service_title {
    font-family: "Oswald", sans-serif;
display: inline-block;
  background: linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  background: -webkit-linear-gradient(300deg, rgba(0, 217, 255, 20) -40%, #1d3278 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
	margin: 0;
}
.p-front_service_title_sub { font-size:16px; display: block; color: #001E4C; max-width: 400px; }

.p-front__section--02__contents__head {
    color: #585858;
    font-size: 20px;
    margin: 20px 0 40px;
    line-height: 1.4em;
	padding:0;
}

@media (max-width: 767.98px) {
	.p-front-fv__title {
    font-size: 80px;
    font-weight: 700;
	margin-left: 5vh;
	line-height: 1;
}
.p-front-fv__title_sub {
    font-size: 18px;
    display: block;
    color: #001E4C;
    margin-top: 2em;
}

	.p-front__title {
    font-size:30px;
}
	.p-front-fv__text_sub {
    font-size: 16px;
}
}


.p-front-fv {
    overflow: hidden;
    background:none;
    padding: 0 0 60px;
    margin-top: 0;
    margin-bottom: 0;
	height: 100vh
}


/* フロント 矢印ボタン */

.nav-button {
      width: 220px;
      height: 50px;
      border-radius: 25px;
      background-color: #001f46;
      position: relative;
      cursor: pointer;
      transition: all 0.4s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      text-decoration: none;
      border: none;
      user-select: none;
      overflow: hidden;
	margin:20px 0;
    }

    .nav-button::before {
      content: "→";
      position: absolute;
      left: 5px;
      width: 40px;
      height: 40px;
      background-color: white;
      border-radius: 50%;
      transition: left 0.4s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #001f46;
      font-weight: bold;
    }

    .nav-button:hover {
      background-color: #d90020;
	color: white;
    }

    .nav-button:hover::before {
      left: calc(100% - 45px);
    }

    .nav-button:focus {
      outline: 2px solid #4A90E2;
      outline-offset: 2px;
		color: white;
    }

    .nav-button span {
      z-index: 1;
      position: relative;
    }



.btn_arrow_box {
}

.btn_arrow {
  color: #000;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  text-decoration: none;
}

.btn_arrow:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 20px;
    display: ruby;
    right: 0;
    transition: all 0.2s;
    position: absolute;
    top: 30px;
    float: right;
	right: 30px;
}

.btn_arrow:hover:after {
  right: 0;
}



/* フロントパーツ */
.p-front__section--01__contents__link-field {
    padding: 20px;
}

.p-front__section--01__contents .rightbox ul {
    border-top: 1px solid #D1D1D1;
}

@media (max-width: 576px) {
    .p-front__section--01__contents__head {
        text-align: center;
    }
}

.c-position--rel {
    position: relative;
    height: 100%;
}

.p-front__section--01__contents__link-field__text .title {
    color: #001E4C;
    margin: 0;
    font-size: 28px;
}

.title_sub_bule { color:#4A90E2; margin-top:1.5em;}

.p-front__section--02__bg-01 {
    position: absolute;
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    z-index: -2;
}
.p-front__section--02__inner {
    padding: 70px 0;
}

.p-front__section--03__bg-01 {
    top: 0;
	font-size: calc(10vw + 1.5em);
}

@media (max-width: 767.98px) {
	.p-front__section--01__contents__link-field__text .title {
    font-size: 24px;
}
	.p-front__section--01__contents__link-field__text .info {
    font-size: 13px;
}
.p-front__section--03__bg-01 {
	font-size: calc(20vw + 1.5em);
}
}

@media (max-width: 576px) {
    .p-front__section--07__contents .rightbox {
        margin-top: 0; 
    }
	.p-front__section--07__contents .inner {
        padding: 20px 0;
    }
	.p-front__section--02__contents__head {
    font-size: 18px;
}
}


.p-front__section--07:before {
    display: none;
}

.p-front__section--07__contents__post {font-size:16px;}



/*  parallax   */

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.scroll-infinity {
    padding-top: 130px;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw /6); /*画像の枚数で割る*/
	padding: 0 25px;
}

@media (max-width: 576px) {
.scroll-infinity__item {
    width: calc(100vw / 2.5);
    padding: 0 12px;
}
}
.scroll-infinity__item>img {
  width: 100%;
}




/* footer */

.l-footer__eye {
    background: url("../assets/img/bg/footer__bg2.jpg");
   
}

.l-footer__eye:before {
    background: none;
    
}


.footer-contact__btn-field-box .tel-box .inner ,
.footer-contact__btn-field-box .contact-box .inner {
    background: #FFF;
}
@media (max-width: 576px) {
    .footer-contact__head {
        top: 0;
    }

}

.c-title--normal {
    font-family: "Oswald", sans-serif;
    font-size: 133px;
    text-align: left;
    color: #ffffff61;
    left: 10vw;
    font-weight: 700;
    position: absolute;
    top: -128px;
}

@media (max-width: 576px) {
    .footer-contact__head {
        top: 0;
    }
.c-title--normal {
    font-size: 60px;
    top: -75px;
	left: 5vw;
}
	.footer-contact__booklet .inner .title {
    font-size: 18px;
}
}


@media (max-width: 992px) {
    .l-footer__eye {
        height: 170px;
    }
}

.l-footer__copy , .l-footer__copy a {
    font-size: 10px;
}


.footer-contact__btn-field {
    padding: 0;
}


.footer-contact__btn-field-box .inner:after {
    display: none;
	}

.footer-contact__btn-field__inner {
	padding :0;
	display: none;
	}

.footer-contact__btn-field-box , .footer-contact__booklet {
   display: none;
}

.l-footer__menu .footer-menu {
    font-size: 16px;
}


/* 背景ふわふわ */

.fluffy {
	position: absolute;
    display: inline;
    display: flex;
    z-index: -999;
	width: calc(100vw /6); /*画像の枚数で割る*/
	overflow-x: hidden;
}
@keyframes fluffy {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
}

.fluffy_circle {
    animation: 7s 0s fluffy ease-in-out infinite;
    left: -20vw;
    top: 40vh;
    width: calc(100vw / 2);
}

.fluffy_square {
    animation: 4s 0s fluffy ease-in-out infinite;
    right: -20vw;
    top: 70vh;
    width: calc(60vw);
}



/* 事業所案内 */

@media (max-width: 576px) {
.our-business .our-business__title .our-business__bu {
    font-size: 2rem;
}
	.our-business .our-business__title .our-business__title__text {
    font-size: 14px;
    padding: 18px;
}
}