@charset "utf-8";
/*------------------------------------------------------------
Theme Name: TOAKAMOTSU
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1270px)  {
	html {
		font-size: calc(1000vw / 1270);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.poppins {
	font-weight: 700;
	font-family: "Poppins", serif;
}
.josefin {
	font-weight: 700;
	font-family: "Josefin Sans", serif;
}
.roboto {
	font-weight: 500;
	font-family: "Roboto Condensed", serif;
}
.montserrat {
	font-weight: 500;
	font-family: "Montserrat", serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	margin-bottom: 3.5rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#main {
		margin-bottom: 3.1rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	transition: .3s;
}
#gHeader .hBox {
	padding: 5.7rem 6rem;
	align-items: center;
	transition: .3s;
}
#gHeader .logo .logo02 {
	display: none;
}
#gHeader .logo {
	width: 36.1rem;
}
#gHeader .logo a {
	display: block;
}
#gHeader .rBox {
	justify-content: right;
	align-items: flex-end;
}
#gHeader .rBox .naviBox {
	position: relative;
	z-index: 1;
}
#gHeader .rBox .subLink {
	position: absolute;
	z-index: 1;
	right: 0;
	top: -3rem;
	color: #fff;
}
#gHeader .rBox .subLink .pc {
	padding: 0 1rem;
}
#gHeader .rBox .subLink a {
	color: #fff;
	font-size: 1.4rem;
}
#gNavi li {
	margin-right: 3.5rem;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi a {
	padding-bottom: 0.7rem;
	position: relative;
	color: #fff;
	font-weight: 700;
}
#gNavi a::after {
	width: 3rem;
	height: 0.2rem;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-color: transparent;
}
#gHeader .rBox .contactBtn {
	margin-left: 2.8rem;
	width: 14.9rem;
}
#gHeader .rBox .contactBtn a {
	min-height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
	background-color: #d35115;
	border-radius: 0.5rem;
}
#gHeader.white,
#gHeader.black {
	background-color: rgba(255, 255, 255, 0.9);
}
#gHeader.white .logo01,
#gHeader.black .logo01 {
	display: none;
}
#gHeader.white .logo02,
#gHeader.black .logo02 {
	display: block;
}
#gHeader .rBox .subLink a:hover {
	opacity: 0.7;
}
#gHeader.white .hBox {
	padding: 3.5rem 6rem;
}
@media all and (min-width: 897px) {
	#gNavi li.on a::after {
		background-color: #fff;
	}
	#gHeader.white .rBox .subLink,
	#gHeader.black .rBox .subLink {
		color: #000;
	}
	#gHeader.white #gNavi a,
	#gHeader.white .rBox .subLink a,
	#gHeader.black #gNavi a,
	#gHeader.black .rBox .subLink a {
		color: #000;
	}
	#gHeader .rBox .contactBtn a:hover {
		color: #d35115;
		background-color: #fff;
		border: 1px solid #d35115;
	}
	#gHeader.white #gNavi li.on a::after,
	#gHeader.black #gNavi li.on a::after {
		background-color: #000;
	}
	#gHeader.white #gNavi a:hover::after,
	#gHeader.black #gNavi a:hover::after {
		background-color: #000;
	}
	#gNavi a:hover::after {
		background-color: #fff;
	}
}
@media all and (min-width: 897px) and (max-width: 1400px)  {
	#gHeader .hBox {
		padding: 5.7rem 2rem;
	}
	#gHeader.white .hBox {
		padding: 3.5rem 2rem;
	}
	#gHeader .logo {
		width: 21.182vw;
	}
	#gHeader #gNavi a,
	#gHeader .rBox .subLink a {
		font-size: 1.3rem;
	}
	#gNavi li {
		margin-right: 1.5rem;
	}
	#gHeader .rBox .contactBtn {
		width: 12rem;
	}
	#gHeader .rBox .contactBtn a {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox,
	#gHeader.white .hBox {
		padding: 2.25rem 2.4rem 1.1rem;
	}
	#gHeader .logo {
		width: 24.2rem;
	}
	#gHeader .rBox {
		margin-top: 7.9rem;
		width: auto;
		display: block;
	}
	#gHeader .rBox .naviBox {
		margin-bottom: 2.4rem;
		display: block;
	}
	#gHeader .rBox .naviBox .en {
		font-size: 1.8rem;
		font-weight: 700;
		font-family: "Poppins", serif;
		letter-spacing: 0.05em;
		color: rgba(211, 81, 21, 0.29);
	}
	#gHeader .rBox .subLink {
		position: static;
		display: block;
	}
	#gHeader .rBox .subLink li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	}
	#gHeader .rBox .subLink a {
		padding: 2.2rem 0;
		display: flex;
		justify-content: space-between;
		color: #000;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	}
	#gNavi li:first-child {
		border-top: 1px solid rgba(0, 0, 0, 0.18);
	}
	#gNavi a {
		padding: 2.2rem 0 2.1rem;
		display: flex;
		justify-content: space-between;
		color: #000;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	#gHeader .rBox .contactBtn {
		margin: 0 auto;
		width: 32.7rem;
	}
	#gHeader .rBox .contactBtn a {
		padding-left: 3.2rem;
		min-height: 6rem;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		background: #d35115 url(img/common/icon03.png) no-repeat left 9.6rem center / 2.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #f6f6f4;
}
#gFooter .fBox {
	padding: 11.1rem 2rem 11.8rem;
}
#gFooter .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#gFooter .fInner {
	margin-bottom: 7.9rem;
}
#gFooter .fInner .lBox {
	width: 42rem;
}
#gFooter .fLogo {
	margin-bottom: 8.3rem;
}
#gFooter .fLogo img {
	width: 37.3rem;
}
#gFooter .fInner .name {
	margin-bottom: 1.2rem;
	color: #303030;
	font-size: 2rem;
	font-weight: 500;
}
#gFooter .fInner p {
	line-height: 2;
	letter-spacing: 0.05em;
}
#gFooter .fNavi {
	margin-top: -1.3rem;
	width: calc(100% - 45.5rem);
}
#gFooter .fNavi .navi {
	margin-right: 5.6%;
	width: 29.6%;
}
#gFooter .fNavi .navi:nth-child(3n) {
	margin-right: 0;
}
#gFooter .fNavi li:last-child {
	margin-bottom: 0 !important;
}
#gFooter .fNavi li a {
	padding: 2.5rem 0rem 2.2rem;
	display: block;
	font-weight: 500;
	color: #303030;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #ddd;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fNavi .subNavi {
	margin-top: 2.5rem;
}
#gFooter .fNavi .subNavi li {
	margin-bottom: 1.7rem;
}
#gFooter .fNavi .subNavi li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi .subNavi li a {
	padding: 0;
	display: inline-block;
	border-bottom: none;
}
#gFooter .fBanner li {
	margin-right: calc(8% / 3);
	width: 23%;
}
#gFooter .fBanner li:nth-child(4n) {
	margin-right: 0;
}
#gFooter .fBanner li a {
	height: 100%;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .fBanner .li01 img {
	width: 20.2rem;
}
#gFooter .fBanner li a:hover {
	opacity: 0.7;
}
#gFooter .fBanner li .pho {
	margin-bottom: 2rem;
	min-height: 11rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
}
#gFooter .btmBox {
	padding: 4.1rem 2rem 4.6rem;
	background-color: #FFF;
}
#gFooter .btmBox .fLink {
	margin-top: 0.1rem;
	width: calc(100% - 43rem);
}
#gFooter .btmBox .fLink li {
	margin-right: 1.9rem;
	color: #303030;
	font-size: 1.4rem;
}
#gFooter .btmBox .fLink li a {
	margin-right: 1.9rem;
	color: #303030;
}
#gFooter .btmBox .fLink li a:hover {
	opacity: 0.7;
}
#gFooter address {
	width: 42rem;
	color: #303030;
	font-size: 1.4rem;
	text-align: right;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 7.4rem 0 3.6rem;
	}
	#gFooter .fInner {
		margin-bottom: 2.7rem;
		display: block;
	}
	#gFooter .fInner .lBox {
		width: auto;
		text-align: center;
	}
	#gFooter .fLogo {
		margin: 0 0 2.7rem 1.8rem;
	}
	#gFooter .fLogo img {
		width: 28.8rem;
	}
	#gFooter .fInner .name {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
	}
	#gFooter .fInner p {
		font-size: 1.3rem;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter .fBanner {
		margin: 0 2.4rem;
		display: block;
	}
	#gFooter .fBanner li {
		margin: 0 0 1.3rem;
		width: auto;
	}
	#gFooter .fBanner li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBanner li a {
		font-size: 1.3rem;
	}
	#gFooter .fBanner li .pho {
		margin-bottom: 1.5rem;
		min-height: 10.2rem;
	}
	#gFooter .fBanner li .pho img {
		width: auto;
		height: 8.2rem;
	}
	#gFooter .fBanner .li01 img {
		width: auto;
	}
	#gFooter .btmBox {
		padding: 0;
		background: none;
		text-align: center;
	}
	#gFooter .btmBox .content {
		margin: 0;
		display: block;
	}
	#gFooter .btmBox .fLink {
		margin: 0 0 4.6rem;
		width: auto;
		display: block;
	}
	#gFooter .btmBox .fLink li {
		margin: 0 0 2.1rem;
		font-size: 0;
		line-height: 1.85;
	}
	#gFooter .btmBox .fLink li:last-child {
		margin-bottom: 0;
	}
	#gFooter .btmBox .fLink li a {
		margin-right: 0;
		font-size: 1.3rem;
	}
	#gFooter address {
		padding: 2.1rem 1rem 2rem;
		width: auto;
		color: #FFF;
		font-size: 1.1rem;
		text-align: center;
		background-color: #032039;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	justify-content: flex-end;
	opacity: 0.8;
}
#pagePath li {
	margin-left: 0.4rem;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#pagePath li a {
	margin-right: 0.4rem;
	color: #FFF;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 112rem;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 !important;
		margin: 0 2.4rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 14.7rem;
	padding: 26.9rem 2rem 1rem;
	min-height: 60rem;	
	background: url("img/privacy/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle .pageInner {
	max-width: 134.8rem;
	padding: 0 2.4rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 6.8rem;
		padding: 4.2rem 2.4rem 0;
		min-height: 32.5rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		background-image: url("img/privacy/page_title_bg_sp.jpg");
	}
	.pageTitle .pageInner {
		padding: 0;
		width: 100%;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	.menu {
		height: 6.5rem;
		width: 6.5rem;
		position: absolute;
		z-index: 10;
		top: 0;
		right: 0;
		background-color: #d35115;
		border-radius: 0 0 0 2rem;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 1.9rem;
		width: 2.7rem;
		height: 1px;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 2.8rem;
	}
	.menu span:nth-of-type(2) {
		top: 3.7rem;
	}
	.menu.on span {
		width: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.5rem) rotate(-34deg);
	}
	.menu.on span:nth-of-type(2) {
		transform: translateY(-0.4rem) rotate(34deg);
	}
	.menuBox { 
		padding: 2.25rem 2.4rem 5rem;
		padding-bottom: 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #f6f6f4;
		z-index: 10;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .logo {
		position: fixed;
		z-index: 10;
		width: 24.2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 12.7rem;
	color: #FFF;
}
.headLine01 .en {
	display: inline-block;
	font-size: 9rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	vertical-align: middle;
	font-family: "Josefin Sans", serif;
}	
.headLine01 .jp {
	margin-left: 1.6rem;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	vertical-align: 0.9rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 0;
		color: #FFF;
	}
	.headLine01 .en {
		display: block;
		font-size: 5rem;
		line-height: 1;
	}	
	.headLine01 .jp {
		margin: 0.4rem 0 0;
		display: block;
		vertical-align: top;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.6rem;
	padding-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #d35115;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.8rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 6.1rem;
	padding-bottom: 2.6rem;
	position: relative;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
.headLine03::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10rem;
    height: 0.2rem;
    transform: translateX(-50%);
    background-color: #d35115;
    content: "";
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3.3rem;
		padding-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 1.89;
	}
	.headLine03::before {
		width: 6rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.9rem;
	padding: 1.4rem 1.5rem 1.5rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #555;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 2.6rem;
		min-height: 4.5rem;
		padding: 1.1rem 1.5rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 4.6rem;
	padding: 1.9rem 0;
	color: #d35115;
	font-size: 1.5rem;
	font-weight: 700;	
	letter-spacing: 0.05em;
	border-bottom: 1px solid #d35115;
	border-top: 1px solid #d35115;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2rem;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 8.4rem;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine06 .en {
	margin-bottom: 1.9rem;
	display: block;
	color: #d35115;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.03em;
	font-weight: 400;
	font-family: "Josefin Sans", serif;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 4.5rem;
		font-size: 2.6rem;
	}
	.headLine06 .en {
		margin-bottom: 1rem;
		font-size: 1.4rem;
		font-weight: 500;
		font-family: "Noto Sans JP", serif;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 8rem;
	color: #d35115;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1;
}
.headLine07 .en {
	display: block;
	color: #000;
	font-size: 8rem;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.headLine07 {
		margin-bottom: 5rem;
	}
	.headLine07 .en {
		margin-bottom: 0.4rem;
		font-size: 5rem;
		letter-spacing: 0.025em;
	}
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 6.1rem;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 1;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	border-bottom: 0.2rem solid #DDDDDD;
}
.headLine08::after {
	width: 29.4rem;
	height: 0.2rem;
	position: absolute;
	bottom: -0.2rem;
	left: 0;
	content: "";
	background-color: #D35115;
}
@media all and (max-width: 896px) {
	.headLine08 {
		margin-bottom: 3rem;
		padding-bottom: 2rem;
		font-size: 2.2rem;
	}
	.headLine08::after {
		width: 16.2rem;
	}
}
/*------------------------------------------------------------
	comCarBox
------------------------------------------------------------*/
.jsCarBox {
	position: relative;
	overflow: hidden;
}
.comCarBox {
	padding: 0 2rem;
	max-width: 134rem;
	margin: 0 auto;
	align-items: flex-end;
	overflow: hidden;
	justify-content: flex-end;
}
.jsCarBox .pho01 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24rem;
	transform: translateX(-100%);
	animation: move 9s linear infinite;
}
.comCarBox .pho02 {
	width: 45.1rem;
}
:root {
	--left: -100%;
	--winLeft: 100%;
}
@keyframes move {
	0% {
		transform: translateX(-100%);
	}
	39% {
		transform: translateX(var(--left));
	}
	70% {
		transform: translateX(var(--left));
	}
	100% {
		transform: translateX(var(--winLeft));
	}
}
@media all and (max-width: 896px) {
	.comCarBox {
		padding: 0 2.4rem;
	}
	.jsCarBox .pho01 {
		width: 12.4rem;
		animation-duration: 7s;
	}
	.comCarBox .pho02 {
		margin-right: -7rem;
		width: 23.2rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 10.7rem 2rem 11.1rem;
	text-align: center;
	background: #032039;	
}
.comContact .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
.comContact .title {
	margin-bottom: 5.1rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.comContact .reateList li {
	margin-right: 5%;
	padding: 5.3rem 1rem 5.4rem;
	text-align: center;
	width: 30%;
	border-radius: 1rem;
	background-color: #FFF;
}
.comContact .reateList li:nth-child(3n) {
	margin-right: 0;
}
.comContact .reateList li .ttl {
	margin-bottom: 2.3rem;
	padding-bottom: 1.1rem;
	position: relative;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.comContact .reateList li .ttl::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 5.4rem;
	height: 1px;
	transform: translateX(-50%);
	background-color: #d35115;
	content: "";
}
.comContact .reateList li .numTxt .num {
	font-size: 2.9rem;
	letter-spacing: 0.05em;
}
.comContact .reateList li .numTxt .sml {
	margin-top: 0.6rem;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.comContact .reateList li .link {
	margin-top: 2.9rem;
}
.comContact .reateList li .link a {
	margin: 0 auto;
	width: 29.5rem;
	min-height: 5.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 2.9rem;
	border: 1px solid #d35115;
	background-color: #d35115;
}
.comContact .reateList li .link .sub {
	padding-left: 3rem;
	display: inline-block;
	background: url("img/common/icon03.png") no-repeat left center / 2.1rem;
}
@media all and (min-width: 897px) {
	.comContact .reateList li .link a:hover {
		color: #d35115;
		background-color: #FFF;
	}
	.comContact .reateList li .link a:hover .sub {
		background-image: url("img/common/icon03_on.png");
	}
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 6.8rem 0 7.5rem;
	}
	.comContact .title {
		margin: 0 -2rem 3.5rem;
		font-size: 1.5rem;
		line-height: 2;
	}
	.comContact .reateList {
		margin: 0;
		display: block;
	}
	.comContact .reateList li {
		margin: 0 0 1.5rem;
		padding: 3.2rem 2rem;
		width: auto;
	}
	.comContact .reateList li:last-child {
		margin-bottom: 0;
	}
	.comContact .reateList li .ttl {
		margin-bottom: 1.2rem;
		padding-bottom: 0.8rem;
		font-size: 1.5rem;
	}
	.comContact .reateList li .numTxt .sml {
		margin-top: 0.1rem;
		font-size: 1.1rem;
	}
	.comContact .reateList li .link {
		margin: 2.2rem 0 0.3rem;
	}
	.comContact .reateList li .link a {
		min-height: 4.9rem;
		width: 25.5rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comMessage
------------------------------------------------------------*/
.comMessage {
	padding: 15.2rem 0 11.5rem;
	background-color: #f6f6f4;
}
.comMessage .photoBox {
	margin-right: 8.8rem;
	width: 34.3rem;
}
.comMessage .photoBox .pho {
	margin-bottom: 3.9rem;
	border-radius: 3rem;
	overflow: hidden;
}
.comMessage .photoBox .text {
	margin-bottom: 2.6rem;
	letter-spacing: 0.05em;
}
.comMessage .textBox {
	margin-top: -0.5rem;
	flex: 1;
}
.comMessage .textBox .ttl {
	margin-bottom: 3.7rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.83;
}
.comMessage .textBox .txt {
	margin-bottom: 3.1rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comMessage {
		padding: 7rem 0 7.5rem;
	}
	.comMessage .photoBox {
		margin-right: 0;
		width: auto;
		display: block;
	}
	.comMessage .photoBox .pho {
		margin-bottom: 3rem;
	}
	.comMessage .photoBox .pho img {
		width: 100%;
	}
	.comMessage .photoBox .text {
		margin-bottom: 1.8rem;
		font-size: 1.3rem;
	}
	.comMessage .textBox {
		margin: 0 0 3.3rem;
	}
	.comMessage .textBox .ttl {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	.comMessage .textBox .txt {
		margin-bottom: 2.8rem;
	}
	
}
/*------------------------------------------------------------
	comCenTxt
------------------------------------------------------------*/
.comCenTxt {
	margin-bottom: 9.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comCenTxt {
		margin-bottom: 3.6rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox .photoBox {
	width: 48%;
	border-radius: 1rem;
	overflow: hidden;
}
.comImgBox img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photoBox {
		margin-bottom: 1.8rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	margin: 0 auto;
	width: 41rem;
	height: 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 5rem;
	border: 1px solid #d35115;
	background-color: #d35115;
}
@media all and (min-width: 897px) {
	.comLink01 a:hover {
		color: #d35115;
		background-color: #FFF;
	}
}
@media all and (max-width: 896px) {
	.comLink01 a {
		width: 30.3rem;
		height: 7.5rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	width: 18rem;
}
.comBtn01 a,
.comBtn01 p {
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-color: #d35115;
	border-radius: 3rem;
	transition: .3s;
}
.comBtn01 p {
	padding-right: 0.8rem;
}
.comBtn01 a span,
.comBtn01 p span {
	padding: 0.5rem 0 0.6rem 4.3rem;
	background: url(img/common/icon02.png) no-repeat left center / 3rem;
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover {
		background-color: #fff;
		border: 1px solid #D35115;
	}
	.comBtn01 a:hover span {
		color: #d35115;
		background-image: url(img/common/icon01.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn01 {
		margin: 0 auto;
		width: 16.4rem;
	}
	.comBtn01 a,
	.comBtn01 p {
		min-height: 5.1rem;
		font-size: 1.4rem;
	}
	.comBtn01 a span,
	.comBtn01 p span {
		padding-left: 3.5rem;
		background-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#sideBar .sideTtl {
	padding: 1.9rem 0;
	color: #d35115;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-top: 1px solid #d35115;
	border-bottom: 1px solid #d35115;
}
#sideBar .sideList {
	margin-bottom: 4rem;
}
#sideBar .sideList a {
	padding: 2rem 0 1.7rem;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #ddd;
	background: url(img/common/icon04.png) no-repeat right 1.0rem center;
	background-size: 0.7rem auto;
}
#sideBar .sideList a:hover {
	opacity: 0.7;
}
#sideBar form {
	margin: 2.3rem 0 4rem;
	position: relative;
}
#sideBar form input[type="text"],
#sideBar form select {
	width: 100%;
	padding: 0.2rem 5rem 0 1.7rem;
	height: 5rem;
	font-size: 1.4rem;
	color: #000;
	border: none;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	background: #f6f6f4;
}
#sideBar form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 5rem;
	height: 5rem;
	font-size: 0;
	border: none;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	background: url(img/common/icon05.png) no-repeat center center;
	background-size: 1.8rem auto;
	cursor: pointer;
	transition: .3s;
}
#sideBar .comNewsList {
	margin-top: 2.4rem;
}
@media all and (min-width: 897px) {
	.mainBox {
		padding: 1rem 0 0 0.2rem;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	#conts {
		width: 80rem;
	}
	#sideBar {
		margin-right: auto;
		width: 25rem;
	}	
	#sideBar form input[type="submit"]:hover {
		opacity: 0.7;
	}
	#sideBar .comNewsList a {
		padding: 2.4rem 0;
	}
	#sideBar .comNewsList a {
		padding: 2.4rem 0 2.5rem;
	}
	#sideBar .comNewsList .pho {
		width: 8rem;
		height: 8rem;
	}
	#sideBar .comNewsList .textBox {
		padding: 0.3rem 0 0;
		width: calc(100% - 9.5rem);
	}
	#sideBar .comNewsList .title {
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	#sideBar .comNewsList .title .time {
		width: 6.5rem;
	}
	#sideBar .comNewsList .sort {
		margin-top: 0;
		width: calc(100% - 6.5rem);
	}
	#sideBar .comNewsList .sort span {
		margin: 0 0 0 0.5rem;
		padding: 0;
		min-width: inherit;
		border: none;
	}
	#sideBar .comNewsList .txt {
		font-weight: 400;
		font-size: 1.3rem;
		line-height: 1.692;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media all and (max-width: 896px) {
	.mainBox {
		padding: 0.6rem 0 0;
	}
	#sideBar {
		margin: 4rem auto 0;
	}
	#sideBar .sideList {
		margin-bottom: 3rem;
	}
	#sideBar form {
		margin-bottom: 3rem;
	}
	#sideBar form input[type="text"] {
		padding: 0.1rem 5rem 0 1.9rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	border-top: 1px solid #ddd;
}
.comNewsList li {
	border-bottom: 1px solid #ddd;
}
.comNewsList a {
	padding: 4rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comNewsList .pho {
	width: 9rem;
	height: 9rem;
	position: relative;
	overflow: hidden;
}
.comNewsList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comNewsList .textBox {
	padding-bottom: 0.5rem;
	width: calc(100% - 12.5rem);
}
.comNewsList .title {
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.comNewsList .time {
	width: 9rem;
}
.comNewsList .sort {
	margin-top: -1rem;
	width: calc(100% - 9.3rem);
}
.comNewsList .sort span {
	min-width: 13.7rem;
	margin: 0.5rem 1rem 0 0;
	padding: 0.3rem 2rem;
	text-align: center;
	color: #d35115;
	border: 1px solid #d35115;
	border-radius: 5rem;
}
.comNewsList .txt {
	font-weight: 500;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comNewsList a:hover {
		background-color: #fff6f2;
	}
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 2.5rem 0 2.5rem;
	}
	.comNewsList .pho {
		width: 8rem;
		height: 8rem;
	}
	.comNewsList .textBox {
		padding: 0.3rem 0 0;
		width: calc(100% - 10.5rem);
	}
	.comNewsList .title {
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	.comNewsList .time {
		width: 8rem;
	}
	.comNewsList .sort {
		margin-top: -0.8rem;
		width: calc(100% - 7.6rem);
	}
	.comNewsList .sort span {
		padding: 0.2rem 0;
		min-width: 10.9rem;
		font-size: 1.2rem;
	}
	.comNewsList .txt {
		line-height: 1.85;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -1rem;
	font-size: 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 1rem 1rem 0 0;
	width: 5rem;
	height: 5rem;
	padding-top: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
	box-sizing: border-box;
	background-color: #f6f6f4;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #d35115;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-weight: 700;
	background-color: rgba(211, 81, 21, 0.1);
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #d35115;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: -1rem -1rem 0;
		justify-content: center;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 1rem 0.4rem 0;
		width: 4rem;
		height: 4rem;
		padding-top: 1rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comDetailsBox
------------------------------------------------------------*/
.comDetailsBox {
	margin-bottom: -8rem;
}
.comDetailsBox .topBox {
	margin-bottom: 5rem;
	padding: 4.6rem 0.3rem 4.8rem;
	border-top: 1px solid #d35115;
	border-bottom: 1px solid #d35115;
}
.comDetailsBox .topBox .title {
	margin-bottom: 1.6rem;
    font-weight: 700;
	font-size: 2.6rem;
    letter-spacing: 0.05em;
}
.comDetailsBox .topBox .date {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.comDetailsBox .topBox .date .time {
	margin-top: 0.5rem;
    width: 9rem;
}
.comDetailsBox .topBox .date .sort {
    margin-top: -1rem;
    width: calc(100% - 9.3rem);
}
.comDetailsBox .topBox .date .sort span {
    min-width: 13.7rem;
    margin: 1rem 1rem 0 0;
    padding: 0.3rem 2rem;
    text-align: center;
    color: #d35115;
    border: 1px solid #d35115;
    border-radius: 5rem;
}
.comDetailsBox figure {
	padding: 0;
	margin: 0 0 4.6rem;
}
.comDetailsBox .innerBox p {
	margin-bottom: 4.5rem;
	line-height: 2;
	letter-spacing: 0.05em;
	word-break: break-all;
}
.comDetailsBox .innerBox a {
	color: #1C53B8;
}
@media all and (min-width: 897px) {
	.comDetailsBox .innerBox a:hover {
		text-decoration: underline;
	}
}
.comDetailsBox .innerBox h2 {
	margin-bottom: 4.0rem;
	padding-bottom: 2rem;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #d35115;
	border-bottom: 1px solid #ddd;
}
.comDetailsBox .innerBox h2::before {
	position: absolute;
	z-index: 2;
	bottom: -0.1rem;
	width: 15rem;
	height: 1px;
	left: 0;
	content: "";
	background-color: #d35115;
}
.comDetailsBox .innerBox h3 {
	margin-bottom: 3.5rem;
	padding: 0;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border: 0;
}
#main .comDetailsBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .comDetailsBox th,
#main .comDetailsBox td {
	padding: 1.2rem 2.6rem;
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	vertical-align: top;
	word-break: break-all;
	border: 0.1rem solid #CCC;
}
#main .comDetailsBox th,
#main .comDetailsBox td:first-child {
	padding-left: 2.3rem;
	width: 30%;
	font-weight: 400;
	background-color: #f6f6f4;
}
#main .comDetailsBox td {
	background-color: #fff;
}
.comDetailsBox blockquote {
	margin-bottom: 5rem;
	padding: 3.35rem 3.9rem;
	border: 1px solid #d35115;
}
.comDetailsBox blockquote p {
	margin-bottom: 0 !important;
	font-size: 1.5rem;
}
.comDetailsBox .reportBox {
	margin: 8.8rem 0 5rem;
	padding: 5.9rem 4rem 4.9rem;
	position: relative;
	background-color: #f6f6f4;
}
.comDetailsBox .reportBox .mark {
	width: fit-content;
	padding: 0.4rem 1.7rem 0.3rem;
	position: absolute;
	top: -1.5rem;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-color: #d35115;
}
.comDetailsBox .reportBox .phoBox {
	width: 16.7rem;
}
.comDetailsBox .reportBox .txtBox {
	width: 52.4rem;
}
.comDetailsBox .reportBox .txtBox h4 {
	margin-bottom: 1.8rem;
	letter-spacing: 0.05em;
}
.comDetailsBox .reportBox .txtBox p {
	margin: 0 0 2rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.71;
}
.comDetailsBox .reportBox .txtBox p:last-child {
	margin-bottom: 0;
} 
.comDetailsBox .pageBack {
	margin-bottom: 5rem;
	position: relative;
	padding: 6.7rem 0 4rem;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}
.comDetailsBox .pageBack li a {
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}
.comDetailsBox .pageBack .prev,
.comDetailsBox .pageBack .next {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: 0.2rem;
}
.comDetailsBox .pageBack .next {
	left: auto !important;
	right: 0;
}
.comDetailsBox .pageBack .prev a,
.comDetailsBox .pageBack .next a {
	width: 24.5rem;
	display: inline-flex;
	align-items: center;
	line-height: 1.93;
	min-height: 4.8rem;
}
.comDetailsBox .pageBack .prev a {
	padding-left: 5.6rem;
	background: url("img/common/icon06.png") no-repeat left center / 2.5rem;
}
.comDetailsBox .pageBack .next a {
	padding-right: 5rem;
	background: url("img/common/icon07.png") no-repeat right center / 2.5rem;
}
.comDetailsBox .pageBack a:hover {
	opacity: 0.7;
}
.comDetailsBox .pageBack .back a {
	padding-top: 3rem;
	color: #d35115;
	display: inline-block;
	background: url(img/common/icon08.png) no-repeat top center / 1.9rem;
}

@media all and (max-width: 896px) {
	.comDetailsBox {
		margin-bottom: 0;
	}
	.comDetailsBox .topBox {
		margin-bottom: 4rem;
		padding: 2.2rem 0 2.4rem 0.3rem;
	}
	.comDetailsBox .topBox .title {
		margin-bottom: 0.6rem;
        font-size: 1.8rem;
		line-height: 1.77;
	}
	.comDetailsBox .topBox .date {
		font-size: 1.2rem;
	}
	.comDetailsBox .topBox .date .time {
		margin-top: 0.3rem;
		width: 7.5rem;
	}
	.comDetailsBox .topBox .date .sort {
		width: calc(100% - 7.9rem);
	}
	.comDetailsBox .topBox .date .sort span {
		padding: 0.2rem 0.2rem;
		min-width: 10.9rem;
        font-size: 1.2rem;
	}
	.comDetailsBox figure {
		margin-bottom: 3.5rem;
	}
	.comDetailsBox .innerBox p {
		margin-bottom: 3rem;
		line-height: 2.14;
	}
	.comDetailsBox .innerBox h2 {
		margin-bottom: 2.8rem;
		padding-bottom: 2.8rem;
		font-size: 1.7rem;
		line-height: 1.65;
	}
	.comDetailsBox .innerBox h2::before {
		width: 10rem;
	}
	.comDetailsBox .innerBox h3 {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#main .comDetailsBox th,
	#main .comDetailsBox td {
		padding: 1rem 1.9rem;
		width: 100% !important;
		display: block;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	#main .comDetailsBox tr:not(:last-child) td:last-child {
		border-bottom: none;
	}
	#main .comDetailsBox th,
	#main .comDetailsBox td:first-child {
		padding: 0.9rem 1.9rem;
		line-height: 1.5;
		border-bottom: none;
	}
	#main .comDetailsBox .is-scroll-on-mobile table th,
	#main .comDetailsBox .is-scroll-on-mobile table td {
		width: auto !important;
		display: table-cell;
	}
	.comDetailsBox blockquote {
		margin-bottom: 3rem;
		padding: 2rem;
	}
	.comDetailsBox blockquote p {
		font-size: 1.3rem;
	}
	.comDetailsBox .reportBox {
		margin: 5.5rem 0 4rem;
		padding: 4.2rem 2.4rem 2.9rem;
	}
	.comDetailsBox .reportBox .subBox {
		margin-bottom: 1.3rem;
		align-items: center;
	}
	.comDetailsBox .reportBox .phoBox {
		width: 14rem;
	}
	.comDetailsBox .reportBox .txtBox {
		width: calc(100% - 15.8rem);
	}
	.comDetailsBox .reportBox .txtBox h4 {
		margin-bottom: 0.5rem;
		line-height: 1.83;
		font-size: 1.2rem;
	}
	.comDetailsBox .reportBox p {
		margin-bottom: 0;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	.comDetailsBox .pageBack {
		margin-bottom: 0;
		padding: 4.8rem 5.5rem 4.8rem;
		border-color: #d35115;
		border-bottom: none;
	}
	.comDetailsBox .pageBack .prev, 
	.comDetailsBox .pageBack .next {
		margin-top: 0.1rem;
	}
	.comDetailsBox .pageBack .prev a, 
	.comDetailsBox .pageBack .next a {
		min-height: 3.5rem;
		width: 6.6rem;
		font-size: 0;
	}
	.comDetailsBox .pageBack .prev a {
		padding-left: 0;
		background: url("img/common/icon06_sp.png") no-repeat center center / 1.8rem;
	}
	.comDetailsBox .pageBack .next a {
		padding-right: 0;
		background: url("img/common/icon07_sp.png") no-repeat center center / 1.8rem;
	}
	.comDetailsBox .pageBack .back a {
		padding-top: 0;
		background: none;
	}	
}

/*------------------------------------------------------------
	comPointList
------------------------------------------------------------*/
.comPointList {
	margin: -2.5rem 0 16.5rem;
}
.comPointList li {
	margin: 2.5rem 1.75rem;
	width: 35rem;
}
.comPointList li a {
	position: relative;
	height: 100%;
	min-height: 6.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #d35115;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	border-radius: 3.2rem;
	border: 1px solid #d35115;
}
.comPointList li a::before {
	position: absolute;
	left: 50%;
	bottom: -4rem;
	width: 3.4rem;
	height: 1.8rem;
	transform: translateX(-50%);
	background: url("img/common/icon09.png") no-repeat;
	background-size: 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.comPointList li a:hover {
		color: #FFF;
		background-color: #d35115;
	}
}
@media all and (max-width: 896px) {
	.comPointList {
		margin: 0 0 7.5rem;
		display: block;
	}
	.comPointList li {
		margin: 0 0 1rem;
		width: auto;
	}
	.comPointList li:last-child {
		margin-bottom: 0;
	}
	.comPointList li a {
		min-height: 5.4rem;
		font-size: 1.4rem;
		border-radius: 3.2rem;
		background: url("img/common/icon09_sp.png") no-repeat right 2.4rem center / 1.8rem;
	}
	.comPointList li a::before {
		display: none;
	}
}
/*------------------------------------------------------------
	comGayBox
------------------------------------------------------------*/
.comGayBox {
	background-color: #f6f6f4;
}
/*------------------------------------------------------------
	comSecBox
------------------------------------------------------------*/
.comSecBox {
	padding: 15rem 2rem 14.8rem;
	overflow: hidden;
}
@media all and (max-width: 896px) {
	.comSecBox {
		padding: 7.5rem 0 7.2rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .pageTitle {
	background-image: url("img/news/page_title_bg.jpg");
}
#news  #conts .comNewsList {
	margin-bottom: 6rem;
}
@media all and (max-width: 896px) {
	#news .pageTitle {
		background-image: url("img/news/page_title_bg_sp.jpg");
	}
	#news  #conts .comNewsList {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	#privacy .pageTitle {
		margin-bottom: 14.4rem;
	}
}
#privacy .txtInner {
	margin-bottom: 4.6rem;
}
#privacy .txtInner:last-child {
	margin-bottom: 0;
}
#privacy p {
	margin-bottom: 3.2rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#privacy p:last-child {
	margin-bottom: 0;
}
#privacy .text01 {
	margin-bottom: 4.2rem;
}
@media all and (max-width: 896px) {
	#privacy .txtInner {
		margin-bottom: 3.1rem;
	}
	#privacy p {
		margin-bottom: 2.8rem;
	}
	#privacy .text01 {
		margin-bottom: 2.7rem;
	}	
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle {
	background-image: url("img/contact/page_title_bg.jpg");
}
#contact .listUl {
	margin-bottom: 7.1rem;
}
#contact .listUl li {
	margin: 0 1rem;
	width: 40rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#contact .listUl li .ttl {
	display: block;
	margin-bottom: 0.2rem;
	color: #d35115;
	font-size: 1.8rem;
	font-weight: 700;
}
#contact .listUl li .num {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 4rem;
	letter-spacing: 0.03em;
}
#contact .mailForm .headLine04 {
	margin-bottom: 7.1rem;
}
#contact .mailForm table {
	margin-bottom: 4.9rem;
	width: 100%;
	border-collapse: collapse;
}
#contact .mailForm th,
#contact .mailForm td {
	padding: 3rem 0 3rem 4.4rem;
	vertical-align: middle;
	text-align: left;
	word-break: break-all;
	box-sizing: border-box;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#contact .mailForm th {
	padding-left: 3.2rem;
	position: relative;
	width: 28.85%;
	font-weight: 500;
	background-color: rgba(211, 81, 21, 0.05);
}
#contact .mailForm .must,
#contact .mailForm .any {
	position: absolute;
	right: 4.8rem;
	top: 50%;
	width: 4.4rem;
	min-height: 2.9rem;
	padding: 0.3rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	background-color: #d35115;
	transform: translateY(-50%);
}
#contact .mailForm .any {
	background-color: #707070;
}
#contact .mailForm input[type="text"],
#contact .mailForm input[type="email"],
#contact .mailForm input[type="tel"],
#contact .mailForm textarea,
#contact .mailForm input[type="button"] {
	width: 37.7rem;
	padding: 0 2.1rem 0.2rem;
	height: 5.5rem;
	font-size: 1.6rem;
	color: #000;
	border: none;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	letter-spacing: 0.05em;
	background: #f6f6f4;
}
#contact .mailForm input[type="button"] {
	margin-left: 1.3rem;
	width: 11.6rem;
	color: #fff;
	letter-spacing: 0;
	background: #AAA;
	cursor: pointer;
	transition: .3s;
}
#contact .mailForm .wid01[type="text"] {
	width: 21.2rem;
}
#contact .mailForm .wid02[type="text"] {
	width: 100%;
}
#contact .mailForm td textarea {
	width: 100%;
	height: 15.1rem;
	padding: 2.1rem;
	resize: vertical;
	vertical-align: top;
}
#contact .mailForm .inputUl li.flex {
	margin-bottom: 1.8rem;
	align-items: center;
}
#contact .mailForm .inputUl .zip {
	width: 7.7rem;
}
#contact .mailForm input::-webkit-input-placeholder { 
	color: #aaa;
	opacity: 1;
}
#contact .mailForm input:-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
#contact .mailForm input::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
#contact .mailForm input:-ms-input-placeholder {
	color: #aaa;
	opacity: 1;
}
#contact .mailForm .agree {
	margin-bottom: 3.5rem;
	text-align: center;
	letter-spacing: 0.05em;
}
#contact .mailForm .agree a {
	color: #004CF8;
}
#contact .mailForm input[type="checkbox"] {
	display: none;
}
#contact .mailForm input[type="checkbox"] + span {
	min-height: 4rem;
	padding: 0.6rem 0 0 6rem;
	display: inline-block;
	background: url(img/common/check_img01.png) no-repeat left top;
	background-size: 4rem auto;
	box-sizing: border-box;
	cursor: pointer;
}
#contact .mailForm input[type="checkbox"]:checked + span {
	background-image: url(img/common/check_img02.png);
}
#contact .mailForm .submit li {
	width: 46.2rem;
	margin: 0 2rem;
	position: relative;
}
#contact .mailForm .submit input {
	width: 100%;
	padding: 1rem;
	height: 10rem;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 700;
	border: none;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	text-align: center;
	border-radius: 5rem;
	border: 1px solid #d35115;
	background: #d35115;
	cursor: pointer;
	transition: .3s;
}
#contact .mailForm .agree .wpcf7-list-item {
	margin-left: 0;
}
#contact .wpcf7-spinner {
	position: absolute;
	bottom: -3rem;
    left: 48%;
}
@media all and (min-width: 897px) {
	#contact .mailForm .agree a:hover {
		text-decoration: underline;
	}
	#contact .mailForm input[type="button"]:hover {
		opacity: 0.7;
	}
	#contact .mailForm .submit input:hover {
		color: #d35115;
		background: #FFF;
	}
}
@media all and (max-width: 896px) {
	#contact .pageTitle {
		background-image: url("img/contact/page_title_bg_sp.jpg");
	}
	#contact .listUl {
		margin-bottom: 3.9rem;
		display: block;
	}
	#contact .listUl li {
		margin-bottom: 2rem;
		width: auto;
		font-size: 1.2rem;
	}
	#contact .listUl li:last-child {
		margin-bottom: 0;
	}
	#contact .listUl li .ttl {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
	}
	#contact .listUl li .num {
		margin-bottom: 0.4rem;
		font-size: 3rem;
	}
	#contact .mailForm .headLine04 {
		margin-bottom: 3.3rem;
	}
	#contact .mailForm table {
		margin-bottom: 0.6rem;
	}
	#contact .mailForm th,
	#contact .mailForm td {
		width: 100% !important;
		display: block;
		padding: 2rem 0;
	}
	#contact .mailForm td {
		border: none;
	}
	#contact .mailForm th {
		padding: 1.5rem 2.3rem 1.4rem;
		border-bottom: none;
		border-top-color: #D35115;
	}
	#contact .mailForm .must,
	#contact .mailForm .any {
		right: 1.8rem;
		width: 3.2rem;
		min-height: 1.9rem;
		padding: 0.2rem 0 0;
		line-height: 1.2;
		font-size: 1.2rem;
	}
	#contact .mailForm input[type="text"],
	#contact .mailForm input[type="email"],
	#contact .mailForm input[type="tel"],
	#contact .mailForm textarea,
	#contact .mailForm input[type="button"] {
		width: 100%;
		padding: 0 1.2rem;
		font-size: 1.4rem;
	}
	#contact .mailForm input[type="button"] {
		margin-left: 1rem;
		width: 26.5%;
		font-size: 1.4rem;
	}
	#contact .mailForm .wid01[type="text"] {
		width: calc(73.5% - 7.5rem );
	}
	#contact .mailForm .zipInp {
		display: inline-block;
		width: calc(73.5% - 7.5rem );
	}
	#contact .mailForm .zipInp .wid01[type="text"] {
		width: 100%;
	}
	#contact .mailForm .inputUl .zip {
		width: 6.5rem;
		font-size: 1.3rem;
	}
	#contact .mailForm .inputUl li.flex {
		margin: 0 0 1rem;
	}	
	#contact .mailForm td textarea {
		height: 12rem;
		padding: 1.8rem;
	}
	#contact .mailForm .agree {
		margin-bottom: 2.8rem;
	}
	#contact .mailForm input[type="checkbox"] + span {
		padding: 1rem 0 0 5.2rem;
	}
	#contact .mailForm .submit {
		display: block;
		width: 30.3rem;
		margin: 0 auto;
	}
	#contact .mailForm .submit li {
		margin: 0 0 2rem;
		width: auto;
	}
	#contact .mailForm .submit li:last-child {
		margin-bottom: 0;
	}
	#contact .mailForm .submit input {
		height: 7.5rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	truck
