@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	background-color: transparent;
}
#gHeader .hInner {
	border-radius: 0;
	box-shadow: none;
	padding-right: 6.2rem;
	background-color: transparent;
}
#main {
	padding-top: 0;
}
#main .mainVisual {
	height: 102.4rem;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #FCFCFC;
}
#main .mainVisual .bg01 {
	position: absolute;
	top: -2rem;
	left: -4.2rem;
	width: 32rem;
	height: 35.5rem;
	border: 8.5rem solid #FDA300;
	background-color: #fff;
	border-radius: 100%;
	animation: fluidrotate 30s ease 0s infinite;
}
#main .mainVisual .slick-slide img {
	display: inline-block;
}
#main .mainVisual .bg02 {
	position: absolute;
	top: 0;
	left: 0;
	animation: fluidrotate 30s ease 0s infinite;
}
#main .mainVisual .bg02 svg {
	width: 100%;
	height: auto;
	opacity: 0;
}
#main .mainVisual .bg02 svg.show {
	opacity: 1;
}
#main .mainVisual .bg02 svg .cls-0 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 55;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}
#main .mainVisual .bg03 {
	position: absolute;
	top: -43rem;
	right: -62.1rem;
	width: 85rem;
	height: 85rem;
	border-radius: 100%;
	transform: rotate(-174.294deg); 
	z-index: 1;
	background: linear-gradient(126deg, rgba(249, 224, 107, 0.90) 31.51%, rgba(254, 208, 0, 0.70) 76.13%);
	animation: fluidrotate 30s ease 0s infinite;
}
#main .mainVisual .bg04 {
	position: absolute;
	top: 19.7rem;
	right: -65.4rem;
	width: 100rem;
	height: 100rem;
	border-radius: 100%;
	transform: rotate(-174.294deg); 
	background-color: #FDD000;
	animation: fluidrotate 30s ease 0s infinite;
}
#main .mainVisual .bg05 {
	position: absolute;
	bottom: 9.3rem;
	left: 3.6rem;
	width: 15.2rem;
	height: 15.2rem;
	border-radius: 100%;
	z-index: 1;
	background-color: #E84466;
	animation: fluidrotate 30s ease 0s infinite;
}
#main .mainVisual .bg06 {
	position: absolute;
	bottom: 0.2rem;
	left: 7.9rem;
	width: 19.8rem;
	height: 19.8rem;
	border-radius: 100%;
	border: 4rem solid #F39800;
	background-color: #fff;
	animation: fluidrotate 30s ease 0s infinite;
}
@keyframes fluidrotate {  
	0%, 100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

#main .mainVisual h2 {
	font-size: 5rem;
	font-weight: 900;
	margin-bottom: 3rem;
}
#main .mainVisual .txt02 {
	margin-bottom: 2.3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}
