@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
/*
Theme Name: Catrus
Theme URI: null
Description: Description
Author: 81bridge - SGX
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;
}

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: #353e42;
	text-decoration: none;
}

a:visited {
	color: #353e42;
}

a:hover {
	color: #353e42;
}

a:active {
	color: #353e42;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}

.flexA {
	justify-content: space-around;
}

.flexB {
	justify-content: space-between;
}

.flexC {
	justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #353e42;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	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.2rem;
	}

	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 {
	width: 100%;
	padding: 45px 50px 66px;
	position: relative;
	z-index: 99;
	box-sizing: border-box;
}

#gHeader .hBox {
	width: 320px;
	position: absolute;
	left: 0;
	top: 100px;
}

#gHeader h1 {}

#gHeader .hlogo {
	margin: 0 0 94px 90px;
	text-align: center;
}

#gHeader .hLink {
	margin: 0 0 0 auto;
	width: 164px;
}

#gHeader .hLink a {
	padding: 11px 0 7px;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	border: 2px solid #353e42;
	border-radius: 5px;
}

#gHeader .hLink a:hover {
	opacity: 0.7;
}

#gNavi li:not(:last-child) {
	margin-bottom: 30px;
}

#gNavi a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}

#gNavi a:before {
	margin-top: -3px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 3px;
	background-color: #353e42;
	content: "";
	opacity: 0;
	transition: .3s;
}

#gNavi li.on a:before,
#gNavi li a:hover:before {
	opacity: 1;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 31px 20px;
		position: absolute;
		left: 0;
		top: 0;
	}

	#gHeader .hBox {
		width: auto;
		position: static;
	}

	#gHeader .hlogo {
		width: 160px;
		text-align: left;
		margin: 0;
	}

	#gHeader .hLink {
		display: none;
	}

	#gNavi {
		display: none;
	}

	.menu {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 22px;
		top: 23px;
		z-index: 600;
	}

	.menu span {
		width: 22px;
		height: 2px;
		display: block;
		position: absolute;
		left: calc(50% - 11px);
		top: 3px;
		background-color: #353E42;
		transition: .3s;
	}

	.menu.on span {
		transform: translateY(7px) rotate(45deg);
	}

	.menu span:nth-of-type(2) {
		top: 10px;
	}

	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}

	.menu span:nth-of-type(3) {
		top: 17px;
	}

	.menu.on span:nth-of-type(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.menuBox {
		padding: 70px 20px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		background-color: rgba(53, 62, 66, 0.95);
		z-index: 999;
		overflow-y: auto;
		display: none;
	}

	.menuBox .logo {
		margin: 0 auto 66px;
		width: 114px;
	}

	.menuBox .linkList {
		margin: 0 auto 51px;
		width: 48vw;
	}

	.menuBox .linkList a {
		padding: 20px 25px 20px 2px;
		display: block;
		color: #fff;
		font-size: 1.8rem;
		border-top: 2px solid #fff;
		background: url(img/common/m_bg01.png) no-repeat right 4px center / 16px auto;
		font-family: 'Catamaran', sans-serif;
	}

	.menuBox .linkList li:last-of-type a {
		border-bottom: 2px solid #fff;
	}

	.menuBox .close {
		margin: 0 auto;
		width: 40px;
		cursor: pointer;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 38px 53px 125px;
	text-align: right;
}

#pagePath li {
	margin-right: 16px;
	display: inline;
	font-weight: 500;
}

#pagePath li:last-child {
	margin-right: 0;
}

#pagePath li a {
	padding-right: 21px;
	display: inline-block;
	background: url("img/common/icon01.png") no-repeat center right;
}

#pagePath li a:hover {
	text-decoration: underline;
}

@media all and (max-width: 896px) {
	#pagePath {
		padding: 47px 46px 70px;
	}

	#pagePath li a {
		padding-right: 18px;
		background-image: url("img/common/sp_icon01.png");
		background-size: 4px auto;
	}

	#pagePath li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-right: 100px;
	position: relative;
	padding: 100px 100px 78px;
	background-color: #f7f7f8;
	border-top-right-radius: 70px;
}

.pageTop {
	position: absolute;
	right: -60px;
	bottom: 59px;
}

.pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fNavi {
	margin-bottom: 37px;
	justify-content: flex-end;
	font-size: 1.7rem;
	font-weight: 700;
	align-items: center;
}

#gFooter .fNavi li:not(:first-child) {
	margin-left: 57px;
}

#gFooter .fNavi a:hover {
	opacity: 0.7;
}



#gFooter .contactTxt {
	margin: 0 39px 9px 0;
	font-size: 1.4rem;
	text-align: right;
}

#gFooter .contactBox {
	margin-bottom: -41px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 1;
}

#gFooter .contactBox span {
	margin: 0 30px;
	font-size: 2.4rem;
	font-weight: 500;
	vertical-align: baseline;
}

#gFooter .fLink {
	margin: 0 -22px 0 0;
	width: 164px;
}

#gFooter .fLink a {
	padding: 11px 0 7px;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	border: 2px solid #353e42;
	border-radius: 5px;
}

#gFooter .fLink a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	position: relative;
}

#gFooter .fLogo {
	margin: 0 0 13px -5px;
	width: 300px;
}

#gFooter .fText {
	font-size: 1.8rem;
	margin-bottom: 11px;
}

#gFooter .fTxt {
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 1.714;
}

#gFooter .fTxt a {
	color: #009aff;
	text-decoration: underline;
}

#gFooter .fTxt .mail {
	text-decoration: none;
}

#gFooter .sns {
	position: absolute;
	right: 0;
	top: 73px;
	justify-content: flex-start;
}

#gFooter .sns li:not(:first-child) {
	margin-left: 28px;
}

#gFooter .sns a:hover {
	opacity: 0.7;
}

#gFooter .privacy_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
}

#gFooter .privacy_link li {
	position: relative;
	line-height: 1;
}

#gFooter .privacy_link li:first-child::before {
	position: absolute;
	content: '';
	background: #999;
	width: 1px;
	height: 18px;
	right: -15px;
	top: 0;
}

#gFooter .privacyimg {
	position: absolute;
	right: 9px;
	bottom: -15px;
	width: 180px;
}

#gFooter address {
	position: absolute;
	right: 9px;
	bottom: -39px;
	font-style: normal;
	font-size: 1rem;
	font-family: 'Catamaran', sans-serif;
}

@media all and (min-width: 897px) {
	#gFooter .fTxt a:hover {
		text-decoration: none;
	}

	#gFooter .fTxt .mail:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 1100px) {
	#gFooter {
		padding: 100px 50px 78px;
	}
}

@media all and (max-width: 896px) {
	#gFooter {
		margin-right: 55px;
		padding: 35px 30px 54px;
		border-top-right-radius: 35px;
	}

	.pageTop {
		right: -30px;
		bottom: 30px;
		width: 11px;
	}

	#gFooter .fNavi {
		display: block;
		margin-bottom: 18px;
		font-size: 1.5rem;
	}

	#gFooter .fNavi li:not(:first-child) {
		margin: 14px 0 0;
	}

	#gFooter .fNavi a {
		display: block;
		position: relative;
	}

	#gFooter .contactTxt {
		margin: 0 0 5px;
		font-size: 0.7rem;
		text-align: left;
	}

	#gFooter .contactBox {
		margin-bottom: 20px;
		justify-content: space-between;
	}

	#gFooter .contactBox a {
		width: 170px;
	}

	#gFooter .contactBox span {
		margin: 0;
		font-size: 1.2rem;
	}

	#gFooter .fLink {
		margin: 0 -25px 0 0;
		width: 86px;
	}

	#gFooter .fLink a {
		padding: 2px 0 0;
		font-size: 1.5rem;
		border: 1px solid #353e42;
		border-radius: 3px;
		width: auto;
	}

	#gFooter .fNavi li.on a:before {
		margin-top: -2px;
		position: absolute;
		left: -30px;
		top: 50%;
		width: 4px;
		height: 2px;
		background-color: #353e42;
		content: "";
	}

	#gFooter .fLogo {
		margin: 0 0 80px;
		width: 160px;
	}

	#gFooter .fText {
		margin-bottom: 8px;
		font-size: 1.2rem;
	}

	#gFooter .fTxt {
		margin-right: -20px;
		font-size: 0.9rem;
	}

	#gFooter .fTxt a {
		text-decoration: none;
	}

	#gFooter .sns {
		right: 35px;
		top: 48px;
	}

	#gFooter .sns li {
		width: 39px;
	}

	#gFooter .sns li:not(:first-child) {
		margin-left: 16px;
	}

	#gFooter .privacyimg {
		right: -20px;
		bottom: -60px;
		width: 110px;
	}

	#gFooter address {
		right: auto;
		left: 0;
		bottom: -47px;
		font-size: 1.2rem;
		transform: scale(0.4);
		transform-origin: left center;
	}
}

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.catamaran {
	font-family: 'Catamaran', sans-serif;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	width: 61.45%;
	margin: 0 0 0 auto;
	height: 390px;
	position: relative;
	background: url("img/company/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
	border-bottom-left-radius: 100px;
}

/*.pageTitle:before {
	position: absolute;
	margin-top: -115px;
	left: -194px;
	top: 50%;
	width: 230px;
	height: 230px;
	background-color: #fff;
	border-radius: 100%;
	content: "";
}*/
.pageTitle h2 {
	position: absolute;
	left: -266px;
	top: 150px;
	font-weight: 500;
	font-size: 1.3rem;
	box-sizing: border-box;
}

