@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

/*==========================================================================
	01. Reset
==========================================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	background: #f5f5f5;
	padding: 85px 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}
a:hover {
	opacity: .7;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
em {
	font-style: normal;
}
html {
	font-size: 62.5%;
	line-height: 1;
	scroll-padding-top: 170px;
	/*scroll-behavior: smooth;*/
}
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

@media screen and (max-width:767px) {
	html {
		scroll-padding-top: 100px;
	}
}
/*========================
common
=========================*/

img {
	max-width: 100%;
	height: auto;
	line-height: 1;
}
.link_btn {
	width: 400px;
	margin: 80px auto 0;
}
.link_btn a {
	border-radius: 40px;
	border: 2px solid #ea3223;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	letter-spacing: -0.01em;
	line-height: 80px;
	text-align: center;
	color: #ea3223;
	border-radius: 40px;
	display: block;
	width: 100%;
}
.link_btn a:hover {
	color: #fff;
	background: #ea3223;
	opacity: 1;
}
@media screen and (max-width:767px) {
	body{padding: 75px 0 0;}
	.link_btn {
		width: 70%;
		margin: 40px auto 0;
	}
	.link_btn a {
		border-radius: 30px;
		font-size: 18px;
		line-height: 60px;
		border-radius: 30px;
	}
	.link_btn a:hover {
		color: #fff;
		background: #ea3223;
		opacity: 1;
	}
}


/*========================
breadcrumb
=========================*/

.breadcrumb-area{
	width: 100%;
	padding: 120px 0 80px;
}

.breadcrumb {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 1100px;
  max-width: 95%;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
	.breadcrumb-area{
	padding: 90px 0 40px;
	}
	
	.breadcrumb li {
	  font-weight: normal;
	}
	
	.breadcrumb li a {
	  font-size: 13px;
	  line-height: 1.6;
	}
}

/*========================
header
=========================*/
header {
	width: 100%;
	position: fixed;
	height: 85px;
	background: #fff;
	top: 0;
	z-index: 9999;
}
header.active {
	background: none;
}
header .top_logo {
	width: 250px;
	position: absolute;
	top: 17px;
	left: 20px;
}
header .top_logo a {
	display: block;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.active .top_logo a {
	color: #fff;
}
header .top_logo .img {
	width: 95px;
	padding: 0;
}
header .top_logo .img img.blacklogo {
	display: block;
	width: 70%;
}
header .top_logo .img img.whitelogo {
	display: none;
	width: 70%;
}
header.active .top_logo .img img.blacklogo {
	display: none;
}
header.active .top_logo .img img.whitelogo {
	display: block;
}
header .top_logo p.logotext {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 900;
	width: 115px;
	text-align: center;
	border-left: 1px solid #000;
	line-height: 50px;
	padding: 0 20px;
}
header.active .top_logo p.logotext {
	border-left: 1px solid #fff;
}
header .top_info {
	width: 235px;
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 0;
	right: 0;
}
header .top_info .entryBtn {
	width: 160px;
}
header.active .top_info .entryBtn {
	display: none;
}
header .top_info .entryBtn a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 28px 20px 28px 0;
	background: #ea3223;
	min-height: 85px;
	box-sizing: border-box;
	position: relative;
}
header .top_info .entryBtn a:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../images/common/entryBtn_arrow.svg") no-repeat center top/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}
.hamburger {
	display: block;
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 0;
	width: 75px;
	height: 85px;
	cursor: pointer;
	text-align: center;
	background: #000;
}
.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 1001;
}
.hamburger span:nth-child(1) {
	top: 30px;
}
.hamburger span:nth-child(2) {
	top: 40px;
}
.hamburger span:nth-child(3) {
	top: 50px;
}
.hamburger.active {
	background: none;
}
.hamburger.active span:nth-child(1) {
	top: 35px;
	background: #ea3223;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
	top: 35px;
	background: #ea3223;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width:939px) {
	header .top_info .entryBtn a {
		font-size: 2.2em;
	}
}
@media screen and (max-width:767px) {
	header {
		height: 75px;
	}
	header.active {
		background: #000;
	}
	header .top_logo {
		width: 30%;
		top: 10px;
		left: 20px;
	}
	header .top_logo .img {
		width: 50%;
		padding: 0 10px 0 0;
	}
	header .top_logo .img img.blacklogo {
		width: 100%;
	}
	header .top_logo .img img.whitelogo {
		width: 100%;
	}
	header .top_logo p.logotext {
		font-size: 13px;
		width: 10%;
		line-height: 50px;
		padding: 0 10px;
	}
	header .top_info {
		width: 50%;
	}
	header .top_info .entryBtn {
		width: 60%;
	}
	header .top_info .entryBtn a {
		font-size: 1.4em;
		padding: 28px 20px 28px 0;
		min-height: 75px;
	}
	header .top_info .entryBtn a:after {
		right: 10px;
	}
	.hamburger {
		width: 20%;
		height: 75px;
	}
	.hamburger span:nth-child(1) {
		top: 25px;
	}
	.hamburger span:nth-child(2) {
		top: 35px;
	}
	.hamburger span:nth-child(3) {
		top: 45px;
	}
}

