@charset "UTF-8";
@import url(reset.css);
/*------------------------------------------
	fonts
-------------------------------------------*/
@font-face {
  font-family: "inter";
  src:
    local("inter"),
    url("../../fonts/Inter-VariableFont_opsz,wght.ttf") format("opentype"),
    url("../../fonts/Inter-VariableFont_opsz,wght.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  src:
    local("NotoSansJP"),
    url("../../fonts/NotoSansJP-VariableFont_wght.ttf") format("opentype"),
    url("../../fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-family: "RedditSans";
  src:
    local("RedditSans"),
    url("../../fonts/RedditSans-VariableFont_wght.ttf") format("opentype"),
    url("../../fonts/RedditSans-VariableFont_wght.woff") format("woff");
}
.f-font_f-inter {
	font-family: inter;
}
* html body {
	background: url(null) fixed;
}
html, body {
	width: 100%;
}
html {
	overflow-x: hidden;
	font-size: 10px;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "NotoSansJP", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
	overflow: hidden;
	background-color: #f1f3f5;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
*:focus {
	outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: 0.6s;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.4s;
}
a img:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s;
}
.pcnone {
	display: none!important;
}
@media screen and (max-width: 896px) {
	.spnone {
		display: none!important;
	}
	.pcnone {
		display: block!important;
	}
}

/*------------------------------------------
	flox
-------------------------------------------*/
/*-----色指定-----*/
:root {
  --blk-color: #333;
  --wht-color: #fff;
  --green-color: #108C4F;
}

/*-----色呼び出し-----*/
color: var(--wht-color);
.f-mgl-20 {
	margin-left: 20px;
}
.f-mgb-20 {
	margin-bottom: 20px;
}
.f-mgb-30 {
	margin-bottom: 30px;
}
.f-mgb-50 {
	margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
	.f-mgb-50 {
		margin-bottom: 30px;
	}
}
.f-mgb-60 {
	margin-bottom: 60px!important;
}
.f-mgb-80 {
	margin-bottom: 80px;
}
.f-mgb-90 {
	margin-bottom: 90px;
}
.f-mgb-100 {
	margin-bottom: 100px;
}
.u-flex_sb {
	display: flex;
	justify-content: space-between;
}

/*--flex box--*/
.u-flex_r_w_f-star {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.u-flex_r-r_w_f-star {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: flex-start;
}
.u-flex_r_w_f-end {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.u-flex_r-r_w_f-end {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: flex-end;
}
.u-flex_r_w_cent {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.u-flex_r_w_s-bet {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.u-flex_r-r_w_s-bet {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
}
/*------------------------------------------
見出し
-------------------------------------------*/
.flex-sb_rw {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}


/*------------------------------------------
	header
-------------------------------------------*/
header h1 {
	max-width: 50%;
 	width: 290px;
}



/*------------------------------------------
グローバルメニュー
-------------------------------------------*/
header {
	padding: 25px 0 10px;
	background-color: #f1f3f5;
}
@media screen and (max-width: 896px) {
	header {
		padding: 4% 0 8px;
	}
}
header .head_box {
	margin-bottom: 25px;
	height: 46px;
}
@media screen and (max-width: 896px) {
	header .head_box {
		margin-bottom: 0px;
		height: 46px;
	}
}

header .head_box #h_content .nav_inner ul {
	display: flex;
	justify-content: space-between;
}
header .head_box #h_content .nav_inner ul li {
	padding: 10px 0;
}
header .head_box #h_content .nav_inner ul li a {
	min-width: 150px;
	text-align: center;
	color: #686868;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 24px;
	border-left: 1px solid #7C7C7C;
}
header .head_box #h_content .nav_inner ul li a.activ,
header .head_box #h_content .nav_inner ul li a:hover {
	color: #C40000;
}
header .head_box #h_content .nav_inner ul li:last-of-type a {
	border-right: 1px solid #7C7C7C;
}
header .contact_banner_wrapper {}
header .contact_banner_wrapper .contact {
	width: 49%;
	height: 40px;
	border-radius: 20px;
}
@media screen and (max-width: 896px) {
	header .contact_banner_wrapper .contact {
		width: calc(50% - 2px);
		height: auto;
		border-radius: 3px;
	}
}
header .contact_banner_wrapper .contact a {
	color: #fff;
}
header .contact_banner_wrapper .contact.tel {
	margin-right: 15px;
	min-width: 540px;
	background: #0060CE;
	font-size: 1.6rem;
	line-height: 40px;
	box-sizing: border-box;
}
header .contact_banner_wrapper .contact.tel a {
	display: flex;
}
@media screen and (max-width: 896px) {
	header .contact_banner_wrapper .contact.tel {
		margin-right: 0;
		padding: 5px 0;
		min-width: auto;
	}
	header .contact_banner_wrapper .contact.tel a {
		display: block;
	}
}
header .contact_banner_wrapper .contact.tel .wrap {
	padding: 0 20px;
	margin-right: 5%;
	display: block;
	height: 40px;
	width: 40%;
	text-align: center;
	font-size: 1.6rem;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	background: #0024a6;
	border-radius: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 896px) {
	header .contact_banner_wrapper .contact.tel .wrap {
		padding: 0;
		margin-right: 0;
		display: block;
		height: auto;
		max-width: 100%;
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.2;
		background: none;
		border-radius: 0;
		box-sizing: border-box;
	}
}
header .contact_banner_wrapper .contact.tel b {
	margin-right: 20px;
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 1.5vw, 2.4rem);
}
@media screen and (max-width: 896px) {
	header .contact_banner_wrapper .contact.tel b {
		display: block;
		text-align: center;
		margin-right: 0;
		font-size: 1.8rem;
		line-height: 1.2;
	}
}
header .contact_banner_wrapper .contact.mail {
	padding: 7px 0;
	text-align: center;
	font-size: 1.6rem;
	background: #C40000;
}
@media screen and (max-width: 896px) {
	header .contact_banner_wrapper .contact.mail {
		padding: 6px 0;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.2;
		background: #C40000;
	}
}


