@charset "utf-8";
/*------------------------------------------------------------
Theme Name: Konoike Shipping
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #242526;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #242526;
}
a:hover {
	color: #242526;
	opacity: 0.7;
}
a:active {
	color: #242526;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.josefin {
	font-family: "Josefin Sans", sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #242526;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0.7rem 4rem;
	height: 8rem;
	align-items: center;
	background-color: #fff;
	transition: .3s;
	z-index: 100;
}
#gHeader .logo {
	margin-left: 3rem;
	width: 31.2rem;
}
#gHeader .logo a {
	opacity: 1;
}
#gHeader .rBox {
	flex: 1;
	justify-content: flex-end;
	align-items: center;
}
#gHeader .rBox .language li {
	font-size: 1.4rem;
	position: relative;
}
#gHeader .rBox .language li:first-child:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.4rem;
	width: 1px;
	height: 1.1rem;
	background-color: #242526;
	transform: rotate(18deg);
	content: "";
}
#gHeader .rBox .language a {
	color: #cecece;
}
#gHeader .rBox .language a,
#gHeader .rBox .language span {
	display: inline-block;
	margin: 0 1rem;
}
#gHeader .rBox .banner {
	margin: 0 2rem 0 0.7rem;
	width: 17.6rem;
}
#gHeader .menu {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}
.cover {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5.205259799957275px);
	-webkit-backdrop-filter: blur(5.205259799957275px);
	background-color: rgba(0, 0, 0, 0.16);
	z-index: 101;
}
.menuBox {
	display: none;
	position: fixed;
	padding: 0 8.4rem 0 10.3rem;
	right: 0;
	top: 0;
	width: 55%;
	max-width: 70.9rem;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	z-index: 110;
}
.menuBox .close {
	cursor: pointer;
	position: absolute;
	width: 2.3rem;
	right: 4rem;
	top: 3rem;
	transition: .3s;
}
.menuBox .subBox {
	margin: 10.2rem 0;
}
.menuBox .subBox .item {
	width: 41.5%;
}
.menuBox .subBox .menuList {
	width: auto !important;
	flex: inherit;
	margin-right: 0;
}
.menuBox .subBox .menuList .subList {
	margin-bottom: 1.5rem;
}
.menuBox .subBox .linkList {
	margin-top: 2.5rem;
}
.menuBox .subBox .linkList a {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 2.36;
	color: #7e7e7e;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover, .menuBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.7rem 2rem;
		height: 6rem;
	}
	#gHeader .logo {
		margin-left: 0;
		width: 18.9rem;
	}
	#gHeader .menu {
		margin-left: 0.8rem;
		width: 2.2rem;
		height: 2.2rem;
	}
	.menuBox {
		padding: 0 2rem;
		width: 100%;
		max-width: inherit;
	}
	.menuBox .close {
		width: 2.3rem;
		right: 1.9rem;
		top: 1.9rem;
	}
	.menuBox .subBox {
		margin: 6rem 0 3rem;
		display: block;
	}
	.menuBox .subBox .item {
		width: auto;
	}
	.menuBox .subBox .menuList .subList {
		margin-bottom: 0;
	}
	.menuBox .subBox .linkList {
		margin-top: 2.2rem;
	}
	.menuBox .subBox .linkList li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
}
/*------------------------------------------------------------
	menuList
------------------------------------------------------------*/
.menuList {
	margin-right: 6rem;
	width: calc((100% - 13.4rem)/3);
}
.menuList:nth-child(2) {
	margin-right: 5rem;
}
.menuList:nth-child(3) {
	margin-right: 0;
	width: auto;
	flex: 1;
}
.menuList > li > a {
	padding: 2rem 0;
	display: block;
	color: #ff722f;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #bababa;
}
.menuList > li .subList {
	margin-top: 1.5rem;
}
.menuList > li .subList a {
	font-size: 1.4rem;
	line-height: 2.05;
	color: #0d2941;
}
@media all and (max-width: 896px) {
	.menuList {
		margin: 0;
		width: auto;
	}
	.menuList:nth-child(2) {
		margin-right: 0;
	}
	.menuList > li {
		position: relative;
		border-bottom: 1px solid #bababa;
	}
	.menuList > li > a {
		font-size: 1.6rem;
		border-bottom: none;
	}
	.menuList > li .mark {
		position: absolute;
		right: 0;
		top: 0;
		width: 4rem;
		height: 6.4rem;
		cursor: pointer;
	}
	.menuList > li .mark:before,
	.menuList > li .mark:after {
		position: absolute;
		right: 0;
		top: 50%;
		width: 1.5rem;
		height: 2px;
		transition: .3s;
		background-color: #FF722F;
		content: "";
	}
	.menuList > li .mark:after {
		transform: rotate(90deg);
	}
	.menuList > li .mark.on:after {
		transform: rotate(0);
	}
	.menuList > li .subList {
		display: none;
		padding-bottom: 1.2rem;
		margin-top: -1rem;
	}
	.menuList > li .subList a {
		line-height: 2.35;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	padding: 8.8rem 8.4rem 3rem;
	margin: 0 auto;
	max-width: 192rem;
}
#gFooter .fLogo {
	width: 36rem;
	margin-bottom: 1.3rem;
}
#gFooter .fLogo a {
	opacity: 1;
}
#gFooter .fInner > .ttl {
	margin-bottom: 1rem;
	color: #0d2941;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
