@charset "utf-8";

.load-fade.is-show {
  visibility: visible;
  opacity: 1;
}

.load-fade {
  visibility: hidden;
  opacity: 0;
  transition: all 3s;
}

header {
    z-index: 999;
}
header h1 {
	display: flex;
	justify-content: flex-start;
	max-width: calc(200px + 6rem);
}
header h1 img {
max-width: 200px;
margin-right: 0.5rem;
}
header h1 span {
	font-size: 16px;
	font-weight: bold;
}
#gnav_Area {
    z-index: 99;
    background: #fff;
    color: #036eb8;
    width: 80%;
    right: -83vw;
    box-shadow: 0px 0px 20px rgba(3, 110, 184, 0.7);
    border-radius: 30px 0 0 30px;
}
#gnav_Area nav {
    top: 80px;
    height: calc(100dvh - 80px);
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}
#gnav_Area ul {
    width: 800px;
    height: calc(100dvh - 80px);
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 15px;
}
#gnav_Area ul li {
    width: 48%;
}

#gnav_Area ul li:nth-child(n+3) {
    height: 70px;
}

#gnav_Area ul li a {
    display: block;
}
#gnav_Area ul li.recruit01 a,
#gnav_Area ul li.recruit02 a {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    border: 1px solid #036eb8;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}
#gnav_Area ul li a:before {
    content:  "›";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#gnav_Area ul li.recruit01 a:hover,
#gnav_Area ul li.recruit02 a:hover {
    background: #036eb8;
    color: #fff;
}
#gnav_Area ul li.recruit01:before:hover,
#gnav_Area ul li.recruit02:before:hover {
    color: #fff;
}
#gnav_Area ul li:nth-child(n+3) {
    border-bottom: 1px dashed #036eb8;
}
#gnav_Area ul li:nth-child(n+3) a {
    padding: 20px 0;
    position: relative;
    display: block;
}
#gnav_Area ul li.nav_none {
    border-bottom: none;
}
#gnav_Area ul li.nav_none a {
    pointer-events: none;
}
#gnav_Area ul li.nav_none a:before {
	display: none;
}
#gnav_Area ul li.recruit10 {
    width: 48%;
    border-bottom: none;
}
#gnav_Area ul li.recruit10 a {
    width: 300px;
    max-width: 90%;
    margin: 20px auto 0;
}
#gnav_Area ul li.recruit13 {
    width: 48%;
    border-bottom: none;
}
#gnav_Area ul li.recruit13 a {
    width: 270px;
    max-width: 90%;
    margin: 20px auto 0;
}
#gnav_Area ul li.recruit11 ,
#gnav_Area ul li.recruit12 {
border-bottom: none;
width: 200px;
max-width: 80%;
margin: 30px auto 0;
text-align: center;
}
#gnav_Area ul li.recruit11 {
margin-left: auto;
margin-right: 30px;
}

#gnav_Area ul li.recruit12 {
margin-left: 30px;
margin-right: auto;
}

#gnav_Area ul li.recruit10 a:before ,
#gnav_Area ul li.recruit11 a:before ,
#gnav_Area ul li.recruit12 a:before ,
#gnav_Area ul li.recruit13 a:before {
display: none;
}

/* リクナビコメントアウト解いたら削除*/
#gnav_Area ul li.recruit12 {
    width: 100%;
}
#gnav_Area ul li.recruit12 img {
    width: 200px;
}

#gnav_Area ul li.recruit12 {
margin-left: auto;
margin-right: auto;
}
/* リクナビコメントアウト解いたら削除*/


#mv_Wrap {
    width: 100%;
    position: relative;
    background: #ecf5fb;
    padding-top: 100px;
    padding-bottom: 80px;
	overflow: hidden;
}
#mv_Wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #cfe0f0;
    z-index: 0;
}
#mv_Wrap h2 {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#mv_Wrap h3 {
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    position: relative;
}
#mv_Wrap h5 {
position: relative;
margin-top: 40px;
    color: #17467c;
    text-align: center;
    font-weight: 600;
    line-height: 2;
}
#mv_Wrap h3 .hamon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
}
#mv_Wrap h4 {
    position: relative;
    width: 400px;
    max-width: 70%;
    margin: 0 auto;
}

