@charset "utf-8";
/*
Theme Name: SSB
Theme URI: null
Description: Description
Author: 81bridge - LXT
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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	background-color: #FEF7E1;
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.6rem 5rem;
	height: 8rem;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 99;
}
#gHeader .logo {
	width: 8.2rem;
}
#gHeader .hBox {
	position: absolute;
	right: 5rem;
	top: 1.9rem;
	font-weight: 700;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hBtn {
	margin-top: 0.1rem;
	width: 4rem;
}
#gHeader .hLink {
	margin: 0 1.9rem 0 4.2rem;
	width: 12rem;
}
#gHeader .hLink a {
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FF8C27;
	border-radius: 0.5rem;
	border: 1px solid #FF8C27;
	box-sizing: border-box;
	background-color: #fff;
}
#gNavi {
	margin-top: 0.3rem;
}
#gNavi li:not(:first-child) {
	margin-left: 4.2rem;
}
@media all and (min-width: 897px) {
	#gHeader .hLink a:hover {
		color: #fff;
		background-color: #FF8C27;
	}
	#gNavi a:hover {
		color: #FF8C27;
	}
	#gHeader .hBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.5rem 1.7rem;
	}
	#gHeader.on {
		background: #fff !important;
	}
	#gHeader .logo {
		width: 7.5rem;
	}
	#gHeader .hBox {
		position: fixed;
		right: 0;
		width: 100%;
		top: 8rem;
		height: calc(100% - 8rem);
		display: block;
		overflow-y: scroll;
		background: linear-gradient(180deg, #F9D96B 22.09%, rgba(249, 217, 107, 0.00) 100%), #fff;
		transform: translateX(100%);
		transition: .3s;
	}
	#gHeader .hBox.on {
		transform: none;
	}
	#gHeader .hBtn {
		display: none;
	}
	#gHeader .hLink {
		display: none;
	}
	#gNavi ul {
		padding: 3.2rem 2.8rem 0;
		display: block;
	}
	#gNavi li:not(:first-child) {
		margin: 0;
	}
	#gNavi a {
		padding: 1.8rem 0 1.6rem;
		display: block;
		font-size: 1.6rem;
		font-weight: 500;
		border-bottom: 1px solid #737373;
	}
	#gHeader .comLink {
		margin: 1.8rem auto 0;
	}
	#gHeader .comLink {
		padding-bottom: 6rem;
	}
	#gHeader .comLink a {
		color: #FF8C27;
		font-size: 1.6rem;
		font-weight: 500;
		background-color: #fff;
		border-color: #333;
		background-image: url(img/common/icon03_hover.png);
	}
	.menu {
		width: 4.5rem;
		height: 4.5rem;
		position: absolute;
		right: 1.8rem;
		top: 1.7rem;
		border-radius: 5px;
		border: 1px solid #333;
		background: #FF8C27;
	}
	.menu span {
		width: 2.3rem;
		height: 1px;
		position: absolute;
		top: 1.4rem;
		left: 1rem;
		background: #000;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 2.1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	.menu.on {
		background: transparent;
		border-color: transparent;
	}
	.menu.on span {
		width: 4.2rem;
		left: 0.2rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) translateX(0) rotate(35deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.7rem) translateX(0) rotate(-35deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0.1rem 0 5.5rem;
	background-color: #F9D96B;
}
#gFooter .fBox {
	align-items: flex-start;
}
#gFooter .fInfo {
	width: 24rem;
}
#gFooter .fLogo {
	margin-bottom: 0.8rem;
	width: 11.8rem;
}
#gFooter .fLogo a {
	display: block;
}
#gFooter .fLogo span {
	margin: 1.5rem -3rem 0 0.3rem;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
}
#gFooter .fInfo p {
	margin-left: 0.3rem;
	line-height: 1.63;
	font-size: 1.1rem;
}
#gFooter .fNavi p {
	font-weight: 700;
}
#gFooter .fList {
	margin-top: 1.5rem;
	line-height: 1.91;
	font-size: 1.2rem;
}
#gFooter .fUl {
	margin-top: 5.7rem;
	width: 100%;
	padding: 1.2rem 0.3rem 0;
	font-size: 1.1rem;
	font-weight: 700;
	border-top: 1px solid rgba(51,51,51,0.5);
}
#gFooter .fUl li {
	margin-right: 4.5rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi {
		width: calc(100% - 38.6rem);
		margin: 1px -5rem 0 0;
	}
	#gFooter .fNavi > ul > li {
		padding: 0 2.8rem 1.2rem 2.2rem;
		border-right: 1px solid rgba(51,51,51,0.5);
	}
	#gFooter .fNavi > ul:first-child > li:last-child {
		padding-right: 4.5rem;
	}
	#gFooter .fNavi > ul:last-child li:last-child {
		border: none;
	}
	#gFooter .fNavi a:hover,
	#gFooter .fUl a:hover {
		color: #FF8C27;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 3.9rem;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter .fInfo {
		margin-bottom: 6.4rem;
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 0.8rem;
		width: 10.7rem;
	}
	#gFooter .fLogo span {
		margin: 2.3rem -7rem 0 0;
		font-size: 1.3rem;
	}
	#gFooter .fInfo p {
		margin-left: 0;
		line-height: 1.73;
		font-size: 1.3rem;
	}
	#gFooter .fNavi {
		justify-content: space-between;
	}
	#gFooter .fNavi > ul {
		width: calc(50% - 2rem);
	}
	#gFooter .fNavi p {
		font-size: 1.6rem;
	}
	#gFooter .fList {
		margin-top: 0.9rem;
		line-height: 2.06;
		font-size: 1.6rem;
	}
	#gFooter .fNavi > ul {
		display: block;
	}
	#gFooter .fNavi > ul > li:not(:last-child) {
		padding-bottom: 2.5rem;
		margin-bottom: 2.4rem;
		border-bottom: 1px solid rgba(51,51,51,0.5);
	}
	#gFooter .fUl {
		margin-top: 2.2rem;
		padding: 2.3rem 0 0;
		font-size: 1.6rem;
		display: block;
	}
	#gFooter .fUl li {
		margin: 0 0 1.6rem;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.anton {
	font-family: "Anton", sans-serif;
	font-weight: 400;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
/* fadeIn */
.fadeIn {
	opacity: 0;
	transform: translateY(10px);
	transition: 1s;
}
.fadeIn.visible {
	opacity: 1;
	transform: none;
}
.fadeIn .fadeIn_sub {
	opacity: 0;
	transform: translateY(10px);
	transition: 1s;
	transition-delay: .6s;
}
.fadeIn.visible .fadeIn_sub {
	opacity: 1;
	transform: none;
}
/* randomFade、bounceIn */
.randomFade .radomItem,
.bounceIn {
    opacity: 0;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(.17,.67,.27,1.21);
	animation-fill-mode: forwards;
}
.randomFade.visible .radomItem,
.bounceIn.visible {
    animation-name: bounceIn
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(0,0,0);
    }
    100% {
        opacity: 1;
        transform: scale3d(1,1,1);
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 104rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 2.8rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 12.6rem;
	padding-top: 7.3rem;
	position: relative;
	display: flex;
	align-items: center;
	height: 46rem;
	background: url(img/common/page_bg01.png) repeat left top / 1.1rem,#fff;
}
.pageTitle::before {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(img/common/page_bg02.png) no-repeat;
	background-size: 72rem auto;
	width: 72rem;
	height: 22.5rem;
	content: "";
}
.pageTitle .img01 {
	position: absolute;
	left: 0;
	bottom: -2.6rem;
	width: 16.5rem;
}
.pageTitle .img02 {
	position: absolute;
	left: 50%;
	top: 12.3rem;
	margin-left: -18rem;
	width: 8rem;
}
.pageTitle .headLine01 {
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 8rem;
		padding-top: 4.2rem;
		height: 34rem;
	}
	.pageTitle .img01,
	.pageTitle .img02 {
		display: none;
	}
	.pageTitle::before {
		background-image: url(img/common/page_bg02_sp.png);
		background-size: 37.4rem auto;
		width: 37.4rem;
		height: 11rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-weight: 700;
}
.headLine01 .en {
	position: relative;
	z-index: 1;
	font-size: 7.5rem;
	font-weight: 400;
	display: block;
	width: fit-content;
	font-family: "Anton", sans-serif;
	line-height: 1.09;
}
.headLine01 .en span {
	background: -webkit-linear-gradient(#FF8C27,#FF8C27) repeat-x center bottom 2.4rem / 100% 2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.headLine01 .jp {
	font-size: 2.5rem;
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		font-size: 5rem;
		line-height: 1.45;
	}
	.headLine01 .en span {
		background-position: center bottom 1.7rem;
	}
	.headLine01 .jp {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	font-weight: 700;
	color: #000;
}
.headLine02 .en {
	margin-bottom: -0.9rem;
	display: block;
	color: #FF8C27;
	font-size: 5.5rem;
	font-weight: 400;
	font-family: "Anton", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 1.6rem;
	}
	.headLine02 .en {
		margin-bottom: -0.4rem;
		font-size: 5rem;
	}
}
/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 4rem;
    font-size: 3.7rem;
    font-weight: 700;
    letter-spacing: 0.37rem;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 3.9rem;
        font-size: 2.5rem;
        letter-spacing: 0;
    }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 6.1rem;
	font-weight: 700;
}
.headLine04 .en {
	position: relative;
	z-index: 1;
	font-size: 6rem;
	font-weight: 400;
	display: block;
	width: fit-content;
	font-family: "Anton", sans-serif;
	line-height: 1.09;
}
.headLine04 .en::after {
	width: 100%;
	height: 2rem;
	position: absolute;
	z-index: -1;
	bottom: 0.6rem;
	left: 0;
	content: "";
	background-color: #FF8C27;
}
.headLine04 .jp {
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	.headLine04.sml {
		margin-bottom: 3.8rem;
	}
	.headLine04.sml .en {
		font-size: 5.5rem;
	}
	.headLine04.sml .jp {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3.8rem;
	}
	.headLine04 .en {
		margin-bottom: -0.2rem;
		font-size: 5rem;
		line-height: 1.45;
	}
	.headLine04 .en::after {
		bottom: 1.5rem;
	}
	.headLine04 .jp {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin: -22rem 0 7.6rem;
}
.comContact a {
	height: 37rem;
	padding: 13.7rem 25.6rem 0 11.8rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	border-radius: 0.5rem;
	border: 1px solid #333;
	background: #FFF;
	box-sizing: border-box;
}
.comContact p {
	margin-top: 1.5rem;
	width: 24.5rem;
	line-height: 1.76;
	color: #000;
}
.comContact a::before {
	position: absolute;
	right: 11.8rem;
	top: 50%;
	width: 5.8rem;
	height: 5.8rem;
	background: #FF8C27 url(img/common/icon03.png) no-repeat center center;
	background-size: 1.8rem auto;
	box-sizing: border-box;
	content: "";
	border-radius: 0.5rem;
	transform: translateY(-35%);
	transition: .3s;
	border: 1px solid #FF8C27;
}
@media all and (min-width: 897px) {
	.comContact a:hover::before {
		background-color: #fff;
		background-image: url(img/common/icon03_hover.png);
	}
}
@media all and (max-width: 896px) {
	.comContact {
		margin: -16.6rem 0 9.4rem;
	}
	.comContact a {
		height: auto;
		padding: 3.9rem 2.7rem 7.5rem;
		display: block;
	}
	.comContact p {
		margin-top: 3rem;
		width: auto;
		line-height: 1.86;
	}
	.comContact a::before {
		right: 2.7rem;
		top: auto;
		bottom: 3.5rem;
		width: 4.5rem;
		height: 4.5rem;
		transform: none;
	}
}
/*------------------------------------------------------------
	comBtnUl
------------------------------------------------------------*/
.comBtnUl li {
	margin-bottom: 1rem;
	width: 20.5rem;
}
.comBtnUl li:last-child {
	margin-bottom: 0;
}
.comBtnUl a {
	padding: 1.5rem 1rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #FF8C27;
	border: 1px solid #FF8C27;
	border-radius: 0.7rem;
}
.comBtnUl .btn {
	margin-bottom: 1.6rem;
}
.comBtnUl .white a {
	background-color: #fff;
	color: #333;
}
.comBtnUl .btn a {
	color: #FF8C27;
	background-color: #fff;
	box-shadow: 0 0.6rem 0 #FF8C27;
}
@media all and (min-width: 897px) {
	.comBtnUl a:hover {
		color: #FF8C27;
		background-color: #fff;
	}
	.comBtnUl .white a:hover {
		color: #333;
	}
	.comBtnUl .btn a:hover {
		box-shadow: none;
		transform: translateY(0.6rem);
	}
}
@media all and (max-width: 896px) {
	.comBtnUl li {
		width: 16.6rem;
	}
	.comBtnUl a {
		padding: 1.1rem 1rem 0.9rem;
		font-size: 1.5rem;
		border-radius: 0.5rem;
	}
	.comBtnUl .btn {
		margin-bottom: 1.5rem;
	}
	.comBtnUl .btn a {
		color: #333;
		box-shadow: 0 0.5rem 0 #FF8C27;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList a {
	padding: 2.4rem 1.5rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	border-top: 1px solid rgba(185,185,185,0.5);
}
.comNewsList li:last-child a {
	border-bottom:1px solid rgba(185,185,185,0.5);
}
.comNewsList .detail {
	margin-right: 2rem;
	display: flex;
	justify-content: space-between;
}
.comNewsList .detail time {
	min-width: 7.1rem;
	color: #737373;
	font-weight: 400;
	font-size: 1.3rem;
}
.comNewsList .detail .tagUl {
	display: inline-block;
}
.comNewsList .detail .tagUl span {
	margin-right: 0.5rem;
	padding: 0.1rem 0.6rem 0.2rem;	
	min-width: 6rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	background-color: #F9D96B;
	border-radius: 1rem;
}
.comNewsList .detail .tagUl span:last-child {
	margin-right: 0;
}
.comNewsList .detail .tagUl .orange {
	color: #fff;
	background-color: #FF8C27;
}
.comNewsList .text {
	flex: 1;
	font-size: 1.3rem;
}
.comNewsList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 2rem 0 1.85rem;
		display: block;
	}
	.comNewsList .detail {
		margin: 0 0 1.1rem;
		width: auto;
		justify-content: left;
	}
	.comNewsList .detail time {
		color: #737373;
		font-weight: 400;
		font-size: 1.3rem;
	}
	.comNewsList .detail .tagUl {
		margin-top: -0.5rem;
		display: inline-block;
		width: auto;
		flex: 1;
	}
	.comNewsList .detail .tagUl span {
		margin: 0.5rem 0.5rem 0 0 !important;
		padding: 0 0.6rem;
		min-width: 6.6rem;
		font-size: 1.3rem;
		border-radius: 1.5rem;
	}
	.comNewsList .text {
		margin-right: -0.5rem;
		font-size: 1.5rem;
		display: block;
	}
}
/*------------------------------------------------------------
    pageNavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wp-pagenavi span,
.wp-pagenavi a {
    margin: 1rem 0.45rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
	line-height: 1.3;
	color: #FF8C27;
	border-radius: 50%;
	background-color: #fff;
}
.wp-pagenavi .current {
    color: #FFF;
    background-color: #FF8C27;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 1rem;
}
.wp-pagenavi .extend {
	padding-bottom: 1rem;
	width: 2rem;
	background-color: transparent;
}
.wp-pagenavi .previouspostslink {
	background: url(img/common/icon01.png) no-repeat left center / 0.8rem;
}
.wp-pagenavi .nextpostslink {
	background: url(img/common/icon02.png) no-repeat right center / 0.8rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #FFF;
		background-color: #FF8C27;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
		background-color: transparent;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		margin: 1rem 0.6rem 0;
		width: 4.3rem;
		height: 4.3rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 1rem;
	}
	.wp-pagenavi .previouspostslink {
		background-size: 1rem auto;
	}
	.wp-pagenavi .nextpostslink {
		background-size: 1rem auto;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 20.5rem;
}
.comLink a {
	height: 5rem;
	padding: 0 2.3rem 0.3rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #FF8C27;
	background: #FF8C27 url(img/common/icon03.png) no-repeat right 2.2rem center;
	background-size: 1.6rem auto;
	box-sizing: border-box;
}
.comLink.center {
	margin: 0 auto;
}
.comLink.color a {
	background-color: #333;
	border-color: #333;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #FF8C27;
		background-color: #fff;
		background-image: url(img/common/icon03_hover.png);
	}
	.comLink.color a:hover {
		color: #333;
		background-image: url(img/common/icon03_hover02.png);
	}
}
@media all and (max-width: 896px) {
	.comLink a {
		height: 4.5rem;
		padding-bottom: 0;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
    comTableBox
------------------------------------------------------------*/
.comTableBox {
    max-width: 71.3rem;
    margin-left: auto;
}
.comTableBox table {
    width: 100%;
    border-collapse: collapse;
}
.comTableBox td,
.comTableBox  th {
    padding: 1.4rem 0.2rem 1.3rem;
    text-align: left;
    word-break: break-all;
    vertical-align: top;
    line-height: 1.77;
    border-bottom: 1px solid #B9B9B9;
}
.comTableBox th {
    width: 22.3%;
    font-weight: 700;
}
.comTableBox tr:first-child th,
.comTableBox tr:first-child td {
    border-top: 1px solid #B9B9B9;
}
@media all and (max-width: 896px) {
    .comTableBox {
        max-width: inherit;
    }
    .comTableBox td,
    .comTableBox th {
        width: 100% !important;
        display: block;
        line-height: 1.66;
        padding: 0.5rem 0 1.8rem;
    }
    .comTableBox th {
        padding: 2.1rem 0 0rem;
        border-bottom: none;
    }
    .comTableBox tr:first-child td {
        border-top: none;
    }
}
/*------------------------------------------------------------
	comWhiteBg
------------------------------------------------------------*/
.comWhiteBg {
	background-color: #fff;
}
@media all and (min-width: 897px) {
	.comWhiteBg {
		padding: 7.9rem 9.4rem 7.8rem;
		background-color: #fff;
		border-radius: 2rem;
		border: 1px solid #333;
	}
}
@media all and (max-width: 896px) {
	.comWhiteBg {
		margin: 0 -2.8rem;
		padding: 5.8rem 2.8rem 6.1rem;
		border-radius: 1rem;
	}
}
/*------------------------------------------------------------
	#news
------------------------------------------------------------*/
#news {
	padding-bottom: 33.8rem;
}
#news .mainBox .lBox {
	width: 20.5rem;
}
#news .mainBox .rBox {
	width: 70.3rem;
}
#news .comNewsList {
	margin-bottom: 4.6rem;
}
@media all and (max-width: 896px) {
	#news {
		padding-bottom: 34.6rem;
	}
	#news .mainBox {
		display: block;
	}
	#news .mainBox .lBox {
		margin-bottom: 7.5rem;
		width: auto;
	}
	#news .mainBox .rBox {
		width: auto;
	}
	#news .comNewsList {
		margin-bottom: 5.9rem;
	}
}
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
#company .message {
    padding: 7.4rem 9rem 5.8rem;
    border-radius: 2rem;
    border: 0.1rem solid #333;
    background: #FFF;
}
#company .message h3 {
    margin-bottom: 1.4rem;
    color: #FF8C27;
    letter-spacing: 0;
	font-size: 3rem;
}
#company .message .imgBox .photoBox {
    margin: 0.3rem -0.3rem 0 0;
    width: 33rem;
    order: 1;
}
#company .message .imgBox .photoBox .photo {
    margin-bottom: 1.9rem;
}
#company .message .imgBox .photoBox .photo img {
    width: 100%;
    border-radius: 1rem;
}
#company .message .imgBox .photoBox .name {
    margin: 0;
    text-align: right;
    font-size: 1.3rem;
    font-weight: 500;
	letter-spacing: 0.065rem;
}
#company .message .imgBox .photoBox .name .bigTxt {
	margin-top: 1px;
    font-size: 2.5rem;
	display: block;
	letter-spacing: 0.125rem;
}
#company .message .imgBox .textBox {
    width: 47rem;
}
#company .message .imgBox .textBox h4 {
    margin-bottom: 2.7rem;
    font-weight: 700;
    font-size: 3.7rem;
    line-height: 1.5;
}
#company .message .imgBox .textBox p {
	margin-bottom: 1.4rem;
    line-height: 2.15;
}
#company .message {
    margin-bottom: 12.3rem;
}
#company .summary {
    margin-bottom: 12.4rem;
}
#company .summary .comTableBox td .textList li:not(:last-child) {
    margin-bottom: 0.8rem;
}
#company .history .headLine03 {
    margin-bottom: 4.4rem;
}
#company .history .inner {
    max-width: 71.3rem;
    margin-left: auto;
}
#company .history .dateList li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#company .history .dateList .date {
    width: 10rem;
    color: #FF8C27;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    font-family: "Anton", sans-serif; 
}
#company .history .dateList dl {
    padding: 0.8rem 0 5.4rem 4.9rem;
    position: relative;
    width: calc(100% - 11.2rem);
}
#company .history .dateList dl::before {
    position: absolute;
    left: 0;
    top: 1.3rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    z-index: 1;
    background-color: #FF8C27;
    content: "";
}
#company .history .dateList dl::after {
    position: absolute;
    left: 0.4rem;
    top: 1.3rem;
    bottom: -1.2rem;
    width: 0.2rem;
    background-color: #FFF;
    content: "";
}
#company .history .dateList li:last-child dl:last-child {
    padding-bottom: 0;
}
#company .history .dateList li:last-child dl:last-child::after {
	display: none;
}
#company .history .dateList dt {
	width: 4rem;
	text-align: right;
    float: left;
	color: #F70;
}
#company .history .dateList dd {
    padding-left: 4.1em;
}
#company .history {
    margin-bottom: 11.9rem;
}
#company .results {
	margin-bottom: 14.4rem;
}
#company .results .headLine03 {
	margin-bottom: 4.5rem;
}
#company .results .textList {
	width: 71.6rem;
	margin-left: auto;
}
#company .results .textList > li {
	width: 32.8rem;
	border-top: 1px solid rgba(185,185,185,0.5);
}
#company .results .textUl li {
	padding: 1.5rem 0.5rem;
	border-bottom: 1px solid rgba(185,185,185,0.5);
}
#company .results .sml {
	margin-top: 3.2rem;
	text-align: right;
}
#company .information .headLine03 {
    margin-bottom: 3.7rem;
}
#company .information p a {
	color: #0070BB;
	border-bottom: 1px solid #0070BB;
}
#company {
    padding-bottom: 35.2rem;
}
@media all and (min-width: 897px) {
	#company .information p a:hover {
		border-color: transparent;
	}
}
@media all and (max-width: 896px) {
    #company .message {
        margin: 0 -2.8rem;
        padding: 5.9rem 2.8rem 4.9rem;
        border-radius: 1rem;
        border: 0;
    }
    #company .message h3 {
        margin: 0 0.1rem 2.9rem;
		font-size: 2.5rem;
    }
    #company .message .imgBox {
        display: block;
    }
    #company .message .imgBox .photoBox {
        margin: 0 0 4rem;
        width: auto;
    }
	#company .message .imgBox .photoBox .photo {
		margin-bottom: 1.3rem;
	}
    #company .message .imgBox .photoBox .name {
        margin: 0;
		letter-spacing: 0;
    }
    #company .message .imgBox .photoBox .name .bigTxt {
		margin-left: 1.3rem;
        font-size: 1.6rem;
		display: inline-block;
		letter-spacing: 0;
    }
    #company .message .imgBox .textBox {
        width: auto;
    }
    #company .message .imgBox .textBox h4 {
        margin: 0 0.1rem 2.4rem;
        font-size: 3rem;
        line-height: 1.7;
        letter-spacing: 0.15rem;
    }
    #company .message .imgBox .textBox p {
		margin-bottom: 2rem;
        line-height: 2;
    }
    #company .message {
        margin-bottom: 13rem;
    }
    #company .summary {
        margin-bottom: 13rem;
    }
    #company .summary .comTableBox td .textList li {
        margin-right: -1rem;
    }
    #company .summary .comTableBox td .textList li:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    #company .history .headLine03 {
        margin-bottom: 3.6rem;
    }
    #company .history .inner {
        max-width: inherit;
    }
    #company .history .dateList .date {
        width: 6.5rem;
        font-size: 3rem;
    }
    #company .history .dateList dl {
        padding: 0.6rem 0 1.7rem 2.7rem;
        width: calc(100% - 7.2rem);
    }
    #company .history .dateList dt {
        margin-bottom: 0.7rem;
		width: auto;
        font-size: 1.5rem;
		text-align: left;
        float: none;
        line-height: 1.2;
    }
    #company .history .dateList dl::before {
        top: 1.2rem;
    }
    #company .history .dateList li:last-child dl::after {
        display: none;
    }
    #company .history .dateList dd {
        padding-left: 0;
        line-height: 1.66;
    }
    #company .history {
        margin-bottom: 12.9rem;
    }
	#company .results {
		margin-bottom: 14.3rem;
	}
	#company .results .headLine03 {
		margin-bottom: 7.8rem;
	}
	#company .results .textList {
		width: auto;
		display: block;
	}
	#company .results .textList > li {
		width: auto;
	}
	#company .results .textList > li:last-child {
		border: none;
	}
	#company .results .textUl li {
		padding: 1.9rem 0.2rem 1.8rem;
	}
	#company .results .sml {
		margin: 2.3rem 0.7rem 0;
	}
    #company .information .headLine03 {
        margin-bottom: 4rem;
    }
    #company {
        padding-bottom: 34.7rem;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body.top #gHeader {
	background-color: transparent;
}
#index {
	padding-bottom: 23.5rem;
	position: relative;
	background-color: #fff;
}
#index .btmBg01 {
	position: absolute;
	right: 0;
	/* bottom: 23.5rem; */
	bottom: 0;
	width: 30.1rem;
}
#index .btmBg02 {
	position: absolute;
	left: 6.5rem;
	bottom: 8.8rem;
	width: 9.8rem;
}
#index .btmBg03 {
	position: absolute;
	right: 28.4rem;
	bottom: 34.9rem;
	width: 5.8rem;
}
#index .mainVisual {
	position: relative;
}
#index .mainVisual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s;
}
#index .mainVisual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
#index .mainVisual .info {
	position: relative;
	z-index: 2;
	height: 80rem;
	padding-top: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/index/main_visual_bg01.png) no-repeat left top,url(img/index/main_visual_bg02.png) no-repeat bottom right;
	background-size: 74rem auto,72rem auto;
	box-sizing: border-box;
}
#index .mainVisual .textImg {
	width: 98.3rem;
	opacity: 0;
	transform: translate(-6rem,2rem);
	transition: 1s;
	transition-delay: .2s;
}
#index .mainVisual .note {
	position: absolute;
	left: 5rem;
	bottom: 3.2rem;
	padding: 0.2rem 0.7rem 0.3rem;
	font-size: 1rem;
	z-index: 2;
	background-color: #fff;
}
#index .mainVisual.animation .bg {
	opacity: 1;
}
#index .mainVisual.animation .textImg {
	opacity: 1;
	transform: none;
}
#index .mainVisual .newsLink {
	position: absolute;
	right: 0;
	bottom: 3.1rem;
	width: 33.7rem;
	z-index: 6;
	border: 1px solid #333;
	border-right: none;
	border-radius: 0.5rem 0 0 0.5rem;
	background-color: #fff;
}
#index .mainVisual .newsLink a {
	padding: 1.6rem 4.3rem 2.5rem 2.7rem;
	display: block;
	background: url(img/common/icon08.png) no-repeat right 2.7rem center;
	background-size: 1.6rem auto;
}
#index .mainVisual .newsLink a:hover {
	opacity: 0.7;
}
#index .mainVisual .newsLink .ttl {
	margin-bottom: 0.4rem;
	color: #FF8C27;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
}
#index .mainVisual .newsLink .txt {
	display: flex;
}
#index .mainVisual .newsLink .time {
	margin-right: 0.5rem;
	flex-shrink: 0;
	color: #737373;
}
#index .about {
	padding: 11.6rem 0 10.1rem;
	position: relative;
	background: linear-gradient(180deg, #F9D96B 0%, rgba(249, 217, 107, 0.00) 93.45%);
}
#index .about .textBox {
	width: 71.4rem;
	margin: 0 auto;
}
#index .about h3 {
	margin-bottom: 2.1rem;
	width: 46.2rem;
}
#index .about p {
	margin-bottom: 2.2rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 0.075rem;
}
#index .about .img01 {
	position: absolute;
	left: 0;
	top: 24.6rem;
	width: 24.7rem;
}
#index .about .img02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32.2rem;
}
#index .bgInfo {
	background: url(img/common/page_bg01.png) repeat left top / 1.1rem,#fff;
}
#index .services {
	position: relative;
	padding: 14.5rem 0 16rem;
}
#index .services .bg01 {
	position: absolute;
	right: 0;
	bottom: -14.5rem;
	width: 26.8rem;
}
#index .services .bg02 {
	position: absolute;
	left: 0;
	bottom: -15.5rem;
	width: 27.2rem;
}
#index .services .imgBox {
	position: relative;
	z-index: 1;
	align-items: flex-start;
}
#index .services .textBox {
	width: 35.5rem;
	position: relative;
}
#index .services .textBox .ico {
	position: absolute;
	right: 1.5rem;
	bottom: -7.7rem;
	width: 8rem;
}
#index .services .textBox p {
	margin-bottom: 4.1rem;
	line-height: 2.3;
}
#index .services .textList {
	width: 51.9rem;
	margin: -0.3rem -0.1rem 0 0;
}
#index .services .textList li {
	margin-bottom: 1.8rem;
	width: 25rem;
	padding: 3.7rem 0 2.2rem;
	text-align: center;
	border-radius: 0.5rem;
	border: 0.3rem solid #F70;
	background: #FF8C27;
	box-sizing: border-box;
}
#index .services .textList p {
	margin-top: 2.3rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.25;
}
#index .bgBox {
	position: relative;
}
#index .bgBox::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 1px;
	clip-path: polygon(0 25.8%, 100% 0, 100% 100%, 0% 100%);
	background-image: linear-gradient(180deg, #F9D96B 37.45%, #FFF 100%);
	content: "";
}
#index .company {
	padding: 1.1rem 0 17.5rem;
	position: relative;
}
#index .company .photo {
	position: absolute;
	right: 0;
	top: 5.5rem;
	width: 66.5rem;
}
#index .company p {
	margin-bottom: 4.7rem;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: 0.37rem;
}
#index .company .enText {
	margin-top: 15.5rem;
	display: flex;
	color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFF;
	font-size: 13rem;
	line-height: 1;
	letter-spacing: 1.3rem;
}
#index .company .enText li {
	margin: 0 1rem;
}
#index .news {
	position: relative;
}
#index .news .whiteBg {
	margin-left: auto;
	width: calc(50% + 17.6rem);
	min-height: 32rem;
	padding: 6rem 5.7rem;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}
