@charset "utf-8";
/*========= General ===========*/
body{
    font-family: 'Noto Sans JP', sans-serif !important;
	color: #000;
	font-size:1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}
ul{
	margin:0 !important;
	padding: 0 !important;
	list-style: none;
}
a{
	color: #000;
	text-decoration: none !important;
    outline: none;
	background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img{
    width:100%;
    height: auto;
}
*{box-sizing: border-box}
p{
    line-height: 2.1rem;
}
address,dd {
    margin-bottom: 0 !important;
}
.lead-h2_ja{
    display: block;
    font-size: 1.5rem;
    margin: 0.1rem 0 1.5rem;
}
.lead-h2_en{
    font-size: 3.5rem;
    letter-spacing: 0.04em;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
    line-height: 1.2;
    display: block;
    color: #2a599a;
} 
.ja:where(.astro-whqddyyn) {
    font-family: Noto Sans JP Variable, sans-serif;
    font-optical-sizing: auto;
    font-feature-settings: "palt" on;
    font-weight: 700;
    display: block;
    line-height: 1.25;
}

.button{
    position: relative;
    overflow: hidden;
    min-width: 260px;
    max-width: 260px;
    background-color: #2a599a;
    border-radius: 50px;
}
.button span {
	position: relative;
	z-index: 3;
	color:#333;
}
.bgskew::before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background:#277ef6;
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}
.bgskew:hover::before {
	animation: skewanime .3s forwards;
}
.bi-arrow-right{
    padding: 5px;
    line-height: 1.2;
}
@keyframes skewanime {
	100% {
		left:-10%;
	}
}
.button-common {
    text-align: center;
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    letter-spacing: 0.08rem;
    padding: 10px 35px;
    text-decoration: none;
}
.button-common p {
    margin: 0;
}
.pc-br{
    display: inline;
}
.sp-br{
	display: none;
}
.sp-tb{
	display: none;
}
.l-box{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.l-box a,.l-box a:hover,.l-box a:visited{
    color: #000;
}
#header,h1,h2,.heading01,.count-size{
    font-family: 'Noto Sans JP', 'Albert Sans', sans-serif;
}
.en_span{
	 font-size: 'Noto Sans JP', 'Albert Sans', sans-serif;
}
.l-messege p{
    line-height: 1.8;
}
.anpfont{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
}
@media screen and (max-width: 1040px) {
    .sp-tb{
        display: inline;
    }
}
@media screen and (max-width: 768px) {
    .button-common.-small {
        font-size: 1rem;
        padding: 12px;
        min-width: 225px;
        max-width: 225px;
    }
    .lead-h2_en {
        font-size: 2rem;
    }
    .bi-arrow-right{
        padding: 7px 0 0 0;
    }
}
@media screen and (max-width: 550px) {
    p{
        font-size: 0.8rem;
        line-height: 1.82rem;
    }
    dd{
        line-height: 1.5rem;
    }
	.l-lead-tx{
		font-size: 0.8rem;
    	line-height: 1.82;
	}
    .lead-h2_ja{
        font-size: 1.2rem;
    }
    .l-box{
        font-size: 0.8rem;
    }
    small{
        font-size: .7rem !important;
    }
    .button-common.-small {
        font-size: 0.85rem;
    }
    .pc-img{
        display: none;
    }
    .pc-br{
        display: none;
    }
	.sp-br{
	display: inline;
	}
}
@media screen and (min-width: 551px) {
    .sp-img{
        display: none;
    }
}


/*========= header ===========*/
#header{
	position: fixed;
	width: 100%;
	height: 70px;
    padding: 35px 70px 35px 40px;
	background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
	z-index: 999;
}
#header .header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header ul{
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
    padding: 0 0 0 15px;
}

#header li,
#header dl,
#header dt,
#header dd{
    display: inline-block;
}
#header li{
    margin: 0 20px 0 0;
}
#header h1 img{
    width: 315px;
    height: auto;
}
.header-area .fw-normal{
    font-size: 1.04rem;
}
.header-area ul li a{
    color: #000;
    transition: color 0.3s ease, transform 0.3s ease;
}
.header-area ul li a:hover{
    color: #277ef6;
}
@media screen and (max-width:1140px) {
    #header ul{
        display: none;
    }
    #header {
        padding: 35px 70px 35px 30px;
    } 
}
@media screen and (max-width:960px) {
	#header {
    padding: 5px 60px 0 30px;
    height: 60px;
    }
}
@media screen and (max-width:870px) {
    #header {
    padding: 5px 30px;
    }
}

@media screen and (max-width:768px) {
	#header h1 a{
    font-size: 1.4rem;
    }
}
@media screen and (max-width:550px) {
    #header {
    padding: 5px 15px;
    }
    #header h1 img{
        width: 270px;
    }
}

#g-nav li:nth-of-type(1){
    animation-delay: 0.1s;
}
#g-nav li:nth-of-type(2){
    animation-delay: 0.2s;
}
#g-nav li:nth-of-type(3){
    animation-delay: 0.3s;
}
#g-nav li:nth-of-type(4){
    animation-delay: 0.4s;
}
#g-nav li:nth-of-type(5){
    animation-delay: 0.5s;
}
#g-nav li:nth-of-type(6){
    animation-delay: 0.6s;
}