/*========================
entry
=========================*/
.entry {
	width: 100%;
	padding: 150px 0 80px;
	position: relative;
	/*top: -150px;*/
	bottom: -90px;
}
.entry::before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #DD2D1E;
	transform: skewY(-4deg);
	z-index: -1;
}
/*.entry::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	background-color: #f0f0f0;*/
/*	transform: skewY(-4deg);*/
/*	z-index: -2;*/
/*	height: 500px;*/
/*}*/
.entry h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 90px;
	font-weight: 900;
	font-style: italic;
	color: #DD2D1E;
	text-align: center;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
}
.entry .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
}
.entry p {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.entry .entry_btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.entry .entry_btn li {
	width: 340px;
}
.entry .entry_btn li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #262626;
	padding: 30px 0;
	border-radius: 40px;
	position: relative;
	background: #fff;
	border: 1px solid #fff;
}
.entry .entry_btn li a:hover {
	color: #262626;
	background: none;
	opacity: 1;
	border: 1px solid #262626;
}
.entry .entry_btn li:first-child a {
	color: #EA3223;
}
.entry .entry_btn li:first-child a:hover {
	color: #fff;
	background: none;
	opacity: 1;
	border: 1px solid #fff;
}
.entry .entry_btn li a::after {
	content: "";
	border: 0;
	border-top: solid 2px #262626;
	border-right: solid 2px #262626;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}
.entry .entry_btn li:first-child a::after {
	border-top: solid 2px #ea3223;
	border-right: solid 2px #ea3223;
}
.entry .entry_btn li:first-child a:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
@media screen and (max-width:1099px) {
	.entry .entry_btn li {
		width: 30%;
	}
	.entry .entry_btn li a {
		font-size: 18px;
	}
}
@media screen and (max-width:767px) {
	.entry {
		padding: 40px 0 80px;
	}
	.entry::before {
		top: 0;
	}
	.entry h2 {
		font-size: 60px;
		top: -45px;
	}
	.entry p {
		font-size: 12px;
	}
	.entry .entry_btn {
		margin: 40px 0 0;
		gap: 20px 0;
		;
	}
	.entry .entry_btn li {
		width: 100%;
	}
	.entry .entry_btn li a {
		font-size: 18px;
		padding: 20px 0;
	}
}


/*========================
footer
=========================*/

footer {
	width: 100%;
	padding: 150px 0 80px;
	/*background: #000;*/
	position: relative;
	/*top: -250px;*/
	overflow: hidden;
}

footer::before {
	content: '';
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #000;
	transform: skewY(-4deg) translateY(90px);
	z-index: -1;
}

footer::after{
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	background: #000;
	z-index: -1;
	height: 100px;
}

footer .footer_logo {
	width: 300px;
	margin: 0 auto 40px;
}
footer .footer_sns {
	width: 220px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
footer .footer_sns li {
	width: 40px;
}

footer p.copyright{
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

@media screen and (max-width:767px) {
	footer {
		padding: 120px 0 40px;
	}
	footer .footer_logo {
		width: 50%;
		margin: 0 auto 20px;
	}
	footer .footer_sns {
		width: 65%;
		gap: 20px;
		margin-bottom: 20px;
	}
	footer .footer_sns li {
		width: 40px;
	}
	footer p.copyright{
		font-size: 11px;
	}
}


/*================================
back go to top button
==================================*/

#page-top{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}

#page-top img{
	width: 100%;
	height: auto;
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
