@charset "utf-8";
/*
Theme Name: nrousai
Theme URI: null
Description: Description
Author: 81bridge - LXT
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1310px) {
	html {
		font-size: calc(1000vw / 1310);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Maru Gothic", 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: #111;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #111;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #111;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	position: relative;
	overflow: hidden;
	text-align: left;
	background: #FDF5EA url(img/common/bg01.jpg) no-repeat center top / 100%;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	#container {
		background: #FDF5EA url(img/common/bg01_sp.jpg) repeat-y center top / 100%;
	}
	#main {
		padding-top: 9.9rem;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .outBox {
	/*padding-bottom: 3.5rem;*/
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	z-index: 999;
	background: url(img/common/bg01.jpg) no-repeat left top / 100%;
}
body.fixed #gHeader .outBox {
	/*padding-bottom: 3.9rem;*/
}
#gHeader .hBox {
	margin: 0 auto;
	/*padding: 6.6rem 0 0;*/
	padding: 3.6rem 0 0 0;
	max-width: 125.4rem;
	box-sizing: border-box;
}
#gHeader .hBox .topBox {
	align-items: flex-end;
}
#gHeader .hBox h1 {
	width: 55.1rem;
}
#gHeader .hBox h1 a {
	display: block;
}
#gHeader .hBox .linkUl {
	padding: 0 14rem 0.6rem 0;
	width: calc(100% - 60rem);
	justify-content: flex-end;
}
#gHeader .hBox .linkUl li {
	margin-left: 1.9rem;
}
#gHeader .hBox .linkUl li:first-child {
	margin-left: 0;
}
#gHeader .hBox .linkUl li a {
	font-size: 1.8rem;
	text-decoration: underline;
}
#gHeader .hBox .linkUl li a:hover {
	opacity: 0.7;
}
#gHeader .menu {
	position: fixed;
	top: 4rem;
	/*position: absolute;*/
	/*top: 6.2rem;*/
	right: calc(50% - 61.4rem);
	height: 7.9rem;
	width: 7.9rem;
	border-radius: 50%;
	background-color: #FF9100;
	cursor: pointer;
	z-index: 300;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .menu {
		position: absolute;
		top: 6.2rem;
		right: calc(50% - 61.4rem);
		height: 7.9rem;
		width: 7.9rem;
		border-radius: 50%;
		background-color: #FF9100;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}
#gHeader .menu span {
	background: #FFF;
	border: none;
	height: 0.3rem;
	width: 3.8rem;
	border-radius: 1rem;
	position: absolute;
	top: 2.6rem;
	left: 2rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}	
#gHeader .menu span:nth-of-type(2) {
	top: 3.8rem;
}	
#gHeader .menu .txt {
	top: 4.6rem;
	left: 1.9rem;
	width: auto;
	height: auto;
	background: transparent;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: -0.05em;
	transition: 0.3s;
}
#gHeader .menu .txt.close {
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu.on .top {
	transform: translateY(0.6rem) translateX(0) rotate(-45deg);
}
#gHeader .menu.on .bottom {
	transform: translateY(-0.6rem) translateX(0) rotate(-135deg);
}
#gHeader .menu.on .txt.open {
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu.on .txt.close {
	opacity: 1;
	visibility: visible;
}
#gHeader .menuBox {
	padding-bottom: 12rem;
	position: fixed;
	top: 17.7rem;
	left: 0;
	display: none;
	width: 100%;
	height: calc(100vh - 17.7rem);
	overflow: auto;
	background-color: #FFF;
	z-index: 150;
	box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.05);
}
#gHeader .menuBox::before {
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #F29600;
	content: '';
}
#gHeader .menuBox .menuList {
	margin: 0 auto;
	padding: 10.3rem 0 0;
	max-width: 114.4rem;
	gap: 6rem;
}
#gHeader .menuBox .menuList .linkList > li:not(:last-child) {
	margin-bottom: 4.9rem;
}
#gHeader .menuBox .menuList .linkList > li > a {
	padding-left: 3.5rem;
	display: block;
	position: relative;
	font-size: 2rem;
	font-weight: 900;
}
#gHeader .menuBox .menuList .linkList > li > a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .menuList .linkList > li > a::before {
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background: linear-gradient(45deg, rgba(255, 145, 0, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(253, 245, 233, 1) 100%);
	border-radius: 0.3rem;
	content: '';
}
#gHeader .menuBox .menuList .linkList .linkUl {
	margin: 2rem 0 0 3.3rem;
}
#gHeader .menuBox .menuList .linkList .linkUl li:not(:last-child) {
	margin-bottom: 2.1rem;
}
#gHeader .menuBox .menuList .linkList .linkUl li a {
	padding-left: 1.9rem;
	position: relative;
	font-weight: 700;
	display: block;
}
#gHeader .menuBox .menuList .linkList .linkUl li a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .menuList .linkList .linkUl li a::before {
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.9rem;
	height: 0.9rem;
	background-color: #0096E4;
	border-radius: 50%;
	content: '';
}
@media all and (min-width: 897px) {
	#gHeader .menuBox .menuList li a.nolink {
		pointer-events: none;
	}
}
@media all and (max-width: 896px) {
	#gHeader .outBox {
		padding-bottom: 0 !important;
		position: fixed;
		top: 0;
		left: 0;
		background-image: url(img/common/bg01_sp.jpg);
	}
	#gHeader .hBox {
		margin: 0;
		padding: 2rem 1.6rem 1.2rem;
		max-width: inherit;
	}
	#gHeader .hBox .topBox {
		display: block;
	}
	#gHeader .hBox h1 {
		width: 22.7rem;
	}
	#gHeader .hBox .linkUl {
		display: none;
	}
	#gHeader .menu {
		position: fixed;
		top: 1.8rem;
		right: 2.2rem;
		height: 3.95rem;
		width: 3.95rem;
	}
	#gHeader .menu span {
		height: 0.1rem;
		width: 1.8rem;
		border-radius: 0.5rem;
		top: 1.4rem;
		left: 1rem;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 2rem;
	}	
	#gHeader .menu .txt {
		top: 2.3rem;
		left: 1rem;
		font-size: 0.7rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.3rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.3rem) translateX(0) rotate(-135deg);
	}
	#gHeader .menuBox {
		top: 7.5rem;
		height: calc(100vh - 7.5rem);
	}
	#gHeader .menuBox::before {
		top: 0.3rem;
		height: 1px;
	}
	#gHeader .menuBox .menuList {
		margin: 0;
		padding: 4rem 6.9rem 0 7.1rem;
		max-width: inherit;
		display: block;
	}
	#gHeader .menuBox .menuList li:not(:last-child) {
		margin-bottom: 0.9rem;
	}
	#gHeader .menuBox .menuList .linkList > li:not(:last-child) {
		margin-bottom: 0.9rem;
	}
	#gHeader .menuBox .menuList .linkList > li > a {
		padding: 0.5rem 0 0.5rem 2.1rem;
		font-size: 1.6rem;
		position: relative;
	}
	#gHeader .menuBox .menuList .linkList > li > a.spec {
		background: url(img/common/icon07.png) no-repeat right top 0.9rem / 1.4rem;
		pointer-events: visible;
	}
	#gHeader .menuBox .menuList .linkList > li > a.spec.on {
		background-image: url(img/common/icon06.png);
	}
	#gHeader .menuBox .menuList .linkList > li > a.spec::after {
		margin-top: -1px;
		position: absolute;
		top: 50%;
		left: 3rem;
		right: 2.2rem;
		height: 1px;
		background-color: #F29600;
		content: '';
	}
	#gHeader .menuBox .menuList .linkList > li > a.spec .sub {
		padding-right: 1rem;
		position: relative;
		z-index: 5;
		background-color: #FFF;
	}
	#gHeader .menuBox .menuList .linkList > li > a.nolink + .linkUl {
		display: block;
	}
	#gHeader .menuBox .menuList .linkList > li > a::before {
		top: 1.1rem;
		width: 1.3rem;
		height: 1.3rem;
		border-radius: 0.2rem;
	}
	#gHeader .menuBox .menuList .linkList .linkUl {
		margin: 0.8rem 0 0 2.5rem;
		display: none;
	}
	#gHeader .menuBox .menuList .linkList .linkUl li:not(:last-child) {
		margin-bottom: 1.3rem;
	}
	#gHeader .menuBox .menuList .linkList .linkUl li a {
		padding-left: 1.3rem;
		font-size: 1.45rem;
		line-height: 1.65;
	}
	#gHeader .menuBox .menuList .linkList .linkUl li a::before {
		top: 1rem;
		left: 0;
		width: 0.6rem;
		height: 0.6rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 3.8rem;
	/*margin-top: 17.8rem;*/
	padding: 0.6rem 0.6rem 0.6rem 0;
	width: calc(50% + 62rem);
	background-color: #FFF;
	border-radius: 0 10rem 10rem 0;
	box-shadow: 0 0.3rem 0.8rem 0.3rem rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