.pageTitle h2 .en {
	margin: 0 0 -4px -2px;
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
}

@media all and (max-width: 1280px) {
	.pageTitle h2 {
		left: -170px;
	}
}

@media all and (max-width: 1000px) {
	.pageTitle h2 {
		left: -130px;
	}
}

@media all and (max-width: 896px) {
	.pageTitle {
		width: calc(100% - 119px);
		height: 275px;
		background-image: url("img/company/sp_page_title_bg.jpg");
		border-bottom-left-radius: 0;
	}

	.pageTitle:before {
		display: none;
	}

	.pageTitle h2 {
		width: 202px;
		left: -119px;
		top: auto;
		bottom: -26px;
		padding: 33px 15px 0 0;
		text-align: center;
		font-size: 1.2rem;
		background-color: #fff;
		box-sizing: border-box;
		border-top-right-radius: 33px;
	}

	.pageTitle h2 .en {
		margin: 0 0 -3px;
		font-size: 3.5rem;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 0 23px 36px;
	text-align: center;
	font-weight: 500;
}

.headLine01 .en {
	margin-bottom: 3px;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
}

@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 0 37px;
		font-size: 1rem;
	}

	.headLine01 .en {
		margin-bottom: 2px;
		font-size: 2.65rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 71px;
	font-weight: 700;
	font-size: 3rem;
}

@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 41px;
		text-align: center;
		font-size: 2.7rem;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
}

.headLine03 .en {
	margin-bottom: 3px;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
}

@media all and (max-width: 896px) {
	.headLine03 {
		font-size: 0.9rem;
	}

	.headLine03 .en {
		margin-bottom: -8px;
		font-size: 3rem;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: right;
	font-weight: 500;
	font-size: 1.7rem;
}

.comLink a {
	padding-right: 37px;
	display: inline-block;
	background: url(img/common/icon03.png) no-repeat top 3px right;
}

.comLink a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.comLink {
		font-size: 1.2rem;
	}

	.comLink a {
		padding-right: 21px;
		background-size: 12px auto;
	}
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	max-width: 1422px;
	margin: 0 auto 50px;
	min-height: 481px;
	padding: 86px 15px;
	box-sizing: border-box;
	background: url("img/common/bg01.png") no-repeat center center;
	background-size: cover;
}

