@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;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;
}
.roboto {
/*	font-family: 'Roboto Condensed', sans-serif;*/
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
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;
}
.newsUl li .photos {
    height: 220px!important;
    background-color: #fff;
}
.newsUl li .photos img {
    height: auto!important;
}
a,
a:link {
	color: #1F1F1F;
	text-decoration: none;
}
a:visited {
	color: #1F1F1F;
}
a:hover {
	color: #1F1F1F;
}
a:active {
	color: #1F1F1F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1F1F1F;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F5F5F5;
	position: relative;
}
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
body:after {
	background-color: #204B7D;
	position: fixed;  
	content: ""; 
	width: 15px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
body::before {
	background-color: #204B7D;
	position: fixed;  
	content: ""; 
	width: 15px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 100;
}
#container {
	overflow: hidden;
	text-align: left;
	position: relative;
	z-index: 1;
}
#container:after {
	background-color: #204B7D;
	position: fixed;  
	content: ""; 
	width: 100%;
	height: 15px;
	top: 0;
	left: 0;
	z-index: 800;
}
#container::before {
	background-color: #204B7D;
	position: fixed;  
	content: ""; 
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#main {
	padding: 220px 30px 0;
	margin-bottom: 200px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.baner {
	text-align: right;
	margin-top: 50px;
}
.baner img{
	width: 240px;
	margin-bottom: 20px;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	body::before {
		width: 10px;
	}
	body::after {
		width: 10px;
	}
	#container::before {
		height: 10px;
	}
	#container::after {
		height: 10px;
	}
	#main {
		margin-bottom: 100px;
		padding: 136px 20px 0;
	}
	.baner {
	text-align: center;
}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 700;
	width: 100%;
	box-sizing: border-box;
}
#gHeader h1 a img{
 max-width: 290px;
}
.hBox {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 1000;
	display: flex;
}
.hBox .link {
	width: 100px;
}
.hBox .link a {
	font-size: 1.3rem;
	padding: 5px;
	box-sizing: border-box;
	font-weight: bold;
	color: white;
	letter-spacing: 0.05em;
	display: flex;
	min-height: 100px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #313030;
}
.hBox .link a:hover {
	opacity: 0.7;
}
.hBox .link a .subSpan {
	width: 100%;
}
.hBox .link a .subSpan span {
	display: block;
	font-size: 2rem;
	margin-top: 4px;
	letter-spacing: 0;
}
.menu a {
	width: 100px;
	height: 100px;
	display: flex;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	background-color: #204B7D;
}
.menu.on a {
	background: #204B7D url(../img/common/close.png) no-repeat center;
	background-size: 19px auto;
}
.menu.on a img {
	visibility: hidden;
}
#gHeader h1 .img02 {
	display: none;
}
#gHeader.on h1 .img02 {
	display: block;
}
#gHeader.on h1 .img01 {
	display: none;
}
#gHeader.index img{
 max-width: 200px;
}
.menuBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 800;
	height: 100%;
	overflow-y: auto;
	background-color: #204B7D;
}
.menuBox .logo {
	position: fixed;
	top: 60px;
	left: 60px;
	z-index: 1001;
}
.menuBox .logo a{
	font-weight: bold;
	color: #ffffff;
}
.menuBox .logo a img{
 max-width: 290px;
	width: 100%;
}
.subMenu {
	padding: 217px 40px 70px;
	max-width: 1200px;
	margin: 0 auto;
}
.subMenu a {
	color: white;
}
.subMenu a img{
 border-radius: 10px;
}
.subMenu .naviUl {
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}
.subMenu .naviUl > li {
	width: 360px;
	margin-right: 20px;
}
.subMenu .naviUl .subUl li {
	margin-bottom: 53px;
}
.subMenu .naviUl .subUl a {
	font-size: 1.3rem;
	font-weight: 500;
	display: inline-block;
}
.subMenu .naviUl .subUl span {
	display: block;
	font-size: 4rem;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.subMenu .naviUl .subUl a[target="_blank"]  {
	padding-right: 20px;
	background: url(../img/common/icon01.png) no-repeat right top 0;
	background-size: 12px auto;
}
.subMenu .bannerUl {
	display: flex;
}
.subMenu .bannerUl li {
	width: 320px;
	margin-right: 30px;
}
.subMenu a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 31px 30px 45px;
	}
 #gHeader.index img{
  max-width: 170px;
 }
	#gHeader h1 {
		width: 99px;
	}
	.hBox {
		top: 10px;
		right: 10px;
	}
	.hBox .link {
		width: 80px;
	}
	.hBox .link a {
		min-height: 80px;
		font-size: 1.3rem;
	}
	.hBox .link a .subSpan span {
		font-size: 1.4rem;
	}
	.menu a {
		width: 80px;
		height: 80px;
	}
	.menuBox .logo {
		width: 99px;
		top: 31px;
		left: 30px;
	}
	.subMenu {
		padding: 139px 30px 50px;
	}
	.subMenu .naviUl {
		display: block;
		padding: 0;
	}
	.subMenu .naviUl > li {
		width: auto;
		margin: 0;
	}
	.subMenu .naviUl .subUl a {
		letter-spacing: 0;
	}
	.subMenu .naviUl .subUl span {
		font-size: 3.1rem;
	}
	.subMenu .naviUl .subUl li {
		margin-bottom: 32px;
	}
	.subMenu .bannerUl {
		text-align: center;
		display: block;
	}
	.subMenu .bannerUl li {
		width: auto;
		margin: 0 5px 20px;
	}
 .menuBox .logo a img,
 #gHeader h1 a img{
  max-width: 170px;
 }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 30px 15px;
	background-color: #204B7D;
}
.contactBox {
	position: relative;
	top: -100px;
	max-width: 1200px;
	margin: 0 auto -48px;
	padding: 80px 70px 80px;
	box-sizing: border-box;
	color: white;
	background-color: #222222;
	border-radius: 10px;
}
.contactBox .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactBox h3 {
	width: 280px;
	padding-right: 35px;
	margin-right: 100px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	border-right: 1px solid #fff;
}
.contactBox h3 span {
	margin-bottom: 24px;
	display: block;
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
.contactBox .rBox {
	flex: 1;
	padding: 12px 0 20px;
}
.contactBox .rBox .sub {
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
}
.contactBox .rBox .sub .txt {
	font-weight: 500;
	width: 200px;
	margin-right: 20px;
	letter-spacing: 0;
}
.contactBox .rBox .sub .txt span {
	display: block;
	font-size: 1.3rem;
	margin-top: 5px;
}
.contactBox .rBox .sub .tel {
	color: white;
	width: 300px;
	text-align: center;
}
.contactBox .rBox .sub .tel a {
	color: white;
	font-size: 4rem;
	line-height: 1.2;
}
.contactBox .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contactBox .inner p {
	width: 200px;
	margin-right: 20px;
	font-weight: 500;
	letter-spacing: 0;
}
.contactLink {
	width: 300px;
}
.contactLink a {
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 50px;
	font-weight: 500;
}
.contactLink a:hover {
	opacity: 0.7;
}
.contactLink a span {
	padding: 0 0 2px 45px;
	display: inline-block;
	background: url(../img/common/mail.png) no-repeat left center;
	background-size: 34px auto;
}
.fInner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fInner .lBox {
	width: 32%;
}
.fInner .fLogo {
	margin-bottom: 15px;
}
.fInner .lBox dl {
	color: white;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
}
.fInner .lBox dt {
	margin-bottom: 5px;
}
.fInner .lBox dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.fInner .lBox dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.fInner .lBox dd ul {
	padding-top: 1px;
	display: flex;
}
.fInner .lBox dd li {
	margin-right: 10px;
}
.fInner .lBox dd a {
	color: white;
}
.fInner .lBox dd img {
	vertical-align: middle;
	margin-right: 5px;
}
.fInner .naviUl {
	margin-top: -2px;
	display: flex;
	flex: 1;
	justify-content: flex-end;
}
.fInner .naviUl li:not(:first-child) {
	margin-left: 30px;
}
.fInner .naviUl a {
	color: white;
	letter-spacing: 0;
}
.fInner .naviUl a:hover {
	opacity: 0.7;
}
address {
	margin-top: 100px;
	text-align: center;
	font-style: normal;
	color: white;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
}

@media all and (max-width: 896px) {
	.contactBox {
		top: -45px;
		padding: 31px 0;
		margin: -0 30px -16px;
	}
	.contactBox .content {
		display: block;
	}
	.contactBox h3 {
		margin: 0 0 30px;
		padding: 0 0 30px;
		width: auto;
		border-right: none;
		font-size: 1.3rem;
		border-bottom: 1px solid #fff;
	}
	.contactBox h3 span {
		margin-bottom: 12px;
		font-size: 2.3rem;
	}
	.contactBox .rBox {
		padding: 0;
	}
	.contactBox .rBox .sub {
		margin-bottom: 30px;
		display: block;
	}
	.contactBox .rBox .sub .txt {
		width: auto;
		text-align: center;
		margin: 0 0 10px;
		font-size: 1.5rem;
	}
	.contactBox .rBox .sub .tel {
		width: auto;
		text-align: center;
	}
	.contactBox .inner {
		display: block;
	}
	.contactBox .inner p {
		width: auto;
		text-align: center;
		margin: 0 0 30px;
		font-size: 1.5rem;
	}
	.contactLink{
		margin: 0 auto;
		width: auto;
		max-width: 270px;
	}
	.contactLink a span {
		padding-top: 2px;
	}
	.fInner {
		display: block;
	}
	.fInner .lBox {
		width: auto;
	}
	.fInner .naviUl {
		display: none;
	}
	.fInner .fLogo {
		text-align: center;
	}
	.fInner .lBox dl {
		text-align: center;
	}
	.fInner .lBox dd ul {
		justify-content: center;
	}
	.fInner .lBox dd {
		margin-bottom: 15px;
		padding-bottom: 18px;
	}
	address {
		margin-top: 50px;
	}
	#gFooter {
		padding: 0 0 32px;
	}
}