#gFooter .fBox {
	margin-bottom: 3.6rem;
}
#gFooter .infoList {
	margin-top: 1.9rem;
	width: 29%;
	max-width: 34.8rem;
}
#gFooter .infoList li {
	padding: 2rem 1.5rem 1.7rem 2.5rem;
	color: #0d2941;
	font-size: 1.3rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	border-radius: 3rem;
	background: #f5f5f5;
}
#gFooter .infoList li:not(:last-child) {
	margin-bottom: 1rem;
}
#gFooter .infoList .ttl {
	margin-bottom: 0.1rem;
	font-size: 1.6rem;
	font-weight: 500;
}
#gFooter .infoList .tel {
	margin: 0.4rem 0 0.1rem;
	line-height: 1.5;
}
#gFooter .infoList .tel a {
	font-weight: 500;
	font-size: 2rem;
	color: #ff722f;
	letter-spacing: 0.03em;
}
#gFooter .infoList .fax {
	font-size: 1.4rem;
}
#gFooter .fNavi {
	width: 59%;
}
#gFooter .banner {
	width: 17.7rem;
}
#gFooter .btmBox {
	padding: 1.3rem 4.4rem 1.4rem 4.2rem;
	background: #f5f5f5;
}
#gFooter .btmBox .content {
	max-width: 180rem;
}
#gFooter .btmBox .fLink {
	margin-top: -0.2rem;
	gap: 0 2.7rem;
	flex: 1;
}
#gFooter .btmBox .fLink a {
	color: #7e7e7e;
	font-size: 1.4rem;
}
#gFooter .btmBox address {
	color: #0d2941;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	text-align: right;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 8rem 2rem 2.8rem;
	}
	#gFooter .fLogo {
		width: 28.9rem;
	}
	#gFooter .fInner > .ttl {
		margin-bottom: 2.3rem;
	}
	#gFooter .fBox {
		margin-bottom: 3.9rem;
		display: block;
	}
	#gFooter .infoList {
		margin: 0 0 3rem;
		width: auto;
		max-width: inherit;
	}
	#gFooter .fNavi {
		width: auto;
		display: block;
	}
	#gFooter .btmBox {
		padding: 0;
		display: block;
		background: none;
	}
	#gFooter .btmBox .content {
		margin: 0;
		display: block;
	}
	#gFooter .btmBox .fLink {
		margin: 0 2rem 3.7rem;
		display: block;
	}
	#gFooter .btmBox .fLink li:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	#gFooter .btmBox address {
		padding: 1rem;
		font-size: 1.2rem;
		text-align: center;
		background: #f5f5f5;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 192rem;
	padding: 0 8.4rem;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		padding: 0;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding-top: 13rem;
	background: url("img/common/com_bg.webp") no-repeat left top / 100%;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding-top: 8.5rem;
		background-image: url("img/common/com_bg_sp.webp");
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	position: absolute;
	left: 8.4rem;
	top: 5.1rem;
	display: flex;
	flex-wrap: wrap;
}
#pagePath li {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
}
#pagePath li:not(:last-child) {
	padding-right: 2.5rem;
	margin-right: 2rem;
	background: url("img/common/icon01.webp") no-repeat right 0.7rem / 0.6rem;
}
#pagePath li a {
	color: #fff;
}
#pagePath li:last-child {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media all and (max-width: 896px) {
	#pagePath {
		left: 0;
		top: 2rem;
		display: flex;
		flex-wrap: wrap;
	}
	#pagePath li:not(:last-child) {
		padding-right: 1.5rem;
		margin-right: 1rem;
	}
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 6rem;
	padding-top: 8rem;
	position: relative;
	background: linear-gradient(#29bdff 0%, #ddf0f8 100%);
}
.mainVisual:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/common/mv_bg02.webp) no-repeat center top/100%;
	content: "";
}
.mainVisual:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6.4rem;
	background: url(img/common/mv_bg.webp) no-repeat center top/100% 100%;
	content: "";
}
.mainVisual .content {
	position: relative;
	z-index: 1;
	min-height: 39.8rem;
	display: flex;
	align-items: center;
}
.mainVisual .pageTtl {
	margin-top: 1rem;
	color: #fff;
	font-size: 4.7rem;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.mainVisual .pageImg {
	position: absolute;
	right: 14.3rem;
	top: 50%;
	width: 23.3rem;
	transform: translateY(-50%);
}
.mainVisual .mainImg {
	margin-top: -6.3rem;
	position: relative;
	z-index: 1;
}
.mainVisual .mainImg img {
	width: 100%;
}
.mainVisual.noLine {
	margin-bottom: 14.8rem;
	background: linear-gradient(#29bdff 0%, #ddf0f8 95%);
}
.mainVisual.noLine:after {
	display: none;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 3.2rem;
		padding-top: 6rem;
		background: linear-gradient(#29bdff 6rem, #ddf0f8 100%);
	}
	.mainVisual:before {
		top: 6rem;
		width: 100%;
		background-image: url(img/common/mv_bg02_sp.webp);
	}
	.mainVisual:after {
		height: 1.7rem;
	}
	.mainVisual .content {
		padding: 6.8rem 0 3.2rem;
		min-height: 12rem;
		display: block;
	}
	.mainVisual .pageTtl {
		margin: 0 0 1.9rem;
		font-size: 3rem;
		line-height: 1.27;
		text-align: center;
	}
	.mainVisual .pageTtl .amp {
		font-size: 3.4rem;
		line-height: 1;
		margin: 0 0.4rem;
	}
	.mainVisual .pageImg {
		margin: 0 auto;
		position: static;
		width: 15.3rem;
		transform: translateY(0);
	}
	.mainVisual .mainImg {
		margin-top: -1.3rem;
	}
	.mainVisual.noLine {
		margin-bottom: 5rem;
		background: linear-gradient(#29bdff 6rem, #ddf0f8 80%);
	}
}
/*------------------------------------------------------------
   mainVisual.pageOther 
------------------------------------------------------------*/
.mainVisual.pageOther {
	margin-bottom: 11.7rem;
}
@media all and (max-width: 896px) {
	.mainVisual.pageOther {
		margin-bottom: 4.6rem;
	}
	.mainVisual.pageOther .pageTtl {
		text-align: left;
	}
	.mainVisual.pageOther .content {
		padding-top: 10.1rem;
		min-height: 22.9rem;
	}
	.mainVisual.pageOther .pageTtl {
		margin: 0 -0.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 0 0 7.5rem 2.4rem;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #ff722f;
}
.headLine01:before {
	position: absolute;
	left: 0;
	top: 1.9rem;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: #ff722f;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 0 0 2.8rem 2rem;
		font-size: 2.3rem;
		line-height: 1.52;
	}
	.headLine01:before {
		top: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.3rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 2.3rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	color: #ff722f;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 0.9rem;
		font-size: 2rem;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.6rem;
	padding-bottom: 1.9rem;
	color: #ff722f;
	font-weight: 700;
	font-size: 2.3rem;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #bababa;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.6rem;
		padding-bottom: 1.4rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
    headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.9rem;
	padding-bottom: 2.9rem;
	color: #ff722f;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #bababa;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 3rem;
		padding-bottom: 1.9rem;
		font-size: 2.3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	padding: 1rem 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30.6rem;
	height: 7rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	border-radius: 2rem;
	background: #ff7330 url(img/common/icon07.webp) no-repeat right 2rem center/3rem;
}
@media all and (min-width: 897px) {}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
.comNavi {
	margin-bottom: 14rem;
	gap: 4rem;
}
.comNavi li {
	width: calc((100% - 12rem)/4);
}
.comNavi a {
	padding: 1.7rem 3rem 1.7rem 0.9rem;
	display: block;
	color: #0b2941;
	font-weight: 700;
	background: url(img/common/icon05.webp) no-repeat right center/1.9rem;
	border-bottom: 1px solid #bababa;
}
.comNavi.col3 {
	gap: 1.3rem 9rem;
}
.comNavi.col3 li {
	width: calc((100% - 18rem)/3);
}
@media all and (max-width: 896px) {
	.comNavi {
		margin-bottom: 3.6rem;
		display: block;
	}
	.comNavi li {
		width: auto !important;
	}
	.comNavi a {
		padding: 2rem 3rem 1.8rem 0;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li {
	border-bottom: 1px solid #bababa;
}
.comNewsList a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 2.6rem 0;
	letter-spacing: 0;
}
.comNewsList .date {
	margin-top: 0.5rem;
	width: 9rem;
	color: #888;
}
.comNewsList .tag {
	margin: 0.5rem 0.8rem 0 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	width: 14rem;
}
.comNewsList .tag span {
	padding: 0.2rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	min-width: 9.8rem;
	background-color: #ff722f;
	border-radius: 1.2rem;
}
.comNewsList .ttl {
	flex: 1;
	color: #0d2941;
	line-height: 2;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 1.5rem 0 2.1rem;
	}
	.comNewsList .date {
		width: 9rem;
	}
	.comNewsList .tag {
		margin-right: 0;
		width: auto;
		flex: 1;
	}
	.comNewsList .ttl {
		margin-top: 1.4rem;
		flex: inherit;
		width: 100%;
		line-height: 1.9;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 9.8rem;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi > span {
	width: 3.7rem;
	height: 3.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #fff;
}
.wp-pagenavi > span.current {
	background-color: #ff7230;
	color: #fff;
	border-radius: 50%;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .extend {
	width: 1.2rem;
	margin-left: 0.5rem;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
	margin: 0 2.5rem;
	width: 1.4rem;
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 3rem;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
	padding: 1.8rem 2rem;
	width: 100%;
	height: 5.8rem;
	border-radius: 0.4rem;
	background: #f7f7f7;
	color: #111;
	font-size: 1.3rem;
	border: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.mailForm input::placeholder, .mailForm textarea::placeholder {
	color: #2f2f2f;
	opacity: 0.4;
}
.mailForm input:-ms-input-placeholder, .mailForm textarea:-ms-input-placeholder {
	color: #2f2f2f;
	opacity: 0.4;
}
.mailForm input[type="checkbox"], .mailForm input[type="radio"] {
	display: none;
}
.mailForm input[type="checkbox"] ~ span, .mailForm input[type="radio"] ~ span {
	display: inline-block;
	padding-left: 3rem;
	cursor: pointer;
	background: url(img/common/radio_bg.webp) no-repeat left 0.8rem/1.9rem auto;
}
.mailForm input[type="checkbox"]:checked ~ span, .mailForm input[type="radio"]:checked ~ span {
	background-image: url(img/common/radio_on_bg.webp);
}
.mailForm input[type="checkbox"] ~ span {
	padding-left: 3.2rem;
	background-image: url(img/common/check_bg.webp);
	background-size: 2rem auto;
	background-position: left 0.3rem;
}
.mailForm input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/check_on_bg.webp);
}
.mailForm .radioList input[type="checkbox"] ~ span {
	background: url(img/common/radio_bg.webp) no-repeat left 0.8rem/1.9rem auto;
}
.mailForm .radioList input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/radio_on_bg.webp);
}
.mailForm .radioList {
	margin: -1rem -3.8rem 0 0;
}
.mailForm .radioList .wpcf7-form-control {
	display: flex;
}
.mailForm .radioList .wpcf7-form-control .wpcf7-list-item {
	margin: 1rem 3.8rem 0 0;
}
.mailForm .radioList li {
	margin: 1rem 3.8rem 0 0;
}
.mailForm .nameList li {
	margin-right: 2.6rem;
	width: 20rem;
}
.mailForm .nameList li:last-child {
	margin-right: 0;
}
.mailForm input[type="text"].wid01 {
	width: 20rem;
}
.mailForm select {
	width: 20rem;
	border: 1px solid #a2a2a2;
	background: url(img/common/select_bg.webp) no-repeat right 1.8rem center/1.3rem auto !important;
}
.mailForm textarea {
	height: 24rem;
	resize: vertical;
}
.mailForm .agree {
	margin-bottom: 2.2rem;
	text-align: center;
	letter-spacing: 0;
}
.mailForm .agree .wpcf7-list-item {
	margin-left: 0;
}
.mailForm .submit {
	display: flex;
	justify-content: center;
	gap: 0 8rem;
	position: relative;
}
.mailForm .submit input {
	padding-right: 6.4rem;
	display: inline-block;
	align-items: center;
	min-height: 4.4rem;
	cursor: pointer;
	color: #242526;
	font-size: 1.6rem;
	font-weight: 700;
	appearance: none;
	letter-spacing: 0.03em;
	-webkit-appearance: none;
	border: none;
	transition: .3s;
	background: url(img/common/icon03.webp) no-repeat right center/4.4rem auto;
}
.mailForm .submit .back input {
	padding: 0 0 0 6.4rem;
	background-image: url(img/common/icon04.webp);
	background-position: left center;
}
.mailForm .submit .wpcf7-spinner {
	position: absolute;
	left: 47%;
	bottom: -3rem;
}
@media all and (min-width: 897px) {
	.mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
		background-color: #f4f4f4;
	}
	.mailForm .radioList {
		margin: 0 0 0.5rem;
		display: block;
	}
	.mailForm .radioList li {
		margin: 0 0 0.5rem;
	}
	.mailForm .nameList li {
		margin-right: 1rem;
		width: calc((100% - 1rem)/2);
	}
	.mailForm input[type="text"].wid01 {
		width: 100%;
	}
	.mailForm textarea {
		height: 20rem;
	}
	.mailForm .agree {
		margin-bottom: 2.6rem;
	}
	.mailForm .submit .wpcf7-spinner {
		left: 40%;
	}
	.mailForm .radioList .wpcf7-form-control {
		display: block;
	}
	.mailForm .radioList .wpcf7-form-control .wpcf7-list-item {
		display: block;
		margin: 0.5rem 0 0;
	}
	.mailForm .radioList .wpcf7-form-control .wpcf7-list-item:first-child {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: right;
}
.comLink a {
	padding-right: 6.5rem;
	font-weight: 700;
	min-height: 4.4rem;
	display: inline-flex;
	align-items: center;
	background: url(img/common/icon03.webp) no-repeat right top/4.4rem auto;
}
.comLink.back {
	text-align: left;
}
.comLink.back a {
	padding: 0 0 0 6.5rem;
	background-image: url(img/common/icon02.webp);
	background-position: left top;
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 1.8rem 3rem;
	line-height: 1.75;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
.comTable th {
	padding-left: 4.6rem;
	width: 14.5%;
	font-weight: 500;
	background: #f5f5f5;
}
.comTable td p:not(:last-child) {
	margin-bottom: 2.5rem;
}
.comTable td .txtLink ,
.comTable td a:not([href^="tel:"]){
	color: #16baff;
	text-decoration: underline;
}
.comTable td .mapLink {
	margin-left: 2.3rem;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 0.7rem 1.9rem 0.7rem 2rem;
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.comTable th {
		padding-left: 2rem;
		width: 100%;
	}
	.comTable td {
		padding-bottom: 0.8rem;
		border-top: none;
	}
	.comTable td p:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	.comTable td .mapLink {
		margin-left: 0.8rem;
	}
	.comTable tr:last-child td {
		border-bottom: 1px solid #bababa;
	}
}
/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList li {
	padding-left: 2rem;
	line-height: 2;
	position: relative;
}
.comTxtList li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	align-items: center;
}
.comImgBox:not(:last-child) {
	margin-bottom: 10rem;
}
.comImgBox .phoBox {
	width: 49.3%;
	border-radius: 4rem;
	overflow: hidden;
}
.comImgBox .phoBox img {
	width: 100%;
}
.comImgBox .phoBox.border {
	border: 1px solid #bababa;
}
.comImgBox .txtBox {
	width: 43.2%;
}
.comImgBox .txtBox .txt {
	margin-bottom: 4rem;
	line-height: 2;
}
.comImgBox .txtBox .txt:last-child {
	margin-bottom: 0 !important;
}
.comImgBox .txtBox .bgBox {
	padding: 0 2rem 3rem 3rem;
	border-radius: 4rem;
	background: #f5f5f5;
}
.comImgBox .txtBox .bgBox .ttl {
	margin-left: 2rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.04em;
	color: #1dbaff;
	transform: translateY(-1.5rem);
}
.comImgBox.imgBoxR {
	flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox:not(:last-child) {
		margin-bottom: 4.6rem;
	}
	.comImgBox .phoBox {
		margin-bottom: 1.7rem;
		width: auto !important;
		border-radius: 3rem;
	}
	.comImgBox .txtBox {
		width: auto !important;
	}
	.comImgBox .txtBox .headLine02 {
		margin: 0 -0.8rem 1.2rem 0;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	.comImgBox .txtBox .txt {
		margin-bottom: 3rem;
	}
	.comImgBox .txtBox .bgBox {
		border-radius: 3rem;
	}
	.comImgBox .txtBox .bgBox .ttl {
		margin-left: -1rem;
	}
}
/*------------------------------------------------------------
    comPhotoBox
------------------------------------------------------------*/
.comPhotoBox {
	margin-bottom: 9.7rem;
}
.comPhotoBox .textBox {
	width: calc(100% - 38rem);
}
.comPhotoBox .textBox .headLine01 {
	padding-bottom: 2.4rem;
}
.comPhotoBox .textBox .text {
	line-height: 2;
	letter-spacing: 0.03em;
}
.comPhotoBox .photoBox {
	margin: -4.6rem 2.9rem 0 0;
	width: 26.3rem;
}
@media all and (max-width: 896px) {
	.comPhotoBox {
		margin-bottom: 5rem;
		display: block;
	}
	.comPhotoBox .textBox {
		margin-bottom: 3.6rem;
		width: auto;
	}
	.comPhotoBox .textBox .headLine01 {
		padding-bottom: 1.5rem;
	}
	.comPhotoBox .photoBox {
		margin: 0 auto;
		width: 23.1rem;
	}
}
/*------------------------------------------------------------
	simpleBar
------------------------------------------------------------*/
.simplebar-track.simplebar-horizontal {
	width: calc(100% - 2rem);
	height: 0.3rem;
	background: #e0e0e0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 0.3rem;
	top: 0;
	background: #1dbaff;
}
.simplebar-scrollbar::before {
	background: #1dbaff;
}
.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.simpleBar ::-webkit-scrollbar {
	display: none;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	margin-bottom: -4rem;
	overflow: hidden;
}
#index .topVisual {
	margin-bottom: -6.7rem;
	padding: 16rem 0 0 13.6rem;
	position: relative;
	display: flex;
	background: url(img/index/mv_bg.webp) no-repeat center top/100%;
}
#index .topVisual h1 {
	display: none;
}
#index .topVisual p {
	margin-bottom: 3.5rem;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.07em;
	line-height: 2;
	color: #fff;
}
#index .topVisual .txtBox {
	position: relative;
	z-index: 2;
}
#index .topVisual .title {
	margin: 0 0 2.2rem -1.2rem;
	width: 50rem;
}
#index .topVisual .comBtn a {
	margin: 0;
	font-weight: 500;
	padding-left: 2.5rem;
	justify-content: flex-start;
}
@keyframes fuwafuwa-horizontal-01 {
	0%, 100% {
		translate: 0 0;
	}
	50% {
		translate: -1.5rem 0;
	}
}
#index .topVisual .cloud li {
	position: absolute;
	animation: fuwafuwa-horizontal-01 3000ms ease-in-out infinite alternate;
}
#index .topVisual .cloud01 {
	width: 13.9rem;
	right: 21.8%;
	top: 10.9rem;
}
#index .topVisual .cloud02 {
	width: 12.7rem;
	left: -4.6rem;
	top: 49.3%;
}
#index .topVisual .cloud03 {
	width: 10.8rem;
	left: 42%;
	top: 69.4%;
	z-index: 2;
}
#index .topVisual .cloud04 {
	width: 10.2rem;
	right: 9%;
	top: 31%;
}
#index .topVisual .cloud05 {
	width: 9rem;
	right: -4.5rem;
	top: 23%;
}
@keyframes wave-front {
	0%, 100% {
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes wave-back {
	0%, 100% {
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
#index .topVisual .ship {
	width: 85.7%;
	position: relative;
	z-index: 1;
	margin: 0.7rem -26.2% 0 -3.75%;
	animation: wave-back 3s ease-in-out infinite;
}
#index .topVisual .wave {
	position: absolute;
	left: 0;
	top: calc(100% - 12.6vw);
	width: 100%;
}
#index .topVisual .wave01 {
	top: calc(100% - 11vw);
	animation: wave-back 4.5s ease-in-out infinite;
}
#index .topVisual .wave02 {
	animation: wave-front 4s ease-in-out infinite;
}
#index .topVisual .wave img {
	width: 100%;
}
#index .newsBox {
	margin-bottom: 8.7rem;
	position: relative;
	z-index: 2;
	width: calc(50% + 11.2rem);
	border-radius: 0px 2rem 2rem 0px;
	background: #fff;
}
#index .newsBox .comNewsList li {
	border-bottom: none;
}
#index .newsBox .comNewsList a {
	padding: 1.5rem 4rem 1.7rem 4rem;
	background: url(img/common/icon09.webp) no-repeat right 2.4rem center/1.2rem;
}
#index .newsBox .comNewsList .tag {
	margin: 0.5rem 0 0 0.5rem;
	width: 12.9rem;
}
#index .newsBox .comNewsList .ttl {
	color: #0d2941;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#index .listBox {
	padding-bottom: 15.5rem;
	position: relative;
}
#index .listUl {
	gap: 4rem;
}
#index .listUl > li {
	width: calc((100% - 8rem)/3);
}
#index .listUl h2 {
	margin-bottom: 1.9rem;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 0.03em;
}
#index .listUl .pho {
	margin-bottom: 0.9rem;
}
#index .listUl .pho img {
	width: 100%;
	border-radius: 3rem;
}
#index .listUl .linkList a {
	display: block;
	font-weight: 700;
	color: #0b2941;
	padding: 1.7rem 3rem 1.7rem 1rem;
	background: url(img/common/icon10.webp) no-repeat right 1rem center/1.7rem;
	border-bottom: 1px solid #bababa;
}
#index .listBox .click {
	position: absolute;
	width: 32rem;
	right: 10.1rem;
	bottom: 12.5rem;
	cursor: pointer;
}
#index .listBox .click .over {
	display: none;
}
#index .linkBox {
	margin-bottom: -11rem;
	padding-top: 5.6rem;
	position: relative;
	background: #f5f5f5;
}
#index .linkBox:before {
	position: absolute;
	left: 0;
	top: -6rem;
	width: 100%;
	height: 6rem;
	background: url(img/common/bg02.webp) no-repeat left top/100% 100%;
	content: "";
}
#index .linkBox .linkUl {
	gap: 3rem;
	position: relative;
	z-index: 6;
}
#index .linkBox .linkUl li {
	width: calc((100% - 6rem)/3);
}
#index .linkBox .linkUl a {
	display: block;
	position: relative;
	border-radius: 4rem;
	overflow: hidden;
}
#index .linkBox .linkUl img {
	width: 100%;
}
#index .linkBox .linkUl p {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	transform: translateY(-50%);
	background: url(img/common/icon03.webp) no-repeat right 3.1rem center/4.4rem;
}
#index .contactBox {
	padding: 12.4vw 12.3rem 9.9vw;
	position: relative;
	z-index: 5;
	background: url(img/index/contact_bg.webp) no-repeat center bottom/100% 100%;
	color: #fff;
}
#index .contactBox .ttlBox {
	margin-bottom: 4rem;
	align-items: center;
}
#index .contactBox .ttlBox h2 {
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
}
#index .contactBox .ttlBox p {
	margin: -1rem 0 0 5.5rem;
	line-height: 2;
	flex: 1;
}
#index .contactBox .list > li {
	width: 44%;
}
#index .contactBox .list > li:last-child {
	width: 48.5%;
	min-width: 46.2rem;
}
#index .contactBox .list .ttl {
	margin-bottom: 1.8rem;
	padding: 0.4rem 1.5rem;
	display: inline-block;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #0d2941;
	border-radius: 1.5rem;
	background: #fff;
}
#index .contactBox .list .btn a {
	padding: 0 2.2rem 2.8rem 3.2rem;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background: url(img/common/icon11.webp) no-repeat left 0.7rem/2rem, url(img/common/icon12.webp) no-repeat right 5.2rem top 0.5rem/1.8rem;
	border-bottom: 1px solid #fff;
}
#index .contactBox .list > li:last-child .ttl {
	margin-bottom: 1.6rem;
}
#index .contactBox .list .tel {
	padding: 0 0 2.9rem 3rem;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 700;
	background: url(img/common/icon13.webp) no-repeat left 0.8rem/1.8rem;
	border-bottom: 1px solid #fff;
}
#index .contactBox .list .tel a {
	margin: 0 1.9rem 0 0.5rem;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-family: "Roboto", sans-serif;
}
#index .contactBox .list .tel a:last-child {
	margin-right: 0;
}
#index .listBox .click:hover .out {
	display: none;
}
#index .listBox .click:hover .over {
	display: block;
}
@media all and (min-width: 1921px) {
	#index .topVisual {
		justify-content: flex-end;
	}
	#index .topVisual .ship {
		margin: 0.7rem -16.5rem 0 -6.8rem;
		width: calc(50% + 68rem);
	}
	#index .topVisual .wave {
		top: calc(100% - 30rem);
	}
}
@media all and (min-width: 897px) {
	#index .listBox .click a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#index {
		margin-bottom: -4rem;
	}
	#index .topVisual {
		margin-bottom: -7.5rem;
		padding: 9.3rem 0 0 2rem;
		display: block;
		background-image: url(img/index/mv_bg_sp.webp);
	}
	#index .topVisual p {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
		line-height: 1.88;
	}
	#index .topVisual .title {
		margin: 0 0 0.7rem 0;
		width: 31rem;
	}
	#index .topVisual .comBtn a {
		height: 6.2rem;
	}
	#index .topVisual .cloud01 {
		width: 10.8rem;
		right: 15.5%;
		top: 36.5rem;
	}
	#index .topVisual .cloud02 {
		width: 8rem;
		left: auto;
		right: -3.9rem;
		top: 42.5rem;
	}
	#index .topVisual .cloud03 {
		width: 7.3rem;
		left: 5%;
		top: 55.1rem;
		z-index: 2;
	}
	#index .topVisual .cloud05 {
		width: 6.4rem;
		right: -1rem;
		top: 21.6rem;
	}
	#index .topVisual .ship {
		width: 54rem;
		margin: 1.3rem -9.9rem 0 auto;
	}
	#index .topVisual .wave {
		top: calc(100% - 32vw);
		z-index: 1;
	}
	#index .newsBox {
		margin-bottom: 6.3rem;
		width: calc(100% - 2rem);
	}
	#index .newsBox .comNewsList a {
		padding: 0.9rem 2rem;
		background: none;
	}
	#index .newsBox .comNewsList .ttl {
		margin-top: 0.4rem;
	}
	#index .listBox {
		padding-bottom: 11.3rem;
		z-index: 2;
	}
	#index .listUl {
		margin-bottom: 6.8rem;
		display: block;
	}
	#index .listUl > li {
		width: auto;
	}
	#index .listUl > li:not(:last-child) {
		margin-bottom: 5.8rem;
	}
	#index .listUl > li:nth-child(2) h2, #index .listUl > li:nth-child(3) h2 {
		color: #1dbaff;
	}
	#index .listUl .linkList a {
		background-position: right center;
	}
	#index .listBox .click {
		margin: 0 auto;
		position: static;
		width: 32rem;
	}
	#index .linkBox {
		margin-bottom: 0;
		padding: 1rem 0 12.4rem;
	}
	#index .linkBox:before {
		background-image: url(img/common/bg02_sp.webp)
	}
	#index .linkBox:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60.8rem;
		background: url(img/index/contact_bg_sp.webp) no-repeat left top/100% 100%;
		content: "";
	}
	#index .linkBox .linkUl {
		display: block;
	}
	#index .linkBox .linkUl li {
		width: auto;
	}
	#index .linkBox .linkUl li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#index .linkBox .linkUl p {
		padding: 0 4.6rem;
		background-position: right 2.9rem center;
		background-size: 4rem;
	}
}
/*------------------------------------------------------------
	aboutus
------------------------------------------------------------*/
#aboutus .mainVisual {
	margin-bottom: 7rem;
}
#aboutus .mainVisual .pageImg {
	width: 33.7rem;
	right: 8.3rem;
	margin-top: -1rem;
}
#aboutus .comPhotoBox {
	margin-bottom: 3rem;
}
#aboutus .comPhotoBox .photoBox {
	margin: 0;
	width: 27rem;
}
#aboutus .comPhotoBox .textBox {
	width: calc(100% - 32rem);
}
#aboutus .infoList {
	align-items: flex-end;
}
#aboutus .infoList li {
	width: 48%;
}
#aboutus .infoList li:last-child {
	width: 50.2%;
}
#aboutus .sec01 {
	margin-bottom: 5rem;
}
#aboutus .sec02 .headLine01 {
	padding-bottom: 4.7rem;
}
#aboutus .sec02 .comImgBox:not(:last-child) {
	margin-bottom: 3rem;
}
#aboutus {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#aboutus .mainVisual {
		margin-bottom: 5rem;
	}
	#aboutus .mainVisual .pageImg {
		width: 17.6rem;
		margin-top: 2.2rem;
	}
	#aboutus .comPhotoBox {
		margin-bottom: 4rem;
	}
	#aboutus .comPhotoBox .photoBox {
		margin: 0 auto;
		width: 23.4rem;
	}
	#aboutus .comPhotoBox .textBox {
		margin-bottom: 4.1rem;
		width: auto;
	}
	#aboutus .infoList {
		display: block;
	}
	#aboutus .infoList li {
		width: auto !important;
	}
	#aboutus .infoList li:last-child {
		margin: 1.1rem 0 0 -0.7rem;
	}
	#aboutus .infoList img {
		width: 100%;
	}
	#aboutus .sec01 {
		margin-bottom: 6rem;
	}
	#aboutus .sec02 .headLine01 {
		margin-right: -0.5rem;
		padding-bottom: 4rem;
	}
	#aboutus .sec02 .comImgBox:not(:last-child) {
		margin-bottom: 4.6rem;
	}
	#aboutus {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#business .mainVisual {
	margin-bottom: 4.9rem;
}
#business .mainVisual .pageImg {
	width: 18.4rem;
}
#business .comPhotoBox {
	margin-bottom: 5.8rem;
	align-items: flex-end;
}
#business .comPhotoBox .photoBox {
	margin: 0 0 0 2rem;
	width: 36rem;
}
#business .comPhotoBox .textBox {
	width: auto;
	flex: 1;
}
#business .comNavi {
	margin-bottom: 3rem;
	gap: 1.3rem 9rem;
}
#business .comNavi li {
	width: calc((100% - 18rem)/3);
}
#business .sec02 {
	padding: 9.8rem 0 12rem;
}
#business .headLine04 {
	margin-bottom: 4rem;
}
#business .comImgBox {
	margin-bottom: 5rem;
	align-items: flex-start;
}
#business .comImgBox:last-child {
	margin-bottom: 0 !important;
}
#business .comImgBox .phoBox {
	width: 33.3%;
	border-radius: 3rem;
}
#business .comImgBox .txtBox {
	margin-top: 2.6rem;
	width: 60.8%;
}
#business .comImgBox .txtBox .txt {
	margin-bottom: 3rem;
}
#business .bgBox {
	margin-bottom: 5.5rem;
	padding: 4rem 5rem 4.8rem;
	border-radius: 4rem;
	background: #f5f5f5;
}
#business .bgBox h3 {
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #bababa;
}
#business .bgBox .comImgBox .phoBox {
	width: 24.9%;
}
#business .bgBox .comImgBox .txtBox {
	margin-top: -0.5rem;
	width: 70.5%;
}
#business .bgBox .comImgBox .txtBox .comTxtList:not(:last-child) {
	margin-bottom: 1.5rem;
}
#business .bgList > li {
	padding: 0 5rem 3.7rem;
	width: 48.7%;
	border-radius: 4rem;
	background: #f5f5f5;
}
#business .bgList h3 {
	margin: 0 auto -0.9rem;
	padding: 0.9rem;
	width: fit-content;
	min-width: 28.5rem;
	color: #ff732f;
	font-weight: 700;
	font-size: 2rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
	letter-spacing: 0.04em;
	transform: translateY(-2.5rem);
	border-radius: 2.5rem;
	background: #fff;
	border: 1px solid #ff732f;
}
#business .bgSec {
	padding: 9.8rem 0 12rem;
	background: #f5f5f5;
}
#business .bgSec .bgBox {
	background-color: #fff;
}
#business .bgSec .bgList li {
	background-color: #fff;
}
#business .comImgBox + .bgList {
	margin-top: 6.5rem;
}
#business .sec {
	padding: 9.8rem 0 12rem;
}
#business .midImg {
	text-align: center;
}
#business .sec05 .bgBox {
	padding: 5.5rem;
}
#business .sec05 .bgBox .midImg img {
	width: 108.9rem;
}
#business .sec06 .comImgBox {
	margin-bottom: 2.6rem;
}
#business .sec06 .midImg {
	margin: 0 1rem 7.5rem 0;
}
#business .sec06 .midImg img {
	width: 104.4rem;
}
@media all and (max-width: 896px) {
	#business .mainVisual .content {
		padding-bottom: 2.8rem;
	}
	#business .mainVisual .pageImg {
		width: 12rem;
	}
	#business .comPhotoBox {
		margin-bottom: 4rem;
	}
	#business .comPhotoBox .textBox {
		margin-bottom: 0.3rem;
	}
	#business .comPhotoBox .photoBox {
		margin: 0 auto;
		width: 26rem;
	}
	#business .comNavi {
		margin-bottom: 0.5rem;
	}
	#business .comNavi li {
		width: auto;
	}
	#business .headLine04 {
		margin-bottom: 3.1rem;
	}
	#business .comImgBox {
		margin-bottom: 2.8rem;
	}
	#business .comImgBox .txtBox {
		margin-top: 1.8rem;
	}
	#business .comImgBox .txtBox .headLine02 {
		font-size: 2rem;
		line-height: 1.6;
	}
	#business .comImgBox .txtBox .txt {
		margin-bottom: 3rem;
	}
	#business .bgBox {
		margin-bottom: 3.5rem;
		padding: 1.7rem 2rem 2.7rem;
		border-radius: 3rem;
	}
	#business .bgBox h3 {
		margin-bottom: 2rem;
		padding-bottom: 1.6rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#business .bgBox .comImgBox .txtBox {
		margin-top: 0;
		font-size: 1.4rem;
	}
	#business .bgBox .comImgBox .txtBox .comTxtList li, #business .bgBox .comImgBox .txtBox .txt {
		line-height: 1.93;
	}
	#business .bgBox .comImgBox .txtBox .comTxtList li {
		padding-left: 1.4rem;
	}
	#business .bgBox .comImgBox .txtBox .comTxtList:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	#business .bgList {
		display: block;
	}
	#business .bgList > li {
		padding: 0 1.8rem 1.8rem 2rem;
		width: auto;
		border-radius: 3rem;
	}
	#business .bgList > li:not(:last-child) {
		margin-bottom: 3.3rem;
	}
	#business .bgList h3 {
		padding: 0.7rem 4.5rem;
		min-width: 16.9rem;
		font-size: 1.6rem;
		transform: translateY(-2rem);
	}
	#business .bgList .comTxtList li {
		font-size: 1.4rem;
		line-height: 1.93;
		padding-left: 2.2rem;
	}
	#business .sec02 {
		padding: 6rem 0;
	}
	#business .bgSec {
		padding: 6rem 0;
	}
	#business .comImgBox + .bgList {
		margin-top: 4.4rem;
	}
	#business .sec {
		padding: 6rem 0;
	}
	#business .sec05 .comImgBox {
		margin-bottom: 1.7rem;
	}
	#business .sec05 .bgBox {
		margin-bottom: 3.8rem;
		padding: 2rem 1.9rem 3rem;
	}
	#business .sec05 .bgBox .midImg {
		margin-right: -1.9rem;
		padding-bottom: 2.7rem;
	}
	#business .sec05 .bgBox .midImg img {
		width: 65.5rem;
		max-width: inherit;
	}
	#business .sec06 .comImgBox {
		margin-bottom: 0.5rem;
	}
	#business .sec06 .midImg {
		margin: 0 -1.1rem 3.3rem -1.2rem;
	}
	#business .sec06 .midImg img {
		width: 36.5rem;
	}
}
/*------------------------------------------------------------
    character
------------------------------------------------------------*/
#character .mainVisual {
	margin-bottom: 7.3rem;
}
#character .mainVisual .pageImg {
	width: 20.3rem;
	margin-top: 0.7rem;
}
#character .headLine02 {
	margin-bottom: 2.3rem;
	font-size: 2.8rem;
	line-height: 1.6;
}
#character .midBox {
	margin-bottom: 11.7rem;
	text-align: center;
}
#character .midBox:last-child {
	margin-bottom: 0 !important;
}
#character .midBox p {
	line-height: 2;
}
#character .profile {
	margin-bottom: -18.5rem;
	padding: 2.3rem 0;
	position: relative;
	z-index: 1;
}
#character .profile .enTtl {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	text-align: center;
	top: 0;
	color: #f5f5f5;
	font-weight: 700;
	font-size: 11rem;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
}
#character .profile .headLine02 {
	margin-bottom: 8.8rem;
	font-size: 3.4rem;
	line-height: 1.3;
	text-align: center;
}
#character .profile .subBox {
	padding: 0 8rem 5.4rem 6.2rem;
	border-radius: 4rem;
	background: #16baff;
}
#character .profile .subBox:not(:last-child) {
	margin-bottom: 6rem;
}
#character .profile .subBox .phoBox {
	margin-top: -3.2rem;
	width: 50.8rem;
}
#character .profile .subBox .txtBox {
	margin: 6.4rem 0 0 4rem;
	flex: 1;
}
#character .profile .subBox .txtBox h3 {
	margin-bottom: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color: #fff;
}
#character .profile .subBox .txtBox .text {
	margin-bottom: 3rem;
	color: #fff;
	font-weight: 500;
	line-height: 2;
}
#character .profile .subBox .txtBox .itemList {
	gap: 1rem;
}
#character .profile .subBox .txtBox .itemList li {
	padding: 1rem;
	min-height: 9rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc((100% - 1rem)/2);
	border-radius: 1rem;
	background: #fff;
}
#character .profile .subBox .txtBox .itemList .label {
	position: absolute;
	padding: 0.2rem 0.9rem;
	left: 0;
	top: 0;
	color: #14baff;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 0px 0px 1rem 0px;
	border-right: 2px solid #14baff;
	border-bottom: 2px solid #14baff;
}
#character .profile .subBox .txtBox .itemList .txt {
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.04em;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#character .profile .subBox .txtBox .itemList .txt02 {
	margin-top: 1.5rem;
}
#character .profile .subBox .txtBox .itemList .large {
	display: block;
	font-size: 2.5rem;
	line-height: 1;
	margin-top: 0.6rem;
}
#character .profile .subBox .txtBox .itemList .large .num {
	font-size: 3rem;
}
#character .profile .subBox .txtBox .itemList .sml {
	color: #14baff;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	font-family: "Noto Sans JP", sans-serif;
}
#character .profile .subBox02 {
	padding: 0 6.2rem 5.3rem 8rem;
	background: #ff722f;
	flex-direction: row-reverse;
}
#character .profile .subBox02 .phoBox {
	margin-top: -4rem;
	width: 52.3rem;
}
#character .profile .subBox02 .txtBox {
	margin-left: 0;
	margin-right: 2.4rem;
}
#character .profile .subBox02 .txtBox .itemList .label {
	color: #ff722e;
	border-color: #ff722e;
}
#character .profile .subBox02 .txtBox .itemList .sml {
	color: #ff722e;
}
#character .bgSec {
	margin-bottom: -2.8rem;
	padding: 27.4rem 0 7.5rem;
	position: relative;
	background: #f5f5f5;
}
#character .bgSec:before,
#character .bgSec:after {
	position: absolute;
	left: 0;
	top: -7.5rem;
	width: 100%;
	height: 7.5rem;
	background: url(img/common/bg01.webp) no-repeat left top/100% 100%;
	content: "";
}
#character .bgSec:after {
	top: auto;
	bottom: -6rem;
	height: 6rem;
	background-image: url(img/common/bg03.webp);
}
#character .bgSec .imgBox {
	margin-bottom: 6.6rem;
	align-items: center;
}
#character .bgSec .imgBox .phoBox {
	margin-left: 1rem;
	width: 46.25%;
}
#character .bgSec .imgBox .phoBox img {
	width: 100%;
}
#character .bgSec .imgBox .txtBox {
	position: relative;
	flex: 1;
	padding: 0.7rem 0 0 15.5rem;
}
#character .bgSec .imgBox .txtBox .num {
	position: absolute;
	left: 0;
	top: 0;
	width: 12.6rem;
}
#character .bgSec .imgBox .txtBox .headLine02 {
	margin-bottom: 1.9rem;
}
#character .bgSec .imgBox .txtBox .headLine02 .large {
	font-size: 3.8rem;
	line-height: 1.3;
}
#character .bgSec .imgBox .txtBox .headLine02 .large02 {
	font-size: 3.3rem;
	line-height: 1.3;
}
#character .bgSec .imgBox .txtBox .txt {
	line-height: 2;
}
#character .bgSec .imgBox:nth-child(2n) {
	flex-direction: row-reverse;
}
#character .bgSec .imgBox02 .phoBox {
	margin: -2.3rem 4rem 0 0;
	width: 47.4%;
}
#character .bgSec .imgBox03 .phoBox {
	margin: -2.3rem -4.6rem 0 0;
	width: 57.2%;
}
#character .btmBox {
	padding: 15.3rem 0 8.8rem;
	background: url(img/character/bg.webp) no-repeat center top/100%;
}
@media all and (max-width: 896px) {
	#character {
		overflow: hidden;
	}
	#character .mainVisual {
		margin-bottom: 5.1rem;
	}
	#character .mainVisual .content {
		padding-bottom: 3.6rem;
	}
	#character .mainVisual .pageTtl {
		margin-bottom: 1.2rem;
	}
	#character .mainVisual .pageImg {
		width: 10.9rem;
	}
	#character .headLine02 {
		margin-bottom: 1.5rem;
		font-size: 2.3rem;
		line-height: 1.52;
	}
	#character .midBox {
		margin-bottom: 4.6rem;
	}
	#character .profile {
		margin-bottom: -23.5rem;
		padding: 0.5rem 0;
	}
	#character .profile .enTtl {
		font-size: 6rem;
	}
	#character .profile .headLine02 {
		margin-bottom: 3.2rem;
		font-size: 2.5rem;
	}
	#character .profile .subBox {
		padding: 0 2rem 2rem;
		border-radius: 3rem;
		display: block;
	}
	#character .profile .subBox:not(:last-child) {
		margin-bottom: 2rem;
	}
	#character .profile .subBox .phoBox {
		margin: 0 -4.3rem -0.1rem 4.7rem;
		width: auto;
		transform: translateY(-2rem);
		text-align: right;
	}
	#character .profile .subBox .txtBox {
		margin: 0;
		width: auto;
	}
	#character .profile .subBox .txtBox h3 {
		margin-bottom: 0.8rem;
		font-size: 2.5rem;
		text-align: center;
	}
	#character .profile .subBox .txtBox .text {
		margin-bottom: 1.7rem;
	}
	#character .profile .subBox .txtBox .itemList {
		display: block;
	}
	#character .profile .subBox .txtBox .itemList li {
		padding: 1rem;
		min-height: 8rem;
		width: auto;
	}
	#character .profile .subBox .txtBox .itemList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#character .profile .subBox .txtBox .itemList .txt {
		font-size: 1.6rem;
	}
	#character .profile .subBox .txtBox .itemList .txt02 {
		margin-top: 1.2rem;
	}
	#character .profile .subBox .txtBox .itemList .large {
		font-size: 1.6rem;
	}
	#character .profile .subBox .txtBox .itemList .large .num {
		font-size: 2.5rem;
	}
	#character .profile .subBox02 {
		padding: 0 2rem 2.1rem;
	}
	#character .profile .subBox02 .phoBox {
		margin-top: 0;
		width: auto;
	}
	#character .bgSec {
		margin-bottom: -5rem;
		padding: 26.1rem 0 3rem;
	}
	#character .bgSec:before,
	#character .bgSec:after {
		top: -3rem;
		height: 3rem;
		background-image: url(img/common/bg01_sp.webp);
	}
	#character .bgSec:after {
		top: auto;
		bottom: -3rem;
		height: 3rem;
		background-image: url(img/common/bg03_sp.webp);
	}
	#character .bgSec .imgBox {
		margin-bottom: 2rem;
		display: block;
	}
	#character .bgSec .imgBox .phoBox {
		margin: 1.7rem 0 0;
		width: auto !important;
	}
	#character .bgSec .imgBox .txtBox {
		padding: 0;
	}
	#character .bgSec .imgBox .txtBox .ttlBox {
		margin-bottom: 0.5rem;
		display: flex;
		align-items: center;
	}
	#character .bgSec .imgBox .txtBox .num {
		margin: 1.3rem 1rem 0 0;
		width: 9rem;
		position: static;
		flex-shrink: 0;
	}
	#character .bgSec .imgBox .txtBox .headLine02 {
		margin-bottom: 0;
		font-size: 2rem;
	}
	#character .bgSec .imgBox .txtBox .headLine02 .large {
		font-size: 3rem;
	}
	#character .bgSec .imgBox .txtBox .headLine02 .large02 {
		font-size: 2.5rem;
		line-height: 1.22;
	}
	#character .bgSec .imgBox02 .phoBox {
		margin: -1.7rem -1rem 0 0;
	}
	#character .bgSec .imgBox03 .phoBox {
		margin: -1.3rem -0.3rem 0 -0.8rem;
	}
	#character .bgSec .imgBox03 .txtBox .headLine02 {
		margin-top: 0.8rem;
	}
	#character .btmBox {
		margin-bottom: -3.9rem;
		padding: 10.7rem 0 3.5rem;
		background-image: url(img/character/bg_sp.webp);
	}
	#character .btmBox .headLine02 {
		font-size: 2rem;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
    oversea
