@charset "UTF-8";

/* #page_title */
#page_title {
	padding: 150px 50px;
	background: url(../img/UmekoTsuda.jpg) right bottom no-repeat #fff;
	animation: show 2s ease-out both;
	transition: .3s ease;
	overflow: hidden;
	}
@media screen and (max-width:1100px){
#page_title {
	padding: 100px 50px 100px;
	background-size: 350px auto;
	}
}
@media screen and (max-width:768px){
#page_title {
	background-size: 300px auto;
	}
}
@media screen and (max-width:767.98px){
#page_title {
	padding: 70px 4vw;
	background: url(../img/UmekoTsuda.jpg) right -20px bottom no-repeat #fff;
	background-size: 200px auto;
	}
}

@keyframes show {
	0% {
		transform: translate(0,.5em);
		opacity: 0;
	}
	100% {
		transform: translate(0,0);
		opacity: 1;
	}
}

#page_title h1 {
	animation: show 1s ease-out both .5s;
	}
@media screen and (max-width:1100px){
#page_title h1 {
	font-size: 42px;
	text-indent: -.2em;
	letter-spacing: .2em;
	}
}
@media screen and (max-width:768px){
#page_title h1 {
	font-size: 36px;
	text-indent: -.1em;
	letter-spacing: .1em;
	}
}
@media screen and (max-width:767.98px){
#page_title h1 {
	font-size: 5vw;
	text-indent: 0;
	letter-spacing: 0;
	}
}

#page_title div {
	position: absolute;
	right: 500px;
	bottom: 10px;
	animation: show 1s ease-out both 1s;
	}
@media screen and (max-width:1100px){
#page_title div {
	right: 300px;
	}
}
@media screen and (max-width:767.98px){
#page_title div {
	right: auto;
	left: 4vw;
	}
}

#page_title div h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	letter-spacing: .5em;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#page_title div h2 {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#page_title div h2 {
	font-size: 2vw;
	}
}

#page_title div p {
	font-family: "Zen Old Mincho", serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .2em;
	}
@media screen and (max-width:1100px){
#page_title div p {
	font-size: 8px;
	}
}
@media screen and (max-width:767.98px){
#page_title div p {
	font-size: 1.5vw;
	letter-spacing: 0;
	}
}

/* #intro */
#intro {
	padding: 100px 0 70px;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#intro {
	padding: 50px 0 30px;
	}
}
@media screen and (max-width:767.98px){
#intro {
	padding: 10vw 4vw 5vw;
	}
}

#intro div {
	margin: 0 auto;
	width: fit-content;
	}

#intro div h2 {
	margin: 0 0 1.5em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .2em;
	text-indent: -.5em;
	}
@media screen and (max-width:1100px){
#intro div h2 {
	font-size: 22px;
	}
}
@media screen and (max-width:768px){
#intro div h2 {
	font-size: 18px;
	}
}
@media screen and (max-width:767.98px){
#intro div h2 {
	font-size: 4vw;
	letter-spacing: 0;
	}
}

#intro div p {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .1em;
	font-weight: 300;
	}
@media screen and (max-width:1100px){
#intro div p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#intro div p {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#intro div p {
	font-size: 3vw;
	text-align: left;
	}
}

/* .column */
.column {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
.column {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
.column {
	padding: 20vw 4vw 0;
	}
}

.column h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
.column h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
.column h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

.column h2:after {
	position: absolute;
	left: 50%;
	bottom: 43px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}
@media screen and (max-width:767.98px){
.column h2:after {
	bottom: 29px;
	}
}

.column h2 span {
	display: block;
	padding-top: 10px;
	font-size: 24px;
	text-indent: .25em;
	letter-spacing: .25em;
	}
@media screen and (max-width:1100px){
.column h2 span {
	font-size: 20px;
	}
}
@media screen and (max-width:767.98px){
.column h2 span {
	font-size: 3.5vw;
	}
}

.column p {
	margin: 0 0 1em;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:1100px){
.column p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
.column p {
	font-size: 12px;
	letter-spacing: .01em;
	}
}

.column ul {
	max-width: 1300px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:767.98px){
.column ul {
	margin: 0 0 10px;
	}
}

.column ul li {
	position: relative;
	display: block;
	width: 31%;
	padding-bottom: 10px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	}
@media screen and (max-width:1100px){
.column ul li {
	width: 32%;
	}
}
@media screen and (max-width:767.98px){
.column ul li {
	width: 100%;
	margin: 0 0 20px;
	}
}

.column ul li img {
	display: block;
	}

.column ul li h3 {
	display: block;
	padding: 10px 0;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:1100px){
.column ul li h3 {
	font-size: 22px;
	}
}
@media screen and (max-width:768px){
.column ul li h3 {
	font-size: 5vw;
	}
}

.column ul li h3 span {
	display: block;
	font-size: .7em;
	font-weight: 400;
	letter-spacing: .1em;
	}
@media screen and (max-width:1100px){
.column ul li h3 span {
	font-size: .5em;
	}
}


.column ul li h4 {
	display: block;
	padding: 10px 20px;
	font-size: 17px;
	line-height: 1.8em;
	}
@media screen and (max-width:1100px){
.column ul li h4 {
	font-size: 15px;
	}
}

.column ul li p {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	}
@media screen and (max-width:1100px){
.column ul li p {
	font-size: 14px;
	}
}