#index .news .photo {
	position: absolute;
	bottom: -28.6rem;
	width: 34.7rem;
	left: 50%;
	margin-left: -49.6rem;
	z-index: 1;
}
#index .news .bg01 {
	position: absolute;
	bottom: -48.1rem;
	width: 44rem;
	left: 50%;
	margin-left: -65.1rem;
}
#index .news .bg02 {
	position: absolute;
	left: 3.7rem;
	top: -2.9rem;
	width: 7.3rem;
}
#index .news .bg03 {
	position: absolute;
	bottom: -3.6rem;
	right: 2.1rem;
	width: 14rem;
}
#index .recruit {
	margin-top: 7.3rem;
	height: 124.7rem;
	padding-top: 36.7rem;
	position: relative;
	z-index: 1;
	background: url(img/index/recruit_bg.png) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
} 
#index .recruit .headLine04 {
	margin-bottom: -13.2rem;
}
#index .recruit .headLine04 .en::after {
	background-color: #fff;
}
#index .recruit .imgBox {
	padding-right: 3rem;
	position: relative;
}
#index .recruit .photo {
	width: 72.4rem;
	margin: 0 auto;
}
#index .recruit h3 {
	margin-top: 2rem;
	width: 67.8rem;
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
}
#index .recruit .textImg {
	position: absolute;
}
#index .recruit .textImg01 {
	width: 39.5rem;
	left: 582px;
	top: -113px;
}
#index .recruit .textImg02 {
	width: 33rem;
	left: 157px;
	top: 559px;
}
#index .recruit .textImg03 {
	width: 24.8rem;
	left: 338px;
	top: -42px;
}
#index .recruit .textImg04 {
	width: 16.9rem;
	left: 904px;
	top: 218px;
}
#index .recruit .textImg05 {
	width: 19.3rem;
	left: -25px;
	top: 192px;
}
#index .recruit .textImg06 {
	width: 21.7rem;
	left: -52px;
	top: 324px;
}
#index .recruit .textImg07 {
	width: 19.3rem;
	left: 815px;
	top: 88px;
}
#index .recruit .textImg08 {
	width: 17.4rem;
	left: 602px;
	top: 572px;
}
#index .recruit .textImg09 {
	width: 26.4rem;
	left: 765px;
	top: 350px;
}
#index .recruit .textImg10 {
	width: 29.5rem;
	left: 12px;
	top: 450px;
}
#index .recruit .comLink {
	position: absolute;
	right: 0;
	bottom: 4.5rem;
	margin: 0;
}
#index .recruit .enImg {
	position: absolute;
	left: 0;
	top: 30.5rem;
	width: 9.5rem;
}
#index .recruit .enImg.right {
	left: auto;
	right: 0;
	top: 3.1rem;
}
@media all and (min-width: 897px) {
	#index .services .textList li:nth-child(n + 3) {
		padding: 2.9rem 0 1.7rem;
		width: 16rem;
	}
	#index .services .textList li:nth-child(n + 3) p {
		margin-top: 1.6rem;
	}
	#index .company .headLine04 .en::after {
		bottom: 0;
	}
	#index .news .headLine04 {
		margin: 0;
		position: absolute;
		left: 50%;
		top: -0.9rem;
		margin-left: -52rem;
	}
	#index .news .comLink {
		margin: 0;
		position: absolute;
		left: 50%;
		top: 10.9rem;
		margin-left: -52rem;
	}
	#index .news .comNewsList {
		width: 64.4rem;
	}
	#index .news .comNewsList li:first-child a {
		padding-top: 2.9rem;
	}
	#index .news .comNewsList a {
		padding: 1.8rem 3.2rem;
		font-weight: 400;
	}
}
@media all and (max-width: 896px) {
	#index {
		padding-bottom: 22.5rem;
	}
	#index .btmBg01 {
		display: none;
	}
	#index .btmBg02 {
		display: none;
	}
	#index .btmBg03 {
		display: none;
	}
	#index .mainVisual .info {
		height: 65rem;
		padding-top: 5.8rem;
		background-image: url(img/index/main_visual_bg01_sp.png),url(img/index/main_visual_bg02_sp.png) ;
		background-size: 37.5rem auto,37.4rem auto;
	}
	#index .mainVisual .textImg {
		width: 32.7rem;
	}
	#index .mainVisual .note {
		left: 2.8rem;
		bottom: 2.3rem;
		padding: 0 0.7rem 0.2rem;
		font-size: 1.2rem;
	}
	#index .mainVisual .newsLink {
		right: 1.8rem;
		bottom: -12.5rem;
		width: auto;
		left: 1.7rem;
		border-right: 1px solid #333;
		border-radius: 0.5rem;
	}
	#index .mainVisual .newsLink a {
		padding: 1.6rem 4.3rem 2.5rem 2.9rem;
	}
	#index .mainVisual .newsLink .txt {
		font-size: 1.3rem;
	}
	#index .about {
		padding: 28.1rem 0 0;
	}
	#index .about .textBox {
		padding-bottom: 2.1rem;
		width: auto;
	}
	#index .about h3 {
		margin-bottom: 2.9rem;
		width: 31.9rem;
	}
	#index .about p {
		margin-bottom: 2.6rem;
		line-height: 1.86;
	}
	#index .about .img01 {
		display: none;
	}
	#index .about .img02 {
		position: static;
		margin-left: auto;
	}
	#index .about .img02 img {
		transform: translateY(11rem);
	}
	#index .services {
		padding: 11.2rem 0 10.9rem;
	}
	#index .services .headLine04 {
		margin-bottom: 4rem;
	}
	#index .services .headLine04 .en {
		margin-bottom: 0.1rem;
	}
	#index .services .bg01 {
		display: none;
	}
	#index .services .bg02 {
		display: none;
	}
	#index .services .imgBox {
		padding-bottom: 9.1rem;
		display: block;
		position: relative;
	}
	#index .services .textBox {
		width: auto;
		position: static;
	}
	#index .services .textBox .ico {
		display: none;
	}
	#index .services .textBox p {
		margin-bottom: 0;
		line-height: 1.86;
	}
	#index .services .textList {
		width: auto;
		justify-content: center;
		margin: 4rem -2rem 0;
	}
	#index .services .textList li {
		margin: 0 0.7rem 1.4rem;
		width: 15.3rem;
		height: 15.5rem;
		padding: 1.9rem 0 1rem;
		box-sizing: border-box;
	}
	#index .services .textList .ico {
		width: 6.1rem;
		margin: 0 auto;
	}
	#index .services .textList .wid02 .ico {
		width: 7rem;
	}
	#index .services .textList .wid02 p {
		padding-top: 0.2rem;
		font-size: 1.2rem;
		letter-spacing: -0.06em;
	}
	#index .services .textList .wid03 .ico {
		width: 6.7rem;
	}
	#index .services .textList .wid04 .ico {
		width: 6.7rem;
	}
	#index .services .textList .wid05 .ico {
		width: 7.3rem;
	}
	#index .services .textList p {
		margin-top: 1.1rem;
		line-height: 1.46;
		font-size: 1.3rem;
	}
	#index .services .comLink {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#index .bgBox::before {
		top: 23.3rem;
		bottom: 49.5rem;
		clip-path: polygon(0 6.9%, 100% 0, 100% 100%, 0% 100%);
	}
	#index .bgBox::after {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 50rem;
		background-color: #fff;
		content: "";
	}
	#index .company {
		padding-bottom: 13rem;
		position: relative;
	}
	#index .company .bg {
		width: 13.4rem;
		position: absolute;
		right: 0;
		/* top: 6.5rem; */
		top: 19rem;
	}
	#index .company .headLine04 {
		margin-bottom: 4rem;
	}
	#index .company .headLine04 .en {
		margin-bottom: 0.1rem;
	}
	#index .company .photo {
		margin: 0 -2.8rem 4.7rem auto;
		position: relative;
		right: auto;
		top: auto;
		width: 34.6rem;
	}
	#index .company .photo img {
		transform: translateY(20rem);
	}
	#index .company p {
		margin-bottom: 4rem;
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 0.1rem;
	}
	#index .company .enText {
		margin-top: 13rem;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FFF;
		font-size:5rem;
		letter-spacing: 0.5rem;
	}
	#index .company .enText li {
		margin: 0 1rem;
	}
	#index .news {
		padding-left: 2.8rem;
		position: relative;
		z-index: 2;
	}
	#index .news .headLine04 {
		margin-bottom: 4rem;
	}
	#index .news .headLine04 .en {
		margin-bottom: 0;
	}
	#index .news .whiteBg {
		margin-left: auto;
		width: auto;
		min-height: inherit;
		padding: 6rem 0 6rem 3.4rem;
	}
	#index .news .comNewsList a {
		padding: 2.2rem 3rem 2.3rem 0.2rem;
		font-weight: 400;
	}
	#index .news .comNewsList .detail .tagUl span {
		padding: 0.2rem 0.8rem;
        min-width: 6.2rem;
        font-size: 1.1rem;
	}
	#index .news .photo {
		position: static;
		width: 31.5rem;
		margin: 6rem auto 0;
	}
	#index .news .photo img {
		transform: translateY(-13rem);
	}
	#index .news .bg01 {
		bottom: -18.5rem;
		width: 30.9rem;
		left: 0rem;
		margin-left: 0;
	}
	#index .news .bg01 img {
		transform: translateY(-13rem);
	}
	#index .news .bg02 {
		left: auto;
		right: 7.3rem;
	}
	#index .news .bg03 {
		display: none;
	}
	#index .recruit {
		margin-top: -5.1rem;
		height: 113.2rem;
		padding-top: 12.4rem;
		z-index: 3;
		background-image: url(img/index/recruit_bg_sp.png);
	} 
	#index .recruit .headLine04 {
		margin: 0 2.8rem;
	}
	#index .recruit .headLine04 .en {
		margin-bottom: 0;
	}
	#index .recruit .content {
		margin: 0;
		overflow: hidden
	}
	#index .recruit .imgBox {
		margin: 0 auto;
		width: 37.5rem;
		padding: 24.7rem 0 22.6rem;
	}
	#index .recruit .photo {
		width: 36.4rem;
		margin: 0;
	}
	#index .recruit h3 {
		width: 34rem;
		top: 88%;
	}
	#index .recruit .textImg01 {
		width: 26.5rem;
		left: auto;
		right: -4.3rem;
		top: 6.4rem;
	}
	#index .recruit .textImg02 {
		width: 23.8rem;
		left: -2.6rem;
		top: 53rem;
	}
	#index .recruit .textImg03 {
		width: 19.2rem;
		left: 2.1rem;
		top: 3.4rem;
	}
	#index .recruit .textImg04 {
		width: 13rem;
		left: 21.1rem;
		top: 50.5rem;
	}
	#index .recruit .textImg05 {
		width: 16.2rem;
		left: -0.8rem;
		top: 11.1rem;
	}
	#index .recruit .textImg06 {
		width: 18.2rem;
		left: 2.9rem;
		top: 18.8rem;
	}
	#index .recruit .textImg07 {
		width: 15rem;
		left: 20.8rem;
		top: 17.9rem;
	}
	#index .recruit .textImg08 {
		width: 13.5rem;
		left: 10.1rem;
		top: auto;
		bottom: 7.9rem;
	}
	#index .recruit .textImg09 {
		width: 18rem;
		left: auto;
		right: -1.3rem;
		top: auto;
		bottom: 12.7rem;
	}
	#index .recruit .textImg10 {
		width: 17.7rem;
		left: 2.3rem;
		top: auto;
		bottom: 25.3rem;
	}
	#index .recruit .comLink {
		right: auto;
		left: 2.8rem;
		bottom: 0;
	}
	#index .recruit .enImg {
		display: none;
	}
}
/*------------------------------------------------------------
	#contact
------------------------------------------------------------*/
#contact {
	padding-bottom: 34.9rem;
}
#contact .contactBox {
	padding-top: 0.5rem;
}
#contact .contactBox .content {
	margin: 0 auto;
	width: 60rem;
}
#contact .contactBox .text {
	margin: 0 auto 4.9rem;
	width: 47.3rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.92;
}
#contact table {
	margin-bottom: 4.2rem;
	width: 100%;
	border-collapse: collapse;
}
#contact table th,
#contact table td {
	padding: 1.3rem 2.5rem 1.3rem 2.9rem;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 400;
	border-top: 1px solid #B9B9B9;
	vertical-align: top;
	word-break: break-all;
}
#contact table tr:last-child th,
#contact table tr:last-child td {
	border-bottom: 1px solid #B9B9B9;
}
#contact table th {
	padding: 2.3rem 0 1.4rem 2.9rem;
	width: 31%;
	font-weight: 700;
}
#contact table .tr01 th {
	padding-top: 1.5rem;
}
#contact table .tr01 td {
	padding-top: 1.5rem;
}
#contact table th .must {
	margin-left: 0.9rem;
	padding: 0.2rem 0.1rem 0.2rem;
	width: 4rem;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	background-color: #FF8C27;
	display: inline-block;
	border-radius: 1rem;
}
#contact table input[type="text"],
#contact table input[type="email"], 
#contact table input[type="tel"],
#contact table select, 
#contact table textarea {
	padding: 0.8rem 2.4rem;
	width: 100%;
	display: block;
	height: 4rem;
	color: #333;
	font-size: 1.3rem;
	font-weight: 400;
	border-radius: 0.5rem;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	box-shadow: none;
	background-color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#contact table textarea {
	min-height: 15rem;
	resize: vertical;
}
#contact .radioList {
	display: flex;
	flex-wrap: wrap;
}
#contact .radioList li,
#contact .radioList .wpcf7-list-item {
	margin: 0 2.5rem 0 0;
}
#contact input[type="radio"] {
	display: none;
}
#contact input[type="radio"] ~ span {
	padding-left: 2rem;
	display: inline-block;
	background: url(img/common/radio_img.png) no-repeat left center/ 1.5rem;
}
#contact input[type="radio"]:checked ~ span {
	background-image: url(img/common/radio_img_on.png);
}
#contact .mailForm label {
	cursor: pointer;
}
#contact .mailForm input::placeholder,
#contact .mailForm textarea::placeholder {
	color: rgba(51, 51, 51, 0.30);
}
#contact .mailForm input::-webkit-input-placeholder,
#contact .mailForm textarea::-webkit-input-placeholder { 
	color: rgba(51, 51, 51, 0.30);
	opacity: 1;
}
#contact .mailForm input:-moz-placeholder,
#contact .mailForm textarea:-moz-placeholder {
	color: rgba(51, 51, 51, 0.30);
	opacity: 1;
}
#contact .mailForm input::-moz-placeholder,
#contact .mailForm textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.30);
	opacity: 1;
}
#contact .mailForm input:-ms-input-placeholder,
#contact .mailForm textarea:-ms-input-placeholder {
	color: #a3a3a3;
	opacity: 1;
}
#contact .mailForm .agreeText {
	margin-bottom: 4.6rem;
	text-align: center;
}
#contact .mailForm .agreeText a {
	color: #0070BB;
	border-bottom: 1px solid #0070BB;
}
#contact .mailForm .submit {
	position: relative;
}
#contact .back a,
#contact .mailForm .submit input {
    width: 20.5rem;
    padding: 1.55rem 2.4rem;
	text-align: left;
	color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
	border-radius: 0.7rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0.1rem solid #FF8C27;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background: #FF8C27 url(img/common/icon03.png) no-repeat right 2.2rem center / 1.6rem;
	transition: .3s;
}
#contact .mailForm .submit li {
	margin: 0 1rem;
}
#contact .back a {
	margin: 0 auto;
}
#contact .mailForm .submit .wpcf7-spinner {
	margin: 2rem 0 0;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