------------------------------------------------------------*/
#oversea .mainVisual .pageImg {
	width: 27.6rem;
	right: 11.3rem;
	margin-top: -0.6rem;
}
#oversea .topSec {
	margin-bottom: 9.4rem;
}
#oversea .topSec .headLine01 {
	padding-bottom: 2.3rem;
}
#oversea .topSec .imgBox .txtBox {
	flex: 1;
}
#oversea .topSec .imgBox .txtBox p {
	line-height: 2;
}
#oversea .topSec .imgBox .phoBox {
	margin: -3.9rem 3.9rem 0 8rem;
	width: 28.7rem;
}
#oversea .overseaBox .phoBox {
	width: 35rem;
}
#oversea .overseaBox .phoBox .pho {
	margin-bottom: 2.5rem;
	overflow: hidden;
	border-radius: 3rem;
}
#oversea .overseaBox .link a {
	width: 18.4rem;
	min-height: 4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	border: 1px solid #242526;
	border-radius: 2rem;
}
#oversea .overseaBox .link .pdf {
	padding-right: 2.2rem;
	display: inline-block;
	background: url("img/common/icon06.webp") no-repeat right center / 1.2rem;
}
#oversea .overseaBox .txtBox {
	margin-top: -0.3rem;
	width: calc(100% - 39.9rem);
}
#oversea .overseaBox .txtBox h3 {
	margin-bottom: 2.3rem;
	color: #ff722f;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.74;
	letter-spacing: 0.04em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#oversea .overseaBox .txtBox p {
	margin-bottom: 3.5rem;
	line-height: 2;
}
#oversea .overseaBox .comTable th,
#oversea .overseaBox .comTable td {
	padding: 1.15rem 3rem 1rem;
}
#oversea .overseaBox .comTable th {
	width: 21.9%;
	text-align: center;
	vertical-align: middle;
}
#oversea .secBox {
	margin-bottom: 13rem;
}
#oversea .secBox:last-child {
	margin-bottom: 0;
}
#oversea {
	padding-bottom: 8rem;
}
@media all and (max-width: 896px) {
	#oversea .mainVisual .pageImg {
		width: 18rem;
		margin-top: 0;
		right: 0;
		padding: 0.2rem 0 0.4rem;
	}
	#oversea .topSec {
		margin-bottom: 5.0rem;
	}
	#oversea .topSec .headLine01 {
		padding-bottom: 1.5rem;
	}
	#oversea .topSec .imgBox {
		display: block;
	}
	#oversea .topSec .imgBox .phoBox {
		margin: 1.0rem auto 0;
		width: 27.7rem;
	}
	#oversea .overseaBox {
		display: block;
	}
	#oversea .overseaBox .phoBox {
		width: auto;
	}
	#oversea .overseaBox .phoBox .pho {
		margin-bottom: 0;
	}
	#oversea .overseaBox .phoBox .pho img {
		width: 100%;
	}
	#oversea .overseaBox .phoBox .link {
		display: none;
	}
	#oversea .overseaBox .link {
		margin-top: 2rem;
	}
	#oversea .overseaBox .txtBox {
		margin-top: 1.9rem;
		width: auto;
	}
	#oversea .overseaBox .txtBox h3 {
		margin: 0 0 0.9rem;
		font-size: 2rem;
		line-height: 1.6;
	}
	#oversea .overseaBox .txtBox p {
		margin-bottom: 2.5rem;
	}
	#oversea .overseaBox .comTable th,
	#oversea .overseaBox .comTable td {
		width: 100% !important;
		padding: 0.7rem 2rem 0.9rem;
	}
	#oversea .overseaBox .comTable th {
		padding: 0.6rem 2rem 0.7rem;
		text-align: left;
	}
	#oversea .secBox {
		margin-bottom: 5rem;
	}
	#oversea {
		padding-bottom: 0;
	}
}
/*------------------------------------------------------------
	event-gallery
------------------------------------------------------------*/
#event-gallery {
	margin-bottom: 5.5rem;
}
#event-gallery .mainVisual .pageImg {
	width: 30.8rem;
	right: 8.3rem;
}
#event-gallery .sub:not(:last-child) {
	padding-bottom: 5.6rem;
	margin-bottom: 6rem;
	border-bottom: 1px solid #bababa;
}
#event-gallery .sub p {
	line-height: 2;
	margin-bottom: 4.6rem;
}
#event-gallery .sub p:last-child {
	margin-bottom: 0 !important;
}
#event-gallery .sub .phoList {
	gap: 5rem;
}
#event-gallery .sub .phoList li {
	width: calc((100% - 10rem)/3);
}
#event-gallery .sub .phoList .photo {
	aspect-ratio: 367/250;
	border-radius: 3rem;
	overflow: hidden;
	margin-bottom: 1.7rem;
}
#event-gallery .sub .phoList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	#event-gallery {
		margin-bottom: 0;
	}
	#event-gallery .mainVisual .pageTtl {
		margin-bottom: 2.1rem;
	}
	#event-gallery .mainVisual .pageImg {
		width: 19.1rem;
	}
	#event-gallery .sub:not(:last-child) {
		padding-bottom: 4.6rem;
		margin-bottom: 4.8rem;
	}
	#event-gallery .sub p {
		margin-bottom: 2.6rem;
	}
	#event-gallery .sub .phoList {
		gap: 2.6rem 0;
	}
	#event-gallery .sub .phoList li {
		width: 100%;
	}
	#event-gallery .sub .phoList .photo {
		margin-bottom: 1.2rem;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .mainVisual .pageImg {
	width: 29rem;
  	right: 14.7rem;
}
#company .inner {
	margin-bottom: 12.4rem;
}
#company .headLine01 {
	padding-bottom: 2.3rem;
}
#company .imgBox .txtBox {
	flex: 1;
}
#company .imgBox .txtBox p {
	line-height: 2;
}
#company .imgBox .phoBox {
	margin: -0.7rem 0 0 8rem;
	width: 28.2rem;
}
#company .outline {
	margin-bottom: 13.2rem;
}
#company .outline .headLine01 {
	padding-bottom: 3.3rem;
}
#company .access {
	padding: 9.7rem 0 13.2rem;
	background: #f5f5f5;
}
#company .access .headLine01 {
	padding-bottom: 3.1rem;
}
#company .access .sub:not(:last-child) {
	margin-bottom: 7.8rem;
}
#company .access .sub h3 {
	margin-bottom: 0.4rem;
	font-size: 2.3rem;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#company .access .sub p {
	margin-bottom: 3.6rem;
	line-height: 2;
}
#company .access .sub .phoList {
	margin-bottom: 3rem;
}
#company .access .sub .phoList li {
	width: 48.75%;
	border-radius: 3rem;
	overflow: hidden;
}
#company .access .sub .phoList img {
	width: 100%;
}
#company .access .sub .map {
	aspect-ratio: 1199/304;
	border-radius: 3rem;
	overflow: hidden;
}
#company .access .sub .map iframe {
	width: 100%;
	height: 100%;
	display: block;
}
@media all and (max-width: 896px) {
	#company {
		overflow: hidden;
	}
	#company .mainVisual .pageTtl {
		margin-bottom: 1.4rem;
	}
	#company .mainVisual .pageImg {
		width: 16.2rem;
	}
	#company .mainVisual .mainImg {
		margin-top: -1.7rem;
	}
	#company .inner {
		margin-bottom: 5rem;
	}
	#company .headLine01 {
		padding-bottom: 1.5rem;
	}
	#company .imgBox {
		display: block;
	}
	#company .imgBox .phoBox {
		margin: 2.6rem auto 0;
		width: 20.7rem;
	}
	#company .outline {
		margin-bottom: 7rem;
	}
	#company .outline .headLine01 {
		padding-bottom: 1.8rem;
	}
	#company .access {
		padding: 6rem 0;
	}
	#company .access .headLine01 {
		padding-bottom: 2.7rem;
	}
	#company .access .sub:not(:last-child) {
		margin-bottom: 4rem;
	}
	#company .access .sub h3 {
		font-size: 2rem;
	}
	#company .access .sub p {
		margin-bottom: 1.6rem;
		line-height: 1.78;
	}
	#company .access .sub .phoList {
		margin-bottom: 2rem;
		display: block;
	}
	#company .access .sub .phoList li {
		width: auto;
	}
	#company .access .sub .phoList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#company .access .sub .map {
		aspect-ratio: 350/182;
	}
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#recruit .mainVisual {
	margin-bottom: 8.8rem;
}
#recruit .mainVisual .pageImg {
	width: 25.8rem;
	right: 15.2rem;
}
#recruit .headLine01 {
	padding-bottom: 6.7rem;
	font-size: 3.4rem;
	line-height: 1.3;
	text-align: center;
	padding-left: 0;
}
#recruit .headLine01::before {
	display: none;
}
#recruit .sec01 {
	margin: 0 auto 21rem;
	max-width: 119.8rem;
	padding: 0 25rem;
	position: relative;
	text-align: center;
}
#recruit .sec01 .headLine01 {
	padding-bottom: 2.4rem;
	font-size: 2.8rem;
	line-height: 1.6;
}
#recruit .sec01 .imgList li {
	position: absolute;
}
#recruit .sec01 .imgList01 .item01 {
	width: 11.7rem;
	right: 17.45%;
	top: -1.1rem;
}
#recruit .sec01 .imgList01 .item02 {
	width: 18.9rem;
	left: 2.8%;
	top: 2rem;
}
#recruit .sec01 .imgList01 .item03 {
	width: 15.9rem;
	right: 0;
	top: 5.9rem;
}
#recruit .sec01 p {
	margin-bottom: 2.5rem;
	line-height: 2;
}
#recruit .sec01 p sup {
	font-size: 0.9rem;
}
#recruit .sec01 .sml {
	font-size: 1.4rem;
	line-height: 1.7;
}
#recruit .sec01 .imgList02 .item01 {
	width: 14rem;
	left: 5.7%;
	bottom: -2.1rem;
}
#recruit .sec01 .imgList02 .item02 {
	width: 13.95rem;
	right: 5.7%;
	bottom: -1.7rem;
}
#recruit .bgSec {
	padding: 10.2rem 0 12rem;
	position: relative;
	background: #f5f5f5;
}
#recruit .bgSec:before {
	position: absolute;
	left: 0;
	top: -7.5rem;
	width: 100%;
	height: 7.5rem;
	background: url(img/common/bg01.webp) no-repeat left top/100% 100%;
	content: "";
}
#recruit .bgSec .enTtl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1.3rem;
	font-weight: 700;
	font-size: 8.8rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.03em;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
}
#recruit .midTxt {
	margin-bottom: 7.1rem;
	line-height: 1.7;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
