



.top_visual{
position: relative;
top:0;
left: 0;
width: 100%;
height: 90vh;
min-height: 640px;
overflow: hidden;
}

.visual_bg{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(160deg, rgba(3,144,153,1), rgba(0,87,170,1));
}

.visual_overlay{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(160deg, rgba(3,144,153,0), rgba(3,144,153,0), rgba(3,144,153,0.1), rgba(3,144,153,0.5), rgba(0,87,170,0.5));
}

.visual_items {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.visual_items > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease; /* フェード速度 */
}

.visual_items > div.active {
  opacity: 1;
}

.visual_text_box{
position: absolute;
top:0;
width: 100%;
max-width: 1280px;
height: 100%;
left: 50%;
transform: translateY(0) translateX(-50%);
}

.main_copy{
position: absolute;
bottom:-10px;
left: 0;
right: 0;
width: 100%;
display: block;
}

.sub_copy{
display: block;
position: absolute;
right: 0;
max-width: 920px;
bottom:30%;
}

.content_wrap.bg_top_01{
	background-image: url("/assets/images/top/bg_top_01.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

#top_content_01{
box-sizing: border-box;
padding: 140px 30px;
width: 100%;
max-width: calc(976px + 60px);
margin: 0 auto;
}

#top_content_01 .layout_wrap{
box-sizing: border-box;
display: flex;
width: 100%;
justify-content: space-between;
flex-direction: row-reverse;
margin-bottom: 60px;
}

#top_content_01 .layout_wrap .title_wrap{
display: flex;
flex-direction: row-reverse;
}

#top_content_01 .layout_wrap .title_wrap span.sub_title{
writing-mode: vertical-rl;
display: inline-block;
color:#959595;
font-size: 26px;
font-family:'Jost', sans-serif;
letter-spacing: 0.02em;
margin-left: 0.5em;
}
#top_content_01 .layout_wrap .title_wrap h1.main_title{
writing-mode: vertical-rl;
display: inline-block;
font-weight: 500;
  background: linear-gradient(0deg, #0057AA 0%, #039099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size: 60px;
line-height: 1.2;
}

#top_content_01 .layout_wrap .text_wrap p{
font-weight: normal;
font-size: 28px;
margin-top: 2em;
line-height: 2;
}

#top_content_01 .layout_wrap .text_wrap p:first-child{
margin-top: 0;
}

.thumb_btn_top{
	position: relative;
	box-sizing: border-box;
	border-radius: 14px;
	aspect-ratio: 1.5 / 1;
	width: 100%;
	overflow: hidden;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:20px;
}

.thumb_btn_top span.bg{
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	aspect-ratio: 1.5 / 1;
	box-sizing: border-box;
}

.thumb_btn_top span.headline{
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 1.2em;
	box-sizing: border-box;
	padding-left: 1em;
	
}

.thumb_btn_top span.headline::before{
content: '';
position: absolute;
  right: 15px;
  top: calc(50% - 17px);
box-sizing: border-box;
width: 34px;
height: 34px;
border: 2px solid #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
}


.thumb_btn_top span.headline::after{
content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 28px;
  top: calc(50% - 4px);
transform: rotate(45deg);
}

.thumb_btn_top span.bg img{
display: block;
line-height: 0;
height: 100%;
	object-fit: cover;
  transition: transform .5s ease;
}

.thumb_btn_top:hover span.bg img{
transform: scale(1.1);
}


.content_wrap.bg_top_02{
	background-image: url("/assets/images/top/bg_top_02.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

#top_content_02{
width: 100%;
position: relative;
z-index: 1;
}

#top_content_02 .video-wrap{
width: 100%;
position: relative;
height: 65vh;
overflow: hidden;
}

.bg-video{
  position: absolute;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%); */
}

#yt_player,
#yt_player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
 z-index: 2;
}

.video_overlay{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(3,144,153,0.5), rgba(0,87,170,0.5));
z-index: 3;
}

.content_wrap.bg_top_03{
	background-image: url("/assets/images/top/bg_top_03.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}


#top_content_03{ 
box-sizing: border-box;
padding: 120px 30px 180px 30px;
width: 100%;
max-width: calc(976px + 60px);
margin: 0 auto;
}



.content_wrap.bg_top_04{
	background-image: url("/assets/images/top/bg_top_04.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

#top_content_04{ 
width: 100%;
padding: 120px 0;
box-sizing: border-box;
overflow: hidden;
}

#top_content_04 .title_wrap{
box-sizing: border-box;
padding: 0 30px;
width: 100%;
max-width: calc(976px + 60px);
margin: 0 auto;
text-align: left;
}

.leadtext{
font-size: 18px;
line-height: 1.8;
}

.top_slider {
   width: min(100%, 976px);
margin: 70px auto 0 auto;
}
.top_slider .btn_detail{
position: absolute;
bottom: 0;
right: 0;
}


.top_slider_container{
position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}


.top_slider_items {
    
}

.top_slider_items .slick-slide{
width: 400px;
}

.top_slider_items .item{
line-height: 1.4;
}

.top_slider_items .item a{
text-decoration: none;
}

.top_slider_items .item a .thumb{
	overflow: hidden;
	border-radius: 14px;
}

.top_slider_items .item a .thumb img{
display: block;
line-height: 0;
height: 100%;
	object-fit: cover;
  transition: transform .5s ease;
}

.top_slider_items .item a:hover .thumb img{
transform: scale(1.1);
}


.top_slider_items .item .personal_info{
font-size: 16px;
color: #434343;
display: block;
margin-top: 1em;
line-height: 1.6;
}

.top_slider_items .item .title{
font-size: 24px;
font-weight: normal;
display: block;
color: #000;
margin-top: 0.3em;
}


#top_content_05{ 
box-sizing: border-box;
padding: 120px 30px 180px 30px;
width: 100%;
max-width: calc(976px + 60px);
margin: 0 auto;
}

