@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10001;
	text-align: center;
}
.loading .loadingBox {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#container {
	padding-top: 0 !important;
}
#gHeader {
	background: none;
}
#gHeader:before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0 0 124px 50vw;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 50%;
	top: 0;
	width: 0;
}
#gHeader:after {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 124px 0 0 50vw;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
}
#gHeader.on:before,
#gHeader.on:after {
	display: none;
}
#gHeader .gNavi {
	display: none;
}
#gHeader .hLink .ind {
	display: inline-block;
}
.gNavi {
	margin-top: 0;
	float: none;
	text-align: center;
	background: url('../img/common/line01.jpg') repeat-x left bottom;
}
.gNavi > ul > li {
	margin: 0 20px !important;
}
.gNavi > ul > li > a {
	padding-bottom: 22px;
}
.mainVisual {
	position: relative;
	text-align: center;
}
.mainVisual .textImg {
	position: absolute;
	right: 50%;
	margin-right: -272px;
	top: 148px;
	z-index: 8;
}
.mainVisual .textIcon {
	position: absolute;
	left: 50%;
	top: 129px;
	z-index: 2;
	margin-left: -509px;
}
.mainVisual .textImg #svg-animation {
	opacity: 0;
}
.mainVisual .textImg.on #svg-animation {
	opacity: 1;
}
.mainVisual p {
	padding-left: 10px;
	position: absolute;
	left: 0;
	top: 226px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	z-index: 8;
	font-size: 2.8rem;
	color: #fff;
	letter-spacing: 0.2em;
}
.mainVisual p > span {
	margin-bottom: 12px;
	display: block;
}
.mainVisual p > span > span {
	padding: 6px 25px 9px;
	display: inline-block;
	vertical-align: top;
	/* 	background-color: #f19993;
	 */
	position: relative;
}
.mainVisual p > span > span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	z-index: -1;
	background-color: #f19993;
	content: '';
}
.mainVisual.on p > span > span:after {
	-webkit-animation: line-animation--01 1.15s
		cubic-bezier(0.215, 0.61, 0.355, 1) forwards 1.1s;
	animation: line-animation--01 1.15s cubic-bezier(0.215, 0.61, 0.355, 1)
		forwards 1.1s;
}
.mainVisual.on p > span:nth-of-type(2) > span:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.mainVisual.on p > span:nth-of-type(3) > span:after {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.mainVisual .span-letter {
	opacity: 0;
}
.mainVisual.on .span-letter {
	-webkit-animation: typo-animation 1.2s cubic-bezier(0.47, 0, 0.745, 0.715)
		forwards 1.1s;
	animation: typo-animation 1.2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards
		1.1s;
}
.mainVisual svg .st1 {
	fill: none;
	stroke: #ffffff;
	stroke-width: 8;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}
.mainVisual li {
	height: 600px;
	width: 702px;
	margin: 0 auto;
	background: url('../img/index/main_img01.jpg') no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.mainVisual .liImg01 {
	background-image: url('../img/index/main_img02.jpg');
}
.mainVisual .liImg02 {
	background-image: url('../img/index/main_img03.jpg');
}
@-webkit-keyframes line-animation--01 {
	0% {
		right: 115%;
	}
	to {
		right: -1%;
	}
}
@keyframes line-animation--01 {
	0% {
		right: 115%;
	}
	to {
		right: -1%;
	}
}
@-webkit-keyframes typo-animation {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes typo-animation {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#main .sec01 {
	padding: 41px 10px 73px;
}
#main .sec01 .inner {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
}
#main .sec01 p {
	margin-bottom: 33px;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.875;
	position: relative;
}
#main .sec01 .comLink {
	max-width: 326px;
}
#main .sec01 .comLink a > span {
	padding: 16px 0 17px;
}
#main .sec01 .img01 {
	position: absolute;
	left: 3px;
	top: -7px;
}
#main .sec01 .img02 {
	position: absolute;
	right: 3px;
	bottom: -50px;
}
#main .sec02 {
	padding: 44px 10px 96px;
	background-color: #f7f4f4;
}
#main .sec02 .headLine03 {
	margin-bottom: 28px;
	position: relative;
}
#main .sec02 .headLine03 .iconImg {
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -269px;
}
#main .sec02 .topTxt {
	margin-bottom: 54px;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.875;
}
#main .sec02 .photoUl {
	max-width: 1200px;
	margin: -74px auto 69px;
}
#main .sec02 .photoUl li {
	margin-top: 74px;
	width: 47.5%;
}
#main .sec02 .photoUl a {
	display: block;
}
#main .sec02 .photoUl a .photo {
	overflow: hidden;
}
#main .sec02 .photoUl a .photo img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .sec02 .photoUl .txtBox {
	margin: -49px 40px 0 51px;
	padding: 39px 30px 63px 35px;
	box-sizing: border-box;
	z-index: 1;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
}
#main .sec02 .photoUl .title {
	margin-bottom: 43px;
	font-size: 2.2rem;
	font-weight: 500;
	position: relative;
}
#main .sec02 .photoUl .title:before {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 66px;
	height: 3px;
	background-color: #f19993;
	content: '';
}
#main .sec02 .photoUl .title span {
	color: #f19993;
}
#main .sec02 .photoUl p {
	letter-spacing: 0.075em;
}
#main .sec02 .photoUl .more {
	position: absolute;
	right: 17px;
	bottom: 11px;
	text-align: right;
}
#main .sec02 .photoUl .ttl {
	padding: 0 0 10px 10px;
	position: absolute;
	right: -30px;
	top: -62px;
	width: 170px;
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: url('../img/index/bg01.png') no-repeat center center;
	box-sizing: border-box;
}
#main .sec02 .photoUl li:nth-child(2) .ttl {
	padding: 0 10px 10px 0;
	width: 165px;
	height: 121px;
	background-image: url('../img/index/bg02.png');
}
#main .sec02 .photoUl li:nth-child(3) .ttl {
	padding: 0 2px 18px 0;
	width: 174px;
	height: 107px;
	top: -44px;
	right: -39px;
	background-image: url('../img/index/bg03.png');
}
#main .sec02 .photoUl li:nth-child(4) .ttl {
	padding: 0 10px 10px 0;
	width: 172px;
	height: 122px;
	background-image: url('../img/index/bg04.png');
}
#main .sec02 .photoUl .ttl span span {
	font-size: 1.8rem;
	display: block;
	font-family: 'Sacramento', cursive;
}
#main .sec02 .txtUl {
	max-width: 1098px;
	margin: 0 auto;
}
#main .sec02 .txtUl li {
	width: 28.2%;
	padding: 25px 26px 28px;
	margin-right: 7.7%;
	background-color: #fff;
	box-sizing: border-box;
}
#main .sec02 .txtUl li:nth-child(3n) {
	margin-right: 0;
}
#main .sec02 .txtUl li .ttl {
	margin-bottom: 19px;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.075em;
}
#main .sec02 .txtUl li .ttl img {
	display: block;
	margin: 0 auto 19px;
}
#main .sec02 .txtUl li .txt {
	margin-bottom: 36px;
	text-align: center;
	letter-spacing: 0.075em;
}
#main .sec02 .txtUl li .link a {
	max-width: 165px;
	margin: 0 auto;
	padding: 10px 0 11px;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