.main_content{
	width: 100%;
}
.l-wrapper{
	width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0)0%, rgba(40, 162, 206, 0.7) 20%, rgba(40, 162, 206, 0.9) 100%);
	padding: 400px 0;
    color: #fff;
	font-family:"Zen Kaku Gothic New","Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.l-wrapper .l-messege{
	font-size: 2.0rem;
	text-align: center;
	padding-bottom: 45px;
	line-height: 4.8rem;
}
.l-wrapper .l-messege:first-child{
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
}
@media screen and (max-width:1100px) {
.l-wrapper .l-messege {
    font-size: 1.8rem;
	line-height: 3.8rem;
    padding-bottom: 28px;
}
.l-wrapper .l-messege:first-child {
    font-size: 4.2rem;
}
}
@media screen and (max-width:768px) {
    .l-wrapper .l-messege {
        font-size: 1.0rem;
        line-height: 2.8rem;
        padding-bottom: 26px;
    }
    .l-wrapper .l-messege:first-child {
        font-size: 2.5rem;
    }
    }
/*========= 動画 ===========*/
.l-header{
    position: relative;
    height: 100vh;
} 

#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
#video-sp{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.noise-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        repeating-linear-gradient(0deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 2px, transparent 2px, transparent 4px),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0.10) 2px, transparent 2px, transparent 4px);
}

video {
    filter: saturate(0.85) brightness(0.95);
}

.txt-layer{
    position: absolute;
    bottom:7vh;
    width: 100%;
    opacity: 1;
    transition: opacity 1.5s ease;
    will-change: opacity;
}
.txt-layer p{
    color: #fff;
    text-align: center;
    font-size: clamp(42px, 6.6vw, 140px);
    font-weight: 500;
    line-height: 1.4;
    mix-blend-mode: overlay;
}
.txt-layer.is-hidden {
    opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
    .txt-layer {
      transition: none;
    }
}
@media screen and (max-width:700px) {
    .pc-video{ display:none; }
    .sp-video{ display:block; }
  }
@media screen and (min-width:700px) {
    .pc-video{ display:block; }
    .sp-video{ display:none; }
  }

/*========= ナビ全画面表示 ===========*/
#g-nav{
    position:fixed;
    z-index: 999;
    top:0;
    left: -120%;
    width:100%;
    height: 100vh;
    background:linear-gradient(to right, #e9f2f9 0%, #deecf9 100%);
    transition: all 0.6s;
	overflow-y: scroll;
    scrollbar-width: none;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}
/*ナビゲーションの数が増えた場合縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: absolute;
    z-index: 999; 
    width:100%;
    top: 35%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.gnav-sitemap{
	width: 50%;
	margin: 0 auto;
}
.gnav-sitemap ul {
    width: 240px;
    font-size: 0.9rem;
    padding: 0 30px 0 0;
}
.gnav-sitemap .title {
    padding-top: 0;
    font-size: 1.01rem;
    font-weight: 600;
    color: #2a599a;
}

#g-nav li a{
	color: #000;
	text-decoration: none;
	padding:10px 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
}
#g-nav li a:hover{
	color:#277ef6;
}
#g-nav .title a {
    font-weight: 500;
}
#g-nav-list .button .button-common {
	font-size: 0.9rem;
}
@media screen and (max-width:1140px) {
	.gnav-sitemap{
	width: 90%;
	}
}
@media screen and (max-width: 768px){
    #g-nav.panelactive #g-nav-list{
        top: 10%;
    }
	.l-wrapper {
    	padding: 200px 0;
	}
	#g-nav .button {
    	max-width: 300px;
	}
}
@media screen and (max-width:578px) {
	.gnav-sitemap{
	width: 75%;
	}
}
@media screen and (max-width: 390px){
    #g-nav.panelactive #g-nav-list{
        top: 8%;
    }
	#g-nav li a {
    	padding: 8px 0;
	}
}
/*========= ハンバーガーメニュー ===========*/
.openbtn{
	position:fixed;
    z-index: 9999;
	top:0;
	right: 0;
	cursor: pointer;
    width: 70px;
    height:60px;
}	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 3px;
    border-radius: 2px;
	background-color: #2a599a;
  	width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 25px;	
}
.openbtn span:nth-of-type(2) {
    top: 33px;
}
.openbtn span:nth-of-type(3) {
    top: 41px;
}
/*activeクラスが付与され一本線*/
.openbtn.active span:nth-of-type(1) ,
.openbtn.active span:nth-of-type(3){
    top: 33px;
	transform: rotate(45deg);
}
.openbtn.active span:nth-of-type(3){
	transform: rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
	display: none;
}

@media screen and (max-width:960px) {
 .openbtn{
    width: 60px;
    height: 60px;
    border:none;
	} 
.openbtn span:nth-of-type(1) {
    top: 19px;
    left: 15px;
	}   
.openbtn span:nth-of-type(2) {
    top: 28px;
    left: 15px;
	}
.openbtn span:nth-of-type(3) {
    top: 37px;
    left: 15px;
	}
.openbtn.active span:nth-of-type(1) ,
.openbtn.active span:nth-of-type(3){
    top:28px;
	}
.top_entrybtn{
    display: none;
	}
}

