@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
}

body{
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:100%;
	letter-spacing: 0.5px;
}

.cx:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

a {
	color: #006699;
	overflow: hidden;
	text-decoration: none;
}

a:visited {
	color: #006699;
}

a:hover {
	opacity: 0.75;
}

img{
	vertical-align:middle;
}

a img{
	border:none;
}

ul{
	margin:0;
	padding:0;
	line-height:100%;
}

ul li{
	list-style:none;
}

h1,h2,h3,h4,h5,p{
	margin:0;
}

/*font*/
.main .main_in .contents h1 p,
.section .section_in h2 strong{
	font-family: Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

.main .main_in .button,
.ambassador ul li,
.what_is .text p,
.merit ul li,
.lastly .button,
.lastly dl,
.footer{
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
}

/*切り替え*/
.pc{display: block;}
.pc{display: none;}

/*bg*/
.section.bg02{
	background: #edede3;
}

/*header*/
.header{
	width: 1200px;
	margin: 0 auto;
}

.header .logo{
	padding: 54px 0 0 0;
}

.header .logo p{
	margin-left: 46px;
}

/*main*/
.main{
	width: 100%;
	height: 826px;
	background: url("../img/main.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0;
}

.main .main_in .contents {
	width: 1200px;
	margin: 0 auto 42px auto;
	padding-top: 126px;
}

.main .main_in .contents h1{
	font-size: 32px;
	color: #fff;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 20px #000;
}

.main .main_in .contents h1 p{
	color: #e1d5ae;
	font-size: 26px;
	margin-bottom: 24px;
}

.main .main_in .contents strong{
	font-size: 60px;
	font-weight: normal;
}

.main .main_in .button{
	width: 650px;
	margin: 0 auto;
}

.main .main_in .button a{
	background: #897d55;
	color: #fff;
	border-radius: 100px;
	padding: 36px 0;
	text-align: center;
	font-size: 28px;
	display: block;
	box-shadow: 0 0 20px #000;
}

/*main_contents*/
.section{
	width: 100%;
	padding: 110px 0;
}

.section .section_in{
	width: 1200px;
	margin: 0 auto;
}

h2{
	font-size: 28px;
	font-weight: normal;
	color: #0f2540;
	line-height: 1.4;
	margin-bottom: 36px;
}

h2 strong{
	font-size: 62px;
	font-weight: normal;
	display: block;
}

/*Ambassador*/
.ambassador{}

.ambassador ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.ambassador ul li{
	width: 25%;
	text-align: center;
	line-height: 1.4;
}

.ambassador ul li a{
	padding: 36px;
	box-sizing: border-box;
	display: block;
	color: #555;
}

.ambassador ul li p.img{
	margin: 0 auto 42px auto;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.ambassador ul li dl{
	word-break: break-all;
}

.ambassador ul li dl dt{
	margin-bottom: 12px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ambassador ul li dl dt p.icon{
	margin-right: 12px;
}

.ambassador ul li dl dd{
	margin-bottom: 42px;
	font-size: 14px;
	margin: 0;
}

/*Activities*/
.activities{
	background: url("../img/img01.jpg");
	background-size: cover;
	background-position: center center;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.activities:after{
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
}

.activities .section_in{
	z-index: 2;
	position: relative;
}

.activities h2{
	color: #fff;
}

.activities .gallery{
	background: #fff;
	padding: 48px 0;
	width: 100%;
	margin-bottom: 36px;
	text-align: center;
}

.activities h3{
	color: #897d55;
	font-size: 22px;
	margin-bottom: 24px;
	padding: 0 5px;
	box-sizing: border-box;
	line-height: 1.2;
}

.activities .gallery:last-child{
	margin-bottom: 0;
}

.gallery.shadow:after{
	background: linear-gradient(180deg,#0000 40.42%,#000000bf);
	background: linear-gradient(180deg,#0000 40%,#00000033) ;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}


/*what_is*/
.what_is{
	display: flex;
	flex-wrap: wrap;
}

.what_is .img{
	width: 550px;
}

.what_is .text{
	font-size: 22px;
	line-height: 1.8;
	width: calc(100% - 550px);
	padding-top: 28px;
	color: #555;
}

.what_is .text h2{
	font-size: 32px;
	color: #897d55;
}

/*merit*/
.merit{}

.merit ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 36px;
}

.merit ul li{
	width: calc(50% - 18px);
	background: #fff;
	text-align: center;
	margin-bottom: 36px;
}
.merit ul li:nth-child(odd){margin-right: 18px;}
.merit ul li:nth-child(even){margin-left: 18px;}

.merit ul li .img{}

.merit ul li .text{
	padding: 48px 12px;
	box-sizing: border-box;
	line-height: 1.2;
}

.merit ul li .text h3{
	color: #897d55;
	font-size: 22px;
	margin-bottom: 14px;
}

.merit ul li .text p{
	font-size: 18px;
}

/*lastly*/
.lastly{
	text-align: center;
}

.lastly .text{
	font-size: 28px;
	color: #897d55;
	margin-bottom: 42px;
	line-height: 1.8;
	padding: 0 5px;
	box-sizing: border-box;
}

.lastly .button{
	margin: 0 auto 68px auto;
	width:  650px;
}

.lastly .button a{
	background: #897d55;
	border-radius: 100px;
	color: #fff;
	display: block;
	padding: 36px 0;
	text-align: center;
	font-size: 28px;
}

.lastly dl {
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
	width: 1000px;
	margin: 0 auto;
	color: #555;
}

.lastly dl dd{
	margin: 0;
	padding: 0;
}

/*footer*/
.footer{
	background: #0f2540;
}

.footer .footer_in{
	width: 1200px;
	margin: 0 auto;
	padding: 96px 0;
	color: #fff;
}

.footer .footer_in dl{
	margin-bottom: 116px;
	line-height: 1.8;
	font-size: 14px;
}

.footer .footer_in dl dt{
	margin-bottom: 24px;
}

.footer .footer_in dl dd{
	margin: 0;
}

/*scroll_up*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(-20px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}