#main .sec02 .txtUl li .link a:after {
	position: absolute;
	transition: 0.3s;
	content: '';
	width: 0;
	bottom: 0;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	background-color: #f1f1f1;
}
#main .sec02 .txtUl li .link a span {
	position: relative;
	z-index: 1;
}
#main .sec03 {
	background-color: #f1eada;
}
#main .sec03 .topPhoto img {
	width: 100%;
}
#main .sec03 .bgBox {
	padding: 65px 10px 52px;
	position: relative;
}
#main .sec03 .bgBox:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -162px;
	background: url('../img/index/bg05.png') no-repeat top center;
	background-size: 100% 167px;
	width: 100%;
	height: 166px;
	content: '';
}
#main .sec03 .headLine03 {
	position: absolute;
	padding-bottom: 22px;
	left: 0;
	top: -64px;
	width: 100%;
	z-index: 1;
	padding-right: 20px;
	box-sizing: border-box;
}
#main .sec03 .headLine03 img {
	margin-bottom: 3px;
}
#main .sec03 .headLine03:before {
	margin-left: -42px;
	background-color: #e2b954;
}
#main .sec03 .headLine03 .iconImg {
	position: absolute;
	right: 50%;
	top: -26px;
	margin: 0 -125px 0 0;
}
#main .sec03 .headLine03 .icon {
	position: absolute;
	left: 50%;
	top: -24px;
	margin: 0 0 0 -196px;
}
#main .sec03 .title {
	max-width: 690px;
	margin: 0 auto 15px;
	padding: 11px 0 13px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	background-color: #fff;
}
#main .sec03 .txt {
	margin-bottom: 33px;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.075em;
}
#main .sec03 .inner {
	max-width: 1100px;
	position: relative;
	margin: 0 auto 58px;
}
#main .sec03 .inner .textImg {
	position: absolute;
	right: -30px;
	top: -102px;
}
#main .sec03 .photoBox {
	width: 20.18%;
	margin-right: 5.95%;
	float: left;
	text-align: center;
}
#main .sec03 .photoBox:nth-child(4n) {
	margin-right: 0;
}
#main .sec03 .photoBox a {
	display: block;
}
#main .sec03 .photoBox .photo {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #fff;
}
#main .sec03 .photoBox .photo span {
	padding-top: 15px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 14px;
	left: 2px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 50%;
	background: #dcd223;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
