@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
Theme Name: Lock
Theme URI: null
Description: Description
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #595757;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #595757;
}
a:hover {
	color: #595757;
}
a:active {
	color: #595757;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #595757;
	font-size: 1.6rem;
	line-height: 1.88;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	display: block;
}
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;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#gHeader .hBox {
	margin: 0 auto;
	max-width: 1106px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	margin-top: -2px;
	width: 94px;
}
#gNavi {
	margin-top: 13px;
	display: flex;
	align-items: center;
}
#gNavi .linkList {
	display: flex;
}
#gNavi .linkList li:not(:last-of-type) {
	margin-right: 39px;
}
#gNavi .linkList a {
	padding: 19px 0;
	color: #3e3a39;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	display: block;
}
#gNavi .linkList .list01 a {
	padding-right: 20px;
	background: url(img/common/icon01.png) no-repeat right top calc(50% + 1px) / 14px auto;
}
#gNavi .linkList .on a {
	color: #00a4e9;
	background-image: url(img/common/icon02.png);
}
#gNavi .linkList .on .bgBox .linkUl a {
	color: #fff;
	background-image: url(img/common/icon03.png);
}
#gNavi .bgBox {
	padding: 19px 20px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	box-sizing: border-box;
	background: linear-gradient(to right,#1A3E9B,#2F98D8,#00A4E9);
	display: none;
}
#gNavi .bgBox .linkUl {
	margin: -4px auto 0;
	max-width: 1030px;
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gNavi .bgBox .linkUl li {
	margin-top: 4px;
}
#gNavi .bgBox .linkUl li:not(:last-of-type) {
	margin-right: 42px;
}
#gNavi .linkList .bgBox .linkUl a {
	padding: 0 0 0 15px;
	color: #fff !important;
	font-weight: 300;
	letter-spacing: 0.1em;
	background: url(img/common/icon03.png) no-repeat left top calc(50% + 1px) / 6px auto !important;
}
#gNavi .linkList .bgBox01 {
	padding: 11px 0 17px;
}
/*#gNavi .linkList .bgBox01 .linkUl {
	justify-content: flex-start;
}*/
#gNavi .linkList .bgBox01 .linkUl li a span {
	letter-spacing: -0.04em;
}
#gHeader.header #gNavi .linkList a {
	color: #fff;
}
#gHeader.header #gNavi .linkList .on a {
	color: #00A4E9;
}
#gHeader.header #gNavi .linkList .list01 a {
	background-image: url(img/common/icon08.png);
}
#gNavi .languegeList {
	margin: 0 -14px 0 24px;
	display: flex;
}
#gNavi .languegeList li {
	margin-right: 17px;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
}
#gNavi .languegeList li::before {
	width: 1px;
	height: 14px;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%) rotate(31deg);
	content: '';
	background-color: #3e3a39;
}
#gNavi .languegeList li:last-of-type {
	margin-right: 0;
}
#gNavi .languegeList li:last-of-type::before {
	display: none;
}
#gNavi .languegeList li a {
	position: relative;
	display: block;
	color: #3e3a39;
}
#gHeader.header #gNavi .languegeList a {
	color: #fff;
}
#gHeader #gNavi .languegeList a::before {
	width: 12px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	background-color: #3e3a39;
	content: '';
	opacity: 0;
	transition: .3s;
}
#gHeader #gNavi .languegeList .on a::before {
	opacity: 1;
}
#gHeader.header #gNavi .languegeList a::before {
	background-color: #fff;
}
#gHeader.header #gNavi .languegeList li::before {
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#gHeader.header #gNavi .linkList a:hover,
	#gNavi .linkList a:hover {
		color: #00a4e9;
	}
	#gHeader.header #gNavi .linkList .list01 a:hover,
	#gNavi .linkList .list01 a:hover {
		background-image: url(img/common/icon02.png);
	}
	#gNavi .linkList .bgBox .linkUl a:hover {
		opacity: 0.7;
		background-image: url(img/common/icon03.png);
	}
	#gHeader #gNavi .languegeList a:hover::before {
		opacity: 1;
	}
}
@media (min-width: 897px) and (max-width: 1170px) {
	#gNavi .linkList li:not(:last-of-type) {
		margin-right: 20px;
	}
	#gNavi .linkList a {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 12px 0;
	}
	#gHeader .hBox {
		margin: 0 20px;
		padding: 0;
		max-width: inherit;
		display: block;
	}
	#gHeader h1 {
		width: 80px;
		position: relative;
		z-index: 9999;
	}
	#gNavi {
		margin-top: 0;
		padding: 90px 20px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 999;
		box-sizing: border-box;
		overflow-y: auto;
		display: none;
	}
	#gNavi .linkList {
		display: block;
	}
	#gNavi .linkList li:not(:last-of-type) {
		margin: 0 0 20px;
	}
	#gNavi .linkList a {
		padding: 0;
		display: block;
		text-align: center;
	}
	#gNavi .linkList .list01 a {
		padding-right: 0;
		position: relative;
		background-image: none;
	}
	#gNavi .linkList .list01 > a::after,
	#gNavi .linkList .list01 > a::before {
		width: 10px;
		height: 1px;
		position: absolute;
		right: 0;
		top: 50%;
		background-color: #3e3a39;
		content: '';
		transition: .3s;
	}
	#gNavi .linkList .list01 > a::after {
		transform: rotate(90deg);
	}
	#gNavi .linkList .list01 > a.on::after {
		transform: rotate(0);
	}
	#gNavi .bgBox {
		margin-top: 20px;
		padding: 0;
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		background: none;
		display: none;
	}
	#gNavi .bgBox .linkUl {
		margin-top: 0;
		top: 0;
		padding-left: 0;
		max-width: inherit;
		display: block;
	}
	#gNavi .bgBox .linkUl li {
		margin: 0 0 10px;
		width:auto;
	}
	#gNavi .bgBox .linkUl li:last-of-type {
		margin-bottom: 0;
	}
	#gNavi .bgBox .linkUl li:not(:last-of-type) {
		margin-right: 0;
	}
	#gNavi .linkList .bgBox .linkUl a {
		padding-left: 15px;
		color: #595757 !important;
		font-size: 1.2rem;
		text-align: left;
		background-image: url(img/common/icon04.png) !important;
		background-position: left top 7px !important;
	}
	#gNavi .linkList .bgBox01 {
		padding: 0;
	}
	#gNavi .linkList .bgBox01 .linkUl {
		padding-left: 0;
		justify-content: space-between;
	}
	.menu {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 20px;
		top: 5px;
		z-index: 999;
		background-color: #fff;
	}
	.menu.on {
		position: fixed;
	}
	.menu span {
		width: 32px;
		height: 2px;
		position: absolute;
		left: calc(50% - 16px);
		top: 15px;
		border-radius: 3px;
		background-color: #00A4E9;
		transition: .3s;
	}
	.menu span:nth-of-type(2) {
		top: 25px;
	}
	.menu span:nth-of-type(3) {
		top: 35px;
	}
	.menu.on span {
		transform: translateY(10px) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-10px) rotate(-45deg);
	}
	#gHeader.header #gNavi .linkList a {
		color: #595757;
	}
	#gNavi .languegeList {
		margin: 30px 0 0;
		position: relative;
		right: 0;
		top: 0;
		display: flex;
		justify-content: center;
		transform: translateY(0);
	}
	#gNavi .languegeList li {
		margin-right: 17px;
		position: relative;
		font-size: 1.4rem;
		font-weight: 500;
	}
	#gNavi .languegeList li::before {
		width: 1px;
		height: 14px;
		position: absolute;
		right: -9px;
		top: 50%;
		transform: translateY(-50%) rotate(31deg);
		content: '';
		background-color: #595757;
	}
	#gNavi .languegeList li:last-of-type {
		margin-right: 0;
	}
	#gNavi .languegeList li:last-of-type::before {
		display: none;
	}
	#gNavi .languegeList li a {
		position: relative;
		display: block;
		color: #595757;
	}
	#gHeader.header #gNavi .languegeList a {
		color: #595757;
	}
	#gHeader #gNavi .languegeList a::before {
		width: 12px;
		height: 1px;
		position: absolute;
		left: 50%;
		bottom: 3px;
		transform: translateX(-50%);
		background-color: #595757;
		content: '';
		opacity: 0;
		transition: .3s;
	}
	#gHeader #gNavi .languegeList .on a::before {
		opacity: 1;
	}
	#gHeader.header #gNavi .languegeList a::before {
		background-color: #595757;
	}
	#gHeader.header #gNavi .languegeList li::before {
		background-color: #595757;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: linear-gradient(to bottom,#00A4E9,#01A4E9, #19A0E2,#4572B9);
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 41px 20px 45px;
	max-width: 1000px;
	position: relative;
}
#gFooter .pageTop {
	width: 46px;
	position: absolute;
	right: 20px;
	top: -23px;
	z-index: 99;
}
#gFooter .pageTop a {
	display: block;
	height: 46px;
	background: url(img/common/page_top01.png) no-repeat center center / 100% 100%;
}
#gFooter .textBox {
	margin-bottom: 52px;
	display: flex;
	justify-content: space-between;
}
#gFooter .textBox .logo {
	width: 145px;
}
#gFooter .textBox .fNavi {
	margin: 16px 6.2% 0 0;
	width: 68.5%;
	display: flex;
	justify-content: space-between;
}
#gFooter .textBox .fNavi > li {
	width: 14.6%;
}
#gFooter .textBox .fNavi > li:nth-of-type(2) {
	width: 27.74%;
}
#gFooter .textBox .fNavi > li:nth-of-type(3) {
	width: 20.44%;
}
#gFooter .textBox .fNavi > li:nth-of-type(4) {
	width: 24.82%;
}
#gFooter .textBox .fNavi a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
#gFooter .textBox .fNavi a::before {
	width: 3px;
	height: 3px;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	content: '';
}
#gFooter .textBox .fNavi .fLinkList li:not(:last-of-type) {
	margin-bottom: 22px;
}
#gFooter .textBox .fNavi .fLinkUl {
	margin-top: 8px;
}
#gFooter .textBox .fNavi .fLinkUl li:not(:last-of-type) {
	margin-bottom: 7px;
}
#gFooter .textBox .fNavi .fLinkUl a {
	padding-left: 12px;
	font-size: 1.1rem;
	line-height: 1.39;
	letter-spacing: 0.1em;
}
#gFooter .textBox .fNavi .fLinkUl a::before {
	width: 5px;
	height: 1px;
	left: 0;
	top: 8px;
}
#gFooter .textBox .fNavi a span {
	letter-spacing: -0.06em;
}
#gFooter .copyright {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		background-image: url(img/common/page_top02.png);
	}
	#gFooter .textBox .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		margin: 0 auto;
		padding: 41px 20px 45px;
		width: auto;
	}
	#gFooter .pageTop {
		width: 40px;
		top: -20px;
	}
	#gFooter .pageTop a {
		height: 40px;
	}
	#gFooter .textBox {
		margin-bottom: 40px;
		display: block;
	}
	#gFooter .textBox .logo {
		margin: 0 auto 30px;
		width: 100px;
	}
	#gFooter .textBox .fNavi {
		margin: 16px 0 0;
		width: auto;
		display: block;
	}
	#gFooter .textBox .fNavi > li {
		margin-bottom: 22px;
		width: auto !important;
	}
	#gFooter .textBox .fNavi > li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .textBox .fNavi .fLinkList li:not(:last-of-type) {
		margin-bottom: 22px;
	}
	#gFooter .textBox .fNavi .fLinkUl {
		margin-top: 8px;
	}
	#gFooter .textBox .fNavi .fLinkUl li:not(:last-of-type) {
		margin-bottom: 7px;
	}
	#gFooter .textBox .fNavi .fLinkUl a {
		padding-left: 12px;
		font-size: 1.1rem;
		line-height: 1.39;
		letter-spacing: 0.1em;
	}
	#gFooter .textBox .fNavi .fLinkUl a::before {
		width: 5px;
		height: 1px;
		left: 0;
		top: 8px;
	}
	#gFooter .textBox .fNavi a span {
		letter-spacing: -0.06em;
	}
	#gFooter .copyright {
		display: block;
		color: #fff;
		font-style: normal;
		font-size: 0.9rem;
		font-weight: 300;
		letter-spacing: 0.1em;
		text-align: center;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 20px;
		width: auto;
		padding: 0;
	}
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transition: opacity 1s ease;
}
.fadeIn.active {
	opacity: 1;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 27px;
	padding: 148px 0 12px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D1D2D2;
}
.pageTitle h2 {
	padding-left: 5px;
	color: #00a4e9;
	font-size: 9rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: -0.04em;
	font-family: 'Roboto', sans-serif;
}
.pageTitle h2 span {
	margin-left: 41px;
	display: inline-block;
	font-size: 3.4rem;
	letter-spacing: 0.02em;
	vertical-align: 11px;
	font-family: 'Noto Sans JP', sans-serif;
}
.pageTitle.page01 {
	margin-bottom: 34px;
	padding-bottom: 17px;
	display: block;
}
.pageTitle.page01 h2 {
	margin-left: -17px;
	padding-left: 0;
	letter-spacing: -0.06em;
}
.pageTitle.page01 h2 span {
	margin-left: 10px;
	letter-spacing: 0;
	font-weight: 400;
}
.pageTitle.page01 #pagePath {
	margin-top: 0;
	justify-content: flex-end;
}
@media (min-width: 897px) and (max-width: 980px) {
	.pageTitle.page01 h2 {
		font-size: 7.6rem;
	}
	.pageTitle.page01 h2 span {
		font-size: 3rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-top: 86px;
		display: block;
	}
	.pageTitle h2 {
		padding-left: 0;
		font-size: 4.5rem;
	}
	.pageTitle h2 span {
		margin-left: 20px;
		font-size: 2rem;
		vertical-align: 3px;
	}
	.pageTitle.page01 {
		margin-bottom: 34px;
		padding-bottom: 17px;
		display: block;
	}
	.pageTitle.page01 h2 {
		margin: 0 0 29px;
		line-height: 1.5;
	}
	.pageTitle.page01 h2 span {
		margin-left: 0;
		display: block;
	}
	.pageTitle.page01 #pagePath {
		margin-top: 0;
		justify-content: start;
	}
}
@media all and (max-width: 374px) {
	.pageTitle h2 {
		font-size: 4.2rem;
	}
	.pageTitle.page01 h2 {
		font-size: 4rem;
	}
	.pageTitle h2 span {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	pageLead
------------------------------------------------------------*/
.pageLead {
	height: 494px;
	position: relative;
	background: url(img/common/page_bg01.jpg) no-repeat center center / cover;
}
.pageLead h2 {
	width: calc(100% - 40px);
	max-width: 940px;
	position: absolute;
	left: 50%;
	bottom: 116px;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
	transform: translateX(-50%);
}
.pageLead h2 .txt01 {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.pageLead h2 .txt01 span {
	margin-bottom: 8px;
	display: block;
	font-size: 9rem;
	font-weight: 500;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
}
.pageLead.lead01 {
	margin-bottom: 26px;
	height: 310px;
	border-radius: 15px;
	background-image: url(img/common/page_bg03.png);
}
.pageLead.lead01 h2 {
	width: 840px;
	font-size: 1.6rem;
	line-height: 1.75;
	bottom: 50%;
	transform: translate(-50%,50%);
	letter-spacing: -0.075em;
}
.pageLead.lead01 h2 .txt01 {
	text-align: left;
}
.pageLead.lead01 h2 .txt01 span {
	margin-bottom: 0;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.068em;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
	.pageLead {
		height: 300px;
	}
	.pageLead h2 {
		width: calc(100% - 40px);
		bottom: 60px;
		font-size: 2rem;
	}
	.pageLead h2 .txt01 span {
		font-size: 4.5rem;
	}
	.pageLead.lead01 {
		height: 240px;
		border-radius: 10px;
	}
	.pageLead.lead01 h2 {
		width: calc(100% - 40px);
		font-size: 1.4rem;
		bottom: 50%;
		transform: translate(-50%,50%);
	}
	.pageLead.lead01 h2 .txt01 span {
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-top: 122px;
	display: flex;
	flex-wrap: wrap;
}
#pagePath li {
	margin-right: 15px;
	font-size: 1.4rem;
	letter-spacing: 0.115em;
}
#pagePath li:last-of-type {
	margin-right: 0;
}
#pagePath a {
	margin-right: 16px;
}
#pagePath.page01 {
	margin: 0 0 11px;
	justify-content: flex-end;
}
#pagePath.page01 a {
	color : #3E3A39;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-top: 10px;
	}
	#pagePath.page01 {
		margin: 0 0 11px;
		justify-content: flex-start;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 135px;
}
.comNewsList a {
	padding: 0 60px 40px 0;
	display: block;
	border-bottom: 1px solid #D1D2D2;
}
.comNewsList li:not(:last-of-type) {
	margin-bottom: 19px;
}
.comNewsList .ttl {
	margin-bottom: 14px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.39;
	letter-spacing: 0.16em;
	font-feature-settings: 'palt';
}
.comNewsList .ttl span {
	margin-bottom: 13px;
	display: block;
	color: #717071;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.66;
	letter-spacing: 0.08em;
}
.comNewsList p {
	font-weight: 300;
	letter-spacing: 0;
}
@media all and (min-width: 897px) {
	.comNewsList a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-bottom: 60px;
	}
	.comNewsList a {
		padding: 0 0 20px;
	}
	.comNewsList .ttl {
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	.comNewsList .ttl span {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-bottom: 53px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi.pageNavi01 {
	margin-bottom: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 2.8rem;
	color: #939494;
	width: 44px;
	height: 44px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 4px;
	background-color: transparent;
	cursor: pointer;
}
.wp-pagenavi span.current {
	color: #595757;
}
.wp-pagenavi a::after,
.wp-pagenavi span::after {
	width: 24px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -6px;
	background-color: #595757;
	content: '';
	transform: translateX(-50%);
	transition: .3s;
	opacity: 0;
}
.wp-pagenavi span.current::after {
	opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 22px;
	font-size: 0;
	background: url(img/common/icon13.png) no-repeat center center / 100% auto;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	display: none;
}
.wp-pagenavi .previouspostslink {
	background-image: url(img/common/icon14.png);
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #595757;
	}
	.wp-pagenavi .previouspostslink:hover {
		background-image: url(img/common/icon12.png);
	}
	.wp-pagenavi .nextpostslink:hover {
		background-image: url(img/common/icon11.png);
	}
	.wp-pagenavi a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 36px;
		height: 36px;
		font-size: 2rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		margin: 0 10px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn span,
.comBtn a {
	padding-right: 28px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-bottom: 2px solid #fff;
	vertical-align: top;
	background: url(img//common/icon05.png) no-repeat right 1px top calc(50% - 1px) / 16px auto;
	font-family: 'Roboto', sans-serif;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	width: 274px;
}
.comBtn01 span,
.comBtn01 a {
	padding: 14px 40px 9px;
	display: block;
	color : #fff;
	height: 57px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 60px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(to right,#2D98D9,#3256A7,#173C9A);
	background-color: #fff;
	transition: all .6s;
	overflow: hidden;
}
.comBtn01 span::before,
.comBtn01 a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	border: 1px solid #fff;
	box-sizing: border-box;
	content: '';
}
.comBtn01 span::after,
.comBtn01 a::after {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/common/icon05.png) no-repeat center center / cover;
	content: '';
	transition: .6s;
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover::after {
		background-image: url(img/common/icon07.png);
	}
	.comBtn01 a:hover::before {
		border-width: 2px;
		border-color: #00A4E9;
	}
	.comBtn01 a:hover {
		color: #00A4E9;
		background: #fff;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 38px;
	color : #00A4E9;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.headLine01 span {
	display: block;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5px;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
}
.headLine02 span {
	margin-right: 17px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: 'Roboto', sans-serif;
	vertical-align: -4px;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 20px;
	color : #231815;
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 17px;
	color : #00A4E9;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.04em;
	font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	comProductList
------------------------------------------------------------*/
.comProductList {
	margin: -30px 0 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comProductList::after {
	width: 31.3%;
	content: '';
}
.comProductList li {
	margin-top: 30px;
	width: 31.3%;
	display: flex;
}
.comProductList a {
	padding: 9px 15px 18px;
	width: 100%;
	min-height: 99px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}
.comProductList .pho {
	margin-bottom: 3px;
	height: 181px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.comProductList .pho img {
	max-height: 100%;
	transition: .6s;
}
.comProductList .link {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.31;
	letter-spacing: 0.12em;
	text-align: center;
}
.comProductList .link span {
	padding-right: 29px;
	display: inline-block;
	background: url(img/common/icon07.png) no-repeat right 1px center / 19px auto;
	vertical-align: top;
	transition: .3s;
	font-feature-settings: 'palt';
}
.comProductList.productList01 {
	display: block;
}
.comProductList.productList01::after {
	display: none;
}
.comProductList.productList01 li {
	width: auto;
	display: block;
}
.comProductList.productList01 li a {
	padding: 10px;
	align-items: center;
	border: 2px solid #fff;
}
.comProductList.productList01 .link span {
	position: relative;
	text-align: center;
	background-position: right 1px center;
	z-index: 2;
}
.comProductList.productList01 .link small {
	display: block;
	font-size: 1.4rem;
}
.comProductList .ttl {
	margin: 7px auto 9px;
	max-width: 246px;
	padding: 1px 10px 2px;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 40px;
	box-sizing: border-box;
	border: 1px solid #595757;
}
.comProductList .txt {
	margin-bottom: -12px;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	text-align: center;
}
.comProductList.productList02 li a {
	display: block;
}
@media all and (min-width: 897px) {
	.comProductList a:hover .pho img {
		transform: scale(1.1);
	}
	.comProductList.productList01 li a:hover {
		opacity: 1;
		color: #fff;
		background-color: #B4E4FF;
	}
	.comProductList.productList01 li a:hover .link span {
		background-image: url(img/common/icon05.png);
	}
}
@media all and (max-width: 896px) {
	.comProductList {
		margin: 0 0 33px;
		display: block;
	}
	.comProductList::after {
		display: none;
	}
	.comProductList li {
		margin: 0 0 30px;
		width: auto;
		display: block;;
	}
	.comProductList li:last-of-type {
		margin-bottom: 0;
	}
	.comProductList a {
		padding: 18px 15px;
		border-radius: 8px;
	}
	.comProductList .pho {
		margin-bottom: 0;
		height: auto;
	}
	.comProductList .link {
		font-size: 1.5rem;
	}
	.comProductList .link span {
		background-size: 16px auto;
		background-position: right 1px center;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding: 205px 0 50px;
	background: #E8E9E2;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding: 100px 0 50px;
	}
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
	margin-bottom: 30px;
	padding: 4px 5px 13px;
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.comLinkUl li {
	margin: 5px 35px 0 0;
}
.comLinkUl li:last-of-type {
	margin-right: 0;
}
.comLinkUl a {
	padding-right: 20px;
	display: block;
	color: #000;
	letter-spacing: 0.11em;
	background: url(img/common/icon01.png) no-repeat right center / 13px auto;
}
@media all and (min-width: 897px) {
	.comLinkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLinkUl li {
		margin-right: 20px;
	}
	.comLinkUl a {
		padding-right: 17px;
		background-size: 10px auto;
	}
}
/*------------------------------------------------------------
	comUserList
------------------------------------------------------------*/
.comUserList {
	margin: -63px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comUserList li {
	margin-top: 63px;
	width: 43.7%;
}
.comUserList li a {
	display: block;
}
.comUserList .ttl {
	margin-bottom: 17px;
}
.comUserList .ttl span {
	padding: 0 20px 1px;
	min-width: 231px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 30px;
	letter-spacing: 0.06em;
	text-align: center;
	box-sizing: border-box;
	background: linear-gradient(to right,#00A4E9,#0BA3E6,#4387C9);
}
.comUserList .pho {
	margin-bottom: 10px;
	height: 0;
	padding-bottom: 58.6%;
	position: relative;
	overflow: hidden;
}
.comUserList .pho span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: .6s;
}
.comUserList .pho video,
.comUserList .pho iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.comUserList .txtBox p {
	margin-bottom: 2px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.015em;
}
.comUserList .txtBox p:last-of-type {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.comUserList li a:hover .pho span {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comUserList {
		margin: 0 0 60px;
		display: block;
	}
	.comUserList li {
		margin: 0 0 40px;
		width: auto;
	}
	.comUserList li:last-of-type {
		margin-bottom: 0;
	}
	.comUserList .ttl {
		margin-bottom: 17px;
	}
	.comUserList .ttl span {
		padding: 0 10px 1px;
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	customer
------------------------------------------------------------*/
#customer {
	padding-bottom: 92px;
	background-color: #E8E9E2;
}
#customer .comUserList li {
	margin-top: 63px;
	width: 30.7%;
	text-align: center;
}
#customer .comProductList {
	margin-bottom: 0;
}
#customer .comProductList a {
	padding: 15px 15px 20px;
	display: flex;
}
#customer .comProductList li .pho {
	margin-bottom: 21px;
	height: 158px;
}
#customer .comProductList .link {
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#customer .comProductList li .pho {
		height: auto;
	}
}
/*------------------------------------------------------------
	customer_category
------------------------------------------------------------*/
#customer_category .comBgBox {
	padding-top: 0;
}
#customer_category .pageTitle {
	margin-bottom: 0;
}
#customer_category .pageLead {
	margin-bottom: 0;
	padding: 29px 20px;
	height: auto;
	background: none;
}
#customer_category .pageLead h2 {
	width: auto;
	position: relative;
	color: #000;
	left: 0;
	top: 0;
	font-weight: 700;
	transform: none;
}
#customer_category .comLinkUl {
	margin-bottom: 42px;
	padding: 8px 20px 17px;
}
#customer_category .comLinkUl a {
	padding-right: 30px;
}
#customer_category .comLinkUl li:not(:last-of-type) {
	margin-right:45px;
}
#customer_category .comProductList {
	margin: -60px 0 0;
}
#customer_category .comProductList li {
	margin-top: 60px;
}
#customer_category .comProductList a {
	padding-bottom: 26px;
}
#customer_category .comProductList .link {
	margin-bottom: 7px;
	font-weight: 400;
}
#customer_category .comProductList .pho {
	margin-bottom: 20px;
	height: 142px;
}
#customer_category .comProductList .txt01 {
	margin: 0 auto;
	max-width: 246px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.25;
}
#customer_category .comProductList .txt01 span {
	padding: 7px 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	background: linear-gradient(to right,#00A4E9,#0BA2E5,#4387C9);
}
#customer_category .wp-pagenavi {
	margin-top: 33px;
}
@media all and (max-width: 896px) {
	#customer_category .comLinkUl {
		margin-bottom: 30px;
	}
	#customer_category .comProductList {
		margin: 0;
	}
	#customer_category .comProductList li {
		margin-top: 0;
	}
	#customer_category .comProductList .pho {
		height: auto;
	}
	#customer_category .comLinkUl li:not(:last-of-type) {
		margin-right:20px;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm dl {
	margin-bottom: 55px;
}
.mailForm dt {
	margin-bottom: 1px;
	font-size: 2rem;
	font-weight: 200;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
.mailForm dt .must {
	margin-left: 10px;
	width: 44px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.33;
	letter-spacing: 0.22em;
	border-radius: 2px;
	background-color: #E50012;
	text-align: center;
	vertical-align: 1px;
}
.mailForm input[type='text'],
.mailForm input[type='email'],
.mailForm input[type='submit'],
.mailForm select,
.mailForm textarea {
	padding: 5px 15px;
	width: 100%;
	height: 45px;
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	border-radius: 0;
	border: 1px solid #595757;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F7F7F7;
}
.mailForm select {
	background: #F7F7F7 url(img/common/icon09.png) no-repeat right 18px top calc(50% - 1px) / 24px auto;
}
.mailForm .edd-root {
	width: 100%;
	height: 45px;
	border-radius: 0;
	border: 1px solid #595757;
	box-sizing: border-box;
	background: #F7F7F7 url(img/common/icon09.png) no-repeat right 18px top calc(50% - 1px) / 24px auto;
}
.mailForm .edd-root.edd-root-open {
	background-image: url(img/common/icon10.png);
}
.mailForm .edd-root .edd-head {
	border: none;
}
.mailForm .edd-root::after {
	display: none;
}
.mailForm .edd-root .edd-head .edd-value {
	padding: 8px 15px 6px;
}
.mailForm .edd-root .edd-arrow {
	display: none;
}
.mailForm .edd-body {
	left: -1px;
	right: -1px;
	border: 1px solid #595757;
}
.mailForm .edd-items-list .edd-option{
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.06em;
}
.mailForm .edd-items-list .edd-option-selected {
	display: none;
}
.mailForm textarea {
	height: 231px;
	resize: vertical;
	vertical-align: top;
}
.mailForm dd {
	margin-bottom: 24px;
}
.mailForm dd:last-of-type {
	margin-bottom: 0;
}
.mailForm .submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mailForm .submit li {
	width: 278px;
	margin: 0 10px;
	position: relative;
}
.mailForm .submit input {
	width: 100%;
	height: 59px;
	color: #fff;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.48em;
	text-align: center;
	border-radius: 50px;
	border: none;
	border: 2px solid #fff;
	background: url(img/common/icon05.png) no-repeat right 15px center / 16px auto,linear-gradient(to right,#2D98D9,#3256A7,#173C9A);
	cursor: pointer;
	transition: .6s;
}
.mailForm.confirmed select,
.mailForm.confirmed input[type="email"],
.mailForm.confirmed input[type="text"],
.mailForm.confirmed input[type="tel"],
.mailForm.confirmed textarea {
	background: none;
	border: none;
	padding: 0;
	opacity: 1;
}
.mailForm.confirmed .edd-root {
	pointer-events: none;
	border: none;
	background: none;
}
.mailForm.confirmed .edd-root .edd-head .edd-value {
	padding-left: 0;
}
@media all and (min-width: 897px) {
	.mailForm .submit li:hover::before {
		opacity: 1;
	}
	.mailForm .submit li:hover::after {
		background-image: url(img/common/icon07.png);
	}
	.mailForm .submit li:hover input {
		color: #00A4E9;
		border: 2px solid #00A4E9;
		background: url(img/common/icon07.png) no-repeat right 15px center / 16px auto;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.mailForm dl {
		margin-bottom: 40px;
	}
	.mailForm dt {
		font-size: 1.6rem;
	}
	.mailForm dt .must {
		font-size: 1.2rem;
	}
	.mailForm input[type='text'],
	.mailForm input[type='email'],
	.mailForm input[type='submit'],
	.mailForm select,
	.mailForm textarea {
		font-size: 1.4rem;
	}
	.mailForm .submit {
		display: block;
	}
	.mailForm .submit li {
		margin: 0 auto 20px;
		width: auto;
		max-width: 300px;
	}
	.mailForm .submit li:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .submit input {
		font-size: 1.6rem;
	}
	.mailForm .edd-items-list .edd-option {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	.mailForm input[type='text'],
	.mailForm input[type='email'],
	.mailForm input[type='submit'],
	.mailForm select,
	.mailForm textarea {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
	margin-bottom: 88px;
}
.comBtmBox .linkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comBtmBox .linkList li {
	width: 48%;
	display: flex;
}
.comBtmBox .linkList a {
	padding: 28px 0 10px;
	position: relative;
	width: 100%;
	height: 328px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 17px;
	box-sizing: border-box;
	overflow: hidden;
}
.comBtmBox .linkList a .bg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: .6s;
}
.comBtmBox .linkList .title {
	width: calc(100% - 60px);
	color: #fff;
	position: relative;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	font-family: 'Roboto', sans-serif;
	z-index: 2;
}
.comBtmBox .linkList .title span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.comBtmBox .linkList .title small {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
}
@media all and (min-width: 897px) {
	.comBtmBox .linkList a:hover .bg {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comBtmBox {
		margin-bottom: 60px;
	}
	.comBtmBox .linkList {
		display: block;
	}
	.comBtmBox .linkList li {
		margin-bottom: 30px;
		width: auto;
		display: block;
	}
	.comBtmBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	.comBtmBox .linkList a {
		padding: 28px 0 10px;
		height: 240px;
		border-radius: 20px;
	}
	.comBtmBox .linkList .title {
		font-size: 3.3rem;
	}
	.comBtmBox .linkList .title small {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .textDl {
	margin-bottom: 129px;
	display: flex;
	justify-content: space-between;
}
#news .textDl dt {
	padding-left: 3px;
	width: 180px;
	color: #717071;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.56;
	box-sizing: border-box;
}
#news .textDl dd {
	width: calc(100% - 198px);
}
#news .textDl .linkList {
	margin-top: -10px;
	display: flex;
	flex-wrap: wrap;
}
#news .textDl .linkList li {
	margin: 10px 10px 0 0;
	width: 152px;
	display: flex;
}
#news .textDl .linkList li:nth-of-type(5n) {
	margin-right: 0;
}
#news .textDl .linkList a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00a4e9;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 40px;
	letter-spacing: 0.06em;
	border: 1px solid #00A4E9;
	box-sizing: border-box;
}
#news .textDl .linkList .on a,
#news .textDl .linkList .current-cat a {
	color: #fff;
	background: linear-gradient(to right,#4487C8,#0BA3E6,#00A4E9);
}
@media all and (min-width: 897px) {
	#news .textDl .linkList a:hover {
		color: #fff;
		background: linear-gradient(to right,#4487C8,#0BA3E6,#00A4E9);
	}
}
@media all and (max-width: 896px) {
	#news .textDl {
		margin-bottom: 50px;
		display: block;
	}
	#news .textDl dt {
		margin-bottom: 30px;
		padding-left: 0;
		width: auto;
		font-size: 1.6rem;
	}
	#news .textDl dd {
		width: auto;
	}
	#news .textDl .linkList {
		justify-content: space-between;
	}
	#news .textDl .linkList li {
		margin-right: 0;
		width: calc((100% - 15px) / 2);
		display: flex;
	}
	#news .textDl .linkList a {
		padding: 5px 10px;
		font-size: 1.4rem;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
