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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
@charset "utf-8";
/*
Theme Name:
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #0B6CAA;
	opacity: 0.8;
}

a:active {
	text-decoration: none;
	color: #0B6CAA;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	font-weight: 500;
}

/* COMMON */
/* -------------------------------------------------- */
/*objectfitをIE,EDGEにも対応*/
.imgCover {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.subText a {
	color: #0f1660;
	text-decoration: underline;
}

.contributionDetails a {
	display: block;
	margin: 16px 0;
	border: 1px solid #522C1E;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

#companySign {
	display: block;
	line-height: 1;
	text-align: right;
	font-size: 1.8rem;
	margin-top: 20px;
}

.customerIcon {
	width: 89px;
	margin: 0 auto;
}

.customerIcon img {
	width: 100%;
	height: auto;
}

.newsText a {
	text-decoration: none;
	color: #0B6CAA;
}

.external {
	width: 15px;
	padding: 6px;
}

/* お知らせ画像3枚並び */
.news_img_list {
	padding: 20px 0 0;
}

.news_img_list {
	width: 247px;
	margin-right: 25px;
	vertical-align: middle;
}

.news_img_list:last-child {
	margin: 0;
}


/* パンくず */
#bcWrap {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

#bc {
	display: flex;
}

#bc li {
	font-size: 1.5rem;
}

#bc li:not(:last-child)::after {
	content: "/";
	margin: 0 5px;
}

#bc li a {
	font-weight: bold;
}