.comContact .headLine01 {
	margin: 0 0 36px;
	color: #fff;
	font-size: 1.3rem;
}

.comContact .text {
	margin-bottom: 41px;
	color: #fff;
	text-align: center;
	line-height: 2.14;
}

.comContact .info {
	max-width: 1052px;
	margin: 0 auto;
}

.comContact .link {
	width: 448px;
}

.comContact .link a {
	padding: 24px 0 21px;
	display: block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #fff;
	border-radius: 3px;
}

.comContact .link a:hover {
	opacity: 0.7;
}

.comContact .tel {
	margin: -8px 0 0 28px;
	width: calc(100% - 500px);
	color: #fff;
}

.comContact .tel span {
	margin-bottom: 4px;
	display: block;
	font-size: 4.1rem;
	font-weight: 500;
}

.comContact .tel a {
	color: #fff;
}

@media all and (max-width: 896px) {
	.comContact {
		max-width: inherit;
		margin: 0 auto 90px;
		min-height: 300px;
		padding: 38px 15px;
		background-image: url("img/common/sp_bg01.jpg");
	}

	.comContact .headLine01 {
		margin: 0 0 11px;
		font-size: 0.9rem;
	}

	.comContact .headLine01 .en {
		margin-bottom: -7px;
		font-size: 2.4rem;
	}

	.comContact .text {
		margin-bottom: -1px;
		line-height: 2;
	}

	.comContact .info {
		max-width: inherit;
		display: block;
	}

	.comContact .link {
		width: 225px;
		margin: 0 auto;
	}

	.comContact .link a {
		padding: 8px 0 5px;
		font-size: 1.8rem;
		border-radius: 3px;
	}

	.comContact .tel {
		margin: 0 0 18px;
		width: auto;
		text-align: center;
	}

	.comContact .tel span {
		margin-bottom: -2px;
		font-size: 3rem;
	}
}

/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl li {
	border-bottom: 2px solid #f1f1f1;
}

.comNewsUl li a {
	padding: 48px 0 47px 9.5em;
	display: block;
	position: relative;
}

.comNewsUl li a:before {
	position: absolute;
	left: 3px;
	top: 58px;
	width: 4px;
	height: 2px;
	background-color: #353e42;
	content: "";
}

.comNewsUl li a:hover {
	opacity: 0.7;
}

.comNewsUl li .time {
	position: absolute;
	left: 22px;
	top: 47px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

@media all and (max-width: 896px) {
	.comNewsUl li a {
		padding: 36px 30px 35px 0;
	}

	.comNewsUl li a:before {
		left: 2px;
		top: 45px;
	}

	.comNewsUl li .time {
		margin: 0 18px 2px;
		position: static;
		display: block;
	}
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin: 59px 0 0 auto;
	max-width: 460px;
	position: relative;
	text-align: center;
}

.pageNavi .prev {
	position: absolute;
	left: 0;
	top: 0;
}

.pageNavi .next {
	position: absolute;
	right: 3px;
	top: 0;
}

.pageNavi a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.pageNavi {
		margin-top: 30px;
		max-width: inherit;
	}

	.pageNavi .next {
		right: 30px;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 180px;
}

@media all and (max-width: 1600px) {
	.content {
		padding: 0 100px;
	}
}

@media all and (max-width: 1300px) {
	.content {
		padding: 0 50px;
	}
}

@media all and (max-width: 896px) {
	.content {
		padding: 0 30px;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 180px;
	overflow: hidden;
}

.comImgBox:last-of-type {
	margin-bottom: 0 !important;
}

.comImgBox .pho {
	width: calc(50% + 135px);
	position: relative;
	z-index: 1;
}

.comImgBox img {
	width: 100%;
	border-radius: 70px 0 0 0;
}

.comImgBox01 img {
	border-radius: 0 70px 0 0;
}

.comImgBox .textBox {
	width: calc(50% - 135px);
	padding: 45px 10px 0 182px;
	box-sizing: border-box;
}

.comImgBox .textBox p {
	line-height: 2.28;
}

.comImgBox .textBox .num {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 1.8rem;
}

.comImgBox .textBox h4 {
	margin-bottom: 36px;
	font-weight: 500;
}

.comImgBox .textBox h4 .en {
	margin-bottom: 3px;
	display: block;
	font-weight: 700;
	font-size: 3.6rem;
}

.comImgBox .textBox h4 .en span {
	padding-right: 19px;
	display: inline-block;
	position: relative;
}

.comImgBox .textBox h4 .en span:before {
	margin-top: -1px;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 10000px;
	height: 2px;
	background-color: #353e42;
	content: "";
}

@media all and (max-width: 1600px) {
	.comImgBox .textBox {
		padding-left: 100px;
	}
}

@media all and (max-width: 1300px) {
	.comImgBox .textBox {
		padding-left: 50px;
	}
}

@media all and (max-width: 1024px) {
	.comImgBox .textBox h4 .en {
		font-size: 3rem;
	}

	.comImgBox .textBox h4 .en span {
		padding-right: 10px;
	}
}

@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 44px;
	}

	.comImgBox .pho {
		width: 100%;
		order: -1;
		padding-left: 55px;
		box-sizing: border-box;
	}

	.comImgBox img {
		border-radius: 35px 0 0 0;
	}

	.comImgBox01 .pho {
		padding: 0 55px 0 0;
	}

	.comImgBox01 img {
		border-radius: 0 35px 0 0;
	}

	.comImgBox .textBox {
		width: 100%;
		padding: 12px 54px 0;
	}

	.comImgBox .textBox p {
		line-height: 2.5;
	}

	.comImgBox .textBox .text {
		margin-right: -15px;
	}

	.comImgBox .textBox .num {
		margin-bottom: -6px;
		font-size: 1.2rem;
	}

	.comImgBox .textBox h4 {
		margin-bottom: 12px;
		font-size: 0.9rem;
	}

	.comImgBox .textBox h4 .en {
		margin-bottom: -5px;
		font-size: 2.4rem;
	}

	.comImgBox .textBox h4 .en span {
		padding-right: 10px;
	}

	.comImgBox .textBox h4 .en span:before {
		margin-top: -2px;
		height: 1px;
	}
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin-bottom: 180px;
}