@media all and (max-width: 389px) {
	.contactBox .rBox .sub .tel a {
		font-size: 3.5rem;
	}
}


@media all and (min-width: 897px) and (max-width: 1100px) {
	.contactBox {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contactBox .content {
		padding: 0 20px;
	}
	.contactBox h3 {
		width: 27vw;
		padding-right: 2.5vw;
		margin-right: 3.2vw;
	}
	.contactBox .rBox .sub .tel {
		width: 22vw;
	}
	.contactLink {
		width: 27vw;
	}
	.contactBox .inner p {
		width: 185px;
		margin-right: 15px;
	}
	.contactBox {
		top: -50px;
		margin-bottom: -10px;
	}
	.contactBox .rBox .sub .tel a {
		font-size: 3.3rem;
	}
}

@media all and (min-width: 1101px) and (max-width: 1220px) {
	.contactBox h3 {
		width: 23vw;
		margin-right: 4.5vw;
	}
	.contactLink {
		width: 260px;
	}
	.contactBox .rBox .sub .tel {
		width: 270px;
	}
	.contactBox .inner p {
		width: 180px;
	}
	.contactBox .rBox .sub .txt {
		width: 180px;
	}
}

.al-img{
 position: absolute;
 margin: 0 0 0 50px;
 height: 50px;
}
.sal-img{
 display: none;
}
@media (max-width: 896px){
 .al-img{
  display: none;
 }
 .sal-img{
  display: block;
  margin: 15px auto -20px;
  width: 60%;
 }
}