@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	font-weight: 500;
	/*line-height: 1.5;*/
}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	/* =14px */
	position: relative;
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}

.clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}


/*ScrollTrigger*/

.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(0);
	opacity: 1.0;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.YuGothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.fade2 {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.main {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
}

.main1600 {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.pc_none {
	display: none;
}

.d-menu {
	display: none;
}

.panel {
	display: none;
}

.sp_br {
	display: none;
}

.color_871bab {
	color: #871bab;
}

.pc_br {
	display: none;
}


/*header*/

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 11px 0;
}

header img,
header a {
	display: block;
}

.header_barBox {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_box {
	width: 100%;
	background: #FFFFFF;
}

.header_bar .main {
	position: relative;
}

.logo {
	width: 174px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	max-width: 213px;
}

.logo a:hover {
	opacity: 0.8;
}


/*nav*/

.nav_box {
	display: table-cell;
	vertical-align: middle;
}

nav {
	display: flex;
	flex-direction: column-reverse;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.nav_list {
	display: flex;
	justify-content: right;
	margin-top: 7px;
}

.nav_list>li {
	width: auto;
	padding: 0 22px 0 18px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.nav_list>li::after {
	content: "|";
	position: absolute;
	top: 6px;
	right: 0;
}

.nav_list li:last-of-type {
	padding-right: 0;
}

.nav_list li:last-of-type::after {
	display: none;
}

.nav_list li a {
	text-align: center;
	color: #000000;
	display: block;
	padding: 4px 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.nav_list li a:hover {
	color: #db3714;
	border-bottom-color: #db3714;
}

.nav_list02 {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: end;
	margin-top: 5px;
}

.nav_list02>li {
	width: auto;
}

.nav_list02>li:nth-of-type(2) {
	margin: 0 7px 0 45px;
}

.nav_list02>li a {
	font-weight: bold;
}

.nav_list02>li a.header_tel {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	color: #000000;
}

.nav_list02>li a.header_tel img {
	display: block;
}

.nav_list02>li a.header_tel img:first-of-type {
	margin-right: 10px;
}

.nav_list02>li:not(:first-of-type) a {
	display: block;
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 1;
	padding: 9px 21px;
	border-radius: 23px;
	border: none;
}

.nav_list02>li:not(:first-of-type) a.header_contact {
	background-color: #000000;
	padding-left: 31px;
	padding-right: 31px;
}

.nav_list02>li:not(:first-of-type) a.header_apply {
	background-color: #db3714;
}

.nav_list02>li a:hover {
	opacity: 0.8;
	color: #FFFFFF;
}

.sp-tel {
	display: none;
}

/* ----------- sub-mv ----------- */
.mv_sub {
	width: 100%;
	height: 323px;
	text-align: center;
	background: url(../img/bg_news_mv.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.mv_sub h1 {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 8px;
	color: #FFFFFF;
}

/* ----------- news-list ----------- */

.news_list {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 40px;
}

.news_list li {
	float: left;
	width: 28.73%;
	margin: 0 6.905% 60px 0;
}

.news_list li:nth-of-type(3n) {
	margin-right: 0;
}

.news_img {
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #db3714;
}

.news_img img {
	display: block;
	margin: 0 auto;
}

.news_txt {
	margin: 25px auto 15px auto;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_txt a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000000;
}

.news_cate {
	font-size: 0;
	margin-bottom: -10px;
}

.news_cate span {
	display: inline-block;
	font-size: 1.4rem;
	color: #ffffff;
	padding: 3px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 9px 10px 0;
	background: #db3714;
}

.news_cate span:last-of-type {
	margin-right: 0;
}

/*.news_cate span.cate_news {
	background-color: #ec6a3e;
}

.news_cate span.cate_events {
	background-color: #38beef;
}

.news_cate span.cate_press-release {
	background-color: #acd160;
}*/


/* ----------- footer ----------- */
footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 1.6rem;
	padding: 125px 0 90px 0;
}

footer .main {
	display: flex;
	justify-content: space-between;
}

.footer_left {
	width: 363px;
}

.footer_logo {
	display: inline-block;
}

.footer_logo img {
	display: block;
}

.footer_txt {
	line-height: 2;
	margin: 40px auto 56px auto;
}

.copyright {
	font-size: 1.4rem;
	border-top: 1px solid #ffffff;
	padding-top: 32px;
}

.footer_right {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 363px);
	padding: 0 70px 0 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_right_content {
	width: 287px;
}

.order_block {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.order_block_tit {
	color: #000000;
	font-weight: bold;
}

.order_block .btn_common {
	margin-top: 15px;
	font-size: 1.6rem;
	padding-top: 15px;
	padding-bottom: 13px;
	max-width: 224px;
}

.order_block .btn_common:first-of-type {
	background-color: #db3714;
}

.footer_nav>li {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.footer_nav>li:last-of-type {
	margin-bottom: 0;
}

.footer_nav>li>a {
	color: #979595;
	font-weight: bold;
}

.order_block_fixed {
	position: fixed;
	width: 205px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #0f0b09;
	border: 2px solid #ffffff;
	border-right: none;
	z-index: 999;
}

.order_block_fixed .order_block_tit {
	color: #ffffff;
}

.order_block_fixed .btn_common {
	max-width: 150px;
	margin-top: 10px;
}

.order_block_fixed .btn_common:last-of-type {
	background-color: #ffffff;
	color: #000000;
}

/* ----------- pagetop ----------- */

.pagetop {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 100px;
	bottom: 150px;
	z-index: 998;
}

.pagetop img {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0.8;
}

.pagetop:hover img {
	opacity: 1;
}

/* ----------- breadcrumbs ----------- */
.breadcrumbs {
	border-bottom: 3px solid #f5f5f5;
	font-size: 1.4rem;
	padding: 8px 0 7px 0;
}

.breadcrumbs a {
	color: #db3714;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
/* ----------- content ----------- */
.content{
	width: 100%;
	padding: 100px 0;
}
/* ----------- btn_common ----------- */
.btn_common {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 325px;
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 1;
	color: #ffffff;
	font-weight: bold;
	padding: 25px 20px 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: #000000;
}
.btn_common:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 1600px) {

	/* ----------- pagetop ----------- */
	.pagetop {
		right: 20px;
	}
}

@media only screen and (max-width: 1200px) {

	/* ----------- footer ----------- */

	.footer_right {
		padding: 0 50px 0 100px;
	}
}

@media only screen and (max-width: 1024px) {
	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}

	/*header*/
	header {
		padding: 15px 0;
		border-bottom: 2px solid #db3714;
	}

	.header_barBox {
		position: relative;
	}

	.logo {
		width: auto;
		padding-right: 70px;
	}

	.logo a {
		width: auto;
	}

	.logo a img {
		width: auto;
	}

	.sp-tel {
		display: table-cell;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		background-color: #db3714;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.sp-tel img {
		display: block;
		margin: 0 auto;
	}

	.d-menu {
		display: table-cell;
		vertical-align: middle;
		width: 70px;
		height: 50px;
		cursor: pointer;
		position: relative;
	}

	.panel-btn {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		background: #db3714;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 4px;
		margin: -2px 0 0 -13px;
		background: #FFF;
		transition: .2s;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 4px;
		background: #FFF;
		transition: .3s;
	}

	.panel-btn-icon:before {
		margin-top: -11px;
	}

	.panel-btn-icon:after {
		margin-top: 7px;
	}

	.panel-btn .close {
		background: transparent;
	}

	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}

	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	/*nav*/
	nav {
		display: none;
		width: 100%;
		padding: 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background: #000;
		overflow-y: auto;
	}

	.nav_list {
		width: 100%;
		display: block;
	}

	.nav_list li {
		width: 100%;
		display: block;
		text-align: left;
		background: none;
		border-bottom: 1px solid #FFFFFF;
		padding: 0;
	}

	.nav_list li a {
		width: 100%;
		display: block;
		color: #FFFFFF;
		border: none;
		box-sizing: border-box;
		padding: 20px 2.5% 17px 2.5%;
	}

	.nav_list li a:hover {
		color: #FFFFFF;
	}

	.nav_list li a p span {
		top: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}

	.nav_list li:hover a p span,
	.nav_list li.nav_select a p span {
		border-bottom: none;
	}

	.nav_list li a:after {
		display: none;
	}

	.nav_list li a:hover {
		color: #ffffff;
	}

	.nav_list02 {
		width: 100%;
		display: block;
		margin-top: 0;
	}

	.nav_list02>li {
		width: 100%;
	}

	.nav_list02>li:nth-of-type(2) {
		margin: 0;
	}

	.nav_list02>li:first-of-type {
		display: none;
	}

	.nav_list02>li:not(:first-of-type) a {
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		line-height: 1;
		padding: 20px 2.5% 17px 2.5% !important;
		border-radius: 0;
		border: none;
		text-align: center;
	}

	/* ----------- news ----------- */
	.news_list li {
		width: 32%;
		margin-right: 2%;
	}


	/* ----------- footer ----------- */
	footer {
		padding: 80px 0;
	}

	.footer_right {
		padding: 0 0 0 50px;
		justify-content: space-around;
	}

	.footer_right_content {
		width: 250px;
	}

	.order_block_fixed {
		position: fixed;
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		transform: translateY(0);
		border-radius: 0;
		border-left: none;
		margin-bottom: 0;
		padding: 0;
		display: flex;
		align-items: center;
		padding: 0 5%;
	}

	.order_block_fixed .order_block_tit {
		width: 35%;
		padding: 20px 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.order_block_fixed .order_block_button {
		width: 65%;
		display: flex;
	}

	.order_block_fixed .btn_common {
		max-width: 45%;
		margin-top: 0;
	}

	/* ----------- pagetop ----------- */
	.pagetop {
		right: 10px;
		width: 50px;
		height: 50px;
	}
	/* ----------- content ----------- */
	.content{
		padding: 80px 0;
	}
}

@media only screen and (max-width: 880px) {


	/* ----------- footer ----------- */
	.footer_left {
		width: 280px;
	}

	.footer_right {
		width: calc(100% - 280px);
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- sub-mv ----------- */
	.mv_sub {
		height: 240px;
	}

	.mv_sub h1 {
		font-size: 3.2rem;
	}

	/* ----------- news ----------- */
	.news_list {
		max-width: 660px;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.news_list li {
		width: 48%;
		margin: 0 4% 40px 0;
	}

	.news_list li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.news_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.news_txt {
		margin: 20px auto 10px auto;
	}


	/* ----------- breadcrumbs ----------- */
	.breadcrumbs {
		border-bottom-width: 2px;
		font-size: 1.3rem;
	}
	.breadcrumbs .main{
		overflow-x: auto;
	}
	.aioseo-breadcrumbs{
		white-space: nowrap;
	}
	/* ----------- footer ----------- */
	footer {
		font-size: 1.4rem;
		padding: 60px 0;
	}

	footer .main {
		display: block;
	}

	.footer_left {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		text-align: center;
	}


	.footer_txt {
		margin: 20px auto;
	}

	.copyright {
		font-size: 1.2rem;
		padding-top: 20px;
	}

	.footer_right {
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}

	.order_block {
		margin-bottom: 30px;
	}


	.order_block .btn_common {
		font-size: 1.4rem;
		max-width: 200px;
		margin-top: 10px;
	}

	.footer_nav>li {
		margin-bottom: 15px;
	}

	.order_block_fixed {
		margin-bottom: 0;
	}

	.order_block_fixed .btn_common {
		max-width: 45%;
		margin-top: 0;
	}

	/* ----------- pagetop ----------- */
	.pagetop {
		bottom: 80px;
		width: 46px;
		height: 46px;
	}
	/* ----------- content ----------- */
	.content{
		padding: 60px 0;
	}
	/* ----------- btn_common ----------- */

	.btn_common {
		max-width: 280px;
		font-size: 1.8rem;
		padding: 20px 15px 17px;
	}
}

@media only screen and (max-width: 480px) {
	.main {
		max-width: 93%;
	}

	/*header*/
	.logo a img {
		max-height: 40px;
	}

	.sp-tel {
		width: 40px;
		height: 40px;
	}

	.sp-tel img {
		width: 26px;
	}


	.d-menu {
		width: 55px;
		height: 40px;
	}

	.panel-btn {
		width: 40px;
		height: 40px;
	}

	.panel-btn-icon {
		width: 22px;
		height: 2px;
		margin: -1px 0 0 -11px;
	}

	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 22px;
		height: 2px;
	}

	.panel-btn-icon:before {
		margin-top: -9px;
	}

	.panel-btn-icon:after {
		margin-top: 7px;
	}

	.pc_br {
		display: block;
	}

	/*nav*/
	.nav_list li a,
	.nav_list li:last-of-type a {
		padding: 18px 0 16px;
	}

	/* ----------- sub-mv ----------- */
	.mv_sub {
		height: 200px;
	}

	.mv_sub h1 {
		font-size: 2.8rem;
		letter-spacing: 4px;
	}

	/* ----------- news ----------- */
	.news_list {
		max-width: 316px;
		padding-bottom: 40px;
	}

	.news_list li {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.news_list li:nth-of-type(3n) {
		margin-right: 0;
	}

	.news_list li:last-of-type {
		margin-bottom: 0;
	}

	.news_txt a {
		font-size: 1.4rem;
	}

	.news_cate {
		font-size: 0;
		margin-bottom: -10px;
	}

	.news_cate span {
		font-size: 1.2rem;
	}

	/* ----------- footer ----------- */

	.footer_logo {
		width: 220px;
	}


	.footer_right {}

	.footer_right_content {
		width: 200px;
	}

	.order_block {
		padding: 20px 15px;
	}

	.order_block .btn_common {
		padding-top: 10px;
		padding-bottom: 8px;
		max-width: 160px;
	}

	.order_block_fixed {
		padding: 0 5%;
	}

	.order_block_fixed .order_block_tit {
		width: 30%;
		padding-left: 0;
	}

	.order_block_fixed .order_block_button {
		width: 70%;
	}

	.order_block_fixed .btn_common {
		max-width: 45%;
	}
	/* ----------- btn_common ----------- */

	.btn_common {
		max-width: 240px;
		font-size: 1.6rem;
		padding: 18px 10px 15px;
	}
}


/*page common*/


/* ----------- common ----------- */

.part_title h2 {
	text-align: center;
	font-size: 3.0rem;
	color: #000000;
	line-height: 1.2;
	letter-spacing: 3px;
}

@media only screen and (max-width: 1024px) {

	/* ----------- common ----------- */
	.part_title h2 {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 768px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 60px 0 !important;
	}

	.part_title h2 {
		font-size: 2.6rem;
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 50px 0 !important;
	}

	.part_title h2 {
		font-size: 2.4rem;
	}
}