#gNavi ul {
	padding: 2.7rem 10.1rem 2.2rem 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4.3rem;
	border-radius: 0 10rem 10rem 0;
	border: 0.2rem solid #FF9100;
	border-left: none;
}
#gNavi ul li a,
#gNavi ul li a span {
	display: block;
	text-align: center;
}
#gNavi ul li a:hover {
	opacity: 0.7;
}
#gNavi ul li a .jp {
	margin-bottom: 0.2rem;
	font-size: 2rem;
	font-weight: 900;
}
#gNavi ul li a .en {
	color: #FF9100;
	font-size: 1.6rem;
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	#gNavi ul {
		gap: 3rem;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 6.6rem;
	padding: 7.1rem 0 2.5rem;
	border-radius: 5rem 5rem 0 0;
	background-color: rgba(242, 150, 0, 0.25);
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 130rem;
}
#gFooter .fBox .addressBox {
	margin-bottom: 3.1rem;
	padding-bottom: 3.4rem;
	border-bottom: 1px solid #FFF;
}
#gFooter .fBox .addressBox .lBox {
	margin: 0.6rem 0 0 5.5rem;
	width: 43rem;
}
#gFooter .fBox .addressBox .lBox .fLogo {
	width: 39.8rem;
}
#gFooter .fBox .addressBox .lBox .tel {
	margin: 0.4rem 0 2.1rem;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#gFooter .fBox .addressBox .lBox .tel a {
	margin-left: 1.3rem;
	font-size: 2.4rem;
	vertical-align: -0.2rem;
}
#gFooter .fBox .addressBox .lBox .textBox {
	padding: 0 0.2rem;
}
#gFooter .fBox .addressBox .lBox .textBox .text {
	margin-bottom: 2.4rem;
	font-size: 1.6rem;
	letter-spacing: 0;
}
#gFooter .fBox .addressBox .lBox .textBox .text:last-child {
	margin-bottom: 0;
}
#gFooter .fBox .addressBox .rBox {
	margin-right: 3.1rem;
	width: 70.6rem;
}
#gFooter .fBox .addressBox .rBox .mapBox {
	margin-bottom: 2.5rem;
}
#gFooter .fBox .addressBox .rBox .mapBox .lMap {
	width: 45.5rem;
}
#gFooter .fBox .addressBox .rBox .mapBox .rMap {
	width: 23.5rem;
}
#gFooter .fBox .addressBox .rBox .link {
	margin-left: auto;
	width: 19.5rem;
}
#gFooter .fBox .addressBox .rBox .link a {
	padding: 0.5rem 2.4rem 0.7rem;
	min-height: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	background: #F29600 url(img/common/icon03.png) no-repeat right 1.1rem center / 2.3rem;
	border-radius: 1.8rem;
	box-sizing: border-box;
}
#gFooter .fBox .addressBox .rBox .link a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner {
	margin-bottom: 6.9rem;
	position: relative;
}
#gFooter .fBox .linkList {
	padding: 0 6.4rem;
}
#gFooter .fBox .linkList .linkUl {
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .linkList .linkUl li {
	letter-spacing: 0;
}
#gFooter .fBox .linkList .linkUl li a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.125;
	text-decoration: underline;
}
#gFooter .fBox .linkList .linkUl li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner .pageTop {
	position: fixed;
	bottom: 12.2rem;
	right: calc(50% - 61.5rem);
	width: 7.9rem;
	height: 7.9rem;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#gFooter .fBox .inner .pageTop.on {
	opacity: 1;
	visibility: visible;
}
#gFooter .fBox .inner .pageTop a {
	padding: 4.5rem 0.5rem 0.5rem 1.2rem;
	height: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	border-radius: 50%;
	letter-spacing: 0.1em;
	background: #F29600 url(img/common/icon04.png) no-repeat top 1.6rem center / 2.4rem;
	box-sizing: border-box;
}
#gFooter .fBox .inner .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox {
	padding: 0.6rem 0 0.7rem;
	background-color: #F29600;
}
#gFooter address {
	margin: 0 auto;
	max-width: 119.4rem;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 5.6rem;
		padding: 4.9rem 0 1.3rem;
		border-radius: 2.7rem 2.7rem 0 0;
	}
	#gFooter .fBox {
		margin: 0;
		max-width: inherit;
	}
	#gFooter .fBox .addressBox {
		margin-bottom: 3.4rem;
		padding: 0 2.9rem;
		display: block;
		border-bottom: none;
	}
	#gFooter .fBox .addressBox .lBox {
		margin: 0;
		width: auto;
	}
	#gFooter .fBox .addressBox .lBox .fLogo {
		width: 25rem;
	}
	#gFooter .fBox .addressBox .lBox .tel {
		margin: 1.1rem 0 1.7rem;
	}
	#gFooter .fBox .addressBox .lBox .tel a {
		margin-left: 1rem;
		font-size: 2rem;
		vertical-align: -0.1rem;
	}
	#gFooter .fBox .addressBox .lBox .textBox {
		margin-bottom: 2rem;
	}
	#gFooter .fBox .addressBox .lBox .textBox .text {
		margin-bottom: 1.8rem;
		font-size: 1.5rem;
		line-height: 1.38;
	}
	#gFooter .fBox .addressBox .rBox {
		margin: 0 -0.1rem;
		width: auto;
	}
	#gFooter .fBox .addressBox .rBox .mapBox {
		margin-bottom: 1.4rem;
	}
	#gFooter .fBox .addressBox .rBox .mapBox .lMap {
		width: 64.4%;
	}
	#gFooter .fBox .addressBox .rBox .mapBox .rMap {
		width: 33.5%;
	}
	#gFooter .fBox .addressBox .rBox .mapBox .lMap img,
	#gFooter .fBox .addressBox .rBox .mapBox .rMap img {
		width: 100%;
	}
	#gFooter .fBox .addressBox .rBox .link {
		margin: 0;
		width: 14.6rem;
	}
	#gFooter .fBox .addressBox .rBox .link a {
		padding: 0.2rem 3rem 0.3rem 1.7rem;
		min-height: 2.7rem;
		font-size: 1.4rem;
		background: #F29600 url(img/common/icon03.png) no-repeat right 0.8rem center / 1.7rem;
		border-radius: 1.4rem;
	}
	#gFooter .fBox .inner {
		margin-bottom: 1.3rem;
	}
	#gFooter .fBox .linkList {
		margin-bottom: 5.4rem;
		padding: 0 2.9rem;
	}
	#gFooter .fBox .linkList .linkUl {
		display: block;
	}
	#gFooter .fBox .linkList .linkUl li {
		display: block;
	}
	#gFooter .fBox .linkList .linkUl li a {
		font-size: 1.4rem;
		line-height: 2;
	}
	#gFooter .fBox .linkList .linkUl li .txt {
		display: none;
	}
	#gFooter .fBox .inner .pageTop {
		bottom: 11rem;
		right: 2.2rem;
		width: 4.8rem;
		height: 4.8rem;
	}
	#gFooter .fBox .inner .pageTop a {
		padding: 2.8rem 0.5rem 0.5rem 1rem;
		font-size: 0.8rem;
		background: #F29600 url(img/common/icon04.png) no-repeat top 1.1rem center / 1.4rem;
		box-sizing: border-box;
	}
	#gFooter .telLink {
		margin: 0 auto;
		max-width: 29.1rem;
	}
	#gFooter .telLink a {
		display: block;
		text-align: center;
		background-color: #F29600;
		border-radius: 5rem;
		border: 0.2rem solid #FFF;
	}
	#gFooter .telLink a .sub {
		padding: 0.9rem 0 1.1rem 4.8rem;
		display: inline-block;
		color: #FFF;
		font-size: 2.7rem;
		font-weight: 900;
		line-height: 1.2;
		letter-spacing: 0.05em;
		background: url(img/common/icon05.png) no-repeat left center / 3.5rem;
	}
	#gFooter .bottomBox {
		padding: 0.1rem 0 0.6rem;
	}
	#gFooter address {
		margin: 0 2rem;
		max-width: inherit;
		font-size: 1.4rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 3.2rem auto 1.4rem;
	max-width: 125rem;
}
#pagePath ul li,
#pagePath ul li a {
	display: inline-block;
}
#pagePath ul li {
	margin-right: 0.5rem;
	font-size: 1.6rem;
}
#pagePath ul li a {
	text-decoration: underline;
}
#pagePath ul li a:hover {
	opacity: 0.7;
}
#pagePath ul li .tag {
	margin-left: 1.2rem;
	vertical-align: 0.3rem;
}
@media all and (max-width: 896px) {
	#pagePath {
		display: none;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 125.4rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.8rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.8rem;
	font-size: 3rem;
	font-weight: 700;
}
.headLine01 .en {
	color: #0096DF;
	font-size: 8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.headLine01.style01 .en {
	color: #F29600;
}
.headLine01 .txt {
	margin-left: 0.5rem;
	vertical-align: 0.2rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.6rem;
		font-size: 1.7rem;
	}
	.headLine01 .en {
		margin-bottom: 0.4rem;
		display: block;
		font-size: 4.2rem;
	}
	.headLine01 .txt {
		margin-left: 0.4rem;
		vertical-align: 0;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2.3rem;
	padding: 0 0 1.5rem 3.4rem;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-bottom: 0.2rem solid #FF9100;
}
.headLine02::before {
	position: absolute;
	bottom: -0.9rem;
	left: -0.4rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background-color: #FF9100;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.6rem;
		padding: 0 0 0.8rem 1.5rem;
		font-size: 1.9rem;
		border-bottom: 1px solid #FF9100;
	}
	.headLine02::before {
		bottom: -0.5rem;
		width: 0.9rem;
		height: 0.9rem;
	}
}
/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 0.4rem;
    padding-left: 4.2rem;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: url("img/common/icon08.png") no-repeat left 1rem / 2.5rem;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 0.1rem;
        padding-left: 2.0rem;
        font-size: 1.6rem;
        background: url("img/common/icon08.png") no-repeat left 0.6rem / 1.3rem;
    }
}
/*------------------------------------------------------------
    headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 1.8rem;
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin-bottom: 2.2rem;
        font-size: 1.9rem;
        font-weight: 700;
    }
}
/*------------------------------------------------------------
    headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 2.6rem;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine05 {
        margin-bottom: 1.7rem;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
    headLine06
------------------------------------------------------------*/
.headLine06 {
    margin: -0.5rem 0 3.2rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .headLine06 {
        margin: -0.1rem 0 1.4rem;
        font-size: 1.6rem;
        line-height: 1.7;
	}
}
/*------------------------------------------------------------
    comInner
------------------------------------------------------------*/
.comInner {
    margin: 0 0.8rem 6.8rem;
}
.comInner:last-child {
    margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
    .comInner {
        margin: 0 0.3rem 3.9rem;
    }
}
/*------------------------------------------------------------
    comBox
------------------------------------------------------------*/
.comBox .headLine02 {
    margin-bottom: 8rem;
    max-width: 85.4rem;
}
.comBox p {
    margin-bottom: 3.4rem;
    line-height: 2.67;
}
.comBox p:last-child {
    margin-bottom: 0 !important;
}
@media all and (max-width: 896px) {
    .comBox {
        display: flex;
        flex-wrap: wrap;
    }
    .comBox .headLine02 {
        margin-bottom: 3.3rem;
        max-width: inherit;
    }
    .comBox p {
        margin-bottom: 2.4rem;
        line-height: 2.14;
    }
}
/*------------------------------------------------------------
    comNavi
------------------------------------------------------------*/
.comNavi {
    margin: 4.1rem 0.8rem 6rem 6rem;
    min-height: 80rem;
    width: 32.3rem;
    float: right;
    position: relative;
    z-index: 1;
}
.comNavi li {
    margin-bottom: 1.3rem;
}
.comNavi li:last-child {
    margin-bottom: 0;
}
.comNavi li a {
    padding: 1rem 2.3rem;
    min-height: 8.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    line-height: 1.33;
    border-radius: 1.6rem;
    border: 0.3rem solid rgba(255, 145, 0, 0.5);
    box-shadow: 0.1rem 0.1rem 0.9rem rgba(0, 0, 0,0.2);
    background: #FFFFFF url("img/common/icon11.png") no-repeat right 2.2rem center / 3rem;
}
.comNavi li.on a {
    background-color: #FCE2C3;
}
@media all and (min-width: 897px) {
    .comNavi li a:hover {
        background-color: #FCE2C3;
    }
}
@media all and (max-width: 896px) {
    .comNavi {
        margin: 5rem 0.3rem 0;
        min-height: inherit;
        width: 100%;
        float: none;
        order: 1;
    }
    .comNavi li {
        margin-bottom: 0.6rem;
    }
    .comNavi li a {
        padding: 0.5rem 1.8rem;
        min-height: 4.2rem;
        font-size: 1.5rem;
        border-radius: 0.8rem;    
        border-width: 0.2rem;
        line-height: 1.33;
        box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0,0.2);
        background-position: right 1rem center;
        background-size: 1.5rem;
    }
}
/*------------------------------------------------------------
    comNavi.major
------------------------------------------------------------*/
@media all and (min-width: 897px) {
    .comNavi.major {
        min-height: 65rem;
    }
}
/*------------------------------------------------------------
	comTopicBox
------------------------------------------------------------*/
.comTopicBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.comTopicBox #conts {
	width: calc(100% - 40rem);
}
.comTopicBox .textList {
	margin-bottom: 3.5rem;
}
.comTopicBox .textList li {
	padding: 4rem 3.2rem 2.7rem 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	letter-spacing: 0.05em;
	border-bottom: 1px dashed #333;
}
.comTopicBox .textList li a:hover {
	opacity: 0.7;
}
.comTopicBox .textList li .txtBox {
	flex: 1;
}
.comTopicBox .textList li .topTxt {
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
}
.comTopicBox .textList li .topTxt .tag {
	text-decoration: underline;
}
.comTopicBox .new {
	color: #0096DF;
	font-weight: 700;
	margin-left: 1.5rem;
}
.comTopicBox .spec .new {
	margin-left: 0;
}
.comTopicBox .textList li .txt {
	font-size: 1.8rem;
	line-height: 1.67;
}
.comTopicBox .textList li .pho {
	margin: -1rem 0 0.8rem 2rem;
	width: 23.2rem;
}
.comTopicBox .textList li .pho img {
	width: 100%;
}
.comTopicBox .textList li .pLink {
	margin-top: 0.2rem;
}
.comTopicBox .textList li .pLink a {
	color: #0096DF;
	text-decoration: underline;
}
.comTopicBox .mokurenList {
	margin-bottom: 3.5rem;
	padding: 0 4rem 5rem 3.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 7.9rem 2.9rem;
	overflow: hidden;
}
.comTopicBox .mokurenList li {
	position: relative;
	width: calc((100% - 5.8rem) / 3);
}
.comTopicBox .mokurenList > li:nth-child(3n-2):before {
	position: absolute;
	bottom: -4rem;
	left: -4.5rem;
	width: 9999px;
	height: 1px;
	border-bottom: 1px dashed #333;
	content: '';
}
.comTopicBox .mokurenList li a:hover {
	opacity: 0.7;
}
.comTopicBox .mokurenList li .pho {
	margin-bottom: 1.5rem;
	aspect-ratio: 24 / 34;
}
.comTopicBox .mokurenList li .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comTopicBox .mokurenList li .txtBox {
	padding: 0 1rem 0 2.5rem;
}
.comTopicBox .mokurenList li .topText {
	margin-bottom: 0.7rem;
	font-size: 1.6rem;
}
.comTopicBox .mokurenList li .topText .tag {
	text-decoration: underline;
}
.comTopicBox .mokurenList li .txt {
	margin-bottom: 0.2rem;
	line-height: 1.67;
}
.comTopicBox .mokurenList li .pdfLink a {
	color: #0096DF;
	text-decoration: underline;
}
.comTopicBox #sideBar {
	margin: 4.1rem 0.8rem 0 0;
	padding: 1.7rem 1.4rem 1.2rem;
	width: 32.4rem;
	border-radius: 1.6rem;
	border: 0.3rem solid rgba(255, 145, 0, 0.5);
	box-shadow : 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.15);
	background-color: #FFF;
	box-sizing: border-box;
}
.comTopicBox #sideBar .inner {
	margin-top: -0.3rem;
	padding: 0 1.8rem 3rem;
	background: url(img/common/bg02.png) left top / 4.1rem;
}
.comTopicBox #sideBar .title {
	margin-bottom: 3rem;
	padding: 0 0.8rem 0.4rem;
	color: #FF9100;
	font-size: 4rem;
	letter-spacing: 0.05em;
	border-bottom: 0.2rem solid #F29600;
}
.comTopicBox #sideBar .linkList {
	padding: 0 0.8rem;
}
.comTopicBox #sideBar .linkList > li:not(:last-child) {
	margin-bottom: 3.6rem;
}
.comTopicBox #sideBar .linkList > li > a {
	display: inline-block;
	padding-left: 3.2rem;
	position: relative;
	font-weight: 700;
	text-decoration: underline;
}
.comTopicBox #sideBar .linkList > li > a:hover {
	opacity: 0.7;
}
.comTopicBox #sideBar .linkList > li > a::before {
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 1.9rem;
	height: 1.9rem;
	background: linear-gradient(45deg, rgba(255, 145, 0, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(253, 245, 233, 1) 100%);
	border-radius: 0.3rem;
	content: '';
}
.comTopicBox #sideBar .linkList .linkUl,
.comTopicBox #sideBar .linkList .children {
	margin-top: 0.7rem;
	padding: 0 3.2rem;
}
.comTopicBox #sideBar .linkList .children li::before {
	content: "・";
}
.comTopicBox #sideBar .linkList .linkUl li a,
.comTopicBox #sideBar .linkList .children li a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-decoration: underline;
}
.comTopicBox #sideBar .linkList .linkUl li a:hover,
.comTopicBox #sideBar .linkList .children li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comTopicBox {
		display: block;
	}
	.comTopicBox #conts {
		width: auto;
	}
	.comTopicBox .new {
		margin-left: 0.5rem !important;
	}
	.comTopicBox .textList {
		margin-bottom: 4rem;
		padding: 0 1rem;
	}
	.comTopicBox .textList li {
		padding: 2rem 0 1.6rem;
	}
	.comTopicBox .textList li .topTxt {
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
	}
	.comTopicBox .textList li .txt {
		font-size: 1.5rem;
		line-height: 1.84;
		letter-spacing: 0;
	}
	.comTopicBox .textList li .pho {
		margin: -0.2rem -0.5rem 0.8rem 2rem;
		width: 11.6rem;
	}
	.comTopicBox .textList li .pLink {
		margin-top: 0.2rem;
		font-size: 1.5rem;
	}
	.comTopicBox .mokurenList {
		margin-bottom: 5rem;
		padding: 0 0.5rem 4rem;
		gap: 5.9rem 1.9rem;
	}
	.comTopicBox .mokurenList > li {
		width: calc((100% - 1.9rem) / 2);
	}
	.comTopicBox .mokurenList > li:nth-child(3n-2):before  {
		display: none;
	}
	.comTopicBox .mokurenList > li:nth-child(2n-1)::before {
		display: block !important;
		position: absolute;
		bottom: -3rem;
		left: 0;
		width: 9999px;
		height: 1px;
		border-bottom: 1px dashed #333;
		content: '';
	}	
	.comTopicBox .mokurenList li .pho {
		margin-bottom: 1.1rem;
	}
	.comTopicBox .mokurenList li .txtBox {
		padding: 0;
	}
	.comTopicBox .mokurenList li .topText {
		margin-bottom: 1.2rem;
		font-size: 1.4rem;
		line-height: 1.59;
	}
	.comTopicBox .mokurenList li .topText .date {
		display: block;
	}
	.comTopicBox .mokurenList li .txt {
		margin-bottom: -0.1rem;
		font-size: 1.5rem;
		line-height: 1.47;
	}
	.comTopicBox .mokurenList li .pdfLink {
		margin-right: -1rem;
	}
	.comTopicBox .mokurenList li .pdfLink a {
		font-size: 1.5rem;
	}
	.comTopicBox #sideBar {
		margin: 4rem 1rem 0 0.5rem;
		padding: 1.2rem 1.2rem 1.2rem 1.4rem;
		width: auto;
		border-radius: 1.2rem;
		border: 0.1rem solid rgba(255, 145, 0, 0.5);
	}
	.comTopicBox #sideBar .inner {
		margin-top: 0;
		padding: 0 1.4rem 3rem;
		background: url(img/common/bg02_sp.png) left top / 3.2rem;
	}
	.comTopicBox #sideBar .title {
		margin-bottom: 2.3rem;
		padding: 0 0.4rem 0.3rem;
		font-size: 3.2rem;
		border-bottom: 1px solid #F29600;
	}
	.comTopicBox #sideBar .linkList {
		padding: 0 0.5rem;
	}
	.comTopicBox #sideBar .linkList > li:not(:last-child) {
		margin-bottom: 2.7rem;
	}
	.comTopicBox #sideBar .linkList > li > a {
		padding-left: 2.3rem;
	}
	.comTopicBox #sideBar .linkList > li > a::before {
		top: 0.5rem;
		width: 1.4rem;
		height: 1.4rem;
		border-radius: 0.2rem;
	}
	.comTopicBox #sideBar .linkList .linkUl,
	.comTopicBox #sideBar .linkList .children {
		margin-top: 0.4rem;
		padding: 0 2.4rem;
	}
	.comTopicBox #sideBar .linkList .linkUl li a,
	.comTopicBox #sideBar .linkList .children li a {
		font-size: 1.5rem;
		line-height: 1.84;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin: 0 auto;
	max-width: 109.4rem;
}
.comTextList li {
	padding: 1.7rem 0.7rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #CCC;
}
.comTextList li .ttl {
	width: 14rem;
}
.comTextList li .txt {
	width: calc(100% - 15.8rem);
}
@media all and (max-width: 896px) {
	.comTextList {
		margin: 0;
		max-width: inherit;
	}
	.comTextList li {
		padding: 2.3rem 0 1.6rem;
		display: block;
		border-bottom: 1px solid #CCC;
		line-height: 1.71;
	}
	.comTextList li .ttl {
		margin-bottom: 0.9rem;
		width: auto;
	}
	.comTextList li .txt {
		width: auto;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 4.7rem 0 auto;
	width: 30rem;
}
.comLink a {
	padding: 0.5rem 5rem 0.6rem 4.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 6rem;
	color: #FFF;
	font-weight: 700;
	background: #F29600 url(img/common/icon02.png) no-repeat right 2.1rem center / 2.8rem;
	border-radius: 3rem;
	box-sizing: border-box;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comLink {
        margin: 0 auto;
        width: 17.5rem;
    }
    .comLink a {
        padding: 0 2.3rem 0.2rem;
        min-height: 4rem;
        background: #F29600 url(img/common/icon02.png) no-repeat right 1rem center / 2.1rem;
    }
	.comLink.style01 {
		margin: 0 0.2rem 0 auto !important;
		width: 18.7rem;
	}
	.comLink.style01 a {
		padding: 0 1.8rem;
		min-height: 3.7rem;
		font-size: 1.4rem;
		background-position: right 0.8rem top calc(50% - 0.1rem);
		background-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 a {
	padding: 1rem 2.9rem 1.2rem;
	min-height: 10.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	border: 0.4rem solid rgba(242, 150, 0, 0.5);
	border-radius: 2rem;
	box-sizing: border-box;
	line-height: 1.25;
	box-shadow : 0.3rem 0.3rem 1rem 0.2rem rgba(0, 0, 0, 0.1);
	background: #FFF url(img/common/icon09.png) no-repeat right 2.9rem center / 3.7rem;
}
@media all and (min-width: 897px) {
	.comLink02 a:hover {
		background-color: #FCE2C3;
	}
}
@media all and (max-width: 896px) {
	.comLink02 a {
		padding: 1rem 2rem 0.7rem 1rem;
		min-height: 6.5rem;
		font-size: 1.6rem;
		border: 0.2rem solid rgba(242, 150, 0, 0.5);
		border-radius: 1rem;
		line-height: 1.28;
		box-shadow : 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
		background: #FFF url(img/common/icon09.png) no-repeat right 0.8rem top calc(50% + 0.1rem) / 1.8rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi,
.pageLink {
	margin: 0 -0.8rem;
	font-size: 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.pageLink .nextpostslink,
.pageLink .previouspostslink {
	margin-right: auto;
	padding: 0.5rem 5rem 0.7rem;
	width: 22.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	min-height: 6rem;
	border-radius: 3rem;
	background: #FF9100 url(img/common/icon01.png) no-repeat left 2rem center / 2.8rem;
	box-sizing: border-box;
}
.wp-pagenavi .nextpostslink,
.pageLink .nextpostslink {
	margin: 0 0 0 auto;
	background-image: url(img/common/icon02.png);
	background-position: right 2rem center;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi span.current {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover,
	.pageLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi,
	.pageLink {
		margin: 0 auto;
		padding: 0 1rem 0 0.6rem;
		max-width: 33.4rem;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink,
	.pageLink .nextpostslink,
	.pageLink .previouspostslink {
		width: calc((100% - 1.6rem) / 2);
		padding: 0.2rem 1rem 0.5rem 3.3rem;
		font-size: 1.6rem;
		min-height: 3.2rem;
		border-radius: 3rem;
		background: #FF9100 url(img/common/icon01.png) no-repeat left 1rem center / 2.1rem;
	}
	.wp-pagenavi .nextpostslink,
	.pageLink .nextpostslink {
		padding: 0.2rem 3.3rem 0.5rem 1.5rem;
		background-position: right 1rem center;
	}
}
/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/
.comTextUl {
	margin: 0 1rem 0 0.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5.5rem;
}
.comTextUl li {
	padding: 4.3rem 4.2rem 4.2rem;
	width: calc((100% - 11rem) / 3);
	background : rgba(242, 150, 0, 0.25);
	border-radius: 2rem;
	box-sizing: border-box;
}
.comTextUl li .num {
	margin-bottom: 2.1rem !important;
	padding: 0.5rem 0.5rem 0.8rem;
	width: 4.6rem;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2;
	background-color: #F29600;
}
.comTextUl li .txt {
	line-height: 2;
}
.comTextUl li .txt .sub {
	padding: 0.1rem 0.8rem;
	display: inline-block;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
	background-color: #F29600;
}
@media all and (max-width: 896px) {
	.comTextUl {
		margin: 0 1rem 0 0.1rem;
		display: block;
	}
	.comTextUl li {
		margin-bottom: 3rem;
		padding: 3rem 2rem;
		width: auto;
		border-radius: 1rem;
	}
	.comTextUl li:last-child {
		margin-bottom: 0;
	}
	.comTextUl li .num {
		padding: 0.8rem 0.5rem;
		width: 4rem;
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#detail #conts .headLine02 {
	margin-bottom: 4.3rem;
}
#detail #conts .topText {
	margin-bottom: 4rem;
	text-align: right;
	font-size: 1.6rem;
}
#detail #conts .topText .tag a {
	text-decoration: underline;
}
#detail #conts .topText .tag a:hover {
	opacity: 0.7;
}
#detail #conts .inner {
	padding: 0 0 10.2rem 0.8rem;
	border-bottom: 1px dashed #333;
}
#detail #conts .inner p {
	margin-bottom: 3.5rem;
	line-height: 2.67;
	word-break: break-all;
}
#detail #conts .inner p a {
	text-decoration: underline;
}
#detail #conts .inner p a:hover {
	opacity: 0.7;
}
#detail #conts .inner h3 {
	margin-bottom: 1.8rem;
	padding-left: 4rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#detail #conts .inner p + h3 {
	margin-top: 5rem;
}
#detail #conts .inner h3::before {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 2.4rem;
	height: 2.4rem;
	background: linear-gradient(45deg, rgba(255, 145, 0, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(253, 245, 233, 1) 100%);
	border-radius: 0.3rem;
	content: '';
}
#detail #conts .inner h4 {
	margin-bottom: 1.8rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#detail #conts .inner h5,
#detail #conts .inner h6 {
	margin-bottom: 2rem;
}
#detail #conts .pageLink {
	margin-top: 4.5rem;
}
@media all and (max-width: 896px) {
	#detail #conts .headLine02 {
		margin-bottom: 2.2rem;
	}
	#detail #conts .topText {
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}
	#detail #conts .inner {
		padding: 0 0 0 0.2rem;
		border-bottom: none;
	}
	#detail #conts .inner p {
		margin-bottom: 2.6rem;
		font-size: 1.6rem;
		line-height: 2.14;
	}
	#detail #conts .inner h3 {
		margin-bottom: 1.4rem;
		padding-left: 2.1rem;
		font-size: 1.6rem;
	}
	#detail #conts .inner p + h3 {
		margin-top: 2.6rem;
	}
	#detail #conts .inner h3::before {
		top: 0.5rem;
		width: 1.2rem;
		height: 1.2rem;
		border-radius: 0.2rem;
	}
	#detail #conts .inner h4 {
		margin-bottom: 1.4rem;
		font-size: 1.6rem;
	}
	#detail #conts .pageLink {
		margin-top: 4rem;
	}
}
/*------------------------------------------------------------
	mokuren
------------------------------------------------------------*/
#mokuren .headLine02 {
	margin-bottom: 4.5rem;
}
#mokuren .pageLink {
	padding-top: 4.5rem;
	border-top: 1px dashed #333;
}
@media all and (max-width: 896px) {
	#mokuren .headLine02 {
		margin-bottom: 3.5rem;
	}
	#mokuren .pageLink {
		padding-top: 0;
		border-top: none;
	}
}
/*------------------------------------------------------------
    link
------------------------------------------------------------*/
#link .inner {
    margin: 0 0.8rem 4.9rem;
}
#link .inner:last-child {
    margin-bottom: 0;
}
#link .inner p {
    margin: 0 0 0.5rem 4.6rem;
    line-height: 2;
    word-break: break-all;
    letter-spacing: 0.05em;
}
#link .inner p:last-child {
    margin-bottom: 0;
}
#link .inner p a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: underline;
}
#link .inner p a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #link .headLine01 {
        margin-bottom: 3.1rem;
    }
    #link .inner {
        margin: 0 0.5rem 2.5rem;
    }
    #link .inner:last-child {
        margin-bottom: 0;
    }
    #link .inner p {
        margin: 0 1rem 0.7rem 2.2rem;
        font-size: 1.5rem;
        line-height: 1.85;
    }
    #link .inner p a {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
    activites
