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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
	margin:0;
	padding:0;
}
html {
	font-size: 16px;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1rem;
	color: #000;
	line-height: 1.7;
	background-color: #FFF;
	letter-spacing:0.04em;
	word-break: break-all;
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
object,img {  
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}
a:hover,a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
div,span,ul,li,h1,h2,h3.h4,h5,header,footer,dl,dt,dd,th,td,img {
	box-sizing: border-box;
}
h1,h2,h3.h4,h5 {
	font-weight: 700;
}
.header-bar {
	border-bottom: 5px solid #D3DF82;
	max-width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}
.head-tx {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.head-tx p, .head-tx h1 {
	margin: 0 10px;
	font-weight: 300;
	padding: 0;
}
.head-tx img {
	max-width: 226px;
	height: auto;
	width: 100%;
}
.header-bar.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #FFF;
}
.container {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.container .nav {
	/*width: 100%;*/
	position: fixed;
	height: 64px;
	z-index: 100;
}
.container .content {
	width: 100%;
}
.site-footer {
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	border-top: 5px solid #D5DF86;
	max-width: 960px;
}
address {
	font-style: normal;
	font-size: .8rem;
}
.pagetop {
	margin: 50px auto 10px auto;
	text-align: right;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.pagetop a {
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50vh;
	background-color: #3AC7FC;
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 1.5rem;
}
.header-bar .head-btn {
	display: none;
}
/* sub共通 */
body.sub h1 {
	text-align: left;
	padding: 5px 10px;
	font-size: 1.375rem;
	background-image: url(../images/top-ikigai-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
}
body.sub h2 {
	margin: 40px auto 10px auto;
	text-align: left;
	font-size: 1.25rem;
	padding: 5px 5px 5px 24px;
	position: relative;
	border-bottom: 1px dotted #666;
}
body.sub h2:first-of-type {
	margin-top: 5px;
}
body.sub h2::before {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 16px;
	left: 3px;
	content: '';
	background-color: #9BB843;
	border-radius: 50vh;
}
body.sub h2::after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 20px;
	left: 6px;
	transform: rotate(-45deg);
	background-image: none;
}
body.sub .content {
	text-align: left;
}
body.sub .content p {
	text-align: left;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
}
body.sub .content a {
	color:#060;
}
body.sub .content a:hover {
	color:#096;
}
.btn-blue {
	display: inline-block;
	margin: 0 0 20px 0;
	text-align: left;
}
.btn-blue.mb0 {
	margin-bottom: 0;
}
body.sub .content .btn-blue a {
	background: #0b41b1;
	background: linear-gradient( #000099 0%, #0b41b1 100%);
	color: #FFF;
	padding: 6px 12px;
	text-decoration: none;
	outline: 1px solid #FFF;
	outline-offset: -3px;
	display: block;
	margin: 0;
}
@media screen and (min-width:1025px){
	.container {
		max-width: 960px;
		padding-top: 17px;
	}
	.container .nav {
		width: 220px;
		position: relative;
		height: auto;
	}
	.container .content {
		width: 720px;
		margin-left: 20px;
	}
	.site-header {
		background-color: #EBF29A;
		padding: 4px;
	}
	.header-bar {
		position: relative;
		z-index: 100;
		display: flex;
		flex-wrap: wrap;
	}
	.header-bar.fixed {
		position: static;
	}
	.pagetop a {
		width: 140px;
		height: auto;
		line-height: 1;
		padding: 3px 5px;
		border-radius: 0;
		text-align: left;
		position: relative;
		font-size: 1rem;
		font-weight: 400;
		font-size: .75rem;
	}
	.pagetop a::after {
		position: absolute;
		left: 25px;
		top: 3px;
		content: 'ページの先頭へ戻る';
		font-size: .75rem;
		color: #FFF;
	}
	.head-tx p, .head-tx h1 {
		margin: 0 10px;
		font-weight: 300;
		padding: 0;
		position: relative;
		z-index: 1000 !important;
	}
	.site-header .head-btn {
		display: none;
	}
	.header-bar .head-btn {
		display: block;
		width: 30%;
		text-align: right;
		position: relative;
		display: inline-flex;
		justify-content: flex-end;
		top: -9px;
	}
	.head-tx {
		width:70%;
	}
}
@media screen and (max-width:1024px){
	.pagetop {
		padding-right: 10px;
	}
	.header-bar {
		border-bottom: none;
	}
	.head-tx p.catch {
		display: none;
	}
	.head-tx p, .head-tx h1 {
		margin: 0;
		padding: 0 10px;
		line-height: 1;
	}
	.head-tx img {
		max-width: 180px;
	}
	body.sub .content .inner {
		padding: 5px 15px;
	}
}
@media screen and (max-width:480px){
	address {
		font-size: .75rem;
	}
}