@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
  setting
* --------------------------------------------------------------------------------------------------*/
body {
	position: relative;
	color: #000;
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", sans-serif;
	font-weight: normal;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	text-justify: distribute;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	display: inline-block;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover {
	opacity: 0.7;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contentIn {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.contentIn {
		width: auto;
		padding-left: 4%;
		padding-right: 4%;
	}
}


/* ----------------------------------------------------------------------------------------------------
  header
* --------------------------------------------------------------------------------------------------*/
.p-top #header {
	display: block;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 708px;
	overflow: hidden;
}
.p-top #header h1 {
	display: block;
	position: absolute;
	top: -42px;
	left: 50%;
	margin-left: -574px;
	width: 1220px;
	height: 750px;
}
.p-top #header p:nth-child(2) {
	display: block;
	position: absolute;
	top: 382px;
	left: 0;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.p-top #header p:nth-child(3) {
	display: block;
	position: absolute;
	top: 164px;
	left: 50%;
	margin-left: -478px;
	width: 290px;
	height: 470px;
}

.p-under #header {
	height: 102px;
	border-bottom: 2px solid #BADCE4;
}
.p-under #header a {
	margin-top: 23px;
	width: 181px;
	height: 54px;
}
.p-under #header p {
	width: 260px;
	height: 100px;
}

@media screen and (max-width: 768px) and (min-width: 768px) {
	.p-top #header p:nth-child(3) {
		width: 200px;
		height: auto;
		top: 280px;
		left: 64%;
	}
}

@media screen and (max-width: 767px) {
	.p-top #header {
		height: inherit;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.p-top #header h1 {
		position: relative;
		top: -9.07vw;
		left: 0;
		margin-left: -11.07vw;
		margin-bottom: calc(20px - 9.07vw);
		width: 129.73vw;
		height: inherit;
	}
	.p-top #header h1 img {
		position: relative;
	}
	.p-top #header p:nth-child(2) {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 20px;
		width: 92%;
		font-size: 14px;
		text-align: left;
	}
	.p-top #header p:nth-child(3) {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 87.2%;
		height: inherit;
	}
	
	.p-under #header {
		height: inherit;
	}
	.p-under #header a {
		width: 34.67vw;
		height: inherit;
	}
	.p-under #header p {
		width: 50.67vw;
		height: inherit;
	}
}


/* ----------------------------------------------------------------------------------------------------
  breadcrumb
* --------------------------------------------------------------------------------------------------*/
.breadcrumb {
	height: 77px;
	font-size: 14px;
	line-height: 77px;
}
.breadcrumb a {
	color: #000;
}
.breadcrumb a img {
	vertical-align: middle;
}
.breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li + li:before {
	content: ">";
	margin: 1.5em;
}

.p-under h1 {
	margin-bottom: 100px;
	width: 100%;
	height: 90px;
	background-color: #79BACF;
}
.p-under h1 div {
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.p-letter h1 div {
	background: url(../img/letter/letter01.svg) no-repeat right 0 bottom -3px;
	background-size: 112px 84px;
}
.p-question h1 div {
	background: url(../img/top/top01_01.svg) no-repeat right top;
	background-size: 108px 120px;
}
.p-history h1 div {
	background: url(../img/history/his01.svg) no-repeat right center;
	background-size: 95px 80px;
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		height: 9.73vw;
		font-size: 10.5px;
		line-height: 9.73vw;
	}
	.breadcrumb li {
		display: inline;
		float: none;
	}
	
	.p-under h1 {
		margin-bottom: 40px;
		height: 18.4vw;
	}
	.p-under h1 div {
		height: 18.4vw;
		background-image: none;
		line-height: 18.4vw;
		font-size: 3.7vw;
	}
}


/* ----------------------------------------------------------------------------------------------------
  wrapper
* --------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
    .wrapper {
        padding: 0 10px;
    }
}


/* ----------------------------------------------------------------------------------------------------
  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
    color: #000;
    background: #D7EAF1;
    padding: 36px 0;
    margin-top: 68px;
}

#footer .contentIn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

.fLogo {
    width: 167px;
    height: 39px;
    margin-left: 60px;
}

.fNavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-right: 30px;
    margin-top: 12px;
}

.fNavi li + li {
    margin-left: 88px;
}

.fCopy {
    text-align: center;
    margin-top: 10px;
}

.fSns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fSns li + li {
    margin-left: 26px;
}
.pageTop {
	position: fixed;
	right: 0;
	bottom: 20px;
	transform: rotate(-90deg);
}
.pageTop a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 9px;
	background: #464646;
}

.jsGoTop .jsScroll {
	display: block;
	position: fixed;
	bottom: 215px;
	right: 0;
	width: 40px;
	height: 40px;
}
.jsGoTop .jsScroll img {
	width: 40px;
	height: 40px;
}
@media screen and (max-width: 767px) {
	.jsGoTop .jsScroll {
		bottom: 100px;
	}
	#footer {
		margin-top: 45px;
		padding: 21px 0 10px;
	}
	#footer .contentIn {
		padding: 0 6%;
	}
	.fLogo {
		width: 19vw;
		margin-left: 0;
		margin-top: 5px;
		height: auto;
	}
	.fNavi {
		font-size: 9px;
		margin-right: 0;
		margin-top: 0;
	}
	.fNavi li + li {
		margin-left: 3vw;
	}
	.fCopy {
		font-size: 9px;
		margin-top: 2px;
	}
	.fSns li {
		width: 5vw;
	}
	.fSns li + li {
		margin-left: 3vw;
	}
	.fSns a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.fSns a img {
		width: 5vw;
	}
	
}

@media screen and (max-width: 768px) and (min-width: 768px) {
	.p-under h1 {
		margin-bottom: 30px;
	}
	.jsGoTop .jsScroll {
		bottom: 160px;
	}
}
