@charset "UTF-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 16px;
	}
}

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Yu Gothic", YuGothic, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	letter-spacing: .1em; 
	-webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
	body {
		min-width: 1020px;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 60px;
	}
}

body.no-scroll {
	height: 100vh; 
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a img {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a svg {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}

@media (min-width: 768px) {
	.link-tel {
		pointer-events: none;
	}
}

svg,
img {
	max-width: 100%;
	vertical-align: middle;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
@media (min-width: 768px) {
	header {
		min-width: 1020px; 
		border-top: 4px solid #05479e;
	}
}

@media (min-width: 768px) {
	.headerWrap {
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		height: 120px; 

		-webkit-box-align: center;
		-webkit-box-pack: justify;
	}
}

@media (max-width: 767px) {
	.headerWrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 60px;
		padding: 16px 10px 0;
		overflow: hidden;
		line-height: 1;
		background-color: #fff;
		border-top: 2px solid #05479e;
	}
}

.headerLogo .desc {
	color: #333;
}

@media (min-width: 768px) {
	.headerLogo {
		-webkit-align-items: center;
		        align-items: center; 
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-ms-flex-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-align: center;
		-webkit-box-flex: 1;
	}
	.headerLogo .desc {
		margin-left: 16px;
		font-size: .75em; 
		line-height: 1.75;
	}
}

@media (max-width: 767px) {
	.headerLogo {
		line-height: 1;
	}
	.headerLogo img {
		width: 180px;
	}
	.headerLogo .desc {
		display: none;
		padding: .5em 0 0;
		font-size: .625em;
		-webkit-transform: scale(.8);
		    -ms-transform: scale(.8);
		        transform: scale(.8);
		-webkit-transform-origin: 0;
		    -ms-transform-origin: 0;
		        transform-origin: 0;
	}
}

@media (max-width: 767px) {
	.headerInfo {
		display: none;
	}
}

@media (min-width: 768px) {
	.headerSns {
		margin-left: 16px;
	}
	.headerSns span {
		margin-left: 16px;
	}
}

@media (max-width: 767px) {
	.headerSns {
		/*display: none;*/
		position: absolute;
		right: 68px;
		top: 15px;
	}
}

.headerNav .nav .ja {
	font-size: 1.125em;
}

.headerNav .nav .en {
	font-size: .75em;
	letter-spacing: .14em;
}

@media (min-width: 768px) {
	.headerNav .nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.headerNav .nav .ico {
		margin-bottom: 4px;
	}
	.headerNav li {
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1; 

		-webkit-box-flex: 1;
	}
	.headerNav a {
		position: relative;
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		height: 120px;
		margin-bottom: 10px; 

		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
	}
	.headerNav a:after {
		position: absolute;
		bottom: -10px;
		left: 50%;
		display: block;
		width: 0;
		height: 10px;
		content: "";
		background-color: #fcee21;
		-webkit-transition: all .3s;
		        transition: all .3s; 

		     -o-transition: all .3s;
	}
	.headerNav li.current a:after {
		left: 0;
		width: 100%;
	}
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.headerNav a:hover:after {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.headerNav {
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 9999;
		display: none; 
		width: 100%;
		height: calc(100vh - 60px);
		padding: 10px 10px;
		background-color: #2a83f8;
		background-color: #fff;
	}
	.headerNav.open {
		display: block;
		-webkit-animation: fadeIn .3s;
		        animation: fadeIn .3s;
	}
	.headerNav .nav li {
		border-bottom: 1px dotted #05479e;
	}
	.headerNav .nav a {
		-webkit-align-items: flex-end;
		        align-items: flex-end;
		-ms-flex-align: end;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		padding: 10px 0; 

		-webkit-box-align: end;
	}
	.headerNav .nav .ico {
		width: 60px;
	}
	.headerNav .nav .ico img {
		height: 24px;
	}
	.headerNav .nav .ja {
		margin-right: .5em;
		font-size: 1em;
	}
	.headerNav .nav .en {
		font-size: .625em;
	}
}

.headerNavClone {
	display: none;
}
@media (min-width: 768px) {
	.headerNavClone {
		position: fixed;
		top: -90px;
		left: 0;
		z-index: 9999;
		display: block;
		width: 100%;
		background-color: #fff;
		-webkit-transition: top .5s;
		        transition: top .5s; 

		     -o-transition: top .5s;
	}
	.headerNavClone.show {
		top: 0;
	}
	.headerNavClone .headerNav a {
		height: 80px;
		margin-bottom: 10px;
	}
	.headerNavClone .headerNav .nav .ico {
		width: 60px;
	}
	.headerNavClone .headerNav .nav .ico img {
		height: 24px;
	}
	.headerNavClone .headerNav .nav .ja {
		margin-right: .5em;
		font-size: 1em;
	}
	.headerNavClone .headerNav .nav .en {
		font-size: .625em;
	}
}

@media (max-width: 767px) {
	.headerMenu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.headerMenu div {
		position: relative;
	}
	.headerMenu span {
		position: absolute;
		left: 16px;
		display: block;
		width: 28px;
		height: 2px;
		background: #05479e;
		-webkit-transition: .35s ease-in-out;
		        transition: .35s ease-in-out; 

		     -o-transition: .35s ease-in-out;
	}
	.headerMenu span:nth-child(1) {
		top: 19px;
	}
	.headerMenu span:nth-child(2) {
		top: 28px;
	}
	.headerMenu span:nth-child(3) {
		top: 37px;
	}
	.headerMenu.open span:nth-child(1) {
		top: 28px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.headerMenu.open span:nth-child(2) {
		left: 50%; 
		width: 0;
	}
	.headerMenu.open span:nth-child(3) {
		top: 28px;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

.SPheaderInfo {
	display: none;
}
@media (max-width: 767px) {
	.SPheaderInfo {
		display: block;
		padding: 10px 0;
		text-align: center;
	}
}

.SPheaderSns {
	display: none;
}
@media (max-width: 767px) {
	.SPheaderSns {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		padding: 10px 0; 

		-webkit-box-pack: center;
	}
	.SPheaderSns span:not(:first-child) {
		margin-left: 12px;
	}
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
main {
	display: block;
	overflow: hidden;
}

.mainFooter .bana {
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	gap: 20px;
}

@media (min-width: 768px) {
	.mainFooter {
		padding: 60px 0;
	}
	.mainFooter .bana li {
		width: 23.63636%;
	}
}

@media (max-width: 767px) {
	.mainFooter {
		padding: 30px 0;
	}
	.mainFooter .bana {
		display: grid;
		gap: 5px;
		grid-template-columns: repeat(2,  1fr);
	}
	.mainFooter .bana li {
	}
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
	background-color: #f0f9fe;
}
@media (min-width: 768px) {
	footer {
		padding: 112px 0 30px;
	}
}
@media (max-width: 767px) {
	footer {
		padding: 40px 0 20px;
	}
}

@media (min-width: 768px) {
	.footerWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
}

@media (min-width: 768px) {
	.footerInfo {
		width: 30%;
	}
}

.footerNav .item-title {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	font-size: 1.125em; 
	font-weight: bold;

	-webkit-box-align: center;
}
.footerNav .item-title:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	content: "";
	background: url(../images/ico_bowl.svg) center center/contain no-repeat;
}

.footerNav ul {
	padding-left: 1.5em;
}
.footerNav ul li {
	padding: .25em 0;
}

@media (min-width: 768px) {
	.footerNav {
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap; 
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-flex: 1;
	}
	.footerNav .item {
		width: 30%;
		margin-left: 3.333%;
	}
}

@media (max-width: 767px) {
	.footerNav .item {
		padding: .75em 0;
	}
	.footerNav .item-title {
		font-size: .875em;
	}
	.footerNav ul {
		font-size: .75em;
	}
}

.copyright {
	padding: 1em 0;
	font-size: .8125em; 
	text-align: center;
}
@media (max-width: 767px) {
	.copyright {
		font-size: .75em;
	}
}