@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
	position: relative;
	z-index: 3;
}
#gHeader .btmBox {
	padding: 0 4.9rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gHeader .btmBox address {
	margin: 1rem 0 0 -3.5rem;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 999;
	letter-spacing: 0.04em;
}
#gHeader .btmBox .logo {
	width: 19.3rem;
	position: relative;
	z-index: 999;
	display: block;
}
#gHeader .btmBox .logo a {
	display: block;
}
#gHeader .btmBox .img {
	width: 16.1rem;
	position: relative;
	z-index: 999;
}
#gHeader img {
	width: 100%;
}
#gHeader li {
	position: relative;
	display: block !important;
}
#gHeader .title {
	position: absolute;
	width: 100%;
	left: 4.8rem;
	top: 4.5rem;
	font-size: 3.8rem;
	color: #005177;
	z-index: 1;
}
#gHeader .pos {
	position: absolute;
}
#gHeader .title01 {
	width: 68.2rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7.7rem;
}
#gHeader.mainVisual .slick-list {
	overflow: visible !important;
}
#gHeader.mainVisual .dotList {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	position: absolute;
	bottom: -2.5rem;
	width: 100%;
	left: 0;
}
#gHeader.mainVisual .dotList li {
	width: 4.5rem;
	height: 0.5rem;
	background: #FCCF00;
	cursor: pointer;
}
#gHeader.mainVisual .dotList li:nth-child(2) {
	background: #003B8F;
}
#gHeader.mainVisual .dotList li:nth-child(3) {
	background: #E50012;
}
#gHeader.mainVisual .dotList li:nth-child(4) {
	background: #0D131A;
}
#gHeader.mainVisual .dotList li:nth-child(5) {
	background: #009040;
}
#gHeader.mainVisual .dotList button {
	display: none;
}

#gHeader .fixedBtn {
	position: fixed;
	padding: 0;
	display: block;
	width: 6.1rem;
	height: 6.1rem;
	top: 3rem;
	left: auto;
	right: 3rem;
	z-index: 999;
}
#gHeader.header01 {
	margin-bottom: 3.7rem;
}
#gHeader.header01 .img img {
	height: 100%;
	object-fit: cover;
}
#gHeader.header01 .title {
	width: 68.2rem;
	left: calc(50% - 63.1rem);
	bottom: -0.6rem;
	top: auto;
}
#gHeader.header01 .title.right {
	left: calc(50% + 0.4rem);
}
@media all and (min-width: 897px) {
	#gHeader.mainVisual .dotList li:hover,
	.fixedBtn a:hover {
		opacity: 0.7;
	}
	#gHeader.mainVisual .item05 .btmBox {
		width: auto;
		left: calc(50% - 37rem);
		right: 0;
	}
	#gHeader.mainVisual .item05 .btmBox address {
		margin-left: 0;
	}
}
@media (min-width: 897px) and (max-width: 1280px) {
	#gHeader .btmBox {
		padding: 0 3.828vw;
		bottom: 0.625vw;
	}
	#gHeader.mainVisual .item05 .btmBox {
		left: calc(50% - 28.906vw);
	}
	#gHeader.mainVisual .btmBox address {
		margin: 0.781vw 0 0 -2.734vw;
		font-size: 1.25vw;
	}
	#gHeader .btmBox .logo {
		width: 15.078vw;
	}
	#gHeader .btmBox .img {
		width: 12.578vw;
	}
	#gHeader.header01 .title {
		width: 53.281vw;    
		left: calc(50% - 49.297vw);
		bottom: -0.469vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader.header01 {
		margin-bottom: 3.2rem;
	}
	#gHeader.header01 .img { 
		height: auto;
	}
	#gHeader.header01 .title {
		width: 68.8vw;
		left: 1.867vw;
		bottom: -1.067vw;
	}
	#gHeader.header01 .title.right {
		left: auto;
		right: -9.1vw;
	}
	#gHeader.mainVisual .btmBox {
		width: 54%;
		max-width: 58.667vw;
		padding: 0 2.667vw;
		bottom: 1.333vw;
		align-items: flex-start;
		left: auto;
		right: 0;
	}
	#gHeader.mainVisual .item01 .btmBox {
		width: 100%;
		max-width: inherit;
		left: 0;
		right: auto;
	}
	#gHeader.mainVisual .item01 address {
		margin: 2.4vw 0 0;
		text-align: left;
	}
	#gHeader.mainVisual .btmBox .logo {
		width: 25.333vw;
	}	
	#gHeader.mainVisual .btmBox .img {
		width: 20.8vw;
	}
	#gHeader.mainVisual  address {
		margin: 2.4vw 0 0 -2.6vw;
		width: auto;
		min-width: 100%;
		font-size: 1.867vw;
		text-align: right;
	}
	#gHeader.mainVisual .dotList {
		gap: 1.867vw;
		bottom: -4.8vw;
	}
	#gHeader.mainVisual .dotList li {
		width: 8.4vw;
		height: 0.933vw;
	}
	#gHeader .fixedBtn {
		width: 4.6rem;
		height: 4.6rem;
		top: 1rem;
		right: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.3rem 0 4rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.046em;
	font-feature-settings: "palt";
	position: relative;
	color: #fff;
	font-family: "Noto Sans JP",sans-serif;
	background: #003B8E;
}
#gFooter .image {
	margin: 0 auto 2.2rem;
	width: 15rem;
}
#gFooter .image a {
	display: block;
}
#gFooter .pageTop {
	position: absolute;
	right: 10rem;
	bottom: 100%;
	width: 10.1rem;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1.8rem 0 1.5rem;
		font-size: 1.2rem;
		line-height: 2.2;
		letter-spacing: 0;
		position: relative;
		z-index: 80;
	}
	#gFooter .image {
		margin-bottom: 1rem;
		width: 9.2rem;
	}
	#gFooter .pageTop {
		right: 0.8rem;
		width: 8rem;
	}
	#gFooter address {
		letter-spacing: 0.05em;
	}
}