/*------------------------------------------
ハンバーガーメニュー
-------------------------------------------*/
@media screen and (max-width: 896px) {
	header #h_btn {
		position: absolute;
		padding: 10px;
		display: block;
		width: 54px;
		height: 36px;
		top: 18px;
		right: 20px;
		background: #AD0707;
		pointer-events: auto;
		box-sizing: border-box;
		border-radius: 5px;
		z-index: 9999999;
	}
	#h_btn .h_bar,
	#h_btn .h_bar span {
	  display: block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	header #h_btn .h_bar {
	  position: relative;
	  width: 100%;
	  height: 100%;
	}
	header #h_btn .h_bar span {
	  position: absolute;
	  width: 100%;
	  height: 1px;
	  right: 0;
	  font-weight: bold;
	  background-color: #fff;
	  border-radius: 1px;
	}
	header #h_btn .h_bar span:first-child {
	  top: 0;
	}
	header #h_btn .h_bar span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	header #h_btn .h_bar span:last-child {
	  bottom: 0;
	}
	header #h_btn.active {
		padding-bottom: 12px;
	}
	header #h_btn.active .h_bar span {
		top: 50%;
		background: #fff;
	}
	header #h_btn.active .h_bar span:first-child {
	  transform: translateY(50%) rotate(-40deg);
	}
	header #h_btn.active .h_bar span:nth-child(2) {
	  opacity: 0;
	}
	header #h_btn.active .h_bar span:last-child {
	  transform: translateY(50%) rotate(40deg);
	}
	header #h_content {
		position: fixed;
		margin: 0 auto;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.80);
		overflow-x: hidden;
		pointer-events: auto;
		transition: all 0.4s;
		transform: translateX(100%);
		opacity: 0;
		z-index: 99999;
	}
	header #h_content.active {
	  transform: translateX(0px);
	  transition: all 0.8s;
	  opacity: 1;
	}
	header #h_content .nav_inner {
		position: absolute;
		padding: 50px 20px 30px;
		width: 65%;
		height: fit-content;
		display: block;
		top: 18px;
		right: 5%;
		bottom: 0;
		transform: translateY(0);
		background: #fff;
		border-radius: 10px;
	}
	header .head_box #h_content .nav_inner ul {
		display: block;
	}
	header .head_box #h_content .nav_inner ul li {
		position: relative;
		margin-bottom: 15px;
		padding: 0;
	}
	header .head_box #h_content .nav_inner ul li a {
		padding: 0 0 15px 10px;
		text-align: left;
		color: #000;
		font-size: 1.6rem;
		line-height: 1.6;
		white-space: nowrap;
		border-bottom: 2px solid #262626;
		border-left: none;
		transition: 0.6s;
	}
	header .head_box #h_content .nav_inner ul li:last-of-type a {
		border-right: none;
	}
	header .head_box #h_content .nav_inner ul li a:hover {
		color: #AD0707;
		transition: 0.4s;
	}
	header #h_content .sp_inner a {
	  display: inline-block;
	  text-decoration: none;
	  color: #707070;
	}
}