------------------------------------------------------------*/
#truck .pageTitle {
	background-image: url("img/truck/page_title_bg.jpg");
}
#truck .topBox .comCenTxt {
	margin-bottom: 6.1rem;
}
#truck .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#truck .phoList {
	margin: -3.1rem -3.25rem 0;
}
#truck .phoList li {
	margin: 3.1rem 0 0;
	padding: 0 2.381%;
	width: calc(100% / 3);
	text-align: center;
}
#truck .phoList li .pho {
	margin-bottom: 3.2rem;
}
#truck .phoList li .pho img {
	width: 100%;
	border-radius: 1rem;
}
#truck .phoList li .ttl {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#truck .phoList li .num {
	color: #d35115;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#truck .sec02 {
	padding-bottom: 0 !important;
}
@media all and (max-width: 896px) {
	#truck .pageTitle {
		background-image: url("img/truck/page_title_bg_sp.jpg");
	}
	#truck .headLine03 {
		padding-bottom: 1.5rem;
	}
	#truck .topBox .comCenTxt {
		margin-bottom: 3.3rem;
	}
	#truck .phoList {
		margin: 0;
		display: block;
	}
	#truck .phoList li {
		margin: 0 0 1.7rem;
		padding: 0;
		width: auto;
	}
	#truck .phoList li:last-child {
		margin-bottom: 0;
	}
	#truck .phoList li .pho {
		margin-bottom: 1.8rem;
	}
	#truck .phoList li .ttl {
		margin-bottom: 0.4rem;
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .pageTitle {
	background-image: url("img/about/page_title_bg.jpg");
}
#about .topBox .comCenTxt {
	margin-bottom: 6.1rem;
}
#about .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#about .imgBox {
	margin-bottom: 7.0rem;
	align-items: center;
}
#about .imgBox .phoBox {
	width: 58.5%;
}
#about .imgBox .phoBox img {
	width: 100%;
	border-radius: 1rem;
}
#about .imgBox .txtBox {
	width: 36.15%;
}
#about .imgBox .txtBox h3 {
	margin-bottom: 2.7rem;
	padding-bottom: 2.9rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #d35115;
}
#about .imgBox .txtBox p {
	line-height: 1.875;
	letter-spacing: 0.05em;
}
#about .phoList {
	margin: -5rem -3.25rem 0;
}
#about .phoList li {
	margin: 5rem 0 0;
	padding: 0 2.381%;
	width: calc(100% / 3);
}
#about .phoList li .pho {
	margin-bottom: 3.2rem;
}
#about .phoList li .pho img {
	width: 100%;
	border-radius: 1rem;
}
#about .phoList li h3 {
	margin-bottom: 2.8rem;
	position: relative;
	padding-bottom: 1.8rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