------------------------------------------------------------*/
#activites .headLine02 {
    margin-bottom: 11.2rem;
}
#activites .itemList {
    margin-top: -10.7rem;
}
#activites .itemList > li {
    margin-top: 10.7rem;
    padding: 1rem 4.9rem 15rem;
    width: 60rem;
    position: relative;
    border-radius: 2rem;
    background: rgba(242, 150, 0, 0.25);
}
#activites .itemList li .mark {
    margin: -5.2rem auto 1.9rem;
    width: 9.4rem;
}
#activites .itemList li h4 {
    margin-bottom: 2.4rem;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0.05em;
}
#activites .itemList li p {
    line-height: 2.67;
    letter-spacing: 0.05em;
}
#activites .itemList .linkList {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5.1rem;
}
#activites .itemList .linkList li {
    margin: 0 1.3rem;
    width: 23.7rem;
}
#activites .itemList .linkList li a {
    padding: 0 4.7rem 0.2rem;
    min-height: 6rem;
    display: flex;
    align-items: center;
    color: #FFF;
    border-radius: 3rem;
    letter-spacing: 0.05em;
    background: url("img/common/icon02.png") #F29600 no-repeat right 2.1rem center / 2.8rem;
}
#activites .itemList .linkList li a:hover {
    opacity: 0.7;
}
#activites .itemList .imgBox {
    margin: 1.7rem 0.4rem 0;
    padding-top: 2rem;
    border-top: 1px solid #FFF;
}
#activites .itemList .imgBox .txtBox {
    width: calc(100% - 19rem);
}
#activites .itemList .imgBox .phoBox {
    margin-top: 1.6rem;
    width: 14.7rem;
} 
#activites .imgBox {
    margin: -0.3rem 0.4rem 5.1rem;
}
#activites .imgBox .phoBox {
    margin-top: -0.7rem;
    width: 23.4rem;
}
#activites .imgBox .phoBox img {
    width: 100%;
}
#activites .imgBox .txtBox {
    padding-right: 2rem;
    width: calc(100% - 32.0rem);
}
#activites .imgBox h3 {
    margin-bottom: 2.9rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: 0.05em;
}
#activites p {
    line-height: 2.67;
}
#activites .txtInner {
    padding: 4.9rem 6rem 5.5rem;
    border-radius: 2rem;
    background: rgba(242, 150, 0, 0.25);
}
#activites .innerBox {
    margin-bottom: 3.7rem;
}
#activites .innerBox .txtInner {
    width: 48%;
}
#activites .innerBox .txtInner .headLine04 {
    margin: 0 0.5rem 1.2rem;
}
#activites .innerBox .txtInner .txtUl li {
    padding: 1.2rem 0.4rem 1.1rem;
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    justify-content: space-between;
    border-bottom: 1px solid #FFF;
}
#activites .innerBox .txtInner .txtUl li .ttl {
    width: 14rem;
    display: block;
}
#activites .innerBox .txtInner .txtUl li .txt {
    width: calc(100% - 15.8rem);
    display: block;
}
#activites .method {
    padding: 6.1rem 6.3rem 6rem;
}
#activites .method .txtBox {
    width: calc(100% - 35rem);
}
#activites .method .comLink {
    margin: 2.8rem 1rem 0;
}
#activites .method .comLink a {
    background-color: #FF9100; 
}
@media all and (max-width: 896px) {
	#activites .headLine02 {
		margin-bottom: 8rem;
	}
    #activites .itemList {
        margin-top: 0;
        display: block;
    }
    #activites .itemList > li {
        margin: 0 0.3rem 4.7rem;
        padding: 1rem 2.2rem 3.4rem;
        width: auto;
        border-radius: 1rem;
    }
    #activites .itemList > li:last-child {
        margin-bottom: 0;
    }
    #activites .itemList li .mark {
        margin: -3.6rem auto 0.9rem;
        width: 5.6rem;
    }
    #activites .itemList li h4 {
        margin-bottom: 1.8rem;
        font-size: 1.9rem;
        line-height: 1.41;
    }
    #activites .itemList li p {
        line-height: 2.14;
    }
    #activites .itemList .linkList {
        padding-left: 0;
        display: block;
        margin: 2rem auto 0;
        max-width: 17.5rem;
        position: inherit;
        bottom: 0;
    }
    #activites .itemList .linkList li {
        margin: 0 0 0.9rem;
        width: auto;
    }
    #activites .itemList .linkList li:last-child {
        margin-bottom: 0;
    }
    #activites .itemList .linkList li a {
        padding: 0 2.3rem 0.2rem;
        min-height: 3.2rem;
        background: url("img/common/icon02.png") #FF9100 no-repeat right 1rem center / 2.1rem;
    }
    #activites .itemList .imgBox {
        display: block;
    }
    #activites .itemList .imgBox .txtBox {
        width: auto;
    }
    #activites .itemList .imgBox .phoBox {
        margin: 2rem auto 3rem;
		position: static;
    } 
    #activites .imgBox {
        margin: 3.5rem 0 2.7rem;
        position: relative;
        display: block;
    }
    #activites .imgBox .phoBox {
        margin-top: 0;
        width: 11.9rem;
        position: absolute;
        left: 2.2rem;
        top: 3.4rem;
    }
    #activites .imgBox .txtBox {
        padding-right: 0;
        width: auto;
    }
    #activites .imgBox h3 {
        margin: 0 0 2.8rem auto;
		height: 28.2rem;
        font-size: 2.2rem;
        line-height: 2;
        -webkit-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    #activites p {
        line-height: 2.15;
    }
    #activites .imgBox .subBox {
        margin: 0 0.3rem;
        padding: 3.0rem 2.9rem 3.6rem 3.4rem;
        border-radius: 1rem;
        background-color: #FFF;
    }
    #activites .imgBox .txtBox p {
        text-align: justify;
    }
    #activites .txtInner {
        margin: 0 0.3rem;
        padding: 3.2rem 2.4rem 4.3rem;
        border-radius: 1rem;
    }
    #activites .innerBox {
        margin-bottom: 2.8rem;
        display: block;
    }
    #activites .innerBox .txtInner {
        margin-bottom: 2.5rem;
        width: auto;
    }
    #activites .innerBox .txtInner:last-child {
        margin-bottom: 0;
    }
    #activites .innerBox .txtInner .headLine04 {
        margin: 0 0.5rem 0.8rem;
    }
    #activites .innerBox .txtInner .txtUl li {
        padding: 1.2rem 0.4rem 1rem;
        line-height: 1.46;
        font-size: 1.5rem;
    }
    #activites .innerBox .txtInner .txtUl li .ttl {
        width: 9.5rem;
    }
    #activites .innerBox .txtInner .txtUl li .txt {
		margin-right: -0.5rem;
        width: calc(100% - 9.6rem);
    }
    #activites .method {
        padding: 3.2rem 3.9rem 4.3rem;
    }
    #activites .method .subBox {
        display: block;
    }
    #activites .method .txtBox {
        width: auto;
    }
    #activites .method .txtBox p {
        font-size: 1.5rem;
        line-height: 1.85;
    }
    #activites .method .comLink {
        margin: 2.2rem auto 0;
    }
}
/*------------------------------------------------------------
    training
------------------------------------------------------------*/
#training .headLine03 {
    margin-bottom: 3.4rem;
}
#training .info {
    margin-top: -1.2rem;
    padding: 4.8rem 5.2rem 6.8rem;
    border-radius: 2rem;
    background: rgba(242, 150, 0, 0.25);
}
#training .imgList {
    margin-top: -3rem;
}
#training .imgList li {
    margin: 3rem 3.4rem 0 0;
    width: 35.5rem;
}
#training .imgList li:nth-child(3n) {
    margin-right: 0;
} 
#training .imgList li .pho {
    margin-bottom: 1.8rem;
    display: block;
}
#training .imgList li .pho img {
    width: 100%;
}
#training .imgList li .txt {
    display: block;
    line-height: 2;
    letter-spacing: 0.05em;
}
#training .actTb { margin-bottom: 1.7rem; width: 100%; background: #fff; border-collapse: collapse; }
#training .actTb td {
	text-align: left;
	padding: 1.7rem;
	border-bottom: 1px solid #ccc;
}
#training .actTb tr:last-child td{ border-bottom:none; } 

