@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	min-height: 60.8rem;
	/*background: url(../../image/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;*/
	box-sizing: border-box;
	position: relative;
}
.mainVisual-bg img {
	object-fit: cover;
	object-position: bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: change-img-anim 16s infinite;
}
.mainVisual-bg {
	width:100%;
	max-width: 100%;
	height: 100%;
}
.mainVisual-bg img:nth-of-type(1) {animation-delay: 0s;}
.mainVisual-bg img:nth-of-type(2) {animation-delay:4s;}
.mainVisual-bg img:nth-of-type(3) {animation-delay: 8s;}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  20%{ opacity: 1;}
  33%{ opacity: 1;}
  63%{ opacity: 0;}
  100%{ opacity: 0;}
}
.mainVisual .content {
	width: 126.2rem;
	align-items: flex-start;
	padding-top: 7.3rem;
	position: relative;
}
.mainVisual .textImg {
	width: 70.2rem;
}
.mainVisual .mailForm {
	width: 40rem;
	margin: -0.7rem 0.3rem 0 0;
	padding: 2.4rem 3.2rem;
	background-color: #fff;
	border-radius: 0.8rem;
}
.mainVisual .ttl {
	margin-bottom: 1.6rem;
	position: relative;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
}
.mainVisual .ttl span {
	width: 10.5rem;
	position: absolute;
	left: -1.4rem;
	top: -5.3rem;
	padding: 0.9rem 0;
	font-size: 1.6rem;
	color: #604c3f;
	background-color: #FFF200;
	border-radius: 5rem;
}
.mainVisual .ttl span::before {
	position: absolute;
	left: 3.1rem;
	bottom: -0.9rem;
	width: 1.2rem;
	height: 1.2rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #FFF200;
	content: "";
}
.mainVisual .formList {
	margin-bottom: 1.4rem;
	font-size: 1.3rem;
	font-weight: 700;
}
.mainVisual .formList .txt {
	margin-bottom: 0.5rem;
	display: block;
}
.mainVisual .formList .input {
	margin-bottom: 0.7rem;
	display: block;
}
.mainVisual .formList input[type="text"],
.mainVisual .formList input[type="email"],
.mainVisual .formList input[type="tel"] {
	width: 100%;
	padding: 0 1rem;
	height: 4rem;
	font-size: 1.3rem;
	color: #191919;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0.4rem;
	background: #fff;
}
.mainVisual .submit {
	margin-bottom: 1.7rem;
}
.mainVisual .submit a {
	width: 100%;
	padding: 1rem 2rem;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 700;
	border: none;
	display: block;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0.4rem;
	background: #604c3f url(../image/icon03.png) no-repeat center right 1.2rem;
	background-size: 1.6rem auto;
	cursor: pointer;
	transition: .3s;
}
.mainVisual .note {
	color: #000;
	font-size: 0.9rem;
	line-height: 1.4;
}
#main .sec01 {
	padding: 0.1rem 0 6.6rem;
	background-color: #F7F7F7;
}
#main .sec01 .slideBox {
	margin: -3.3rem -1rem 10.5rem;
	position: relative;
}
#main .sec01 .slideBox .arrow li {
	position: absolute;
	left: -4.1rem;
	top: 50%;
	width: 4rem;
	cursor: pointer;
	transition: .3s;
	transform: translateY(-50%);
}
#main .sec01 .slideBox .arrow .next {
	left: auto;
	right: -4.1rem;
}
#main .sec01 .slide li {
	margin: 0 1rem;
	width: 32rem !important;
	float: left;
	background-color: #fff;
}
#main .sec01 .eventList li {
	margin-bottom: 3.2rem;
	width: 48.4rem;
}
#main .sec01 .eventList a {
	padding: 1.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #fff;
	box-sizing: border-box;
	height: 100%;
}
#main .sec01 .eventList .pho {
	width: 16rem;
	aspect-ratio: 100 / 80;
}
#main .sec01 .eventList .pho img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#main .sec01 .eventList .textBox {
	width: calc(100% - 17.6rem);
	box-sizing: border-box;
}
#main .sec01 .eventList .sort {
	margin-bottom: 0.4rem;
	width: fit-content;
	padding: 0.3rem 0.5rem;
	font-size: 1rem;
	color: #fff;
	background-color: #e4352b;
}
#main .sec01 .eventList .time {
	font-size: 1.4rem;
}
#main .sec01 .eventList .ttl {
	margin-bottom: 0.8rem;
	line-height: 1.6;
	font-weight: 700;
}
#main .sec01 .eventList .txt {
	font-size: 1.4rem;
	line-height: 1.6;
}
#main .sec01 .eventList .wid {
	margin-bottom: 4rem;
	width: 100%;
}
#main .sec01 .eventList .wid a {
	padding: 5.6rem 3.8rem 4.8rem;
	position: relative;
}
#main .sec01 .eventList .wid a::before {
	position: absolute;
	left: 0;
	top: -1px;
	width: 6.4rem;
	height: 6.4rem;
	border-left: 0.2rem solid #604c3f;
	border-top: 0.2rem solid #604c3f;
	box-sizing: border-box;
	content: "";
}
#main .sec01 .eventList .wid a::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 6.4rem;
	height: 6.4rem;
	border-right: 0.2rem solid #604c3f;
	border-bottom: 0.2rem solid #604c3f;
	box-sizing: border-box;
	content: "";
}
#main .sec01 .eventList .wid .pho {
	width: 30.2rem;
	position: relative;
}
#main .sec01 .eventList .wid .pho .ico {
	width: 17.7rem;
	position: absolute;
	left: -3.4rem;
	top: -4.5rem;
}
#main .sec01 .eventList .wid .textBox {
	width: calc(100% - 33.4rem);
}
#main .sec01 .eventList .wid .sort {
	margin-bottom: 1rem;
	padding: 0.4rem 1rem 0.3rem;
	font-size: 1.4rem;
}
#main .sec01 .eventList .wid .time {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
}
#main .sec01 .eventList .wid .ttl {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
}
#main .sec01 .eventList .text {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 4em;
    font-size: 1.6rem;
}
#main .sec01 .eventList .text p {
	margin-top: 1.6rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