.comBox .topTextBox {
	max-width: 974px;
	padding: 0 15px;
	margin: 0 auto 232px;
	box-sizing: border-box;
}

.comBox .topTextBox .ttl {
	margin-bottom: 1px;
	font-size: 1.5rem;
}

.comBox .topTextBox .ttl span {
	margin-bottom: 11px;
	display: block;
	font-weight: 700;
	font-size: 2.8rem;
}

.comBox .topTextBox .title {
	margin-right: -20px;
	font-weight: 700;
	font-size: 4.05rem;
}

.comBox .topTextBox .title span {
	font-size: 7.1rem;
}

/* .comBox .topTextBox .catch_block {
	display: flex;
} */

.comBox .topTextBox .catch_block p.txtmar {
	margin-top: 24px;
	/* 	padding-right: 20px; */
}

.comBox .topTextBox .catch_block img {
	width: 265px;
	height: 56px;
	margin-top: 30px;
}

.comBox .feature {
	margin-bottom: 95px;
}

.comBox .feature li {
	text-align: center;
}

.comBox .feature li .img {
	margin-bottom: 44px;
}

.comBox .feature li p {
	line-height: 2.28;
}

.comBox .feature li h4 {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 2.4rem;
}

.comBox .reason .headLine02 {
	margin-bottom: 64px;
}

@media all and (max-width: 1170px) {
	.comBox .feature li {
		width: 32%;
	}

	.comBox .feature li .img img {
		height: 160px;
	}

	.comBox .topTextBox .title {
		margin-right: -5px;
	}
}

@media all and (max-width: 896px) {
	.comBox {
		margin-bottom: 80px;
	}

	.comBox .topTextBox {
		max-width: inherit;
		padding: 0 30px;
		margin: 0 auto 84px;
	}

	.comBox .topTextBox .ttl {
		margin-bottom: 10px;
		font-size: 1.2rem;
		line-height: 2;
	}

	.comBox .topTextBox .ttl span {
		margin-bottom: 0;
		font-size: 2rem;
	}

	.comBox .topTextBox .title {
		margin-right: 0;
		font-size: 2.6rem;
		line-height: 1;
		text-align: center;
	}

	.comBox .topTextBox .title span {
		font-size: 4.2rem;
	}

	.comBox .topTextBox .catch_block {
		display: flex;
		flex-direction: column;
		margin: 50px auto;
	}

	.comBox .topTextBox .catch_block p.txtmar {
		text-align: center;
	}

	.comBox .topTextBox .catch_block img {
		margin: 30px auto;
	}

	.comBox .feature {
		margin-bottom: 93px;
	}

	.comBox .feature ul {
		margin: 0 -20px;
		display: block;
	}

	.comBox .feature li {
		margin-bottom: 30px;
		width: auto;
	}

	.comBox .feature li:last-child {
		margin-bottom: 0;
	}

	.comBox .feature li .img {
		margin-bottom: 15px;
	}

	.comBox .feature li .img img {
		height: 109px;
	}

	.comBox .feature li p {
		line-height: 2.5;
	}

	.comBox .feature li h4 {
		margin-bottom: 7px;
		font-size: 1.8rem;
	}

	.comBox .reason .headLine02 {
		margin-bottom: 44px;
		font-size: 2.4rem;
	}
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 40px;
	font-size: 0;
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.4rem;
	display: inline-block;
	margin: 0 5px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	opacity: 0.7;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body.top #gHeader {
	position: absolute;
	left: 0;
	top: 0;
}

#index {
	margin-bottom: 213px;
}

#index .mainVisual {
	/* margin-bottom: 230px; */
	padding-left: 380px;
	position: relative;
}

#index .mainVisual .pho {
	height: 900px;
	vertical-align: top;
	background: url("img/index/pho.webp") no-repeat center center;
	background-size: contain;
	border-radius: 0 0 0 100px;
}

#index .mainVisual .pho01 {
	background-image: url("img/index/pho01.webp");

}

/* #index .mainVisual .pho02 {
	background-image: url("img/index/main_visual_img03.jpg");
}

#index .mainVisual .pho03 {
	background-image: url("img/index/main_visual_img04.jpg");
} */

#index .mainVisual .scroll {
	position: absolute;
	right: 27px;
	bottom: -22px;
}

#index .mainVisual .scroll a:hover {
	opacity: 0.7;
}

#index .mainVisual .textBox {
	position: absolute;
	left: 92px;
	bottom: -21px;
}

#index .mainVisual .text {
	margin-bottom: 34px;
	font-size: 1.5rem;
	line-height: 2.66;
}

#index .mainVisual h2 {
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 2.8rem;
}

#index .mainVisual .title {
	font-weight: 700;
	font-size: 3.2rem;
}

#index .mainVisual .title span {
	font-size: 5.6rem;
}

#index .mainVisual address {
	position: absolute;
	right: 35px;
	top: 50%;
	color: #111;
	font-size: 1rem;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	transform: translateY(-50%);
	font-family: 'Catamaran', sans-serif;
}