/*========= ヘッダーナビゲーション動き ===========*/
#header.UpMove{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/*========= top business ===========*/
.l_content{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.l-business{
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
}
.l-business-contener{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-business-lead{
    width: 400px;
    min-width: 400px;
    padding: 0 1rem 0 0;
}
.l-business-img{
    width: 100%;
    overflow: visible;
}
.l-bisiness-slider{
    width: calc(100vw - (100vw - 1900px) / 2 - 700px);
    object-fit: cover;
    border-top-left-radius: 100px;
    margin: 0 0 0 10px;
    object-position: 100% 50%;
    max-width: none;
}
.l-bisiness-slider img {
    width:100%;
    height:480px;
    border-radius: 20px;
    object-fit: cover;
    overflow:hidden;
}
.l-bisiness-slider .slick-slide {
    margin:0 10px;
}
.Imglink-banner{
    display: block;
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 100px;
    position: relative;
}
.imageWrapper{
    border-radius: 3rem;
    overflow: hidden;
    background: linear-gradient(to right, #f0f5ff 0%, #d8e9f8 100%);
}
.Imglink-banner picture{
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.imageWrapper picture img{
    filter: brightness(58%);
}
.Imglink-banner-text-box{
    position: absolute;
    top: 38%;
    width: 100%;
    color: #ffffff;
}
.Imglink-banner-text-box h2 .lead-h2_en{
    color: #ffffff;
}
.Imglink-banner:hover .bgskew::before {
  animation: skewanime 0.3s forwards;
}

.Img-anime,.Img-anime02 {
    transform: scale(1.2);
    transition: transform 0.5s ease-out;
    opacity: 0;
}
.Img-anime02 {
    opacity: 0.8;
}
.Img-anime.in-view,.Img-anime02.in-view {
    transform: scale(1);
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .l-bisiness-slider {
        width: calc(100vw - (100vw - 1700px) / 2 - 620px);
        margin: 0 0 0 70px;
        object-position: 90% 50%;
    }
    .Imglink-banner-text-box{
        width: 100%;
    }
}
@media screen and (max-width: 1140px) {
    .Imglink-banner-text-box {
        top: 30%;
    }
}
@media screen and (max-width:768px) {
    .Imglink-banner-text-box {
        top: 15%;
    }
    .l-business-lead{
        width: 90%;
		min-width: auto;
		margin: 0 auto 3rem;
        padding: 0;
    }
    .l-bisiness-slider{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .l-business-contener{
        display: block;
        width: 100%;
    }
    .l-bisiness-slider img {
        height: 350px;
    }
}
@media screen and (max-width: 768px) {
    .l-bisiness-slider {
        width: 100%;
        margin: 0;
        object-position: 50% 50%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
	.l-box .l-business {
    	padding: 60px 0;
		width: 100% !important;
	}
	.Imglink-banner {
    	padding: 0 0 60px;
	}
}
@media screen and (max-width:550px) {
    .l-bisiness-slider img {
        height: 240px;
    }
}
@media screen and (max-width:390px) {
    .Imglink-banner-text-box {
        top: 10%;
    }
}

/*========= top interview ===========*/
.l-lead-tx{
    margin-bottom: 1.5rem;
    line-height: 1.8;
}
.l_content02{
    background:linear-gradient(to right, #e9f2f9 0%, #deecf9 100%);
}
.l-interview{
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 120px 0;
}
.l-interview a{
    color: #000;
}
.l-linterview-img{
	border-radius: 2rem;
	overflow: hidden;
	transform: translateY(-40px);
}
.l-linterview-img:nth-child(2){
	transform: translateY(40px);
}

/*==========画像縮小===========*/
.zoomIn img{
	transform: scale(1);
	transition: .4s ease-in-out;
}
.zoomIn:hover img{
	transform: scale(1.08);
}
.zoomIn .mask{
    display: block;
    overflow: hidden;
}

.topics-area .topics-block{
     padding:10px 0 0;   
}
.topics-area .topics-block time{
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 20px 0;
}
.topics-area .topics-block h3{
    font-size: 1rem;
}
#topics .topics-btn{
    text-align: right;
    padding: 100px 0 0 0;
}
@media screen and (max-width:1020px) {
    .interview-box{
        margin:0 0 50px 0;
    }    
    .interview-box:nth-of-type(2n+1){
        top:30px;
    }
    .interview-box:nth-of-type(2n){
        top:0;
    }
}
    
@media screen and (max-width:960px) {
    #topics{
        margin:0 0 100px 0;
    } 
    #topics .topics-btn{
        text-align: center;
        padding: 50px 0 0 0;
    }
    .l-linterview-img {
        max-height: 380px;
    }       
}

@media screen and (max-width:550px) {
	.interview-box:nth-of-type(2n+1){
    top:0;
	}
	.l-interview-img-box {
	height: 28vh;
	}
	.l-linterview-img{
	transform: translateY(-20px);
	}
	.l-linterview-img:nth-child(2){
		transform: translateY(20px);
	}
    .l-interview {
        padding: 60px 0;
    }
}
/*========= top benefit ===========*/
.l_content03{
    background: #ffffff;
}
.l-benefit{
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
}
.l-benefit-img{
    border-radius: 2rem;
    overflow: hidden;
    background: linear-gradient(to right, #f0f5ff 0%, #d8e9f8 100%);
}
@media screen and (max-width:768px) {
.l-benefit-img{
    margin: 0 0 20px 0;
}
}
@media screen and (max-width:550px) {
.l-benefit {
    padding: 60px 0;
}
}
/*========= top ict*nrt ===========*/
.l_content05{
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l_content05 p{
    color: #ffffff;
    font-size: 6rem;
    letter-spacing: 0.04em;
    font-family: "Albert Sans", sans-serif;
    font-weight: 800;;
}
@media screen and (max-width:550px) {
    .l_content05 p {
        font-size: 3rem;
    }
	.l_content05 {
    height: 400px;
	}
}
/*========= top news ===========*/
.l_content04{
    background: #ffffff;
}
.l-news{
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
}
.list-news li article{
    display: flex;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid rgb(228, 228, 228);
}
.l-news .lead-h2_ja{
    margin: 0.1rem 0 1rem;
}
.list-news .bi-arrow-right{
    padding: 0;
    line-height: 1;
}
.list-news .bi-arrow-right{
    padding: 7px 0 0 0;
    line-height: 1.2;
}
.l-news .button {
    min-width: 230px;
}
@media screen and (max-width:768px) {
    .list-news{
        padding: 0;
    }
	.l-news {
    	padding: 60px 0;
	}
}
@media screen and (max-width:550px) {
    .l-interview,.l-benefit,.l-news{
        width: 90%;
    }
}
/*========= footer ===========*/
#footer{
    width: 100%;
    color: #fff;
    background: #2a599a;
}
#footer .footer-area{
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0 10px;
    justify-content: space-between;
}
#footer a {
    color: #fff;
    text-underline-offset: 2px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
#footer a:hover {
    opacity: 0.8;
}
.footer-title img{
    width: 260px;
    margin: 0 0 20px 0;
}
.footer-sitemap ul{
    width: 200px;
    font-size: 0.9rem;
}
.footer-sitemap li {
    padding: 0 0 20px 0;
}
.footer-sitemap .title  a{
    padding-top: 0;
    font-size: 1.01rem;
    font-weight: 600;
}
.footer-sitemap .footer-link{
    font-weight: 400;
}
.privacypolicy{
    padding: 0 4px 0 0;
}
.copyright{
    width: 100%;
    padding-top: 30px;
    font-size: .8em;
    font-weight: 400;
}
.copyright-l small{
    font-size: .8rem;
    font-weight: 300;
}
@media screen and (max-width:960px) {
	#footer .footer-area{
		width: 90%;
	}
    .copyright{
        width: 90%;
        margin: 0 auto;
        padding-top: 10px
    }  
}
@media screen and (max-width:550px) {
    .footer-sitemap ul {
        width: 160px;
        font-size: 0.7rem;
        padding: 0 10px 0 0;
    }
    .footer-sitemap .title {
        padding: 0 0 10px 0;
        font-size: 1.01rem;
    }
    .copyright li{
        margin: 0 0 8px; 
    }
}

/*========= 下層メイン  ===========*/
.hero-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hero-content{
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
    z-index: 10;
	background: linear-gradient(1deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.03) 35%);
}
.p-hero{
	margin: 0 auto;
	position: absolute;
    left: 5rem;
    bottom: 1.5rem;
}
.p-hero h2{
	font-size: 3.5rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.2;
    display: block;
    color: #fff;
}
.p-hero p{
    color:#fff;
    font-size: 1.5rem;
}
.hero-picture {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.hero-picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    filter: brightness(98%);
}
.lead-txt{
	max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;	
    line-height: 2.1rem;
}
.lowlayer-box{
    max-width: 1220px;
    width: 95%;
    margin: 0px auto;
    padding: 100px 0px;
}
.lead-txt h3{
    color: #2a599a;
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
}
@media screen and (min-width:1500px) {
	.p-hero{
    width: 85%;
}
}
@media screen and (max-width:768px) {
	.p-hero {
        left: 1rem;
	}
	.p-hero h2{
    font-size: 2.5rem;
    font-optical-sizing: auto;
    line-height: 1.2;
    margin-bottom: 2px;
}
.hero-wrapper{
	height: 25rem;
}
.hiro-picture {
    height: 22rem;
}
}
@media screen and (max-width:550px) {
	.lead-txt{
        padding: 60px 0;
        width: 90%;	
    }.lead-txt h3 {
        font-size: 1.3rem;
    }
    .lowlayer-box{
        width: 90%;
    }
}

/*========= 仕事を知る  ===========*/

.work-section {
    max-height: 750px;
    height: calc(var(--img-h, 0px));
}
  
.work-content{
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
    align-items: center;
}
.work-text{
    max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
    z-index: 2;
}
.work-section-figure{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.work-section-figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.work-text,.work-text .lead-h2_en{
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: 'Noto Sans JP', 'Albert Sans', sans-serif;
}
.work-p{
    display: inline;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: calc(60 / 1000 * 1em);
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.work-text .lead-h2_ja {
    margin: 0.1rem 0 2rem;
}
.work-text .button{
    margin-top: 2.2rem;
}
.work-section-figure::after {
    background: linear-gradient(62deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.20) 85%);
}
.business-table{
    border-top: 1px solid #d7d7d7;
    margin: 50px 0;
}
.business-table div{
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}
.dept-area{
    display: grid;
    grid-template-columns: 4fr 3fr;
    column-gap: 50px;
    margin: 0 0 50px;
}
#dept .lowlayer-box {
    padding-bottom: 0;
}
#dept main > .l_content03.l-box:last-of-type > .lowlayer-box {
    padding-bottom: 100px;
}
#dept .p-hero h2{
    font-family: 'Noto Sans JP', sans-serif !important;
}
#dept .p-hero p{
        font-family: "Albert Sans", sans-serif;
}
.dept-img-box{
    border-radius: 2rem;
    overflow: hidden;
}
.dept-other{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;  
    justify-items: center;
    align-items: center

}
.dept-otherbn{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.dept-other figure{
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 7px;
}
.dept-other h3{
    font-size: 1.1rem;
    font-weight: normal;
    transition: color 0.3s ease, transform 0.3s ease;
}
.dept-other a:hover h3{
    color: #277ef6;
}

.dept-otherbn .mask{
    border-radius: 20px;
}
#dept .lead-h2_ja{
    display: block;
    font-size: 3.5rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-optical-sizing: auto;
    line-height: 1.2;
    display: block;
    color: #2a599a;
    margin: 0.1rem 0 0.8rem;
}
#dept .lead-h2_en{
    display: block;
    font-size: 1.5rem;
    margin: 0.1rem 0 1.5rem;
    color: #000;
    font-family: "Albert Sans", sans-serif;
}
#dept .work-text .lead-h2_ja{
    color: #fff;
}
#dept .work-text .lead-h2_en{
    color: #fff;
}
@media screen and (max-width: 960px) {
    .work-p {
        font-size: 1.2rem;
    }
    .work-text .lead-h2_en {
        font-size: 2.5rem;
    }
    .work-text .lead-h2_ja {
        font-size: 1.1rem;
    }
    .dept-area{
        display: initial;
    }
    .dept-img-box{
        margin-top: 20px;
    }
}
@media screen and (min-width: 769px) {
    #work .pc-img{
        display: block;
    }
    #work .sp-img{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .work-p {
        font-size: 1.2rem;
    }
    .work-section .button {
        min-width: 200px;
        max-width: 200px;
    }
    .work-text .lead-h2_en {
        font-size: 2.2rem;
    }
    .work-text .lead-h2_ja {
        font-size: 0.97rem;
        margin-bottom: 1.1rem;
    }
    .work-content{
        align-items: flex-end;
    }
    .work-text {
        padding: 0;
        font-size: 2.2rem;
    }
    .work-section-figure::after{
        Specificity: (0,1,1);
        background: linear-gradient(1deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.18) 85%);
    }
    #work .pc-img{
        display: none;
    }
    #work .sp-img{
        display: block;
    }
    .dept-other{
    grid-template-columns: 1fr 1fr;
    }
    .dept-other li{
        margin-bottom: 25px ;
    }
}
@media screen and (max-width: 550px) {
    .work-section{
        width: 100% !important;
    }
    .work-text {
        font-size: 1.1rem;
    }
    .work-p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .work-section .button-common {
        font-size: 0.85rem;
    }
    .work-text .button {
        margin: 1rem 0;
    }
    .dept-otherbn h3{
        font-size: 1rem;
    }
    #dept .lead-h2_ja {
        font-size: 2.0rem;
    }
    #dept .lead-h2_en {
        font-size: 1.2rem;
    }
}
/*========= 人を知る ===========*/
.name {
    font-size: 1.3rem;
    font-weight: 600;
}
.interview-box{
	opacity: 0;
    margin: 0 0 80px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.topics-area{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}
.interview-box figure{
    border-radius: 20px;
    overflow: hidden;
}
.interview-box a{
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.interview-box:nth-of-type(1){
    position: relative;
    top:20px;
}
.interview-box:nth-of-type(2){
    position: relative;
    top:-30px;
}
.interview-box:nth-of-type(3){
    position: relative;
    top:-80px;
}
.interview-box:nth-of-type(4){
    position: relative;
    top:20px;
    margin: 0 0 50px;
}
.interview-box:nth-of-type(5){
    position: relative;
    top:-30px;
    margin: 0 0 50px;
}
.interview-box:nth-of-type(6){
    position: relative;
    top:-80px;
    margin: 0 0 50px;
}
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px) scale(1); /* scaleも指定 */
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1); /* scaleを維持 */
    }
}