#main .sec02 {
	padding: 10.1rem 0 7.6rem;
}
#main .sec02 .topText {
	margin-bottom: 4rem;
	text-align: center;
	line-height: 1.7;
}
#main .sec02 ul {
	margin-top: -3.2rem;
	position: relative;
	justify-content: center;
	justify-content: center;
    gap: 2rem;
}
/*#main .sec02 ul::after {
	content: "";
	width: 32rem;
}*/
#main .sec02 li.factory {
	margin-top: 3.2rem;
	width: 64rem;
}
#main .sec02 li {
	margin-top: 3.2rem;
	width: 46rem;
}
#main .sec02 li a {
	display: block;
}
#main .sec02 li a:hover {
	opacity: 0.7;
}
#main .sec02 li.factory .pho {
	width: 55.2rem;
	margin: 0 auto -4rem;
}
#main .sec02 .pho {
	width: 42rem;
	margin: 0 auto -4rem;
}
#main .sec02 li p {
	padding: 5.4rem 0 1.3rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	background-color: #F7F7F7;
}
#main .sec02 li span {
	margin-top: 0.1rem;
	display: block;
	color: #604c3f;
	font-size: 1.8rem;
	font-family: "Urbanist", sans-serif;
}
#main .sec03 {
	padding: 10.1rem 0;
	background-color: #F7F7F7;
}
#main .sec03 .headLine02 {
	margin-bottom: 4rem;
}
#main .sec03 .workList {
	margin-top: -4rem;
	position: relative;
}
#main .sec03 .workList::after {
	content: "";
	width: 30rem;
}
#main .sec03 .slide {
	width: 30rem;
	margin-top: 4rem;
}
#main .sec03 .slide a {
	display: block;
}
#main .sec03 .slide .pho {
	margin-bottom: 1.3rem;
	aspect-ratio: 100 / 64;
}
#main .sec03 .slide .pho img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#main .sec03 .slide .ttl {
	margin-bottom: 0.9rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .sec03 .slide .text {
	margin-bottom: 1.1rem;
	line-height: 1.6;
}
#main .sec03 .slide .place {
	margin-bottom: 0.8rem;
	color: #696969;
	font-size: 1.4rem;
}
#main .sec03 .slide .sort {
	margin-top: -0.5rem;
}
#main .sec03 .slide .sort span {
	margin: 0.5rem 0.5rem 0 0;
	padding: 0.3rem 1.1rem;
	color: #604c3f;
	font-size: 1.2rem;
	border: 1px solid #604c3f;
}
#main .sec04 {
	padding-bottom: 10rem;
}
#main .sec04 .photoList {
	margin-bottom: 9.6rem;
}
#main .sec04 .photoList li {
	width: 39rem;
}
#main .sec04 h2 {
	width: 79.2rem;
	margin: 0 auto 6.4rem;
}
#main .sec04 .linkList li {
	margin: 0 0.9rem;
	width: 44rem;
}
#main .sec05 {
	padding: 10.1rem 0 10rem;
	background: url(../../image/sec05_bg.jpg) no-repeat center top;
	background-size: cover;
}
#main .sec05 .topText {
	margin-bottom: 4rem;
	text-align: center;
	line-height: 1.7;
}
#main .sec05 ul {
	margin-top: -3.6rem;
}
#main .sec05 li {
	margin-top: 3.6rem;
	width: 48rem;
}
#main .sec06 {
	padding: 11.6rem 0 40.5rem;
	background: url(../../image/sec06_bg.png) no-repeat bottom center;
	background-size: 100% auto;
}
#main .sec06 .topBox {
	margin-bottom: 3.8rem;
	position: relative;
}
#main .sec06 h2 {
	position: absolute;
	left: -35.6rem;
	top: 19.6rem;
	color: #604c3f;
	font-size: 16rem;
	font-weight: 700;
	line-height: 1.2;
	opacity: 0.1;
	transform: rotate(-90deg);
}
#main .sec06 h3 {
	font-size: 4rem;
	font-weight: 700;
}
#main .sec06 h3 .sml {
	padding: 0 0 1.8rem 10.6rem;
	position: relative;
	display: block;
	font-size: 2rem;
	color: #604c3f;
}
#main .sec06 h3 .sml::before {
	position: absolute;
	left: 0;
	top: 1.3rem;
	width: 8.4rem;
	height: 1px;
	background-color: #604c3f;
	content: "";
}
#main .sec06 .imgBox {
	width: calc(50% + 50rem);
	margin: 0 0 5.6rem auto;
	position: relative;
}
#main .sec06 img {
	width: 100%;
}
#main .sec06 .textBox {
	position: absolute;
	left: 8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 49.1rem;
	padding: 5.4rem;
	box-sizing: border-box;
	background: rgba(96, 76, 63, 0.76);
}
#main .sec06 .textBox p {
	color: #fff;
	line-height: 2;
}
#main .sec06 .info {
	margin-bottom: 10.2rem;
}
#main .sec06 .info h4 {
	margin-bottom: 2.4rem;
	color: #604c3f;
	font-weight: 700;
	font-size: 3.2rem;
}
#main .sec06 .info h4 span {
	font-size: 5.2rem;
}
#main .sec06 .listUl {
	margin: -3.9rem 0 3.9rem;
	position: relative;
}
#main .sec06 .listUl::after {
	content: "";
	width: 30rem;
}
#main .sec06 .listUl li {
	width: 30rem;
	margin-top: 3.9rem;
}
#main .sec06 .listUl .pho {
	margin-bottom: 1.7rem;
	position: relative;
}
#main .sec06 .listUl .num {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 8rem;
	padding-top: 1.3rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	border: 1px solid #FFF;
	background-color: #604c3f;
	box-sizing: border-box;
}
#main .sec06 .listUl .num span {
	margin-top: 0.2rem;
	display: block;
	font-size: 4.2rem;
}
#main .sec06 .listUl p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}
#main .sec06 .inner {
	position: relative;
}
#main .sec06 .inner h4 {
	margin-bottom: 2.5rem;
	text-align: center;
	font-weight: 500;
	font-size: 4rem;
}
#main .sec06 .inner h4 span {
	margin-top: 0.8rem;
	display: block;
	color: #604c3f;
	font-size: 3.2rem;
}
#main .sec06 .inner p {
	text-align: center;
	line-height: 2;
}
#main .sec06 .inner .img {
	position: absolute;
	bottom: -2.3rem;
	right: 5.7rem;
	width: 16.5rem;
}
#main .sec07 {
	padding: 10rem 0;
}
#main .sec08 {
	padding: 10.1rem 0 10rem;
	background: url(../../image/sec08_bg01.png) no-repeat top right,url(../../image/sec08_bg02.png) no-repeat bottom left #EEE9E6;
	background-size: 144rem auto;
}
#main .sec08 .headLine02 {
	margin-bottom: 4rem;
}
#main .sec08 .listUl {
	margin-bottom: 6.4rem;
}
#main .sec08 .listUl li {
	width: 48rem;
}
#main .sec08 .listUl a {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
#main .sec08 .listUl .pho {
	width: 18.4rem;
}
#main .sec08 .listUl .pho img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#main .sec08 .listUl .textBox {
	width: calc(100% - 18.4rem);
	padding: 1.5rem 1.6rem;
	box-sizing: border-box;
}
#main .sec08 .listUl .ttl {
	margin-bottom: 0.9rem;
	color: #604c3f;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}