#main .sec03 .photoBox p {
	margin-top: 21px;
	letter-spacing: 0.075em;
}
#main .sec03 .photoBox .photo img {
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .sec03 .photoBox p span {
	margin-bottom: 10px;
	display: block;
	color: #e2b954;
}
#main .sec04 {
	padding: 40px 10px 75px;
	background-color: #f7f4f4;
}
#main .sec04 .headLine03 {
	margin-bottom: 55px;
}
#main .sec04 .headLine03 .iconImg {
	position: absolute;
	right: 50%;
	top: -22px;
	margin: 0 -125px 0 0;
}
#main .sec04 .inner {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
#main .sec04 .textImg {
	position: absolute;
	right: 27px;
	top: -161px;
}
#main .sec04 ul {
	margin-bottom: 91px;
}
#main .sec04 ul li {
	width: 22.32%;
	margin-right: 2.6%;
}
#main .sec04 ul a {
	display: block;
}
#main .sec04 ul .photo {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
#main .sec04 ul .photo .new {
	position: absolute;
	left: 0;
	top: 0;
}
#main .sec04 ul .photo .new img {
	width: 84px;
}
#main .sec04 ul a .photo img {
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .sec04 ul li:nth-child(4n) {
	margin-right: 0;
}
#main .sec04 ul li p {
	letter-spacing: 0.05em;
}
#main .sec04 ul li .title {
	margin: 0 9px 15px;
	color: #777;
	font-size: 1.4rem;
}
#main .sec04 ul li .title span {
	margin-left: 4px;
	color: #f19993;
}
#main .sec04 .comLink1 {
	margin-top: 20px;
}
#main .sec05 {
	background-color: #f5f5ec;
}
#main .sec05 .imgBox {
	max-width: 1300px;
	margin: 0 auto;
	background-color: #f5f5ec;
}
#main .sec05 .imgBox .photo > div {
	position: absolute;
	left: 0;
	bottom: 22px;
	right: 46px;
	padding: 0 10px;
	box-sizing: border-box;
}
#main .sec05 .imgBox dl {
	max-width: 507px;
	margin: 0 auto;
}
#main .sec05 .imgBox dt {
	padding: 26px 0 0 10px;
	float: left;
	color: #dcd223;
}
#main .sec05 .imgBox dt:first-child {
	padding-top: 16px;
}
#main .sec05 .imgBox dt .color {
	width: 64px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #ef9993;
	display: inline-block;
	text-align: center;
	padding: 6px 0;
	margin: -4px 0 0 10px;
}
#main .sec05 .imgBox dt .color01 {
	background-color: #e3b953;
}
#main .sec05 .imgBox dd {
	padding: 16px 0 18px 9.2em;
	margin-top: 14px;
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.9);
}
#main .sec05 .imgBox dd a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#main .sec05 .imgBox dd a:hover {
	text-decoration: underline;
}
#main .sec05 .imgBox .photo {
	float: left;
	width: 54.07%;
	position: relative;
}
#main .sec05 .imgBox .photo:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 103px;
	height: 100%;
	background: url('../img/index/bg06.png') no-repeat;
	background-size: 103px 100%;
	content: '';
}
#main .sec05 .imgBox .textBox {
	padding-top: 58px;
	width: 39%;
	float: right;
}
#main .sec05 .imgBox .txtBox {
	max-width: 344px;
}
#main .sec05 .txtBox .headLine02 {
	margin-bottom: 16px;
	text-align: left;
	font-size: 4rem;
	position: relative;
	font-weight: 500;
}
#main .sec05 .txtBox .headLine02 img {
	position: absolute;
	right: -36px;
	top: -8px;
}
#main .sec05 .txtBox .headLine02 .size {
	font-size: 1.6rem;
}
#main .sec05 .txtBox .headLine02 .color {
	color: #dcd223;
}
#main .sec05 .txtBox .headLine02 .txt {
	margin-top: 3px;
	display: block;
	font-size: 2rem;
	letter-spacing: 0;
}
#main .sec05 .txtBox p {
	padding: 8px 0 11px;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	line-height: 1.66;
	text-align: center;
	font-weight: 500;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#main .sec05 .txtBox .comLink {
	margin: 55px 0 0 7px;
}
#main .sec06 {
	padding: 164px 10px 145px;
	background: url('../img/index/bg07.jpg') no-repeat center center;
	background-size: cover;
}
#main .sec06 .whiteBox {
	max-width: 710px;
	margin: 0 auto;
	padding: 28px 0 43px;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
}
#main .sec06 .whiteBox .img01 {
	position: absolute;
	left: 50px;
	top: -43px;
}
#main .sec06 .whiteBox .img02 {
	position: absolute;
	right: 28px;
	top: -29px;
}
#main .sec06 .headLine02 {
	margin-bottom: 20px;
	font-size: 3.6rem;
	font-weight: 500;
}
#main .sec06 .headLine02 .size {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
#main .sec06 p {
	margin-bottom: 39px;
	text-align: center;
	letter-spacing: 0.075em;
}
#main .sec06 .comLink a:before {
	display: none;
}
#main .sec07 {
	padding: 66px 0 68px;
	background-color: #f5f5ed;
}
#main .sec07 .headLine03 {
	margin-bottom: 33px;
	padding-bottom: 22px;
}
#main .sec07 .headLine03:before {
	background-color: #dcd223;
}
#main .sec07 .headLine03 img {
	margin-bottom: 2px;
}
#main .sec07 .headLine03 .color {
	color: #dcd223;
}
#main .sec07 .headLine03 .iconImg {
	position: absolute;
	right: -6px;
	top: 16px;
}
#main .sec07 .content {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
}
#main .imgList {
	margin: 0 1.6% 76px;
}
#main .imgList li {
	margin: 0 2.4%;
	width: 28.4%;
}
#main .imgList li a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
#main .imgList .pho {
	position: relative;
	overflow: hidden;
}
#main .imgList .pho img {
	width: 100%;
	transition: all ease 0.4s;
}
#main .sec07 .newsList li .tag {
	box-sizing: border-box;
	padding: 5px;
	width: 95px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}
