@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin: -6.5rem 0 6.7rem;
	position: relative;
}
#main .mainVisual .mainImg img {
	width: 100%;
}
#main .mainVisual h2 {
	padding-top: 4.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 100rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.85;
	text-align: center;
	letter-spacing: 0.025em;
	z-index: 1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .mainVisual h2::before {
	position: absolute;
	top: -9.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 44.1rem;
	height: 36.5rem;
	background: url(../img/index/main_bg01.png) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
#main .topText {
	margin-bottom: 8rem;
	font-weight: 700;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.035em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .videoBox {
	margin: 0 auto 10.6rem;
	max-width: 84.8rem;
	aspect-ratio: 848 / 476;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	line-height: 0;
}
#main .videoBox iframe {
	width: 100%;
	height: 100%;
	background: #CCC;
}
#main .news {
	padding: 6.8rem 0 4.3rem;
	background: #fafae2;
}
#main .news .content {
	max-width: 107rem;
}
#main .news .lBox {
	width: 25rem;
}
#main .news .lBox .headLine01 {
	margin-bottom: 19.6rem;
	width: fit-content;
}
#main .news .newsList {
	padding-top: 1.4rem;
	width: calc(100% - 29.4rem);
}
#main .news .newsList li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .news .newsList li a:hover {
	opacity: 0.7;
}
#main .news .newsList li .dateBox {
	padding: 1.7rem 1.2rem;
	width: 16.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #eb6200;
	box-sizing: border-box;
}
#main .news .newsList li .dateBox .number {
	width: 4rem;
	color: #eb6200;
	font-size: 2.55rem;
	font-weight: 700;
}
#main .news .newsList li .dateBox .en {
	padding-top: 0.8rem;
	width: calc(100% - 5.1rem);
	color: #eb6200;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#main .news .newsList li .textBox {
	padding: 2.6rem 1rem 0.8rem;
	width: calc(100% - 17.4rem);
	border-top: 1px solid #000;
}
#main .news .newsList li .textBox .titleBox {
	margin-bottom: 0.3rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#main .news .newsList li .textBox .titleBox .title {
	margin-right: 1.4rem;
	font-size: 1.5rem;
	font-weight: 700;
}
#main .news .newsList li .textBox .titleBox .tagBox {
	margin-top: 0.2rem;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.5rem;
}
#main .news .newsList li .textBox .titleBox .tagBox .tag {
	padding: 0.1rem 1rem 0.2rem;
	color: #f05922;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #f05922;
	border-radius: 2rem;
	line-height: 1.2;
	width: fit-content;
}
#main .news .newsList li .textBox .text {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.035em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#main .company {
	padding: 8.9rem 0 11.1rem;
}
#main .company .inner {
	margin: 0 auto 8.2rem;
	max-width: 90rem;
}
#main .company .inner .textBox:not(:last-child) {
	margin-bottom: 10.6rem;
}
#main .company .inner .textBox .text {
	margin-bottom: 1.3rem;
	font-weight: 700;
	line-height: 1.72;
	letter-spacing: 0.035em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .company .inner .textBox .text:last-child {
	margin-bottom: 0;
}
#main .company .inner .textBox .title {
	font-size: 1.7rem;
	font-weight: 700;
}
#main .company .inner .textBox .textList {
	margin-top: -0.1rem;
}
#main .company .inner .textBox .textList li:not(:last-child) {
	margin-bottom: 3.9rem;
}
#main .company .inner .textBox .textList li .text {
	margin-top: 0.7rem;
	padding-left: 2rem;
}
#main .company .originBox {
	margin: 0 auto;
	padding: 4.5rem 7.5rem 3.8rem;
	width: 104.3rem;
	background: #eff3f5;
	border-radius: 0.7rem;
}
#main .company .originBox .headLine02 {
	margin-bottom: 1.9rem;
}
#main .company .originBox .subBox {
	padding: 0 1rem;
}
#main .company .originBox .subBox .subArea .title {
	margin-bottom: 0.8rem;
	color: #f05922;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .company .originBox .subBox .subArea .text {
	padding: 0 1.4rem;
	line-height: 1.9;
	font-weight: 700;
}
#main .company .originBox .logoBox {
	margin-top: -2.8rem;
	float: right;
	width: 34.9rem;
}
#main .message {
	background: #fafae2;
}
#main .message .inner {
	position: relative;
}
#main .message .inner .textBox {
	padding: 4.5rem 0 1rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 90rem;
	z-index: 5;
}
#main .message .inner .textBox .subBox .headLine02 {
	margin-bottom: 3.6rem;
}
#main .message .inner .textBox .subBox .text {
	margin-bottom: 1.5rem;
	font-weight: 700;
	line-height: 1.72;
	letter-spacing: 0.035em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .message .inner .textBox .subBox .text.style01 {
	margin-top: 2.5rem;
}
#main .message .inner .textBox .subBox .text:last-child {
	margin-bottom: 0;
}
#main .message .inner .photoBox {
	margin-left: auto;
	width: 60.2%;
}
#main .message .inner .photoBox img {
	width: 100%;
}
#main .profile {
	padding: 7.8rem 0 8.1rem;
}
#main .profile .content {
	width: 90rem;
}
#main .profile .headLine02 {
	margin-bottom: 5.6rem;
}
#main .profile .textList > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .profile .textList > li .title {
	padding: 1.1rem 0.9rem 1.5rem;
	width: 15.2rem;
	color: #eb6200;
	font-weight: 600;
	line-height: 1.72;
	border-top: 1px solid #eb6200;
}
#main .profile .textList > li .rBox {
	padding: 1.1rem 0.9rem 1.5rem;
	width: calc(100% - 16.6rem);
	border-top: 1px solid #000;
}
#main .profile .textList > li .rBox .text {
	font-weight: 600;
	line-height: 1.72;
}
#main .profile .textList > li .rBox .text .sub {
	padding: 0 1.4rem;
	display: block;
}
#main .profile .textList > li .textUl {
	margin-top: 2.5rem;
}
#main .profile .textList > li .textUl > li {
	margin-bottom: 2.6rem;
	font-weight: 600;
	line-height: 1.72;
}
#main .profile .textList > li .textUl > li:last-child {
	margin-bottom: 0;
}
#main .profile .textList > li .textUl .subUl {
	padding: 0 1.3rem;
}
#main .profile .textList > li .textUl .subUl li {
	margin-bottom: 0.1rem;
	padding-left: 1em;
	text-indent: -1em;
}
#main .profile .textList > li .textUl .subUl li:last-child {
	margin-bottom: 0;
}
#main .history {
	padding: 6.6rem 0 5.1rem;
	background: #fafae2;
}
#main .history .content {
	width: 90rem;
}
#main .history .headLine02 {
	margin-bottom: 6rem;
}
#main .history .inner .dlBox {
	width: calc(100% - 25rem);
}
#main .history .inner .dlBox .historyDl {
	padding-bottom: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#main .history .inner .dlBox .historyDl:last-child {
	padding-bottom: 0;
}
#main .history .inner .dlBox .historyDl::before {
	position: absolute;
	top: 0;
	left: 22.1rem;
	bottom: 0;
	width: 0.4rem;
	background: #c5c5c5;
	content: '';
}
#main .history .inner .dlBox .historyDl dt {
	position: relative;
	width: 22.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .history .inner .dlBox .historyDl dt::before {
	position: absolute;
	top: 1.2rem;
	right: -0.5rem;
	width: 0.8rem;
	height: 0.8rem;
	background: #FFF;
	border: 0.3rem solid #eb6200;
	border-radius: 50%;
	content: '';
}
#main .history .inner .dlBox .historyDl dt .year {
	color: #eb6200;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .history .inner .dlBox .historyDl dt .date {
	margin-top: 0.9rem;
	padding-right: 4rem;
	width: calc(100% - 9rem);
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: right;
}
#main .history .inner .dlBox .historyDl dd {
	padding-top: 0.2rem;
	width: calc(100% - 25.9rem);
	font-weight: 600;
	letter-spacing: 0.05em;
}
#main .history .inner .photoList {
	margin: -11.7rem -9.7rem 0 0;
	width: 33rem;
}
#main .history .inner .photoList li {
	margin-bottom: 5rem;
	width: 20.6rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .history .inner .photoList li:last-child {
	margin-bottom: 0;
}
#main .history .inner .photoList li:nth-child(2n-1) {
	margin-left: auto;
}
#main .service {
	padding: 7.8rem 0 0;
}
#main .service .headLine01 {
	margin-bottom: 1.6rem;
}
#main .service .imgBox {
	margin: 0 auto 4.5rem;
	max-width: 101.6rem;
}
#main .service .imgBox .textBox {
	padding-top: 4.9rem;
	width: calc(100% - 37rem);
}
#main .service .imgBox .textBox .hTitle {
	margin-bottom: 2.3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .service .imgBox .textBox .text {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.78;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .service .imgBox .photo {
	margin-right: 0.5rem;
	width: 30.2rem;
}
#main .service .inner {
	margin: 0 auto 6.5rem;
	max-width: 110rem;
	gap: 3.5rem 0;
}
#main .service .inner .subInner {
	padding: 1.5rem 3.6rem;
	width: calc((100% - 2.5rem) / 2);
	border-radius: 1.3rem;
	box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
}
#main .service .inner .subInner .titleBox {
	margin-bottom: 1.7rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#main .service .inner .subInner .titleBox .title {
	margin-right: 2.4rem;
	color: #f05922;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .service .inner .subInner .titleBox .tagList {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}
