@charset "utf-8";

/*----------------------------------------------------------------------------------
共通
----------------------------------------------------------------------------------*/
body{
	font-size: 17px;
}

.d-inb{
	display: inline-block;
}

.d-inb2{
	display: inline-block;
}

/* 色 */
.col-deepgreen{
	color: #005e67;
}

/* 文字の太さ */
.fw-500{
	font-weight: 500;
}

/* brタグのshow&hide */
.br-sponly{
	display: none;
}


/* タイトル */
.titlestyle02{
	font-size: 2rem;
	letter-spacing: 0.06em;
	max-width: 1350px;
	margin: 0 auto 80px;
}
.titlestyle02 > i{
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 10rem;
	color: #005e67;
	line-height: 1;
	display: block;
	letter-spacing: 0.1em;
}

/* ページ内ボタン */
.pagelink_button{
	text-align: center; 
	/* margin: 30px 0 0; */
	margin-top:auto;

}

.pagelink_button a{
	position: relative;
	color: #f2fe6d;
	display: inline-block;
	background-color: #005e67;
	width: 100%;
	max-width: 300px;
	padding: 18px 0;
	line-height: 1.4;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
}
.pagelink_button a::before{
	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 1px solid #f2fe6d;
	border-right: 1px solid #f2fe6d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	right: 5%;
	margin: -10px 0 0 0;
	transition: .4s;
}

/*----------------------------------------------------------------------------------
mv
----------------------------------------------------------------------------------*/
#mv{
    background: #fff;
}

#mv img{
    width: 100%;
    max-width: 1600px;
}

/*----------------------------------------------------------------------------------
section1
----------------------------------------------------------------------------------*/
#section1 .section1_wrapper{
	position: relative;
	max-width: 1500px;
	background: none;
	background-size: auto;
	margin: 0 auto;

}

#section1 .section1_firstbox{
	padding: 5vw 0 0 0;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec1-flexitem{
	width: 49%;
}

#section1 .section1_firstbox h2{
    font-size: 36px;
    color: rgb(0, 94, 103);
    line-height: 1.5;
    margin: 0 0 20px;
}

#section1 .section1_firstbox p{
	font-size: 18px;
	line-height: 2.3;
}

#section1 .section1_firstbox img{
	right: 0;
	top: 0;
}


#section1 .section1_memberbox{
	margin: 6vw auto 0;	
}

  .member-flex{
	display: flex;
	justify-content: space-between;
  }

  .member-inner{
	max-width: 1240px;
	margin: 0 auto;
  }

  .member-flexitem{
	width: 25%;
	border-radius: 10px;
	background-color: rgb(231, 249, 249);
	padding: 25px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
  }

  .member-flexitem img{
	width: 90%;
	text-align: center;
  }

  .member-flexitem .name{
	font-size: 22px;
	font-weight: 500;
	margin: 15px 0 5px;
  }

  .member-flexitem .name span{
	font-size: 18px;
  }

  .member-flexitem .textbox{
	text-align: left;
	margin: 25px 0 30px;
  }

  .member-flexitem .textbox p:nth-child(odd){
	margin: 15px 0 0;
  }

.section1_memberbox .annotation{
	margin: 25px 0 0;
	font-size: 15px;
	color: rgb(117, 117, 117);
	text-align: right;
}
  
  
/*----------------------------------------------------------------------------------
section2
----------------------------------------------------------------------------------*/
/* campaign.cssをオーバーライド */
#section2 .section2_rapper .section2area > ul > li .section2box .leftbox{
	width: 25%;
}
#section2 .section2_rapper .section2area > ul > li .section2box .rightbox{
	width: 70%;
}

/*----------------------------------------------------------------------------------
section3
----------------------------------------------------------------------------------*/
/* campaign.cssをオーバーライド */
#section3{
	position: static;
	background: #fefefc;
	padding: 0 5% 100px;
}
/* end オーバーライド */

.sec3-boxtitle{
	background: #005e67;
	color: #fff;
	padding: 10px 0 10px 20px;
	margin: 40px 0 0;
	font-size: 21px;
	border-radius: 5px;
}

.sec3-box{
	max-width: 900px;
	margin: 20px auto 60px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 60px 10%;
}

.sec3-box-infoarea{
	display: flex;
	align-items: flex-start;
}

.sec3-box-infoarea img{
	max-width: 370px;
	border-radius: 10px;
}