#index #main .sec_ttl {
	text-align: center;
	font-size: 36px;
	margin-bottom: 80px;
	margin-top: 50px;
}

#index #main .sec_ttl span {
	border-bottom: 4px solid #353e42;
}

@media all and (max-width: 896px) {
	#index #main .sec_ttl {
		font-size: 26px;
		margin-bottom: 50px;
		margin-top: 10px;
	}
}

#index #main .news {
	margin-bottom: 228px;
	margin-top: 100px;
}

#index #main .news .pho {
	width: 46.05%;
}

#index #main .news .pho img {
	width: 100%;
	border-radius: 0 100px 0 0;
}

#index #main .news .textBox {
	width: 53.95%;
	padding: 67px 36px 0 15px;
	box-sizing: border-box;
}

#index #main .news .textBox>div {
	max-width: 695px;
	margin: 0 auto;
}

#index #main .news .h3Ttl {
	margin: 0 8px 62px;
	text-align: left;
}

#index #main .news .headLine03 {
	display: inline-block;
}

#index #main .news .comNewsUl {
	margin-bottom: 93px;
}

#index #main .about {
	margin: 0 3px 304px;
}

#index #main .about .headLine03 {
	margin-bottom: 75px;
}

#index #main .about li {
	margin-right: 100px;
	width: 800px;
}

#index #main .about li img {
	width: 100%;
	border-radius: 100px 0 0 0;
}

#index #main .comBox {
	margin-bottom: 190px;
}

#index #main .information {
	margin-bottom: 53px;
}

#index #main .information .pho img {
	width: 100%;
}

#index #main .information .textBox {
	max-width: 790px;
	margin: -200px 100px 0;
	padding: 96px 90px 90px 92px;
	position: relative;
	z-index: 1;
	border-radius: 0 100px 0 0;
	background-color: #fff;
	box-sizing: border-box;
}

#index #main .information .headLine03 {
	margin-bottom: 40px;
	text-align: left;
	font-size: 1.4rem;
}

#index #main .information .headLine03 .en {
	display: inline-block;
	margin: 0 28px 0 0;
	font-size: 4.2rem;
}

#index #main .information p {
	margin-bottom: 48px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.4;
}

#index #main .company .textBox {
	padding-top: 94px;
}

#index #main .company .textBox .comLink {
	max-width: 462px;
	margin-top: 55px;
}

@media all and (max-width: 896px) {
	#index {
		margin-bottom: 76px;
	}

	#index .mainVisual {
		margin-bottom: 0;
		padding-left: 0;
		padding-top: 110px;
	}

	#index .mainVisual .pho {
		/* height: 580px; */
		aspect-ratio: 4 / 3;
		height: 100%;
		border-radius: 0;

	}

	#index .mainVisual .scroll {
		display: none;
	}

	#index .mainVisual .textBox {
		left: 30px;
		right: 20px;
		bottom: -42px;
	}

	#index .mainVisual .text {
		margin-bottom: 9px;
		font-size: 1.2rem;
		line-height: 2;
	}

	#index .mainVisual h2 {
		margin-bottom: 5px;
		font-size: 2rem;
	}

	#index .mainVisual .title {
		font-size: 2.6rem;
		line-height: 1;
	}

	#index .mainVisual .title span {
		font-size: 4.2rem;
	}

	#index .mainVisual address {
		display: none;
	}

	#index #main .news {
		margin-bottom: 76px;
		display: block;
		margin-top: 50px;
	}

	#index #main .news .pho {
		width: auto;
		margin: 0 55px 0 0;
	}

	#index #main .news .pho img {
		border-radius: 0 35px 0 0;
	}

	#index #main .news .textBox {
		width: auto;
		padding: 17px 30px 0;
	}

	#index #main .news .textBox>div {
		max-width: inherit;
	}

	#index #main .news .h3Ttl {
		margin: 0 -2px 29px;
	}

	#index #main .news .comNewsUl {
		margin-bottom: 40px;
	}

	#index #main .news .comNewsUl li a {
		padding: 8px 0 12px;
	}

	#index #main .news .comNewsUl li a:before {
		top: 17px;
	}

	#index #main .about {
		margin: 0 0 69px;
	}

	#index #main .about .headLine03 {
		margin-bottom: 36px;
	}

	#index #main .about li {
		margin-right: 40px;
		width: 300px;
	}

	#index #main .about li img {
		border-radius: 50px 0 0 0;
	}

	#index #main .about .btmBox {
		padding: 0 30px;
	}

	#index #main .about .btmBox .textImg {
		margin-bottom: 16px;
		position: relative;
	}

	#index #main .about .btmBox .textImg:before {
		position: absolute;
		left: -30px;
		top: -38px;
		width: 310px;
		bottom: 0;
		background-color: #fff;
		border-radius: 0 50px 0 0;
		content: "";
	}

	#index #main .about .btmBox .textImg img {
		width: 254px;
		position: relative;
		z-index: 1;
	}

	#index #main .about .btmBox p {
		font-size: 1.2rem;
		line-height: 2.5;
	}

	#index #main .comBox {
		margin-bottom: 94px;
	}

	#index #main .comBox .topTextBox {
		margin-bottom: 70px;
	}

	#index #main .information {
		margin-bottom: 57px;
	}

	#index #main .information .textBox {
		max-width: inherit;
		margin: 0;
		padding: 27px 30px 30px;
		border-radius: 0;
	}

	#index #main .information .headLine03 {
		margin-bottom: 19px;
		font-size: 0.9rem;
	}

	#index #main .information .headLine03 .en {
		display: block;
		margin: 0 0 -8px;
		font-size: 2.55rem;
	}

	#index #main .information p {
		margin-bottom: 38px;
		font-size: 1.2rem;
		line-height: 2.5;
	}

	#index #main .company .textBox {
		padding-top: 23px;
	}

	#index #main .company .textBox .comLink {
		max-width: inherit;
		margin: 37px -23px 0;
	}
}

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company {
	margin-bottom: 275px;
}

