@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-evenly;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1220px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 100px;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 48px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
#gHeader .hBox {
	min-height: 100px;
	position: relative;
	z-index: 1000;
	text-align: center;
	background: url("../img/common/h_bg.png") #00BFFF no-repeat top center;
	background-size: auto 100px;
}
#gHeader h1 {
	padding-left: 12px;
}
#gHeader .hLink {
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .hLink li a {
	padding: 17px 10px 15px;
	width: 100px;
	display: block;
	color: #0085B2;
	font-size: 1.6rem;
	font-weight: 500;
	min-height: 100px;
	box-sizing: border-box;
	word-break: break-all;
}
#gHeader .hLink .mail a {
	background-color: #FFDA3F;
}
#gHeader .hLink li img {
	margin: 0 auto 4px;
	display: block;
	height: 38px;
}
#gHeader .hLink li a:hover {
	opacity: 0.7;
}
.menu {
	width: 100px;
	cursor: pointer;
	position: relative;
	background-color: #E7F1F5;
}
.menu:hover {
	opacity: 0.7;
}
.menu::after {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 16px;
	text-align: center;
	color: #0085B2;
	font-size: 1.6rem;
	font-weight: 500;
	content: 'MENU';
}
.menu span {
	width: 33px;
	height: 5px;
	display: block;
	position: absolute;
	left: 34px;
	top: 21px;
	background: #0286B2;
	transition: all 0.3s;
}
.menu span:nth-child(2) {
	top: 33px;
}
.menu span:nth-child(3) {
	top: 45px;
}
.menu.on span:nth-child(1) {
	transform: translateY(12px) translateX(0) rotate(45deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	transform: translateY(-12px) translateX(0) rotate(-45deg);
}
.menuBox {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	background: #FFF;
}
.menuBox .naviList {
	margin-top: 100px;
}
.menuBox .naviList li {
	width: 100%;
	text-align: left;
}
.menuBox .naviList a {
	padding: 38px 30px;
	display: block;
	color: #0085B2;
	font-weight: 500;
	background-color: #FFF;
}
.menuBox .naviList a:hover {
	background-color: #E7F1F5;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		min-height: 48px;
		background: url("../img/common/sp_h_bg.png") #00BFFF no-repeat top center;
		background-size: auto 48px;
	}
	#gHeader h1 {
		padding: 0 82px 0 0;
	}
	#gHeader h1 img {
		width: 85px;
	}
	#gHeader .hLink li a {
		padding: 8px 5px 0;
		width: 48px;
		min-height: 48px;
		font-size: 1rem;
	}
	#gHeader .hLink li img {
		margin-bottom: 0;
		height: 17px;
	}
	.menu {
		width: 48px;
	}
	.menu:hover {
		opacity: 1;
	}
	.menu::after {
		bottom: 7px;
		font-size: 0.9rem;
	}
	.menu span {
		width: 15px;
		height: 2px;
		left: 16px;
		top: 11px;
	}
	.menu span:nth-child(2) {
		top: 17px;
	}
	.menu span:nth-child(3) {
		top: 23px;
	}
	.menu.on span:nth-child(1) {
		transform: translateY(6px) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-child(3) {
		transform: translateY(-6px) translateX(0) rotate(-45deg);
	}
	.menuBox .naviList {
		margin-top: 48px;
	}
	.menuBox .naviList a {
		padding: 12px 32px;
	}
	.menuBox .naviList a:hover {
		background-color: #FFF;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter .snsList{
  margin:0 0 60px 0;
}
#gFooter .snsList ul{
  display:flex;
  justify-content:center;
  align-items:center;
}
#gFooter .snsList li{
  margin:0 22px;
  width:48px;
}
#gFooter .goshukuinchoBanner {
	padding-bottom: 70px;
	text-align: center;
}
#gFooter .goshukuinchoBanner a:hover {
	opacity: 0.7;
}
#gFooter .contactArea{
  background:#e7f1f5;
  font-size:2rem;
  font-weight:bold;
  padding:60px 20px 60px;
  text-align:center;
}
#gFooter .contactArea .heading{
  color:#0085b2;
  font-size:3.6rem;
}
#gFooter .contactArea > dl,
#gFooter .contactArea > dl > dd + dd{
  margin:35px 0 0 0;
}
#gFooter .contactArea > dl a.mailLink{
  color:#00bfff;
}
#gFooter .contactArea > dl a.mailLink::before{
  background:transparent url(../img/common/icon_mail.png) no-repeat center center / cover;
  display:inline-block;
  content:"";
  width:24px;
  height:24px;
  margin-right:5px;
  vertical-align:-5px;
}
#gFooter .contactArea dl dl{
  color:#00b900;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:10px 0 0 0;
}
#gFooter .contactArea dl dl dt{
  margin-right:10px;
}
#gFooter .snsList li a,
#gFooter .contactArea a{
  transition:all .3s;
}
#gFooter .snsList li a:hover,
#gFooter .contactArea a:hover{
  opacity:.6;
}
#gFooter .lineBtn{
  height:36px;
}
#gFooter .copyright {
	padding: 20px;
	color: #FFF;
	font-size: 1.3rem;
	text-align: center;
	background-color: #00BFFF;
}
@media all and (max-width: 896px) {
	.pageTop {
		margin-bottom: 16px;
		position: inherit;
		right: 0;
		bottom: 0;
		text-align: center;
	}
	#gFooter .snsList{
		margin:0 0 30px 0;
	}
	#gFooter .goshukuinchoBanner {
		padding: 0 15px 60px;
	}
	#gFooter .copyright {
		padding: 16px 5px;
	}
  #gFooter .contactArea{
    padding-bottom:10px;
  }
  #gFooter .contactArea dl dl{
    flex-wrap:wrap;
    margin-bottom:30px;
  }
  #gFooter .contactArea dl dl dt{
    margin-right:0;
    margin-bottom:10px;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1016px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto !important;
	}
}
section.newsDetail div.wp-caption{
	width: auto!important;
}
section.newsDetail img{
	width: 80%;
	display: block;
  margin: 0 auto;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 75px 10px;
	color: #00BFFF;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 40px 10px;
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLineBox {
	margin-bottom: 25px;
	background: url("../img/common/bg02.png") repeat;
	background-size: 21px;
}
.headLineBox h3 {
	width: 936px;
	margin: 0 auto !important;
}
.headLine02 {
	margin-bottom: 25px;
	padding: 3px 0;
	position: relative;
	line-height: 1.33;
	font-size: 3.8rem;
	font-weight: 500;
}
.headLine02::before {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -40px;
	background-color: #00BFFF;
	content: "";
}
.headLineCor {
	background-image: url("../img/common/bg03.png");
}
.headLineCor .headLine02::before {
	background-color: #FFDA3F;
}
@media all and (max-width: 896px) {
	.headLineBox {
		margin-bottom: 25px;
	}
	.headLineBox h3 {
		margin: 0 30px !important;
		width: auto;
	}
	.headLine02 {
		margin-bottom: 11px;
		padding: 0;
		line-height: 1.55;
		font-size: 2.4rem;
	}
	.headLine02::before {
		width: 8px;
		left: -16px;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 31px;
	text-align: center;
}
.headLine03 span {
	padding-top: 39px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 2.4rem;
	font-weight: 500;
}
.headLine03 span::before {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #00BFFF;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 20px;
	}
	.headLine03 span {
		padding-top: 20px;
		font-size: 2rem;
	}
	.headLine03 span::before {
		height: 5px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	padding: 60px 0;
	text-align: center;
	font-size: 0;
}
.comLink li {
	margin: 0 20px;
	width: 400px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.comLink a {
	padding: 24px 10px;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 10px;
	box-sizing: border-box;
	border: 4px solid #0085B2;
	background-color: #0085B2;
}
.comLink .bgCor {
	border-color: #C1AA2E;
	background-color: #C1AA2E;
}
.comLink .helper{
	border-color:#00B900;
	background-color: #00B900;
}
.comLink .back {
	color: #0085B2;
	background-color: #E7F1F5;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (-ms-high-contrast:none) {
	.comLink a {
		padding: 24px 10px 32px;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		padding: 33px 15px 15px;
	}
	.comLink li {
		margin: 0 0 15px;
		width: auto;
		display: block;
	}
	.comLink li:last-child {
		margin-bottom: 0;
	}
	.comLink a {
		padding: 14px 10px;
	}
}
/*------------------------------------------------------------
	comMemo
------------------------------------------------------------*/
.comMemo .title {
	color: #FFF;
	line-height: 1.5 !important;
	font-weight: 700;
}
.comMemo .title .en {
	padding: 7px 15px;
	display: inline-block;
	border-radius: 8px 8px 0 0;
	background-color: #00BFFF;
}
.comMemo .subMemo {
	padding: 22px 25px 21px;
	border: 4px solid #00BFFF;
	border-radius: 0 20px 20px;
	background-color: #FFF;
}
.comMemo p {
	margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
	.comMemo .subMemo {
		padding: 7px 12px 6px;
	}
}
/*------------------------------------------------------------
	comBorderBox
------------------------------------------------------------*/
.comBorderBox {
	border-radius: 20px;
	border: 4px solid #FFDA3F;
	background: #FFF;
	overflow: hidden;
}
.comBorderBox p {
	padding: 21px 28px;
	text-align: center;
	line-height: 2.12;
}
.comBorderBox table {
	width: 100%;
	border-collapse: collapse;
}
.comBorderBox tr:nth-child(2n) {
	background: #FDFBE0;
}
.comBorderBox th, .comBorderBox td {
	padding: 19px 25px 20px;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #FFDA3F;
}
.comBorderBox tr:first-child th, .comBorderBox tr:first-child td {
	border-top: none;
}
.comBorderBox tr:last-child th, .comBorderBox tr:last-child td {
	border-bottom: none;
}
.comBorderBox th {
	font-weight: 500;
	border-right-width: 4px;
	border-left: none;
}
.comBorderBox td {
	border-left-width: 4px;
	border-right: none;
}
@media all and (max-width: 896px) {
	.comBorderBox {
		border-radius: 10px;
		border-width: 2px;
	}
	.comBorderBox p {
		padding: 15px;
	}
	.comBorderBox th, .comBorderBox td {
		padding: 10px;
	}
	.comBorderBox th {
		border-right-width: 2px;
	}
	.comBorderBox td {
		border-left-width: 2px;
	}
}