#news_detail .pageTitle h2 {
	font-size: 5.2rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding-left: 0;
}
#news_detail .pageTitle {
	margin-bottom: 36px;
	padding: 240px 0 0;
}
#news_detail #pagePath {
	margin: 34px 15px 0 0;
}
#news_detail .topBox {
	margin-bottom: 138px;
}
#news_detail .topBox .text {
	margin-bottom: 29px;
}
#news_detail .topBox .text span {
	padding: 0 35px 0 38px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	vertical-align: top;
	border-radius: 40px;
	background: linear-gradient(to right,#00A4E9,#0BA2E5,#4289CA);
}
#news_detail .topBox .imgBox {
	margin-bottom: 43px;
	display: flex;
	justify-content: space-between;
}
#news_detail .topBox .imgBox .photoBox {
	width: 44.8%;
}
#news_detail .topBox .imgBox .textBox {
	margin-top: 71px;
	width: 47%;
}
#news_detail .topBox .ttl {
	margin-bottom: 24px;
}
#news_detail .topBox .ttl img {
	width: 67px;
}
#news_detail .topBox h2 {
	font-size: 3.8rem;
	line-height: 1.66;
	letter-spacing: 0.1em;
}
#news_detail .topBox p {
	margin-bottom: 30px;
	font-weight: 300;
	word-break: break-all;
}
#news_detail .topBox figure {
	margin: 30px 0;
}
@media all and (max-width: 896px) {
	#news_detail .pageTitle h2 {
		margin-bottom: 30px;
		font-size: 4rem;
	}
	#news_detail .pageTitle {
		padding: 96px 0 12px;
	}
	#news_detail #pagePath {
		margin: 0;
	}
	#news_detail .topBox {
		margin-bottom: 80px;
	}
	#news_detail .topBox .text span {
		padding: 0 20px;
		font-size: 1.6rem;
	}
	#news_detail .topBox .imgBox {
		display: block;
	}
	#news_detail .topBox .imgBox .photoBox {
		width: auto;
	}
	#news_detail .topBox .imgBox .photoBox img {
		width: 100%;
	}
	#news_detail .topBox .imgBox .textBox {
		margin: 0 0 40px;
		width: auto;
	}
	#news_detail .topBox .ttl img {
		width: 50px;
	}
	#news_detail .topBox h2 {
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainVisual .inner {
	width: 100%;
	max-width: 868px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 3;
}
#top .mainVisual .photoList li {
	height: 761px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