#main .sec08 .listUl .sort {
	margin: -0.5rem 0 1.2rem;
}
#main .sec08 .listUl .sort span {
	margin: 0.5rem 0.5rem 0 0;
	padding: 0.3rem 0.9rem;
	color: #604c3f;
	font-size: 1.2rem;
	border: 1px solid #604c3f;
}
#main .sec08 .listUl .txt p {
	font-size: 1.4rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
#main .sec09 {
	padding-top: 10rem;
}
#main .sec09 .headLine02 .jp {
	margin: 0.8rem 0 1.6rem;
	line-height: 1.4;
}
#main .sec09 .headLine02 {
	margin-bottom: 3.9rem;
}
#main .sec09 li {
	width: calc(100% / 3);
}
#main .sec09 li a {
	display: block;
	position: relative;
}
#main .sec09 img {
	width: 100%;
}
#main .sec09 .textBox {
	position: absolute;
	left: 2.4rem;
	top: 13.2rem;
	right: 3rem;
	color: #fff;
}
#main .sec09 .textBox h3 {
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-size: 2.7rem;
}
#main .sec09 .textBox h3 span {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 1.6rem;
}
#main .sec09 .textBox p {
	line-height: 1.6;
}
#main .sec10 {
	padding: 11rem 0 10rem;
	background-color: #F7F7F7;
}
#main .sec10 .img {
	margin-bottom: 5.9rem;
}
#main .sec11 {
	margin-bottom: -1px;
	align-items: center;
}
#main .sec11 .pho {
	width: calc(50% - 8rem);
}
#main .sec11 .textBox {
	width: 49rem;
	margin: 0 0 0.6rem 10rem;
	position: relative;
}
#main .sec11 .en {
	position: absolute;
	right: -31.2rem;
	top: 6.7rem;
	color: #604c3f;
	font-size: 8.8rem;
	font-weight: 700;
	line-height: 1.1;
	opacity: 0.1;
	transform: rotate(90deg);
}
#main .sec11 .en span {
	display: block;
	margin-left: 4rem;
}
#main .sec11 h2 {
	margin-bottom: 3.7rem;
	font-weight: 700;
	font-size: 4rem;
}
#main .sec11 h2 .sml {
	margin-bottom: 1rem;
	display: block;
	color: #604c3f;
	font-size: 3rem;
}
#main .sec11 p {
	margin-bottom: 6rem;
	line-height: 1.7;
}
#main .sec11 .comLink a {
	text-align: left;
	justify-content: flex-start;
}
#main .sec12 {
	padding: 10rem 0;
	background: url(../../image/sec12_bg.jpg) no-repeat center top;
	background-size: cover;
}
#main .sec12 .headLine02 {
	margin-bottom: 3.9rem;
	color: #F37C2B;
}
#main .sec12 .headLine02 .jp {
	color: #fff;
}
#main .sec12 .headLine02 .en {
	color: #fff;
	border-color: #fff;
}
#main .sec12 .pho {
	width: 48rem;
}
#main .sec12 .textBox {
	width: 44.3rem;
	margin-top: 0.3rem;
}
#main .sec12 p {
	margin-bottom: 5.9rem;
	color: #fff;
	line-height: 1.7;
}
#main .sec13 {
	padding: 11.6rem 0 10rem;
	background-color: #F7F7F7;
}
#main .sec13 .headLine01 {
	margin: 0;
	width: fit-content;
}
#main .sec13 .headLine01 .en {
	margin-bottom: 1.2rem;
}
#main .sec13 .newsList {
	width: 76rem;
}
#main .sec13 .newsList a {
	padding: 1.8rem 0 3.3rem;
	display: block;
	font-weight: 700;
	border-bottom: 1px solid #B7B7B7;
}
#main .sec13 .newsList .time {
	margin-bottom: 1.4rem;
	display: block;
	color: #604c3f;
	font-size: 1.4rem;
}
#main .sec13 .newsList .txt {
	padding-right: 6rem;
	display: block;
	background: url(../image/icon07.png) no-repeat center right 1.5rem;
	background-size: 3.2rem auto;
}