#recruit .bgSec .phoList {
	gap: 6.9rem;
}
#recruit .bgSec .phoList li {
	width: calc((100% - 13.8rem)/3);
}
#recruit .bgSec .phoList .photo {
	aspect-ratio: 354/226;
	border-radius: 4rem;
	overflow: hidden;
	margin-bottom: 2.4rem;
}
#recruit .bgSec .phoList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#recruit .bgSec .phoList p {
	line-height: 2;
}
#recruit .bgSec .phoList h3 {
	margin-bottom: 1.9rem;
	text-align: center;
	font-size: 2.4rem;
}
#recruit .sec02 {
	margin-bottom: 10.6rem;
	position: relative;
}
#recruit .sec03 {
	padding: 10.1rem 10.9rem 9.7rem;
	background-color: #fff;
	border-radius: 4rem;
}
#recruit .sec03 .midTxt {
	margin-bottom: 9.4rem;
}
#recruit .sec03 .featureList li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#recruit .sec03 .featureList li:nth-child(2n) {
	flex-direction: row-reverse;
}
#recruit .sec03 .featureList li:not(:last-child) {
	margin-bottom: 5.5rem;
}
#recruit .sec03 .featureList .phoBox {
	width: 50%;
}
#recruit .sec03 .featureList .phoBox img {
	width: 100%;
	border-radius: 4rem;
}
#recruit .sec03 .featureList .txtBox {
	width: 42.7%;
}
#recruit .sec03 .featureList .txtBox .headLine02 {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	line-height: 1.3;
}
#recruit .sec03 .featureList .txtBox p {
	line-height: 2;
}
#recruit .sec03 .featureList li:nth-child(2n) .txtBox {
	margin: 2.8rem 0 0 2.8rem;
}
#recruit .sec04 {
	padding-top: 13rem;
}
#recruit .sec04 .midTxt {
	margin-bottom: 5rem;
}
#recruit .sec04 .staffList {
	margin-bottom: 3.7rem;
}
#recruit .sec04 .staffList li {
	margin-right: -0.5rem;
	width: calc(100%/3);
}
#recruit .sec04 .staffList .pho {
	margin: 0 -2.3rem 1.1rem;
	position: relative;
}
#recruit .sec04 .staffList .pho:after {
	position: absolute;
	right: calc(34.5% + 2.2rem);
	bottom: 6%;
	width: 4.4rem;
	height: 4.4rem;
	background: url(img/common/icon03.webp) no-repeat left top/100%;
	content: "";
}
#recruit .sec04 .staffList .pho img {
	width: 100%;
}
#recruit .sec04 .staffList .ttl {
	margin-bottom: 1.7rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	color: #1dbaff;
}
#recruit .sec04 .staffList .name {
	font-weight: 500;
}
#recruit .sec04 .staffList .en {
	margin-left: 1.5rem;
	font-weight: 600;
	font-size: 4.1rem;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: -0.3rem;
}
#recruit .sec04 .comLink {
	margin-bottom: 11.2rem;
}
#recruit .sec04 .flow {
	padding: 7.8rem 7rem 11.5rem;
	text-align: center;
	border-radius: 4rem;
	background: #f5f5f5;
}
#recruit .sec04 .flow h3 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 9.4rem;
}
#recruit .sec04 .flow .midImg {
	margin: 0 auto;
	max-width: 95.8rem;
}
#recruit .sec05 {
	padding-top: 14.2rem;
}
#recruit .sec05 .comTable {
	margin-bottom: 15rem;
}
#recruit .sec05 .comTable th {
	padding-left: 3rem;
	text-align: center;
	vertical-align: middle;
}
#recruit .sec05 .comTable td p:not(:last-child) {
	margin-bottom: 2rem;
}
#recruit .sec05 .comTable td ul {
	font-size: 1.4rem;
	line-height: 1.6;
}
#recruit {
	margin-bottom: 10.4rem;
}
@media all and (max-width: 896px) {
	#recruit .mainVisual {
		margin-bottom: 3rem;
	}
	#recruit .mainVisual .pageImg {
		width: 16.8rem;
	}
	#recruit .headLine01 {
		padding-bottom: 3.6rem;
		font-size: 2.5rem;
		line-height: 1.8;
	}
	#recruit .sec01 {
		margin-bottom: 6rem;
		padding: 0;
	}
	#recruit .sec01 .headLine01 {
		padding-bottom: 0.9rem;
		font-size: 2.3rem;
		line-height: 1.5;
	}
	#recruit .sec01 .midImg {
		margin: 0 auto 2.9rem;
		width: 35rem;
	}
	#recruit .sec01 p {
		margin-bottom: 1.3rem;
		line-height: 2;
	}
	#recruit .sec01 p sup {
		font-size: 1rem;
	}
	#recruit .sec01 .midImg02 {
		margin-bottom: 0;
		width: 23.5rem;
	}
	#recruit .sec01 .sml {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		line-height: 1.72;
	}
	#recruit .bgSec {
		padding: 6.2rem 0 6rem;
	}
	#recruit .bgSec:before {
		top: -3rem;
		height: 3rem;
		background-image: url(img/common/bg01_sp.webp);
	}
	#recruit .bgSec .enTtl {
		top: -2rem;
		font-size: 5rem;
		text-align: center;
	}
	#recruit .midTxt {
		margin-bottom: 3.7rem;
		line-height: 2;
		font-size: 1.6rem;
	}
	#recruit .bgSec .phoList {
		gap: 2.6rem 0;
	}
	#recruit .bgSec .phoList li {
		width: 100%;
	}
	#recruit .bgSec .phoList .photo {
		margin-bottom: 2rem;
	}
	#recruit .bgSec .phoList h3 {
		margin-bottom: 0.4rem;
		font-size: 2rem;
	}
	#recruit .sec02 {
		margin-bottom: 2.8rem;
	}
	#recruit .sec03 {
		padding: 1.5rem 2rem 2.5rem;
		border-radius: 3rem;
	}
	#recruit .sec03 .headLine01 {
		padding-bottom: 0.1rem;
	}
	#recruit .sec03 .midTxt {
		margin-bottom: 2.6rem;
	}
	#recruit .sec03 .featureList li {
		display: block;
	}
	#recruit .sec03 .featureList li:not(:last-child) {
		margin-bottom: 2.6rem;
	}
	#recruit .sec03 .featureList .phoBox {
		margin-bottom: 2.2rem;
		width: auto;
	}
	#recruit .sec03 .featureList .phoBox img {
		border-radius: 3rem;
	}
	#recruit .sec03 .featureList .txtBox {
		width: auto;
	}
	#recruit .sec03 .featureList .txtBox .headLine02 {
		margin: 0 -1rem 0.8rem 0;
		font-size: 2rem;
	}
	#recruit .sec03 .featureList li:nth-child(2n) .txtBox {
		margin: 0;
	}
	#recruit .sec04 {
		padding-top: 5.7rem;
	}
	#recruit .sec04 .headLine01 {
		padding-bottom: 1.1rem;
	}
	#recruit .sec04 .midTxt {
		margin-bottom: 0;
	}
	#recruit .sec04 .staffList {
		margin-bottom: 3rem;
		gap: 1rem 0;
	}
	#recruit .sec04 .staffList li {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	#recruit .sec04 .staffList .pho {
		margin: 0 -0.9rem 0 0;
	}
	#recruit .sec04 .staffList .pho:after {
		right: calc(34.5% + 1.7rem);
		bottom: 9.5%;
		width: 3.3rem;
		height: 3.3rem;
	}
	#recruit .sec04 .staffList .ttl {
		margin-bottom: 1rem;
	}
	#recruit .sec04 .comLink {
		margin-bottom: 6rem;
	}
	#recruit .sec04 .flow {
		padding: 3rem 2rem 3rem;
		border-radius: 3rem;
	}
	#recruit .sec04 .flow h3 {
		font-size: 2rem;
		margin-bottom: 2.3rem;
	}
	#recruit .sec04 .flow .midImg {
		margin: 0 -2rem 0 0;
		padding-bottom: 3.1rem;
		max-width: inherit;
		overflow-x: auto;
	}
	#recruit .sec04 .flow .midImg img {
		max-width: inherit;
		width: 61.8rem;
	}
	#recruit .sec05 {
		padding-top: 5.4rem;
	}
	#recruit .sec05 .headLine01 {
		padding-bottom: 1.5rem;
	}
	#recruit .sec05 .comTable {
		margin-bottom: 4rem;
	}
	#recruit .sec05 .comTable th {
		padding-left: 2rem;
		text-align: left;
	}
	#recruit .sec05 .comTable td p:not(:last-child) {
		margin-bottom: 2.8rem;
	}
	#recruit .sec05 .comTable td ul {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#recruit {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
