@charset "utf-8";
body {
	font-family: 'Abel', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #363237;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	width: 100%;
	margin: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	text-align: justify;
	background: #fdfdfd;
}
img {
	max-width: 100%;
}
header,
main,
footer {
	width: 100%;
	margin: 0;
}
table th,
table td {
	border: 1px solid #d2d2d4;
	padding: 5px;
}
.inner {
	width: 1080px;
	margin: 0 auto;
}
.sinner {
	width: 750px;
	margin: 0 auto;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
/*------------------------
  header
-------------------------*/
header {
	position: absolute;
	width: 100%;
	height: 60px;
	min-width: 1080px;
	z-index: 99;
}
header.fixed {
	position: fixed;
	top: 0;
	background: #fff;
	animation: slideDown 0.5s ease;
	-ms-animation: slideDown 0.5s ease;
	-webkit-animation: slideDown 0.5s ease;
	-moz-animation: slideDown 0.5s ease;
}
@-webkit-keyframes slideDown {
	0% {
		top: -50px;
	}
	100% {
		top: 0px;
	}
}
@keyframes slideDown {
	0% {
		top: -50px;
	}
	100% {
		top: 0px;
	}
}
.header-menu {
	float: right;
	margin-right: 20px;
}
.header-menu ul::after {
	content: "";
	display: block;
	clear: both;
}
.header-menu ul li {
	margin: 0;
	float: left;
}
.header-menu ul li a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 30px;
	display: block;
	letter-spacing: 2px;
}
header.fixed .header-menu ul li a {
	color: #000;
}
.header-menu > ul > li:last-child a {
	background: #cc2e38;
	color: #fff !important;
	padding: 5px 60px;
	border-radius: 50px;
	margin: 5px 0 0;
}
.fixed .header-menu > ul > li:last-child a {
    background: none;
    color: #000 !important;
    padding: 10px 30px;
    margin: 0;
    border-radius: 0;
}
.header-menu > ul > li:last-child a:hover {
	opacity: 0.8;
	transition: ease-in-out .5s;
}
.header-menu .sub-menu {
	display: none;
}
.nav-drawer {
	display: none;
}
.logo {
	float: left;
}
.logo img {
	height: 30px;
	margin: 15px 0 8px 20px;
}
.logo a {
	text-decoration: none;
}
.logo p {
	width: auto;
	line-height: 1em;
	margin: 0 0 15px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #959aa3;
}
/* サブメニュー */
.sp-sub-nav-open {
	display: none;
}
/*------------------------
  link
-------------------------*/
.link a {
	padding: 10px 20px;
	display: block;
	width: fit-content;
	min-width: 260px;
	text-align: center;
	border-radius: 50px;
	background: #cc2e38;
	color: #fff;
}
.link a::after {
	content: "\f054";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	margin-left: 1em;
}
/*------------------------
  cta
-------------------------*/
.cta {
	background: #000058;
	text-align: center;
	padding: 60px 0;
	margin: 40px 0 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
.cta a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 15px 80px;
	width: fit-content;
	margin: 40px auto 0;
	font-size: 16px;
	letter-spacing: 3px;
}
.cta a:hover {
	color: #0000a2;
}
/*------------------------
  footer
-------------------------*/
footer {
	font-size: 13px;
	padding: 40px 0 0;
	min-width: 1080px;
	width: 100%;
}
footer a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
footer img {
	float: left;
	margin-right: 5em;
	max-height: 32px;
}
.footer-menu {
	float: left;
}
.footer-menu ul li {
	float: left;
	margin-left: 7em;
	letter-spacing: 2px;
	font-size: 16px;
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 15px 0 5px;
	font-size: 13px;
}
/*------------------------
  main
-------------------------*/
main {
	min-height: 900px;
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 780px) {
	main {
		padding-top: 60px;
	}
	.inner {
		width: 90%;
		margin: 0 auto;
	}
	.sinner {
		width: 90%;
		margin: 0 auto;
	}
	/*------------------------
  header
-------------------------*/
	header {
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		height: 60px;
		min-width: 10px;
		position: fixed;
		background: #fff;
	}
	.header-menu {
		width: 100%;
		position: fixed;
		top: 60px;
		bottom: 0;
		background: #eee;
		z-index: 99;
		display: none;
		margin-right: 0;
		border-top: 1px solid #e7e7e7;
	}
	.header-menu > ul > li {
		float: none;
		width: 100%;
		position: relative;
	}
	.header-menu > ul > li a {
		display: block;
		padding: 20px;
		line-height: 1.4em;
		border-bottom: 1px solid #ccc;
		text-align: center;
		color: #000;
	}
	.header-menu > ul > li:last-child {
		margin: 0;
	}
	.header-menu > ul > li:last-child a {
		margin: 20px;
		float: none;
		padding: 20px;
	}
	.header-menu.active {
		right: 0;
	}
	/* サブメニュー */
	.sp-sub-nav-open {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		background: #2b7db8;
	}
	.sp-sub-nav-open:before {
		content: "＋";
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
	.sp-sub-nav-open.active:before {
		content: "－";
	}
	/*** ハンバーガーメニュー ***/
	.nav-drawer {
		position: fixed;
		top: 10px;
		right: 10px;
		display: block;
		background: none;
		padding: 0;
		z-index: 999;
	}
	.nav_toggle {
		display: inline-block;
		width: 35px;
		height: 35px;
		vertical-align: middle;
		cursor: pointer;
		margin: 5px 10px;
	}
	.nav_toggle span,
	.nav_toggle span:before,
	.nav_toggle span:after {
		position: absolute;
		height: 3px;
		width: 35px;
		border-radius: 3px;
		background: #999;
		display: block;
		content: '';
		cursor: pointer;
	}
	.nav_toggle span:before {
		bottom: -12px;
	}
	.nav_toggle span:after {
		bottom: -24px;
	}
	.nav_toggle.open span {
		width: 0;
	}
	.nav_toggle.open span:before {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.nav_toggle.open span:after {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.logo img {
	        max-height: 30px;
        margin: 15px 0 0 10px;
    }
	.logo a {
		height: 60px;
		display: block;
	}
	.logo p {
		font-size: 12px;
		margin: 0 0 5px 10px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	/*------------------------
  cta
-------------------------*/
	.cta {
		padding: 40px 0;
		margin: 30px 0 0;
		font-size: 14px;
	}
	.cta a {
		width: 80%;
		padding:15px 0;
	}
	/*------------------------
  footer
-------------------------*/
	footer {
		width: 100%;
		min-width: 10px;
	}
	footer img {
float: none;
        display: block;
        margin: 0 auto 30px;
        max-height: 100px;
        width: 160px;
    }
	.footer-menu ul {
		margin-left: 20px;
	}
	.footer-menu ul li {
		margin-left: 20px;
	}
}
/* ボタンエフェクト */
.c-button {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
	transition: opacity .5s ease-in, -webkit-transform 1s;
	transition: transform 1s, opacity .5s ease-in;
	transition: transform 1s, opacity .5s ease-in, -webkit-transform 1s;
}
.button__inner {
	position: relative;
	z-index: 99;
}
.button__item1,
.button__item2 {
	transition: border-color 0.3s, opacity 0.3s, -webkit-transform 0.6s cubic-bezier(0.79, 0.17, 0.15, 0.96);
	transition: transform 0.6s cubic-bezier(0.79, 0.17, 0.15, 0.96), border-color 0.3s, opacity 0.3s;
	transition: transform 0.6s cubic-bezier(0.79, 0.17, 0.15, 0.96), border-color 0.3s, opacity 0.3s, -webkit-transform 0.6s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.button__item1::before,
.button__item2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #f6f6f6;
	opacity: 0;
	transition: .4s .1s;
}
.button__item1 {
	position: absolute;
	left: calc(100%);
	top: 0;
	width: 320px;
	height: 280px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translate3d(0%, 0, 0) rotate(-45deg);
	transform: translate3d(0%, 0, 0) rotate(-45deg);
}
.button__item2 {
	position: absolute;
	right: calc(100%);
	bottom: 0;
	width: 320px;
	height: 280px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translate3d(0%, 0, 0) rotate(-45deg);
	transform: translate3d(0%, 0, 0) rotate(-45deg);
}
.c-button:hover .button__item1::before,
.c-button:hover .button__item2::before {
	opacity: 1;
	transition: .4s;
}
.c-button:hover .button__item1 {
	-webkit-transform: translate3d(-100%, 0, 0) rotate(-45deg);
	transform: translate3d(-100%, 0, 0) rotate(-45deg);
	transition: 0.5s cubic-bezier(0.29, 0.8, 0.35, 1);
}
.c-button:hover .button__item2 {
	-webkit-transform: translate3d(100%, 0, 0) rotate(-45deg);
	transform: translate3d(100%, 0, 0) rotate(-45deg);
	transition: 0.5s cubic-bezier(0.29, 0.8, 0.35, 1);
}
/* テキストエフェクト */
.t-effect-fade {
	opacity: 0;
	transform: translate(0, 60px);
	transition: all 600ms;
}
.t-effect-fade.active {
	opacity: 1;
	transform: translate(0, 0);
}
.t-effect-slide {
	opacity: 0;
	transform: translate(100px, 0);
	transition: all 600ms;
}
.t-effect-slide.active {
	opacity: 1;
	transform: translate(0, 0);
}