@media screen and (max-width: 960px) {
    .topics-area{
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
    .interview-box:nth-of-type(1){
        position: relative;
        top:30px;
    }
    .interview-box:nth-of-type(2){
        position: relative;
        top:-30px;
    }
    .interview-box:nth-of-type(3){
        position: relative;
        top:30px;
    }
    .interview-box:nth-of-type(4){
        position: relative;
        top:-30px;
    }
    .interview-box:nth-of-type(5){
        position: relative;
        top:30px;
    }
    .interview-box:nth-of-type(6){
        position: relative;
        top:-30px;
    }
}
@media screen and (max-width: 768px) {
    .topics-area{
        grid-template-columns: 1fr;
        column-gap: 30;
    }
    .interview-box:nth-of-type(1){
        position: static;
    }
    .interview-box:nth-of-type(2){
        position: static;
    }
    .interview-box:nth-of-type(3){
        position: static;
    }
    .interview-box:nth-of-type(4){
        position: static;
    }
    .interview-box:nth-of-type(5){
        position: static;
    }
    .interview-box:nth-of-type(6){
        position: static;
    }
}

/*========= インタビュー ===========*/
.member-mainbox{
    height: 650px;
}
.member-main{
    background:linear-gradient(to right, #e9f2f9 0%, #deecf9 100%);
    margin-bottom: 100px;
    padding: 20px 0 0;
}
#interview .lead-h2_ja {
    font-size: 1.3rem;
}
#interview .lead-h2_en {
    font-size: 3.3rem;
}
.member-main{
    display: grid;
    grid-template-columns: 3fr 4fr;
}
.member-chach{
    font-size: 2.1rem;
    padding: 30px 0 30px 0;
    letter-spacing: 0.15rem;
}
.member-prof{
    padding: 0 0 1rem 0;
    font-size: 1.1rem;
}
.member-prof .name{
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
}
.scroll-list {
    display: flex;
    padding-inline: 0;
    margin-inline: 0;
    gap: 0;
    background-color: #2a599a;
    overflow: hidden;
    width: 100px;
    margin: 0 0 30px 0 !important;
    padding: 5px 0 !important;
}
.scroll-list li {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 1em 0 0;
    letter-spacing: 0.08em;
    animation: marquee-left 10s linear infinite;
}
@keyframes marquee-left {
    100% {
      transform: translateX(-100%);
    }
}