#about .phoList li h3::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 1px;
	width: 6rem;
	background-color: #d35115;
	content: "";
}
#about .phoList li .txt {
	margin-bottom: -0.9rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#about .phoList li dl {
	margin-top: 3.3rem;
	font-size: 1.5rem;
	line-height: 2.13;
	text-align: center;
	letter-spacing: 0.05em;
	border: 1px solid #ccc;
}
#about .phoList li dt {
	padding: 1rem 0rem 1.2rem;
	min-height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	background-color: #f8f8f8;
}
#about .phoList li dt.sml {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
#about .phoList li dd {
	padding: 1.1rem 0.5rem;
}
#about .sec03 .phoList li .pho {
	margin-bottom: 1.5rem;
}
#about .sec03 .phoList li .txt {
	margin-bottom: 0;
	text-align: center;
}
@media all and (max-width: 896px) {
	#about .pageTitle {
		background-image: url("img/about/page_title_bg_sp.jpg");
	}
	#about .headLine03 {
		padding-bottom: 1.5rem;
	}
	#about .topBox .comCenTxt {
		margin-bottom: 3.3rem;
	}
	#about .imgBox {
		margin-bottom: 3.8rem;
		display: block;
	}
	#about .imgBox .phoBox {
		margin-bottom: 2.4rem;
		width: auto;
	}
	#about .imgBox .txtBox {
		width: auto;
	}
	#about .imgBox .txtBox h3 {
		margin-bottom: 1.9rem;
		padding-bottom: 2.2rem;
		font-size: 1.8rem;
		line-height: 1.55;
		text-align: center;
	}	
	#about .imgBox .txtBox p {
		line-height: 2;
	}
	#about .phoList {
		margin: 0;
		display: block;
	}
	#about .phoList li {
		margin: 0 0 3rem;
		padding: 0;
		width: auto;
	}
	#about .phoList li:last-child {
		margin-bottom: 0 !important;
	}
	#about .phoList li .pho {
		margin-bottom: 1.8rem;
	}
	#about .phoList .subBox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#about .phoList .subBox .pho {
		margin-bottom: 0;
		width: 13rem;
	}
	#about .phoList .subBox .txtBox {
		width: calc(100% - 15.4rem);
	}
	#about .phoList li h3 {
		margin-bottom: 0;
		padding: 0 0.2rem 1.6rem;
		font-size: 1.8rem;
		text-align: left;
		line-height: 1.55;
	}
	#about .phoList li h3::before {
		left: 0;
		transform: none;
		width: 100%;
	}
	#about .phoList li .txt {
		margin: 1.6rem 0 -0.5rem;
		font-size: 1.3rem;
	}
	#about .phoList li dl {
		margin-top: 2rem;
		font-size: 1.3rem;
		line-height: 2;
	}
	#about .phoList li dt {
		padding: 0.8rem 0;
		min-height: 4.5rem;
	}
	#about .phoList li dt.sml {
		font-size: 1.1rem;
	}
	#about .phoList li dd {
		padding: 0.9rem 0.5rem 0.8rem;
	}
	#about .sec02 .phoList li .subBox .txtBox {
		padding-bottom: 0.5rem;
	}
	#about .sec03 .phoList li {
		margin-bottom: 1.2rem;
	}
	#about .sec03 .phoList li .pho {
		margin-bottom: 1.2rem;
	}
	#about .sec03 .phoList li .txt {
		margin: 0;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
}
.mainVisual .videoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	z-index: 0;
}
.mainVisual .videoBox::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(43, 43, 43, 0.6);
	mix-blend-mode: multiply;
}
.mainVisual .videoBox iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
    height: 100%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.mainVisual .innerBox {
	position: absolute;
	bottom: 8.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 81.875vw;
	min-width: 120rem;
	color: #fff
}
.mainVisual .title {
	margin-bottom: 2.3rem;
	font-size: 10rem;
	line-height: 1.1;
}
.mainVisual .text {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2;
}
.mainVisual .newsBox {
	width: 83.3rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #d35115;
}
.mainVisual .newsBox a {
	padding: 1.8rem 1.1rem 1.7rem;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.mainVisual .newsBox a:hover {
	opacity: 0.7;
}
.mainVisual .newsBox .lBox {
	text-align: center;
	display: inline-block;
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	width: 10.5rem;
	border-right: 1px solid rgba(255, 255, 255, 1);
}
.mainVisual .newsBox .rBox {
	padding: 0 2.3rem;
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
.mainVisual .scroll {
	position: absolute;
	right: 12rem;
	bottom: 32rem;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.mainVisual .scroll a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.mainVisual .scroll::after,
.mainVisual .scroll::before {
	width: 1px;
	height: 15.7rem;
	position: absolute;
	z-index: 1;
	top: 9rem;
	left: 50%;
	content: "";
	background-color: #fff;
}
.mainVisual .scroll::before {
	z-index: 2;
	height: 15.7rem;
    background-color: #000;
    -webkit-animation: bar 2.5s ease-in-out infinite;
    animation: bar 2.5s ease-in-out infinite;
}
@keyframes bar {
	0% {
	  height: 0;
	  top: 9rem;
	}
	30% {
	  height: 7.5rem;
	}
	100% {
	  height: 0;
	  top: 24.7rem;
	}
}
#top .content {
	position: relative;
	z-index: 2;
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#top .about {
	padding: 28.1rem 0 27.5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#top .about .imgBox .textBox {
	max-width: 53rem;
}
#top .about .imgBox .textBox .title {
	margin-bottom: 5rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.68;
}
#top .about .imgBox .textBox .text {
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 2.8;
}
#top .about .imgBox .photoBox {
	position: relative;
	z-index: 1;
	width: calc(100% - 53.5rem);
}
#top .about .imgBox .photoBox .sliderBox {
	position: absolute;
	z-index: 2;
	width: 35.6rem;
	border-radius: 1rem;
	overflow: hidden;
	left: 8.2rem;
	top: -16.8rem;
}
@media all and (min-width: 897px) and (max-width: 1280px)  {
	#top .about .imgBox .photoBox .sliderBox {
		left: 1.5rem;
	}
}
#top .about .imgBox .photoBox .slick-slide {
	line-height: 0;
}
#top .about .imgBox .photoBox .sliderBox02 {
	width: 23.1rem;
	top: 1.2rem;
	right: 0;
	left: auto;
}
#top .about .imgBox .photoBox .sliderBox03 {
	width: 33.5rem;
	top: auto;
	left: 0;
	bottom: -14.4rem;
}
#top .about .imgBox .photoBox .sliderBox img {
	width: 100%;
}
#top .about .img {
	max-width: 210.7rem;
	position: absolute;
	z-index: 1;
	top: -81rem;
	right: -93.7rem;
	pointer-events: none;
}
#top .service {
	padding-top: 14.7rem; 
	position: relative;
	z-index: 1;
}
#top .service::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 41%;
	content: "";
	background-color: #f6f6f4;
	pointer-events: none;
}
#top .service .headLine07 {
	margin-bottom: 17.7rem;
}
#top .service .photoList {
	margin-bottom: 9.4rem;
}
#top .service .photoList li {
	margin-right: 5%;
	width: 30%;
}
#top .service .photoList li:nth-child(3n) {
	margin-right: 0;
}
#top .service .photoList li:nth-child(2) {
	margin-top: -8.8rem;
}
#top .service .photoList li:nth-child(3) {
	margin-top: -20.6rem;
}
#top .service .photoList .photoBox {
	margin-bottom: 3.4rem;
	border-radius: 1rem;
	overflow: hidden;
}
#top .service .photoList .photoBox img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#top .service .photoList .textBox h3 {
	margin-bottom: 3rem;
	padding-bottom: 2.8rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #d35115;
}
#top .service .photoList .textBox h3 .en {
	margin-bottom: 0.5rem;
	display: block;
	color: #d35115;
	font-weight: 500;
	font-size: 1.6rem;
}
#top .service .photoList .textBox .text {
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}
#top .service .slideBox {
	overflow: hidden;
}
#top .service .subText {
	font-size: 20rem;
	color: #f6f6f4;
	white-space: nowrap;
	letter-spacing: 0.03em;
}
#top .totalBox {
	position: relative;
	z-index: 2;
	margin-top: -9.8rem;
}
#top .totalBox .photoList li {
	position: relative;
	width: 25%;
}
#top .totalBox .photoList a {
	display: block;
}
#top .totalBox .photoList .pho {
	position: relative;
	overflow: hidden;
}
#top .totalBox .photoList .pho::after {
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(43, 43, 43, 0.6);
	mix-blend-mode: multiply;
	pointer-events: none;
}
#top .totalBox .photoList .pho img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#top .totalBox .photoList .inner {
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
#top .totalBox .photoList h2 {
	margin-bottom: 2.8rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#top .totalBox .photoList h2 .en {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 3.5rem;
	letter-spacing: 0.03em;
}
#top .totalBox .photoList .comBtn01 {
	margin: 0 auto;
	width: 16.4rem;
}
#top .totalBox .photoList .comBtn01 p {
	color: #d35115;
	background-color: #fff;
}
#top .totalBox .photoList .comBtn01 p span {
	background-image: url(img/common/icon01.png);
}
@media all and (min-width: 897px) {
	#top .service .photoList a:hover img ,
	#top .totalBox .photoList a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#top .totalBox .photoList a:hover .comBtn01 p {
		color: #fff;
		background-color: #d35115;
	}
	#top .totalBox .photoList a:hover .comBtn01 span {
		background-image: url(img/common/icon02.png);
	}
} 
#top .news {
	padding: 15rem 0;
}
#top .news .lBox {
	width: 31.2rem;
}
#top .news .headLine07 {
	margin-bottom: 3.5rem;
}
#top .news .comNewsList {
	width: calc(100% - 38.5rem);
}
#top .rectuit {
	padding-top: 14.8rem;
	background-color: #f6f6f4;
}
#top .rectuit .headLine07 {
	margin-bottom: 8.7rem;
}
#top .rectuit .sliderBox {
	position: relative;
	overflow: hidden;
}
#top .rectuit .sliderBox .innerBox {
	padding: 9.8rem 2rem 7.9rem;
	text-align: center;
	position: absolute;
	left: 0;
	width: 66.4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, 0.95);
}
#top .rectuit .sliderBox .innerBox .title {
	margin-bottom: 2.7rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#top .rectuit .sliderBox .innerBox .text {
	margin-bottom: 3rem;
	letter-spacing: 0.05em;
}
#top .rectuit .sliderBox .innerBox .comBtn01 {
	margin: 0 auto;
}
#top .rectuit .slide .pho {
	width: 279.9rem;
}
@media all and (max-width: 896px) {
	.mainVisual .innerBox {
		padding:  0 2.5rem;
		bottom: 16.2%;
		left: 0;
		transform: translateX(0);
		width: auto;
	}
	.mainVisual .title {
		margin-bottom: 0.8rem;
		font-size: 5rem;
		line-height: 1.18;
		letter-spacing: 0..05em;
	}
	.mainVisual .text {
		font-size: 1.2rem;
		letter-spacing: 0.15em;
		line-height: 2.25;
	}
	.mainVisual .newsBox {
		z-index: 2;
		width: 100%
	}
	.mainVisual .newsBox a {
		padding: 1rem 0.5rem;
		font-size: 1.2rem;
	}
	.mainVisual .newsBox .lBox {
		padding: 0.5rem 0;
		font-size: 1.3rem;
		letter-spacing: 0.025em;
		width: 10.5rem;
	}
	.mainVisual .newsBox .rBox {
		padding: 0 1.8rem;
	}
	.mainVisual .scroll {
		z-index: 1;
		right: 2rem;
		bottom: 23rem;
	}
	.mainVisual .scroll a {
		font-size: 1.2rem;
	}
	.mainVisual .scroll::after,
	.mainVisual .scroll::before {
		top: 5.3rem;
		height: 16.8rem;
	}
	@keyframes bar {
		0% {
		  height: 0;
		  top: 5.3rem;
		}
		30% {
		  height: 7.5rem;
		}
		100% {
		  height: 0;
		  top: 22.1rem;
		}
	}
	#top .about {
		padding: 7.4rem 0 134.533vw;
	}
	#top .about .imgBox {
		display: block;
	}
	#top .about .imgBox .textBox {
		max-width: 100%;
	}
	#top .about .imgBox .textBox .title {
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
		line-height: 1.88;
	}
	#top .about .imgBox .textBox .text {
		font-size: 1.4rem;
		line-height: 2.7;
	}
	#top .about .imgBox .photoBox {
		width: auto;
	}
	#top .about .imgBox .photoBox .sliderBox {
		width: 40.8vw;
		left: 9.333vw;
		top: 9.867vw;
	}
	#top .about .imgBox .photoBox .sliderBox02 {
		width: 26.4vw;
		top: 31.467vw;
		left: auto;
		right: 0;
	}
	#top .about .imgBox .photoBox .sliderBox03 {
		width: 38.133vw;
		left: 0;
		top: auto;
		bottom: -114.667vw;
	}
	#top .about .img {
		max-width: 240.533vw;
		top: 12rem;
		right: -128vw;
		left: -22.667vw;
	}
	#top .service {
		padding-top: 7.5rem; 
	}
	#top .service::after {
		height: 89.6%;
	}
	#top .service .headLine07 {
		margin-bottom: 5.6rem;
	}
	#top .service .photoList {
		display: block;
		margin-bottom: 11.4rem;
	}
	#top .service .photoList li {
		margin: 0 0 3.5rem !important;
		width: auto;
	}
	#top .service .photoList li:last-child {
		margin-bottom: 0;
	}
	#top .service .photoList .photoBox {
		margin-bottom: 2.3rem;
	}
	#top .service .photoList .textBox h3 {
		margin-bottom: 2rem;
		padding-bottom: 2.4rem;
	}
	#top .service .photoList .textBox h3 .en {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	#top .service .subText {
		font-size: 10rem;
		letter-spacing: 0.025em;
	}
	#top .totalBox {
		margin-top: -4.8rem;
	}
	#top .totalBox .photoList {
		display: block;
	}
	#top .totalBox .photoList li {
		width: auto;
	}
	#top .totalBox .photoList .inner {
		padding-bottom: 1rem;
	}
	#top .totalBox .photoList h2 {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}
	#top .totalBox .photoList h2 .en {
		margin-bottom: -0.5rem;
		font-size: 3.8rem;
		letter-spacing: 0.025em;
	}
	#top .news {
		padding: 7.5rem 0;
	}
	#top .news .content {
		display: block;
	}
	#top .news .lBox {
		width: auto;
	}
	#top .news .headLine07 {
		margin-bottom: 5.6rem;
	}
	#top .news .comNewsList {
		margin-bottom: 3.7rem;
		width: auto;
	}
	#top .rectuit {
		padding-top: 7.5rem;
	}
	#top .rectuit .headLine07 {
		margin-bottom: 5.6rem;
	}
	#top .rectuit .sliderBox .innerBox {
		padding: 3.6rem 2rem 3.8rem;
		width: 27.9rem;
	}
	#top .rectuit .sliderBox .innerBox .title {
		margin-bottom: 1rem;
		font-size: 2rem;
		line-height: 1.8;
	}
	#top .rectuit .sliderBox .innerBox .text {
		margin-bottom: 1.8rem;
		line-height: 1.86;
	}
	#top .rectuit .slide .pho {
		width: 233.4rem;
	}
}
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#access .pageTitle {
	background-image: url(img/access/page_title_bg.jpg);
}
#access .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#access .access01 {
	margin: -5.3rem 0 14.5rem;
	padding-top: 0.1rem;
}
#access .access .innerBox {
	margin-bottom: 7.5rem;
}
#access .access .innerBox:last-of-type {
	margin-bottom: 0;
}
#access .access01 .comImgBox {
	margin-bottom: 5.1rem;
}
#access .mapBox {
	width: 48%;
}
#access .mapBox .pho {
	margin-bottom: 3.7rem;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	height: 24.7rem;
}
#access .mapBox .pho iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#access .mapBox .pho img {
	width: 100%;
}
#access .mapBox p {
	line-height: 2;
	letter-spacing: 0.05em;
}
#access .access .photoList {
	margin-top: -2rem;
}
#access .access .photoList li {
	margin: 2rem 5% 0 0;
	width: 30%;
}
#access .access .photoList li:nth-of-type(3n) {
	margin-right: 0;
}
#access .access .photoList .pho {
	margin-bottom: 1.4rem;
	border-radius: 1rem;
	overflow: hidden;
}
#access .access .photoList .pho img {
	width: 100%;
}
#access .access .photoList p {
	letter-spacing: 0.05em;
}
#access .access .innerList li {
	width: 48%;
}
#access .access .innerList .mapBox {
	width: auto;
}
#access .access .innerList .pho {
	margin-bottom: 3.7rem;
	border-radius: 1rem;
	overflow: hidden;
}
#access .access .innerList p {
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#access .pageTitle {
		background-image: url(img/access/page_title_bg_sp.jpg);
	}
	#access .headLine06 .en {
		font-family: "Noto Sans JP", serif;
	}
	#access .access01 {
		margin: 0 0 7.8rem;
		padding-top: 0.1rem;
	}
	#access .access .innerBox {
		margin-bottom: 4rem;
	}
	#access .access01 .comImgBox {
		margin-bottom: 1.1rem;
	}
	#access .mapBox {
		width: auto;
	}
	#access .mapBox .pho {
		margin-bottom: 1.6rem;
		height: 0;
		padding-bottom: 39.52%;
	}
	#access .mapBox p {
		line-height: 1.86;
	}
	#access .access .photoList {
		margin-top: 0;
		display: block;
	}
	#access .access .photoList li {
		margin: 0 0 1.5rem;
		width: auto;
	}
	#access .access .photoList li:last-child {
		margin-bottom: 0;
	}
	#access .access .photoList .pho {
		margin-bottom: 1.3rem;
	}
	#access .access .photoList p {
		text-align: center;
	}
	#access .access .innerList {
		display: block;
	}
	#access .access .innerList li {
		margin-bottom: 4.3rem;
		width: auto;
	}
	#access .access .innerList li:last-child {
		margin-bottom: 0;
	}
	#access .access .innerList .mapBox {
		width: auto;
	}
	#access .access .innerList .pho {
		margin-bottom: 1.5rem;
		border-radius: 1rem;
		overflow: hidden;
	}
	#access .access .innerList p {
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	sdgs
------------------------------------------------------------*/
#sdgs .pageTitle {
	background-image: url(img/sdgs/page_title_bg.jpg);
}
#sdgs .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#sdgs .sec01 .topText {
	margin-bottom: 7.5rem;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
}
#sdgs .sec01 .bgBox {
	margin-bottom: 14.6rem;
	padding: 6.9rem 14.6rem 6.9rem 15rem;
	background-color: #F6F6F4;
}
#sdgs .sec01 .bgBox .photoBox {
	margin-right: 4.5rem;
	width: 21.7rem;
}
#sdgs .sec01 .bgBox .textBox {
	flex: 1;
}
#sdgs .sec01 .bgBox .textBox .ttl {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
}
#sdgs .sec01 .bgBox .textBox .txt {
	font-size: 1.5rem;
	line-height: 2;
}
#sdgs .sec01 .imgBox {
	margin-bottom: 7.5rem;
	align-items: center;
}
#sdgs .sec01 .imgBox:last-of-type {
	margin-bottom: 0;
}
#sdgs .sec01 .imgBox .photoBox {
	margin-right: 5.2%;
	width: 58.47%;
	border-radius: 1rem;
	overflow: hidden;
}
#sdgs .sec01 .imgBox .photoBox img {
	width: 100%;
}
#sdgs .sec01 .imgBox .textBox {
	flex: 1;
}
#sdgs .sec01 .imgBox .textBox h3 {
	margin-bottom: 4rem;
	padding-bottom: 3rem;
	font-size: 3rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #D35115;
}
#sdgs .sec01 .imgBox .textBox .phoList {
	margin: -2rem 0 3.2rem;
}
#sdgs .sec01 .imgBox .textBox .phoList li {
	margin: 2rem 3.12% 0 0;
	width: 22.66%;
}
#sdgs .sec01 .imgBox .textBox .phoList li:nth-of-type(4n) {
	margin-right: 0;
}
#sdgs .sec01 .imgBox .textBox .textList li {
	line-height: 2;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#sdgs .pageTitle {
		background-image: url(img/sdgs/page_title_bg_sp.jpg);
	}
	#sdgs .sec01 .topText {
		margin-bottom: 3.3rem;
		text-align: left;
	}
	#sdgs .sec01 .bgBox {
		margin-bottom: 7.5rem;
		padding: 3rem 2.4rem;
		display: block;
	}
	#sdgs .sec01 .bgBox .photoBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#sdgs .sec01 .bgBox .photoBox img {
		width: 100%;
	}
	#sdgs .sec01 .bgBox .textBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	#sdgs .sec01 .bgBox .textBox .txt {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	#sdgs .sec01 .imgBox {
		margin-bottom: 3.5rem;
		display: block;
	}
	#sdgs .sec01 .imgBox .photoBox {
		margin: 0 0 1.8rem;
		width: auto;
	}
	#sdgs .sec01 .imgBox .textBox h3 {
		margin-bottom: 1.8rem;
		padding-bottom: 1.8rem;
		font-size: 1.8rem;
		text-align: center;
	}
	#sdgs .sec01 .imgBox .textBox .phoList {
		margin-bottom: 1.4rem;
	}
	#sdgs .sec01 .imgBox .textBox .phoList li {
		margin: 2rem 2.8% 0 0;
		width: 22.9%;
	}
	#sdgs .sec01 .imgBox .textBox .textList li {
		font-size: 1.3rem;
		line-height: 2.15;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .pageTitle {
	background-image: url(img/company/page_title_bg.jpg);
}
#company .comPointList {
	margin: -2rem -1.75rem 12.2rem;
}
#company .comPointList li {
	width: 25rem;
}
#company .philosophy {
	margin: 15.2rem 0;
}
#company .philosophy .topText {
	margin-bottom: 7.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
}
#company .philosophyList {
	margin-top: -3rem;
}
#company .philosophyList li {
	margin: 3rem 5.6rem 0 0;
	width: 33.6rem;
}
#company .philosophyList li:nth-of-type(3n) {
	margin-right: 0;
}
#company .philosophyList .phoBox {
	margin-bottom: 2.6rem;
	border-radius: 1rem;
	overflow: hidden;
}
#company .philosophyList .textBox h3 {
	margin-bottom: 2.3rem;
	padding-bottom: 1.4rem;
	position: relative;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#company .philosophyList .textBox h3::after {
	width: 6rem;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-color: #d35115;
}
#company .philosophyList .textBox .txt {
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2;
}
#company .profile {
	padding: 15.2rem 0;
	background-color: #f6f6f4;
}
#company .tableBox {
	margin-bottom: 7.4rem;
}
#company table {
	width: 100%;
	border-collapse: collapse;
}
#company th,
#company td {
	padding: 2.9rem 5.3rem 2.6rem;
	text-align: left;
	border-bottom: 0.1rem solid #ccc;
	letter-spacing: 0.05em;
	line-height: 2;
	vertical-align: middle;
	word-break: break-all;
}
#company th {
	padding: 2.9rem 4.8rem 2.6rem;
	width: 21.4%;
	font-weight: 500;
	background-color: #fff;
}
#company tr:first-of-type th,
#company tr:first-of-type td {
	border-top: 1px solid #d35115;
}
#company tr:last-of-type th,
#company tr:last-of-type td {
	border-bottom-color: #d35115;
}
#company td .tag {
	display: inline-block;
	min-width: 16.6rem;
}
#company .profile .txtList li {
	width: 46%;
}
#company .profile .line {
	padding: 0 3.7rem;
	margin: 0 auto 6rem;
	width: fit-content;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}