#contact .confirm input[type="text"],
#contact .confirm input[type="email"],
#contact .confirm input[type="tel"],
#contact .confirm select, 
#contact .confirm textarea {
	background: #ccc !important;
}
#contact .confirm input[type="text"]:-internal-autofill-selected,
#contact .confirm input[type="email"]:-internal-autofill-selected,
#contact .confirm input[type="tel"]:-internal-autofill-selected,
#contact .confirm select:-internal-autofill-selected,
#contact .confirm textarea:-internal-autofill-selected {
    box-shadow: inset 0 0 0 1000px #ccc !important;
}
#contact .confirm input[type="radio"] ~ span {
	opacity: 0.7;
	cursor: default;
}
#contact .contactBox.thanks .text {
	width: auto;
	text-align: center;
}
@media all and (min-width: 897px) {
	#contact .back a:hover,
	#contact .mailForm .submit input:hover {
		color: #FF8C27;
		background-color: #fff;
		background-image: url(img/common/icon03_hover.png);
	}
	#contact .mailForm .agreeText a:hover {
		border-color: transparent;
	}
}
@media all and (max-width: 896px) {
	#contact {
		padding-bottom: 33.5rem;
	}
	#contact .contactBox {
		padding-top: 0.4rem;
	}
	#contact .contactBox .content {
		margin: 0 2.8rem;
		width: auto;
	}
	#contact .contactBox .text {
		margin-bottom: 3.8rem;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.86;
	}
	#contact table {
		margin-bottom: 4rem;
		border-top: 1px solid #B9B9B9;
		border-bottom: 1px solid #B9B9B9;
	}
	#contact table th,
	#contact table td {
		padding: 0.5rem 0 1.5rem;
		display: block;
		width: 100% !important;
		font-size: 1.5rem;
		border-top: 0 !important;
	}
	#contact table tr:last-child th, 
	#contact table tr:last-child td {
		border: 0;
	}
	#contact table th {
		padding: 1.7rem 0 0.5rem;
	}
	#contact table th .must {
		margin-left: 0.6rem;
		padding: 0;
		font-size: 1.3rem;
	}
	#contact table input[type="text"],
	#contact table input[type="email"], 
	#contact table input[type="tel"],
	#contact table select, 
	#contact table textarea {
		padding: 1.1rem 1.4rem;
		height: 4.5rem;
		font-size: 1.5rem;
	}
	#contact table textarea {
		min-height: 23rem;
	}
	#contact table tr:first-child th {
		padding-top: 4.2rem;
	}
	#contact table tr:first-child td {
		padding-top: 0.8rem;
	}
	#contact table tr:last-child td {
		padding-bottom: 4rem;
	}
	#contact .radioList li:last-child {
		margin-right: 0;
	}
	#contact .mailForm .agreeText {
		margin-bottom: 3.9rem;
		line-height: 1.86;
	}
	#contact .mailForm .agreeText a {
		text-decoration: none;
	}
	#contact .mailForm .submit {
		display: block;
	}
	#contact .back a,
	#contact .mailForm .submit input {
		width: 20.5rem;
		padding: 1.1rem 2.4rem;
		font-size: 1.5rem;
		border-radius: 0.5rem;
	}
	#contact .mailForm .submit li {
		margin: 0 0 1rem;
		text-align: center;
	}
	#contact .mailForm .submit li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
