@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;box-sizing: border-box;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;

	color: #333;
	font-size: 1.6em;
	line-height: 1.7;
    
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    
    position: relative;
    z-index: 1;
    
    background-color: #fff;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


p{
    font-size: 1.6rem;
    line-height: 1.7;
}
h3, h4, h5{
    font-size: 1.6rem;
    line-height: 1.7;
}
@media only screen and (max-width: 750px){
p{ font-size: 1.4rem; line-height: 1.7; }
h3, h4, h5{ font-size: 1.4rem; }
}
p a{
	color: #333;
    text-decoration: underline;
}
p a:hover{
    text-decoration: none;
}

ul.cmn{
    padding-left: 1.5em;
}
ul.cmn li{
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 0.6em;
    
    text-indent: -1.0em;
    
    position: relative;
}
ul.cmn li::before{
    content: "";
    width: 0.3em;
    height: 0.3em;
    display: inline-block;
    background-color: #333;
    border-radius: 50%;
    position: relative;
    top: -0.2em;
    margin-right: 0.6em;
}
ul.cmn.npb li{
    padding-bottom: 0;
}
@media only screen and (max-width: 750px){
    ul.cmn li{ font-size: 1.6rem; line-height: 1.7; }
}

.ivmvel{
	opacity: 0.0;
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
    transition: opacity .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ivmvel.c2{
    transition: opacity .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ivmv{
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}

@media only screen and (max-width: 750px){
.ivmvel.c2{
    transition: opacity .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
}




header{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    line-height: 0;
}
header img{
    width: 100%;
    height: auto;
}




section.content{
    padding: 30px 0 60px;
}
section.content .contentBody{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

@media only screen and (max-width: 750px){

section.content{
    padding: 60px 0;
}

}


section.content h2{
    text-align: center;
    font-size: 5.0rem;
    font-weight: 900;
    color: #315062;
    line-height: 1.4;
    margin-bottom: 70px;
}
section.content h2 br.nw{
    display: none;
}

@media only screen and (max-width: 750px){

section.content h2{
    font-size: 2.5rem;
    margin-bottom: 50px;
}
section.content h2 br.nw{
    display: block;
}

}




.posts{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding: 30px;
    border: 10px solid #eee;
    border-radius: 30px;
    
    margin-bottom: 30px;
}

.post .photo{
    width: 50%;
    position: relative;
    line-height: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.post .photo::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.post .photo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post .text{
    width: 45%;
    
}
.post .pref{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    background-color: #315062;
    padding: 8px 20px 10px;
    border-radius: 5px;
    line-height: 1.0;
    
    margin-bottom: 10px;
}
.post .name{
    display: block;
    font-size: 2.4rem;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.08rem;
    
    margin-bottom: 20px;
}
.post .name .san{
    font-size: 1.8rem;
    font-weight: 400;
}
.post .name p{

}


@media only screen and (max-width: 750px){

.posts{
    width: 90%;
	margin: 0 auto;
}

.post{
    width: 100%;
    padding: 20px;
    border: 8px solid #eee;
	margin-bottom: 20px;
}

.post .photo{
    width: 100%;
	margin-bottom: 20px;
	
	background-color: #f5f5f5;
	border-radius: 10px;
}
.post .text{
    width: 100%;    
}
.post .pref{
    font-size: 1.8rem;
    padding: 8px 20px 10px;
    margin-bottom: 10px;
}
.post .name{
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.post .name .san{
    font-size: 1.8rem;
}

}





footer{
    box-sizing: border-box;
    width: 100%;
    padding: 45px 5% 25px;
    background-color: #315062;
}
footer .logo{
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 0;
    
    margin-bottom: 30px;
}
footer .logo img{
    width: 100%;
    height: auto;
}
footer .copyright{
	font-size: 1.1rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 750px){

footer{
    padding: 30px 5% 20px;
}
footer .logo{
    max-width: 200px;
    margin-bottom: 20px;
}
footer .copyright{
	font-size: 0.8rem;
}

}