#training .actTb02 { margin-top: -1.7rem; margin-bottom: 1.7rem; width: 100%; background: #fff; border-collapse: collapse; }
#training .actTb02 th , #training .actTb02 td {
	text-align: left;
	padding: 1.7rem;
	border-bottom: 1px solid #ccc;
	width: 50%;
}
#training .actTb02 th:last-child { border-left: 1px solid #ccc; }
#training .actTb02 td:last-child { border-left: 1px solid #ccc; }
#training .actTb02 tr:last-child td{ border-bottom:none; } 

@media all and (max-width: 896px) {
    #training .headLine03 {
        margin-bottom: 1.6rem;
    }
    #training .comBox p {
        margin-right: -1rem;
    }
    #training .info {
        margin-top: 0rem;
        padding: 3.1rem 2.1rem 3.4rem;
        border-radius: 1rem;
    }
    #training .imgList {
        margin: 0 2.1rem;
        display: block;
    }
    #training .imgList li {
        margin: 0 0 2.8rem;
        width: auto;
    }
    #training .imgList li:last-child {
        margin-bottom: 0;
    } 
    #training .imgList li .pho {
        margin-bottom: 1.6rem;
    }
    #training .imgList li .txt {
        display: block;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
/*------------------------------------------------------------
    chuuhishu-family
------------------------------------------------------------*/
#chuuhishu-family .headLine03 {
    margin-bottom: 2.7rem;
}
#chuuhishu-family p {
    margin-bottom: 4.8rem;
}
#chuuhishu-family .sec02 .headLine03 {
    margin: -0.5rem 0 2.2rem;
}
#chuuhishu-family .sec02 p {
    margin-bottom: 2.1rem;
}
#chuuhishu-family .sec02 .imgList {
    margin: -2rem 0 6.7rem;
}
#chuuhishu-family .sec02 .imgList li {
    margin-top: 2rem;
    width: 48.7%;
}
#chuuhishu-family .sec02 .imgList li a {
	display: block;
}
#chuuhishu-family .sec02 .imgList li a:hover {
	opacity: 0.7;
}
#chuuhishu-family .comLink {
    margin: 0;
    width: 50.4rem;
}
@media all and (max-width: 896px) {
    #chuuhishu-family .headLine02 .sub {
        display: block;
    }
    #chuuhishu-family .headLine03 {
        margin-bottom: 1.6rem;
    }
    #chuuhishu-family p {
        margin: 0 -1rem 2.1rem 0;
    }
    #chuuhishu-family .sec02 .headLine03 {
        margin: 0 0 2.2rem;
    }
    #chuuhishu-family .comInner {
        margin-bottom: 5.8rem;
    }
    #chuuhishu-family .sec02 p {
        margin-bottom: 2.4rem;
    }
    #chuuhishu-family .sec02 .imgList {
        margin: 0 0.15rem 2.0rem;
        display: block;
    }
    #chuuhishu-family .sec02 .imgList li {
        margin: 0 0 2rem;
        width: auto;
    }
    #chuuhishu-family .sec02 .imgList li:last-child {
        margin-bottom: 0;
    }
    #chuuhishu-family .comLink {
        margin: 0 0.1rem;
        width: auto;
    }
    #chuuhishu-family .comLink a {
        padding: 1.1rem 2.8rem 1.2rem;
        line-height: 1.32;
        background: #FF9100 url(img/common/icon02.png) no-repeat right 1.8rem center / 2.1rem;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	margin-bottom: 3.2rem;
	overflow: hidden;
}
#index .mainVisual .inner {
	margin: 0 auto -17.5rem;
	padding: 6.3rem 0 0;
	max-width: 124.6rem;
	box-sizing: border-box;
}
#index .mainVisual .topBox {
	margin-bottom: 1.8rem;
	position: relative;
	z-index: 5;
}
#index .mainVisual .topBox h2 {
	font-size: 5.5rem;
	font-weight: 900;
	line-height: 1.43;
	letter-spacing: 0.05em;
}
#index .mainVisual .topBox h2 .en {
	margin: 1rem 0 0 0.6rem;
	display: block;
	color: #0096DF;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}
