@charset "utf-8";
/***************************************************************************************************
	page_work_projectstory.css
***************************************************************************************************/
.wrap {
	overflow: hidden;
}

#pagetop {
	position: relative;
}
.top_title {
	background-color: #000000;
	width: 100%;
	padding: 20px 0px;
}
.top_title h2{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.top_title h2 span{
	color: #ffffff;
}
.top_title h2 .lin_1 {
	font-size: 18px;
}
.top_title h2 .lin_2 {
	position: relative;
    display: block;
    color: #ffffff;
    white-space: nowrap;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-family:'Noto Sans JP';
    padding: 10px 0 0 0;
}

#pagetop .form_1_sp{
	display: none;
}
#pagetop .form_2_sp{
	display: none;
}
#pagetop .form_3_sp{
	display: none;
}

/**************************************************/
/****************** session指定 *******************/


#pagetop .form_1{
	/* display: flex;
	width: 100%;
	height: 300px; */
	display:flex;
	width: 100%;
	height: auto;
	min-width:1024px;
}



#pagetop .form_1 .form_text_body .section_title_outer{
	background-color: #1479B9;
	position:relative;
	width: 100%;
	height:26%;
}
#pagetop .form_1 .form_text_body .text_body_outer {
	background-color: #2D6C95;
	top: auto;
	width: 100%;
	height:74%;
}
#pagetop .form_2{
	/* display: flex;
	width: 100%;
	height: 300px; */
	display:flex;
	width: 100%;
	height: auto;
	min-width:1024px;
   }
/* #pagetop .form_2 .form_text_body .text_body_outer {
	background-color: #F5D535;
	top: auto;
	width: 100%;
	height:74%;
}
#pagetop .form_2 .form_text_body .section_title_outer{
	background-color: #D8B816;
	position:relative;
	width: 100%;
	height:26%;
} */
#pagetop .form_2 .form_text_body .text_body_outer {
	background-color: #1479B9;
	top: auto;
	width: 100%;
	height:74%;
}
#pagetop .form_2 .form_text_body .section_title_outer{
	background-color: #2D6C95;
	position:relative;
	width: 100%;
	height:26%;
}
#pagetop .form_3{
	/* display: flex;
	width: 100%;
	height: 300px; */
	display:flex;
	width: 100%;
	height: auto;
	min-width:1024px;
   }
/* #pagetop .form_3 .form_text_body .section_title_outer{
	background-color: #66B914;
	position:relative;
	width: 100%;
	height:26%;
}
#pagetop .form_3 .form_text_body .text_body_outer {
	background-color: #508f10;
	top: auto;
	width: 100%;
	height:74%;
} */
#pagetop .form_3 .form_text_body .text_body_outer {
	background-color: #F5D535;
	top: auto;
	width: 100%;
	height:74%;
}
#pagetop .form_3 .form_text_body .section_title_outer{
	background-color: #D8B816;
	position:relative;
	width: 100%;
	height:26%;
}


/********************　session共通　***********************/
.form_text_body .section_title_inner p{
	color: #ffffff;
	white-space: nowrap;
	display: flex;
   align-items: center;
   justify-content: center 
}
.section_title_outer .session_body{
	font-family: 'Viga', sans-serif;
	font-size: 16px;
}

.section_title_outer .title_body{
	font-size: 17px;
}
.form_text_body .section_title_outer .section_title_inner { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.form_text_body .text_body_outer{
	display: flex;
    justify-content: center;
    align-items: center;
}

.form_text_body .text_body_inner p{
	color: #ffffff;
	white-space: nowrap;
	display: flex;
   align-items: center;
   justify-content: center;
   padding: 10px 50px; 
   font-size: 1.3vw;
   height: 200px;
   width: 378px;
   margin: auto;
}
.img_body{
	width: 78.5%;
	object-fit: cover;
	margin-bottom: 0px;
	display: block;
}
.form_text_body{
	width: 22%;
}

/**************************************************
 hover
**************************************************/


.form_1{
	transition: 0.3s ease;
	filter: brightness(90%) ;
}
  /* ホバー時にフィルターを解除 */
.form_1:hover {
	filter:brightness(110%);
}
.form_2{
	transition: 0.3s ease;
	filter: brightness(90%) ;
}
  /* ホバー時にフィルターを解除 */
.form_2:hover {
	filter:brightness(110%);
}
.form_3{
	transition: 0.3s ease;
	filter: brightness(80%) ;
}
  /* ホバー時にフィルターを解除 */
.form_3:hover {
	filter:brightness(110%);
}



/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
.pagetop {
	height: 100%;
	overflow: hidden;
}

.top_title {
	background-color: #000000;
	width: 100%;
	padding: 10px 0px;
}
.top_title h2{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.top_title h2 span{
	color: #ffffff;
}
.top_title h2 .lin_1 {
	font-size: 14px;
}
.top_title h2 .lin_2 {
    font-size: 22px;
    padding: 5px 0 0 0;
}


#pagetop .form_1{
	display: none;
}
#pagetop .form_2{
	display: none;
}
#pagetop .form_3{
	display: none;
}

/************sp body**************/
.form_text_body .text_body_inner p{
    color: #ffffff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    font-size: 16px;
    height: 80px;
    width: 378px;
    margin: auto;
    text-align: center;
}


#pagetop .form_1_sp{
	display: block;
	width: 100%;
}

#pagetop .form_1_sp .form_text_body .section_title_outer{
	height: 80px;
	background-color: #1479B9;
	position: relative;
	margin-top: 0px;
}
#pagetop .form_1_sp .form_text_body .text_body_outer {
	background-color: #2D6C95;
}

#pagetop .form_2_sp{
	display: block;
	width: 100%;
}

#pagetop .form_2_sp .form_text_body .section_title_outer{
	height: 82px;
	background-color: #1479B9;
	position: relative;
	margin-top: 0px;
}
#pagetop .form_2_sp .form_text_body .text_body_outer {
	background-color: #2D6C95;
}

#pagetop .form_3_sp{
	display: block;
	width: 100%;
}

#pagetop .form_3_sp .form_text_body .section_title_outer{
	height: 82px;
	background-color: #D8B816;
	position: relative;
	margin-top: 0px;
}
#pagetop .form_3_sp .form_text_body .text_body_outer {
	background-color: #F5D535;
}

/* #pagetop .form_1_sp{
	display: block;
	width: 100%;
}

#pagetop .form_1_sp .form_text_body .section_title_outer{
	height: 80px;
	background-color: #1479B9;
	position: relative;
	margin-top: 0px;
}
#pagetop .form_1_sp .form_text_body .text_body_outer {
	background-color: #2D6C95;
}

#pagetop .form_2_sp{
	display: block;
	width: 100%;
}

#pagetop .form_2_sp .form_text_body .section_title_outer{
	height: 82px;
	background-color: #D8B816;
	position: relative;
	margin-top: 0px;
}
#pagetop .form_2_sp .form_text_body .text_body_outer {
	background-color: #F5D535;
}

#pagetop .form_3_sp{
	display: block;
	width: 100%;
}

#pagetop .form_3_sp .form_text_body .section_title_outer{
	height: 82px;
	background-color: #66B914;
	position: relative;
	margin-top: 0px;
}
#pagetop .form_3_sp .form_text_body .text_body_outer {
	background-color: #508f10;
} */

.section_title_outer .session_body{
	font-family: 'Viga', sans-serif;
	font-size: 16px;
}

.section_title_outer .title_body{
	font-size: 17px;
}

.img_body{
	width: 100%;
	object-fit: cover;
	margin-bottom: 0px;
	display: block;
}
.form_text_body{
	width: 100%;
}