#main .sec07 .newsList li .new {
	position: absolute;
	left: 0;
	top: 0;
}
#main .sec07 .newsList li .tag01 {
	background-color: #ea7971;
}
#main .sec07 .newsList li .tag02 {
	background-color: #dcd223;
}
#main .sec07 .newsList li .tag03 {
	background-color: #c4865d;
}
#main .sec07 .newsList li .text {
	padding: 14px 16px 21px;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .sec07 .newsList li .timeDl {
	font-size: 1.4rem;
}
#main .sec07 .newsList li .timeDl dt {
	box-sizing: border-box;
	padding: 7px 5px 10px;
	width: 70px;
	text-align: center;
	color: #fff;
	background-color: #000;
}
#main .sec07 .newsList li .timeDl dd {
	box-sizing: border-box;
	padding: 8px 13px 10px;
	width: calc(100% - 70px);
}
#main .sec08 {
	padding: 52px 0 68px;
	background-color: #f1eada;
}
#main .sec08 .headLine03 {
	margin-bottom: 46px;
	padding-bottom: 21px;
}
#main .sec08 .headLine03:before {
	background-color: #e2b954;
}
#main .sec08 .headLine03 img {
	margin-bottom: 3px;
}
#main .sec08 .headLine03 .color {
	color: #e2b954;
}
#main .sec08 .headLine03 .iconImg {
	margin-right: -141px;
	position: absolute;
	right: 50%;
	top: -29px;
}
#main .sec08 .content {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
}
#main .sec08 .worksList {
	margin-bottom: 60px;
}
#main .sec08 .worksList li a {
	background-color: transparent;
}
#main .sec08 .worksList li .pho {
	margin-bottom: 21px;
	position: relative;
}
#main .sec08 .worksList li .pho .new {
	position: absolute;
	left: 0;
	top: 0;
}
#main .sec08 .worksList li p {
	text-align: center;
}
#main .sec08 .worksList li .text01 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.68;
	letter-spacing: 0.075em;
}
#main .sec08 .worksList li .text02 {
	color: #e2b954;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
}
#main .sec08 .comLink a > span {
	padding: 17px 0 16px;
}
#main .sec09 {
	padding-bottom: 89px;
	background-color: #f8f4f5;
}
#main .sec09 .photo img {
	width: 100%;
}
#main .sec09 .whiteBox {
	box-sizing: border-box;
	margin: -90px auto 0;
	padding: 25px 15px 48px;
	max-width: 806px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#main .sec09 .headLine03 {
	margin-bottom: 18px;
	padding-bottom: 16px;
	font-size: 2.8rem;
}
#main .sec09 .headLine03 .size {
	margin: -15px 0 5px;
	color: #000;
	font-size: 1.8rem;
}
#main .sec09 .headLine03 .iconImg {
	position: absolute;
	right: -2px;
	top: -39px;
}
#main .sec09 p {
	margin-bottom: 42px;
	text-align: center;
	line-height: 1.88;
	letter-spacing: 0.075em;
}
#main .sec09 .linkList li {
	margin: 0 2.7%;
	width: 40%;
	max-width: 260px;
}
#main .sec09 .comLink a:before {
	display: none;
}
#main .sec09 .comLink a > span {
	padding: 12px 0 13px;
}
#main .sec10 {
	padding: 69px 0 123px;
	background: url('../img/index/photo24.jpg') no-repeat center center;
	background-size: cover;
}
#main .sec10 .textList {
	margin: 0 auto;
	padding: 0 60px 0 10px;
	max-width: 1050px;
	color: #fff;
}
#main .sec10 .textList li {
	width: 44.5%;
	letter-spacing: 0.05em;
	line-height: 1.71;
}
#main .sec10 .textList li h2 {
	margin-bottom: 14px;
	font-size: 1.8rem;
	font-weight: 400;
}
#main .sec10 .textList li p {
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#gFooter .fBox {
	border-top: none;
}