#index .mainVisual .topBox .photo {
	margin: -23.6rem -1.8rem 0 1.3rem;
}
#index .mainVisual .textArea {
	position: relative;
	z-index: 1;
}
#index .mainVisual .textArea::before {
	position: absolute;
	top: -12.4rem;
	right: -104rem;
	width: 140.6rem;
	height: 69rem;
	background: url(img/index/main_bg.png) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
#index .mainVisual .textArea .lBox {
	margin: -5.9rem 0 0 -1.1rem;
}
#index .mainVisual .textArea .lBox .title {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 46.7rem;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 2.02;
	letter-spacing: 0.05em;
}
#index .mainVisual .textArea .lBox .title .col {
	color: #0096DF;
}
#index .mainVisual .textArea .rBox {
	width: calc(100% - 39rem);
}
#index .mainVisual .textArea .rBox .title {
	margin-bottom: 2rem;
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}
#index .mainVisual .textArea .rBox .textBox {
	margin-bottom: 3.9rem;
}
#index .mainVisual .textArea .rBox .textBox .text {
	margin-bottom: 2.6rem;
	line-height: 2.67;
}
#index .mainVisual .textArea .rBox .textBox .text:last-child {
	margin-bottom: 0;
}
#index .mainVisual .enBox .en {
	padding-bottom: 5rem;
	font-size: 40rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	white-space: nowrap;
	animation: slide-loop 60s infinite linear 1s both;
}
@keyframes slide-loop {
	0% {
		translate: 0;
	}
	100% {
		translate: -100%;
	}
}
#index .major {
	padding: 5.6rem 0 11.7rem;
	background-color: rgba(242, 150, 0, 0.25);
}
#index .major .headLine01 {
	margin-bottom: 3.3rem;
}
#index .major .linkList {
	margin-bottom: 6.4rem;
	gap: 2.1rem 1.5rem;
}
#index .major .linkList li {
	width: 40.4rem;
}
#index .major .caseBox {
	margin: 0 0.5rem 4.8rem;
	padding: 5.2rem 0 5.6rem;
	background-color: #FFF;
	border-radius: 2rem;
}
#index .major .caseBox .headLine02 {
	margin-bottom: 2.7rem;
}
#index .major .caseBox .inner {
	margin: 0 auto;
	max-width: 108.4rem;
}
#index .major .caseBox .caseList li {
	padding: 0 1rem 0 3.3rem;
	border-bottom: 1px solid #CCC;
}
#index .major .caseBox .caseList li:last-child {
	border-bottom: none;
}
#index .major .caseBox .caseList li a {
	padding: 2.3rem 0 2.8rem 4.1rem;
	position: relative;
	display: block;
	line-height: 2;
}
#index .major .caseBox .caseList li a:hover {
	opacity: 0.7;
}
#index .major .caseBox .caseList li a::before {
	position: absolute;
	top: 2.8rem;
	left: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.4rem;
	background : linear-gradient(45deg, rgba(255, 145, 0, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(253, 245, 233, 1) 100%);
	content: '';
}
#index .major .comLink {
	margin: 0 1.2rem 0 auto;
}
#index .message {
	padding: 9rem 0 9.5rem;
}
#index .message .imgBox {
	margin-bottom: 4.5rem;
}
#index .message .imgBox .textBox {
	width: calc(100% - 57rem);
}
#index .message .imgBox .textBox .headLine01 {
	margin-bottom: 2.8rem;
}
#index .message .imgBox .textBox .textInner .text {
	margin-bottom: 1.9rem;
	line-height: 2.67;
}
#index .message .imgBox .textBox .textInner .text:last-child {
	margin-bottom: 0;
}
#index .message .imgBox .photoBox {
	margin: 5.5rem 0.8rem 0 0;
	width: 46rem;
}
#index .message .imgBox .photoBox .en {
	margin: -5.3rem 0 0.8rem;
	color: #0096DF;
	font-size: 7rem;
	line-height: 1.2;
	text-align: right;
	letter-spacing: 0.05em;
}
#index .message .imgBox .photoBox .name {
	margin-right: 0.7rem;
	text-align: right;
}
#index .message .comLink {
	margin: 0 1.2rem 0 auto;
}
#index .activites {
	padding: 5.6rem 0 11.4rem;
	background-color: rgba(242, 150, 0, 0.25);
}
#index .activites .headLine01 {
	margin-bottom: 4.3rem;
}
#index .activites .linkList {
	margin: 0 -0.1rem;
	gap: 2rem 2.8rem;
}
#index .activites .linkList li {
	width: 61rem;
}
#index .activites .linkList li a {
	padding: 2rem 0 2rem 4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 0.3rem solid #FFF;
	border-radius: 1rem;
	background: #F4A092;
	box-sizing: border-box;
}
#index .activites .linkList li a:hover {
	opacity: 0.7;
}
#index .activites .linkList li a::before {
	margin-top: 0.4rem;
	position: absolute;
	top: 50%;
	right: 3.6rem;
	width: 3.6rem;
	height: 3.6rem;
	transform: translateY(-50%);
	background-color: #F4A092;
	border-radius: 50%;
	content: '';
	mix-blend-mode: multiply;
}
#index .activites .linkList li a::after {
	margin-top: 0.4rem;
	position: absolute;
	top: 50%;
	right: 4.9rem;
	transform: translateY(-50%);
	width: 1rem;
	height: 1.5rem;
	background: url(img/common/icon10.png) no-repeat left top / 100%;
	content: '';
}
#index .activites .linkList li .pho {
	width: 9.1rem;
}
#index .activites .linkList li .txt {
	padding-top: 0.2rem;
	width: calc(100% - 12.1rem);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.43;
	letter-spacing: 0.05em;
}
#index .activites .linkList li:nth-child(2) a,
#index .activites .linkList li:nth-child(2) a::before {
	background-color: #CB9DE0;
}
#index .activites .linkList li:nth-child(3) a,
#index .activites .linkList li:nth-child(3) a::before {
	background-color: #97BCF2;
}
#index .activites .linkList li:nth-child(4) a,
#index .activites .linkList li:nth-child(4) a::before {
	background-color: #92C4DD;
}
#index .activites .linkList li:nth-child(5) a,
#index .activites .linkList li:nth-child(5) a::before {
	background-color: #D5DB63;
}
#index .activites .linkList li:nth-child(6) a,
#index .activites .linkList li:nth-child(6) a::before {
	background-color: #F4C762;
}
#index .member {
	padding: 7.8rem 0 10.4rem;
}
#index .member .headLine01 {
	margin-bottom: 2.8rem;
}
#index .member .imgBox .photo {
	margin: 0.2rem 0 0 2.3rem;
	width: 23.4rem;
}
#index .member .imgBox .textBox {
	width: calc(100% - 34.1rem);
}
#index .member .imgBox .textBox .title {
	margin-bottom: 3.7rem;
	font-size: 3.7rem;
	line-height: 1.62;
	letter-spacing: 0.05em;
}
#index .member .imgBox .textBox .text {
	margin-bottom: 1.9rem;
	line-height: 2.67;
}
#index .member .imgBox .textBox .comLink {
	margin: 0 1.2rem 0 auto;
}
#index .summary {
	padding: 8.3rem 0 10.9rem;
	background-color: rgba(242, 150, 0, 0.25);
}
#index .summary .headLine01 {
	margin-bottom: 6.3rem;
}
#index .summary .inner {
	margin-bottom: 4.6rem;
	padding: 6.3rem 0 7.7rem;
	border-radius: 2rem;
	background-color: #FFF;
}
#index .summary .comLink {
	margin-right: 1.2rem;
}
#index .news {
	padding: 8.2rem 0 0;
}
#index .news .newsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .news .newsBox .lBox {
	width: 48rem;
}
#index .news .newsBox .lBox .headLine01 {
	margin-bottom: 1.2rem;
}
#index .news .newsBox .lBox .comLink {
	margin: 0 0 0;
	width: 22.6rem;
}
#index .news .newsBox .comTopicBox {
	margin-top: 2.7rem;
	width: calc(100% - 51.5rem);
}
#index .news .newsBox .comTopicBox .textList {
	width: 86%;
}
#index .form-step2 {
	display: none;
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		margin: -1.1rem 0 2rem;
	}
	#index .mainVisual .inner {
		margin: 0 auto -6.8rem;
		padding: 0 2.7rem;
		max-width: inherit;
	}
	#index .mainVisual .topBox {
		margin-bottom: 1.3rem;
	}
	#index .mainVisual .topBox h2 {
		font-size: 2.7rem;
		line-height: 1.4;
	}
	#index .mainVisual .topBox h2 .en {
		margin: 0.5rem 0 0 0.3rem;
		font-size: 1.8rem;
	}
	#index .mainVisual .topBox .photo {
		margin: -1.1rem -0.5rem 0 -1.2rem;
	}
	#index .mainVisual .topBox .photo img {
		width: 100%;
	}
	#index .mainVisual .textArea {
		display: block;
	}
	#index .mainVisual .textArea::before {
		top: 15.7rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 70.3rem;
		height: 34.5rem;
	}
	#index .mainVisual .textArea .lBox {
		margin: 0;
	}
	#index .mainVisual .textArea .lBox .title {
		margin: 0 auto 6.6rem;
		padding-left: 0.2rem;
		width: fit-content;
		height: 21rem;
		font-size: 2.2rem;
		line-height: 2;
		box-sizing: content-box;
	}
	#index .mainVisual .textArea .rBox {
		width: auto;
	}
	#index .mainVisual .textArea .rBox .title {
		margin-bottom: 2.6rem;
		font-size: 2rem;
		text-align: center;
	}
	#index .mainVisual .textArea .rBox .textBox {
		margin: 0 0.6rem 2.7rem;
	}
	#index .mainVisual .textArea .rBox .textBox .text {
		margin-bottom: 0.9rem;
		line-height: 2.14;
	}
	#index .mainVisual .textArea .comLink {
		width: 22.5rem;
	}
	#index .mainVisual .textArea .comLink a {
		padding: 0 3.5rem;
		min-height: 4.5rem;
		background-position: right 1.6rem center;
	}
	#index .mainVisual .enBox .en {
		padding-bottom: 3rem;
		font-size: 10.2rem;
	}
	#index .major {
		padding: 2.9rem 0 4.7rem;
	}
	#index .major .headLine01 {
		margin-bottom: 2.7rem;
	}
	#index .major .linkList {
		margin-bottom: 3.5rem;
		gap: 1rem 0.9rem;
	}
	#index .major .linkList li {
		width: calc((100% - 0.9rem) / 2);
	}
	#index .major .caseBox {
		margin: 0 0.2rem 2.5rem;
		padding: 2.6rem 2rem;
		border-radius: 1rem;
	}
	#index .major .caseBox .headLine02 {
		margin-bottom: 0.5rem;
		font-size: 1.7rem;
	}
	#index .major .caseBox .inner {
		margin: 0;
		max-width: inherit;
	}
	#index .major .caseBox .caseList li {
		padding: 0 1rem 0 1.5rem;
	}
	#index .major .caseBox .caseList li a {
		padding: 1.6rem 0 1.6rem 2.1rem;
		line-height: 1.71;
	}
	#index .major .caseBox .caseList li a::before {
		top: 2.4rem;
		width: 1.2rem;
		height: 1.2rem;
		border-radius: 0.2rem;
	}
	#index .message {
		padding: 3.9rem 0 5rem;
	}
	#index .message .imgBox {
		margin-bottom: 4.5rem;
		display: block;
	}
	#index .message .imgBox .textBox {
		width: auto;
	}
	#index .message .imgBox .textBox .headLine01 {
		margin-bottom: 2.6rem;
	}
	#index .message .imgBox .textBox .textInner .text {
		margin-bottom: 1.9rem;
		line-height: 2.14;
	}
	#index .message .imgBox .photoBox {
		margin: 0 4.2rem 3.3rem;
		width: auto;
	}
	#index .message .imgBox .photoBox img {
		width: 100%;
	}
	#index .message .imgBox .photoBox .en {
		margin: -2.5rem 0 0.2rem;
		font-size: 3.7rem;
	}
	#index .message .imgBox .photoBox .name {
		margin-right: 0.2rem;
		font-size: 1.4rem;
	}
	#index .activites {
		padding: 3.3rem 0 3.8rem;
	}
	#index .activites .headLine01 {
		margin-bottom: 2.1rem;
	}
	#index .activites .linkList {
		margin: 0;
		gap: 0.7rem 0.7rem;
	}
	#index .activites .linkList li {
		width: calc((100% - 0.7rem) / 2);
	}
	#index .activites .linkList li a {
		padding: 1rem 0.2rem 2.9rem;
		display: block;
		border: 0.2rem solid #FFF;
		border-radius: 0.6rem;
	}
	#index .activites .linkList li a::before {
		margin-top: 0;
		top: auto;
		right: auto;
		bottom: 0.9rem;
		left: 50%;
		width: 1.8rem;
		height: 1.8rem;
		transform: translateX(-50%);
	}
	#index .activites .linkList li a::after {
		margin-top: 0;
		top: auto;
		right: auto;
		left: 50%;
		bottom: 1.5rem;
		transform: translateX(-50%);
		width: 0.5rem;
		height: 0.7rem;
	}
	#index .activites .linkList li .pho {
		margin: 0 auto 0.5rem;
		width: 3.8rem;
		display: block;
	}
	#index .activites .linkList li .txt {
		padding-top: 0;
		min-height: 4.1rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		line-height: 1.28;
		text-align: center;
	}
	#index .member {
		padding: 3.2rem 0 7.7rem;
	}
	#index .member .headLine01 {
		margin-bottom: 2.1rem;
	}
	#index .member .imgBox {
		display: block;
	}
	#index .member .imgBox .photo {
		margin: 0 0 3.2rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#index .member .imgBox .photo .sub {
		margin: 3.3rem 0 0 2.3rem;
		width: 11.9rem;
	}
	#index .member .imgBox .photo .title {
		margin-right: 0;
		width: calc(100% - 16.3rem);
		height: 28.2rem;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 2;
		letter-spacing: 0.05em;
		-webkit-writing-mode : tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: left;
	}
	#index .member .imgBox .textBox {
		width: auto;
	}
	#index .member .imgBox .textBox .text {
		margin: 0 0.4rem 3.2rem;
		font-size: 1.6rem;
		line-height: 2.14;
		padding: 3.2rem 3.8rem 3.7rem;	
		border-radius: 1rem;
		background-color: #FFF;
	}
	#index .summary {
		padding: 2.1rem 0 5.5rem;
	}
	#index .summary .headLine01 {
		margin-bottom: 2.3rem;
	}
	#index .summary .inner {
		margin: 0 0.3rem 2.4rem;
		padding: 0.8rem 2.5rem 4.1rem;
		border-radius: 1rem;
	}
	#index .summary .comLink {
		width: 20.7rem;
	}
	#index .news {
		padding: 4.6rem 0.7rem 0;
	}
	#index .news .newsBox {
		display: block;
	}
	#index .news .newsBox .lBox {
		width: auto;
	}
	#index .news .newsBox .lBox .headLine01 {
		margin-bottom: 0.6rem;
	}
	#index .news .newsBox .lBox .headLine01 .en {
		margin-bottom: 0.1rem;
	}
	#index .news .newsBox .comLink {
		margin: 0 0 0;
		width: 14.6rem !important;
	}
	#index .news .newsBox .comTopicBox {
		margin-top: 0;
		width: auto;
	}
	#index .news .newsBox .comTopicBox .textList {
		margin-bottom: 2.9rem;
		padding: 0 0 0 0.7rem;
		width: auto;
	}
	#index .news .newsBox .comTopicBox .textList li {
		padding: 1.6rem 0 1.2rem;
	}
	#index .news .newsBox .comTopicBox .textList li .topTxt {
		margin-bottom: 0.5rem;
	}
	#index .news .newsBox .comTopicBox .textList li .txt {
		line-height: 1.36;
	}
}
/*------------------------------------------------------------
    jinpai
------------------------------------------------------------*/
@media all and (min-width: 897px) {
    #jinpai .headLine06 {
        margin-bottom: 2.5rem;
    }
    #jinpai p {
        margin-bottom: 4.8rem;
    }
}
@media all and (max-width: 896px) {
    #jinpai .headLine06 {
        margin-bottom: 1.7rem;
    }
}
/*------------------------------------------------------------
    mental-health
------------------------------------------------------------*/
@media all and (min-width: 897px) {
    #mental-health p {
        margin-bottom: 4.8rem;
    }
}
/*------------------------------------------------------------
    asbestos
------------------------------------------------------------*/
#asbestos .sec02 .headLine03 {
    margin-bottom: 4rem;
}
#asbestos .sec02 .textUl {
    margin-top: -3.5rem;
}
#asbestos .sec02 .textUl li {
    margin-top: 3.5rem;
    padding: 4.1rem 4rem 4.4rem;
    width: calc(50% - 2.2rem);
    border-radius: 2rem;
    background : rgba(242, 150, 0, 0.25);
}
#asbestos .sec02 .textUl li .headLine05 {
    margin-bottom: 1.5rem;
}
#asbestos .sec02 .textUl li p {
    line-height: 2;
}
@media all and (min-width: 897px) {
    #asbestos .headLine06 {
        margin-bottom: 2rem;
    }
    #asbestos p {
        margin-bottom: 4.8rem;
    }
    #asbestos .comInner {
        margin-bottom: 8.8rem;
    }
}
@media all and (max-width: 896px) {
    #asbestos .sec02 .headLine03 {
        margin-bottom: 2.2rem;
    }
    #asbestos .sec02 .textUl {
        margin-top: 0;
        display: block;
    }
    #asbestos .sec02 .textUl li {
        margin: 0 0 2rem;
        padding: 3.9rem 2.3rem 3.0rem;
        width: auto;
        border-radius: 1rem;
    }
    #asbestos .sec02 .textUl li:last-child {
        margin-bottom: 0;
    }
    #asbestos .sec02 .textUl li .headLine05 {
        margin-bottom: 1.7rem;
        font-size: 1.9rem;
    }
    #asbestos .sec02 .textUl li p {
        line-height: 2.14;
    }
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .comNavi {
	min-height: 63.8rem;
}
#about .comNavi li a {
	background-image: url(img/common/icon15.png);
}
#about .sec01 .headLine02 {
	margin-bottom: 5.5rem;
}
#about .sec02 {
	padding: 6.9rem 0 12.3rem;
	background-color: rgba(242, 150, 0, 0.25);
}
#about .sec02 .headLine02 {
	margin-bottom: 6.6rem;
	width: 85.4rem;
}
#about .sec02 .imgBox .photoBox {
	width: calc(50% - 33.7rem);
}
#about .sec02 .imgBox .photoBox .subBox {
	margin: 6.9rem -18.1rem 0 auto;
	width: 46rem;
	position: relative;
	z-index: 5;
}
#about .sec02 .imgBox .photoBox .subBox .photo {
	margin-bottom: -5.7rem;
}
#about .sec02 .imgBox .photoBox .subBox .en {
	margin-bottom: -0.2rem;
	color: #3F94D8;
	font-size: 7rem;
	text-align: right;
	letter-spacing: 0.05em;
}
#about .sec02 .imgBox .photoBox .subBox .name {
	margin-right: 0.6rem;
	text-align: right;
	letter-spacing: 0.05em;
}
#about .sec02 .imgBox .textBox {
	padding: 7.8rem 0 9.4rem 26.7rem;
	width: calc(50% + 33.7rem);
	background-color: #FFF;
	border-radius: 2rem 0 0 2rem;
	box-sizing: border-box;
}
#about .sec02 .imgBox .textBox .subBox {
	max-width: 67rem;
}
#about .sec02 .imgBox .textBox .text {
	margin-bottom: 4.8rem;
	line-height: 2.67;
}
#about .sec02 .imgBox .textBox .text:last-child {
	margin-bottom: 0;
}
#about .sec03 {
	padding: 6.5rem 0 7.7rem;
}
#about .sec03 .headLine02 {
	margin-bottom: 5.7rem;
}
#about .sec03 .title {
	margin-bottom: 1.3rem;
	font-size: 2.4rem;
	font-weight: 700;
}
#about .sec03 .text {
	line-height: 2.67;
}
#about .sec04 {
	padding: 7.8rem 0 9.2rem;
	background-color: rgba(242, 150, 0, 0.25);
}
#about .sec04 .headLine02 {
	margin-bottom: 6rem;
}
#about .sec04 .inner {
	padding: 6.6rem 0 4.6rem;
	background-color: #FFF;
	border-radius: 2rem;
}
#about .sec04 .inner .comTextList li:last-child {
	border-bottom: none;
}
#about .sec04 .inner .comTextList .txt.spec01 {
	margin-top: -1.6rem;
	line-height: 3.33;
}
#about .sec05 {
	padding: 10.4rem 0 2.6rem;
}
#about .sec05 .headLine02 {
	margin-bottom: 6.2rem;
}
#about .sec05 .dlBox {
	margin: 0 auto;
	max-width: 110rem;
	position: relative;
}
#about .sec05 .dlBox::before {
	position: absolute;
	top: 1rem;
	left: 16.1rem;
	bottom: 0;
	width: 1px;
	background-color: #111;
	content: '';
}
#about .sec05 .dateDl {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .sec05 .dateDl:last-child {
	margin-bottom: 0;
}
#about .sec05 .dateDl dt {
	width: 16.6rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#about .sec05 .dateDl dd {
	padding-top: 0.4rem;
	width: calc(100% - 18.7rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .sec05 .dateDl dd .date {
	position: relative;
	width: 10rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: right;
	line-height: 2;
}
#about .sec05 .dateDl dd .date::before {
	position: absolute;
	top: 1.4rem;
	left: -3.2rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 1.2rem;
	background-color: #000;
	content: '';
}
#about .sec05 .dateDl dd .txt {
	padding-top: 0.2rem;
	width: calc(100% - 16.1rem);
	line-height: 2;
}
#about .sec05 .dateDl dd .mb01 {
	margin-bottom: 1.6rem;
}
@media all and (max-width: 896px) {
	#about .comNavi {
		display: none;
	}
	#about .sec01 .headLine02 {
		margin-bottom: 2.8rem;
	}
	#about .sec02 {
		margin-top: 4.3rem;
		padding: 3.9rem 0 5.3rem;
		background : rgba(255, 145, 0, 0.25);
	}
	#about .sec02 .headLine02 {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#about .sec02 .imgBox {
		display: block;
	}
	#about .sec02 .imgBox .photoBox {
		margin: 0 7rem -74.4vw;
		width: auto;
	}
	#about .sec02 .imgBox .photoBox img {
		width: 100%;
	}
	#about .sec02 .imgBox .photoBox .subBox {
		margin: 0;
		width: auto;
	}
	#about .sec02 .imgBox .photoBox .subBox .photo {
		margin-bottom: -3rem;
	}
	#about .sec02 .imgBox .photoBox .subBox .en {
		margin-bottom: -0.3rem;
		font-size: 3.7rem;
	}
	#about .sec02 .imgBox .photoBox .subBox .name {
		margin-right: 0.3rem;
		font-size: 1.4rem;
	}
	#about .sec02 .imgBox .textBox {
		margin-left: 3rem;
		padding: 82.6vw 4rem 4.7rem;
		width: auto;
		border-radius: 1rem 0 0 1rem;
	}
	#about .sec02 .imgBox .textBox .subBox {
		max-width: inherit;
	}
	#about .sec02 .imgBox .textBox .text {
		margin-bottom: 3rem;
		line-height: 2.14;
	}
	#about .sec03 {
		padding: 4.8rem 0 4.4rem;
	}
	#about .sec03 .headLine02 {
		margin-bottom: 3.1rem;
	}
	#about .sec03 .title {
		margin-bottom: 0.8rem;
		font-size: 1.7rem;
	}
	#about .sec03 .text {
		line-height: 2.14;
	}
	#about .sec04 {
		padding: 4.5rem 0 3.7rem;
		background : rgba(255, 145, 0, 0.25);
	}
	#about .sec04 .headLine02 {
		margin-bottom: 2.4rem;
	}
	#about .sec04 .inner {
		margin: 0 0.3rem;
		padding: 0.9rem 2.5rem 2rem;
		border-radius: 1rem;
	}
	#about .sec04 .inner .comTextList .txt.spec01 {
		margin-top: 0;
		line-height: 2.14;
	}
	#about .sec05 {
		padding: 4.5rem 0 0;
	}
	#about .sec05 .headLine02 {
		margin-bottom: 2.7rem;
	}
	#about .sec05 .dlBox {
		margin: 0 0.3rem;
		max-width: inherit;
	}
	#about .sec05 .dlBox::before {
		top: 0.5rem;
		left: 8rem;
		bottom: 0;
	}
	#about .sec05 .dateDl {
		margin-bottom: 1.5rem;
	}
	#about .sec05 .dateDl dt {
		width: 8rem;
		font-size: 1.7rem;
	}
	#about .sec05 .dateDl dd {
		margin-top: -0.2rem;
		padding-top: 0;
		width: calc(100% - 10.8rem);
		display: block;
	}
	#about .sec05 .dateDl dd .date {
		width: auto;
		font-size: 1.7rem;
		text-align: left;
		line-height: 1.84;
	}
	#about .sec05 .dateDl dd .date::before {
		top: 1.2rem;
		left: -3rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	#about .sec05 .dateDl dd .txt {
		padding-top: 0;
		width: auto;
		font-size: 1.5rem;
		line-height: 1.84;
	}
}
/*------------------------------------------------------------
	nou
------------------------------------------------------------*/
#nou .headLine06 {
	margin-bottom: 2.5rem;
}
#nou .comBox p {
	margin-bottom: 4.8rem;
}
#nou .sec02 {
	margin: 7.4rem 0 8.9rem;
}
#nou .sec02 .headLine03 {
	margin-bottom: 2.1rem;
}
#nou .sec02 .textArea {
	margin: -2.5rem 1.1rem 0 0.1rem;
	padding: 4.5rem 4.1rem 4.7rem;
	gap: 6.4rem;
	background : rgba(242, 150, 0, 0.25);
	border-radius: 2rem;
}
#nou .sec02 .textArea .subBox {
	display: flex;
	flex-wrap: wrap;
}
#nou .sec02 .textArea .subBox .headLine05 {
	margin-right: 4.7rem;
}
#nou .sec02 .textArea .subBox p {
	margin-top: 0.5rem;
	line-height: 2;
}
#nou .sec03 {
	margin: 0;
}
#nou .sec03 .headLine03 {
	margin-bottom: 2.1rem;
}
#nou .sec03 p {
	margin-bottom: 2.7rem;
}
@media all and (max-width: 896px) {
	#nou .headLine06 {
		margin-bottom: 1.4rem;
	}
	#nou .comBox p {
		margin-bottom: 2rem;
	}
	#nou .sec02 {
		margin: 0 0 4rem;
	}
	#nou .sec02 .headLine03 {
		margin-bottom: 1.5rem;
	}
	#nou .sec02 .textArea {
		margin: 0;
		padding: 3rem 2rem;
		display: block;
		border-radius: 1rem;
	}
	#nou .sec02 .textArea .subBox {
		margin-bottom: 3rem;
		display: block;
	}
	#nou .sec02 .textArea .subBox:last-child {
		margin-bottom: 0;
	}
	#nou .sec02 .textArea .subBox .headLine05 {
		margin-right: 0;
	}
	#nou .sec02 .textArea .subBox p {
		margin-top: 0;
	}
	#nou .sec03 .headLine03 {
		margin-bottom: 1.5rem;
	}
}
/*------------------------------------------------------------
	jyousi-keiwan
------------------------------------------------------------*/
#jyousi-keiwan .sec01 .headLine06 {
	margin-bottom: 2.5rem;
}
#jyousi-keiwan .sec01 p {
	margin-bottom: 4.8rem;
}
#jyousi-keiwan .sec02 {
	margin: -0.6rem 0 7.6rem;
}
#jyousi-keiwan .sec02 .headLine03 {
	margin-bottom: 2.8rem;
}
#jyousi-keiwan .sec03 {
	margin: 0;
}
#jyousi-keiwan .sec03 .headLine03 {
	margin-bottom: 2.1rem;
}
#jyousi-keiwan .sec03 .inner {
	padding: 4.9rem 5.2rem 3rem;
	background : rgba(242, 150, 0, 0.25);
	border-radius: 2rem;
}
#jyousi-keiwan .sec03 .inner .textList {
	margin-bottom: 1.4rem;
}
#jyousi-keiwan .sec03 .inner .textList li:not(:last-child) {
	margin-bottom: 3rem;
}
#jyousi-keiwan .sec03 .inner .textList li .headLine05 {
	margin-bottom: 0.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