#company #main .sec01 {
	margin-bottom: 158px;
}

#company #main .sec01 table {
	width: 700px;
	margin: 0 auto;
	border-collapse: collapse;
}

#company #main .sec01 th,
#company #main .sec01 td {
	padding: 28px 0 16px;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}

#company #main .sec01 th {
	width: 26.3%;
	padding: 28px 0 31px 19px;
	font-weight: 700;
}

#company #main .sec01 td .link {
	color: #009aff;
	text-decoration: underline;
}

#company #main .sec02 .headLine01 {
	margin-bottom: 40px;
}

#company #main .sec02 .map {
	margin-bottom: 64px;
	position: relative;
	padding-bottom: 26.57%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#company #main .sec02 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#company #main .sec02 .textInfo {
	max-width: 1190px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

#company #main .sec02 .place {
	margin-bottom: 43px;
	font-size: 1.5rem;
}

#company #main .sec02 .place span {
	margin-bottom: 6px;
	display: block;
}

#company #main .sec02 li {
	width: 33%;
	font-size: 1.5rem;
	line-height: 2;
}

#company #main .sec02 li:nth-child(2) {
	width: 61.1%;
}

#company #main .sec02 li span {
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}

@media all and (min-width: 897px) {
	#company #main .sec01 td .link:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#company {
		margin-bottom: 85px;
	}

	#company #main .sec01 {
		margin-bottom: 54px;
	}

	#company #main .sec01 table {
		width: 100%;
	}

	#company #main .sec01 th,
	#company #main .sec01 td {
		padding: 12px 5px 11px 0;
		font-size: 1.15rem;
		vertical-align: middle;
	}

	#company #main .sec01 th {
		width: 40%;
		padding: 23px 0 21px 28px;
	}

	#company #main .sec01 td .link {
		text-decoration: none;
	}

	#company #main .sec02 .headLine01 {
		margin-bottom: 27px;
	}

	#company #main .sec02 .map {
		margin-bottom: 45px;
		padding-bottom: 93.85%;
	}

	#company #main .sec02 .textInfo {
		max-width: inherit;
		padding: 0 28px;
	}

	#company #main .sec02 .place {
		margin: 0 -5px 32px 0;
		font-size: 1.1rem;
	}

	#company #main .sec02 .place span {
		margin-bottom: 5px;
	}

	#company #main .sec02 ul {
		display: block;
	}

	#company #main .sec02 li {
		width: auto !important;
		font-size: 1.1rem;
	}

	#company #main .sec02 li:nth-child(2) {
		margin-top: 30px;
	}

	#company #main .sec02 li span {
		margin-bottom: 7px;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	margin-bottom: 397px;
}

#news .pageTitle {
	background-image: url("img/news/page_title_bg.jpg");
}

#news #pagePath {
	padding-bottom: 89px;
}

#news .mainBox {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

#news #conts {
	width: 62%;
}

#news #sideBar {
	margin-top: 49px;
	width: 25%;
}

#news #sideBar .sTtl {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 1.8rem;
}

#news #sideBar .sList:not(:last-child) {
	margin-bottom: 81px;
}

#news #sideBar .sList li:not(:last-child) {
	margin-bottom: 27px;
}

#news #sideBar .sList a {
	padding-left: 12px;
	display: block;
	background: url("img/common/icon02.png") no-repeat left top 6px;
}

#news #sideBar .sList a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#news {
		margin-bottom: 88px;
	}

	#news .pageTitle {
		background-image: url("img/news/sp_page_title_bg.jpg");
	}

	#news #pagePath {
		padding-bottom: 54px;
	}

	#news .mainBox {
		max-width: inherit;
		display: block;
		padding: 0 30px;
	}

	#news #conts {
		margin-right: -30px;
		width: auto;
	}

	#news #sideBar {
		margin-top: 61px;
		width: auto;
	}

	#news #sideBar .sTtl {
		margin-bottom: 27px;
		font-size: 1.65rem;
	}

	#news #sideBar .sList:not(:last-child) {
		margin-bottom: 78px;
	}

	#news #sideBar .sList a {
		padding-left: 9px;
		background-size: 7px auto;
	}
}

/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#news #conts .detail {
	margin-top: 47px;
	position: relative;
}

#news #conts .detail .link {
	position: absolute;
	right: -3px;
	top: 0;
	z-index: 1;
}

#news #conts .detail .link a:hover {
	opacity: 0.7;
}

#news #conts .detail .ttl {
	margin-bottom: 41px;
	font-size: 2rem;
}

#news #conts .detail .ttl .time {
	padding-left: 22px;
	margin-bottom: 23px;
	display: block;
	font-weight: 600;
	font-size: 1.4rem;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

#news #conts .detail .ttl .time:before {
	position: absolute;
	left: 3px;
	top: 50%;
	width: 4px;
	height: 2px;
	background-color: #353e42;
	content: "";
}

#news #conts .detail .detailBox {
	padding-bottom: 22px;
	border-bottom: 2px solid #f1f1f1;
}

#news #conts .detail .detailBox p {
	margin-bottom: 30px;
	line-height: 2.14;
}

@media all and (max-width: 896px) {
	#news #conts .detail {
		margin-top: 36px;
	}

	#news #conts .detail .link {
		right: 30px;
	}

	#news #conts .detail .ttl {
		padding-right: 30px;
		font-size: 1.6rem;
	}

	#news #conts .detail .ttl .time {
		padding-left: 18px;
		margin-bottom: 17px;
		font-size: 1.2rem;
	}

	#news #conts .detail .ttl .time:before {
		left: 2px;
	}

	#news #conts .detail .detailBox {
		padding: 0 30px 15px 0;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle {
	background-image: url("img/contact/page_title_bg.jpg");
}

