@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500&display=swap');

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: 300;
	color: #212121;
}

html, body {
	font-family: 'Lato', sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

body{
	line-height: 150%;
	word-break: break-word;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li{
	font-size: 1em;
	letter-spacing: 0.15em;
}

a{
	text-decoration: none;
}

span.blo{
    display: block;
}

img{
	max-width: 100%;
}

.raleway{
	font-family: 'Raleway', sans-serif;
}

.lato{
	font-family: 'Lato', sans-serif;
}

.pc{
	display: none;
}
	
.inner{
	box-sizing: border-box;
}

.gray_bg{
	background: #F2F5F5;
}

.link_text{
	color: #277FB8;
}

.link_text:hover{
	text-decoration: underline;
}


/* section_title
   ========================================================================== */
.section_title{
	padding: 0 0 0 10px;
	font-size: 1.5em;
	line-height: 120%;
	font-weight: 400;
	color: #4CBFD2;
}


/* page_title
   ========================================================================== */
.page_title{
    background: #F2F5F5;
}

.page_title > span{
    margin: 0 auto;
	padding: 25px 0 25px 10px;
	font-size: 1.3em;
	line-height: 120%;
	font-weight: 700;
	color: #4CBFD2;
    max-width: 1000px;
    box-sizing: border-box;
    display: block;
}


/* photo anime
   ========================================================================== */
.photo.anime{
	opacity: 0;
	transition: transform 2s linear;
	animation-duration: 2s;
	animation-fill-mode: both;
}

.photo.anime.on{
	animation-name: bg_color;
	opacity: 1;
	
}

@keyframes bg_color {
	0% {
		opacity: 0;
		filter: grayscale(100%);
		transform: scale(1.05) translate(0,60px);
	}

	50% {
		filter: grayscale(100%);
		transform: translate(0,0);
	}

	100% {
		opacity: 1;
		filter: grayscale(0);
		transform: scale(1);
	}
}
	
	
/* anime_btn
   ========================================================================== */
.anime_btn a{
	display: inline-block;
	padding: 0 0 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #4CBFD2;
	text-align: center;
}

.anime_btn a span{
	display: flex;
	padding: 0;
	width: 250px;
	height: 50px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	position: relative;
	justify-content: center;
	align-items: center;
	color: #fff;
}
	
	
/* btn_com
   ========================================================================== */
.btn_com{
	text-align: center;
}

.btn_com a{
	padding: 0 0 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #eee;
	text-align: center;
    width: 70vw;
    max-width: 250px;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: #202020;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
}


@media screen and (min-width : 768px){

	p{
		font-size: 16px;
	}

	.sp{
		display: none;
	}

	.pc{
		display: block;
	}


	/* section_title
	   ========================================================================== */
	.section_title{
		padding: 0 0 0 20px;
		font-size: 34px;
	}


    /* page_title
       ========================================================================== */
    .page_title > span{
    	padding: 30px 0 30px 20px;
    	font-size: 26px;
    }
    

}
@media screen and (min-width : 769px){
    	
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
	    pointer-events: none;
	}

    .inner{
    	max-width: 1000px;
    	margin: auto;
    }
    	
    img{
    	width: auto !important;
    }


	/* section_title
	   ========================================================================== */
	.section_title{
		padding: 0 0 0 10px;
		font-size: 40px;
	}


    /* page_title
       ========================================================================== */
    .page_title{
    	display: flex;
        align-items: center;
        height: 100px;
    }
	
    .page_title > span{
    	padding: 0 0 0 10px;
    	font-size: 26px;
        width: 100%;
    }
	
	
	/* anime_btn
	   ========================================================================== */
	.anime_btn a{
		display: inline-block;
		padding: 0 0 0;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #4CBFD2;
		text-align: center;
	}
	
	.anime_btn a span{
		display: flex;
		padding: 0;
		width: 350px;
		height: 60px;
		box-sizing: border-box;
		font-size: 22px;
		position: relative;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
	
	.anime_btn a::after{
		content: "";
    		width: 0;
    		height: 200%;
    		background: rgba(255,255,255,0.2);
    		position: absolute;
    		top: -50%;
    		left: 46%;
    		opacity: 0;
    		transform: rotate(35deg);
    		transition: all 0.3s ease-in 0s;
    		z-index: 0;
	}
	
	.anime_btn a:hover::after{
		width: 100%;
    		height: 200%;
    		position: absolute;
    		top: -50%;
    		left: 0;
    		opacity: 1;
    		transform: rotate(0);
	}
	
	
    /* btn_com
       ========================================================================== */
    .btn_com a{
        width: 250px;
        height: 60px;
        transition: all 0.3s ease 0s;
    }
	
    .btn_com a:hover{
        background: #4CBFD2;
        color: #fff;
    }
	
}