#jyousi-keiwan .sec03 .inner .textList li .txt {
	padding-left: 3.3rem;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#jyousi-keiwan .sec01 .headLine06 {
		margin-bottom: 1.4rem;
	}
	#jyousi-keiwan .sec01 p {
		margin-bottom: 2rem;
	}
	#jyousi-keiwan .sec02 {
		margin: 0 0 4rem;
	}
	#jyousi-keiwan .sec02 .headLine03 {
		margin-bottom: 1.5rem;
	}
	#jyousi-keiwan .sec03 .headLine03 {
		margin-bottom: 1.5rem;
	}
	#jyousi-keiwan .sec03 .inner {
		padding: 3rem 2rem;
		border-radius: 1rem;
	}
	#jyousi-keiwan .sec03 .inner .textList li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#jyousi-keiwan .sec03 .inner .textList li .txt {
		padding-left: 1em;
	}
}
/*------------------------------------------------------------
	youtsu
------------------------------------------------------------*/
#youtsu .headLine06 {
	margin-bottom: 2.5rem;
}
#youtsu .comInner p {
	margin-bottom: 4.8rem;
}
#youtsu .sec01 .comTextUl {
	margin: -0.7rem -0.7rem 4.4rem;
	display: block;
}
#youtsu .sec01 .comTextUl li {
	margin-bottom: 3.2rem;
	padding: 5.1rem 5.4rem 5.3rem;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#youtsu .sec01 .comTextUl li:last-child {
	margin-bottom: 0;
}
#youtsu .sec01 .comTextUl li .num {
	margin-bottom: 0;
	padding-bottom: 0.7rem;
	width: 4.6rem;
}
#youtsu .sec01 .comTextUl li .txt {
	margin-top: -0.5rem;
	width: calc(100% - 8.3rem);
}
@media all and (max-width: 896px) {
	#youtsu .headLine06 {
		margin-bottom: 1.4rem;
	}
	#youtsu .comInner p {
		margin-bottom: 1.5rem;
	}
	#youtsu .sec01 .comTextUl {
		margin: 3rem -0.2rem 2.6rem;
	}
	#youtsu .sec01 .comTextUl li {
		margin-bottom: 2rem;
		padding: 3rem 2.6rem 3.6rem;
		display: block;
	}
	#youtsu .sec01 .comTextUl li .num {
		margin: 0 auto 1.8rem !important;
		padding: 0.3rem 0.5rem;
		width: 2.8rem;
		font-size: 1.9rem;
	}
	#youtsu .sec01 .comTextUl li .txt {
		margin-top: 0;
		width: auto;
		line-height: 2.14;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 10.5rem 0 0;
}
.comContactBox .headLine01 {
	margin-bottom: 7rem;
}
.comContactBox .telBox {
	margin-bottom: 4.2rem;
	padding: 5.2rem 7.2rem 4.8rem 7.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 2rem;
	background-color: #FFF;
	box-shadow : 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.1);
}
.comContactBox .telBox .headLine04 {
	margin-bottom: 0.7rem;
}
.comContactBox .telBox .link {
	width: 67.6rem;
}
.comContactBox .telBox .link a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 5rem;
	font-weight: 900;
	background-color: #F29600;
	border-radius: 5rem;
}
.comContactBox .telBox .link a .sub {
	padding: 1rem 3.7rem 1.4rem 9.8rem;
	display: inline-block;
	letter-spacing: 0.05em;
	background: url(img/common/icon12.png) no-repeat left center / 6.9rem;
}
.comContactBox .tableBox {
	padding: 7.4rem 7.7rem 6.1rem;
	border-radius: 2rem;
	background-color: #FFF;
	box-shadow : 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.1);
}
.comContactBox .tableBox .headLine04 {
	margin-bottom: 2.6rem;
}
.comContactBox .tableBox .noteUl {
	margin-bottom: 3.8rem;
}
.comContactBox .tableBox .noteUl li {
	padding-left: 1em;
	color: #CC0000;
	line-height: 2;
	text-indent: -1em;
}
.comContactBox .tableBox .noteText {
	margin: -0.3rem 0 3.7rem;
	padding: 1.1rem 2.3rem 0.9rem;
	color: #FFF;
	font-weight: 700;
	background-color: #DE0000;
	display: none;
}
.comContactBox .tableBox .wpcf7-not-valid-tip {
	margin: 1.1rem 0 0.8rem;
	padding-left: 1em;
	color: #DE0000;
	font-size: 1.6rem;
	font-weight: 700;
	text-indent: -1em;
}
.comContactBox .tableBox table {
	margin-bottom: 4.7rem;
	width: 100%;
	border-collapse: collapse;
}
.comContactBox .tableBox th,
.comContactBox .tableBox td {
	padding: 2.3rem 0 1rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	border-bottom: 1px solid #CCC;
}
.comContactBox .tableBox tr:last-child th,
.comContactBox .tableBox tr:last-child td {
	border-bottom: none;
}
.comContactBox .tableBox th {
	width: 22.4%;
	font-weight: 500;
}
.comContactBox .tableBox th .sub {
	position: relative;
	line-height: 1.33;
	display: block;
}
.comContactBox .tableBox th .sub .must {
	padding: 0.3rem;
	display: inline-block;
	position: absolute;
	top: -0.2rem;
	right: 0;
	width: 4.7rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	background-color: #CC0000;
}
.comContactBox .tableBox td {
	padding: 1.2rem 0 1.2rem 3.7rem;
}
.comContactBox .tableBox textarea,
.comContactBox .tableBox input[type="tel"],
.comContactBox .tableBox input[type="text"],
.comContactBox .tableBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.5rem;
    height: 4.6rem;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
	color: #111;
    font-size: 1.8rem;
    padding: 0 2rem;
    width: 48.2rem;
    letter-spacing: 0.05em;
    background-color: #FFF;
}
.comContactBox .tableBox textarea {
	padding: 2rem;
	width: 100%;
	height: 18rem;
	resize: vertical;
}
.comContactBox input::-webkit-input-placeholder { /* WebKit browsers */
	color: #CCCCCC;
	opacity:1;
}
.comContactBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #CCCCCC;
	opacity:1;
}
.comContactBox input::-moz-placeholder {
	color: #CCCCCC;
	opacity:1;
}
.comContactBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #CCCCCC;
	opacity:1;
}
.comContactBox .tableBox td .text {
	margin: 0.5rem 0 2.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0;
}
.comContactBox .tableBox .agree {
	margin-bottom: 3rem;
}
.comContactBox .tableBox .agree input[type="checkbox"] {
	display: none;
}
.comContactBox .tableBox .agree input[type="checkbox"] ~ span {
	padding: 0.5rem 0 0.5rem 3.4rem;
	font-size: 1.6rem;
	font-weight: 700;
    cursor: pointer;
	letter-spacing: 0;
	background: url(img/common/icon13.png) no-repeat left center / 2.5rem;
}
.comContactBox .tableBox .agree input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/icon13_on.png);
}
.comContactBox .tableBox .scrollBox {
	padding: 2.6rem 3.4rem 3.2rem;
	height: 21.5rem;
	border: 1px solid #CCC;
	box-sizing: border-box;
	overflow-y: scroll;
}
.comContactBox .tableBox .scrollBox .ttl {
	margin-bottom: 1.6rem;
	font-weight: 900;
}
.comContactBox .tableBox .scrollBox .txt {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 600;
	letter-spacing: 0;
}
.comContactBox .tableBox .submit {
	gap: 3rem;
}
.comContactBox .tableBox .submit li {
	width: 41.4rem;
}
.comContactBox .tableBox .submit li input {
	padding: 0 7.4rem 0.2rem;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 8.3rem;
	border-radius: 4.1rem;
	text-align: left;
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	border: none;
	background: #F29600 url("img/common/icon14.png") no-repeat right 2.9rem center / 3.8rem;
}
.comContactBox .wpcf7-list-item {
	margin-left: 0;
}
.comContactBox  .wpcf7-spinner {
	margin: 1rem auto 0;
	display: block;
}
.comContactBox .tableBox.confirm textarea,
.comContactBox .tableBox.confirm input[type="tel"],
.comContactBox .tableBox.confirm input[type="text"],
.comContactBox .tableBox.confirm input[type="email"] {
    background-color: #DCDCDC;
}
.comContactBox .tableBox.confirm textarea,
.comContactBox .tableBox.confirm input {
	cursor: default;
}
.comContactBox .tableBox.confirm input:-internal-autofill-selected {
    box-shadow: inset 0 0 0 100rem #DCDCDC !important;
}
.comContactBox .tableBox.confirm tr:nth-last-child(2) th,
.comContactBox .tableBox.confirm tr:nth-last-child(2) td {
	border-bottom: none;
}
@media all and (min-width: 897px) {
	.comContactBox .tableBox .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 3.9rem 0 0;
	}
	.comContactBox .headLine01 {
		margin-bottom: 3.4rem;
	}
	.comContactBox .telBox {
		margin-bottom: 2.5rem;
		padding: 2.4rem;
		display: block;
		border-radius: 1rem;
		box-shadow : none;
	}
	.comContactBox .telBox .headLine04 {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
		font-weight: 900;
		text-align: center;
	}
	.comContactBox .telBox .link {
		margin: 0 auto;
		width: auto;
		max-width: 28.6rem;
	}
	.comContactBox .telBox .link a {
		font-size: 2.7rem;
		border-radius: 2.5rem;
	}
	.comContactBox .telBox .link a .sub {
		padding: 0.5rem 0rem 0.7rem 4.9rem;
		display: inline-block;
		letter-spacing: 0.05em;
		background: url(img/common/icon12.png) no-repeat left center / 3.5rem;
	}
	.comContactBox .tableBox {
		padding: 3rem;
		border-radius: 1rem;
		box-shadow: none;
	}
	.comContactBox .tableBox .headLine04 {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
		font-weight: 900;
		text-align: center;
	}
	.comContactBox .tableBox .noteUl {
		margin-bottom: -0.5rem;
	}
	.comContactBox .tableBox .noteUl li {
		margin-bottom: 1rem;
		font-size: 1.5rem;
		line-height: 1.38;
	}
	.comContactBox .tableBox .noteUl li:last-child {
		margin-bottom: 0;
	}
	.comContactBox .tableBox .noteText {
		margin: 2rem 0;
		padding: 1.1rem 2rem 0.9rem;
		font-size: 1.5rem;
	}
	.comContactBox .tableBox .wpcf7-not-valid-tip {
		margin: -0.2rem 0 0.7rem;
		font-size: 1.4rem;
	}
	.comContactBox .tableBox th,
	.comContactBox .tableBox td {
		padding: 2.5rem 0 0;
		width: 100% !important;
		display: block;
		border-bottom: 1px solid #CCC;
	}
	.comContactBox .tableBox th {
		border-bottom: none;
	}
	.comContactBox .tableBox th .sub .must {
		padding: 0.3rem;
		top: -0.4rem;
		right: 0.3rem;
		width: 4rem;
		font-size: 1.4rem;
	}
	.comContactBox .tableBox td {
		padding: 0.8rem 0 1.2rem;
	}
	.comContactBox .tableBox textarea,
	.comContactBox .tableBox input[type="tel"],
	.comContactBox .tableBox input[type="text"],
	.comContactBox .tableBox input[type="email"] {
		border-radius: 0.3rem;
		height: 3.3rem;
		font-size: 1.6rem;
		padding: 0 1.5rem;
		width: 100%;
	}
	.comContactBox .tableBox textarea {
		padding: 1.5rem;
		height: 19.7rem;
	}
	.comContactBox .tableBox td .text {
		margin: 0.5rem 0 2.5rem;
		font-size: 1.6rem;
	}
	.comContactBox .tableBox .agree input[type="checkbox"] ~ span {
		padding: 0.5rem 0 0.5rem 3rem;
		font-size: 1.6rem;
		background: url(img/common/icon13.png) no-repeat left center / 2rem;
	}
	.comContactBox .tableBox .scrollBox {
		padding: 2rem;
		height: 19rem;
	}
	.comContactBox .tableBox .scrollBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.7rem;
	}
	.comContactBox .tableBox .scrollBox .txt {
		font-size: 1.6rem;
	}
	.comContactBox .tableBox .submit {
		display: block;
	}
	.comContactBox .tableBox .submit li {
		margin: 0 auto;
		width: auto;
		max-width: 22.5rem;
	}
	.comContactBox .tableBox .submit li input {
		padding: 0 3.5rem 0.2rem;
		height: 4.5rem;
		border-radius: 2.3rem;
		font-size: 1.6rem;
		background: #F29600 url("img/common/icon14.png") no-repeat right 1.6rem center / 2.1rem;
	}
}
/*------------------------------------------------------------
	confirm
------------------------------------------------------------*/
#index.confirm .comContactBox {
	padding: 0;
}
#index.confirm .comContactBox .tableBox {
	padding-bottom: 7.7rem;
}
#index.confirm .comContactBox .tableBox table {
	margin-bottom: 3rem;
}
#index.confirm .comContactBox .headLine01 {
	margin-bottom: 5.5rem;
}
#index.confirm .comContactBox .tableBox .headLine04 {
	margin-bottom: 2.2rem;
}
#index.confirm .comContactBox .tableBox th,
#index.confirm .comContactBox .tableBox td {
	padding: 2.4rem 0 2rem;
}
#index.confirm .comContactBox .tableBox td {
	padding: 1.5rem 0 2rem 5.8rem;
	line-height: 2;
}
#index.confirm .comContactBox .tableBox .submit {
	gap: 2.6rem;
}
#index.confirm .comContactBox .tableBox .submit li input {
	padding: 0 7.4rem 0.2rem 5.2rem;
	text-align: center;
}
#index.confirm .comContactBox .tableBox .submit li.back input {
	padding: 0 5.2rem 0.2rem 7.4rem;
	background: #F29600 url("img/common/icon14_back.png") no-repeat left 2.9rem center / 3.9rem;
}
@media all and (max-width: 896px) {
	#index.confirm .comContactBox .tableBox {
		padding: 3.1rem 3rem 0.6rem;
	}
	#index.confirm .comContactBox .headLine01 {
		margin-bottom: 3.3rem;
	}
	#index.confirm .comContactBox .tableBox .headLine04 {
		margin-bottom: 0.2rem;
	}
	#index.confirm .comContactBox .tableBox th,
	#index.confirm .comContactBox .tableBox td {
		padding: 2.4rem 0 0;
	}
	#index.confirm .comContactBox .tableBox td {
		padding: 1.3rem 0 1.6rem;
		line-height: 1.71;
	}
	#index.confirm .comContactBox .tableBox .submit {
		margin: 0 -0.3rem;
		gap: 1rem;
		display: flex;
	}
	#index.confirm .comContactBox .tableBox .submit li {
		margin: 0;
		width: calc((100% - 1rem) / 2);
		max-width: 14rem;
	}
	#index.confirm .comContactBox .tableBox .submit li input {
		padding: 0 2.8rem 0.3rem;
		text-align: left;
	}
	#index.confirm .comContactBox .tableBox .submit li.back input {
		padding: 0 2.8rem 0.3rem;
		text-align: right;
		background-size: 2.1rem;
		background-position: left 1.6rem center;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#thanks .comContactBox {
	padding: 0;
}
#thanks .comContactBox .headLine01 {
	margin-bottom: 5.5rem;
}
#thanks .comContactBox .tableBox {
	padding-bottom: 9.8rem;
}
#thanks .comContactBox .textBox .text {
	margin-bottom: 3.7rem;
	line-height: 2;
}
#thanks .comContactBox .textBox .text:last-child {
	margin-bottom: 0;
}
#thanks .comContactBox .textBox .text a:not([href^="tel:"]) {
	text-decoration: underline;
}
#thanks .comContactBox .textBox .text a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#thanks .comContactBox .headLine01 {
		margin-bottom: 3.3rem;
	}
	#thanks .comContactBox .tableBox {
		padding: 3.1rem 3rem 4.1rem;
	}
	#thanks .comContactBox .tableBox .headLine04 {
		margin-bottom: 2.4rem;
	}
	#thanks .comContactBox .textBox .text {
		margin-bottom: 2.4rem;
		line-height: 1.71;
	}
}