@media all and (min-width: 897px) {
	#main .sec02 .txtUl li .link a:hover:after {
		width: 120%;
	}
	#main .sec02 .photoUl a:hover .photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#main .sec03 .photoBox a:hover {
		opacity: 1;
	}
	#main .sec04 ul a:hover .photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#main .imgList li a:hover .pho img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#main .sec03 .photoBox a:hover .photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media all and (max-width: 1000px) {
	.gNavi > ul > li {
		margin: 0 14px !important;
	}
}

@media all and (max-width: 1050px) {
	.mainVisual .textIcon {
		left: 15px;
		margin-left: 0;
	}
}

@media all and (max-width: 1180px) {
	#main .sec03 .inner .textImg {
		right: 0;
	}
	#main .sec05 .imgBox .textBox {
		padding-top: 10px;
		width: 44%;
	}
	#main .sec05 .txtBox .comLink {
		margin-top: 15px;
	}
	#main .sec05 .txtBox .headLine02 {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
}

@media all and (max-width: 896px) {
	.loading .loadingBox .loadLogo {
		width: 60%;
	}
	#gHeader {
		height: 23px;
		background-color: #fff;
	}
	#gHeader.on {
		/* height: 48px; */
		height: 70px;
	}
	#gHeader:before {
		top: 23px;
		border-width: 0 0 60px 50vw;
	}
	#gHeader:after {
		top: 23px;
		border-width: 60px 0 0 50vw;
	}
	.mainVisual .textImg {
		margin-right: -170px;
		top: 118px;
		width: 130px;
	}
	.mainVisual .textImg svg {
		width: 130px;
	}
	.mainVisual p {
		padding-left: 10px;
		top: 209px;
		font-size: 1.95rem;
	}
	.mainVisual p > span {
		margin-bottom: 8px;
	}
	.mainVisual p > span > span {
		padding: 5px 20px 7px;
	}
	.mainVisual li {
		height: 500px;
		width: 390px;
	}
	#main .sec01 {
		padding: 25px 18px 59px;
	}
	#main .sec01 .inner {
		max-width: inherit;
	}
	#main .sec01 p {
		margin-bottom: 39px;
		text-align: left;
		line-height: 1.71;
	}
	#main .sec01 .img01 {
		display: none;
	}
	#main .sec01 .img02 {
		display: none;
	}
	#main .sec02 {
		padding: 32px 20px 51px;
	}
	#main .sec02 .headLine03 {
		margin-bottom: 26px;
	}
	#main .sec02 .headLine03 .iconImg {
		margin-right: -188px;
		width: 82px;
	}
	#main .sec02 .topTxt {
		margin-bottom: 50px;
		line-height: 1.71;
		text-align: left;
	}
	#main .sec02 .photoUl {
		max-width: inherit;
		display: inherit;
		margin: -18px -5px 22px;
	}
	#main .sec02 .photoUl li {
		margin-top: 18px;
		width: auto;
	}
	#main .sec02 .photoUl .txtBox {
		margin: -41px 44px 0 48px;
		padding: 18px 20px 41px;
	}
	#main .sec02 .photoUl .title {
		margin-bottom: 31px;
		font-size: 1.6rem;
	}
	#main .sec02 .photoUl .title:before {
		bottom: -15px;
		width: 46px;
		left: 3px;
		height: 2px;
	}
	#main .sec02 .photoUl p {
		font-size: 1.2rem;
	}
	#main .sec02 .photoUl .more {
		right: 15px;
		bottom: 10px;
		font-size: 1.2rem;
	}
	#main .sec02 .photoUl .ttl {
		padding: 0 0 8px 8px;
		right: -30px;
		top: -28px;
		width: 95px;
		height: 76px;
		font-size: 0.9rem;
		background-size: 100% 100%;
	}
	#main .sec02 .photoUl li:nth-child(2) .ttl {
		padding: 0 5px 10px 0;
		width: 95px;
		height: 70px;
	}
	#main .sec02 .photoUl li:nth-child(3) .ttl {
		padding: 0 2px 8px 0;
		width: 95px;
		height: 60px;
		top: -30px;
		right: -25px;
	}
	#main .sec02 .photoUl li:nth-child(4) .ttl {
		padding: 0 10px 10px 0;
		width: 100px;
		height: 70px;
	}
	#main .sec02 .photoUl .ttl span span {
		font-size: 1rem;
	}
	#main .sec02 .txtUl {
		margin: 0 50px;
		display: inherit;
	}
	#main .sec02 .txtUl li {
		width: auto;
		padding: 22px 26px 24px;
		margin: 0 0 16px;
	}
	#main .sec02 .txtUl li:last-child(3n) {
		margin: 0;
	}
	#main .sec02 .txtUl li .ttl {
		margin-bottom: 18px;
		padding-left: 76px;
		text-align: left;
		font-size: 1.4rem;
		position: relative;
	}
	#main .sec02 .txtUl li .ttl img {
		position: absolute;
		left: 34px;
		top: 50%;
		margin: -13px 0 0;
		height: 25px;
	}
	#main .sec02 .txtUl li .txt {
		display: none;
	}
	#main .sec02 .txtUl li .link a {
		max-width: 130px;
		padding: 7px 0;
		font-size: 1.2rem;
		border-radius: 2px;
	}
	#main .sec03 .bgBox {
		padding: 10px 10px 49px;
	}
	#main .sec03 .bgBox:before {
		top: -51px;
		background-image: url('../img/index/sp_bg01.png');
		background-size: 100% 53px;
		height: 53px;
	}
	#main .sec03 .headLine03 {
		margin-bottom: 30px;
		padding-bottom: 14px;
		position: relative;
		left: auto;
		top: auto;
		padding-right: 0;
	}
	#main .sec03 .headLine03 img {
		margin-bottom: 2px;
	}
	#main .sec03 .headLine03 .iconImg {
		top: -20px;
		margin: 0 -90px 0 0;
		width: 50px;
	}
	#main .sec03 .headLine03 .icon {
		width: 26px;
		top: 2px;
		margin: 0 0 0 -130px;
	}
	#main .sec03 .title {
		max-width: inherit;
		margin: 0 auto 22px;
		padding: 11px 0 13px;
		font-size: 1.7rem;
		line-height: 1.76;
	}
	#main .sec03 .txt {
		margin-bottom: 80px;
		line-height: 1.71;
	}
	#main .sec03 .inner {
		max-width: inherit;
		margin: 0 -10px 75px;
	}
	#main .sec03 .inner .textImg {
		right: 19px;
		top: -64px;
	}
	#main .sec03 .inner .prev {
		position: absolute;
		left: 10px;
		top: 28.2%;
		z-index: 8;
	}
	#main .sec03 .inner .next {
		position: absolute;
		right: 10px;
		top: 28.2%;
		z-index: 8;
	}
	#main .sec03 .photoBox {
		width: 222px;
		margin: 0 25px !important;
	}
	#main .sec03 .photoBox p {
		margin-top: 17px;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	#main .sec03 .photoBox p span {
		margin-bottom: 11px;
	}
	#main .sec04 {
		padding: 48px 16px 42px;
	}
	#main .sec04 .headLine03 {
		margin-bottom: 44px;
	}
	#main .sec04 .headLine03 .iconImg {
		top: -18px;
		margin: 0 -92px 0 0;
		width: 50px;
	}
	#main .sec04 .inner {
		max-width: inherit;
	}
	#main .sec04 .textImg {
		display: none;
	}
	#main .sec04 ul {
		display: inherit;
		margin-bottom: 52px;
	}
	#main .sec04 ul li {
		width: auto;
		margin: 0 0 18px;
	}
	#main .sec04 ul .photo {
		margin: 0;
		width: 122px;
		float: left;
	}
	#main .sec04 ul .photo .new img {
		width: 40%;
	}
	#main .sec04 ul li:last-child {
		margin: 0;
	}
	#main .sec04 ul li .txtBox {
		padding: 6px 0 0 152px;
		min-height: 100px;
		box-sizing: border-box;
	}
	#main .sec04 ul li p {
		font-size: 1.2rem;
	}
	#main .sec04 ul li .title {
		margin: 0 0 11px;
		font-size: 1.1rem;
	}
	#main .sec04 .comLink1 {
		margin-top: 10px;
	}
	#main .sec05 .imgBox {
		max-width: inherit;
	}
	#main .sec05 .imgBox .photo > div {
		position: static;
	}
	#main .sec05 .imgBox dl {
		max-width: inherit;
		text-align: left;
	}
	#main .sec05 .imgBox dt {
		padding: 5px 10px 0 !important;
		float: none;
		background: rgba(255, 255, 255, 0.9);
	}
	#main .sec05 .imgBox dt .color {
		width: 40px;
		font-size: 1.3rem;
		padding: 2px 0;
		margin: -4px 0 0 5px;
	}
	#main .sec05 .imgBox dd {
		padding: 5px 10px;
		margin-top: 0;
		font-size: 1.3rem;
	}
	#main .sec05 .imgBox dd a:hover {
		text-decoration: none;
	}
	#main .sec05 .imgBox .photo {
		float: none;
		width: auto;
		text-align: center;
	}
	#main .sec05 .imgBox .photo img {
		width: 100%;
	}
	#main .sec05 .imgBox .photo:after {
		display: none;
	}
	#main .sec05 .imgBox .textBox {
		padding: 44px 0 41px;
		width: auto;
		float: none;
	}
	#main .sec05 .imgBox .txtBox {
		max-width: 318px;
		margin: 0 auto;
	}
	#main .sec05 .txtBox .headLine02 {
		margin-bottom: 13px;
		font-size: 3.4rem;
	}
	#main .sec05 .txtBox .headLine02 img {
		width: 94px;
		right: 0;
		top: -7px;
	}
	#main .sec05 .txtBox .headLine02 .size {
		font-size: 1.35rem;
		margin-bottom: 10px;
	}
	#main .sec05 .txtBox .headLine02 .txt {
		font-size: 1.7rem;
	}
	#main .sec05 .txtBox p {
		padding: 8px 0 9px;
		font-size: 1.55rem;
	}
	#main .sec05 .txtBox .comLink {
		margin: 39px auto 0;
	}
	#main .sec06 {
		padding: 166px 16px 113px;
		background-image: url('../img/index/sp_bg02.jpg');
	}
	#main .sec06 .whiteBox {
		max-width: inherit;
		padding: 28px 15px 81px;
	}
	#main .sec06 .whiteBox .img01 {
		left: -9px;
		top: -89px;
	}
	#main .sec06 .whiteBox .img02 {
		display: none;
	}
	#main .sec06 .headLine02 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	#main .sec06 .headLine02 .size {
		margin-bottom: 14px;
	}
	#main .sec06 p {
		margin-bottom: 30px;
		font-size: 1.2rem;
	}
	#main .sec06 .comLink a:before {
		display: none;
	}
	#main .sec07 {
		padding: 44px 0 64px;
	}
	#main .sec07 .headLine03 {
		margin-bottom: 37px;
		padding-bottom: 15px;
	}
	#main .sec07 .headLine03 img {
		margin-bottom: 7px;
	}
	#main .sec07 .headLine03 .iconImg {
		margin-right: -180px;
		width: 106px;
		position: absolute;
		right: 50%;
		top: -29px;
	}
	#main .sec07 .content {
		padding: 0;
		max-width: inherit;
	}
	#main .imgList {
		margin: 0 0 54px;
		display: block;
		position: relative;
	}
	#main .sliderBox .slick-slider .slick-arrow {
		margin-top: 28px;
		position: absolute;
		top: 50px;
		font-size: 0;
		line-height: 0;
		display: block;
		width: 45px;
		height: 45px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
	}
	#main .sliderBox .slick-slider .slick-prev {
		left: 14px;
		background: url('../img/index/prev.png') no-repeat;
		background-size: 100% auto;
		z-index: 8;
	}
	#main .sliderBox .slick-slider .slick-next {
		right: 14px;
		background: url('../img/index/next.png') no-repeat;
		background-size: 100% auto;
		z-index: 8;
	}
	#main .imgList li {
		margin: 0 13px !important;
		width: 297px !important;
		vertical-align: top;
	}
	#main .imgList .pho img {
		width: 100%;
		transition: none;
	}
	#main .sec07 .newsList li .tag {
		padding: 5px 5px 4px;
		width: 85px;
		font-size: 1.1rem;
	}
	#main .sec07 .newsList li .text {
		padding: 13px 16px 19px;
	}
	#main .sec07 .newsList li .timeDl {
		font-size: 1.26rem;
	}
	#main .sec07 .newsList li .timeDl dt {
		padding: 7px 5px;
		width: 63px;
	}
	#main .sec07 .newsList li .timeDl dd {
		padding: 8px 11px 9px;
		width: calc(100% - 63px);
	}
	#main .sec08 {
		padding: 73px 0 66px;
	}
	#main .sec08 .headLine03 {
		margin-bottom: 51px;
		padding-bottom: 21px;
		font-size: 3rem;
	}
	#main .sec08 .headLine03:before {
		margin-left: -33px !important;
		width: 64px;
		height: 3px;
	}
	#main .sec08 .headLine03 img {
		margin-bottom: 3px;
		width: 54px;
	}
	#main .sec08 .headLine03 .iconImg {
		margin-right: -140px;
		width: 82px;
	}
	#main .sec08 .content {
		padding: 0;
		max-width: inherit;
	}
	#main .sec08 .worksList {
		margin-bottom: 47px;
	}
	#main .sliderBox .slick-slider .slick-arrow {
		margin-top: 47px;
	}
	#main .sec08 .worksList li {
		width: 300px !important;
	}
	#main .sec08 .worksList li .pho {
		margin-bottom: 19px;
	}
	#main .sec08 .worksList li .text01 {
		margin-bottom: 6px;
		font-size: 1.6rem;
	}
	#main .sec08 .worksList li .text02 {
		font-size: 1.4rem;
	}
	#main .sec09 {
		padding-bottom: 46px;
	}
	#main .sec09 .whiteBox {
		margin: -36px 13px 0;
		padding: 30px 10px 44px;
		max-width: inherit;
	}
	#main .sec09 .headLine03 {
		margin-bottom: 21px;
		padding-bottom: 11px;
		font-size: 2rem;
	}
	#main .sec09 .headLine03 .size {
		margin: -11px 0 3px;
		font-size: 1.3rem;
	}
	#main .sec09 .headLine03 .iconImg {
		width: 75px;
		right: 11px;
		top: -54px;
	}
	#main .sec09 p {
		margin-bottom: 32px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .sec09 .linkList {
		margin: 0 auto;
		width: 210px;
		display: block;
	}
	#main .sec09 .linkList li {
		margin: 0 0 17px;
		width: auto;
		max-width: inherit;
	}
	#main .sec09 .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .sec09 .comLink a {
		font-size: 1.25rem;
	}
	#main .sec09 .comLink a > span {
		padding: 10px 0 !important;
	}
	#main .sec10 {
		padding: 48px 0 55px;
		background-image: url('../img/index/sp_photo24.jpg');
	}
	#main .sec10 .textList {
		padding: 0 12px;
		max-width: inherit;
		display: block;
	}
	#main .sec10 .textList li {
		margin-bottom: 45px;
		width: auto;
		line-height: 1.71;
	}
	#main .sec10 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec10 .textList li h2 {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#main .sec10 .textList li p {
		font-size: 1.2rem;
		line-height: 1.53;
	}
}