@media all and (min-width: 897px) {
	.mainVisual .submit a:hover {
		opacity: 0.7;
	}
	#main .sec01 .slideBox .arrow li:hover {
		opacity: 0.7;
	}
	#main .sec01 .slide a:hover {
		opacity: 0.7;
	}
	#main .sec01 .eventList a:hover {
		opacity: 0.7;
	}
	#main .sec03 .slide a:hover {
		opacity: 0.7;
	}
	#main .sec04 .linkList a:hover {
		opacity: 0.7;
	}
	#main .sec05 li a:hover {
		opacity: 0.7;
	}
	#main .sec07 .link a:hover {
		opacity: 0.7;
	}
	#main .sec08 .listUl a:hover {
		opacity: 0.7;
	}
	#main .sec09 li a:hover {
		opacity: 0.7;
	}
	#main .sec11 .comLink {
		margin: 0;
		width: 44.4rem;
	}
	#main .sec12 .comLink {
		margin: 0;
	}
	#main .sec13 .newsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		min-height: inherit;
		background-image: url(../../image/main_visual_bg_sp.jpg);
		margin-top: 6rem;
	}
	.mainVisual img {
		width: 100%;
	}
	.mainVisual .content {
		padding: 4.8rem 2rem 4.1rem;
		display: block;
	}
	.mainVisual .textImg {
		width: auto;
		margin: 0 0 0 -0.4rem;
	}
	.mainVisual .mailForm {
		display: none;
	}
	#main .sec01 {
		padding: 2.4rem 0 4.4rem;
	}
	#main .sec01 .slideBox {
		margin: 0 0 6rem;
	}
	#main .sec01 .slideBox .arrow {
		display: none;
	}
	#main .sec01 .slide li {
		margin: 0 0 1.2rem;
		width: auto !important;
		float: none;
	}
	#main .sec01 .slide img {
		width: 100%;
	}
	#main .sec01 .eventList {
		display: block;
	}
	#main .sec01 .eventList li {
		margin-bottom: 1.6rem;
		width: auto;
	}
	#main .sec01 .eventList a {
		padding-bottom: 1.4rem;
	}
	#main .sec01 .eventList .pho {
		width: 12rem;
	}
	#main .sec01 .eventList .pho img {
		width: 100%;
	}
	#main .sec01 .eventList .text {
		display: none;
	}
	#main .sec01 .eventList .textBox {
		width: calc(100% - 13.6rem);
		padding-right: 1.5rem;
	}
	#main .sec01 .eventList .sort {
		margin-bottom: 0.5rem;
		padding: 0.2rem 0.4rem;
	}
	#main .sec01 .eventList .time {
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
	}
	#main .sec01 .eventList .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
	}
	#main .sec01 .eventList .txt {
		font-size: 1rem;
	}
	#main .sec01 .eventList .wid {
		width: 100%;
	}
	#main .sec01 .eventList .wid a {
		display: block;
		padding: 4rem 2.4rem 3.9rem;
		background-size: 6.4rem auto;
	}
	#main .sec01 .eventList .wid a::before {
		width: 4rem;
		height: 4rem;
	}
	#main .sec01 .eventList .wid a::after {
		width: 4rem;
		height: 4rem;
	}
	#main .sec01 .eventList .wid .pho {
		margin-bottom: 1rem;
		width: auto;
		aspect-ratio: 100 / 60;
	}
	#main .sec01 .eventList .wid .pho .ico {
		width: 14rem;
		left: -1.9rem;
		top: -3.5rem;
	}
	#main .sec01 .eventList .wid .textBox {
		width: auto;
		padding: 0;
	}
	#main .sec01 .eventList .wid .sort {
		margin-bottom: 0.9rem;
		padding: 0.4rem 1.4rem 0.3rem;
		font-size: 1.2rem;
	}
	#main .sec01 .eventList .wid .time {
		font-size: 1.6rem;
	}
	#main .sec01 .eventList .wid .ttl {
		font-size: 2rem;
	}
	#main .sec01 .eventList .wid .txt {
		font-size: 1.2rem;
	}
	#main .sec02 {
		padding: 6rem 0 6.1rem;
	}
	#main .sec02 .topText {
		margin-bottom: 2.3rem;
		text-align: left;
		line-height: 1.6;
	}
	#main .sec02 ul {
		margin-top: -2.4rem;
		gap: 3.2%;
	}
	#main .sec02 li {
		margin-top: 2.4rem;
		width: 48.4%;
	}
	#main .sec02 li.factory .pho ,
	#main .sec02 .pho {
		width: auto;
		margin: 0 1.1rem -2.2rem;
	}
	#main .sec02 .pho img {
		width: 100%;
	}
	#main .sec02 li p {
		padding: 2.8rem 0 1rem;
		font-size: 1.3rem;
	}
	#main .sec02 li.factory p {
		font-size: 1.8rem;
	}
	#main .sec02 li span {
		margin-top: 0;
		font-size: 1rem;
	}
	#main .sec03 {
		padding: 6rem 0 7.8rem;
	}
	#main .sec03 .headLine02 {
		margin-bottom: 2.3rem;
	}
	#main .sec03 .workList {
		margin: 0 -2rem;
		display: block;
	}
	#main .sec03 .slide {
		width: 31.2rem !important;
		margin: 0 1rem;
	}
	#main .sec03 .slide img {
		width: 100%;
	}
	#main .sec03 .slide .pho {
		margin-bottom: 1.3rem;
	}
	#main .sec03 .slide .ttl {
		font-size: 1.8rem;
	}
	#main .sec03 .slide .text {
		margin-bottom: 1.3rem;
	}
	#main .sec03 .slide .place {
		margin-bottom: 0.6rem;
		font-size: 1.3rem;
	}
	#main .sec03 .slide .sort span {
		font-size: 1rem;
	}
	#main .sec03 .slick-dots {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: -4.3rem;
	}
	#main .sec03 .slick-dots li {
		position: relative;
		display: inline-block;
		width: 1.2rem;
		height: 1.2rem;
		margin: 0 0.8rem;
		padding: 0;
		cursor: pointer;
		background: #696969;
		border-radius: 100%;
	}
	#main .sec03 .slick-dots li button {
		display: none;
	}
	#main .sec03 .slick-dots li.slick-active {
		background: #604c3f;
	}
	#main .sec04 {
		padding-bottom: 4.3rem;
	}
	#main .sec04 img {
		width: 100%;
	}
	#main .sec04 .photoList {
		margin-bottom: 5.7rem;
	}
	#main .sec04 .photoList li {
		width: 25.8rem;
	}
	#main .sec04 h2 {
		width: 33.5rem;
		margin: 0 auto 2rem;
	}
	#main .sec04 .linkList {
		display: block;
	}
	#main .sec04 .linkList li {
		margin: 0 0 1.7rem;
		width: auto;
	}
	#main .sec05 {
		padding: 6rem 0 4.4rem;
		background-image: url(../../image/sec05_bg_sp.jpg);
	}
	#main .sec05 .topText {
		margin-bottom: 2.3rem;
		text-align: left;
		line-height: 1.6;
	}
	#main .sec05 ul {
		margin-top: 0;
		display: block;
	}
	#main .sec05 li {
		margin: 0 0 1.6rem;
		width: auto;
	}
	#main .sec05 img {
		width: 100%;
	}
	#main .sec06 {
		padding: 7.9rem 0 9rem;
		background-image: url(../../image/sec06_bg_sp.jpg);
	}
	#main .sec06 .topBox {
		margin-bottom: 2.3rem;
	}
	#main .sec06 h2 {
		left: -12.2rem;
		top: 8.4rem;
		font-size: 6.4rem;
		line-height: 0.66;
	}
	#main .sec06 h3 {
		font-size: 2.6rem;
		line-height: 1.4;
	}
	#main .sec06 h3 .sml {
		padding: 0 0 1.3rem 7.5rem;
		font-size: 1.5rem;
	}
	#main .sec06 h3 .sml::before {
		top: 0.9rem;
		width: 6.4rem;
	}
	#main .sec06 .imgBox {
		width: auto;
		margin: 0 0 4.5rem;
	}
	#main .sec06 .textBox {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: auto;
		padding: 2.4rem 2.4rem 2rem;
		margin: 0 2rem -11.7rem;
	}
	#main .sec06 .textBox p {
		line-height: 1.6;
	}
	#main .sec06 .info {
		margin-bottom: 6rem;
	}
	#main .sec06 .info h4 {
		margin-bottom: 2.6rem;
		text-align: center;
		font-size: 2.6rem;
	}
	#main .sec06 .info h4 span {
		font-size: 4.05rem;
	}
	#main .sec06 .listUl {
		margin: 0 0 3.2rem;
		display: block;
	}
	#main .sec06 .listUl li {
		width: auto;
		margin: 0 0 2.5rem;
	}
	#main .sec06 .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec06 .listUl .pho {
		margin-bottom: 1.2rem;
	}
	#main .sec06 .listUl .num {
		padding-top: 1.2rem;
	}
	#main .sec06 .listUl p {
		font-size: 1.8rem;
	}
	#main .sec06 .inner h4 {
		margin-bottom: 2.4rem;
		line-height: 1.6;
		font-size: 2.6rem;
	}
	#main .sec06 .inner h4 span {
		margin-top: 1.1rem;
		line-height: 1;
	}
	#main .sec06 .inner p {
		text-align: left;
		line-height: 1.6;
	}
	#main .sec06 .inner .img {
		position: static;
		width: 14.5rem;
		margin: -0.1rem -2rem 0 auto;
	}
	#main .sec07 {
		padding: 6rem 0;
	}
	#main .sec07 .link {
		margin: 0 -2rem;
	}
	#main .sec07 img {
		width: 100%;
	}
	#main .sec08 {
		padding: 6rem 0;
		background-size: 60rem auto;
	}
	#main .sec08 .headLine02 {
		margin-bottom: 2.4rem;
	}
	#main .sec08 .listUl {
		margin-bottom: 3.3rem;
		display: block;
	}
	#main .sec08 .listUl li {
		margin-bottom: 2.4rem;
		width: auto;
	}
	#main .sec08 .listUl a {
		display: block;
	}
	#main .sec08 .listUl .pho {
		width: auto;
		position: relative;
		padding-bottom: 55%;
	}
	#main .sec08 .listUl .pho img {
		width: 100%;
		position: absolute;
		height: 100%;
		object-fit: cover;
	}
	#main .sec08 .listUl .textBox {
		width: auto;
		padding: 1.5rem 1.6rem;
	}
	#main .sec08 .listUl .ttl {
		margin-bottom: 0.5rem;
	}
	#main .sec08 .listUl .sort {
		margin-bottom: 1rem;
	}
	#main .sec08 .listUl .sort span {
		padding: 0.1rem 0.3rem;
	}
	#main .sec09 {
		padding-top: 6.1rem;
	}
	#main .sec09 .headLine02 .jp {
		margin: 0.7rem 0 1.2rem;
	}
	#main .sec09 .headLine02 {
		margin-bottom: 2.3rem;
	}
	#main .sec09 ul {
		display: block;
	}
	#main .sec09 li {
		width: auto;
		margin: 0 -1px 1px;
	}
	#main .sec09 li:last-child {
		margin-bottom: 0;
	}
	#main .sec09 li a {
		overflow: hidden;
	}
	#main .sec09 .pho {
		margin-bottom: -2.3rem;
	}
	#main .sec09 .textBox {
		left: 1.9rem;
		top: auto;
		bottom: 2.1rem;
		right: 3rem;
	}
	#main .sec09 .textBox h3 {
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
	#main .sec09 .textBox h3 span {
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
	}
	#main .sec10 {
		padding: 6.6rem 0 6rem;
	}
	#main .sec10 .img {
		margin-bottom: 4.8rem;
	}
	#main .sec10 .img img {
		width: 100%;
	}
	#main .sec11 {
		padding-bottom: 6rem;
		display: block;
		margin: 0;
	}
	#main .sec11 .pho {
		width: auto;
	}
	#main .sec11 .pho img {
		width: 100%;
	}
	#main .sec11 .textBox {
		width: auto;
		margin: 3.5rem 2rem 0;
	}
	#main .sec11 .en {
		right: -11.4rem;
		top: 4rem;
		font-size: 4rem;
	}
	#main .sec11 .en span {
		margin-left: 2rem;
	}
	#main .sec11 h2 {
		margin-bottom: 2.3rem;
		font-size: 2.6rem;
	}
	#main .sec11 h2 .sml {
		margin-bottom: 0.6rem;
		font-size: 2rem;
	}
	#main .sec11 p {
		margin-bottom: 3.9rem;
		line-height: 1.6;
	}
	#main .sec11 .comLink a {
		height: 7rem;
		padding-left: 1.3rem;
		line-height: 1.3;
	}
	#main .sec12 {
		padding: 6rem 0 6.9rem;
		background-image: url(../../image/sec12_bg_sp.jpg);
	}
	#main .sec12 .headLine02 {
		margin-bottom: 2.2rem;
	}
	#main .sec12 .imgBox {
		display: block;
	}
	#main .sec12 .pho {
		width: auto;
	}
	#main .sec12 .textBox {
		width: auto;
		margin-top: 1.5rem;
	}
	#main .sec12 p {
		margin-bottom: 3.7rem;
		line-height: 1.6;
	}
	#main .sec13 {
		padding: 6.1rem 0 6rem;
	}
	#main .sec13 .content {
		display: block;
	}
	#main .sec13 .headLine01 {
		margin: 0 0 2.7rem;
		width: auto;
	}
	#main .sec13 .headLine01 .en {
		margin-bottom: 1rem;
	}
	#main .sec13 .newsList {
		width: auto;
	}
	#main .sec13 .newsList a {
		padding: 0 0 2.3rem;
	}
	#main .sec13 .newsList .time {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}
	#main .sec13 .newsList .txt {
		padding-right: 0;
		line-height: 1.7;
		background: none;
	}

}