/* footer フェードアニメーション */
#footerWithFade {
	position: relative;
}
.footer-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	pointer-events: none;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#footerWithFade #footerContent,
#footerWithFade .copyRight {
	position: relative;
	z-index: 1;
}
.footer-bg-overlay.is-visible {
	opacity: 1;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* header */
	header {
		width: 100%;
		height: 70px;
		letter-spacing: -0.4em;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}

	.headerInner {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}

	.headerLeft {
		padding-top: 10px;
		display: inline-block;
		letter-spacing: normal;
		float: left;
	}

	.headerTit {
		display: inline-block;
		padding-right: 39px;
		letter-spacing: -0.4em;
	}

	.headerTit a {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.headerLogo {
		width: 108px;
		padding-top: 10px;
	}

	.mainTit {
		font-size: 1.6rem;
		font-weight: bold;
		color: #46445e;
		letter-spacing: normal;
	}

	.headerNav {
		display: inline-block;
		padding-top: 15px;
		vertical-align: top;
	}

	.navList {}

	.navItem {
		display: inline-block;
		position: relative;
	}

	.navItem a {
		font-size: 1.5rem;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
	}

	.navItem:not(:last-child) {
		margin-right: 30px;
	}

	.navItem.isCurrent {
		position: relative;
	}

	.navItem.isCurrent::after {
		content: "";
		width: 4px;
		height: 4px;
		position: absolute;
		left: 50%;
		bottom: -5px;
		background-color: #006cb1;
		border-radius: 50%;
		transform: translateX(-50%);
	}

	.navItem.isCurrent a {
		color: #006cb1;
	}

	.navItem a:hover {
		color: #006cb1;
	}

	.headerRight {
		display: inline-block;
		letter-spacing: normal;
		float: right;
	}

	.headerTelWrap {
		padding-top: 13px;
		padding-right: 20px;
		text-align: right;
		float: left;
	}

	.headerTellText {
		padding-bottom: 5px;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1;
		color: #0B6CAA;
	}

	.headerTellNumber {
		padding-left: 25px;
		display: inline-block;
		position: relative;
		font-size: 3rem;
		font-weight: 600;
		font-family: 'Crimson Text', serif;
		line-height: 1;
		color: #006cb1;
	}

	.headerTellNumber::before {
		content: '';
		width: 22px;
		height: 22px;
		background: url(../img/header_tellicon.png) no-repeat;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.headerContact {
		float: right;
	}

	.headerContact a {
		width: 80px;
		height: 70px;
		padding: 18px 0;
		display: block;
		box-sizing: border-box;
		font-size: 1.1rem;
		text-align: center;
		color: #ffffff;
		background-color: #006cb1;
		transition: all 0.3s ease-in-out 0s;
	}

	.headerContact a::before {
		content: "";
		width: 22px;
		height: 16px;
		display: block;
		margin: 0 auto 8px;
		background: url(../img/header_mailicon.png) no-repeat;
	}

	/* main */
	.basicContent {
		width: 1100px;
		margin: 0 auto;
	}

	.basicContent2 {
		width: 800px;
		margin: 0 auto;
	}

	.pageTop {
		padding: 40px 0 30px;
		text-align: center;
		margin-bottom: 80px;
		background: #0f1660;
		/* Old browsers */
		background: -moz-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1660', endColorstr='#0f1660', GradientType=1);
	}

	.pageTitImg {
		padding-bottom: 10px;
	}

	.pageTitImg img {
		max-width: 90px;
	}

	.pageTit {
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
	}

	.pageTop2 {
		height: 350px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.pageTit2Img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.pageTit2Img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.pageTit2 {
		width: 1000px;
		max-width: 90%;
		margin: auto;
		font-size: 3.8rem;
		font-weight: 500;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
		line-height: 1.8;
		color: #ffffff;
	}

	.pageTit2 span {
		display: block;
		font-size: 1.3rem;
		font-family: 'Crimson Text', serif;
		letter-spacing: 0.06em;
	}

	.subTit {
		font-size: 2.2rem;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		padding-bottom: 65px;
		position: relative;
	}

	.subTit::after {
		content: '';
		width: 72px;
		height: 3px;
		margin-left: -36px;
		background-color: #0b6caa;
		position: absolute;
		bottom: 34px;
		left: 50%;
	}

	.subTitLarge {
		font-size: 3.2rem;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
		letter-spacing: 4px;
		padding-bottom: 53px;
		position: relative;
	}

	.subTitLarge span {
		color: #0b6caa;
		letter-spacing: 3px;
	}

	.subTitLarge::after {
		content: '';
		width: 72px;
		height: 3px;
		margin-left: -36px;
		background-color: #0b6caa;
		position: absolute;
		bottom: 31px;
		left: 50%;
	}

	.subText {
		font-size: 1.5rem;
		line-height: 1.7;
		text-align: center;
		letter-spacing: 2px;
		padding-bottom: 50px;
	}

	#sdgsImg {
		width: 1000px;
		margin: 0 auto;
	}

	#sdgsImg img {
		width: 100%;
		margin: auto;
	}

	.thirdTit {
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		letter-spacing: 2px;
		padding-bottom: 25px;
	}

	.thirdTit span {
		display: block;
		font-size: 1.5rem;
		padding-top: 7px;
		letter-spacing: 2px;
	}

	/* footer */
	footer {
		width: 100%;
		padding-top: 280px;
		/* background: url(../img/footer_bg.jpg) center no-repeat; */
		background-image: url(../img/footer_bg.jpg);
		background-size: cover;
		background-position: top center;
		background-size: cover;
		text-align: center;
		letter-spacing: -0.4em;
		color: #fff;
	}

	#footerContent {
		padding-bottom: 350px;
	}

	.footerTop {
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 44px;
	}

	.footerTit {
		padding-bottom: 30px;
	}

	.footerTit a {
		display: table;
		color: #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.footerLogo {
		display: inline;
		padding-right: 15px;
	}

	.footerTit span {
		font-size: 1.8rem;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
	}

	.footerAdd {
		line-height: 1;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.streetAdd {
		padding-bottom: 15px;
	}

	.addNumber {
		font-size: 3.2rem;
	}

	.footerNav {
		letter-spacing: normal;

	}

	.fNavList {
		width: 245px;
		float: left;
		text-align: left;
		padding-right: 40px;
	}

	.fNavList:last-child {
		padding-right: 0;
	}

	.fNavList a {
		color: #fff;

	}

	.fNavTheme {
		display: block;
		padding-bottom: 18px;
		margin-bottom: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		border-bottom: 1px solid #fff;
	}

	.fNavItem {
		line-height: 1;
		padding-bottom: 12px;
	}

	.fNavItem a {
		font-size: 1.5rem;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.copyRight {
		display: block;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
		background: #0f1660;
		/* Old browsers */
		background: -moz-linear-gradient(left, #0f1660 0%, #0b6caa 45%, #0b6caa 58%, #0f1660 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #0f1660 0%, #0b6caa 45%, #0b6caa 58%, #0f1660 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #0f1660 0%, #0b6caa 45%, #0b6caa 58%, #0f1660 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		letter-spacing: normal;
	}
}

@media screen and (min-width: 768px) {
	/* ニュース画像　２カラム用 */
	.newsImgWrap {
		display: flex;
		justify-content: center;
		align-items: stretch;
		gap: 20px;
		margin-top: 20px;
	}

	.newsImgHalf {
		width: calc(50% - 10px);
	}

	.newsImgHalf .news_img_list {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.newsImgStack {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
	}

	.newsImgStack .news_img_list {
		flex: 1 1 0;
		min-height: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* header */
	main {
		padding-top: 60px;
	}

	header {
		width: 100%;
		letter-spacing: -0.4em;
		position: fixed;
		top: 0;
		background-color: #fff;
		z-index: 100;
	}

	.spHeader {
		background: #fff;
		padding: 16px;
	}

	.headerInner {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.headerLeft {
		width: 90px;
		display: inline-block;
		letter-spacing: normal;
		float: left;
	}

	.headerTit {
		display: inline-block;
		letter-spacing: -0.4em;
	}

	.headerTit a {
		display: block;
	}

	.headerLogo {
		display: block;
		width: 100%;
		padding-bottom: 3px;
	}

	.headerLogo img {
		width: 100%;
	}

	.mainTit {
		width: 90px;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: bold;
		color: #46445e;
		letter-spacing: normal;
		line-height: 1;
		vertical-align: top;
		text-align: center;
	}

	.headerNav {
		display: block;
		vertical-align: top;
	}

	.navList {}

	.navItem {
		display: inline-block;
		padding-right: 41px;
		position: relative;
	}

	.navItem::before {
		display: none;
	}

	.navItem:last-child::before {
		content: none;
	}

	.navItem a {
		font-size: 1.5rem;
		transition: all 0.3s ease-in-out 0s;
	}

	.headerRight {
		letter-spacing: normal;
		float: right;
	}

	.headerTelWrap {
		display: none;
	}

	.headerTellText {
		padding-bottom: 5px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 1px;
		color: #0B6CAA;
	}

	.headerTellNumber {
		padding-left: 44px;
		position: relative;
	}

	.headerTellNumber::before {
		content: '';
		width: 38px;
		height: 38px;
		background: url(../img/header_tellicon_pc.png) no-repeat;
		position: absolute;
		top: -3px;
		left: -7px;
	}

	.headerTellNumber a {
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 4px;
		color: #0B6CAA;
	}

	.headerContact {
		height: 100%;
		position: absolute;
		top: 0;
		right: 60px;
	}

	.headerContact a {
		width: auto;
		height: 100%;
		padding: 0 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		box-sizing: border-box;
		font-size: 1.1rem;
		text-align: center;
		color: #ffffff;
		background-color: #006cb1;
		transition: all 0.3s ease-in-out 0s;
	}

	.headerContact a::before {
		content: "";
		width: 22px;
		height: 16px;
		display: block;
		margin: 0 auto 8px;
		background: url(../img/header_mailicon.png) no-repeat;
	}

	/* ハンバーガーメニュー */
	.navToggle {
		display: block;
		position: absolute;
		/* bodyに対しての絶対位置指定 */
		right: 8px;
		top: 4%;
		width: 42px;
		height: 51px;
		cursor: pointer;
		text-align: center;
	}

	.navToggle span {
		display: block;
		position: absolute;
		/* .navToggleに対して */
		width: 42px;
		border-bottom: solid 2px #0b6caa;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		right: 0;
	}

	.navToggle span:nth-child(1) {
		top: 10px;
	}

	.navToggle span:nth-child(2) {
		top: 20px;
	}

	.navToggle span:nth-child(3) {
		top: 30px;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #0b6caa;
		font-size: 9px;
		font-weight: bold;
		top: 35px;
		letter-spacing: 0;
	}

	.navToggle.active {
		top: 10px;
	}

	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 0;
		-webkit-transform: rotate(-43deg);
		-moz-transform: rotate(-43deg);
		transform: rotate(-43deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(43deg);
		-moz-transform: rotate(43deg);
		transform: rotate(43deg);
	}

	nav.globalMenuSp {
		position: fixed;
		z-index: -1;
		top: 60px;
		left: 0;
		background: #fff;
		color: #000;
		text-align: center;
		transform: translateY(-120%);
		transition: all 0.6s;
		width: 100%;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		padding: 30px 0;
		background: #0f1660;
		/* Old browsers */
		background: -moz-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1660', endColorstr='#0f1660', GradientType=1);
	}

	nav.globalMenuSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
	}

	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		display: block;
		transform: translateY(0%);
	}

	/* main */
	.basicContent {
		width: 90%;
		margin: 0 auto;
	}

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

	.pageTop {
		padding: 20px 0 20px;
		text-align: center;
		margin-bottom: 40px;
		background: #0f1660;
		/* Old browsers */
		background: -moz-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1660', endColorstr='#0f1660', GradientType=1);
	}

	.pageTitImg {
		width: 50px;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.pageTitImg img {
		width: 100%;
	}

	.pageTit {
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
	}

	.pageTop2 {
		height: 240px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.pageTit2Img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.pageTit2Img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.pageTit2 {
		width: 90%;
		margin: auto;
		font-size: 3.8rem;
		font-weight: 500;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
		line-height: 1.8;
		color: #ffffff;
	}

	.pageTit2 span {
		display: block;
		font-size: 1.3rem;
		font-family: 'Crimson Text', serif;
		letter-spacing: 0.06em;
	}

	.subTit {
		font-size: 2.2rem;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
		padding-bottom: 65px;
		position: relative;
	}

	.subTit::after {
		content: '';
		width: 72px;
		height: 3px;
		margin-left: -36px;
		background-color: #0b6caa;
		position: absolute;
		bottom: 34px;
		left: 50%;
	}

	.subTitLarge {
		font-size: 2rem;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0;
		padding-bottom: 53px;
		position: relative;
	}

	.subTitLarge span {
		color: #0b6caa;
		letter-spacing: 4px;
	}

	.subTitLarge::after {
		content: '';
		width: 72px;
		height: 3px;
		margin-left: -36px;
		background-color: #0b6caa;
		position: absolute;
		bottom: 31px;
		left: 50%;
	}

	.subText {
		font-size: 1.6rem;
		line-height: 1.7;
		text-align: left;
		letter-spacing: 2px;
		padding-bottom: 100px;
	}

	.thirdTit {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		letter-spacing: 2px;
		padding-bottom: 20px;
	}

	.thirdTit span {
		display: block;
		font-size: 1.4rem;
		padding-top: 7px;
		letter-spacing: 2px;
	}

	/* footer */
	footer {
		width: 100%;
		padding-top: 280px;
		background-image: url(../img/footer_bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		letter-spacing: -0.4em;
		color: #fff;
	}

	#footerContent {
		padding-bottom: 30px;
	}

	.footerTop {
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 44px;
	}

	.footerTit {
		padding-bottom: 30px;
	}

	.footerTit a {
		display: table;
		color: #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.footerLogo {
		display: inline;
		padding-right: 15px;
	}

	.footerTit span {
		font-size: 1.8rem;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
	}

	.footerAdd {
		line-height: 1;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.streetAdd {
		padding-bottom: 15px;
	}

	.footerNav {
		width: 77%;
		margin: 0 auto;
		letter-spacing: normal;
	}

	.fNavList {
		width: 245px;
		float: left;
		text-align: left;
		padding: 0 40px 20px 0;
	}

	.fNavList:nth-child(even) {
		padding-right: 0;
	}

	.fNavList a {
		color: #fff;

	}

	.fNavTheme {
		display: block;
		padding-bottom: 18px;
		margin-bottom: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		border-bottom: 1px solid #fff;
	}

	.fNavItem {
		line-height: 1;
		padding-bottom: 12px;
	}

	.fNavItem a {
		font-size: 1.5rem;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.copyRight {
		display: block;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
		background-color: #0B6CAA;
		letter-spacing: normal;
	}

	.news_img_list {
		width: 30%;
	}
}

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

	/* 767px以下用（スマートフォン用）の記述 */
	/* header */
	main {
		padding-top: 60px;
	}

	/* パンくず */
	#bc li {
		font-size: 1.4rem;
	}

	header {
		width: 100%;
		letter-spacing: -0.4em;
		position: fixed;
		top: 0;
		background-color: #fff;
		z-index: 100;
	}

	.spHeader {
		background: #fff;
		padding: 16px 0;
	}

	.headerInner {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

	.headerLeft {
		width: 90px;
		display: inline-block;
		letter-spacing: normal;
		float: left;
	}

	.headerTit {
		display: inline-block;
		letter-spacing: -0.4em;
	}

	.headerTit a {
		display: block;
	}

	.headerLogo {
		display: block;
		width: 100%;
		padding-bottom: 3px;
	}

	.headerLogo img {
		width: 100%;
	}

	.mainTit {
		width: 90px;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: bold;
		color: #46445e;
		letter-spacing: normal;
		line-height: 1;
		vertical-align: top;
		text-align: center;
	}

	.headerNav {
		display: block;
		vertical-align: top;
	}

	.navList {}

	.navItem {
		display: inline-block;
		padding-right: 41px;
		position: relative;
	}

	.navItem::before {
		display: none;
	}

	.navItem:last-child::before {
		content: none;
	}

	.navItem a {
		font-size: 1.5rem;
		transition: all 0.3s ease-in-out 0s;
	}

	.headerRight {
		letter-spacing: normal;
		float: right;
	}

	.headerTelWrap {
		display: none;
	}

	.headerTellText {
		padding-bottom: 5px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 1px;
		color: #0B6CAA;
	}

	.headerTellNumber {
		padding-left: 44px;
		position: relative;
	}

	.headerTellNumber::before {
		content: '';
		width: 38px;
		height: 38px;
		background: url(../img/header_tellicon_pc.png) no-repeat;
		position: absolute;
		top: -3px;
		left: -7px;
	}

	.headerTellNumber a {
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 4px;
		color: #0B6CAA;
	}

	.headerContact {
		height: 100%;
		position: absolute;
		top: 0;
		right: 60px;
	}

	.headerContact a {
		width: auto;
		height: 100%;
		padding: 0 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		box-sizing: border-box;
		font-size: 1.1rem;
		text-align: center;
		color: #ffffff;
		background-color: #006cb1;
		transition: all 0.3s ease-in-out 0s;
	}

	.headerContact a::before {
		content: "";
		width: 22px;
		height: 16px;
		display: block;
		margin: 0 auto 8px;
		background: url(../img/header_mailicon.png) no-repeat;
	}

	/* ハンバーガーメニュー */
	.navToggle {
		display: block;
		position: absolute;
		/* bodyに対しての絶対位置指定 */
		right: 8px;
		top: 4%;
		width: 42px;
		height: 51px;
		cursor: pointer;
		text-align: center;
	}

	.navToggle span {
		display: block;
		position: absolute;
		/* .navToggleに対して */
		width: 42px;
		border-bottom: solid 2px #0b6caa;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		right: 0;
	}

	.navToggle span:nth-child(1) {
		top: 10px;
	}

	.navToggle span:nth-child(2) {
		top: 20px;
	}

	.navToggle span:nth-child(3) {
		top: 30px;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #0b6caa;
		font-size: 9px;
		font-weight: bold;
		top: 35px;
		letter-spacing: 0;
	}

	.navToggle.active {
		top: 10px;
	}

	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 0;
		-webkit-transform: rotate(-43deg);
		-moz-transform: rotate(-43deg);
		transform: rotate(-43deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(43deg);
		-moz-transform: rotate(43deg);
		transform: rotate(43deg);
	}

	nav.globalMenuSp {
		position: fixed;
		z-index: -1;
		top: 60px;
		left: 0;
		background: #fff;
		color: #000;
		text-align: center;
		transform: translateY(-120%);
		transition: all 0.6s;
		width: 100%;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		padding: 30px 0;
		background: #0f1660;
		/* Old browsers */
		background: -moz-linear-gradient(left, #0f1660 0%, #0b6caa 45%, #0b6caa 58%, #0f1660 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #0f1660 0%, #0b6caa 45%, #0b6caa 58%, #0f1660 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #0f1660 0%, #0b6caa 45%, #0b6caa 58%, #0f1660 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1660', endColorstr='#0f1660', GradientType=1);
		/* IE6-9 */
	}

	nav.globalMenuSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
	}

	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		display: block;
		transform: translateY(0%);
	}

	/* main */
	.basicContent {
		width: 90%;
		margin: 0 auto;
	}

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

	.pageTop {
		padding: 20px 0 20px;
		text-align: center;
		margin-bottom: 40px;
		background: #0f1660;
		/* Old browsers */
		background: -moz-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #0f1660 0%, #0b6caa 49%, #0f1660 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1660', endColorstr='#0f1660', GradientType=1);
	}

	.pageTitImg {
		width: 50px;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	.pageTitImg img {
		width: 100%;
	}

	.pageTit {
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
	}

	.pageTop2 {
		height: 140px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.pageTit2Img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.pageTit2Img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.pageTit2 {
		width: 90%;
		margin: auto;
		font-size: 2.6rem;
		font-weight: 500;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
		line-height: 1.8;
		color: #ffffff;
	}

	.pageTit2 span {
		display: block;
		font-size: 1.2rem;
		font-family: 'Crimson Text', serif;
		letter-spacing: 0.06em;
	}

	.subTit {
		font-size: 2.2rem;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
		padding-bottom: 65px;
		position: relative;
	}

	.subTit::after {
		content: '';
		width: 72px;
		height: 3px;
		margin-left: -36px;
		background-color: #0b6caa;
		position: absolute;
		bottom: 34px;
		left: 50%;
	}

	.subTitLarge {
		font-size: 2rem;
		line-height: 1.5;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0;
		padding-bottom: 53px;
		position: relative;
	}

	.subTitLarge span {
		color: #0b6caa;
		letter-spacing: 4px;
	}

	.subTitLarge::after {
		content: '';
		width: 72px;
		height: 3px;
		margin-left: -36px;
		background-color: #0b6caa;
		position: absolute;
		bottom: 31px;
		left: 50%;
	}

	.subText {
		font-size: 1.6rem;
		line-height: 1.7;
		text-align: left;
		letter-spacing: 2px;
		padding-bottom: 100px;
	}

	.thirdTit {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		letter-spacing: 2px;
		padding-bottom: 20px;
	}

	.thirdTit span {
		display: block;
		font-size: 1.4rem;
		padding-top: 7px;
		letter-spacing: 2px;
	}

	/* お知らせ画像3枚並び */
	.news_img_list {
		padding: 20px 0 0;
	}

	.news_img_list {
		width: 100%;
		margin-right: 0;
		vertical-align: middle;
	}

	.news_img_list:last-child {
		margin-right: 0;
	}

	/* パンくず */
	#bcWrap {
		padding: 10px 0;
	}

	/* footer */
	footer {
		width: 100%;
		padding-top: 160px;
		background-image: url(../img/footer_bg.jpg);
		background-position: top center;
		/* background-position: 10% bottom; */
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		letter-spacing: -0.4em;
		color: #fff;
	}

	#footerContent {
		padding-bottom: 0px;
	}

	.footerTop {
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 24px;
	}

	.footerTit {
		padding-bottom: 16px;
	}

	.footerTit a {
		display: table;
		color: #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.footerLogo {
		display: inline;
		padding-right: 15px;
	}

	.footerTit span {
		font-size: 1.8rem;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
	}

	.footerAdd {
		line-height: 1;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.streetAdd {
		padding-bottom: 4px;
		line-height: 1.3;
	}

	.addNumber {
		line-height: 1.4;
		font-size: 2.4rem;
	}

	.addNumber a {
		color: #fff !important;
	}

	.footerNav {
		letter-spacing: normal;

	}

	.fNavList {
		width: 100%;
		text-align: left;
		padding-bottom: 16px;
	}

	.fNavList:last-child {
		padding-right: 0;
	}

	.fNavList a {
		color: #fff;

	}

	.fNavTheme {
		display: block;
		padding-bottom: 8px;
		margin-bottom: 8px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		border-bottom: 1px solid #fff;
	}

	.fNavItem {
		width: 48%;
		margin-right: 4%;
		padding-bottom: 8px;
		float: left;
		line-height: 1.4;
	}

	.fNavItem:nth-child(even) {
		margin-right: 0%;
	}

	.fNavItem a {
		font-size: 1.5rem;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.copyRight {
		display: block;
		padding: 10px 0;
		text-align: center;
		font-size: 1.3rem;
		color: #fff;
		background-color: #0B6CAA;
		letter-spacing: normal;
	}
}