#main .mainVisual .txt {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}
#main .mainVisual .subBox {
	position: relative;
	z-index: 1;
	padding: 0 0 4.5rem 10rem;
}
#main .mainVisual .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .mainVisual .fooUl {
	width: 100%;
}
#main .mainVisual .logo {
	margin-bottom: 0.2rem;
}
#main .mainVisual .subBox02 {
	padding: 0 0 -0rem 16rem;
}
#main .innerBox {
	margin-left: 12.6rem;
}
#main .service .bg01 {
	position: absolute;
	top: 9rem;
	left: 0;
}
#main .service .bg02 {
	position: absolute;
	top: 0rem;
	right: 0;
}
#main .service .bg03 {
	position: absolute;
	top: 43.7rem;
	right: 0;
	z-index: 1;
}
#main .service .bg04 {
	position: absolute;
	top:82.7rem;
	right: 0;
}
#main .content {
	max-width: 114.8rem;
	margin: 0 auto;
	padding: 0 2rem;
}
#main .service .headLine01 {
	margin-bottom: 8.5rem;
	padding-bottom: 2.1rem;
	position: relative;
}
#main .service .headLine01:after {
	height: 0.5rem;
	width: 48.5rem;
	background-color: #fff;
	position: absolute;  
	bottom: 0;
	left: 0;  
	content: ""; 
}
/*
#main .service .headLine01 .en {
	background-image: url(../img/common/icon13.webp);
}
*/
#main .serviceInner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .serviceInner .lBox {
	width: 7.5rem;
	margin: 0 7.7rem 0 -0.1rem;
	position: sticky;
	top: 8rem;
}
#main .serviceInner .lBox li {
	margin-bottom: 2.6rem;
}
#main .serviceInner .lBox li:last-child {
	margin-bottom: 0;
}
#main .serviceInner .lBox li a {
	display: block;
}
#main .serviceInner .lBox li a:hover {
	opacity: 0.7;
}
#main .serviceInner .lBox li span {
	display: block;
	font-weight: 700;
	margin: 0.4rem 0.2rem 0;
}
#main .serviceInner .lBox li img {
	border-radius: 1rem;
}
#main .serviceInner .rBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .serviceInner .rBox .stickyBox {
	padding-right: 4.8rem;
	margin-top: -2rem;
	width: 50.3rem;	
}
#main .serviceInner .rBox .photoUl {
	position: sticky;
	top: 8rem;
}
#main .serviceInner .rBox .photoUl li {
	margin-bottom: 11rem;
}
#main .serviceInner .rBox .photoUl li img {
	width: 100%;
	border-radius: 2rem;
}
#main .serviceInner .rBox .photoUl li:last-child {
	margin-bottom: 0;
}
#main .serviceInner .infoBox {
	width: 29rem;
}
#main .serviceInner .infoBox .inner {
	margin-bottom: 17.8rem;
}
#main .serviceInner .infoBox .inner:last-child {
	margin-bottom: 0;
}
#main .serviceInner .infoBox p {
	margin-bottom: 4.6rem;
	font-weight: 500;
	line-height: normal;
}
#main .serviceInner .infoBox p:last-child {
	margin-bottom: 0;
}
#main .serviceInner .infoBox .en {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 9rem;
	font-weight: 900;
	line-height: 1;
	color: #FFBC32;
}
#main .serviceInner .infoBox h3 {
	margin: 0 -4rem 0 0;
	padding-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: normal;
	min-height: 16.2rem;
}
#main .serviceInner .infoBox .h3Ttl {
	min-height: 7.5rem;
}
#main .serviceInner .infoBox h3 span {
	margin-bottom: 0.9rem;
	display: block;
	font-size: 3.5rem;
	font-weight: 900;
}
.hBox {
	width: 12.6rem;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 6.4rem 1rem 3rem;
	text-align: center;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 0 10rem 0 0; 
	overflow-y: auto;
	box-shadow: 0.5rem 0 2rem 0 rgba(0, 0, 0, 0.15); 
}
.hBox .subBox {
	min-height: 45rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: normal;
}
.hBox .snsUl {
	/*margin-top: -15.2rem;*/
	margin-top:4.8rem;
}
.hBox .snsUl li {
	margin-bottom: 1rem;
}
.hBox .snsUl li a:hover img {
	opacity: 0.7;
}
.hBox .snsUl li:last-child {
	margin-bottom: 0;
}
.hBox .scroll{
	display: none;
}
.hBox .scroll a {
	padding-top: 6.8rem;
	display: inline-block;
	position: relative;
}
.hBox .scroll a:hover {
	opacity: 0.7;
}
.hBox .scroll a::before {
	width: 1.1rem;  
	height: 5.1rem;
	background: url(../img/index/img05.webp) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: calc(50% + 0.1rem);
	transform: translateX(-50%);  
	content: ""; 
}
.hBox .scroll a:hover {
	opacity: 0.7;
}
#main .service {
	position: relative;
	padding: 12rem 0 14.5rem;
}
#main .service:after {
	width: 100%;  
	height: 193.2rem;
	border-radius: 10rem 0 0 10rem; 
	background-color: #FCFCFC;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	z-index: -1;
}
#main .news {
	padding-bottom: 15rem;
	position: relative;
}
#main .news .bg01 {
	position: absolute;
	top: 0;
	right: 0;
}
#main .news .enImg {
	margin-bottom: -5.2rem;
	text-align: right;
	position: relative;
}
#main .ttlBox {
	margin: 0 2.0rem 4rem 2.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .ttlBox .headLine01 {
	margin: 0;
}
#main .ttlBox .comLink02 {
	margin-top: 2.3rem;
}
#main .newsList {
	margin: 0 3rem;
}
#main .newsList li {
	margin-bottom: 6rem;
}
#main .newsList li:last-child {
	margin-bottom: 0;
}
#main .newsList dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .newsList dt {
	width: 10rem;
	padding: 0.2rem 1rem 0 0;
	font-size: 1.3rem;
	color: #929292;
	font-weight: 500;
}
#main .newsList dd {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .newsList dd a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .newsList dd a:hover {
	opacity: 0.7;
}
#main .newsList dd .ttl {
	font-size: 1.6rem;
	font-weight: 500;
	width: 32.7rem;
	padding-right: 1rem;
}
#main .newsList dd .txt {
	flex: 1;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .case {
	padding: 7.8rem 0 11.6rem;
	position: relative;
	border-radius: 10rem 0 0 10rem;
	background-color: #FFFBFC;
}
#main .case .bg01 {
	position: absolute;
	top: 0;
	left: 0;
}
#main .case .ttlBox {
	margin-bottom: 3rem;
}
#main .case .jsBox {
	margin: 0 3rem; 
}
#main .case .fooList {
	display: flex;
	flex-wrap: wrap;
}
#main .case .fooList li {
	width: calc(25% - 1.5rem);
	margin-right: 2rem;
}
#main .case .fooList li:nth-child(4n) {
	margin-right: 0;
}
#main .case .fooList a {
	display: block;
}
#main .case .fooList a:hover {
	opacity: 0.7;
}
#main .case .fooList li .photo {
	margin-bottom: 1.8rem;
}
#main .case .fooList li .photo img {
	border-radius: 1rem;
}
#main .case .fooList li .tag {
	margin-bottom: 1rem;
	display: inline-block;
	min-width: 15.1rem;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0.45rem 0.2rem;
	background-color: #000000;
}
#main .case .fooList li p {
	font-weight: 500;
}
#main .case .fooList li .ttl {
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: 900;
}
#main .blog {
	overflow: hidden;
	padding: 9.7rem 0 12.2rem;
	background-color: #fff;
}
#main .blog .content {
	max-width: 118rem;
}
#main .blog .bg02 {
	position: absolute;
	top: -6.8rem;
	right: -7rem;
}
#main .blog .ttlBox {
	margin: 0 5.5rem 1.5rem 2.8rem;
}
.comContact {
	margin-top: 0;
}
#main .fixdBox {
	position: fixed;
	bottom: 4rem;
	right: 4.7rem;
	padding: 3.5rem 1.8rem 2.7rem;
	width: 19.8rem;
	text-align: center;
	border-radius: 2rem;
	box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.25); 
	background-color: #fff;
	z-index: 100;
}
#main .fixdBox .btn {
	position: absolute;
	top: -1rem;
	right: -1rem;
}
#main .fixdBox .btn a:hover img {
	opacity: 0.7;
}
#main .fixdBox p {
	margin: 0 -1rem 2.5rem;
	font-weight: 400;
	line-height: 1.2;
}
#main .fixdBox .comLinkUl{ 
	display: block;
}
#main .fixdBox .comLinkUl li {
	margin: 0 0 1rem;
	width: auto; 
}
#main .fixdBox .comLinkUl li:last-child {
	margin-bottom: 0;
}
#main .fixdBox .comLinkUl a {
	font-size: 1.4rem;
	font-weight: 700;
	min-height: 3.8rem;
}
#main .fixdBox .comLinkUl span {
	padding-left: 2.5rem;
	background-image: url(../img/common/icon01.webp);
	background-size: 1.3rem auto;
}
#main .fixdBox .comLinkUl .liStyle span {
	background-image: url(../img/common/icon02.webp);
}
.marunavi_adjust{
	margin-bottom: 320px !important;
}
#main .case .fooList li .photo img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
}
@media all and (min-width: 1545px) {
	#main .mainVisual .subBox02 {
    	padding: 0rem 50rem 0 60rem;
	}
}
@media all and (max-width: 1545px) {
	#main .mainVisual{
        height: 115vh;
		padding: 0;
	}
	#main .mainVisual .subBox02 {
		padding: 0 0 -0rem 10rem;
	}
	#main .mainVisual .subBox02 .photo img{
		max-width: 600px;
	}
	#main .mainVisual .subBox {
		position: relative;
		z-index: 1;
		padding: 5rem 0rem 4.5rem 6rem;
	}
	#main .mainVisual h2 {
		margin-bottom: 2rem;
		margin-top: 6.5rem;
	}
}