#voice .mainVisual .pageImg {
	width: 25.8rem;
	right: 15.2rem;
}
#voice .comNavi {
	margin-bottom: 10.6rem;
}
#voice .imgBox {
	margin-bottom: 4.9rem;
	align-items: flex-end;
}
#voice .imgBox .phoBox {
	width: 57.9%;
	border-radius: 4rem;
	overflow: hidden;
}
#voice .imgBox .phoBox img {
	width: 100%;
}
#voice .imgBox .txtBox {
	margin-left: -9.5rem;
	padding: 2rem 1rem 2rem 6.8rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	min-height: 35rem;
	background-color: #fff;
	border-radius: 4rem 0 0 0;
}
#voice .imgBox .txtBox .date {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	font-weight: 500;
	width: 100%;
}
#voice .imgBox .txtBox .headLine02 {
	margin-bottom: 2.7rem;
	color: #ff7230;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-family: "Noto Sans JP", sans-serif;
}
#voice .imgBox .txtBox .headLine02 .large {
	font-size: 4.1rem;
	line-height: 1;
	display: inline-block;
	margin-left: 2rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	vertical-align: -0.2rem;
}
#voice .imgBox .txtBox .txt {
	line-height: 2;
	letter-spacing: 0;
}
#voice .voiceBox .headLine02 {
	margin-bottom: 4.8rem;
	font-size: 2.8rem;
}
#voice .voiceList li {
	display: flex;
}
#voice .voiceList li:not(:last-child) {
	margin-bottom: 2rem;
}
#voice .voiceList .phoBox {
	margin-right: 2rem;
	width: 30%;
}
#voice .voiceList .phoBox:last-child {
	margin: 0 0 0 2rem;
}
#voice .voiceList .phoBox img {
	width: 100%;
	border-radius: 4rem;
}
#voice .voiceList .txtBox {
	padding: 4.2rem 5rem 4.5rem;
	border-radius: 4rem;
	flex: 1;
	background: #fff4ee;
}
#voice .voiceList .txtBox p {
	line-height: 2;
}
#voice .voiceList .txtBox .ttl {
	margin-bottom: 1.4rem;
	display: flex;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.04em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#voice .voiceList .txtBox .ttl .num {
	margin-right: 1.2rem;
	color: #ff722f;
	letter-spacing: 0.14em;
}
#voice .sec:not(:last-child) {
	margin-bottom: 15rem;
}
#voice .comBtn {
	margin: 10rem 0 11.5rem;
}
#voice .photo img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#voice .mainVisual {
		margin-bottom: 7.3rem;
		background: linear-gradient(#29bdff 0%, #ddf0f8 150%);
	}
	#voice .voiceList .txtBox .ttl02 {
		margin-right: -1rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 896px) {
	#voice .mainVisual {
		margin-bottom: 3.3rem;
	}
	#voice .mainVisual .pageImg {
		width: 16.8rem;
	}
	#voice .comNavi {
		margin-bottom: 5.5rem;
	}
	#voice .imgBox {
		margin-bottom: 1.5rem;
		display: block;
	}
	#voice .imgBox .phoBox {
		width: auto;
		border-radius: 3rem;
	}
	#voice .imgBox .txtBox {
		margin: -3rem -2rem 0 2rem;
		position: relative;
		z-index: 1;
		padding: 2rem 2rem 2rem 2rem;
		min-height: inherit;
		border-radius: 3rem 0 0 0;
	}
	#voice .imgBox .txtBox .date {
		font-size: 1.5rem;
	}
	#voice .imgBox .txtBox .headLine02 {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	#voice .imgBox .txtBox .headLine02 .large {
		font-size: 3rem;
		margin-left: 1.5rem;
	}
	#voice .voiceBox .headLine02 {
		margin-bottom: 2.5rem;
		font-size: 2.5rem;
		line-height: 1.52;
	}
	#voice .voiceList li {
		flex-wrap: wrap;
	}
	#voice .voiceList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#voice .voiceList .phoBox {
		margin: 0 0 2rem !important;
		width: 100%;
		order: 0;
		aspect-ratio: 35/18;
	}
	#voice .voiceList .phoBox img {
		border-radius: 3rem;
		height: 100%;
		object-fit: cover;
		object-position: center 40%;
	}
	#voice .voiceList .txtBox {
		padding: 1.9rem 2rem 1.6rem;
		border-radius: 3rem;
		flex: inherit;
		order: 1;
	}
	#voice .voiceList .txtBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#voice .voiceList .txtBox .ttl .num {
		margin: -0.3rem 0.2rem 0 0;
		font-size: 1.8rem;
	}
	#voice .sec:not(:last-child) {
		margin-bottom: 7rem;
	}
	#voice .comBtn {
		margin: 6rem 0;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	margin-bottom: 7.3rem;
}
#news.detail .subTtl {
	margin: -0.3rem 0 1.6rem;
	align-items: center;
}
#news.detail .subTtl .date {
	margin-right: 2.5rem;
	padding-right: 2.4rem;
	line-height: 1.4;
	border-right: 1px solid #bababa;
}
#news.detail .subTtl .tag {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	color: #ff7230;
	font-size: 1.3rem;
}
#news.detail h1 {
	margin-bottom: 8.2rem;
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#news.detail .txtArea {
	margin: 0 auto;
	width: 76%;
	max-width: 91rem;
}
#news.detail .txtArea .wp-block-image {
	margin-bottom: 5.5rem;
	border-radius: 4rem;
	overflow: hidden;
}
#news.detail .txtArea .wp-block-image img {
	width: 100%;
}
#news.detail .txtArea p {
	line-height: 2;
	margin-bottom: 3.2rem;
	word-break: break-all;
}
#news.detail .txtArea p a {
	text-decoration: underline;
}
#news.detail .txtArea .comLink {
	margin-top: 7.5rem;
}
@media all and (max-width: 896px) {
	#news {
		margin-bottom: 0;
	}
	#news.detail .mainVisual {
		margin-bottom: 5rem;
	}
	#news.detail .subTtl {
		margin: 0 0 1rem;
	}
	#news.detail h1 {
		margin-bottom: 1.8rem;
		font-size: 2rem;
	}
	#news.detail .txtArea {
		width: auto;
	}
	#news.detail .txtArea .wp-block-image {
		margin-bottom: 1.6rem;
		border-radius: 3rem;
		overflow: hidden;
	}
	#news.detail .txtArea .comLink {
		margin-top: -0.6rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin-bottom: 2rem;
}
#contact .mainVisual {
	margin-bottom: 10rem;
}
#contact .mainVisual .pageImg {
	width: 19rem;
	margin-top: -0.8rem;
}
#contact .mailForm {
	margin: 0 4.5rem;
	position: relative;
}
#contact .mailForm .wpcf7c-anchor {
	position: absolute;
	left: 0;
	top: -10rem;
}
#contact table {
	margin-bottom: 6.7rem;
	width: 100%;
	border-spacing: 0;
}
#contact th,
#contact td {
	padding: 3rem 0;
	color: #222;
	line-height: 2;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0;
	word-break: break-all;
	border-bottom: 1px solid #e0e0e0;
}
#contact th {
	padding: 4.3rem 4rem 0 0;
	width: 31.3%;
	font-weight: 500;
}
#contact td .notes {
	margin: 0.1rem 0 -2.7rem;
	font-size: 1.3rem;
	color: #ff722f;
}
#contact .trStyle th {
	padding: 2.6rem 4rem 4.3rem 0;
}
#contact .trStyle td {
	padding: 2.6rem 0 4.3rem 0;
}
#contact .trStyle02 th {
	padding: 4.4rem 4rem 4.3rem 0;
}
#contact .trStyle02 td {
	padding: 4.4rem 0 0.2rem 0;
}
#contact .trStyle02 td .notes {
	margin: 1.5rem 0 0;
}
#contact th .required {
	margin-top: 0.4rem;
	padding: 0.2rem 0.8rem;
	float: right;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	background: #ff722f;
}
#contact .quoteMust .required {
	display: none;
}
#contact .quoteMust .required.show {
	display: block;
}
#contact td .addBtn {
	margin-left: 2.3rem;
	padding: 0.2rem 2.3rem;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	cursor: pointer;
	border-radius: 1.5rem;
	background: #242526;
}
#contact .midTxt {
	margin-bottom: 6.6rem;
	color: #1a1a1a;
	line-height: 2;
	text-align: center;
}
#contact .midTxt.txt02 {
	margin-bottom: 2.1rem;
	color: #222;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
}
#contact.confirm .midTxt {
	margin-bottom: 4.7rem;
}
#contact.confirm th, #contact.confirm td {
	padding: 2.6rem 0 !important;
}
#contact.confirm th {
	padding-right: 4rem !important;
}
#contact.thanks h2 {
	margin-bottom: 1.8rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.1;
	text-align: center;
}
#contact.thanks .comLink {
	text-align: center;
}
@media all and (max-width: 896px) {
	#contact {
		margin-bottom: 0;
	}
	#contact .mainVisual {
		margin-bottom: 4.2rem;
	}
	#contact .mainVisual .pageTtl {
		margin-bottom: 1.5rem;
	}
	#contact .mainVisual .pageImg {
		width: 11.6rem;
		margin-top: 0;
	}
	#contact .mailForm {
		margin: 0;
	}
	#contact table {
		margin-bottom: 4.3rem;
	}
	#contact th,
	#contact td {
		display: block;
		width: 100% !important;
		padding: 0 0 2rem;
		border-bottom-color: #c3c3c3;
	}
	#contact th {
		padding: 1.9rem 0 1rem;
		color: #212836;
		font-size: 1.4rem;
		border-bottom: none;
	}
	#contact td .notes {
		margin: -0.1rem 0 -2rem;
		font-size: 1.1rem;
	}
	#contact .trStyle th {
		padding: 0.7rem 0 1.2rem;
	}
	#contact .trStyle td {
		padding: 0 0 1.6rem;
	}
	#contact .trStyle02 th {
		padding: 1.8rem 0 1.2rem;
	}
	#contact .trStyle02 td {
		padding: 0 0 0.2rem;
	}
	#contact .trStyle02 td .notes {
		margin: -0.5rem 0 0;
	}
	#contact th .required {
		margin-top: 0;
	}
	#contact td .addBtn {
		margin: 1.2rem 0 0;
		padding: 0.2rem 2.3rem;
	}
	#contact .midTxt {
		margin-bottom: 2.6rem;
	}
	#contact .midTxt.txt02 {
		margin-bottom: 2.6rem;
	}
	#contact.confirm .midTxt {
		margin-bottom: 2.1rem;
	}
	#contact.confirm th, #contact.confirm td {
		padding: 0.6rem 0 2rem !important;
	}
	#contact.confirm th {
		padding: 2.1rem 0 0 !important;
		font-size: 1.6rem;
	}
	#contact.confirm th .required {
		margin-top: 0.4rem;
	}
	#contact.confirm table {
		margin-bottom: 5rem;
	}
	#contact.confirm .submit {
		gap: 0 8.6rem;
	}
	#contact.thanks h2 {
		margin-bottom: 1.3rem;
		font-size: 2rem;
		line-height: 1.7;
	}
}
/*------------------------------------------------------------
    rules
------------------------------------------------------------*/
#rules {
	margin-bottom: 7.5rem;
}
#rules .inner:not(:last-child) {
	margin-bottom: 9.7rem;
}
#rules p {
	margin-bottom: 3.2rem;
	color: #222;
	line-height: 2;
	letter-spacing: 0;
}
#rules p:last-child {
	margin-bottom: 0;
}
#rules p a {
	color: #16BAFF;
	text-decoration: underline;
}
#rules .dlTxt {
	margin: -1.9rem 0.3rem 3rem;
	color: #222;
	line-height: 2;
	letter-spacing: 0;
}
#rules .dlTxt dt {
	float: left;
	font-weight: 700;
}
#rules .dlTxt dd {
	padding: 0 0 2.2rem 8.7em;
}
#rules .dlTxt dd:last-child {
	padding-bottom: 0;
}
#rules .txtList {
	margin-bottom: 3.2rem;
}
#rules .txtList li {
	line-height: 2;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	#rules {
		margin-bottom: 0;
	}
	#rules .topInner {
		margin-bottom: 3.7rem !important;
	}
	#rules .topInner p {
		letter-spacing: 0;
	}
	#rules .inner:not(:last-child) {
		margin-bottom: 4.6rem;
	}
	#rules .dlTxt,
	#rules .txtList li,
	#rules p {
		letter-spacing: 0.03em;
	}
	#rules .dlTxt {
		margin: -2.5rem 0 3rem;
	}
	#rules .dlTxt dt {
		float: none;
		letter-spacing: 0;
	}
	#rules .dlTxt dd {
		padding: 0 0 0.7rem;
	}
}
/*------------------------------------------------------------
    rules
------------------------------------------------------------*/
#privacy {
	margin-bottom: 4.5rem;
}
#privacy .topInner {
	margin-bottom: 7.7rem !important;
}
#privacy .inner:not(:last-child) {
	margin-bottom: 9.7rem;
}
#privacy p {
	margin-bottom: 3.2rem;
	color: #222;
	line-height: 2;
	letter-spacing: 0;
}
#privacy p:last-child {
	margin-bottom: 0;
}
#privacy p a {
	color: #16BAFF;
	text-decoration: underline;
}
#privacy p .subTxt {
	margin: 0 1rem;
	display: block;
}
@media all and (max-width: 896px) {
	#privacy {
		margin-bottom: 0;
	}
	#privacy p {
		letter-spacing: 0.03em;
	}
	#privacy .topInner {
		margin-bottom: 3.6rem !important;
	}
	#privacy .inner:not(:last-child) {
		margin-bottom: 4.6rem;
	}
}
/*------------------------------------------------------------
    sitemap
------------------------------------------------------------*/
#sitemap {
	margin-bottom: 14rem;
}
#sitemap .siteList {
	margin-top: -8.9rem;
}
#sitemap .siteList > li {
	position: relative;
	margin-top: 5.4rem;
	width: 47.15%;
}
#sitemap .siteList li a {
	padding: 1.9rem 0;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #bababa;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: url("img/common/icon14.webp") no-repeat right center / 1.7rem;
}
#sitemap .siteList .subLink {
	width: 100%;
	padding-right: 6.8rem;
	position: absolute;
	left: 0;
	top: 10rem;
	z-index: 1;
}
#sitemap .siteList .subLink > li {
	width: 48%;
}
#sitemap .siteList .subLink li a {
	padding: 0;
	border: none;
}
#sitemap .siteList .linkList li {
	margin-bottom: 1rem;
}
#sitemap .siteList .linkList li a {
	display: inline-block;
	color: #222;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	font-family: "Noto Sans JP", sans-serif;
	background: none;
}
#sitemap .siteList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#sitemap {
		margin-bottom: 0;
	}
	#sitemap .siteList {
		margin-top: -0.9rem;
		display: block;
	}
	#sitemap .siteList > li {
		margin-top: 0;
		width: auto;
	}
	#sitemap .siteList li a {
		padding: 2rem 0;
		font-size: 1.6rem;
		background: url("img/common/icon14_sp.webp") no-repeat right center / 1.5rem;
	}
	#sitemap .siteList .subLink {
		padding: 1.5rem 0 1.9rem;
		position: inherit;
		top: 0;
		display: block;
	}
	#sitemap .siteList .subLink > li {
		width: auto;
	}
	#sitemap .siteList .linkList li {
		margin-bottom: 0.6rem;
	}
	#sitemap .siteList .linkList li a {
		padding: 0.5rem 0;
		display: block;
	}
}
/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
#faq {
	margin-bottom: 8rem;
}
#faq .mainVisual {
	margin-bottom: 9.1rem;
}
#faq .mainVisual .pageImg {
	right: 12.6rem;
	width: 32.9rem;
}
#faq .linkList {
	margin-bottom: 8rem;
	background: #F5F5F5;
	border-radius: 5rem;
}
#faq .linkList li {
	width: 50%;
}
#faq .linkList li a {
	padding: 1.1rem 1rem 0.9rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.03em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5rem;
}
#faq .linkList li.on a {
	color: #FFF;
	font-weight: 700;
	background-color: #19BAFF;
	border-radius: 5rem;
}
@media all and (min-width: 897px) {
	#faq .linkList li a:hover {
		color: #FFF;
		font-weight: 700;
		background-color: #19BAFF;
		opacity: 1;
	}
}
#faq .faqDl {
	margin-bottom: 2rem;
	border-radius: 4rem;
	background-color: #F5F5F5;
}
#faq .faqDl:last-child {
	margin-bottom: 0;
}
#faq .faqDl dt {
	padding: 3rem 7.2rem 3.5rem 5rem;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: url(img/common/icon08.webp) no-repeat right 4.9rem top calc(50% - 0.2rem) / 1.9rem;
}
#faq .faqDl dt.on {
	background-image: url(img/common/icon08_on.webp);
}
#faq .faqDl dt .num {
	margin-right: 1.2rem;
	color: #FF722F;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}