#company .profile .line::after,
#company .profile .line::before {
	width: 41.9rem;
	height: 1px;
	position: absolute;
	z-index: 1;
	right: auto;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-color: #aaa;
}
#company .profile .line::after {
	left: auto;
	right: 100%;
}
#company .profile .textList li {
	width: 47.8%;
}
#company .profile .textList h3 {
	margin-bottom: 2.8rem;
	padding: 1.9rem 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #d35115;
}
#company .profile .textList p {
	line-height: 2;
	letter-spacing: 0.05em;
}
#company .profile .textList p .bold {
	font-weight: 700;
}
#company .history {
	padding-top: 15.2rem;
}
#company .history th {
	background-color: #f6f6f4;
}
@media all and (max-width: 896px) {
	#company .pageTitle {
		background-image: url(img/company/page_title_bg_sp.jpg);
	}
	#company .comPointList {
		margin: 0 0 7.5rem;
	}
	#company .comPointList li {
		width: auto;
	}
	#company .philosophy {
		margin: 7.3rem 0;
	}
	#company .philosophy .topText {
		margin-bottom: 3.6rem;
		text-align: left;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.76;
	}
	#company .philosophyList {
		margin-top: 0;
		display: block;
	}
	#company .philosophyList li {
		margin: 0 0 3.3rem 0;
		width: auto;
	}
	#company .philosophyList li:last-child {
		margin-bottom: 0;
	}
	#company .philosophyList .phoBox {
		margin-bottom: 2.1rem;
	}
	#company .philosophyList .phoBox img {
		width: 100%;
	}
	#company .philosophyList .textBox h3 {
		margin-bottom: 1.3rem;
		padding-bottom: 1.7rem;
		font-size: 1.8rem;
	}
	#company .philosophyList .textBox .txt {
		line-height: 1.86;
	}
	#company .profile {
		padding: 7rem 0 5.5rem;
	}
	#company .tableBox {
		margin-bottom: 0;
	}
	#company th,
	#company td {
		width: 100%;
		display: block;
		padding: 1.9rem 0 1.8rem;
		border-bottom: 0;
		line-height: 1.71;
	}
	#company th {
		border-top: 1px solid #d35115;
		padding: 1.4rem 2.4rem 1.2rem;
	}
	#company tr:last-of-type th,
	#company tr:last-of-type td {
		border-bottom: 0;
	}
	#company tr:first-of-type td {
		border-top: 0;
	}
	#company td .tag {
		min-width: 12.3rem;
	}
	#company .profile .txtList {
		display: block;
	}
	#company .profile .txtList li {
		width: auto;
	}
	#company .history {
		padding-top: 7.3rem;
	}
}
/*------------------------------------------------------------
	recrit
------------------------------------------------------------*/
#recruit .content {
	max-width: 134.8rem;
	padding: 0 2.4rem;
}
#recruit .comMessage .content {
	max-width: 117rem;
}
#recruit .pageTitle {
	background-image: url(img/recruit/page_title_bg.jpg);
}
#recruit .environment {
	padding: 0 0 15.2rem;
}
#recruit .environment .imgBox {
	margin-bottom: 7rem;
	align-items: center;
}
#recruit .environment .imgBox:last-of-type {
	margin-bottom: 0;
}
#recruit .environment .imgBox:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#recruit .environment .imgBox .photoBox {
	width: calc(50% + 16.8rem);
	border-radius: 1rem;
	overflow: hidden;
}
#recruit .environment .imgBox .photoBox img {
	width: 100%;
}
#recruit .environment .imgBox .textBox {
	width: calc(50% - 24rem);
}
#recruit .environment .imgBox .textBox .sub {
	width: 32.2rem;
}
#recruit .environment .imgBox .textBox h3 {
	margin-bottom: 2.2rem;
	color: #d35115;
	font-size: 2rem;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
