@charset "utf-8";
/*------------------------------------------------------------
Theme Name: IHC
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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
	font-family: Arial, Helvetica, sans-serif;
}

.yuMincho {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;;
}
.georgian {
	font-family: "Noto Serif Georgian", serif !important;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	word-break: break-word;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	margin-bottom: 8.0rem;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}
.hInner {
	align-items: center;
	padding: 1.3rem 2.2rem 1.1rem;
}
.hInner .rBox {
	padding-right: 2rem;
}
.hInner .naviUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4.05rem;
}
.hInner .naviUl > li {
	position: relative;
}
.hInner .naviUl > li > a {
	font-size: 1.5rem;
	font-weight: 700;
	color: #003333;
	letter-spacing: 0.075em;
	position: relative;
}
.hInner .naviUl > li > a:after {
	width: 10rem;  
	height: 2.4rem;
	background-color: transparent;
	position: absolute;  
	top: 100%;
	left: 0;
	content: ""; 
}
.hInner .naviUl > .on > a {
	color: #0EC7DC;
}
.hInner .naviUl .jsBox {
	padding: 2.2rem 2rem 2rem;
	display: none;
	position: absolute;
	top: calc(100% + 1.5rem);
	left: 0;
	width: 19.8rem;
	z-index: 10;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
}
.hInner .naviUl .jsBox li {
	padding-bottom: 1.5rem;
	margin-bottom: 1.7rem;
	border-bottom: 1px solid #fff;
}
.hInner .naviUl .jsBox li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.hInner .naviUl .jsBox a {
	display: block;
	color: #003333;
	font-weight: 700;
}

@media all and (min-width: 897px) {
	.hInner .naviUl a:hover {
		color: #0EC7DC;
	}
	.menuBox {
		display: block !important;
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		z-index: 1000;
		position: relative;
	}
	.hInner {
		padding: 1.2rem 1.5rem;
		display: block;
	}
	.hInner h1 {
		width: 7rem;
	}
	.hInner .naviUl {
		display: block;
		border-top: 1px solid #003333;
	}
	.hInner .naviUl li {
		position: relative;
		padding: 1rem;
		border-bottom: 1px solid #003333;
	}
	.hInner .rBox {
		padding: 0;
	}
	.hInner .naviUl .jsBox {
		position: static;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.hInner .naviUl .jsBox li {
		margin-bottom: 0;
		padding: 1rem 0;
		border-color: #003333;
	}
	.hInner .naviUl > li > a {
		font-size: 1.6rem;
		display: block;
		position: relative;
	}
	.hInner .naviUl > li:has(.jsBox) .icon {
		cursor: pointer;
		position: absolute;
		top: 0rem;
		right: 1rem;
		width: 4rem;
		height: 4rem;
		display: block;
		z-index: 1;
		background: url(img/common/icon01.png) no-repeat center center;
		background-size: 1.1rem auto;
	}
	.hInner .naviUl > li:has(.jsBox) .icon.active {
		background-image: url(img/common/icon02.png);
	}
	.menuBox {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
	}
	.menu {
		position: absolute;
		height: 2rem;
		width: 2.5rem;
		right: 2rem;
		top: 2rem;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	.menu span {
		background: #000;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

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

	.menu span:nth-of-type(3) {
		top: 14px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.2rem 0 3.8rem;
	text-align: center;
	color: #fff;
	background-color: #003333;
}
#gFooter .naviUl {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 4rem;
	justify-content: center;
}
#gFooter .naviUl a {
	font-size: 1.5rem;
	color: #0EC7DC;
	letter-spacing: 0.075em;
	font-weight: 700;
}
#gFooter .naviUl a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin-bottom: 5rem;
}
#gFooter p {
	margin-bottom: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;;
}
#gFooter .txt {
	font-weight: 400;
}
#gFooter .ttl {
	margin-bottom: 1.7rem;
	font-size: 1.9rem;
	font-weight: 700;
}
#gFooter .txt a {
	color: #fff;
}
#gFooter .txt .mailLink:hover {
	opacity: 0.7;
}
#gFooter .telLink {
	margin-right: 1rem;
}
@media all and (max-width: 896px) {
	#gFooter .fLogo img {
		width: 10rem;
	}
	#gFooter .fLogo {
		margin-bottom: 3rem;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* 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;}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 6.3rem;
	position: relative;
}
.mainImg > img {
	width: 100%;
}
.mainImg span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.mainImg a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainImg {
		position: relative;
	}
	.mainImg span {
		width: 5rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	max-width: 124rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	color: #003333;
	margin-bottom: 6rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine01 .en {
	margin-bottom: 1.2rem;
	display: block;
}
.headLine01 .jpTxt {
	padding: 0 4.3rem;
	display: inline-block;
	background: url(img/common/line.png) no-repeat left center,url(img/common/line.png) no-repeat right center;
	background-size: 3.3rem auto;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3rem;
		font-size: 1.5rem;
	}
	.headLine01 .en img {
		width: auto;
		max-height: 3.5rem;
	}
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin-bottom: 5.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 3.0rem;
}
.comList li {
	width: calc((100% - 6.1rem) / 3);
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
.comList a {
	display: block;
}
.comList a:hover {
	opacity: 0.7;
}
.comList li img {
	width: 100%;
}
.comList li .ttl {
	padding: 0.7rem 0.5rem 0.6rem;
	font-size: 2.3rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #003333;
}
@media all and (max-width: 896px) {
	.comList {
		display: block;
	}
	.comList li {
		margin-bottom: 3rem;
		width: auto;
	}
	.comList li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 21rem;
}
.comLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.0rem;
	border-radius: 5rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #003333;
	border: none;
	letter-spacing: 0.15em;
	border: 1px solid #003333;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	common//
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .companyDl {
	max-width: 64.4rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	letter-spacing: 0.1em;
	line-height: 2.1;
}
#main .companyDl dt {
	display: flex;
	align-items: center;
	padding: 1.7rem 0.5rem 1.8rem 2.4rem;
	width: 13.2rem;
	border-bottom: 1px solid #0EC7DC;
}
#main .companyDl dd {
	padding: 1.7rem 0.5rem 1.8rem 4.2rem;
	width: calc(100% - 13.2rem);
	border-bottom: 1px solid #CCCCCC;
}
@media all and (max-width: 896px) {
	#main .companyDl {
		max-width: inherit;
		line-height: 1.7;
	}
	#main .companyDl dt {
		padding: 1rem 0.5rem 1rem 1rem;
		width: 10rem;
	}
	#main .companyDl dd {
		padding: 1rem 0.5rem 1rem 0;
		width: calc(100% - 10rem);
	}
}


/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#products .pBox {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 21rem;
	margin-bottom: 30rem;
	text-align: center;
}
#products .pBox p {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#recruit .headLine01 {
	margin-bottom: 4.4rem;
}
#recruit p {
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 6.8rem;
}
#recruit p:last-child {
	margin-bottom: 0;
}
#recruit .linkUl {
	margin: 0 auto 7.3rem;
	max-width: 48.6rem;
	text-align: center;
}
#recruit .linkUl li {
	margin-bottom: 2.7rem;
}
#recruit .linkUl li:last-child {
	margin-bottom: 0;
}
#recruit .linkUl a {
	padding: 0.5rem;
	display: block;
	text-align: center;
	min-height: 6.7rem;
	border-radius : 6rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #003333;
	letter-spacing: 0.1em;
	background : linear-gradient(90deg, rgba(235, 235, 235, 1) 0%, rgba(247, 247, 247, 1) 52.7%, rgba(230, 230, 230, 1) 100%);
}
#recruit .linkUl a:hover {
	opacity: 0.7;
}
#recruit .linkUl span {
	color: #003333;
	min-height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius : 6rem;
}
#recruit .smallTxt {
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	#recruit .linkUl a {
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main .centerTxt {
	margin-bottom: 9.7rem;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#news .headLine01 {
	margin-bottom: 4.3rem;
}
#main .newsBox .rBox {
	width: 31rem;
	margin-left: 8.8rem;
	background: rgba(188, 188, 188, 0.15);
}
#main .newsBox .lBox {
	margin-top: -0.5rem;
	flex: 1;
}
#main .newsBox .rBox .ttl {
	padding: 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #003333;
}
#main .newsBox .rBox .sub {
	padding: 2.9rem 3rem 16rem;
}
#main .newsBox .rBox .list li {
	padding-bottom: 1.9rem;
	margin-bottom: 2.7rem;
	border-bottom: 1px solid #CCCCCC;
}
#main .newsBox .rBox .list li:last-child {
	margin-bottom: 0;
}
#main .newsBox .rBox .list .tagTxt {
	margin-bottom: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 0.2rem;
}
#main .newsBox .rBox .list .tagTxt span {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 0.1rem 0.5rem 0.3rem;
	line-height: 1.1;
}
#main .newsBox .rBox .list dt {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
	font-family: "Noto Serif Georgian", serif !important;
}
#main .newsBox .rBox .list dd {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#main .newsBox .rBox .list dd a:hover {
	opacity: 0.7;
}
#main .newsBox .lBox .date {
	margin-bottom: 1.4rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
#main .newsBox .lBox .date .subSpan {
	margin: 0 2rem 0 0;
	display: inline-block;
	vertical-align: 0.1rem;
}
#main .newsBox .lBox .date .subSpan span {
	display: inline-block;
	line-height: 1;
	margin: 0 0.2rem 0.2rem 0;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	padding: 0.2rem 0.5rem;
}
#main .newsBox .lBox h2 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 2.6rem;
	margin-bottom: 3.6rem;
	border-bottom: 1px solid #CCCCCC;
}
#main .newsBox .lBox .wp-block-image {
	margin: 0 0 5rem;
}
#main .newsBox .lBox p {
	letter-spacing: 0.1em;
	line-height: 2.1875;
}
#main .newsBox .lBox p a {
	text-decoration: underline;
}
#main .newsBox .lBox p a:hover {
	opacity: 0.7;
}
#main .mainConts {
	max-width: 83rem;
	margin: 0 auto;
}
#news .text {
	margin-bottom: 4.8rem;
}
#main .newsList {
	margin-bottom: 5.4rem;
}
#main .newsList:last-child {
	margin-bottom: 0;
}
#main .newsList li {
	padding: 0 2rem 1.5rem;
	margin-bottom: 2.8rem;
	border-bottom: 1px solid #CCCCCC;
}
#main .newsList li:last-child {
	margin-bottom: 0;
}
#main .newsList dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .newsList dt {
	padding-right: 2rem;
	margin-top: -0.1rem;
	width: 21.6rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	font-family: "Noto Serif Georgian", serif !important;
}
#main .newsList dt .date {
	font-size: 1.8rem;
	width: 13.3rem;
}
#main .newsList dt .rSpan {
	flex: 1;
}
#main .newsList dt .rSpan span {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	min-width: 5.6rem;
	text-align: center;
	line-height: 1.2;
	padding: 0.2rem 0.2rem 0.1rem;
	letter-spacing: 0.05em;
	margin: 0 0.2rem 0.2rem 0;
}
#main .newsList dd {
	letter-spacing: 0.1em;
	flex: 1;
}
#main .newsList dd a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .centerTxt {
		margin-bottom: 4rem !important;
		font-size: 1.5rem;
	}
	#main .newsBox {
		display: block;
	}
	#main .newsBox .lBox {
		margin: 0 0 4rem;
	}
	#main .newsBox .lBox p {
		line-height: 1.7;
	}
	#main .newsBox .lBox .date {
		font-size: 1.6rem;
	}
	#main .newsBox .lBox .date .subSpan span {
		font-size: 1.4rem;
	}
	#main .newsBox .lBox .date .subSpan {
		vertical-align: 0;
		margin-right: 1rem;
	}
	#main .newsBox .lBox h2 {
		font-size: 2rem;
	}
	#main .newsBox .rBox {
		width: auto;
		margin: 0;
	}
	#main .newsBox .rBox .ttl {
		font-size: 1.7rem;
	}
	#main .newsBox .rBox .sub {
		padding: 2rem 2rem 8rem;
	}
	#main .newsBox .rBox .list .tagTxt span {
		padding-top: 0.3rem;
		font-size: 1.2rem;
	}
	#main .newsBox .rBox .list .tagTxt {
		margin-bottom: 1rem;
	}
	#main .newsBox .rBox .list dt {
		font-size: 1.6rem;
	}
	#main .newsBox .rBox .list dd {
		font-size: 1.5rem;
	}
	#main .newsList li {
		margin-bottom: 2rem;
		padding: 0 0 1.5rem;
	}
	#main .newsList dl {
		display: block;
	}
	#main .newsList dt {
		width: auto;
		padding: 0 0 1rem;
	}
	#main .newsList dt .date {
		margin-top: -0.2rem;
		font-size: 1.6rem;
		width: 11rem;
	}
	#main .mainConts {
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .headLine01 {
	margin-bottom: 4.4rem;
}
#main .contactDl {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	max-width: 89rem;
	margin: 0 auto 4rem;
	align-items: flex-start;
}
#main .contactDl dt {
	color: #434242;
	padding: 2.5rem 1.3rem 1.5rem 0.5rem;
	width: 27.8rem;
	font-size: 1.7rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .contactDl dt .txtSpan {
	color: #fff;
	width: 4.4rem;
	text-align: center;
	line-height: 1;
	padding: 0.2rem 0.5rem;
	font-size: 1.45rem;
	letter-spacing: 0.08em;
	background-color: #FF0000;
}
#main .contactDl dd {
	color: #434242;
	padding: 1.8rem 0 1.8rem 1.2rem;
	width: calc(100% - 27.8rem);
}
#main .contactDl dd:has(.radioUl) .wpcf7-not-valid-tip {
	margin-top: -1.5rem;
}
textarea,
input[type="email"],
input[type="tel"],
input[type="text"] {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 0;
	height: 4.2rem;
	color: #434242;
	border: 1px solid rgba(112, 112, 112, 0.1);
	box-sizing: border-box;
	font-size: 1.7rem;
	padding: 0 1rem;
	width: 100%;
	letter-spacing: 0.075em;
	background-color: rgba(188, 188, 188, 0.1);
}
textarea {
	margin-top: -0.2rem;
	padding-top: 1rem;
	height: 47.8rem;
	resize: vertical;
}
#contact .centerTxt {
	margin-bottom: 5.3rem;
}
#contact .radioUl {
	margin: 0.5rem 0 0 1.5rem;
}
#contact .radioUl li {
	margin-bottom: 1.1rem;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] ~ span {
	color: #434242;
	background: url(img/common/radio01.png) no-repeat left center;
	background-size: 2.1rem auto;
	border-radius: 0;
	display: inline-block;
	line-height: 2rem;
	cursor: pointer;
	padding: 0.6rem 0 0.4rem 3.8rem;
}
input[type="radio"]:checked ~ span {
	background-image: url("img/common/radio02.png");
}
.submit {
	margin: 0 -2rem;
	text-align: center;
}
.submit li {
	position: relative;
	margin: 0 1rem;
	display: inline-block;
}
.submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 21.4rem;
	height: 4.2rem;
	border-radius: 5rem;
	text-align: center;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	color: #003333;
	border: none;
	letter-spacing: 0.15em;
	border: 1px solid #003333;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}
#thanks p {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	text-align: center;
}
.submit .wpcf7-spinner {
	position: absolute;
	bottom: -4rem;
	left: -4rem;
}
#contact .radioUl .wpcf7-form-control-wrap {
	display: block;
}
#contact .radioUl .wpcf7-form-control {
	display: block;
}
#contact .radioUl .wpcf7-list-item {
	margin: 0 0 1.1rem 0;
	display: block;
}
#contact.confirm textarea, 
#contact.confirm input[type="email"],
#contact.confirm input[type="tel"], 
#contact.confirm input[type="text"] {
	border: none;
	background: none;
	height: auto;
}
#contact.confirm .confirmTxt {
	font-weight: 500;
	padding: 0 1rem;
}
@media all and (min-width: 897px) {
	.submit li input:hover {
		opacity: 0.7;
	}
	#contact.confirm .contactDl dd {
		padding: 2.5rem 1.3rem 1.5rem 1.2rem;
	}

}

@media all and (max-width: 896px) {
	#main .contactDl {
		max-width: inherit;
		display: block;
	}
	#main .contactDl dt {
		width: auto;
		font-size: 1.6rem;
		padding: 0 0 0.5rem;
	}
	#main .contactDl dt .txtSpan {
		font-size: 1.3rem;
	}
	#main .contactDl dd {
		font-size: 1.4rem;
		padding: 0 0 2rem;
		width: auto;
	}
	textarea, input[type="email"], input[type="tel"], input[type="text"] {
		height: 3.5rem;
		font-size: 1.4rem;
	}
	#contact .radioUl {
		margin: 1rem 0 0;
	}
	input[type="radio"] ~ span {
		font-size: 1.4rem;
		padding-left: 3rem;
		background-size: 1.8rem auto;
	}
	textarea {
		height: 20rem;
	}
	.submit li input {
		width: 15rem;
	}
	.submit li {
		margin: 0 0.5rem;
	}
	#contact.confirm textarea, 
	#contact.confirm input[type="email"],
	#contact.confirm input[type="tel"], 
	#contact.confirm input[type="text"],
	#contact.confirm .confirmTxt {
		padding: 0;
	}
	#thanks {
		min-height: calc(100vh - 54.4rem);
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	margin-bottom: 3.9rem;
	position: relative;
}
#index .mainVisual .textImg {
	position: absolute;
	bottom: 13.3rem;
	right: 9rem;
}
#index .sec01 {
	margin-bottom: 7.6rem;
}
#index .sec01 h2 {
	color: #003333;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 2.3rem;
	text-align: center;
}
#index .sec01 p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	text-align: center;
}
#index .headLine01 {
	margin-bottom: 4.2rem;
}
#index .centerTxt {
	margin-bottom: 4.6rem;
}
@media all and (max-width: 896px) {
	#index .mainVisual .textImg {
		bottom: 2rem;
		right: 2rem;
		left: 2rem;
		text-align: center;
	}
	#index .sec01 h2 {
		font-size: 2.5rem;
	}
	#index .sec01 p {
		margin: 0 -1rem;
		line-height: 1.6;
		font-size: 1.45rem;
	}
}

/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#business .headLine01 {
	margin-bottom: 5rem;
}
#business .sec01 {
	padding-top: 4.2rem;
	text-align: center;
	margin-bottom: 5rem;
}
#business .sec01:last-child {
	margin-bottom: 0;
}
#business .sec01 h2 {
	padding-bottom: 3.5rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 4.6rem;
	position: relative;
	color: #003333;
}
#business .sec01 h2:after {
	width: 6.2rem;  
	height: 0.7rem;
	background: url(img/common/line02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#business .sec01 h3 {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #003333;
	margin-bottom: 3rem;
}
#business .sec01 p {
	margin-bottom: 4.6rem;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 2;
	text-align: center;
}
#business .sec01 .inner {
	position: relative;
	padding: 3.8rem 4.3rem;
	border-radius : 2.5rem;
	z-index: 1;
}
#business .sec01 .inner:after {
	width: 100%;  
	height: 100%;
	background : linear-gradient(90deg, rgba(14, 199, 220, 0.2) 0%, rgba(247, 247, 247, 1) 52.7%, rgba(14, 199, 220, 0.2) 100%);
	opacity : 0.45;
	position: absolute;  
	border-radius : 2.5rem;
	top: 0;
	left: 0;
	z-index: -1;
	content: ""; 
}
#business .sec01 .inner p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2;
	margin: 0 0 3rem 8.5rem;
	letter-spacing: 0;
}
#business .sec01 .inner p:last-child {
	margin-bottom: 0;
}
#business .sec01 .inner p small {
	font-size: 1.4rem;
}
#business .sec01 .inner .ttl {
	margin: 0 0 1.8rem;
	padding: 0.5rem;
	border-radius : 2.8rem  / 2.7rem;
	background : linear-gradient(90deg, rgba(235, 235, 235, 1) 0%, rgba(247, 247, 247, 1) 52.7%, rgba(230, 230, 230, 1) 100%);
}
#business .sec01 .inner .ttl .subSpan {
	border-radius: 2.3rem;
	padding: 0.6rem 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #fff;
}
#business .sec01 .inner .ttl .num {
	width: 4.5rem;
	padding: 0.2rem 0.2rem 0.2rem 0.8rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #0EC7DC;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
}
#business .sec01 .inner .ttl .rSpan {
	padding: 0.6rem 0 0.4rem 1.8rem;
	flex: 1;
	font-size: 2rem;
	font-weight: 700;
	color: #003333;
	letter-spacing: 0;
	line-height: 1.2;
	border-left: 2px solid #E6E6E6;
}
@media all and (max-width: 896px) {
	#business .sec01 h3 {
		font-size: 2rem;
	}
	#business .sec01 p {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	#business .sec01 .inner {
		border-radius: 2rem;
		padding: 3rem 2rem;
	}
	#business .sec01 .inner p {
		font-size: 1.4rem;
		margin: 0 0 2rem;
	}
	#business .sec01 .inner .ttl {
		border-radius: 2rem;
	}
	#business .sec01 .inner .ttl .subSpan {
		border-radius: 1.8rem;
		padding: 0.5rem 0.5rem;
	}
	#business .sec01 .inner .ttl .num {
		width: 3.5rem;
		padding-left: 0;
	}
	#business .sec01 .inner .ttl .rSpan {
		font-size: 1.6rem;
	}
	#business .sec01 h2 {
		font-size: 3rem;
		margin-bottom: 4rem;
		padding-bottom: 2rem;
	}
}