.sec3-box-inforight h3{
	font-size: 30px;
	color: rgb(44, 162, 161);
	line-height: 1.6;
}

.sec3-box-inforight{
	margin: 0 0 0 5%;
}

.sec3-box-inforight .name{
	font-size: 22px;
	font-weight: 500;
	margin: 15px 0 5px;
}

.sec3-box-inforight .name span{
	font-size: 18px;
}

.sec3-linebox{
	padding: 30px 0;
}

.sec3-linebox{
	border-bottom: 1px solid rgb(205, 226, 230);
}
.sec3-linebox.noborder{
	border-bottom: none;
}

.sec3-linebox-tit{
	font-size: 22px;
	margin: 0 0 15px;
}

.sec3-pictbox{
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}

.sec3-pict-left{
	width: 50%;
}

.sec3-pict-left .icon{
	max-width: 90px;
	width: 100%;
}

.sec3-pict-left .imgbox{
	max-width: 291px;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.sec3-pict-left .imgbox p{
	color: rgb(183, 154, 129);
	font-weight: 500;
}

.sec3-pict-right{
	margin: 0 0 0 30px;
}
.sec3-pict-right img{
	max-width: 296px;
	width: 100%;
	display: block;
	border-radius: 10px;
}
.sec3-pict-right img:first-child{
	margin: 0 0 20px;
}

.sec3-news{
	border-radius: 10px;
	background: #e7f9f9;
	max-width: 920px;
	margin: 0 auto;
	padding: 40px 3%;
	text-align: center;
	font-size: 22px;
}

.sec3-news p:nth-child(2){
	display: inline-block;
	/* font-weight: 500; */
	font-size: 0.7em;
	color: #fff;
	background: #005e67;
	margin: 20px 0 0;
	padding: 8px 18px;
}
/*----------------------------------------------------------------------------------
section4
----------------------------------------------------------------------------------*/
#section4{
	background: #f0ede6;
	padding: 100px 2.5%;
}

#section4::before{
	position: absolute;
	content: " ";
	width: 100%;
	height:20px;
	background: url("../images/common/section_shadow.png") repeat-x 0 0;
	top: 0;
	left: 0;
}

.section4_wrapper{
	max-width: 1430px;
	margin: 0 auto;
}

.section4_wrapper h2{
	font-size: 30px;
	color: rgb(44, 162, 161);
	text-align: center;
	margin: 0 0 60px;
}

.section4_wrapper h2 span{
	display: inline-block;
}

.sec4-flex{
	display: flex;
	align-items: center;
}

.sec4-flex-left{
	width: 50%;
}

.sec4-flex-left h3{
	font-size: 36px;
	letter-spacing: 1.4;
	margin: 0 0 20px;
}

.sec4-flex-right{
	width: 50%;
	margin: 0 0 0 25px;
}

.link_button_style01{
	text-align: left;
	margin-top: 40px;
}

/*----------------------------------------------------------------------------------
bannerarea
----------------------------------------------------------------------------------*/
#bannerarea{
	padding: 100px 2.5%;
	text-align: center;
}

#bannerarea a{
	transition: .4s;
}

#bannerarea a:hover{
	opacity: .7;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
レスポンシブ
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) {

.d-inb{
	display: inline;
}

/*
section1
----------------------------------------------------------------------------------*/
#section1 .section1_firstbox{
	display: block;
	padding:  0;
	margin-bottom: 20px;
}

.sec1-flexitem{
	width: 100%;
}

#section1 .section1_firstbox h2{
    font-size: 32px;
    margin: 0 0 20px;
}

#section1 .section1_firstbox p{
	margin: 0 0 3vw;
}

#section1 .section1_firstbox img{
	position: static;
	width: 100%;
}

.member-flexitem{
	margin: 0 10px;
	padding: 25px 3%;
  }

/*
section3
----------------------------------------------------------------------------------*/
.sec3-box{
	padding: 60px 6%;
	margin: 20px auto 40px;
}

.sec3-box-inforight h3{
	font-size: 25px;
}

.sec3-box-infoarea img{
	width: 45%;
}

.sec3-pict-left{
	text-align: center;
	position: relative;
}