.interview-hero{
    position: absolute;
    top: 70px;
	right: 140px;
    width: calc(40% + 120px);
}
.image-slider{
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.interview-hero .hero-img {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
    width: 100%;
    height: 588px;
    object-fit: cover;
    object-position: 50% 0%;
	/* 追記 */
	opacity: 0;
	animation-name: fade;
	animation-duration: 18s;
	animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  60%{
    opacity: 1;
  }
  80%{
    opacity: 1;
    transform: scale(1.05);
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
.hero-img01:first-of-type{
    background-image: url(../img/member01-main1.jpg);
}
.hero-img01:nth-of-type(2){
    background-image: url("../img/member01-main2.jpg");
    animation-delay: 5s;
}
.hero-img01:nth-of-type(3){
    background-image: url("../img/member01-main3.jpg");
    animation-delay: 10s;
}
.hero-img02:first-of-type{
    background-image: url(../img/member02-main1.jpg);
}
.hero-img02:nth-of-type(2){
    background-image: url("../img/member02-main2.jpg");
    animation-delay: 5s;
}
.hero-img02:nth-of-type(3){
    background-image: url("../img/member02-main3.jpg");
    animation-delay: 10s;
}
.hero-img03:first-of-type{
    background-image: url(../img/member03-main1.jpg);
}
.hero-img03:nth-of-type(2){
    background-image: url("../img/member03-main2.jpg");
    animation-delay: 5s;
}
.hero-img03:nth-of-type(3){
    background-image: url("../img/member03-main3.jpg");
    animation-delay: 10s;
}
.hero-img04:first-of-type{
    background-image: url(../img/member04-main1.jpg);
}
.hero-img04:nth-of-type(2){
    background-image: url("../img/member04-main2.jpg");
    animation-delay: 5s;
}
.hero-img04:nth-of-type(3){
    background-image: url("../img/member04-main3.jpg");
    animation-delay: 10s;
}
.hero-img05:first-of-type{
    background-image: url(../img/member05-main1.jpg);
}
.hero-img05:nth-of-type(2){
    background-image: url("../img/member05-main2.jpg");
    animation-delay: 5s;
}
.hero-img05:nth-of-type(3){
    background-image: url("../img/member05-main3.jpg");
    animation-delay: 10s;
}
.hero-img06:first-of-type{
    background-image: url(../img/member06-main1.jpg);
}
.hero-img06:nth-of-type(2){
    background-image: url("../img/member06-main2.jpg");
    animation-delay: 5s;
}
.hero-img06:nth-of-type(3){
    background-image: url("../img/member06-main3.jpg");
    animation-delay: 10s;
}
.member-detail{
    margin: 0 0 100px;
}
.member-detail h4{
    margin: 0 0 20px;
}
#interview .schedule-member .schedule {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 40px 40px;
    margin: 0 0 15px 0;
}
#interview .schedule-member .schedule .first {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 5px 0; 
}
#interview .schedule-member .schedule .first .time {
    font-size: 1.8rem;
    font-weight: 700;
    width: 110px;
    font-family: "Albert Sans", sans-serif;
}
#interview .schedule-member .schedule .first .episode {
    font-size: 1.5rem;
    font-weight: 600;
}
.schedule-member{
    overflow: hidden;
}
.scroll-list:nth-child(2) {
    width: 416px;
    margin: 0 0 0 5px;
    margin-bottom: 30px;
}
.schedule-title{
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
    .bg-logo{
        position: relative;
        overflow: hidden;
    }
    .bg-logo .lowlayer-box{
        z-index: 1;
        position: relative;
    }
    .spin_img {
        position: absolute;
        top: -180px;
        left: -450px;
        width: 1250px;
        height: 1250px;
        animation: 35s linear infinite rotation;
        opacity: 0.4;
    }
@keyframes rotation {
    0% { transform: rotateZ(0);}
    100% { transform: rotateZ(360deg); }
  }


.member-ph{
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(to right, #f0f5ff 0%, #d8e9f8 100%);
}
.member-other{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
}
.member-other li{
    margin-bottom: 40px;
}
.member-other .name{
    display: block;
}
.member-other .text{
    padding: 10px 0 10px 0;
    line-height: 1.8rem;
}
.member-other .zoomIn{
    border-radius: 20px;
    overflow: hidden;
}
.member-other .section{
    padding-right: 20px;
}
#entry .lowlayer-box:nth-child(2){
    padding: 0 0 100px;
}
.member-other a .text,.interview-box a .topics-block{
    transition: color 0.3s ease, transform 0.3s ease;
}
.member-other a:hover .text,.interview-box a:hover .topics-block{
    color: #277ef6;
}
@media screen and (min-width: 2200px) {
    .interview-hero {
        right: 300px;
        width: calc(35% + 140px);
    }
}
@media screen and (max-width: 1750px) {
    .interview-hero {
        right: 90px;
        width: calc(40% + 140px);
    }
}
@media screen and (max-width: 1400px) {
    .interview-hero {
        right: -10px;
        width: calc(40% + 200px);
    }
}
@media screen and (max-width: 1200px) {
    .interview-hero {
        right: -30px;
        width: calc(40% + 200px);  
    }
    .member-chach {
        font-size: 2.1rem;
    }
    .bg-logo{
        position: static;
    }
    .bg-logo .lowlayer-box{
        position: static;
    }
    .spin_img {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .member-mainbox {
        height: auto;
        padding-bottom: 0;
    }
    .interview-hero {
        position: relative;
        top: 5px;
        right: 5%;
        width: 110%;
    }
    #interview .pc-br{
        display: none;
    }
    .image-slider {
        height: 500px;
    }
    .member-main {
        display: block;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .image-slider {
        height: 500px;
    }
    .member-chach {
        font-size: 1.7rem;
        padding: 20px 0 5px 0;
    }
    .schedule-title{
        font-size: 2rem;
    }
    #interview .schedule-member .schedule {
        padding: 30px 30px;
    }
    .member-other{
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
}

@media screen and (max-width: 550px) {
    .image-slider {
        height: 350px;
    }
    .interview-hero {
        top: 20px;
    }
    .interview-hero .hero-img {
        height: 360px;
    }
    .member-chach {
        font-size: 1.3rem;
        padding: 10px 0 10px 0; 
    }
    .member-prof .name {
        font-size: 1.2rem;
    }
    .digest .scroll-list{
        width: 100%;
        margin: 0 !important;
    }
    .scroll-list li {
        font-size: 0.8em;
        letter-spacing: 0.15em;
    }
    .scroll-list:nth-child(2) {
        width: 100%;
    }
    .schedule-title{
        font-size: 1.75rem;
    }
    #interview .schedule-member .schedule .first .time {
        width: 75px;
        flex: 0 0 75px;
        font-size: 1.3rem;
    }
    #interview .schedule-member .schedule .first .episode {
        font-size: 1.2rem;
    }
    #interview .lowlayer-box {
        padding: 70px 0 0;
    }
    #interview .lead-h2_en {
        font-size: 2.2rem;
    }
    .member-detail {
        margin: 0 0 50px;
    }
    .member-other{
        display: block;
    }
}