#faq .faqDl dd {
	margin-top: -2rem;
	padding: 0 5rem 2.6rem;
	display: none;
}
#faq .faqDl dd .text {
	line-height: 2;
	letter-spacing: 0.03em;
}
#faq .faqDl dd .text a {
	color: #19BAFF;
	text-decoration: underline;
}
#faq .faqDl dd .text a.email {
	color: #242526;
	text-decoration: none;
}
#faq .faqDl dd .innTitle {
	margin: 2.6rem 0 0.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#faq .faqDl dd .textUl li {
	margin-right: 9.9rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	#faq {
		margin-bottom: 0;
	}
	#faq .mainVisual {
		margin-bottom: 5.3rem;
	}
	#faq .mainVisual .pageTtl {
		margin-bottom: 1.9rem;
		text-align: center;
	}
	#faq .mainVisual .content {
		padding: 6.5rem 0 3.5rem;
	}
	#faq .mainVisual .pageImg {
		width: 22.3rem;
	}
	#faq .linkList {
		margin-bottom: 3rem;
	}
	#faq .linkList li a {
		padding: 0.8rem 1rem;
		font-size: 1.6rem;
	}
	#faq .faqDl {
		margin-bottom: 2rem;
		border-radius: 3rem;
	}
	#faq .faqDl dt {
		padding: 1.8rem 4.5rem 1.8rem calc(2.2em + 2rem);
		font-size: 1.6rem;
		line-height: 1.71;
		text-indent: -2.2em;
		background: url(img/common/icon08.webp) no-repeat right 2rem top 2.5rem / 1.9rem;
	}
	#faq .faqDl dt.on {
		background-image: url(img/common/icon08_on.webp);
	}
	#faq .faqDl dt .num {
		margin-right: 0.3rem;
		font-size: 1.8rem;
	}
	#faq .faqDl dd {
		margin-top: -0.8rem;
		padding: 0 2rem 0.8rem;
	}
	#faq .faqDl dd .text {
		line-height: 1.93;
		font-size: 1.4rem;
	}
	#faq .faqDl dd .innTitle {
		margin: 1.1rem 0 0.3rem;
		font-size: 1.4rem;
	}
	#faq .faqDl dd .textUl {
		display: block;
	}
	#faq .faqDl dd .textUl li {
		margin: 0 0 0.8rem;
		font-size: 1.4rem;
		line-height: 1.93;
	}
}
/*------------------------------------------------------------
    network
------------------------------------------------------------*/
#network .mainVisual .pageImg {
	margin-top: -0.7rem;
	width: 16.8rem;
	right: 19.2rem;
}
#network .sec02 {
	margin-bottom: 14.8rem;
}
#network .sec02 .headLine01 {
	padding-bottom: 4.7rem;
}
#network .sec02 .linkList li:not(:last-child) {
	margin-bottom: 2rem;
}
#network .sec02 .linkList li a {
	padding: 0 10rem 0 6rem;
	min-height: 23.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #BABABA;
	border-radius: 3rem;
	box-sizing: border-box;
	background: url(img/common/icon03.webp) no-repeat right 1.8rem bottom 1.9rem / 4.4rem;
}
#network .sec02 .linkList li a:hover {
	opacity: 0.7;
}
#network .sec02 .linkList li a .pho {
	width: 29.2rem;
}
#network .sec02 .linkList li a .textBox {
	width: calc(100% - 35.1rem);
}
#network .sec02 .linkList li a .textBox .text {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
#network .sec03 {
	margin-bottom: 15.1rem;
}
#network .sec03 .headLine01 {
	padding-bottom: 4.7rem;
}
#network .sec03 .comTable {
	border: 1px solid #bababa;
}
#network .sec03 .comTable th,
#network .sec03 .comTable td {
	padding: 1rem 2rem 1.1rem;
}
#network .sec03 .comTable th {
	width: 14.6%;
	text-align: center;
	vertical-align: middle;
}
#network .sec03 .comTable td {
	padding: 1rem 3rem 1.1rem;
}
#network .sec04 {
	padding-bottom: 8rem;
}
#network .sec04 .headLine01 {
	padding-bottom: 4.4rem;
}
#network .sec04 .text {
	margin-bottom: 3.6rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