@media all and (min-width: 897px) {
	#gHeader .naviUl .jsBox {
		top: 7.6rem;
		max-height: calc(100vh - 7.6rem);
	}
	#gHeader .lBox {
		display: none;
	}
	#container {
		overflow: visible;
	}
	#main .blog .jsBox {
		margin-right: 6rem;
	}
	#main .case .bg01 img {
		width: 54.8rem;
	}
	#main .blog .bg02 img {
		width: 80.2rem;
	}
}

@media all and (max-width: 896px) {
	#main .case .fooList li .photo img {
		max-height: 150px;
	}
	.marunavi_adjust{
		margin-bottom: 0px !important;
	}
	#gHeader {
		background-color: #fff;
	}
	.hBox {
		display: none;
	}
	#gHeader .hInner {
		padding-bottom: 1.1rem;
	}
	#main {
		padding-top: 6.5rem;
	}
	#main .mainVisual {
		background-color: #fff;
	}
	#main .mainVisual .bg01 {
		width: 22.8rem;
		height: 22.8rem;
		border-width: 5.3rem;
		top: -4.2rem;
		left: -13.6rem;
	}
	#main .innerBox {
		margin-left: 0;
	}
	#main .mainVisual .bg02 {
		top: -4rem;
		left: -9.7rem;
		width: 86%;
	}
	#main .mainVisual .bg03 {
		width: 102.8rem;
		height: 102.8rem;
		transform: none;
		top: -63rem;
		right: -93.3rem;
		background: linear-gradient(-126deg, rgba(249, 224, 107, 0.90) 31.51%, rgba(254, 208, 0, 0.70) 76.13%);
	}
	#main .mainVisual .bg04 {
		width: 102.8rem;
		transform: none;
		height: 102.8rem;
		top: -4.2rem;
		right: -97rem;
		background: linear-gradient(-126deg, rgba(249, 224, 107, 0.90) 31.51%, rgba(254, 208, 0, 0.70) 76.13%);
	}
	#main .mainVisual {
		height: 73.7rem;
	}
	#main .mainVisual .bg06,
	#main .mainVisual .bg05 {
		display: none;
	}
	#main .mainVisual .subBox {
		padding: 8rem 0 0;
	}
	#main .mainVisual .logo {
		margin: 0 3.5rem 0;
	}
	#main .mainVisual .txt {
		margin-bottom: 8rem;
		font-size: 1.8rem;
		line-height: normal;
	}
	#main .mainVisual .subBox02 {
		padding-top: 0;
	}
	#main .mainVisual h2 {
		font-size: 3rem;
	}
	#main .mainVisual .txt02 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	.comLinkUl span {
		background-image: url(../img/common/icon01.webp);
	}
	.comLinkUl .liStyle span {
		background-image: url(../img/common/icon02.webp);
	}
	#main .service {
		padding: 2.7rem 0 10rem;
		border-radius: 5rem 0 0 5rem;
		background-color: #FCFCFC;
	}
	#main .service .bg04,
	#main .service .bg03,
	#main .service .bg03,
	#main .service .bg02 {
		display: none;
	}
	#main .service:after {
		height: 100%;
		border-radius: 3rem 0 0 5rem;
	}
	.headLine01 {
		font-size: 2.5rem;
	}
	.headLine01 .en {
		margin-bottom: 0.4rem;
	}
	#main .service .headLine01 {
		padding-bottom: 3rem;
		margin-bottom: 2.2rem;
	}
	#main .service .headLine01::after {
		width: 39rem;
	}
	#main .serviceInner {
		display: block;
	}
	#main .serviceInner .lBox {
		position: static;
		width: auto;
		margin: 0 -2rem 2rem 0.3rem;
		overflow-x: scroll;
	}
	#main .serviceInner .lBox ul {
		display: flex;
		min-width: 100%;
		width: 50rem;
		margin-right: -4rem;
	}
	#main .serviceInner .lBox li {
		width: 28.266vw;
		margin-right: 2rem;
	}
	#main .serviceInner .lBox li img {
		width: 100%;
	}
	#main .serviceInner .lBox li span {
		margin-top: 1rem;
	}
	#main .serviceInner .infoBox h3 {
		margin-right: 0;
		min-height: inherit;
		padding-bottom: 0;
		flex: 1;
		font-size: 1.6rem;
	}
	#main .serviceInner .infoBox h3 span {
		font-size: 2rem;
		margin-bottom: 0.3rem;
	}
	#main .serviceInner .rBox {
		display: block;
	}
	#main .serviceInner .infoBox {
		width: auto;
	}
	#main .serviceInner .infoBox .inner {
		margin-bottom: 5.6rem;
		padding-top: 50px;
		margin-top: -50px;
	}
	#main .serviceInner .infoBox .spBox {
		margin-bottom: 1.2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#main .serviceInner .infoBox .en {
		font-size: 7rem;
		width: 8.8rem;
		padding: 0 1rem 0 0.2rem;
		margin-top: -1.2rem;
	}
	#main .serviceInner .bigPhoto {
		height: 73.4vw;
		position: relative;
		border-radius: 2rem;
		margin-bottom: 3rem;
		overflow: hidden;
	}
	#main .serviceInner .bigPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#main .serviceInner .infoBox p {
		margin-bottom: 2rem;
	}
	#main .serviceInner .comLink02 {
		text-align: right;
	}
	#main .serviceInner .rBox .photoUl {
		display: none;
	}
	#main .serviceInner .rBox .stickyBox {
		display: none;
	}
	#main .service .bg01 {
		top: 13rem;
	}
	#main .news .content {
		padding: 3.7rem 2rem 6.7rem;
	}
	#main .ttlBox {
		margin: 0 0 3.3rem;
	}
	#main .newsList {
		margin: 0;
	}
	#main .newsList dl {
		display: block;
	}
	#main .newsList dt {
		width: auto;
		padding: 0 0 0.9rem;
		color: #929292;
	}
	#main .newsList dd{
		display: block;
	}
	#main .newsList dd a {
		display: block;
	}
	#main .newsList dd .ttl {
		margin-bottom: 1rem;
		width: auto;
		display: block;
	}
	#main .newsList dd .txt {
		display: block;
		line-height: normal;
	}
	#main .newsList li {
		margin-bottom: 5rem;
	}
	#main .news {
		padding-bottom: 0;
	}
	#main .news .bg01 {
		right: -35.2rem;
	}
	#main .case {
		overflow: hidden;
		padding: 4rem 0 7.3rem;
		background-color: #fff;
	}
	#main .case .bg01 {
		left: -0.2rem;
		top: -2rem;
		width: 32.3rem;
	}
	#main .case .bg01 img {
		width: 100%;
	}
	#main .case .ttlBox {
		margin-bottom: 2.3rem;
	}
	#main .case .jsBox {
		margin: 0 -2rem 0 0.3rem;
	}
	#main .case .fooList {
		display: block;
	}
	#main .case .fooList li {
		margin: 0;
		width: auto;
	}
	#main .case .fooList .slick-slide > div {
		width: 24.7rem;
		margin-right: 2rem;
	}
	#main .blog .ttlBox {
		margin: 0 0 2.3rem;
	}
	#main .blog {
		padding: 6rem 0 7.8rem;
	}
	#main .blog .bg02 {
		top: 0;
		right: 0;
		width: 43rem;
	}
	#main .fixdBox {
		display: none;
	}
	#main .mainVisual .subBox02 .photo img{
		max-width: 100%;
	}
	#main .mainVisual .subBox02{
		padding: 0 10px;
	}
	#gHeader h1{
		width: 9.5rem;
	}
	#main .mainVisual .logo {
        margin: 0 8.5rem 0;
    }
	#main .mainVisual {
        height: 65.7rem;
    }
}