/*========= お知らせ ===========*/
.list-news i {
    transition: transform .3s;
}
.list-news article .news-detail {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    transition: opacity .4s, transform .4s, max-height .4s, padding .4s;
}
#news .list-news li.open article .news-detail {
    opacity: 1;
    transform: none;
    max-height: 200px;
    padding: 1.8em 0 0;
}
.news-link p,.news-link time{
    line-height: 1;
}
#news .list-news li.open .bi-chevron-down {
    display:inline-block;
    flex:0 0 auto;
    transform-origin:50% 50%;
    transition:transform .3s ease;
}

#news .list-news li.open .bi-chevron-down{
    transform: rotate(180deg);
}
.news-link p,.news-link time{
    transition:color .5s ease;
}
.news-link:hover p,.news-link:hover time,.news-link:hover i {
    color: #277ef6;
}
.list-news .news-detail a{
    color: #277ef6;
    text-decoration: underline !important;
}
@media screen and (max-width: 550px) {
    .news-link p, .news-link time {
        line-height: 1.8;
    }
}
/*========= 働く環境 ===========*/
#benefit .l-box{
    overflow: visible;
}
h3 .lead-h2_en {
    font-size: 1.2rem;
}
h3 .lead-h2_ja {
    font-size: 2.0rem;
}
.benefit-list{
    margin-bottom: 100px !important;
}
.benefit-list:last-child{
    margin-bottom: 0px !important;
}
.benefit-list li{
    margin: 0 0 50px;
}
.benefit-list li:last-child{
    margin: 0px;
}
.benefit-list h4{
    color: #2a599a;
}
.benefit-nav h4{
    font-size: 1.25rem;
    margin: 0 0 15px;
}
.benefit-nav a {
    font-size: 1.05rem;
    color: #9c9c9c;
    margin: 0 0 15px;
    display: block;
    transition: color 0.2s ease;
  }
  