#network .sec04 .comLink a {
	background-image: url(img/common/icon03.webp);
}
@media all and (max-width: 896px) {
	#network .mainVisual .content {
		padding-bottom: 3.5rem;
	}
	#network .mainVisual .pageTtl {
		margin-bottom: 3rem;
	}
	#network .mainVisual .pageImg {
		width: 10.3rem;
	}
	#network .sec02 {
		margin-bottom: 6rem;
	}
	#network .sec02 .headLine01 {
		padding-bottom: 2.9rem;
	}
	#network .sec02 .linkList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#network .sec02 .linkList li a {
		padding: 2.4rem 1.9rem 6.9rem;
		min-height: inherit;
		display: block;
		background: url(img/common/icon03.webp) no-repeat right 1.9rem bottom 1.9rem / 4.4rem;
	}
	#network .sec02 .linkList li a .pho {
		margin: 0 auto 1.6rem;
		width: 29.2rem;
	}
	#network .sec02 .linkList li a .pho.spec {
		margin-bottom: 0.3rem;
		width: 23.8rem;
	}
	#network .sec02 .linkList li a .textBox {
		width: auto;
	}
	#network .sec02 .linkList li a .textBox .text {
		font-size: 1.6rem;
	}
	#network .sec03 {
		margin-bottom: 6rem;
	}
	#network .sec03 .headLine01 {
		padding-bottom: 1.9rem;
	}
	#network .sec03 .comTable tr:first-child th {
		border-top: none;
	}
	#network .sec03 .comTable tr:last-child td {
		border-bottom: none;
	}
	#network .sec03 .comTable th,
	#network .sec03 .comTable td {
		padding: 0.5rem 1.9rem 0.6rem;
		width: 100% !important;
	}
	#network .sec03 .comTable th {
		text-align: left;
	}
	#network .sec03 .comTable td {
		padding: 0.8rem 1.9rem 1rem;
	}
	#network .sec04 {
		padding-bottom: 0;
	}
	#network .sec04 .headLine01 {
		padding-bottom: 1.5rem;
	}
	#network .sec04 .text {
		margin-bottom: 2.6rem;
	}
}
/*------------------------------------------------------------
    record
------------------------------------------------------------*/
#record {
	padding-bottom: 8rem;
}
#record .mainVisual .mainImg {
	position: relative;
}
#record .mainVisual .pageImg {
	margin-top: -0.3rem;
	width: 37rem;
	right: 8.3rem;
}
#record .comPhotoBox {
	margin-bottom: 9rem;
}
#record .comPhotoBox .textBox {
	width: calc(100% - 30rem);
}
#record .comPhotoBox .photoBox {
	margin: -5.9rem -0.1rem 0 0;
	width: 25.4rem;
}
#record .inner .imgBox {
	margin-bottom: 6rem;
}
#record .inner .imgBox:nth-child(n+3) {
	display: none;
}
#record .inner .imgBox .subBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#record .inner .imgBox:last-child {
	margin-bottom: 0;
}
#record .inner .imgBox .photoBox {
	width: 53rem;
	border-radius: 4rem;
	overflow: hidden;
}
#record .inner .imgBox .photoBox img {
	width: 100%;
}
#record .inner .imgBox .textBox {
	width: calc(100% - 59.9rem);
}
#record .tag {
	margin-bottom: 2.7rem;
	padding: 0.6rem 1rem;
	width: 12rem;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	background-color: #16BAFF;
	border-radius: 4rem;
	box-sizing: border-box;
}
#record .inner .imgBox .textBox h3 {
	margin-bottom: 2.3rem;
	color: #FF722F;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.65;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.04em;
}
#record .inner .imgBox .textBox .text {
	margin-bottom: 5.3rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