#recruit .environment .imgBox .textBox h3 .num {
	margin-right: 2.5rem;
	display: inline-block;
	font-size: 7rem;
	letter-spacing: 0;
}
#recruit .environment .imgBox .textBox .ttl {
	margin-bottom: 3.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#recruit .environment .imgBox .textBox .txt {
	letter-spacing: 0.05em;
	line-height: 2.125;
}
#recruit .environment .imgBox:nth-of-type(2n) .sub {
	margin-left: auto;
}
#recruit .benefits {
	padding: 15.2rem 0;
	background-color: #f6f6f4;
}
#recruit .benefits .benefitsList {
	margin-top: -4.2rem;
}
#recruit .benefits .benefitsList li {
	margin: 4.2rem 3.75% 0 0;
	width: 17%;
}
#recruit .benefits .benefitsList li:nth-of-type(5n) {
	margin-right: 0;
}
#recruit .benefits .benefitsList .pho {
	margin-bottom: 2rem;
}
#recruit .benefits .benefitsList p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}
#recruit .occupation {
	padding: 15.2rem 0;
}
#recruit .occupation .occupationList {
	margin-top: -3rem;
}
#recruit .occupation .occupationList li {
	margin: 3rem 5% 0 0;
	width: 30%;
}
#recruit .occupation .occupationList li:nth-of-type(3n) {
	margin-right: 0;
}
#recruit .occupation .occupationList .pho {
	margin-bottom: 3.2rem;
	border-radius: 1rem;
	overflow: hidden;
}
#recruit .occupation .occupationList .textBox h3 {
	margin-bottom: 2.8rem;
	padding-bottom: 1.8rem;
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
#recruit .occupation .occupationList .textBox h3::after {
	width: 6rem;
	height: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	background-color: #D35115;
}
#recruit .occupation .occupationList .textBox .text {
	line-height: 2;
	letter-spacing: 0.05em;
}
#recruit .voice {
	padding: 15.2rem 0 14.7rem;
	background-color: #f6f6f4;
}
#recruit .voice .ttl {
	margin-bottom: 3.7rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.66;
	letter-spacing: 0.05em;
}
#recruit .voice .txt {
	margin-bottom: 5.8rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2.125;
}
#recruit .voice .voiceList {
	margin-top: -3rem;
}
#recruit .voice .voiceList li {
	margin: 3rem 5% 0 0;
	width: 30%;
}
#recruit .voice .voiceList li:nth-child(3n) {
	margin-right: 0;
}
#recruit .voice .voiceList .pho {
	margin-bottom: 2.9rem;
	border-radius: 1rem;
	overflow: hidden;
}
#recruit .voice .voiceList .pho img {
	width: 100%;
}
#recruit .voice .voiceList .textBox .text {
	letter-spacing: 0.05em;
	line-height: 2.125;
}
#recruit .entry {
	padding: 15.2rem 0 4rem;
}
#recruit .entry .bgBox {
	padding: 8.1rem 2rem 7.6rem;
	text-align: center;
	background-color: rgba(211, 81, 21, 0.1);
}
#recruit .entry .bgBox h3 {
	margin-bottom: 3.7rem;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