#top .mainVisual .photoList img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#top .mainVisual .photoList .toscale img {
	transform: scale(1.2);
}
#top .mainVisual .photoList .toscale.active img {
	animation: imgzoom 7s linear forwards;
}
@keyframes imgzoom {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.fadeTxt {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.fadeTxt span {
	display: inline-block;
	transform: translateY(150%);
	transition: transform 0.8s 0s cubic-bezier(0.55, 0.01, 0.45, 1);
}
#top .mainVisual .photoList .active .fadeTxt span {
	transform: translateY(0);
}
#top .mainVisual .photoList h2 {
	width: 500px;
	position: absolute;
	left: calc(50% + 5px);
	top: 198px;
	color: #fff;
	font-size: 8rem;
	line-height: 1.32;
	letter-spacing: 0.04em;
	transform: translateX(-50%);
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
#top .mainVisual .comBtn {
	position: absolute;
	right: 0;
	bottom: 182px;
}
#top .mainVisual .textImg {
	width: 100%;
	max-width: 1141px;
	position: absolute;
	left: calc(50% - 42px);
	top: 120px;
	transform: translateX(-50%);
}
#top .mainVisual .list01::after {
	width: 100%;
	height: 228px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom,transparent,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.8));
	content: '';
	z-index: 2;
}
#top .mainVisual .list01 .comBtn a {
	color: #000;
	border-color: #000;
	background-image: url(img/common/icon06.png);
}
#top .mainVisual .slick-dots {
	margin-top: -12px;
	width: calc(100% - 40px);
	position: absolute;
	left: 50%;
	bottom: 131px;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 8;
}
#top .mainVisual .slick-dots button {
	display: none;
}
#top .mainVisual .slick-dots li {
	margin: 12px 6px 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
	cursor: pointer;
}
#top .mainVisual .slick-dots li.slick-active {
	background-color: #fff;
}
#top .sec01 {
	margin: -94px 0 64px;
	position: relative;
	z-index: 2;
}
#top .sec01 a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 70px 70px 0 0;
}
#top .sec01 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/sec01_bg03.png) no-repeat center bottom 20% / cover;
	transition: .6s;
}
#top .sec01 .comBox {
	max-width: 1018px;
}
#top .sec01 .tBox {
	padding: 120px 0 169px;
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	z-index: 2;
}
#top .sec01 h2 {
	color: #000;
	font-size: 3.5rem;
	line-height: 1.4;
}
#top .sec01 .btmBox01 {
	padding: 44px 0 58px;
	position: relative;
	z-index: 2;
}
#top .sec01 .txtBox {
	margin: 0 -25px 0 auto;
	width: 320px;
}
#top .sec01 .txtBox .txt {
	margin-bottom: 3px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: 'Roboto', sans-serif;
}
#top .sec01 .txtBox .comBtn {
	text-align: center;
}
#top .message {
	margin: 0 auto 57px;
	padding: 170px 37px 86px 130px;
	max-width: 1168px;
	position: relative;
	box-sizing: border-box;
	border-radius: 30px;
	overflow: hidden;
}
#top .message a {
	display: block;
}
#top .message .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/message_bg01.png) no-repeat center bottom / cover;
	transition: .6s;
}
#top .message .headLine01 {
	position: relative;
	z-index: 2;
}
#top .message h3 {
	margin: 0 0 93px -10px;
	color : #00A4E9;
	position: relative;
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: -0.06em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	z-index: 2;
}
#top .message .comBtn01 {
	margin-left: auto;
	position: relative;
	z-index: 2;
}
#top .products {
	margin-bottom: 50px;
	padding: 171px 0 176px;
	position: relative;
}
#top .products .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#top .products .bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top .products h2 {
	margin-bottom: 3px;
	color: #fff;
	font-size: 5rem;
	line-height: 1.75;
	letter-spacing: 0.02em;
	font-family: 'Roboto', sans-serif;
}
#top .products .text {
	margin-bottom: 177px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.02em;
}
#top .news {
	margin-bottom: 73px;
}
#top .news .imgBox {
	display: flex;
	justify-content: space-between;
}
#top .news .imgBox .textBox {
	width: 60%;
}
#top .news .imgBox .textBox .newsList {
	margin-bottom: 56px;
}
#top .news .imgBox .textBox .newsList a {
	padding: 18px 40px 19px 3px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.1em;
	border-top: 1px solid #949595;
	background: url(img/common/icon07.png) no-repeat right 20px center / 16px auto;
}
#top .news .imgBox .textBox .newsList li:last-of-type a {
	border-bottom: 1px solid #949595;
}
#top .news .imgBox .textBox .newsList .num {
	margin-top: 1px;
	width: 130px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