#top_content_05 .leadtext{
margin-bottom: 1em;
	color: #fff;
}


#top_content_06{ 
box-sizing: border-box;
padding: 120px 30px 180px 30px;
width: 100%;
max-width: calc(976px + 60px);
margin: 0 auto;
}


#top_content_06 .layout_wrap{
box-sizing: border-box;
display: flex;
width: 100%;
justify-content: space-between;
}

#top_content_06 .layout_wrap .image_wrap{
display: flex;
width: calc(50% + 30px);
box-sizing: border-box;
	overflow: hidden;
	border-radius: 14px;
}


#top_content_06 .layout_wrap .image_wrap a img{
display: block;
line-height: 0;
height: 100%;
	object-fit: cover;
  transition: transform .5s ease;
}

#top_content_06 .layout_wrap .image_wrap a:hover img{
transform: scale(1.1);
}

#top_content_06 .layout_wrap .text_wrap{
flex: 1;
box-sizing: border-box;
padding-left: 5vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}

#top_content_06 .layout_wrap .text_wrap .btn_detail{
margin-top: 2em;
}


#top_content_07{ 
box-sizing: border-box;
padding: 120px 30px 180px 30px;
width: 100%;
max-width: calc(976px + 60px);
margin: 0 auto;
}

.kimg-fade {
opacity: 0;
transition: opacity 1s, transform 1s;
transform: translate(20px,0px);
}

.kimg-fade.reverse {
opacity: 0;
transition: opacity 1s, transform 1s;
transform: translate(-20px,0px);
}

.kimg-fade.d05 {
transition-delay: 0.5s;
}

.kimg-fade.d1 {
transition-delay: 1s;
}

.kimg-fade.inview {
opacity: 1;
transform: translate(0px,0px);
}


/*------------------------------------------------------------------------------------------------------------

SP

------------------------------------------------------------------------------------------------------------*/

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

.top_visual{
height: 60vh;
min-height: 300px;

}
.main_copy{
bottom:auto;
top:-4px;
right: -4px;
left: auto;
width: 80vw;
}

.sub_copy{
right: auto;
left: 20px;
width: 80vw;
bottom:20px;
}

#top_content_01{
padding: 50px 15px;
}

#top_content_01 .layout_wrap{
display: flex;
flex-direction: column;
margin-bottom: 35px;
}

#top_content_01 .layout_wrap .title_wrap{
display: flex;
flex-direction: column;
}

#top_content_01 .layout_wrap .title_wrap span.sub_title{
writing-mode: horizontal-tb;
display: inline-block;
color:#959595;
font-size: 5vw;
margin: 0;
margin-bottom: 0.5em;
}
#top_content_01 .layout_wrap .title_wrap h1.main_title{
writing-mode: horizontal-tb;
display: inline-block;
font-weight: normal;
  background: linear-gradient(90deg, #039099 0%, #0057AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size: 10vw;
}

#top_content_01 .layout_wrap .text_wrap p{
font-size: 5vw;
margin-top: 1.4em;
}

#top_content_01 .layout_wrap .text_wrap p:first-child{
margin-top: 1.8em;
}

	.thumb_btn_top{
		font-size:clamp(16px, 3.4vw, 100px);
	}
	
.thumb_btn_top span.headline{
	
}

.thumb_btn_top span.headline::before{
content: '';
position: absolute;
  right: 15px;
  top: calc(50% - 12px);
box-sizing: border-box;
width: 24px;
height: 24px;
border: 2px solid #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
}


.thumb_btn_top span.headline::after{
content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 24px;
  top: calc(50% - 3px);
transform: rotate(45deg);
}
	
#top_content_02 .video-wrap{
height: 40vh;
}



#top_content_03{ 
padding: 50px 15px;
}



#top_content_04{ 
padding: 40px 0;
}

#top_content_04 .title_wrap{
padding: 0 15px;
width: 100%;
}

.leadtext{
font-size:clamp(14px, 2vw, 100px);
text-align: center;
}

.top_slider {
   padding: 0 0;
margin: 30px auto 0 auto;
box-sizing: border-box;
width: 100%;
}

.top_slider .btn_detail{
position: absolute;
bottom: 0;
right: 0;
}


.top_slider_container{
  width: 100%;
}


.top_slider_items .slick-slide{
width: 70vw;
}



.top_slider_items .item .personal_info{
font-size:clamp(12px, 3vw, 100px);
}

.top_slider_items .item .title{
font-size:clamp(18px, 4vw, 100px);
}

.top_slider .btn_detail{
right: 20px;
bottom: 0.8em;
}

#top_content_05{ 
padding: 50px 15px;
}

#top_content_06{ 
padding: 50px 15px;
}


#top_content_06 .layout_wrap{
width: 100%;
flex-direction: column;
}

#top_content_06 .layout_wrap .image_wrap{
width: 100%;
}

#top_content_06 .layout_wrap .text_wrap{
padding-left: 0;
margin-top: 2em;
align-items: center;
}

#top_content_06 .layout_wrap .text_wrap .btn_detail{
margin-top: 1.6em;
}


#top_content_07{ 
box-sizing: border-box;
padding: 50px 15px;
}



}