#recruit {
    background: #FFEEDF;
}
#recruit .pageTitle {
    margin-bottom: 13rem;
}
#recruit .pageTitle::before {
    background-image: url("img/common/page_bg03.png");
}
#recruit .department {
    margin-bottom: 13rem;
}
#recruit .department h3 {
    margin-bottom: 2.4rem;
    color: #FF8C27;
    font-size: 1.8rem;
    font-weight: 700;
}
#recruit .department .imgBox .photoBox {
    margin-top: 0.9rem;
    width: 33rem;
    order: 1;
}
#recruit .department .imgBox .photoBox img {
    width: 100%;
    border-radius: 1rem;
}
#recruit .department .imgBox .textBox {
    width: 60.3rem;
}
#recruit .department .imgBox .textBox h4 {
    margin-bottom: 2.4rem;
    font-weight: 700;
    font-size: 3.7rem;
    line-height: 1.25;
    letter-spacing: 0.37rem;
}
#recruit .department .imgBox .textBox p {
    margin-bottom: 1.9rem;
    line-height: 2.15;
}
#recruit .department .imgBox .textBox p:last-child {
    margin-bottom: 0;
}
#recruit .staff {
    padding: 9.4rem 8rem 10.2rem 14.4rem;
    margin: 0 0 12.4rem auto;
    width: calc(50% + 52rem);
    border-radius: 1rem 0 0 1rem;
    border: 0.1rem solid rgba(51,51,51,0.5);
	border-right: none;
    background-color: #FFF;
}
#recruit .staff h3 {
	margin-bottom: 3.5rem;
    padding: 0 0.4rem 0 0.8rem;
    width: fit-content;
    color: #FFF;
    font-size: 3.7rem;
    font-weight: 700;
    letter-spacing: 0.37rem;
    background-color: #333;
}
#recruit .staff .slideBox {
	width: 90rem;
	position: relative;
}
#recruit .staff .next {
	position: absolute;
	right: -5rem;
	top: 50%;
	cursor: pointer;
	transition: .3s;
	width: 3.5rem;
	z-index: 1;
	transform: translateY(-50%);
}
#recruit .staff .photoBox {
	width: 37rem;
	padding-top: 0.3rem;
}
#recruit .staff .photo {
	margin-bottom: 2.2rem;
	position: relative;
	overflow: hidden;
	height: 44.7rem;
	border-radius: 1rem;
}
#recruit .staff .photo img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#recruit .staff .photo span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.5rem 0;
	width: 18rem;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.115rem;
	border-radius: 1rem 0;
	background-color: #FF8C27;
}
#recruit .staff .photoBox p {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.47;
}
#recruit .staff .photoBox p span {
	display: block;
	color: #FF8C27;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.065rem;
}
#recruit .staff .textInfo li {
	padding: 2.9rem 0 3.5rem;
	border-bottom: 1px solid #D9D9D9;
}
#recruit .staff .textInfo li:last-child {
	border-bottom: none;
}
#recruit .staff .textInfo h4 {
	margin-bottom: 2.2rem;
	color: #FF8C27;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