#top .news .imgBox .textBox .newsList .txt {
	width: calc(100% - 133px);
	font-weight: 300;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#top .news .imgBox .textBox .comBtn01 {
	margin-left: auto;
}
#top .news .imgBox .photoBox {
	margin-top: 17px;
	width: 35%;
}
#top .pick {
	margin-bottom: 90px;
	padding: 25px 0 1px;
	background-color: #E9EAE3;
}
#top .pick .headLine01 {
	margin-bottom: 28px;
	color: #000;
	text-align: center;
}
#top .pick .headLine01 span {
	font-size: 3.6rem;
}
#top .pick .comProductList li .link {
	font-weight: 400;
}
#top .pick .comBtn01 {
	margin: 0 auto -26px;
}
#top .voice {
	margin-bottom: 69px;
	padding-top: 35px;
	position: relative;
}
#top .voice::before {
	width: calc(100% - 69px);
	height: calc(100% - 28px);
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 38px 0 0 38px;
	background: linear-gradient(to bottom,#00A5E9,#0CA1E5,#4687C9);
	content: '';
	z-index: -1;
}
#top .voice .headLine01 {
	margin-bottom: 21px;
	color: #fff;
	text-align: center;
}
#top .voice .headLine01 span {
	margin-bottom: -4px;
	font-size: 3.6rem;
}
#top .voice .linkList {
	margin-bottom: 31px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top .voice .linkList::after {
	width: 28.5%;
	content: '';
}
#top .voice .linkList li {
	width: 28.5%;
}
#top .voice .linkList a {
	display: block;
}
#top .voice .linkList .pho {
	margin-bottom: 6px;
	padding-bottom: 77.3%;
	position: relative;
	overflow: hidden;
}
#top .voice .linkList .pho span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: .6s;
}
#top .voice .linkList .txtBox .ttl {
	margin-bottom: 5px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.47;
	letter-spacing: 0;
}
#top .voice .linkList .txtBox p {
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#top .voice .comBtn01 {
	margin: 0 auto;
}

@media all and (min-width: 897px) {
	#top .news .imgBox .textBox .newsList a:hover {
		opacity: 0.7;
	}
	#top .sec01 a:hover .bg {
		transform: scale(1.1);
	}
	#top .message a:hover .bg {
		transform: scale(1.1);
	}
	#top .message a:hover .comBtn01 span::after {
		background-image: url(img/common/icon07.png);
	}
	#top .message a:hover .comBtn01 span::before {
		border-color: #00A4E9;
		border-width: 2px;
	}
	#top .message a:hover .comBtn01 span {
		color: #00A4E9;
		background: #fff;
	}
	#top .voice .linkList a:hover .pho span {
		transform: scale(1.1);
	}
}
@media (min-width: 897px) and (max-width: 1125px) {
	#top .sec01 .txtBox {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#top .mainVisual .inner {
		width: 100%;
	}
	#top .mainVisual .photoList li {
		height: 500px;
	}
	#top .mainVisual .photoList h2 {
		width: calc(100% - 40px);
		left: 50%;
		top: 110px;
		font-size: 4rem;
	}
	#top .mainVisual .comBtn {
		right: 20px;
		bottom: 80px;
	}
	#top .mainVisual .textImg {
		width: calc(100% - 40px);
		max-height: 100%;
		left: calc(50% - 20px);
		max-width: 600px;
	}
	#top .mainVisual .list01::after {
		height: 100px;
	}
	#top .mainVisual .slick-dots {
		bottom: 60px;
	}
	#top .mainVisual .slick-dots li {
		width: 13px;
		height: 13px;
	}
	#top .sec01 {
		margin: -50px 0 33px;
		position: relative;
		z-index: 2;
	}
	#top .sec01 a {
		border-radius: 20px 20px 0 0;
	}
	#top .sec01 .bg {
		display: none;
	}
	#top .sec01 .comBox {
		width: auto;
	}
	#top .sec01 .tBox {
		padding: 29px 0 153px;
		background: url(img/index/sp_sec01_bg01.jpg) no-repeat center center / cover;
	}
	#top .sec01 h2 {
		font-size: 2.6rem;
		line-height: 1.44;
	}
	#top .sec01 .txtBox {
		margin: 0 auto;
		width: auto;
	}
	#top .sec01 .txtBox .txt {
		margin-bottom: 51px;
		font-size: 1.8rem;
		text-align: center;
	}
	#top .sec01 .btmBox01 {
		padding: 9px 0;
		background: url(img/index/sp_sec01_bg02.jpg) no-repeat center center / cover;
	}
	#top .sec01 .btmBox01 .comBtn span {
		padding-right: 18px;
		font-size: 1.3rem;
		line-height: 1.5;
		background-size: 11px auto;
	}
	#top .message {
		margin: 0 auto 57px;
		padding: 0;
		width: auto;
		border-radius: 0;
	}
	#top .message a {
		padding: 25.07vw 20px 40px;
	}
	#top .message .bg {
		width: calc(100% - 36px);
		height: calc(100% - 95px);
		left: 50%;
		border-radius: 21px;
		transform: translateX(-50%);
		background-image: url(img/index/sp_message_bg01.jpg);
	}
	#top .message .headLine01 {
		margin: 0 auto 0.76vw;
		width: 42%;
		font-size: 1.6vw;
		mix-blend-mode: multiply;
	}
	#top .message .headLine01 span {
		margin-bottom: 0;
		font-size: 4.27vw;
	}
	#top .message h3 {
		margin: 0 auto 34.93vw;
		width: 42%;
		font-size: 4.27vw;
		line-height: 1.33;
		mix-blend-mode: multiply;
	}
	#top .message .comBtn01 {
		margin: 0 auto;
		max-width: 204px;
	}
	#top .message .comBtn01 span {
		padding: 10px 40px;
		height: 43px;
		color : #49A2E3;
		font-size: 1.2rem;
		background: #fff;
	}
	#top .message .comBtn01 span::before {
		border-width: 2px;
		border-color: #49A2E3;
	}
	#top .message .comBtn01 span::after {
		width: 12px;
		height: 12px;
		right: 12px;
		background-image: url(img/common/icon07.png);
	}
	#top .products {
		margin-bottom: 50px;
		padding: 85px 0;
	}
	#top .products h2 {
		font-size: 3.3rem;
	}
	#top .products .text {
		margin-bottom: 80px;
	}
	#top .news {
		margin-bottom: 60px;
	}
	#top .news .imgBox {
		display: block;
	}
	#top .news .imgBox .textBox {
		margin-bottom: 50px;
		width: auto;
	}
	#top .news .imgBox .textBox .newsList {
		margin-bottom: 40px;
	}
	#top .news .imgBox .textBox .newsList a {
		background-size: 14px auto;
	}
	#top .news .imgBox .textBox .newsList .num {
		width: 110px;
	}
	#top .news .imgBox .textBox .newsList .txt {
		width: calc(100% - 120px);
	}
	#top .news .imgBox .textBox .comBtn01 {
		margin: 0 auto;
	}
	#top .news .imgBox .photoBox {
		margin-top: 0;
		width: auto;
	}
	#top .news .imgBox .photoBox img {
		width: 100%;
	}
	#top .news .imgBox .photoBox iframe {
		width: 100%;
		max-width: 100%;
	}
	#top .pick {
		margin-bottom: 80px;
	}
	#top .pick .headLine01 span {
		font-size: 3.3rem;
	}
	#top .voice {
		margin-bottom: 69px;
		padding: 30px 0 0 20px;
	}
	#top .voice::before {
		width: calc(100% - 20px);
		border-radius: 19px 0 0 19px;
	}
	#top .voice .headLine01 span {
		margin-bottom: 0;
		font-size: 3.3rem;
	}
	#top .voice .linkList {
		margin-bottom: 31px;
		display: block;
	}
	#top .voice .linkList::after {
		display: none;
	}
	#top .voice .linkList li {
		margin-bottom: 30px;
		width: auto;
	}
	#top .voice .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#top .voice .linkList .txtBox .ttl {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	product