#mv_Wrap [class*="circle"] {
    mix-blend-mode: multiply;
}
.circle01 {
    position: absolute;
    left: 13%;
    top: 20%;
    width: 180px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.bg_01 {
    position: absolute;
    left: 13%;
    top: 20%;
    width: 180px;
    height: 180px;
    max-width: 80%;
    background: #fff;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    z-index: 1;
}
.circle02 {
    position: absolute;
    right: 12%;
    top: 20%;
    width: 200px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.bg_02 {
    position: absolute;
    right: 12%;
    top: 20%;
    width: 200px;
    height: 200px;
    max-width: 80%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.circle03 {
    position: absolute;
    left: 5%;
    top: 38%;
    width: 300px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.bg_03 {
    position: absolute;
    left: 5%;
    top: 42%;
    width: 300px;
    height: 300px;
    max-width: 80%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.circle04 {
    position: absolute;
    right: 3%;
    top: 40%;
    width: 350px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.bg_04 {
    position: absolute;
    right: 5%;
    top: 40%;
    width: 300px;
    height: 300px;
    max-width: 80%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.circle05 {
    position: absolute;
    left: 4%;
    top: 75%;
    width: 250px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.bg_05 {
    position: absolute;
    left: 8%;
    top: 76%;
    width: 200px;
    height: 200px;
    max-width: 80%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.circle06 {
    position: absolute;
    right: 3%;
    top: 73%;
    width: 280px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.bg_06 {
    position: absolute;
    right: 5%;
    top: 75%;
    width: 230px;
    height: 230px;
    max-width: 80%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.fuwa01 {
    position: absolute;
    left: 8%;
    top: 10%;
    width: 20%;
    z-index: 1;
}
.fuwa02 {
    position: absolute;
    left: 8%;
    top: 10%;
    width: 20%;
    z-index: 1;
}
.fuwa03 {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 20%;
    z-index: 1;
}
.fuwa04 {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 20%;
    z-index: 1;
}


.is-verticalAniMation {
    -webkit-animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
    animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate
}

.u-bg-red.is-verticalAniMation {
    -webkit-animation: circleVerticalAniMation-red 2s ease-in-out infinite alternate;
    animation: circleVerticalAniMation-red 2s ease-in-out infinite alternate
}

.u-bg-purple.is-verticalAniMation {
    -webkit-animation: circleVerticalAniMation-purple 2.8s ease-in-out infinite alternate;
    animation: circleVerticalAniMation-purple 2.8s ease-in-out infinite alternate
}



@-webkit-keyframes circleVerticalAniMation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes circleVerticalAniMation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes circleVerticalAniMation-red {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes circleVerticalAniMation-red {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes circleVerticalAniMation-purple {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

@keyframes circleVerticalAniMation-purple {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

@-webkit-keyframes circleVerticalAniMation-image {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes circleVerticalAniMation-image {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}



/*== 無限に波紋が広がる */

.btnripple{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
    /*波紋の形状*/
	display:inline-block;
	background:rgba(255, 241, 0, 0.3);
	width:40px;
	height:40px;
	border-radius: 50%;
	color:#ccc;
    outline: none;
    /*アニメーションの設定*/
    transition: all .3s;
	cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.btnripple span{
background: #fff100;
width: 20px;
height: 20px;
position: absolute;
border-radius: 30px;
top: 50%;
left: 50%;
z-index: 10;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

/*hoverした際の背景色の設定*/
.btnripple:hover{
	background:rgba(255, 241, 0, 0.3);	
}

/*波形を2つ設定*/
.btnripple::after,
.btnripple::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -40%;
    top: -40%;
    /*波形の形状*/
    border: 1px solid #fff100;
    width: 180%;
    height: 180%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 0.5;
    /*ループするアニメーションの設定*/
    animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple::before {
    animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
	0%{
	  transform: scale(0.6);
	}
	100%{
		transform: scale(0.9);
		opacity: 0;
	}
}


/*インフォメーション*/
#information_Wrap {
    padding: 80px 0 0;
	/*background: #cfe0f0;*/
	position: relative;
	z-index: 10;
}
.sec_Ttl {
    margin-bottom: 0px;
    font-size: min(4.8vw, 24px);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
}
#news_Area {
    padding: 0 0 80px;
    max-width: 1000px;
}
#information_Wrap .inner {
    min-height: 200px;
}
#news_Area article {
    border-top: none;
}
#news_Area article.news_list {
    display: flex;
    gap: 50px 20px;
    padding: 30px 0;
}


#knowcom {
    width: 100%;
    background: #cfe0f0;
    padding-bottom: 100px;
	padding-top: 100px;
}
.btn_cam {
    width: 500px;
    max-width: 90%;
    display: block;
    margin: 0 auto 50px;
    position: relative;
}

/*
.btn_cam:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}*/
.result {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
}
.result > figure {
    width: 250px;
    max-width: 25%;
}
.result article {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.result article > div {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: baseline;
    font-size: min(8vw,30px);
    font-weight: bold;
    color: #036eb8;
    padding: 20px 0;
    border-top: 1px solid #036eb8;
}
.result article > div small {
    font-size: min(5vw,30px);
     writing-mode: vertical-rl;
}
.result article > div:nth-child(3) ,
.result article > div:nth-child(4) {
    border-bottom: 1px solid #036eb8;
}
.result article > div img {
    width: 200px;
    max-width: 90%;
    margin-right: 5%;
}
.result article > div span {
    font-size: min(8vw,80px);
    font-weight: bold;
}

.joblist {
    width: 1200px;
    max-width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.joblist > a {
    display: block;
    background: #036eb8;
    border-radius: 20px;
    width: 18%;
    padding: 20px 0;
    text-align: center;
}
.joblist > a img {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}

.kirikae {
  position: relative;
  display: inline-block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
.kirikae .btnripple {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
}
.kirikae .num {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 5;
    width: 80px;
}

.kirikae .toggle-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    display: block;
    aspect-ratio: 800 /1447;
    object-fit: contain;
}

.kirikae .open-img {
  opacity: 0;
  z-index: 1;

}

.kirikae .close-img {
  opacity: 1;
  z-index: 2;
}

.joblist > a:hover {
    opacity: 1;
}
.joblist > a:hover .kirikae .open-img {
  opacity: 1;
}

.joblist > a:hover .kirikae .close-img {
  opacity: 0;
}
.kirikae img {
  display: block;
  opacity: 1;
  width: 100%;
}


#hero_Vis {
    padding-top: 100px;
    background: #CFD9E2;
    background: linear-gradient(90deg, rgba(207, 217, 226, 1) 0%, rgba(223, 228, 232, 1) 50%, rgba(208, 218, 227, 1) 100%);
}
#hero_Vis>h2 {
    z-index: 20;
    right: 5%;
    top: 5%;
    width: 350px;
    max-width: 35%;
}

#hero_Vis>h2 a {
    display: block;
    border-radius: 500px;
}

#hero_Vis>h2 a img {
    filter: drop-shadow(5px 5px 10px rgba(30, 72, 121, 0.73));
}


#hero_Vis>h3 {
    z-index: 20;
    position: absolute;
    left: 5%;
    top: 6%;
    width: 700px;
    max-width: 90%;
}


.under_logo {
    width: 100%;
    padding: 50px 0;
background: #CFD9E2;
background: linear-gradient(90deg, rgba(207, 217, 226, 1) 0%, rgb(225, 233, 236) 50%, rgba(208, 218, 227, 1) 100%);
}
.under_logo p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}
.under_logo a {
    width: 500px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}
.under_logo a img {
    margin-left: -8%;
}

.page_inlink {
    width: 100%;
    height: 1px;
    visibility: hidden;
    margin-top: -100px;
    padding-top: 100px;
}

/*下層横並び求人ボタン*/
.btn_recruit {
width: 1000px;
max-width: 90%;
margin: 70px auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.btn_recruit li {
margin: 0 10px;
}
.btn_recruit li:nth-child(1) {
/*background: #fff;*/
display: flex;
justify-content: center;
align-items: center;
/*border: 1px solid #0068b7;*/
padding: 0 10px;
}
.btn_recruit li:nth-child(2) {}




@media only screen and (max-width: 900px) {

	header h1 {
	left: 45%;
	}
	header h1 span {
	font-size: 14px;
	}
    
    #gnav_Area {
        width: 100%;
        border-radius: 0;
        right: -100vw;
        box-shadow: none;
    }
	#gnav_Area ul {
        padding-top: 25px;
	}
    #gnav_Area ul li.recruit01,
    #gnav_Area ul li.recruit02 {
        width: 48%;
    }
    #gnav_Area ul li.recruit01 a, #gnav_Area ul li.recruit02 a {
        font-size: 18px;
        padding: 10px 0;
		margin-bottom: 15px;
    }
    #gnav_Area ul li {
        width: 100%;
    }
    #gnav_Area ul li:nth-child(n+3) a {
        padding: 15px 0;
    }
	#gnav_Area ul li.nav_none {
        border: none;
	}
    #gnav_Area ul li.recruit10 a {
        margin-top: 0;
    }
    #gnav_Area ul li.recruit13 a {
        margin-top: 0;
    }
    #gnav_Area nav {
        top: 70px;
        height: calc(100dvh - 70px);
    }
    #gnav_Area ul {
        height: calc(100dvh - 70px);
    }
    #gnav_Area ul li.nav_none {
        display: none;
    }
	#gnav_Area ul li.recruit11, #gnav_Area ul li.recruit12 {
	margin: 0 auto;
	}
    #gnav_Area ul li.recruit01 { order: 1;}
    #gnav_Area ul li.recruit02 { order: 2;}
    #gnav_Area ul li.recruit03 { order: 3;}
    #gnav_Area ul li.recruit04 { order: 7;}
    #gnav_Area ul li.recruit05 { order: 4;}
    #gnav_Area ul li.recruit06 { order: 8;}
    #gnav_Area ul li.recruit07 { order: 5;}
    #gnav_Area ul li.recruit08 { order: 9;}
    #gnav_Area ul li.recruit09 { order: 6;}
    #gnav_Area ul li.recruit10 { order: 15;}
    #gnav_Area ul li.recruit11 { order: 10; margin-top: 30px;}
    #gnav_Area ul li.recruit12 { order: 11;}
    #gnav_Area ul li.recruit13 { order: 14;}
	
    
    .circle01 {
        width: 80px;
        max-width: 25%;
        left: 4%;
        top: 13%;
    }
    .bg_01 {
        left: 2%;
        width: 60px;
        height: 60px;
        max-width: 25%;
        aspect-ratio: 1 / 1;
        top: 13%;
    }
    .circle02 {
        right: 3%;
        width: 90px;
        max-width: 25%;
		top: 15%;
    }
    .bg_02 {
        right: 3%;
        width: 80px;
        height: 80px;
        max-width: 25%;
        aspect-ratio: 1 / 1;
		top: 15%;
    }
    .circle03 {
        width: 100px;
        max-width: 25%;
        left: 5%;
        display: none;
    }
    .bg_03 {
        left: 5%;
        width: 100px;
        height: 100px;
        max-width: 25%;
        aspect-ratio: 1 / 1;
        display: none;
    }
    .circle04 {
        right: 5%;
        width: 100px;
        max-width: 25%;
        display: none;
    }
    .bg_04 {
        right: 5%;
        width: 100px;
        height: 100px;
        max-width: 25%;
        aspect-ratio: 1 / 1;
        display: none;
    }
    .circle05 {
        width: 90px;
        max-width: 28%;
        left: -2%;
        top: 44%;
    }
    .bg_05 {
        left: 3%;
        width: 70px;
        height: 70px;
        max-width: 28%;
        aspect-ratio: 1 / 1;
        top: 45%;
    }
    .circle06 {
        right: 1%;
        width: 100px;
        max-width: 25%;
        top: 53%;
        z-index: 20;
    }
    .bg_06 {
        right: 2%;
        width: 80px;
        height: 80px;
        max-width: 25%;
        aspect-ratio: 1 / 1;
        top: 53%;
    }
    #mv_Wrap h3 {
        margin-top: 10px;
    }
    #mv_Wrap:before {
        height: 50%;
    }
	
	#news_Area article a .date span {
	margin-left: 0;
	}
	
    #knowcom {
        padding-bottom: 70px;
    }
    #knowcom h3 {
        font-size: 15px;
    }
    .kirikae {
        max-width: 70%;
        width: 70%;
    }
    .kirikae .num {
        width: 50px;
    }
    .joblist > a {
        padding: 10px 0;
    }
    
    .btn_cam {
        max-width: 70%;
    }
    .result > figure {
        max-width: 80%;
        margin: 0 auto 30px;;
    }
    .result article {
        width: 100%;
    }
    .result article > div {
        width: 100%;
        align-items: center;
    }
    .result article > div:nth-child(3) {
        border-bottom: none;
    }
    .result article > div span {
        font-size: min(13vw,80px);
    }
    .result article > div p {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        flex-wrap: nowrap;
    }
    .result article > div img {
        width: 200px;
        max-width: 60%;
        margin-right: 0;
    }
    .joblist {
        gap: 4%;
        row-gap: 0px;
        justify-content: space-between;
    }
    .joblist > a {
        display: block;
        background: #036eb8;
        border-radius: 20px;
        width: 48%;
        padding: 20px 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .joblist > a img {
        max-width: 90%;
        margin: 0 auto;
        width: 100%;
    }
    #hero_Vis>figure.main_fly {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #hero_Vis {
        padding-top: 150px;
    }
    #hero_Vis>figure img {
        height: auto;
    }
    #hero_Vis>h3 {
        width: 600px;
        max-width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 4%;
    }
    #hero_Vis>h2 {
        top: 15%;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 0;
        max-width: 65%;
    }
    #hero_Vis>h2 a {
        border-radius: 200px;
    }
    .under_logo {
        background: #E1E9EC;
    }
    .under_logo a img {
        margin: 0 auto;
    }
    
	/*下層横並び求人ボタン*/
	.btn_recruit li:nth-child(1) {
	margin-bottom: 15px;
	padding: 10px;
	}
    
    
}