#recruit .staff .textInfo p {
	line-height: 1.76;
}
#recruit .staff .textBox .note {
	margin: 1.7rem 4.6rem 0 0;
	text-align: center;
	letter-spacing: 0.065rem;
}
#recruit .enviroment {
    margin-bottom: 12.6rem;
}
#recruit .enviroment h3 {
    margin: 0 0.5rem 4rem;
    font-size: 3.7rem;
}
#recruit .enviroment .itemList li {
    padding: 0 4.9rem;
    width: 33.3rem;
}
#recruit .enviroment .itemList li:nth-child(3n-1) {
    border-left: 1px solid #FF8C27;
    border-right: 1px solid #FF8C27;
}
#recruit .enviroment .itemList li .photo {
    margin-bottom: 2.1rem;
}
#recruit .enviroment .itemList li .photo img {
    width: 100%;
    border-radius: 1rem;
}
#recruit .enviroment .itemList li h4 {
    margin: 0 1rem 1rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
}
#recruit .enviroment .itemList li p {
    line-height: 1.76;
}
#recruit .welfare h3 {
    font-size: 2.3rem;
    font-weight: 700;
}
#recruit .welfare h3 .dot {
    letter-spacing: 0.115rem;
}
#recruit .welfare .info {
	margin-top: 1px;
}
#recruit .welfare .textList li {
	padding: 0 0 1px 1.3rem;
	position: relative;
	line-height: 2.3;
}
#recruit .welfare .textList li::before {
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: 0.9rem;
	height: 0.9rem;
	background-color: #FF8C27;
	content: "";
}
#recruit .welfare {
    margin-bottom: 12.1rem;
}
#recruit .point td {
    padding-right: 17.5rem;
}
#recruit .point td p:not(:last-child) {
    margin-bottom: 1.2rem;
}
#recruit .point td .textList li {
    text-indent: -1em;
    padding-left: 1em;
}
#recruit {
    padding-bottom: 35rem;
}
@media all and (min-width: 897px) {
	#recruit .staff .next:hover {
		opacity: 0.7;
	}
	#recruit .staff .textBox {
		width: 49rem;
	}
	#recruit .staff .textInfo {
		padding: 1.9rem 2.7rem 4.7rem 4.2rem;
		position: relative;
		border: 1px solid #FF8C27;
		box-sizing: border-box;
		border-radius: 2rem;
	}
	#recruit .staff .textInfo::before {
		position: absolute;
		left: -2.3rem;
		top: 6rem;
		background: url(img/common/icon07.png) no-repeat;
		background-size: 2.8rem auto;
		width: 2.8rem;
		height: 2.8rem;
		content: "";
	}
	#recruit .staff .textInfo .scrollBox {
		padding-right: 4.3rem;
		height: 47.8rem;
	}
	#recruit .staff .textInfo .scrollBox .simplebar-vertical {
		width: 1.5rem;
		top: 2.3rem;
		border-radius: 1rem;
		background: rgba(217, 217, 217, 0.60);
	}
	#recruit .staff .textInfo .scrollBox .simplebar-scrollbar.simplebar-visible:before {
		top: 0.3rem;
		bottom: 0.3rem;
		left: 0.3rem;
		right: 0.3rem;
		border-radius: 1rem;
		background: #fff;
		opacity: 1;
	}
	#recruit .enviroment .itemList li:nth-child(2) p {
		margin-right: -1rem;
	}
	#recruit .welfare .content {
		display: flex;
	}
	#recruit .welfare h3 {
		flex-shrink: 0;
		width: 31.6rem;
	}
	#recruit .welfare .inner .textList {
		width: 41.9rem;
	}
	#recruit .welfare .inner .textList:last-child {
		width: 30rem;
	}
	#recruit .welfare .inner .textList li {
		padding-bottom: 0;
	}
}
@media all and (max-width: 896px) {
    #recruit .pageTitle {
        margin-bottom: 7.9rem;
    }
    #recruit .pageTitle::before {
        background-image: url("img/common/page_bg03_sp.png");
    }
    #recruit .department {
        margin-bottom: 13rem;
    }
    #recruit .department h3 {
        margin-bottom: 2.9rem;
		font-size: 2.5rem;
    }
    #recruit .department .imgBox {
        display: block;
    }
    #recruit .department .imgBox .photoBox {
        margin: 0 0 4.1rem;
        width: auto;
    }
    #recruit .department .imgBox .textBox {
        width: auto;
    }
    #recruit .department .imgBox .textBox h4 {
        margin-bottom: 2.5rem;
        line-height: 1.66;
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }
    #recruit .department .imgBox .textBox p {    
        margin-bottom: 2rem;
        line-height: 2;
    }
    #recruit .staff {
        margin: 0 0 14.9rem;
        padding: 7rem 2.8rem 2.3rem;
        width: inherit;
        border-radius: 1rem;
        border: none;
    }
    #recruit .staff h3 {
		margin-bottom: 3.6rem;
        padding: 0.1rem 0.6rem 0.1rem 0.9rem;
        width: fit-content;
        font-size: 2.5rem;
        letter-spacing: 0.25rem;
    }
	#recruit .staff .slideBox {
		width: auto;
	}
	#recruit .staff .next {
		right: 2.8rem;
		top: 43rem;
		width: 4.3rem;
		transform: none;
	}
	#recruit .staff .prev {
		position: absolute;
		right: 9.6rem;
		top: 43rem;
		width: 4.3rem;
		transition: .3s;
	}
	#recruit .staff .slide > div {
		display: block;
	}
	#recruit .staff .photoBox {
		width: 31.9rem;
		margin: 0 auto 9.3rem;
		position: relative;
	}
	#recruit .staff .photo {
		margin-bottom: 2.8rem;
		height: 35rem;
	}
	#recruit .staff .photo span {
		padding: 0.4rem 0;
		width: 12rem;
		font-size: 1.8rem;
		letter-spacing: 0.09rem;
	}
	#recruit .staff .photoBox p {
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 0.1rem;
	}
	#recruit .staff .photoBox p span {
		margin-top: 0.7rem;
	}
	#recruit .staff .textInfo li {
		padding: 3.8rem 0 4.1rem;
	}
	#recruit .staff .textInfo h4 {
		margin-bottom: 2rem;
		line-height: 1.55;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#recruit .staff .textInfo p {
		line-height: 2;
	}
	#recruit .staff .textBox .note {
		display: none;
	}
    #recruit .enviroment {
        margin-bottom: 12.8rem;
    }
    #recruit .enviroment h3 {
        margin: 0 0 4rem;
        font-size: 2.5rem;
    }
    #recruit .enviroment .itemList {
        margin: 0;
        display: block;
    }
    #recruit .enviroment .itemList li {
        margin-bottom: 6rem;
        padding: 0;
        width: auto;
    }
    #recruit .enviroment .itemList li:last-child {
        margin-bottom: 0;
    }
    #recruit .enviroment .itemList li:nth-child(3n-1) {
        border: none;
    }
    #recruit .enviroment .itemList li .photo {
        margin-bottom: 2.9rem;
    }
    #recruit .enviroment .itemList li h4 {
        margin: 0 0 2.1rem;
    }
    #recruit .enviroment .itemList li p {
        line-height: 2;
        text-align: justify;
    }
    #recruit .welfare h3 {
        margin-bottom: 3.2rem;
        font-size: 2.5rem;
    }
    #recruit .welfare h3 .dot {
        letter-spacing: 0;
    }
	#recruit .welfare .info {
		margin-top: 0;
	}
	#recruit .welfare .textList li {
		padding: 0 0 1.4rem 1.8rem;
		line-height: 1.66;
	}
	#recruit .welfare .textList li::before {
		top: 0.9rem;
		width: 1rem;
		height: 1rem;
	}
	#recruit .welfare .inner {
		display: block;
	}
	#recruit .welfare .inner .textList li {
		padding-bottom: 1rem;
	}
    #recruit .welfare {
        margin-bottom: 12.5rem;
    }
     #recruit .comTableBox th {
        padding: 2.5rem 0 0rem;
    }
    #recruit .point td {
        padding: 1.0rem 0 2.3rem;
        line-height: 1.86;
    }
    #recruit .point td p:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    #recruit .point td .textList li {
        text-indent: 0;
        padding-left: 0;
    }
    #recruit {
        padding-bottom: 34.4rem;
    }
}
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
#policy {
	padding-bottom: 34.9rem;
}
#policy .ttl {
	margin: 0 -0.9rem 1.2rem;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.115rem;
}
#policy p {
	margin: 0 0 3.8rem 0.9rem;
	line-height: 1.76;
}
#policy .textList {
	padding: 0 0 0.2rem 1.3rem;
	line-height: 1.76;
}
#policy .textList li {
	text-indent: -1.1em;
	padding-left: 1.1em;
}
@media all and (max-width: 896px) {
	#policy {
		padding-bottom: 34.5rem;
	}
	#policy .pageTitle {
		padding-top: 7.9rem;
	}
	#policy .headLine01 .en {
		margin-bottom: 0.9rem;
		line-height: 1.1;
	}
	#policy .headLine01 .en span {
		background-position: center bottom 1.5rem;
	}
	#policy .comWhiteBg {
		padding: 6.1rem 2.8rem 7.5rem;
	}
	#policy .ttl {
		margin: 0 0 3.1rem;
		font-size: 2rem;
		letter-spacing: 0.1rem;
	}
	#policy p {
		margin: 0 0 5.6rem 1.2rem;
		line-height: 1.86;
	}
	#policy .textList {
		text-align: justify;
		padding: 0 1.5rem 0 1.7rem;
		line-height: 1.86;
	}
}
/*------------------------------------------------------------
	protection
------------------------------------------------------------*/
#protection {
	padding-bottom: 34.9rem;
}
#protection .textList {
	line-height: 1.76;
}
#protection .textList li:not(:last-child) {
	margin-bottom: 2.3rem;
}
#protection .textList .mail img {
	margin: 0.7rem 0 0 0.3rem;
	width: 15rem;
	display: inline-block;
	vertical-align: middle;
}
#protection .textList span {
	margin-top: -0.6rem;
	display: block;
}
#protection .textList .mail:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#protection {
		padding-bottom: 34.5rem;
	}
	#protection .pageTitle {
		margin-bottom: 8.3rem;
		padding-top: 6.5rem;
	}
	#protection .headLine01 .en {
		margin: 0 -2rem 1rem 0;
		font-size: 4.7rem;
		line-height: 1.17;
	}
	#protection .headLine01 .en span {
		background-position: center bottom 1.3rem;
	}
	#protection .pageTitle .headLine01 .jp {
		font-size: 1.6rem;
	}
	#protection h3 {
		margin-bottom: 1.7rem;
		font-size: 2rem;
		letter-spacing: 0.1rem;
	}
	#protection .textList {
		margin: 0 0 0 1.2rem;
		line-height: 1.86;
	}
	#protection .textList li:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#protection .textList .mail img {
		margin: 0.7rem 0 0;
		display: block;
	}
	#protection .textList span {
		margin-top: -0.4rem;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy {
	padding-bottom: 34.9rem;
}
#privacy .comWhiteBg {
	line-height: 1.76;
}
#privacy .textInfo {
	margin-bottom: 2.9rem;
}
#privacy .topImg {
	margin: 0 0 4.2rem 4.7rem;
	text-align: center;
}
#privacy .topImg img {
	width: 20rem;
}
#privacy .textList {
	margin: 0.1rem 0 2.3rem 0.5rem;
}
#privacy .textList li {
	text-indent: -1em;
	padding-left: 1em;
}
#privacy .btmText {
	text-align: right;
}
#privacy .textBox {
	margin-left: 1.3rem;
}
#privacy .ttl {
	margin: 0 -1.3rem;
}
#privacy .title {
	margin-bottom: 2.3rem;
}
#privacy .textUl01 {
	margin-left: 1.3rem;
}
#privacy .textUl01 li {
	text-indent: -1em;
	padding-left: 1em;
}
#privacy .textUl02 li {
	text-indent: -1em;
	padding-left: 1em;
}
#privacy .textUl03 {
	margin-left: 1.3rem;
}
#privacy .text01 {
	margin-left: 1.3rem;
}
#privacy .text01 {
	margin-left: 1.3rem;
}
#privacy .text01 .mail img {
	margin: 0.7rem 0 0 0.5rem;
	width: 14.2rem;
	display: inline-block;
	vertical-align: middle;
}
#privacy .text01 span {
	display: block;
}
#privacy .text01 span span {
	margin-top: -0.6rem;
	display: block;
}
#privacy .text01 .mail:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#privacy {
		padding-bottom: 34.5rem;
	}
	#privacy .comWhiteBg {
		line-height: 1.86;
	}
	#privacy .textInfo {
		margin-bottom: 9.9rem;
	}
	#privacy .topImg {
		margin: 0 0 4.2rem;
	}
	#privacy .topImg img {
		width: 18rem;
	}
	#privacy .textList {
		margin: 2.9rem 0 2.3rem 0.6rem;
	}
	#privacy .textBox {
		margin-left: 0;
	}
	#privacy .textBox p {
		text-indent: 1.5rem;
	}
	#privacy .ttl {
		margin: 0 -1.5rem;
	}
	#privacy .title {
		margin-bottom: 2.8rem;
	}
	#privacy .textUl01 {
		margin-left: 0;
	}
	#privacy .textUl01 li {
		text-indent: 1.5rem;
		padding-left: 0;
	}
	#privacy .textUl03 {
		margin-left: 1.5rem;
	}
	#privacy .textUl03 li {
		text-indent: -1.1em;
		padding-left: 1.1em;
	}
	#privacy .textUl02 {
		margin-left: 1.5rem;
	}
	#privacy .textUl02 li {
		text-indent: 0;
		padding-left: 0;
	}
	#privacy .text01 {
		margin-left: 0;
	}
	#privacy .text01 .mail img {
		margin: 0.6rem 0 0;
		width: 14.2rem;
		display: block;
	}
	#privacy .text01 span {
		margin-top: 2.9rem;
		text-indent: 0;
	}
	#privacy .text01 span span {
		margin-top: -0.3rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service {
	padding-bottom: 34.8rem;
}
#service .topBox {
	margin: -0.9rem 0 17.1rem;
}
#service .topBox .ttl {
	width: 40rem;
	font-size: 3.7rem;
	font-weight: 700;
	letter-spacing: 0.185rem;
}
#service .topBox p {
	margin: 1rem 6.5rem 0 0;
	width: 45rem;
	line-height: 2.3;
}
#service .topLink {
	margin-bottom: 18rem;
}
#service .topLink li {
	margin: 0 1.2rem;
	width: 20.5rem;
}
#service .topLink a {
	height: 5rem;
	padding: 0.2rem 2.8rem 0;
	display: flex;
	align-items: center;
	font-weight: 700;
	border-radius: 5px;
	background: #F9D96B url(img/common/icon05.png) no-repeat center right 2.7rem;
	background-size: 1.1rem auto;
	border: 1px solid #F9D96B;
	box-sizing: border-box;
}
#service .bgWrap {
	position: relative;
}
#service .bgWrap .topImg {
	position: absolute;	
	left: -7.2rem;
	top: -20.7rem;
	width: 26.3rem;
	z-index: 2;
}
#service .bgWrap {
	margin-bottom: 15rem;
}
#service .comWhiteBg {
	position: relative;
}
#service .comWhiteBg:last-child {
	margin-bottom: 0 !important;
}
#service .imgBox {
	margin-bottom: 4.4rem;
	align-items: flex-start;
}
#service .imgBox .photo {
	order: 1;
	width: 40.5rem;
	overflow: hidden;
	border-radius: 1rem;
}
#service .imgBox .textBox {
	width: 49rem;
}
#service .imgBox .ttl {
	margin-bottom: 1.6rem;
	color: #FF8C27;
	font-weight: 700;
	font-size: 3.7rem;
}
#service .imgBox .title {
	margin-bottom: 2.6rem;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.43;
}
#service .imgBox p {
	line-height: 1.76;
}
#service .info01 {
	margin-bottom: 12.8rem;
}
#service .h3Ttl {
	margin-bottom: 5.8rem;
	font-size: 2.5rem;
	font-weight: 700;
}
#service .textList .num {
	margin: 0 1.3rem 2.7rem 0;
	color: #FF8C27;
	font-size: 5rem;
	line-height: 0.7;
	text-align: center;
}
#service .textList .ttl {
	margin-bottom: 2.2rem;
	font-size: 2.5rem;
	line-height: 1.32;
	text-align: center;
	font-weight: 700;
}
#service .textList p {
	text-align: justify;
	line-height: 2.3;
}
#service .info02 {
	margin-bottom: 18rem;
}
#service .listUl li {
	padding-top: 1px;
	width: 15rem;
	position: relative;
}
#service .listUl li:not(:last-child)::before {
	position: absolute;
	right: -4.2rem;
	top: 7.1rem;
	background: url(img/common/icon06.png) no-repeat;
	background-size: 0.9rem auto;
	width: 0.9rem;
	height: 1.2rem;
	content: "";
}
#service .listUl li .photo {
	overflow: hidden;
	border-radius: 100%;
}
#service .listUl .num {
	margin-bottom: -2.7rem;
	position: relative;
	z-index: 1;
	color: #FF8C27;
	font-size: 3rem;
	line-height: 1;
}
#service .listUl .photo + p {
	margin-top: 1.9rem;
	text-align: justify;
	line-height: 1.53;
}
#service .listUl p span {
	margin-bottom: 1.7rem;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.55;
	font-weight: 700;
}
#service .info03 {
	padding-top: 4.5rem;
	border-top: 1px solid rgba(255,140,39,0.5);
}
#service .info03 .h3Ttl {
	margin-bottom: 4rem;
	font-size: 2.3rem;
}
#service .slideBox {
	margin: -0.7rem -1.6rem;
	position: relative;
}
#service .slideBox::before,
#service .slideBox::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1rem;
	height: 100%;
	background-color: #fff;
	content: "";
	z-index: 2;
}
#service .slideBox::after {
	left: auto;
	right: 0;
}
#service .slideBox .prev,
#service .slideBox .next {
	margin-top: -1.7rem;
	position: absolute;
	left: -3.6rem;
	top: 50%;
	cursor: pointer;
	transition: .3s;
	width: 3.5rem;
	z-index: 1;
}
#service .slideBox .next {
	left: auto;
	right: -3.6rem;
}
#service .slick-list {
	padding: 1rem !important;
}
#service .slide {
	margin: 0 1.25rem;
	float: left;
	padding: 3.8rem 4.2rem 4rem;
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}
#service .slide .photo {
	margin-bottom: 1.9rem;
}
#service .slide .ttl {
	padding-bottom: 1.3rem;
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.37;
	border-bottom: 1px solid rgba(217,217,217,0.5);
}
#service .slide ul {
	margin: 0 -0.3rem 0 0.4rem;
	display: flex;
	justify-content: space-between;
}
#service .slide .text {
	width: calc(50% - 1.7rem);
	text-align: justify;
	line-height: 1.91;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}