------------------------------------------------------------*/
#product .bgBox {
	padding: 33px 0 80px;
	background-color: #E8E9E2;
}
#product .bgBox .comProductList {
	margin-top: -16px;
}
#product .bgBox .comProductList li {
	margin-top: 16px;
}
#product .bgBox .comProductList .link span {
	letter-spacing: 0.05em;
	text-align: left;
}
#product .bgBox .comProductList.productList01 {
	margin-bottom: 0;
}
#product .bgBox .comProductList.productList01 .link span {
	text-align: center;
	transition: 0s;
}
@media all and (max-width: 896px) {
	#product .bgBox .comProductList {
		margin-top: 0;
	}
	#product .bgBox .comProductList li {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
#category #pagePath {
	margin-bottom: 20px;
}
#category .pageLead.lead01 {
	background-image: url(img/product/categary/page_bg01.png);
}
#category .pageLead.lead01.noImgPage {
	padding: 70px 0;
	background: none;
	height: auto;
}
#category .pageLead.lead01.noImgPage h2 {
	position: static;
	color: #000;
	width: auto;
	left: auto;
	bottom: auto;
	transform: none;
}
#category .comProductList {
	margin: -25px 0 27px;
}
#category .comProductList li {
	margin-top: 35px;
}
@media all and (max-width: 896px) {
	#category .comProductList {
		margin: 0 0 27px;
	}
	#category .comProductList li {
		margin-top: 0;
	}
	#category .pageLead.lead01.noImgPage {
		padding: 50px 0;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail #pagePath {
	margin-bottom: 20px;
}
#detail .comBgBox {
	padding-bottom: 84px;
}
#detail .whiteBox {
	padding: 48px 58px 66px;
	border-radius: 15px;
	background-color: #fff;
}
#detail .whiteBox .imgBox {
	margin-bottom: 36px;
	display: flex;
	justify-content: space-between;
}
#detail .whiteBox .imgBox .photoBox{
	margin: 9px 0 0;
	width: 48.3%;
	text-align: center;
}
#detail .whiteBox .imgBox .textBox {
	width: 45.25%;
}
#detail .whiteBox h2 {
	margin-bottom: 28px;
	font-size: 3.8rem;
	line-height: 1.5;
}
#detail .whiteBox h2 .txt01 {
	margin-bottom: 4px;
	display: block;
	color : #2EA7E0;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#detail .whiteBox h2 .txt02 {
	margin-left: 3px;
	display: block;
	font-size:1.8rem;
	font-weight: 400;
}
#detail .whiteBox h2 .txt02 small {
	margin-right: 5px;
	padding: 0 5px 1px 8px;
	display: inline-block;
	vertical-align: 2px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	border-radius: 2px;
	background-color: #2EA7E0;
}
#detail .whiteBox .title {
	margin-bottom: 11px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: -0.05em;
}
#detail .whiteBox p {
	margin-bottom: 29px;
	line-height: 1.75;
}
#detail .whiteBox p:last-of-type {
	margin-bottom: 0;
}
#detail .whiteBox .area {
	margin-bottom: 17px;
	padding-top: 25px;
	border-top: 1px dashed #595757;
}
#detail .whiteBox .area:last-of-type {
	margin-bottom: 0;
}
#detail .whiteBox h3 {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
#detail .whiteBox h3 span {
	margin-right: 15px;
	padding: 0 5px 2px 5px;
	display: inline-block;
	color: #2EA7E0;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 1px solid #2EA7E0;
	border-radius: 2px;
	vertical-align: 0;
	line-height: 1.3;
	background-color: #fff;
}
#detail .whiteBox table {
	width: 100%;
	border-collapse: collapse;
}
#detail .whiteBox table th,
#detail .whiteBox table td {
	padding-bottom: 10px;
	width: 14.5%;
	font-size: 1.6rem;
	font-weight: 300;
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 0.075em;
	vertical-align: top;
}
#detail .whiteBox table td {
	width: 84.5%;
}
#detail .whiteBox .textList {
	margin-top: -8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#detail .whiteBox .textList::after {
	width: 30%;
	content: '';
}
#detail .whiteBox .textList li {
	margin-top: 20px;
	width: 33.2%;
}
#detail .whiteBox .textList li a {
	display: flex;
	justify-content: space-between;
}
#detail .whiteBox .textList .pho {
	width: 57px;
}
#detail .whiteBox .textList .txtBox {
	margin-top: 6px;
	width: calc(100% - 70px);
}
#detail .whiteBox .textList .txtBox span {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.075em;
}
#detail .whiteBox .area02 {
	margin-top: 50px;
	padding-top: 42px;
}
#detail .whiteBox .movie {
	margin-top: 17px;
	width: 367px;
	position: relative;
}
#detail .whiteBox .movie a {
	display: block;
	position: relative;
}
#detail .whiteBox .movie a::before {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(img/product/detail02/bg01.png) no-repeat center center / 100% 100%;
	content: '';
}
#detail .whiteBox .btnList {
	margin-top: -20px;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#detail .whiteBox .btnList li {
	margin: 20px 39px 0;
	width: 300px;
}
#detail .whiteBox .btnList a {
	font-weight: 700;
	font-size: 1.8rem;
}
#detail .whiteBox .imgBox.imgColumn {
	display: block;
}
#detail .whiteBox .imgBox.imgColumn .textBox {
	width: auto;
}
#detail .whiteBox .imgBox.imgColumn .photoBox {
	width: auto;
}
@media all and (min-width: 897px) {
	#detail .whiteBox .movie a:hover {
		opacity: 0.7;
	}
	#detail .whiteBox .textList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#detail .comBgBox {
		padding-bottom: 84px;
	}
	#detail .whiteBox {
		padding: 48px 20px 66px;
		border-radius: 10px;
	}
	#detail .whiteBox .imgBox {
		display: block;
	}
	#detail .whiteBox .imgBox .photoBox{
		margin: 20px 0 0;
		width: auto;
		text-align: center;
	}
	#detail .whiteBox .imgBox .textBox {
		width: auto;
	}
	#detail .whiteBox h2 {
		margin-bottom: 28px;
		font-size: 2.6rem;
	}
	#detail .whiteBox h2 .txt01 {
		font-size: 1.5rem;
	}
	#detail .whiteBox h2 .txt02 {
		margin-top: 5px;
		font-size: 1.4rem;
	}
	#detail .whiteBox h2 .txt02 small {
		padding: 0 5px 1px 8px;
		vertical-align: 1px;
		font-size: 1.2rem;
	}
	#detail .whiteBox .title {
		font-size: 1.6rem;
	}
	#detail .whiteBox h3 span {
		padding: 0 5px 1px;
		font-size: 1.2rem;
	}
	#detail .whiteBox table {
		width: 100%;
	}
	#detail .whiteBox table th,
	#detail .whiteBox table td {
		width: 100%;
		display: block;
		font-size: 1.4rem;
	}
	#detail .whiteBox table th {
		padding-bottom: 0;
		font-weight: 500;
	}
	#detail .whiteBox table td {
		width: 100%;
	}
	#detail .whiteBox .textList {
		margin-top: 10px;
		display: block;
	}
	#detail .whiteBox .textList::after {
		display: none;
	}
	#detail .whiteBox .textList li {
		margin: 0 0 20px;
		width: auto;
	}
	#detail .whiteBox .textList li:last-of-type {
		margin-bottom: 0;
	}
	#detail .whiteBox .textList .pho {
		width: 50px;
	}
	#detail .whiteBox .textList .txtBox {
		width: calc(100% - 65px);
	}
	#detail .whiteBox .textList .txtBox span {
		font-size: 1.6rem;
	}
	#detail .whiteBox .movie {
		margin: 17px auto 0;
		width: auto;
		max-width: 500px;
	}
	#detail .whiteBox .movie a::before {
		width: 30px;
		height: 30px;
	}
	#detail .whiteBox .btnList {
		margin: 0 auto;
		display: block;
		max-width: 400px;
	}
	#detail .whiteBox .btnList li {
		margin: 0 0 20px;
		width: auto;
	}
	#detail .whiteBox .btnList li:last-of-type {
		margin-bottom: 0;
	}
	#detail .whiteBox .btnList a {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	#detail .whiteBox .btnList a {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	detail01
------------------------------------------------------------*/
#detail01 #pagePath {
	margin-bottom: 20px;
}
#detail01 .whiteBox {
	padding: 41px 57px 50px;
	position: relative;
	border-radius: 15px;
	background-color: #fff;
}
#detail01 .whiteBox h2 {
	margin-bottom: 17px;
	color : #2EA7E0;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
#detail01 .whiteBox h2 span {
	margin-bottom: 6px;
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 2px;
	background-color: #2EA7E0;
}
#detail01 .whiteBox .textList {
	margin-bottom: 31px;
}
#detail01 .whiteBox .textList li {
	padding-left: 1em;
	color : #595757;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.68;
	letter-spacing: 0.06em;
	text-indent: -1em;
}
#detail01 .whiteBox .borderBox {
	margin: 0 -23px;
	padding: 22px 23px 0;
	border-top: 1px solid #D0D1D1;
}
#detail01 .whiteBox .borderBox .title {
	margin-bottom: 9px;
	color : #595757;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.075em;
}
#detail01 .whiteBox .borderBox .txt {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
#detail01 .whiteBox .borderBox .photo {
	margin-bottom: 57px;
}
#detail01 .whiteBox .borderBox .textDl dt {
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.075em;
}
#detail01 .whiteBox .borderBox .textDl dd {
	margin-bottom: 40px;
}
#detail01 .whiteBox .borderBox .textDl dd:last-of-type {
	margin-bottom: 0;
}
#detail01 .whiteBox .borderBox .textDl dd.ddStyle01 {
	margin-bottom: 54px;
}
#detail01 .whiteBox .borderBox .textDl dd p {
	margin-top: 6px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.075em;
}
#detail01 .whiteBox .borderBox .textDl img {
	max-height: 300px;
}

@media all and (max-width: 896px) {
	#detail01 .whiteBox {
		padding: 30px 20px;
		border-radius: 10px;
	}
	#detail01 .whiteBox h2 {
		font-size: 1.4rem;
	}
	#detail01 .whiteBox h2 span {
		font-size: 1.6rem;
	}
	#detail01 .whiteBox .textList li {
		font-size: 2rem;
	}
	#detail01 .whiteBox .borderBox {
		margin: 0;
		padding: 22px 0 0;
	}
	#detail01 .whiteBox .borderBox .title {
		font-size: 1.6rem;
	}
	#detail01 .whiteBox .borderBox .txt {
		font-size: 1.3rem;
	}
	#detail01 .whiteBox .borderBox .photo {
		margin-bottom: 30px;
	}
	#detail01 .whiteBox .borderBox .photo img {
		width: 100%;
	}
	#detail01 .whiteBox .borderBox .textDl dt {
		font-size: 1.6rem;
	}
	#detail01 .whiteBox .borderBox .textDl dd {
		margin-bottom: 30px;
	}
	#detail01 .whiteBox .borderBox .textDl dd img {
		width: 100%;
		max-height: inherit;
	}
	#detail01 .whiteBox .borderBox .textDl dd.ddStyle01 {
		margin-bottom: 40px;
	}
	#detail01 .whiteBox .borderBox .textDl dd p {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	user_voice
