@charset "utf-8";
/* CSS Document */
/* 
	font-family: 'Raleway', sans-serif;
	font-family: 'Zen Kaku Gothic New', sans-serif;
-------------------------------------------------- */
html { /*scroll-behavior: smooth;*/}
body {
	font-family: "Jost", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";
	line-height: 1;
	font-size: 10px;
	color: #231815;
}
a {
	display: inline-block;
	text-decoration: none;
	color: #231815;
	transition: .3s all;
}
img {
	max-width: 100%;
	height: auto;
	transition: .3s all;
}
sup {
	font-size: .5em !important;
	vertical-align: top !important;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
	.inner {
		position: relative;
		max-width: 1100px;
		width: 94%;
		margin: 0 auto;
	}
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
	body {}
}
@media (max-width: 480px) {
	/* SP用 */
	body {}
}
/* 
-------------------------------------------------- */
main {
	position: relative;
	z-index: 1;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
	.is--pc {
		display: block;
	}
	.is--sp {
		display: none;
	}
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
	.is--pc {
		display: none;
	}
	.is--sp {
		display: block;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* header
-------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 22px 0;
	z-index: 101;
}
.header--inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 101;
}
.header--logo {
	position: relative;
}
.header--logo a {
	display: block;
}
.header--inner .isg {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #004097;
	border-radius: 40px;
}
.header--inner .isg img {
	width: 26px;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
	.header--inner {
		max-width: 1485px;
		width: 94%;
		margin: 0 auto;
	}
	.header--logo {
		width: 228px;
	}
	.header--inner nav {
		width: 70%;
		height: 66px;
		background: #ffffff;
		border-radius: 40px;
		-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
	}
	.header--inner nav ul {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		height: 66px;
		margin: 0 1.5em;
	}
	.header--inner nav ul li {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		margin: 0 .88em;
		font-size: 16px;
		text-align: center;
		white-space: nowrap;
	}
	.header--inner nav ul .current::after, .header--inner nav ul li:hover::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 9px;
		background: #004097;
	}
	.header--inner nav ul li a {
		text-align: center;
	}
}
@media (min-width: 1025px) {
	/* PC用 */
	.header--inner nav {
		width: 790px;
	}
}
@media (min-width: 1225px) {
	/* PC-wide用 */
	.header--inner nav {
		width: 790px;
	}
	.header--inner nav ul li {
		font-size: 17.6px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
	.header {
		padding: 0;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* btn--menu
-------------------------------------------------- */
.btn--menu {}
.btn--menu:hover {
	cursor: pointer;
}
.ul--nav {
	padding-bottom: 0.4em;
}
.ul--nav > li, .ttl--online {
	margin-bottom: 2em;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.ul--nav > li small, .ttl--online small {
	display: inline-block;
	margin-left: 0.4em;
	font-size: 0.75em;
	font-weight: 500;
	letter-spacing: 0;
}
.ul--nav > li ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.ul--nav > li ul li {
	position: relative;
	margin-top: 1.4em;
	padding-left: 1.2em;
	font-size: 0.65em;
	line-height: 1.3;
	text-align: center;
}
.ul--nav > li ul li .photo {
	margin-bottom: 1.6em;
}
.ttl--online {
	margin-bottom: 1.2em;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
	.header {}
	.sp--header {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 10px 5.333%;
		background: #fff;
		z-index: 21;
	}
	.header--logo {
		position: relative;
		max-width: 40.85074626865672%;
		max-height: 60px;
		z-index: 27;
	}
	.header--logo img {
		width: auto;
		max-height: 60px;
	}
	.btn--menu {
		position: absolute;
		right: 5.333%;
		top: 26px;
		width: 40px;
		height: 24px;
		z-index: 41;
	}
	.btn--menu span {
		position: absolute;
		right: 0;
		display: block;
		width: 42px;
		height: 1px;
		background: #004097;
		transition: .5s all;
	}
	.btn--menu span:nth-child(1) {
		top: 0;
	}
	.btn--menu span:nth-child(2) {
		top: 50%;
	}
	.btn--menu span:nth-child(3) {
		bottom: 0;
	}
	.is--open .btn--menu span {
		background: #fff;
	}
	.is--open .btn--menu span:nth-child(1) {
		top: 50%;
		transform: rotate(30deg) scale(1.1);
	}
	.is--open .btn--menu span:nth-child(2) {
		opacity: 0;
	}
	.is--open .btn--menu span:nth-child(3) {
		top: 50%;
		transform: rotate(-30deg) scale(1.1);
	}
	.gNav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: #004097;
		z-index: 25;
		visibility: hidden;
		opacity: 0;
		transition: .5s all;
	}
	.is--open .gNav {
		visibility: visible;
		opacity: 1;
	}
	.spNav--logo {
		max-width: 54%;
		margin: 18% auto 12%;
	}
	.spNav--logo img {
		width: 100%;
	}
	.gNav ul {
		margin: 0 0 10% 30%;
	}
	.gNav ul li {
		position: relative;
		padding: 0 0 2em 2em;
	}
	.gNav ul li a {
		font-size: 2.4em;
		color: #fff;
	}
	.gNav ul li a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 7px;
		width: 13px;
		height: 13px;
		background: #acc1dd;
		border-radius: 10px;
	}
	.btn--colose--sp {
		width: 54%;
		margin: 0 auto;
		padding: .6em 0 .7em 10%;
		background: #fff;
		border-radius: 30px;
	}
	.btn--colose--sp span {
		position: relative;
		display: block;
		padding-left: 1.3em;
		font-size: 2.4em;
		font-weight: bold;
		color: #004097;
	}
	.btn--colose--sp span::before, .btn--colose--sp span::after {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 18px;
		height: 1px;
		background: #004097;
	}
	.btn--colose--sp span::before {
		transform: rotate(45deg);
	}
	.btn--colose--sp span::after {
		transform: rotate(-45deg);
	}
}
@media (max-width: 480px) {
	/* SP用 */
	.header--logo {
		position: relative;
		width: 40.85074626865672%;
		z-index: 27;
	}
}
/* footer
-------------------------------------------------- */
.footer {
	background: #004097;
	z-index: 1;
}
.footer--inner {
	position: relative;
}
.footer--inner .outline .footer--logo img {
	width: 100%;
}
.footer--inner .outline {}
.footer--inner .outline .footer--logo {}
.footer--inner .outline .footer--isg {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}
.footer--inner .outline .footer--isg img {
	width: 30px;
}
.footer--inner .outline .name {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.footer--inner .outline address {}
.footer--inner .outline address p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.footer--inner .outline {}
.footer--inner .outline {}
.copyright {
	padding: 1.4em 0;
	color: #000;
	font-size: 1.3em;
	text-align: center;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
	.footer--inner {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: 0 auto;
		padding: 65px 0 45px;
	}
	.footer--inner .outline {}
	.footer--inner .outline .footer--logo {
		width: 222px;
		margin-bottom: 15px;
	}
	.footer--inner .outline .footer--isg {}
	.footer--inner .outline .footer--isg img {}
	.footer--inner .outline address {}
	.footer--inner .outline address p {}
	.footer--inner .outline {}
	.footer--inner .outline {}
	.footer--inner .footer--links {
		display: flex;
		margin-top: -6px;
	}
	.footer--inner .footer--links ul {
		margin-left: 40px;
	}
	.footer--inner .footer--links ul li {
		position: relative;
		padding-left: 16px;
		font-size: 16px;
		color: #fff;
		line-height: 1.96;
	}
	.footer--inner .footer--links ul li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 11px;
		width: 9px;
		height: 9px;
		background: #acc1dd;
		border-radius: 10px;
	}
	.footer--inner .footer--links ul li a {
		color: #fff;
	}
	.footer--inner .footer--links ul li a:hover {
		opacity: .7;
	}
	.footer--inner .footer--links ul li ul {
		margin-left: 0;
	}
	.footer--inner .footer--links ul li ul li {
		position: relative;
		padding-left: 15px;
	}
	.footer--inner .footer--links ul li ul li::before {
		content: '';
		width: 9px;
		height: 1px;
		top: 16px;
		background: #fff;
		border-radius: 0;
	}
	.footer--inner .footer--links ul li ul li > a {
		font-size: 14px;
	}
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
	.footer--inner {
		padding: 11% 12.3333% 7.6%;
	}
	.footer--logo {
		padding: 0 12% 8%;
	}
	.footer--inner .outline address {
		margin-bottom: 8%;
	}
	.footer--inner .outline address p {
		font-size: min(4vw, 15px);
	}
	.footer--isg.is--sp {
		margin: 0 auto;
	}
	.copyright .inner {
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* 
-------------------------------------------------- */
/*---- .link--ar01 ----*/
.link--ar01 {
	position: relative;
	width: 276px;
	margin: 0 auto;
	font-size: 19px;
	font-weight: bold;
	color: #004097;
	letter-spacing: .1em;
}
.link--ar01 a {
	position: relative;
	display: block;
	padding: 10px 51px 14px 12px;
	color: #004097;
	z-index: 3;
}
.link--ar01::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 276px;
	height: 45px;
	background: url("../img/common/ar_bu_s.svg") right bottom no-repeat;
	background-size: auto 100%;
	z-index: 2;
	transition: .4s all;
}
.link--ar01:hover::before {
	transform: translateX(15px);
}
/*---- .btn02 ----*/
/*---- clearfix ----*/
.btn--proBuy ul:after {
	content: '';
	display: block;
	clear: both;
}
.btn--proBuy ul::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -17px;
	transform: translateX(-50%);
	border-bottom: 17px solid #8f80c4;
	border-left: 25px solid rgba(0, 0, 0, 0.00);
	border-right: 25px solid rgba(0, 0, 0, 0.00);
	transition: .4s;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
}
@media (max-width: 480px) {
	/* SP用 */
}
/* 
-------------------------------------------------- */
section h2 {
	margin-bottom: 2.2em;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	color: #004097;
}
section h2 small {
	display: block;
	margin-top: 0.7em;
	font-size: .5em;
	font-weight: 500;
}
section h2 .sub {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}
@media (min-width: 769px) {
	/* tablet+PC用 */
	section h2 {}
	section h2 small {}
	section h2 .sub {}
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
	main {
		padding-top: 8.2%;
	}
	section h2 {
		margin-bottom: 1.33333333em;
		font-size: 3.6em;
	}
}
@media (max-width: 480px) {
	/* SP用 */
}
/* 
-------------------------------------------------- */
@media (min-width: 769px) {
	/* tablet+PC用 */
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
}
@media (max-width: 480px) {
	/* SP用 */
}
/* 
-------------------------------------------------- */
@media (min-width: 769px) {
	/* tablet+PC用 */
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
}
@media (max-width: 480px) {
	/* SP用 */
}
/* 
-------------------------------------------------- */
@media (min-width: 769px) {
	/* tablet+PC用 */
}
@media (min-width: 1025px) {
	/* PC用 */
}
@media (min-width: 1225px) {
	/* PC-wide用 */
}
@media (min-width: 769px) and (max-width: 1024px) {
	/* tablet用 */
}
@media (max-width: 768px) {
	/* iPadMini+SP用 */
}
@media (max-width: 480px) {
	/* SP用 */
}