#service .slide .text span {
	margin: 0 -0.4rem 0.2rem;
	display: block;
	color: #FF8C27;
	font-size: 1rem;
}
@media all and (min-width: 897px) {
	#service .topLink a:hover {
		background-color: transparent;
	}
	#service .comWhiteBg {
		margin: 0 -8rem;
		padding: 9.9rem 7.9rem 9.7rem;
		border-radius: 1rem;
	}
	#service .textList {
		margin: 0 -5rem;
	}
	#service .textList li {
		width: calc(100% / 3);
		padding: 0 5rem 2rem;
		border-left: 1px solid rgba(255,140,39,0.5);
		box-sizing: border-box;
	}
	#service .textList li:nth-child(3n + 1) {
		border: none;
	}
	#service .slideBox .prev:hover,
	#service .slideBox .next:hover {
		opacity: 0.7;
	}
	#service .slide {
		width: 50rem !important;
	}
}
@media all and (max-width: 896px) {
	#service {
		padding-bottom: 34.5rem;
	}
	#service .topBox {
		margin: 0 0 14.7rem;
		display: block;
	}
	#service .topBox .ttl {
		width: auto;
		font-size: 3rem;
		line-height: 1.66;
		letter-spacing: 0.15rem;
	}
	#service .topBox p {
		margin: 2.6rem 0 0;
		width: auto;
		line-height: 2;
	}
	#service .topLink {
		margin: 0 0 27.7rem;
		display: block;
	}
	#service .topLink li {
		margin: 0 auto 1rem;
		width: 20.5rem;
	}
	#service .topLink a {
		height: 4.5rem;
		border-color: #333;
	}
	#service .bgWrap .topImg {
		left: -2rem;
	}
	#service .comWhiteBg {
		margin-bottom: 13rem;
		padding: 7rem 2.8rem 9.4rem;
	}
	#service .imgBox {
		margin-bottom: 5.2rem;
		display: block;
	}
	#service .imgBox .photo {
		width: auto;
		border-radius: 1rem;
	}
	#service .imgBox img {
		width: 100%;
	}
	#service .imgBox .textBox {
		width: auto;
		margin-top: 3rem;
	}
	#service .imgBox .ttl {
		margin-bottom: 2.1rem;
		font-size: 3rem;
	}
	#service .imgBox .title {
		margin-bottom: 3.1rem;
		font-size: 2.5rem;
		line-height: 1.6;
		letter-spacing: 0.125rem;
	}
	#service .imgBox p {
		line-height: 1.86;
	}
	#service .h3Ttl {
		margin-bottom: 6.7rem;
		font-size: 2.5rem;
	}
	#service .info01 {
		margin-bottom: 14.6rem;
	}
	#service .textList {
		display: block;
	}
	#service .textList li:not(:last-child) {
		padding-bottom: 4.9rem;
		margin-bottom: 5.8rem;
		border-bottom:  1px solid #FF8C27;
	}
	#service .textList .num {
		margin: 0 0 3.1rem;
	}
	#service .textList .ttl {
		margin-bottom: 2.1rem;
		line-height: 1.6;
		letter-spacing: 0.125rem;
	}
	#service .textList p {
		line-height: 2;
	}
	#service .info02 .h3Ttl {
		margin-bottom: 6.9rem;
	}
	#service .listUl {
		display: block;
		margin: 0 2.8rem;
	}
	#service .listUl li {
		padding: 0 0 9.4rem;
		width: auto;
		background: url(img/common/icon06_sp.png) no-repeat center bottom 5rem;
		background-size: 2rem auto;
	}
	#service .listUl li:last-child {
		padding-bottom: 0;
		background: none;
	}
	#service .listUl li:not(:last-child)::before {
		display: none;
	}
	#service .listUl li .photo {
		width: 17rem;
		margin: 0 auto;
	}
	#service .listUl .num {
		position: absolute;
		left: 50%;
		top: -0.9rem;
		margin-bottom: 0;
		font-size: 5rem;
		margin-left: -8.5rem;
	}
	#service .listUl .photo + p {
		margin-top: 2rem;
		line-height: 1.66;
		letter-spacing: 0;
	}
	#service .listUl p span {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 0.1rem;
	}
	#service .info03 {
		padding-top: 4.5rem;
	}
	#service .info03 .h3Ttl {
		margin-bottom: 3.8rem;
		font-size: 2rem;
	}
	#service .slideBox {
		margin: 0 -2.8rem;
	}
	#service .slideBox::before,
	#service .slideBox::after {
		display: none;
	}
	#service .slideBox .prev,
	#service .slideBox .next {
		display: none !important;
	}
	#service .slick-slide {
		padding: 0 1.8rem;
	}
	#service .slide {
		margin: 0;
		padding: 4.4rem 2.8rem 1.3rem;
	}
	#service .slide .photo {
		margin-bottom: 1.9rem;
	}
	#service .slide .photo img {
		width: 100%;
	}
	#service .slide .ttl {
		padding-bottom: 2.9rem;
		margin-bottom: 2.4rem;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	#service .slide ul {
		margin: 0;
		display: block;
	}
	#service .slide .text {
		padding-bottom: 3.3rem;
		width: auto;
		line-height: 1.86;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#service .slide .text span {
		margin-bottom: 0.9rem;
		font-size: 1.5rem;
	}
	#service .slick-dots {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: -4.1rem;
	}
	#service .slick-dots li {
		position: relative;
		display: inline-block;
		width: 1.2rem;
		height: 1.2rem;
		margin: 0 1rem;
		padding: 0;
		cursor: pointer;
		background: #D9D9D9;
		border-radius: 100%;
	}
	#service .slick-dots li button {
		display: none;
	}
	#service .slick-dots li.slick-active {
		background: #FF8C27;
	}
}
/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
#news_detail {
	padding: 17.5rem 0 34.9rem;
	background-color: #fff;
}
#news_detail .content {
	width: 84rem;
	margin: 0 auto;
}
#news_detail .titleBox {
	margin-bottom: 5.4rem;
	padding-bottom: 4.9rem;
	border-bottom: 1px solid #D9D9D9;
}
#news_detail .subBox {
	margin-bottom: 0.9rem;
}
#news_detail .subBox .cat {
	width: calc(100% - 10rem);
	display: flex;
}
#news_detail .subBox .cat span {
	padding: 0.1rem 0.8rem 0;
	font-size: 1.1rem;
	border-radius: 1rem;
	background: #F9D96B;
}
#news_detail .subBox .cat span:not(:last-child) {
	margin-right: 0.6rem;
}
#news_detail .subBox time {
	color: #737373;
}
#news_detail h2 {
	font-size: 2.5rem;
	font-weight: 700;
}
#news_detail h3 {
	margin-bottom: 2.9rem;
	padding-bottom: 0.7rem;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #F9D96B;
}
#news_detail .wpBox {
	margin-bottom: 13rem;
}
#news_detail .wpBox p {
	margin-bottom: 6rem;
	line-height: 1.92;
	word-break: break-all;
}
#news_detail .wpBox p a:hover {
	opacity: 0.7;
}
#news_detail h4 {
	margin-bottom: 3rem;
	padding: 0.9rem 1.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 0.5rem;
	background: rgba(249, 217, 107, 0.20);
}
#news_detail figure {
	margin-bottom: 3rem;
	border-radius: 1rem;
	overflow: hidden;
}
#news_detail .wp-block-columns {
	margin-bottom: 4.1rem;
}
#news_detail .wp-block-column figure {
	margin-bottom: 0;
}
#news_detail .wp-block-column p:last-child {
	margin-bottom: 0;
}
#news_detail .is-type-video .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
}
#news_detail .is-type-video .wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	#news_detail .wp-block-columns {
		justify-content: space-between;
	}
	#news_detail .wp-block-columns.reverse {
		flex-direction: row-reverse;
	}
	#news_detail .wp-block-column {
		width: calc(50% - 2rem);
		flex-grow: inherit;
		flex-basis: inherit;
	}
}
@media all and (max-width: 896px) {
	#news_detail {
		padding: 14rem 2.8rem 34.5rem;
	}
	#news_detail .titleBox {
		margin-bottom: 5rem;
		padding-bottom: 5.1rem;
	}
	#news_detail .subBox {
		margin-bottom: 0.9rem;
	}
	#news_detail .subBox .cat {
		width: calc(100% - 10rem);
		display: flex;
	}
	#news_detail .subBox .cat span {
		padding: 0.1rem 0.6rem 0;
		font-size: 1.3rem;
	}
	#news_detail .subBox time {
		font-size: 1.3rem;
	}
	#news_detail h2 {
		font-size: 2.2rem;
		line-height: 1.59;
	}
	#news_detail h3 {
		padding-bottom: 1.5rem;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	#news_detail .wpBox {
		margin-bottom: 9.8rem;
	}
	#news_detail .wpBox p {
		margin-bottom: 6rem;
		line-height: 1.86;
	}
	#news_detail h4 {
		margin-bottom: 3.1rem;
		padding: 1.1rem 1.1rem 1.2rem;
		line-height: 1.55;
	}
	#news_detail figure img {
		width: 100%;
	}
	#news_detail .wp-block-columns {
		margin-bottom: 5.9rem;
		display: block;
	}
	#news_detail .wp-block-column {
		margin-bottom: 3rem;
	}
}
.grecaptcha-badge {
	z-index: 90;
}