#record .inner .imgBox .textBox .comLink a {
	background-image: url(img/common/icon03.webp);
}
#record .inner .imgBox.style01 .photoBox {
	border-radius: 3rem;
}
#record .tag.export {
	background-color: #82C700;
}
#record .inner .imgBox.style01 .textBox .text {
	margin-bottom: 2.1rem;
}
#record .link {
	margin: 10rem auto 0;
	width: 45rem;
}
#record .link a {
	padding: 1rem 4rem;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FF732F;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	border: 1px solid #FF732F;
	border-radius: 4rem;
	background: url(img/common/icon05.webp) no-repeat right 4rem center / 1.6rem;
}
#record .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#record {
		padding-bottom: 0;
	}
	#record .mainVisual .content {
		padding-bottom: 3.9rem;
	}
	#record .mainVisual .pageImg {
		margin-top: 0;
		width: 21.2rem;
	}
	#record .comPhotoBox {
		margin-bottom: 5.9rem;
	}
	#record .comPhotoBox .textBox {
		margin-bottom: 2.6rem;
		width: auto;
	}
	#record .comPhotoBox .photoBox {
		margin: 0 auto;
		width: 23.2rem;
	}
	#record .inner .imgBox {
		margin-bottom: 5rem;
	}
	#record .inner .imgBox .subBox {
		display: block;
	}
	#record .inner .imgBox .photoBox {
		margin-bottom: 3rem;
		width: auto;
		border-radius: 3rem;
	}
	#record .inner .imgBox .photoBox img {
		width: 100%;
	}
	#record .inner .imgBox .textBox {
		width: auto;
	}
	#record .inner .imgBox .textBox .tag {
		margin-bottom: 2rem;
	}
	#record .inner .imgBox .textBox h3 {
		margin-bottom: 1.1rem;
		line-height: 1.43;
	}
	#record .inner .imgBox .textBox .text {
		margin-bottom: 1.6rem !important;
	}
	#record .link {
		margin-top: 5rem;
		width: auto;
		max-width: 35rem;
	}
	#record .link a {
		padding: 1rem 4rem;
		min-height: 6rem;
		font-size: 1.6rem;
		background: url(img/common/icon05.webp) no-repeat right 3rem center / 1.6rem;
	}
}
@media all and (max-width: 375px) {
	#record .inner .imgBox .textBox h3 {
		font-size: 2.7rem;
	}
}
/*------------------------------------------------------------
    record/detail
------------------------------------------------------------*/
#record.detail .mainVisual {
	margin-bottom: 6.4rem;
}
#record.detail h1 {
	margin-bottom: 1.7rem;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#record.detail .ttlBox {
	margin-bottom: 2rem;
}
#record.detail .ttlBox .tag {
	margin-bottom: 0;
}
#record.detail .comImgBox:not(:last-child) {
	margin-bottom: 1rem;
}
#record.detail .comImgBox .txtBox .headLine02 {
	margin: 0 -1rem 2.3rem 0;
	font-size: 2.8rem;
	line-height: 1.64;
}
#record.detail {
	margin-bottom: 4rem;
}
@media all and (max-width: 896px) {
	#record.detail .mainVisual {
		margin-bottom: 5rem;
	}
	#record.detail h1 {
		margin-bottom: 2rem;
		line-height: 1.43;
	}
	#record.detail .ttlBox {
		margin-bottom: 5rem;
	}
	#record.detail .comImgBox:not(:last-child) {
		margin-bottom: 3.7rem;
	}
	#record.detail .comImgBox .txtBox .headLine02 {
		margin: 0 0 1rem;
		font-size: 2rem;
		line-height: 1.6;
	}
	#record.detail {
		margin-bottom: 0;
	}
}
@media all and (max-width: 375px) {
	#record.detail h1 {
		font-size: 2.7rem;
	}
}
#contact .wpcf7-not-valid-tip {
	color: #ff722f;
	font-size: 1.3rem;
	margin-right: -1rem;
}
@media all and (max-width: 896px) {
	#contact .wpcf7-not-valid-tip {
		font-size: 1.1rem;
	}
}
.grecaptcha-badge {
	z-index: 200;
}