#recruit .entry .bgBox .btn {
	margin: 0 auto;
	width: 41rem;
	text-align: center;
}
#recruit .entry .bgBox .btn a {
	min-height: 10rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d35115;
	border-radius: 5rem;
}
@media all and (min-width: 897px) {
	#recruit .topBox .content {
		max-width: 134.8rem;
		padding: 0 2.4rem;
	}
	#recruit .comPointList li {
		margin: 2.5rem 1rem 0;
		width: 20rem;
	}
	#recruit .comPointList {
		margin: -2.5rem -2rem 15.2rem;
	}
	#recruit .entry .bgBox .btn a:hover {
		color: #d35115;
		background-color: #fff;
	}
}
@media all and (min-width: 897px) and (max-width: 1350px)  {
	#recruit .comPointList li {
		width: 18.5rem;
	}
}
@media all and (max-width: 896px) {
	#recruit .pageTitle {
		background-image: url(img/recruit/page_title_bg_sp.jpg);
	}
	#recruit .comPointList {
		display: flex;
		justify-content: space-between;
	}
	#recruit .environment {
		padding: 0 0 7rem;
	}
	#recruit .comPointList {
		margin-bottom: 6.5rem;
	}
	#recruit .comPointList li {
		margin-bottom: 1rem !important;
		width: 48%;
	}
	#recruit .comPointList li a {
		background: none;
	}
	#recruit .environment .imgBox {
		margin-bottom: 3.1rem;
		display: block;
	}
	#recruit .environment .imgBox .photoBox {
		margin-bottom: 0.5rem;
		width: auto;
	}
	#recruit .environment .imgBox .textBox {
		width: auto;
	}
	#recruit .environment .imgBox .textBox .sub {
		width: auto;
	}
	#recruit .environment .imgBox .textBox h3 {
		margin-bottom: 0.2rem;
	}
	#recruit .environment .imgBox .textBox h3 .num {
		margin-right: 1.4rem;
		font-size: 6rem;
	}
	#recruit .environment .imgBox .textBox .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	#recruit .environment .imgBox .textBox .txt {
		line-height: 2;
	}
	#recruit .environment .imgBox:nth-of-type(2n) .sub {
		margin-left: 0;
	}
	#recruit .benefits {
		padding: 7rem 0 7.3rem;
	}
	#recruit .benefits .benefitsList {
		margin: -1.2rem auto 0;
		max-width: 32.7rem;
		justify-content: space-between;
	}
	#recruit .benefits .benefitsList li {
		margin: 1.2rem 1.9rem 0 0 !important;
		width: 15.4rem;
	}
	#recruit .benefits .benefitsList li:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	#recruit .benefits .benefitsList .pho {
		margin-bottom: 1.2rem;
	}
	#recruit .benefits .benefitsList p {
		font-size: 1.4rem;
	}
	#recruit .occupation {
		padding: 7rem 0;
	}
	#recruit .occupation .occupationList {
		margin-top: 0;
		display: block;
	}
	#recruit .occupation .occupationList li {
		margin: 0 0 3.1rem;
		width: auto;
	}
	#recruit .occupation .occupationList li:last-child {
		margin-bottom: 0;
	}
	#recruit .occupation .occupationList .pho {
		margin-bottom: 2rem;
	}
	#recruit .occupation .occupationList .pho  img {
		width: 100%;
	}
	#recruit .occupation .occupationList .textBox h3 {
		margin-bottom: 1.7rem;
		padding-bottom: 1.1rem;
		font-size: 1.8rem;
	}
	#recruit .voice {
		padding: 7rem 0 7rem;
	}
	#recruit .voice .ttl {
		margin-bottom: 2.2rem;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	#recruit .voice .txt {
		margin-bottom: 3.9rem;
		text-align: left;
		line-height: 2;
	}
	#recruit .voice .voiceList {
		margin-top: 0;
		display: block;
	}
	#recruit .voice .voiceList li {
		margin: 0 0 2.2rem;
		width: auto;
	}
	#recruit .voice .voiceList li:last-child {
		margin-bottom: 0;
	}
	#recruit .voice .voiceList .pho {
		margin-bottom: 1.7rem;
	}
	#recruit .voice .voiceList .textBox .text {
		line-height: 2;
	}
	#recruit .entry {
		padding: 7rem 0 1rem;
	}
	#recruit .entry .bgBox {
		padding: 5.4rem 2rem;
	}
	#recruit .entry .bgBox h3 {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
		line-height: 1.81;
	}
	#recruit .entry .bgBox .btn {
		width: 26.8rem;
	}
	#recruit .entry .bgBox .btn a {
		min-height: 6.6rem;
		font-size: 1.5rem;
		border-radius: 3.3rem;
	}
}
/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#error {
	padding: 20rem 0 10rem;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeUp
------------------------------------------------------------*/
.fadeUp {
	opacity: 0;
	transform: translate(0,10rem);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeUp.on {
	opacity: 1;
	transform: translate(0,0);
}
.animation .fadeInUp {
	opacity: 0;
	transform: translate(0,10rem);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.animation.on .fadeInUp {
	opacity: 1;
	transform: translate(0,0);
}
.animation .delay01 {
	transition-delay: 0.5s;
}
.animation .delay02 {
	transition-delay: 1s;
}