------------------------------------------------------------*/
#user_voice .pageTitle {
	margin-bottom: 81px;
}
@media all and (max-width: 896px) {
	#user_voice .pageTitle {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
	users_detail
------------------------------------------------------------*/
#users_detail .pageTitle {
	margin-bottom: 57px;
	padding: 240px 0 0;
}
#users_detail .pageTitle h2 {
	font-size: 5.2rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding-left: 0;
}
#users_detail #pagePath {
	margin: 34px 15px 0 0;
}
#users_detail .topBox {
	margin-bottom: 104px;
}
#users_detail .topBox .text {
	margin-bottom: 13px;
}
#users_detail .topBox .text span {
	padding: 0 30px 0 28px;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	vertical-align: top;
	border-radius: 30px;
	background: linear-gradient(to right,#00A4E9,#0BA2E5,#4289CA);
}
#users_detail .topBox .txt {
	margin-bottom: 14px;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.06em;
}
#users_detail .topBox h2 {
	margin-bottom: 26px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: 0.08em;
}
#users_detail .topBox p {
	font-weight: 300;
	letter-spacing: 0.055em;
}
#users_detail .topBox ul {
	margin-bottom: 29px;
}
#users_detail .topBox ul li {
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.004em;
}
#users_detail .topBox figure {
	margin: 0 0 52px;
}
#users_detail .topBox h3 {
	margin-bottom: 8px;
	color: #2EA7E0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#users_detail .topBox h3 span {
	padding: 0 6px;
	line-height: 1.5;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #2EA7E0;
	vertical-align: top;
}
#users_detail .topBox .movie a {
	display: block;
	position: relative;
}
#users_detail .topBox .movie a::before {
	width: 55px;
	height: 56px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(img/common/icon15.png) no-repeat center center / 100% auto;
	content: '';
}
#users_detail .topBox .movie img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#users_detail .topBox .movie a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#users_detail .pageTitle {
		padding: 96px 0 12px;
	}
	#users_detail .pageTitle h2 {
		margin-bottom: 30px;
		font-size: 4rem;
	}
	#users_detail #pagePath {
		margin: 0;
	}
	#users_detail .topBox {
		margin-bottom: 80px;
	}
	#users_detail .topBox .text span {
		font-size: 1.6rem;
	}
	#users_detail .topBox figure img {
		width: 100%;
	}
	#users_detail .topBox h2 {
		font-size: 2rem;
	}
	#users_detail .topBox h3 {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle {
	margin-bottom: 72px;
}
#contact .topBox {
	margin-bottom: 85px;
}
#contact.thanks .mailForm p,
#contact.thanks .mailForm .comBtn01 {
	text-align: center;
}
#contact.thanks .mailForm .comBtn01 {
	margin: 50px auto 0;
}
@media all and (max-width: 896px) {
	#contact .pageTitle {
		margin-bottom: 50px;
	}
}
/*------------------------------------------------------------
	greeting
------------------------------------------------------------*/
#greeting #pagePath {
	margin: 0 0 60px;
	justify-content: flex-end;
}
#greeting .comBgBox {
	padding: 120px 0 98px;
}
#greeting .topBox .photo {
	margin-bottom: 47px;
}
#greeting .topBox p {
	margin-bottom: 25px;
	font-weight: 300;
	font-feature-settings: 'palt';
	line-height: 1.88;
	letter-spacing: 0.075em;
}
#greeting .topBox h3 {
	margin-bottom: 54px;
	color: #000;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
}
#greeting .topBox h3 span {
	display: block;
	font-size: 1.6rem;
	line-height: 1.88;
	letter-spacing: 0.075em;
}
#greeting .topBox .movie a {
	display: block;
}
@media all and (min-width: 897px) {
	#greeting .topBox .movie a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#greeting #pagePath {
		margin: 0 0 30px;
		justify-content: flex-start;
	}
	#greeting .comBgBox {
		padding: 90px 0 80px;
	}
	#greeting .topBox .photo {
		margin-bottom: 30px;
	}
	#greeting .topBox h3 {
		margin-bottom: 40px;
		font-size: 3rem;
	}
	#greeting .topBox h3 span {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service #pagePath {
	margin: 0 0 60px;
	justify-content: flex-end;
}
#service .bgBox {
	padding: 120px 0 535px;
	background: url(img/service/bg01.jpg) no-repeat center bottom / 1280px auto;
	background-color: #e9f2f9;
}
#service .bgBox .headLine04 {
	margin-bottom: 179px;
}
#service .bgBox .textBox {
	margin: 0 auto;
	max-width: 570px;
}
#service .bgBox .textBox h3 {
	margin-bottom: 43px;
}
#service .bgBox .textBox h3 img {
	width: 333px;
}
#service .bgBox .textBox p {
	margin-bottom: 27px;
	color : #027F8B;
	font-weight: 500;
	line-height: 1.69;
	letter-spacing: 0.02em;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media all and (max-width: 896px) {
	#service #pagePath {
		margin: 0 0 30px;
		justify-content: flex-start;
	}
	#service .bgBox {
		padding: 80px 0 290px;
		background-size: 896px auto;
	}
	#service .bgBox .headLine04 {
		margin-bottom: 30px;
	}
	#service .bgBox .textBox {
		margin: 0 auto;
		max-width: 350px;
	}
	#service .bgBox .textBox h3 {
		margin-bottom: 30px;
	}
	#service .bgBox .textBox h3 img {
		width: 200px;
	}
	#service .bgBox .textBox p {
		margin-bottom: 20px;
	}
	#service .bgBox .textBox p:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .pageLead {
	margin-bottom: 4px;
	background-image: url(img/company/page_bg01.jpg);
}
#company .pageLead h2 {
	max-width: 1008px;
}
#company #pagePath {
	margin-bottom: 53px;
}
#company .topBox {
	margin-bottom: 68px;
}
#company .topBox .headLine02 span {
	font-size: 4.5rem;
	letter-spacing: 0.062em;
}
#company .topBox table {
	width: 100%;
	border-collapse: collapse;
}
#company .topBox table th,
#company .topBox table td {
	padding: 33px 0 32px;
	width: 81.5%;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: 0.064em;
	box-sizing: border-box;
	border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	vertical-align: top;
	text-align: left;
}
#company .topBox table th {
	width: 18.5%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.075em;
}
#company .topBox table .linkList li:not(:last-of-type) {
	margin-bottom: 30px;
}
#company .topBox table .linkList .txt {
	padding-right: 78px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#company .topBox table .linkList .txt .link {
	display: block;
	width: 55px;
	position: absolute;
	right: 0;
	top: 0;
}
#company .topBox table .textDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company .topBox table .textDl dt {
	width: 170px;
}
#company .topBox table .textDl dd {
	width: calc(100% - 176px);
}
#company .comBtmBox {
	margin-bottom: 104px;
}
@media all and (min-width: 897px) {
	#company .topBox table .linkList .txt .link:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#company .pageLead h2 {
		max-width: calc(100% - 40px);
	}
	#company #pagePath {
		margin-bottom: 40px;
	}
	#company .topBox {
		margin-bottom: 50px;
	}
	#company .topBox .headLine02 span {
		font-size: 3.2rem;
	}
	#company .topBox table th,
	#company .topBox table td {
		padding: 20px 0 0;
		width: 100%;
		display: block;
		font-size: 1.5rem;
	}
	#company .topBox table th {
		width: 100%;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.075em;
		border-bottom: none;
	}
	#company .topBox table tr:not(:first-of-type) th {
		border-top: none;
	}
	#company .topBox table td {
		padding: 10px 0 20px;
		border-top: none;
	}
	#company .topBox table .linkList li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#company .topBox table .linkList .txt {
		padding-right: 60px;
	}
	#company .topBox table .linkList .txt .link {
		width: 40px;
	}
	#company .comBtmBox {
		margin-bottom: 80px;
	}
}
@media all and (max-width: 374px) {
	#company .topBox table th,
	#company .topBox table td {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#history .pageLead {
	background-image: url(img/history/page_bg.jpg);
	background-color: #000;
}
#history .pageLead h2 {
	text-align: center;
	bottom: 75px;
}
#history .pageLead h2 .txt01 {
	font-size: 3.4rem;
	font-weight: 400;
}
#history .pageLead h2 .txt01 span {
	margin-bottom: 47px;
	font-size: 5.8rem;
	font-weight: 500;
}
#history .pageLead h2 .txt01 span small {
	display: block;
	font-size: 3.8rem;
	font-weight: 400;
}
#history .pageLead h2 .txt01 span em {
	margin-left: 5px;
	font-style: normal;
	font-size: 2rem;
}
#history .bgBox {
	margin-bottom: 58px;
	padding-bottom: 24px;
	background: #00A0E5 url(img/history/bg01.png) repeat-y center top / 100% auto
}
#history .topBox {
	display: flex;
	justify-content: space-between;
}
#history .topBox .rBox,
#history .topBox .lBox {
	width: calc((100% - 60px) / 2);
	position: relative;
}
#history .topBox .rBox .subBox,
#history .topBox .lBox .subBox {
	max-width: 560px;
}
#history .topBox .lBox {
	padding-top: 205px;
}
#history .topBox .lBox .subBox {
	margin-left: auto;
	padding: 0 26px;
}
#history .topBox .lBox::before {
	width: 60px;
	height: 100%;
	position: absolute;
	right: -53px;
	top: 0;
	background: #fff;
	content: '';
}
#history .topBox .lBox::after {
	width: 60px;
	height: 100%;
	position: absolute;
	right: -53px;
	bottom: -33px;
	background: url(img/history/bg02.png) no-repeat center bottom / 100% auto;
	content: '';
}
#history .topBox .photoList {
	margin-bottom: 81px;
	padding-left: 12px;
	text-align: center;
}
#history .topBox .photoList li:not(:last-of-type) {
	margin-bottom: 55px;
}
#history .topBox .photoList img {
	width: 100%;
	max-width: 386px;
}
#history .topBox .photo01 {
	margin-bottom: 44px;
	text-align: right;
}
#history .topBox .photo01 img {
	width: 100%;
	max-width: 522px;
}
#history .topBox .textList li {
	padding: 36px 0 50px;
	background: linear-gradient(to right,#058DF0,#0493F9,#009FFD);
}
#history .topBox .textList dl {
	padding: 0 65px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	max-width: 610px;
	box-sizing: border-box;
}
#history .topBox .textList dl dt {
	width: 110px;
	position: relative;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.75;
	font-family: 'Roboto', sans-serif;
}
#history .topBox .textList dl dt::before {
	width: 24px;
	height: 24px;
	position: absolute;
	left: -72px;
	top: 14px;
	border-radius: 50%;
	background-color: #00A4E9;
	content: '';
	z-index: 2;
}
#history .topBox .textList dl dd {
	padding-top: 9px;
	width: calc(100% - 115px);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
}
#history .topBox .textList dl dd p {
	margin-bottom: 24px;
}
#history .topBox .textList dl dd p:last-of-type {
	margin-bottom: 0;
}
#history .topBox .textList dl dd .txt {
	line-height: 1.9;
}
#history .topBox .textList dl dd .ttl span {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.075em;
}
#history .topBox .lBox .textList {
	margin-bottom: 113px;
}
#history .topBox .lBox .textList li {
	background: linear-gradient(to left,#0691EE,#0AA1E6,#00A1E5);
}
#history .topBox .lBox .textList dl {
	margin-left: auto;
	flex-direction: row-reverse;
}
#history .topBox .lBox .textList dl dt {
	text-align: right;
}
#history .topBox .lBox .textList dl dt::before {
	left: auto;
	right: -101px;
}
#history .topBox .lBox .textList dl dd {
	text-align: right;
}
#history .topBox .lBox .textList.textList01 {
	margin-bottom: 124px;
}
#history .topBox .lBox .textList.textList01 li {
	padding: 13px 0 37px;
}
#history .topBox .photo02 {
	margin-bottom: 114px;
	padding-right: 30px;
	text-align: right;
}
#history .topBox .photo02 img {
	width: 100%;
	max-width: 455px;
}
#history .topBox .photo03 {
	margin-bottom: 83px;
	padding-right: 62px;
	text-align: right;
}
#history .topBox .photo03 img {
	width: 100%;
	max-width: 318px;
}
#history .topBox .photo04 {
	margin: 0 0 53px -26px;
	width: calc(100% - 17px);
}
#history .topBox .photo04 img {
	width: 100%;
}
#history .topBox .photo05 {
	margin-bottom: 52px;
	padding-right: 41px;
	text-align: right;
}
#history .topBox .photo05 img {
	width: 100%;
	max-width: 372px;
}
#history .topBox .photo06 {
	margin-bottom: -10px;
	padding-right: 37px;
	text-align: right;
}
#history .topBox .photo06 img {
	width: 100%;
	max-width: 267px;
}
#history .topBox .textList.textList02 {
	margin-bottom: 155px;
}
#history .topBox .textList.textList02 li {
	padding: 87px 0 63px;
}
#history .topBox .textList.textList02 dl {
	padding-right: 45px;
}
#history .topBox .textList.textList02 dl dd {
	width: calc(100% - 125px);
}
#history .topBox .textList.textList02 dl dt::before {
	right: -81px;
}
#history .topBox .photo07 {
	padding-right: 43px;
	text-align: right;
}
#history .topBox .photo07 img {
	width: 100%;
	max-width: 387px;
}
#history .topBox h2 {
	margin-bottom: 3px;
	padding-left: 6px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
}
#history .topBox .rBox {
	padding-top: 46px;
}
#history .topBox h2 span {
	margin-bottom: -15px;
	display: block;
	font-size: 15.4rem;
	line-height: 1.1;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