/*------------------------------------------
footer
-------------------------------------------*/
footer {
	padding: 90px 0 80px;
	height: 410px;
	background: #fff;
}
@media screen and (max-width: 896px) {
	footer {
		padding: 30px 0 40px;
		height: 490px;
		background: #fff;
	}
}
footer a {
	color: #AC0000;
}
footer .left_content {
	position: relative;
	height: 240px;
}
footer .left_content .logo {
	width: 240px;
	height: auto;
}
@media screen and (max-width: 896px) {
	footer .left_content .logo {
		margin-bottom: 70px;
		width: 240px;
		height: auto;
	}
}
footer .left_content .privacy_policy_link {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 896px) {
	footer .left_content {
		position: relative;
		height: auto;
	}
}
footer .right_content {
	width: 50%;
}
@media screen and (max-width: 896px) {
	footer .right_content {
		width: 100%;
	}
}
footer .right_content ul li {
	margin-bottom: 20px;
	width: 45%;
}
@media screen and (max-width: 896px) {
	footer .right_content ul {
		margin-bottom: 70px;
	}
	footer .right_content ul li {
		margin-bottom: 20px;
		width: 35%;
	}
	footer .right_content ul li a {
		font-size: 1.4rem;
	}
}



/*------------------------------------------
pages
-------------------------------------------*/
.page_title {
	margin-bottom: 24px;
	width: 100%;
	height: 174px;
	text-align: center;
	color: #fff;
	font-size: clamp(2.0rem, 2.5vw, 4.2rem);
	font-weight: bold;
	line-height: 174px;
	background: url("../../img/company_page_title_bg.png") top left no-repeat;
	background-size: cover;
}
@media screen and (max-width: 896px) {
	.page_title {
		height: 75px;
		font-weight: bold;
		line-height: 75px;
	}
}

.section_title {
	margin-bottom: 30px;
	padding-left: 20px;
	max-width: 330px;
	width: 90%;
	font-size: clamp(2.0rem, 2.5vw, 3.0rem);
	font-weight: 900;
	line-height: 60px;
	color: #fff;
	background: #AC0000;
}
@media screen and (max-width: 896px) {
	.section_title {
		margin-bottom: 30px;
		padding-left: 20px;
		max-width: 330px;
		width: 70%;
		font-size: clamp(2.0rem, 2.5vw, 3.0rem);
		font-weight: 900;
		line-height: 50px;
		color: #fff;
		background: #AC0000;
	}
}

/*------------------------------------------
contents
-------------------------------------------*/
/*----subpage---*/
.sub_page .firstview {
	position: relative;
	width: 100%;
	height: 490px;
	overflow: hidden;
}
.sub_page .firstview img {
	object-position: top right;
}
.sub_page .firstview .firstview_inner {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	height: calc(100% - 15px);
}
.sub_page .firstview .firstview_text {
	position: absolute;
	padding: 10px;
	right: 0;
	bottom: 20px;
	max-width: 657px;
	height: auto;
	background: #fff;
}
@media screen and (max-width: 896px) {
	.sub_page .firstview .firstview_text {
		position: absolute;
		padding: 10px;
		right: 0;
		bottom: 20px;
		font-size: 1.1rem;
		max-width: 657px;
		height: auto;
		background: #fff;
	}
}


/*------------------------------------------
contents
-------------------------------------------*/
.content_inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 90%;
}
.inner {
	margin: 0 auto;
	width: 90%;
}
.inner_980 {
	margin: 0 auto;
	max-width: 980px;
	width: 90%;
}
.inner_1050 {
	margin: 0 auto;
	max-width: 1050px;
	width: 90%;
}
.inner_1200 {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

/*------------------------------------------
bottun
-------------------------------------------*/
.more_btn_01 {
	position: relative;
	font-weight: bold;
	background: #fff url("../../img/btn_arrow_item01.svg") center right 30px no-repeat;
	border-radius: 20px;
	overflow: hidden;
 	z-index: auto;
}
.more_btn_01:hover {
	background: url("../../img/btn_arrow_item02.svg") center right 25px no-repeat;
	color: #fff;
	opacity: 1;
}
.more_btn_01::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	background: #AC0000;
	-webkit-transition: .5s;
	transition: .5s;
}
.more_btn_01:hover::before {
  width: 100%;
}

