@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:wght@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: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/* 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-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
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;
	}
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.joat {
	font-family: 'Jost', sans-serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 60px 109px 0 101px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#gHeader .navList {
	display: flex;
}
#gHeader .navList li {
	margin-left: 55px;
}
#gHeader .navList li a {
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
#gHeader .menu {
	position: absolute;
	top: 33px;
	right: 20px;
	width: 28px;
	height: 15px;
	cursor: pointer;
	z-index: 10;
}
#gHeader .menu span {
	position: absolute;
	width: 28px;
	height: 2px;
	display: block;
	background-color: #333333;
	transition: all .3s ease;
	z-index: 20;
}
#gHeader .menu span:nth-of-type(1) {
	top: 6px;
}
#gHeader .menu span:nth-of-type(2) {
	top: 16px;
}
#gHeader .menu.on {
	top: 33px;
}
#gHeader .menu.on span {
	background-color: #333333;
}
#gHeader .menu.on span:first-of-type {
	transform: translate(0, 8px) rotate(45deg);
}
#gHeader .menu.on span:last-of-type {
	transform: translate(0, -2px) rotate(-45deg);
}
#gHeader .menuBox {
	width: 100%;
	padding-bottom: 12px;
	position: fixed;
	display: none;
	top: 80px;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	width: 100%;
	height: calc(100% - 80px);
	background-color: #00349D;
	z-index: 1000;
}
#gHeader .menuBox .list li {
	font-size: 1.8rem;
	text-align: left;
}
#gHeader .menuBox .list li a {
	padding: 12px 11px 15px 0;
	display: block;
	font-size: 1.8rem;
	color: #fff;
	border-top: 1px solid #fff;
}
#gHeader .menuBox .list {
	margin: 45px 17px 28px 19px;
	border-bottom: 1px solid #fff;
}
@media all and (min-width: 897px) {
	#gHeader .navList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		display: block;
		padding: 35px 10px 14px 20px;
		position: relative;
	}
	#gHeader h1 {
		max-width: 164px;
	}
}
/*------------------------------------------------------------
	.headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 84px;
	font-size: 3.4rem;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine01 span {
	margin-bottom: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	display: block;
	color: #00349D;
}
.headLine01::after {
	position: absolute;
	left: 0;
	top: 125px;
	background-color: #00349D;
	width: 76px;
	height: 3px;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 59px;
		font-size: 2.2rem;
	}
	.headLine01 span {
		margin-bottom: 13px;
		font-size: 1.1rem;
	}
	.headLine01::after {
		width: 60px;
		height: 2px;
		top: 86px;
	}
}
/*------------------------------------------------------------
	.content
------------------------------------------------------------*/
.content {
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		padding: 0 20px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 48px 0 55px;
	background-color: #00349D;
}
#gFooter .logo {
	margin-top: 12px;
}
#gFooter .flexBox {
	display: flex;
	justify-content: space-between;
}
#gFooter .fNavList {
	padding: 0 0 40px 9px;
	display: flex;
	border-bottom: 1px solid #6D8395;
}
#gFooter .fNavList li:first-child {
	margin-left: 0;
}
#gFooter .fNavList li {
	margin-left: 56px;
}
#gFooter .fNavList li a {
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	color: #FFF;
}
#gFooter p {
	margin-top: 17px;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
#gFooter address {
	margin-top: 10px;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: right;
	color: #FFF;
}
@media all and (min-width: 897px) {
	#gFooter .fNavList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 43px 0 30px;
	}
	#gFooter .flexBox {
		display: block;
	}
	#gFooter .logo {
		margin: 0;
		max-width: 157px;
	}
	#gFooter p {
		margin-top: 13px;
		font-size: 1.2rem;
	}
	#gFooter address {
		margin-top: 35px;
		text-align: left;
		font-size: 0.9rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter p {
		font-size: 1rem;
	}
}

.fadeup{ 
 opacity: 0;
}
.fadeup.active{ 
  animation-name:slide;
  animation-duration:.8s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes slide {
0% {
 opacity: 0;
 transform: translateY(10px);
}
100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.delay01 {
	animation-delay: .2s;
}
.delay02 {
	animation-delay: .4s;
}
.delay03 {
	animation-delay: .6s;
}
.delay04 {
	animation-delay: .8s;
}
.delay05 {
	animation-delay: 1.0s;
}
.delay06 {
	animation-delay: 1.2s;
}
.delay07 {
	animation-delay: 1.4s;
}
.delay08 {
	animation-delay: 1.6s;
}