#history .topBox .rBox .textList {
	margin-left: -6px;
}
#history .topBox .rBox .textList li {
	padding: 8px 0 10px;
	position: relative;
}
#history .topBox .rBox .textList li:nth-of-type(2n) {
	background: none;
}
#history .topBox .rBox .textList li.list01 {
	padding: 24px 0 23px;
}
#history .topBox .rBox .textList li.list02 {
	padding: 12px 0 23px;
}
#history .topBox .rBox .textList dl {
	padding: 0 30px;
}
#history .topBox .rBox .textList dl dd {
	margin-bottom: 40px;
	position: relative;
}
#history .topBox .rBox .textList dl dd:last-of-type {
	margin-bottom: 0;
}
#history .topBox .rBox .textList dl dd .pho {
	position: absolute;
	right: 45px;
	top: -29px;
	width: 133px;
}
#history .topBox .rBox .textList dl .pho01 {
	width: 89px;
	position: absolute;
	right: 22px;
	bottom: -78px;
	text-align: center;
}
#history .topBox .rBox .textList dl .pho01 p {
	margin-top: 5px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}
#history .topBox .rBox .textList li.list03 {
	padding-bottom: 100px;
}
#history .topBox .rBox .textList.textList03 li p {
	margin-bottom: 39px;
}
#history .topBox .rBox .textList.textList03 li p:last-of-type {
	margin-bottom: 0;
}
#history .topBox .rBox .textList.textList03 .ttl span {
	margin-top: 7px;
}
#history .topBox .rBox .textList.textList03 .list04 {
	padding-bottom: 104px;
}
#history .topBox .rBox .textList.textList03 .list05 dd {
	margin-bottom: 37px;
}
#history .topBox .rBox .textList.textList03 .list05 dd:last-of-type {
	margin-bottom: 0;
}
#history .topBox .rBox .textList .pic {
	margin: 54px 0 20px -23px;
}
#history .topBox .rBox .textList .pic {
	width: 100%;
	max-width: 354px;
}
#history .topBox .rBox .textList .list06 .ttl span {
	margin-top: 2px;
}
#history .topBox .rBox .textList .list06 dl dd {
	margin-bottom: 20px;
}
#history .topBox .rBox .textList .list06 dl dd:last-of-type {
	margin-bottom: 0;
}
#history .topBox .rBox h3 {
	margin: -12px 0 -21px;
	padding-left: 30px;
	position: relative;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
}
#history .topBox .rBox h3::before {
	width: 24px;
	height: 24px;
	position: absolute;
	left: -42px;
	top: 47px;
	border-radius: 50%;
	background-color: #00A4E9;
	content: '';
}
#history .topBox .rBox h3 small {
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
#history .topBox .rBox h3 span {
	margin-bottom: -14px;
	display: block;
	font-size: 12.8rem;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
}
#history .topBox .rBox h3 em {
	font-style: normal;
	padding-right: 25px;
}
#history .topBox .rBox .btmPhoto {
	margin: 0 -20px 17px 0;
	text-align: right;
}
#history .topBox .rBox .btmPhoto img {
	width: 80%;
	max-width: 260px;
}
#history .topBox {
	margin-bottom: 32px;
}
#history .bgBox .btmText {
	color: #fff;
	font-size: 4.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.04em;
	font-family: 'Roboto', sans-serif;
}
#history .comBtmBox {
	margin-bottom: 67px;
	position: relative;
}
#history .comBtmBox .link {
	display: none;
	width: 18.5px;
	position: absolute;
	left: calc(50% - 562px);
	bottom: 32px;
}
#history .comBtmBox .link a {
	display: block;
}
@media all and (min-width: 897px) {
	#history .comBtmBox .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#history .pageLead h2 {
		bottom: 30px;
	}
	#history .pageLead h2 .txt01 {
		font-size: 2rem;
	}
	#history .pageLead h2 .txt01 span {
		margin-bottom: 30px;
		font-size: 3.6rem;
	}
	#history .pageLead h2 .txt01 span small {
		font-size: 2.6rem;
	}
	#history .pageLead h2 .txt01 span em {
		font-size: 2rem;
	}
	#history .bgBox {
		margin-bottom: 58px;
		padding-bottom: 24px;
	}
	#history .topBox {
		display: block;
	}
	#history .topBox .rBox,
	#history .topBox .lBox {
		width: auto;
	}
	#history .topBox .rBox .subBox,
	#history .topBox .lBox .subBox {
		max-width: inherit;
	}
	#history .topBox .lBox {
		display: none;
	}
	#history .topBox .lBox .subBox {
		margin-left: auto;
		padding: 0 20px;
	}
	#history .topBox .rBox {
		padding-left: 30px;
	}
	#history .topBox .rBox::before {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
		content: '';
	}
	#history .topBox .rBox::after {
		width: 30px;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: -16px;
		background: url(img/history/bg02.png) no-repeat center bottom / 100% auto;
		content: '';
	}
	#history .topBox .photoList {
		margin: 20px 0 40px;
		padding-left: 0;
	}
	#history .topBox .photoList li:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#history .topBox .rBox .textList .photoList li {
		padding: 0 20px;
		background: none;
	}
	#history .topBox .photoList img {
		width: 100%;
		max-width: inherit;
	}
	#history .topBox .photo01 {
		margin-bottom: 0;
		text-align: center;
	}
	#history .topBox .photo01 img {
		width: 100%;
		max-width: inherit;
	}
	#history .topBox .textList li {
		padding: 36px 0 50px;
		background: linear-gradient(to right,#058DF0,#0493F9,#009FFD);
	}
	#history .topBox .textList dl {
		padding: 0 0 0 20px;
		display: block;
		max-width: inherit;
	}
	#history .topBox .textList dl dt {
		width: auto;
		font-size: 1.8rem;
	}
	#history .topBox .textList dl dt::before {
		width: 15px;
		height: 15px;
		left: -43px;
		top: 8px;
	}
	#history .topBox .textList.textList02 dl dt::before {
		right: auto;
		left: -43px;
	}
	#history .topBox .textList dl dd {
		padding-top: 0;
		width: auto;
		font-size: 1.5rem;
	}
	#history .topBox .textList dl dd .ttl span {
		font-size: 1.3rem;
	}
	#history .topBox .photo02 {
		margin-bottom: 114px;
		padding-right: 30px;
		text-align: right;
	}
	#history .topBox .photo02 img {
		width: 100%;
		max-width: 455px;
	}
	#history .topBox .photo03 {
		margin-bottom: 83px;
		padding-right: 62px;
		text-align: right;
	}
	#history .topBox .photo03 img {
		width: 100%;
		max-width: 318px;
	}
	#history .topBox .photo04 {
		margin: 0 0 53px -26px;
		width: calc(100% - 17px);
	}
	#history .topBox .photo04 img {
		width: 100%;
	}
	#history .topBox .photo05 {
		margin-bottom: 52px;
		padding-right: 41px;
		text-align: right;
	}
	#history .topBox .photo05 img {
		width: 100%;
		max-width: 372px;
	}
	#history .topBox .photo06 {
		margin-bottom: -84px;
		padding-right: 37px;
		text-align: right;
	}
	#history .topBox .photo06 img {
		width: 100%;
		max-width: 267px;
	}
	#history .topBox .textList.textList02 {
		margin-bottom: 155px;
	}
	#history .topBox .textList.textList02 li {
		padding: 87px 0 63px;
	}
	#history .topBox .textList.textList02 dl {
		padding-right: 45px;
	}
	#history .topBox .textList.textList02 dl dd {
		width: calc(100% - 125px);
	}
	#history .topBox .photo07 {
		padding-right: 43px;
		text-align: right;
	}
	#history .topBox .photo07 img {
		width: 100%;
		max-width: 387px;
	}
	#history .topBox h2 {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
	#history .topBox .rBox {
		padding-top: 46px;
	}
	#history .topBox h2 span {
		margin-bottom: -7px;
		font-size: 8rem;
	}
	#history .topBox .rBox .textList {
		margin-left: 0;
	}
	#history .topBox .rBox .textList li {
		padding: 8px 0 10px;
		position: relative;
	}
	#history .topBox .rBox .textList dl {
		padding: 0 10px 0 20px;
	}
	#history .topBox .rBox .textList dl dd {
		margin-bottom: 20px;
	}
	#history .topBox .rBox .textList dl dd .pho {
		margin-top: 20px;
		position: relative;
		right: 0;
		top: 0;
		width: auto;
		text-align: center;
	}
	#history .topBox .rBox .textList dl .pho01 {
		margin-top: 20px;
		width: auto;
		position: relative;
		right: 0;
		bottom: 0;
	}
	#history .topBox .rBox .textList li.list03 {
		padding-bottom: 20px;
	}
	#history .topBox .rBox .textList.textList03 li p {
		margin-bottom: 20px;
	}
	#history .topBox .rBox .textList.textList03 .list04 {
		padding-bottom: 20px;
	}
	#history .topBox .rBox .textList.textList03 .list05 dd {
		margin-bottom: 20px;
	}
	#history .topBox .rBox .textList .pic {
		margin: 20px 10px 20px 0;
		width: auto;
	}
	#history .topBox .rBox .textList .pic img {
		width: 100%;
		max-width: inherit;
	}
	#history .topBox .rBox .textList .list06 .ttl span {
		margin-top: 2px;
	}
	#history .topBox .rBox .textList .list06 dl dd {
		margin-bottom: 20px;
	}
	#history .topBox .rBox .textList .list06 dl dd:last-of-type {
		margin-bottom: 0;
	}
	#history .topBox .rBox h3 {
		margin: 20px 0;
		padding-left: 20px;
		font-size: 1.6rem;
	}
	#history .topBox .rBox h3::before {
		width: 15px;
		height: 15px;
		left: -42px;
		top: 47px;
	}
	#history .topBox .rBox h3 span {
		margin-bottom: -7px;
		font-size: 7rem;
	}
	#history .topBox .rBox h3 em {
		font-style: normal;
		padding-right: 25px;
	}
	#history .topBox .rBox .btmPhoto {
		margin: 0 20px 20px;
		padding-right: 0;
		text-align: center;
	}
	#history .topBox .rBox .btmPhoto img {
		width: auto;
		max-width: 100%;
	}
	#history .bgBox .btmText {
		font-size: 3rem;
	}
	#history .comBtmBox {
		padding: 0 30px;
	}
	#history .comBtmBox .link {
		width: 12px;
		left: 5px;
		bottom: 0;
	}
	#history .comBtmBox .link a {
		display: block;
	}
}
@media all and (max-width: 374px) {
	#history .topBox .textList dl dd {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#recruit .comBox .pageTitle {
	margin-bottom: 60px;
}