.benefit-nav a.is-active {
    color: #2a599a;
    font-weight: 700;
  }
  
.benefit-content .lead-h2_ja {
    margin: 0 0 1rem;
    line-height: 1rem;
}
.benefit-list img{
    border-radius: 20px;
}
.number-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    color: #fff;
    font-size: 2.0rem;
}
.numbers-detail{
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 2rem;
    background: #2a599a;
}
.numbers-detail h3{
    padding: 0 0 50px;
    font-size: 1.6rem;
}

.numbers-detail:last-of-type,.numbers-detail:nth-last-of-type(2)  {
    margin-bottom: 5px;
}  
.count-up{
    font-size: 4.2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-family: "Albert Sans", sans-serif;
}
@media screen and (max-width: 1170px) {
    .count-up{
        font-size: 3.2rem;
    }
    .numbers-detail p{
        line-height: 3.6rem;
    }
}

@media screen and (max-width: 768px) {
    .benefit-nav{
        display: none;
    }
    .benefit-content{
        width: 100%;
    }
    #number{
        padding-top: 0;
    }
    .number-area {
        display: initial;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        color: #fff;
        font-size: 2.0rem;
    }
    .numbers-detail{
        font-size: 1.5rem;
    }
    .numbers-detail h3 {
        padding: 0 0 30px;
        font-size: 1.4rem;
    }
    .numbers-detail:nth-last-of-type(2)  {
        margin: 0 0 30px 0;
    }  
    .count-up{
        font-size: 2.2rem;
    }
}

 .benefit-nav {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
/*========= エントリー ===========*/
.profile-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.profile-detail {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 2rem;
    background: #f1f2ef;
    color: #fff;
    margin-bottom: 30px;
}
.profile-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2a599a;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(.25,.9,.25,1);
    will-change: transform;
    border-radius: inherit;
}