#contact #main {
	padding: 7px 0 301px;
}

#contact #main h3 {
	min-height: 84px;
	margin-bottom: 32px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
}

#contact #main .formText {
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

#contact #main .formText .red {
	color: #e60012;
}

#contact #main .formText01 {
	margin-bottom: 52px;
}

#contact #main form {
	width: 600px;
	margin: 0 auto;
}

#contact #main table {
	margin-bottom: 34px;
	width: 100%;
	border-collapse: collapse;
}

#contact #main th,
#contact #main td {
	padding: 0 0 29px;
	font-weight: 400;
	font-size: 1.5rem;
	word-break: break-all;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}

#contact #main th {
	padding: 11px 0 0;
	width: 32%;
}

#contact #main th .must {
	margin-left: 4px;
	color: #e60012;
}

#contact #main td input[type="text"],
#contact #main td input[type="email"],
#contact #main td input[type="tel"],
#contact #main td select,
#contact #main td textarea {
	width: 100%;
	height: 45px;
	font-size: 1.8rem;
	padding: 0 10px 2px;
	border: 1px solid #A3A3A3;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	box-shadow: none;
	background: #fff;
}

#contact #main td select {
	width: 208px;
	margin-bottom: 30px;
	background: url("img/common/select_bg.png") no-repeat center right 9px;
}

#contact #main td select::-ms-expand {
	display: none;
}

#contact #main td textarea {
	height: 316px;
	padding: 6px 10px;
	resize: vertical;
}

#contact #main .submit {
	margin-top: 40px;
}

#contact #main .submit li {
	width: 250px;
	margin: 0 auto 20px;
}

#contact #main .submit li:last-child {
	margin-bottom: 0 !important;
}

#contact #main .submit input {
	width: 100%;
	height: 66px;
	font-size: 1.5rem;
	font-weight: 500;
	cursor: pointer;
	color: #fff;
	padding: 0 10px 2px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	box-shadow: none;
	background: #353e42;
}

#contact #main .submit input:hover {
	opacity: 0.7;
}

#contact #main .agreeTxt {
	margin-bottom: 15px;
	text-align: center;
}

#contact #main .wpcf7-list-item {
	margin: 0;
}

#contact #main p {
	text-align: center;
}

@media all and (max-width: 896px) {
	#contact .pageTitle {
		background-image: url("img/contact/sp_page_title_bg.jpg");
	}

	#contact #main {
		padding: 0 38px 90px;
	}

	#contact #main h3 {
		min-height: inherit;
		margin: -3px 0 22px;
		font-size: 1.6rem;
		line-height: 1.875;
	}

	#contact #main .formText {
		font-size: 1.2rem;
		line-height: 1.66;
		text-align: left;
	}

	#contact #main .formText01 {
		margin-bottom: 65px;
		text-indent: -1em;
		padding-left: 1em;
	}

	#contact #main form {
		width: auto;
	}

	#contact #main table {
		margin-bottom: 26px;
	}

	#contact #main th,
	#contact #main td {
		width: 100% !important;
		display: block;
		padding: 17px 3px 20px;
		font-size: 1.1rem;
	}

	#contact #main th {
		padding: 0;
	}

	#contact #main td input[type="text"],
	#contact #main td input[type="email"],
	#contact #main td input[type="tel"],
	#contact #main td select,
	#contact #main td textarea {
		height: 33px;
		font-size: 1.2rem;
		padding: 0 11px 2px;
		border-radius: 3px;
	}

	#contact #main td select {
		width: 155px;
		margin-bottom: 24px;
		background-position: center right 6px;
		background-size: 6px auto;
	}

	#contact #main td textarea {
		height: 239px;
		padding: 7px 11px;
	}

	#contact #main .submit li {
		width: 190px;
		margin-bottom: 10px;
	}

	#contact #main .submit input {
		height: 50px;
		font-size: 1.1rem;
		border-radius: 3px;
	}

	#contact #main .submit input:hover {
		opacity: 1;
	}

	#contact #main .agreeTxt {
		margin-right: -5px;
		text-align: left;
	}

	#contact #main p {
		text-align: left;
	}
}

/*------------------------------------------------------------
	contact/confirm
------------------------------------------------------------*/
#contact #main td span:not(.wpcf7-form-control-wrap) {
	padding: 8px 10px 10px;
	display: block;
	font-size: 1.8rem;
}

#contact #main td .textUl li:not(:last-child) {
	margin-bottom: 28px;
}

@media all and (max-width: 896px) {
	#contact #main td span:not(.wpcf7-form-control-wrap) {
		padding: 8px 12px 9px;
		font-size: 1.2rem;
	}

	#contact #main td .textUl li:not(:last-child) {
		margin-bottom: 23px;
	}
}

/*------------------------------------------------------------
	contact/thanks
------------------------------------------------------------*/
#contact #main .thanks .formText {
	margin-bottom: 174px;
}

#contact #main .thanks .link {
	width: 250px;
	margin: 0 auto;
}

#contact #main .thanks .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	padding: 0 10px 2px;
	border-radius: 5px;
	background: #353e42;
}

#contact #main .thanks .link a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#contact #main .thanks h3 {
		margin-bottom: 33px;
	}

	#contact #main .thanks .formText {
		margin-bottom: 95px;
		text-align: center;
	}

	#contact #main .thanks .link {
		width: 190px;
	}

	#contact #main .thanks .link a {
		height: 48px;
		font-size: 1.1rem;
		border-radius: 3px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	margin-bottom: 270px;
}

#about .pageTitle {
	background-image: url("img/about/page_title_bg.jpg");
}

#about #pagePath {
	padding-bottom: 210px;
}