.sec3-pict-left .icon{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.sec3-pict-left .imgbox{
	margin: 10px 0 0;
	display: inline-block;
	text-align: center;
}

.sec3-pict-left .imgbox p{
	color: rgb(183, 154, 129);
	font-weight: 500;
}

.sec3-pict-right{
	margin: 0 0 0 30px;
}
.sec3-pict-right img{
	display: block;
}
.sec3-pict-right img:first-child{
	margin: 0 0 20px;
}



}/* end media */
@media screen and (max-width:920px) {
/*
section4
----------------------------------------------------------------------------------*/
.section4_wrapper h2{
	font-size: 28px;
	margin: 0 0 30px;
}

.sec4-flex{
	display: block;
}

.sec4-flex-left{
	width: 100%;
}

.sec4-flex-left h3{
	font-size: 25px;
	margin: 0 0 15px;
}

.sec4-flex-right{
	width: 100%;
	margin: 40px 0 0;
}

.link_button_style01{
	text-align: left;
	margin-top: 20px;
}


}/* end media */


/*----------------------------------------------------------------------------------
３つ並び崩れ対策
----------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
	/*共通
----------------------------------------------------------------------------------*/
/* ページ内ボタン */
.pagelink_button a{
	max-width: 80%;
}

/*section1
----------------------------------------------------------------------------------*/
.member-flex{
	flex-wrap: wrap;
  }
  
#section1 .section1_firstbox h2{
    font-size: 24px;
    margin: 0 0 15px;
}

#section1 .section1_firstbox p{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.7;
}
.member-flexitem{
	width: 100%;
	padding: 25px 6%;
	margin: 10px 0;
	}

	.member-flexitem .textbox{
	margin: 15px 0 30px;
	}

	.section1_memberbox .annotation{
	margin:  0;
	font-size: 12px;
}

}/* end media */

/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
/*共通
----------------------------------------------------------------------------------*/
body{
	font-size: 15px;
}

/* brタグのshow&hide */
.br-sponly{
	display: block;
}

/* タイトル */
.titlestyle02{
	font-size: 1.6rem;
	margin: 0 auto 20px;
}
.titlestyle02 > i{
	font-weight: 200;
	font-size: 6rem;
}


/* ページ内ボタン */
.pagelink_button a{
	max-width: 100%;
}


/*
section2
----------------------------------------------------------------------------------*/
#section2 .section2_rapper .section2area > ul > li .section2box .leftbox{
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
}
#section2 .section2_rapper .section2area > ul > li .section2box .rightbox{
	width: 100%;
}

/*
section3
----------------------------------------------------------------------------------*/
.sec3-boxtitle{
	background: #005e67;
	color: #fff;
	padding: 10px 0 10px 15px;
	margin: 30px 0 0;
	font-size: 18px;
}

.sec3-box{
	padding: 40px 6%;
	margin: 20px auto;
}

.sec3-box-infoarea{
	display: block;
}

.sec3-box-infoarea img{
	max-width: 100%;
}

.sec3-box-inforight h3{
	font-size: 20px;
}

.sec3-box-infoarea img{
	width: 100%;
}

.sec3-box-inforight{
	margin: 20px 0 0;
}

.sec3-box-inforight .name{
	font-size: 18px;
}

.sec3-box-inforight .name span{
	font-size: 14px;
}

.sec3-linebox{
	padding: 20px 0;
}

.sec3-linebox-tit{
	font-size: 18px;
	margin: 0 0 10px;
}

.sec3-pictbox{
	display: block;
	margin: 40px auto 0;
}

.sec3-pict-left{
	width: 100%;
}

.sec3-pict-right{
	margin: 30px 0 0;
}

.sec3-pict-right img{
	max-width: 100%;
}

.sec3-news{
	margin: 0 auto;
	padding: 30px 5%;
	font-size: 16px;
}

.sec3-news p:nth-child(2){
	margin: 20px 0 0;
	padding: 5px 15px;
}

/*
section4
----------------------------------------------------------------------------------*/
#section4{
	padding: 50px 5%;
}

.section4_wrapper h2{
	font-size: 22px;
	margin: 0 0 20px;
	text-align: left;
}

.section4_wrapper h2 span{
	display: inline;
}

.sec4-flex-left h3{
	font-size: 20px;
	margin: 0 0 10px;
}

.link_button_style01{
	text-align: center;
	margin-top: 30px;
}

/*
bannerarea
----------------------------------------------------------------------------------*/
#bannerarea{
	padding: 50px 5%;
}


}/* end media */