.more_btn_02 {
	position: relative;
	font-weight: bold;
	background: #AC0000 url("../../img/btn_arrow_item02.svg") center right 30px no-repeat;
	border-radius: 20px;
	overflow: hidden;
 	z-index: auto;
}
.more_btn_02:hover {
	background: url("../../img/btn_arrow_item01.svg") center right 25px no-repeat;
	color: #AC0000;
	opacity: 1;
}
.more_btn_02::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
}
.more_btn_02:hover::before {
  width: 100%;
	transition: .3s;
}





/*------------------------------------------
contacts
-------------------------------------------*/
#contacts {}
#contacts .content_inner {
	padding-bottom: 30px;
	background: #AC0000;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
@media screen and (max-width: 896px) {
	#contacts .content_inner {
		width: 100%;
	}
}
#contacts .content_inner h2 {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: clamp(2.6rem, 3.6vw, 3.6rem);
	font-weight: bold;
}
#contacts .content_inner .items {
	padding: 0 80px;
}
@media screen and (max-width: 896px) {
	#contacts .content_inner .items {
		padding: 0 20px;
	}
}
#contacts .content_inner .item {
	padding-bottom: 20px;
	width: 48%;
	text-align: center;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0 4 4 0 rgba(0,0,0,0.25);
}
@media screen and (max-width: 896px) {
	#contacts .content_inner .item {
		padding-bottom: 15px;
		width: 100%;
		text-align: center;
		background: #fff;
		border: 3px solid #fff;
		border-radius: 5px;
		box-shadow: 0 4 4 0 rgba(0,0,0,0.25);
	}
	#contacts .content_inner .item:first-child {
		margin-bottom: 30px;
	}
}
#contacts .content_inner .item h3 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 3.0rem;
	font-size: clamp(2.3rem, 3.0vw, 3.0rem);
	font-weight: bold;
	line-height: 70px;
	border-radius: 5px;
}
@media screen and (max-width: 896px) {
	#contacts .content_inner .item h3 {
		margin-bottom: 15px;
		color: #fff;
		font-size: 3.0rem;
		font-size: clamp(2.3rem, 3.0vw, 3.0rem);
		font-weight: bold;
		line-height: 54px;
		border-radius: 5px;
	}
}
#contacts .content_inner .item:first-child h3 {
	background: #0060CE;
}
#contacts .content_inner .item:last-child h3 {
	background: #AC0000;
}
#contacts .content_inner .item p {
	font-size: 2.2rem;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	font-weight: 600;
}
#contacts .content_inner .item:first-child p {
	margin-bottom: 0;
	line-height: 1.2;
}
#contacts .content_inner .item:last-child p {
	margin-bottom: 10px;
}
#contacts .content_inner .item span {
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	font-weight: 600;
}
#contacts .content_inner .item .tel_link {
	color: #0060CE;
	font-size: clamp(3.2rem, 3.8vw, 4.4rem);
	line-height: 1.8;
	font-weight: 900;
}
@media screen and (max-width: 896px) {
	#contacts .content_inner .item .tel_link {
		margin-bottom: 10px;
		color: #0060CE;
		font-size: clamp(3.2rem, 3.8vw, 4.4rem);
		line-height: 1.2;
		font-weight: 900;
	}
}
#contacts .content_inner .item .contact_btn {
	margin: 0 auto;
	padding: 8px 20px 8px 0;
	max-width: 230px; 
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 50px;
	border: 3px solid #fff;
}
#contacts .content_inner .item .contact_btn:hover {
	color: #AC0000;
	border: 3px solid #AC0000;
}


/*------------------------------------------
.pagination
-------------------------------------------*/
.pagination {
	margin: 0 auto 70px;
	width: fit-content;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.pagination a,
.pagination span {
	padding: 0 30px;
	text-align: center;
	font-family: 'RedditSans';
	font-size: 3.6rem;
	font-weight: bold;
}
.pagination span {
	color: #970000;
}


/*------------------------------------------
fadein
-------------------------------------------*/
.fadein {
 opacity: 0;
 -webkit-transition: all 3s;
 -moz-transition: all 3s;
 -o-transition: all 3s;
 -ms-transition: all 3s;
 transition: all 3s;
 transform: translateY(100px);
}
@media screen and (max-width: 896px) {
	.fadein {
	 opacity: 0;
	 -webkit-transition: all 2s;
	 -moz-transition: all 2s;
	 -o-transition: all 2s;
	 -ms-transition: all 2s;
	 transition: all 2s;
	 transform: translateY(100px);
	}
}

.fade_on {
 opacity: 1;
 transform: translateY(0px);
}