#about #main .btmBox {
	padding: 0 15px;
	text-align: center;
}

#about #main .btmBox .textImg {
	margin-bottom: 48px;
}

#about #main .btmBox p {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.4;
}

@media all and (max-width: 896px) {
	#about {
		margin-bottom: 83px;
	}

	#about .pageTitle {
		background-image: url("img/about/sp_page_title_bg.jpg");
	}

	#about #pagePath {
		padding-bottom: 115px;
	}

	#about #main .btmBox {
		padding: 0 39px;
		text-align: left;
	}

	#about #main .btmBox .textImg {
		margin-bottom: 16px;
	}

	#about #main .btmBox .textImg img {
		width: 254px;
	}

	#about #main .btmBox p {
		font-size: 1.2rem;
		line-height: 2.5;
	}
}

@media all and (min-width: 897px) {
	body {
		font-size: 1.5rem;
	}

	#gHeader .hLink a {
		font-size: 1.9rem;
	}

	#gNavi a {
		font-size: 2.1rem;
	}

	#gFooter .fNavi {
		font-size: 1.8rem;
	}

	#gFooter .contactTxt {
		font-size: 1.5rem;
	}

	#gFooter .contactBox span {
		font-size: 2.5rem;
	}

	#gFooter .fLink a {
		font-size: 1.9rem;
	}

	#gFooter .fText {
		font-size: 1.9rem;
	}

	#gFooter .fTxt {
		font-size: 1.5rem;
	}

	#gFooter address {
		font-size: 1.1rem;
	}

	.pageTitle h2 {
		font-size: 1.4rem;
	}

	.pageTitle h2 .en {
		font-size: 4.9rem;
	}

	.headLine01 .en {
		font-size: 3.7rem;
	}

	.headLine02 {
		font-size: 3.1rem;
	}

	.headLine03 {
		font-size: 1.4rem;
	}

	.headLine03 .en {
		font-size: 3.7rem;
	}

	.comLink {
		font-size: 1.8rem;
	}

	.comContact .headLine01 {
		font-size: 1.4rem;
	}

	.comContact .link a {
		font-size: 2.5rem;
	}

	.comContact .tel span {
		font-size: 4.2rem;
	}

	.comImgBox .textBox .num {
		font-size: 1.9rem;
	}

	.comImgBox .textBox h4 .en {
		font-size: 3.7rem;
	}

	.comBox .topTextBox .ttl {
		font-size: 1.6rem;
	}

	.comBox .topTextBox .ttl span {
		font-size: 2.9rem;
	}

	.comBox .topTextBox .title {
		margin-right: -30px;
		font-size: 4.15rem;
		margin-top: 24px;
	}

	.comBox .topTextBox .title span {
		font-size: 6.1rem;
		display: block;
		padding: 10px 0 0;
	}

	.comBox .feature li h4 {
		font-size: 2.5rem;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.5rem;
	}

	#index .mainVisual .text {
		font-size: 1.6rem;
	}

	#index .mainVisual h2 {
		font-size: 2.9rem;
	}

	#index .mainVisual .title {
		font-size: 3.3rem;
	}

	#index .mainVisual .title span {
		font-size: 5.7rem;
	}

	#index .mainVisual address {
		font-size: 1.1rem;
	}

	#index #main .information .headLine03 {
		font-size: 1.5rem;
	}

	#index #main .information .headLine03 .en {
		font-size: 4.3rem;
	}

	#index #main .information p {
		font-size: 1.6rem;
	}

	#company #main .sec01 th,
	#company #main .sec01 td {
		font-size: 1.6rem;
	}

	#company #main .sec02 .place {
		font-size: 1.6rem;
	}

	#company #main .sec02 li {
		font-size: 1.6rem;
	}

	#news #sideBar .sTtl {
		font-size: 1.9rem;
	}

	#news #conts .detail .ttl {
		font-size: 2.1rem;
	}

	#news #conts .detail .ttl .time {
		font-size: 1.5rem;
	}

	#contact #main h3 {
		font-size: 2.5rem;
	}

	#contact #main .formText {
		font-size: 1.6rem;
	}

	#contact #main th,
	#contact #main td {
		font-size: 1.6rem;
	}

	#contact #main td input[type="text"],
	#contact #main td input[type="email"],
	#contact #main td input[type="tel"],
	#contact #main td select,
	#contact #main td textarea {
		font-size: 1.9rem;
	}

	#contact #main .submit input {
		font-size: 1.6rem;
	}

	#contact #main td span:not(.wpcf7-form-control-wrap) {
		font-size: 1.9rem;
	}

	#contact #main .thanks .link a {
		font-size: 1.6rem;
	}

	#contact #main .agreeTxt,
	#contact #main .wpcf7-list-item-label {
		font-size: 1.6rem;
	}

	#about #main .btmBox p {
		font-size: 1.6rem;
	}

	#news .pageTitle h2 {
		font-size: 1.6rem;
	}

	#news .pageTitle h2 span {
		font-size: 4.1rem;
	}

	#news #sideBar .sTtl {
		font-size: 2.1rem;
	}

	#news #sideBar .sList a {
		font-size: 1.7rem;
	}

	#news .comNewsUl li a {
		font-size: 1.7rem;
	}

	#news #conts .detail .link {
		font-size: 1.7rem;
	}

	#news #conts .detail .ttl .time {
		font-size: 1.8rem;
	}

	#news #conts .detail .ttl {
		font-size: 2.4rem;
	}

	#news #conts .detail .detailBox p {
		font-size: 1.8rem;
	}

	#news .pageNavi a {
		font-size: 1.8rem;
	}
}

@media (min-width: 897px) and (max-width: 1024px) {
	.comImgBox .textBox h4 .en {
		font-size: 3.1rem;
	}

	.comBox .topTextBox .title {
		margin-right: 0;
	}
}