@charset "UTF-8";
/****************
全体設定**************************************************************************************/
body{
	font-family: noto-sans-cjk-jp, sans-serif;
}
header h1{
	padding-left: 20px;
	font-weight: bold;
}

.site_name {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  display: flex;
  text-align: left;
  line-height: 1.1;
  color: #000;
}

.site_name svg {
	height: 43px;
    margin-right: 10px;
}

.site_name small {
    font-size: 1.3rem;
    display: block;
    padding-top: 1px;
}

header ul li.link_bnr_02{
	width: 120px;
	background-color: #014094;
	margin-left: 0;
}

header ul li.link_bnr_02 a{
	color: #fff;
	padding: 30px 0;
	display: block;
	font-size: 0.875rem;
}

header ul li.link_bnr_02 a:hover{
	color: #fff;
}

main{
	margin-bottom: 100px;
}

#under article.mainvisual{
	position: relative;
	background-image: url(../images/main002.jpg);
	background-size: cover;
	background-position: center center;
	height: 400px;
	z-index: -1;
	margin-bottom: 150px;
}

#under article.mainvisual02{
	position: relative;
	background-image: url(../images/main003.jpg);
	background-size: cover;
	background-position: center center;
	height: 400px;
	z-index: -1;
	margin-bottom: 150px;
}

#under article.mainvisual02::before{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
}

#under article.mainvisual02 p{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	z-index: 2;
}

#under article.mainvisual::before{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
}

#under article.mainvisual p{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	z-index: 2;
}

.content-wrap{
	width: 80%;
	margin:0 auto;
}

.content-wrap section p{
	margin-bottom: 100px;
}

#footer {
	width: 100%;
	background: #6bd0e8;
	color: #fff;
	padding: 60px 5% 95px;
	box-sizing: border-box;
}

#footer .inner {
	width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 47px;
}

#footer .inner .footer_logo {
	font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: .1em;
    margin-right: auto;
}

#footer .inner .footer_logo span{
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

#footer .inner .footer_summary {
    text-align: right;
    font-size: 1.5rem;
}

#footer .inner .footer_summary .copyright {
	font-size: 1rem;
    font-weight: 200;
    display: block;
}

#footer .inner .footer_summary .copyright span {
	font-size: 2.6rem;
    transform: translateY(5px);
    display: inline-block;
}

footer p{
	text-align: left;
}

@media screen and (max-width: 768px) {
	header h1{
		padding: 20px 0;
	}

	#footer .inner{
		display: block;
	}

	#footer .inner .footer_logo{
		width: 100%;
		margin-bottom: 50px;
	}

	#footer .inner .footer_summary{
		width: 100%;
		text-align: left;
	}
}

.affiliated{
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
}

.affiliated dt{
	margin-right: 50px;
}