#recruit .comBox h3 {
	margin-bottom: 8px;
	color: #231815;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#recruit .comBox .listUl {
	margin-bottom: 78px;
	border-top: 1px solid #231815;
}
#recruit .comBox .listUl li .infoBox {
	max-width: 320px;
	margin: 0 auto;
	display: block;
	position: relative;
}
#recruit .comBox .listUl li {
	color: #231815;
	display: block;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #231815;
}
#recruit .comBox .listUl li .ttl {
	padding: 9px 0;
	background: url("img/recruit/icon01.png") no-repeat right 14px center;
	background-size: 20px auto; 
	cursor: pointer;
}
#recruit .comBox .listUl li .ttl.on {
	background-image: url(img/recruit/icon02.png);
}
#recruit .comBox .listUl .txtBox {
	padding: 3px 0 18px;
	display: none;
}
#recruit .comBox .listUl .txtBox.box01 {
	padding: 40px 0 68px;
}
#recruit .comBox .listUl .txtBox p {
	color : #595757;
	font-size: 2rem;
	letter-spacing: 0.08em;
}
#recruit .comBox .listUl .txtBox table {
	width: 100%;
	border-collapse: collapse;
}
#recruit .comBox .listUl .txtBox td,
#recruit .comBox .listUl .txtBox th {
	padding-bottom: 58px;
	width: 21.7%;
	color: #595757;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: left;
	vertical-align: top;
}
#recruit .comBox .listUl .txtBox tr:last-of-type td,
#recruit .comBox .listUl .txtBox tr:last-of-type th {
	padding-bottom: 0;
}
#recruit .comBox .listUl .txtBox td {
	width: 78.3%;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.87;
}
#recruit .comBox .listUl .txtBox td p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.87;
}
#recruit .comBox .listUl .txtBox .tdStyle01 {
	line-height: 1.75;
	letter-spacing: 0.02em;
}
#recruit .comBox .listUl .txtBox td dl {
	margin-top: 5px;
}
#recruit .comBox .listUl .txtBox td dl dt {
	width: 65px;
	float: left;
}
#recruit .comBox .listUl .txtBox td dl dd {
	padding-left: 75px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.87;
}
#recruit .comBox .listUl li .info {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 9px 2px;
	color: #ff1815;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #ff1815;
}
#recruit .grapBox {
	padding: 54px 0 103px;
	background: #e9eae3;
}
#recruit .grapBox h3 {
	margin-bottom: 22px;
	color: #00a4e9;
}
#recruit .grapBox .photoList {
	margin-top: -65px;
}
#recruit .grapBox .photoList li {
	width: 45%;
	margin-top: 65px;
}
#recruit .grapBox .photoList li .pho {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
#recruit .grapBox .photoList li .pho img {
	width: 100%;
}
#recruit .grapBox .photoList li .title {
	padding: 4px 0 1px;
	color: #00a4e9;
	text-align: center;
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.08em;
}
#recruit .grapBox .photoList li .txtSpan {
	color: #3e3a39;
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: -0.13em;
}
#recruit .comBtn01 {
	padding: 32px 0 60px;
	width: 330px;
	margin: 0 auto;
}
#recruit .comBtn01 a {
	padding: 9px 17px 12px 0;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: -0.05em;
}
#recruit .comBtn01 .small {
	font-size: 1.5rem;
}
@media all and (min-width: 897px) {
	#recruit .comBox .listUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#recruit .comBox .pageTitle {
		margin-bottom: 30px;
	}
	#recruit .comBox h3 {
		font-size: 2.2rem;
	}
	#recruit .comBox .listUl {
		margin-bottom: 50px;
	}
	#recruit .comBox .listUl li .infoBox {
		max-width: inherit;
	}
	#recruit .comBox .listUl li a {
		padding: 7px 0;
		font-size: 1.8rem;
		background: url("img/recruit/icon01.png") no-repeat right 10px center;
		background-size: 20px auto; 
	}
	#recruit .comBox .listUl li .info {
		padding: 0 4px 1px;
		font-size: 1.2rem;
	}
	#recruit .comBox .listUl .txtBox table {
		width: 100%;
		border-collapse: collapse;
	}
	#recruit .comBox .listUl .txtBox td,
	#recruit .comBox .listUl .txtBox th {
		padding-bottom: 30px;
		width: 100%;
		display: block;
	}
	#recruit .comBox .listUl .txtBox th {
		padding-bottom: 0;
	}
	#recruit .comBox .listUl .txtBox tr:last-of-type td,
	#recruit .comBox .listUl .txtBox tr:last-of-type th {
		padding-bottom: 0;
	}
	#recruit .comBox .listUl .txtBox td {
		width: 100%;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.87;
	}
	#recruit .comBox .listUl .txtBox td p {
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.87;
	}
	#recruit .comBox .listUl .txtBox .tdStyle01 {
		line-height: 1.75;
		letter-spacing: 0.02em;
	}
	#recruit .comBox .listUl .txtBox td dl {
		margin-top: 5px;
	}
	#recruit .comBox .listUl .txtBox td dl dt {
		width: 65px;
		float: left;
	}
	#recruit .comBox .listUl .txtBox td dl dd {
		padding-left: 75px;
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.87;
	}
	#recruit .grapBox {
		padding: 54px 0 103px;
		background: #e9eae3;
	}
	#recruit .grapBox h3 {
		margin-bottom: 20px;
	}
	#recruit .grapBox .photoList {
		margin-top: 0;
		display: block;
	}
	#recruit .grapBox .photoList li {
		width: 100%;
		margin: 0 0 30px;
	}
	#recruit .grapBox .photoList li:last-child {
		margin-bottom: 0;
	}
	#recruit .grapBox .photoList li .pho {
		display: block;
	}
	#recruit .grapBox .photoList li .title {
		font-size: 2rem;
	}
	#recruit .grapBox .photoList li .txtSpan {
		font-size: 1.4rem;
	}
	#recruit .comBtn01 {
		padding: 30px 0 40px;
		width: calc(100% - 40px);
		max-width: 330px;
	}
	#recruit .comBtn01 a {
		padding: 9px 17px 12px 0;
		font-size: 1.5rem;
	}
	#recruit .comBtn01 .small {
		font-size: 1.3rem;
	}
}

/*------------------------------------------------------------
	404 NOT FOUND
------------------------------------------------------------*/
#errorpage .comBox .error-cont {
	margin: 0 auto 30px;
	text-align: center;
}

#errorpage .comBox .error-cont img {
	width: 80%;
	max-width: 400px;
}
#errorpage .comBox .error-cont .txt01 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
} 
#errorpage .comBox .error-cont .txt02 {
	margin-bottom: 1.5em;
	}

#errorpage .comBox .error-cont a {
	max-width: 350px;
	padding: 14px 40px 9px;
	margin: 30px auto;
	display: block;
	color: #fff;
	height: 57px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 60px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(to right,#2D98D9,#3256A7,#173C9A);
	background-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	transition: all .6s;
	overflow: hidden;
}


div.vid_contents {
width: 100%;
margin: auto;
}
video.vid_main {
width: 100%;
max-width: 750px;
}



#customer.detail .whiteBox {
	padding: 46px 57px 50px;
	position: relative;
	border-radius: 15px;
	background-color: #fff;
}
#customer.detail .whiteBox h2 {
	padding: 0 18px;
	color : #2EA7E0;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
#customer.detail .whiteBox h2 span {
	margin: 0 0 22px -3px;
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 2px;
	background-color: #2EA7E0;
}
#customer.detail .whiteBox ul {
	margin: 0 -23px 49px;
	padding: 0 31px 21px;
	border-bottom: 1px solid #D0D1D1;
}
#customer.detail .whiteBox ul li {
	padding-left: 1em;
	color : #595757;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.68;
	letter-spacing: 0.06em;
	text-indent: -1em;
}
#customer.detail .whiteBox .borderBox {
	margin: 0 -23px;
	padding: 31px 23px 0;
	border-top: 1px solid #D0D1D1;
}
#customer.detail .whiteBox .borderBox h3 {
	margin-bottom: 10px;
	padding: 0 8px;
	color : #595757;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.075em;
}
#customer.detail .whiteBox .borderBox p {
	padding: 0 16px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.075em;
}
#customer.detail .whiteBox .borderBox p.size01 {
	font-size: 1.6rem;
}
#customer.detail .whiteBox .borderBox p + p {
	margin-top: 40px;
}
#customer.detail .whiteBox .borderBox .wp-block-image {
	padding: 0 17px;
}
#customer.detail .whiteBox .borderBox figure:not(.bigPhoto) img {
	max-height: 300px;
	width: auto;
}
#customer.detail .whiteBox .borderBox .wp-block-image {
	margin-bottom: 40px;
}
#customer.detail .whiteBox .borderBox .bigPhoto {
	margin-bottom: 57px;
	padding: 0 17px;
}
#customer.detail .whiteBox .borderBox .wp-block-columns {
	margin-bottom: 0;
	gap: 5px;
	padding: 0 17px;
}
#customer.detail .catName {
	padding: 0 18px 21px;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.07em;
}
#customer.detail .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: auto;
	flex-grow: 0;
}
#customer.detail .whiteBox .borderBox .wp-block-columns .wp-block-image {
	padding: 0;
}
#customer.detail .whiteBox h3 span {
	margin: 25px 15px 8px 20px;
	padding: 0 5px 2px 5px;
	display: inline-block;
	color: #2EA7E0;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 1px solid #2EA7E0;
	border-radius: 2px;
	vertical-align: 0;
	line-height: 1.3;
	background-color: #fff;
}
#customer.detail .whiteBox .textList {
	margin: -8px 0 20px;
	padding: 0 20px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#customer.detail .whiteBox .textList::after {
	width: 30%;
	content: '';
}
#customer.detail .whiteBox .textList li {
	margin-top: 20px;
	padding: 0;
	width: 33.2%;
	text-indent: 0;
}
#customer.detail .whiteBox .textList li a {
	display: flex;
	justify-content: space-between;
}
#customer.detail .whiteBox .textList .pho {
	width: 57px;
}
#customer.detail .whiteBox .textList .txtBox {
	margin-top: 6px;
	width: calc(100% - 70px);
}
#customer.detail .whiteBox .textList .txtBox span {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.075em;
}
#customer.detail .whiteBox .textList .txtBox p {
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}
@media all and (min-width: 897px) {
	#customer.detail .whiteBox .textList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#customer.detail .whiteBox {
		padding: 30px 20px;
		border-radius: 10px;
	}
	#customer.detail .whiteBox h2 {
		padding: 0;
		font-size: 1.4rem;
	}
	#customer.detail .whiteBox h2 span {
		margin: 0 0 6px;
		font-size: 1.6rem;
	}
	#customer.detail .catName {
		padding: 0 0 15px;
		font-size: 3rem;
	}
	#customer.detail .whiteBox .borderBox {
		margin: 0;
		padding: 15px 0 0;
	}
	#customer.detail .whiteBox ul li {
		font-size: 2rem;
	}
	#customer.detail .whiteBox ul {
		margin: 0 0 20px 0;
		padding: 0 0 31px;
	}
	#customer.detail .whiteBox .borderBox h3 {
		padding: 0;
		font-size: 1.6rem;
	}
	#customer.detail .whiteBox .borderBox p {
		padding: 0;
		font-size: 1.3rem;
	}
	#customer.detail .whiteBox .borderBox p.size01 {
		font-size: 1.2rem;
	}
	#customer.detail .whiteBox .borderBox .wp-block-image,
	#customer.detail .whiteBox .borderBox .bigPhoto {
		padding: 0;
	}
	#customer.detail .whiteBox .borderBox figure:not(.bigPhoto) img {
		width: 100%;
		max-height: inherit;
	}
	#customer.detail .whiteBox .textList {
		margin-top: 10px;
		padding: 0 0 20px;
		display: block;
	}
	#customer.detail .whiteBox h3 span {
		margin: 25px 0 8px;
	}
	#customer.detail .whiteBox .textList::after {
		display: none;
	}
	#customer.detail .whiteBox .textList li {
		margin: 0 0 20px;
		width: auto;
	}
	#customer.detail .whiteBox .textList li:last-of-type {
		margin-bottom: 0;
	}
	#customer.detail .whiteBox .textList .pho {
		width: 50px;
	}
	#customer.detail .whiteBox .textList .txtBox {
		width: calc(100% - 65px);
	}
	#customer.detail .whiteBox .textList .txtBox span {
		font-size: 1.6rem;
	}
	#customer.detail .whiteBox .borderBox .wp-block-columns {
		margin-bottom: 40px;
		padding: 0;
		display: block;
	}
	#customer.detail .whiteBox .borderBox .wp-block-columns .wp-block-column + .wp-block-column {
		margin-top: 20px;
	}
	#customer.detail .whiteBox .borderBox .wp-block-columns .wp-block-image {
		margin: 0;
	}
	#customer.detail .whiteBox .borderBox p + p {
		margin-top: 20px;
	}
}
@media all and (max-width: 374px) {
	#customer.detail .catName {
		font-size: 2.8rem;
	}
}