#main .service .inner .subInner .titleBox .tagList li {
	padding: 0.1rem 1.1rem 0.2rem 1rem;
	color: #f05922;
	font-size: 1.2rem;
	font-weight: 700;
	border: 1px solid #f05922;
	border-radius: 0.9rem;
	line-height: 1.2;
	letter-spacing: 0.025em;
}
#main .service .inner .subInner .imgArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .service .inner .subInner .imgArea .textBox {
	width: calc(100% - 18.5rem);
}
#main .service .inner .subInner .imgArea .textBox .text {
	font-size: 1.27rem;
	font-weight: 600;
	line-height: 1.72;
	letter-spacing: -0.01em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .service .inner .subInner .imgArea .photo {
	margin: 0.2rem -2.2rem 0 0;
	width: 18.6rem;
	border-radius: 0.9rem;
	overflow: hidden;
}
#main .service .inner .subInner .link {
	margin-top: 2.9rem;
	width: 9.6rem;
}
#main .service .inner .subInner .link a {
	padding: 0.3rem 0.9rem 0.4rem;
	display: block;
	color: #f05922;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 1.2rem;
	letter-spacing: -0.06em;
	border: 1px solid #f05922;
	background: url(../img/common/icon09.png) no-repeat right 0.7rem top calc(50% + 0.1rem) / 1.4rem;
}
#main .service .inner .subInner .link a:hover {
	opacity: 0.7;
}
#main .service .textInner {
	margin: 0 auto 6.8rem;
	padding: 2rem 3.5rem 1.3rem;
	max-width: 110.8rem;
	border: 0.3rem solid #f5ab10;
	border-radius: 0.9rem;
	box-sizing: border-box;
}
#main .service .textInner .lBox {
	width: calc(100% - 24.5rem);
}
#main .service .textInner .lBox .photo {
	margin: -7.8rem -0.6rem -2rem auto;
	width: 10.6rem;
}
#main .service .textInner .lBox .title {
	margin-bottom: 1.2rem;
	color: #f05922;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .service .textInner .lBox .text {
	margin-bottom: 2.1rem;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .service .textInner .lBox .comLink {
	width: 30rem;
}
#main .service .textInner .lBox .comLink a {
	min-height: 4.1rem;
}
#main .service .textInner .photoUl {
	margin-top: 0.5rem;
	width: 18.8rem;
}
#main .service .textInner .photoUl li:not(:last-child) {
	margin-bottom: 1.5rem;
}
#main .service .bgArea {
	background: #fafae2;
}
#main .service .bgArea .photoInner {
	margin: 0 auto;
	padding: 4.3rem 0 3.6rem;
	max-width: 105.2rem;
}
#main .service .bgArea .photoInner .title {
	margin-bottom: 1.7rem;
	padding: 0.4rem 2.3rem 0.4rem 1.5rem;
	width: fit-content;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 700;
	background: #f05922;
	line-height: 1.52;
	border-radius: 5rem;
}
#main .service .bgArea .photoInner .subArea {
	padding: 0 1.3rem;
}
#main .service .bgArea .photoInner .hTitle {
	margin-bottom: 2.1rem;
	color: #f05922;
	font-size: 2.07rem;
	font-weight: 700;
	line-height: 1.73;
}
#main .service .bgArea .photoInner .photoArea {
	margin-bottom: 3.7rem;
	align-items: flex-start;
}
#main .service .bgArea .photoInner .photoArea .text {
	width: calc(100% - 20rem);
	font-weight: 600;
	line-height: 1.76;
	letter-spacing: 0.025em;
}
#main .service .bgArea .photoInner .photoArea .text .bgText {
	background: -webkit-linear-gradient(#ffff00,#ffff00) repeat-x center bottom / 100% 50%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .service .bgArea .photoInner .photoArea .photo {
	margin: -1.6rem -2.6rem 0 0;
	width: 18.6rem;
	border-radius: 0.9rem;
	overflow: hidden;
}
#main .service .bgArea .contactBox {
	margin: 0 auto;
	padding: 1.5rem 1rem 1.6rem;
	max-width: 56.8rem;
	border: 0.3rem solid #f5ab10;
	border-radius: 0.4rem;
	background: #FFF;
}
#main .service .bgArea .contactBox .text {
	margin-bottom: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.035em;
}
#main .service .bgArea .contactBox .comLink {
	margin-bottom: 0;
	width: 22rem;
}
#main .service .bgArea .contactBox .comLink a {
	min-height: 4rem;
	font-size: 1.44rem;
	background: #f5ab10 url(../img/common/icon03.png) no-repeat right 1.3rem center / 2.3rem;
}
@media all and (min-width: 897px) {
	#gFooter {
		margin-top: 8.1rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin: -5.2rem 0 5rem;
	}
	#main .mainVisual .mainImg {
		aspect-ratio: 375 / 350;
	}
	#main .mainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .mainVisual h2 {
		top: 50%;
		left: 2rem;
		right: 2rem;
		width: auto;
		transform: translateY(-50%);
		font-size: 1.8rem;
	}
	#main .mainVisual h2::before {
		top: 0;
		width: 22rem;
		height: 18rem;
	}
	#main .topText {
		margin-bottom: 5rem;
		text-align: left;
	}
	#main .videoBox {
		margin: 0 auto 6rem;
		max-width: inherit;
	}
	#main .news {
		padding: 5rem 0;
	}
	#main .news .content {
		max-width: inherit;
	}
	#main .news .inner {
		display: block;
	}
	#main .news .lBox {
		width: auto;
	}
	#main .news .lBox .headLine01 {
		margin: 0 auto 3rem;
		width: fit-content;
	}
	#main .news .newsList {
		margin-bottom: 2rem;
		padding-top: 0;
		width: auto;
	}
	#main .news .newsList li a {
		display: block;
	}
	#main .news .newsList li .dateBox {
		padding: 1rem;
		width: auto;
	}
	#main .news .newsList li .dateBox .number {
		width: 3rem;
		font-size: 2rem;
	}
	#main .news .newsList li .dateBox .en {
		padding-top: 0.5rem;
		width: calc(100% - 4rem);
	}
	#main .news .newsList li .textBox {
		padding: 1.5rem 1rem;
		width: auto;
	}
	#main .news .newsList li .textBox .titleBox {
		margin-bottom: 0.5rem;
	}
	#main .news .newsList li .textBox .titleBox .title {
		margin-right: 1rem;
		font-size: 1.4rem;
	}
	#main .news .newsList li .textBox .titleBox .tagBox {
		margin-top: 0.3rem;
	}
	#main .news .newsList li .textBox .titleBox .tagBox .tag {
		padding: 0.1rem 0.8rem 0.2rem;
		font-size: 1rem;
		white-space: nowrap;
	}
	#main .news .newsList li .textBox .text {
		font-size: 1.3rem;
	}
	#main .news .inner .comBtn {
		margin: 0 auto;
	}
	#main .company {
		padding: 6rem 0;
	}
	#main .company .inner {
		margin: 0 0 5rem;
		max-width: inherit;
	}
	#main .company .inner .textBox:not(:last-child) {
		margin-bottom: 5rem;
	}
	#main .company .inner .textBox .title {
		font-size: 1.6rem;
	}
	#main .company .inner .textBox .textList {
		margin-top: 0;
	}
	#main .company .inner .textBox .textList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .company .inner .textBox .textList li .text {
		padding-left: 1.6rem;
	}
	#main .company .originBox {
		margin: 0;
		padding: 4rem 2rem;
		width: auto;
	}
	#main .company .originBox .subBox {
		padding: 0;
	}
	#main .company .originBox .subBox .subArea .title {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
	}
	#main .company .originBox .subBox .subArea .text {
		padding: 0;
	}
	#main .company .originBox .logoBox {
		margin: 0 auto 3rem;
		float: inherit;
		width: 25rem;
	}
	#main .message .inner {
		display: block;
	}
	#main .message .inner .textBox {
		padding: 4.5rem 2rem 3rem;
		width: auto;
		position: static;
		transform: none;
	}
	#main .message .inner .textBox .subBox {
		margin: 0;
		width: auto;
	}
	#main .message .inner .textBox .subBox .headLine02 {
		margin-bottom: 2.5rem;
	}
	#main .message .inner .photoBox {
		width: auto;
	}
	#main .profile {
		padding: 5rem 0;
	}
	#main .profile .content {
		width: auto;
	}
	#main .profile .headLine02 {
		margin-bottom: 3rem;
	}
	#main .profile .textList > li {
		display: block;
	}
	#main .profile .textList > li .title {
		padding: 1rem 0;
		width: auto;
	}
	#main .profile .textList > li .rBox {
		padding: 0 0 1rem;
		width: auto;;
		border: none;
	}
	#main .profile .textList > li .textUl {
		margin-top: 1.5rem;
	}
	#main .profile .textList > li .textUl > li {
		margin-bottom: 1.5rem;
	}
	#main .profile .textList > li .textUl .subUl {
		padding: 0;
	}
	#main .history {
		padding: 5rem 0;
	}
	#main .history .content {
		width: auto;
	}
	#main .history .headLine02 {
		margin-bottom: 3rem;
	}
	#main .history .inner {
		display: block;
	}
	#main .history .inner .dlBox {
		width: auto;
	}
	#main .history .inner .dlBox .historyDl {
		padding-bottom: 1.4rem;
	}
	#main .history .inner .dlBox .historyDl::before {
		left: 14rem;
	}
	#main .history .inner .dlBox .historyDl dt {
		width: 13rem;
	}
	#main .history .inner .dlBox .historyDl dt::before {
		top: 0.6rem;
		right: -1.9rem;
	}
	#main .history .inner .dlBox .historyDl dt .year {
		font-size: 1.6rem;
	}
	#main .history .inner .dlBox .historyDl dt .date {
		margin-top: 0.3rem;
		padding-right: 0;
		width: calc(100% - 5rem);
		font-size: 1.3rem;
	}
	#main .history .inner .dlBox .historyDl dd {
		padding-top: 0.2rem;
		width: calc(100% - 15.5rem);
		font-size: 1.2rem;
	}
	#main .history .inner .photoList {
		margin: 5rem 0 0;
		width: auto;
	}
	#main .history .inner .photoList li {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .history .inner .photoList li img {
		width: 100%;
	}
	#main .service {
		padding: 5rem 0 0;
	}
	#main .service .headLine01 {
		margin-bottom: 3rem;
	}
	#main .service .imgBox {
		margin: 0 0 4.5rem;
		max-width: inherit;
		display: block;
	}
	#main .service .imgBox .textBox {
		margin-bottom: 3rem;
		padding-top: 0;
		width: auto;
	}
	#main .service .imgBox .textBox .hTitle {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
	}
	#main .service .imgBox .photo {
		margin-right: 0;
		width: auto;
	}
	#main .service .imgBox .photo img {
		width: 100%;
	}
	#main .service .inner {
		margin: 0 0 4rem;
		max-width: inherit;
		display: block;
	}
	#main .service .inner .subInner {
		margin-bottom: 3rem;
		padding: 2rem;
		width: auto;
	}
	#main .service .inner .subInner:last-child {
		margin-bottom: 0;
	}
	#main .service .inner .subInner .titleBox {
		display: block;
	}
	#main .service .inner .subInner .titleBox .title {
		margin-right: 0;
		font-size: 1.8rem;
	}
	#main .service .inner .subInner .titleBox .tagList {
		margin-top: 0.5rem;
	}
	#main .service .inner .subInner .titleBox .tagList li {
		font-size: 1.1rem;
	}
	#main .service .inner .subInner .imgArea {
		display: block;
	}
	#main .service .inner .subInner .imgArea .textBox {
		width: auto;
	}
	#main .service .inner .subInner .imgArea .textBox .text {
		font-size: 1.2rem;
	}
	#main .service .inner .subInner .imgArea .photo {
		margin: 3rem 0 0;
		width: auto;
	}
	#main .service .inner .subInner .imgArea .photo img {
		width: 100%;
	}
	#main .service .inner .subInner .link {
		margin-top: 1.5rem;
	}
	#main .service .textInner {
		margin: 0 auto 4rem;
		padding: 2rem;
		max-width: inherit;
		display: block;
	}
	#main .service .textInner .lBox {
		width: auto;
	}
	#main .service .textInner .lBox .photo {
		margin: -7rem 0 2rem auto;
		width: 6rem;
	}
	#main .service .textInner .lBox .title {
		margin-bottom: 1.2rem;
		font-size: 1.7rem;
	}
	#main .service .textInner .lBox .comLink {
		width: 25rem;
	}
	#main .service .textInner .lBox .comLink a {
		min-height: 3rem;
	}
	#main .service .textInner .photoUl {
		margin-top: 3rem;
		width: auto;
	}
	#main .service .textInner .photoUl li img {
		width: 100%;
	}
	#main .service .bgArea .photoInner {
		margin: 0;
		padding: 3.5rem 0;
		max-width: inherit;
	}
	#main .service .bgArea .photoInner .title {
		margin-bottom: 1rem;
		padding: 0.4rem 2.3rem;
		font-size: 1.6rem;
	}
	#main .service .bgArea .photoInner .subArea {
		padding: 0;
	}
	#main .service .bgArea .photoInner .hTitle {
		font-size: 1.8rem;
	}
	#main .service .bgArea .photoInner .photoArea {
		margin-bottom: 3.7rem;
		display: block;
	}
	#main .service .bgArea .photoInner .photoArea .text {
		width: auto;
	}
	#main .service .bgArea .photoInner .photoArea .photo {
		margin: 3rem 0 0;
		width: auto;
	}
	#main .service .bgArea .photoInner .photoArea .photo img {
		width: 100%;
	}
	#main .service .bgArea .contactBox {
		margin: 0;
		padding: 1.5rem;
		max-width: inherit;
	}
	#main .service .bgArea .contactBox .text {
		margin-bottom: 1.2rem;
	}
	#main .service .bgArea .contactBox .comLink a {
		min-height: 3rem;
	}
}