@media all and (max-width: 390px) {
	#main .sec02 .headLine03 .iconImg {
		margin-right: -155px;
	}
	#main .sec07 .headLine03 .iconImg {
		margin-right: -155px;
	}
	.mainVisual .textImg {
		margin-right: -155px;
	}
	#main .sec02 .photoUl .txtBox {
		margin: -41px 20px 0;
	}
	#main .sec02 .txtUl {
		margin: 0 20px;
	}
	#main .sec02 .txtUl li {
		padding: 22px 10px 24px;
	}
	#main .sec05 .imgBox .txtBox {
		max-width: 310px;
	}
	#main .sec06 .headLine02 {
		font-size: 2.3rem;
	}
}
#main .product {
	padding: 50px 0 80px;
}
#main .product .headLine03 {
	margin-bottom: 50px;
	position: relative;
}
#main .product .headLine03 .iconImg {
	position: absolute;
	right: 57%;
	top: 0;
	margin-right: -269px;
}
#main .product .btnListUl {
	display: flex;
	max-width: 1040px;
	margin: 0 auto;
	justify-content: space-between;
}
#main .product .btnListUl li {
	width: 47.3%;
}
#main .product .btnListUl li a {
	display: block;
	height: 350px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#main .product .btnListUl li a .bgImg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background: url('../img/index/product_img01.jpg') no-repeat center center;
	background-size: cover;
}
#main .product .btnListUl li:last-child a .bgImg {
	background-image: url('../img/index/product_img02.jpg');
}
@media all and (min-width: 897px) {
	#main .product .btnListUl li a:hover .bgImg {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#main .product .btnListUl li a .logo01 img,
#main .product .btnListUl li a .logo02 img {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	width: 50%;
	margin: 0 auto;
}
#main .product .btnListUl li a .logo02 img {
	top: 35%;
	width: 40%;
}
@media all and (max-width: 896px) {
	#main .product {
		max-width: 650px;
		margin: 0 auto;
	}
	#main .product .headLine03 .iconImg {
		position: absolute;
		right: 30%;
		top: 0;
		margin-right: 0px;
	}
	#main .product .btnListUl li a {
		height: 350px;
	}
	#main .product .btnListUl {
		display: block;
		margin: 0 15px;
	}
	#main .product .btnListUl li {
		width: 100%;
		margin-bottom: 30px;
	}
	#main .product .btnListUl li:last-child {
		margin-bottom: 0px;
	}
	#main .product .btnListUl li a .logo01 img,
	#main .product .btnListUl li a .logo02 img {
		width: 50%;
	}
	#main .product .btnListUl li a .logo02 img {
		top: 35%;
	}
}