/* 発火後：青レイヤーが全面にせり上がる */
.profile-detail.reveal::before {
    transform: translateY(0);
}
.profile-detail h3,.profile-detail p {
    position: relative;
    z-index: 1;
}
/* テキスト初期状態：左から＆透明 */
.profile-detail h3,
.profile-detail p {
    opacity: 0;
    transform: translateX(-16px);
    transition:
      opacity 0.45s ease,
      transform 0.45s cubic-bezier(.25,.9,.25,1);
    will-change: opacity, transform;
}
.profile-detail.reveal h3 {
    font-size: 2rem;
    margin: 0 0 30px;
    opacity: 1;
    letter-spacing: 1.2px;
    font-family: "Albert Sans", sans-serif;
    transform: translateX(0);
    transition-delay: 0.4s;
}
.profile-detail.reveal p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.65s;
}

.entry-wrap{
    width: 100%;
}
.entry-box{
	max-width: 1220px;
    width: 95%;
    margin: 0 auto;
    line-height: 2.1rem;
}
.entry-box .lowlayer-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.entry-box h3 {
    color: #2a599a;
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
}
.entry-box .lowlayer-box .button{
    max-width: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 2rem;
}
.entry-box .lowlayer-box .button span{
    width: 100%;
}
.entry-box .lowlayer-box .button .button-common {
    font-size: 1.65rem;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.entry-icon{
    position: relative;
}
.rotator{
    position: absolute !important; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    display: block;
}
.rotator img{
    width: 78px;
    height: 78px;
    animation: rotateAnimation 12s linear infinite;
}
.entry-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 1;
}
@keyframes rotateAnimation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
@media screen and (max-width: 768px) {
    .entry-wrap{
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .profile-box,.entry-box,.entry-box .lowlayer-box{
      display: initial;
    }
    .entry-box .lowlayer-box {
        padding: 50px 0px;
    }
    .entry-mynavibn a {
        padding: 10px;
        font-size: 1.2rem;
    }
    .entry-box .lowlayer-box .button .button-common {
        padding: 35px;
    }
    .entry-box .button-common.-small {
        min-width: auto;
        max-width: 100%;
    }
    .entry-box .lowlayer-box .button .button-common {
        width: 90%;
    }
}
@media screen and (max-width: 550px) {
.entry-icon i {
    transform: translate(-20%, -60%);
    }
    .profile-detail p{
        font-size: 0.85rem;
    }
    .entry-box .lowlayer-box .button .button-common p{
        font-size: 1.2rem;
    }
}
  
@media (prefers-reduced-motion: reduce) {
    .profile-detail::before {
      transition: none;
      transform: none;
    }
    .profile-detail h3,
    .profile-detail p {
      transition: none;
      opacity: 1;
      transform: none;
    }
}
  

/* ふわっ（上から） */
.fadeDown{
animation-name: fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}