@charset "utf-8";
@font-face {
	font-family: "SourceHanSansJP";
	src: url("./fonts/SourceHanSansJP.woff2") format("woff2");
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	/*outline: 1px solid red;*/
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	font-family: heisei-kaku-gothic-stdn, sans-serif;
	font-weight: 500;
	font-style: normal;
}

@media (max-width: 767px) {
	html {
		font-size: 50%;
	}
}

body {
	margin: 0;
}

img {
	vertical-align: bottom;
}

p,
button,
a {
	font-size: 1.6rem;
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit!important;
	text-decoration: none;
}
.text-center{
	text-align: center;
}
.block-center {
	margin: auto;
}

video {
	max-width: 100%;
	vertical-align: bottom;
}

.sp {
	display: none;
}
.pc {
	display: block;
}
@media screen and (max-width: 1100px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/*== ここから下に書いてください ==*/

body {
	line-height: 2.0;
	letter-spacing: 0.1em;
	color: #333;
	line-break: strict;
	word-break: normal !important;
	word-wrap: break-word;
	font-family: din-2014, heisei-kaku-gothic-stdn, sans-serif;
	position: relative;
}
body::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-image: url(./images/image-e.png);
	background-size: cover;
	z-index: -1;
}
body::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 60%);
	z-index: -1;
}


/* header ここから */

.header-logo {
	width: 200px;
}
.nav-button {
	display: none;
}
.header-nav {
	display: flex;
	list-style: none;
	color: #fff;
}
.header-navItem {
	padding-right: 40px;
}
.nav-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.nav-subtext {
	font-size: 10px;
	line-height: 1.2;
}
/* header ここまで */

/* footer ここから */
.footer {
	padding: 120px 0;
	background-color: #fff;
}
.footer-flex {
	display: flex;
	flex-wrap: wrap;
	width: 1080px;
	max-width: 100%;
	margin: auto;
}
.footer-left,
.footer-center,
.footer-right {
	flex: 1;
}
.footer-nav {
	list-style: none;
}
.footer-navlink,
.address {
	font-size: 14px;
}
.footer-navItem,
.address {
	margin-top: 30px;
}

.footer-logo {
	margin: auto;
	margin-top: 30px;
	width: 93px;
}

/* footer ここまで */

.js-word-split_item {
	display: block;
	overflow: clip;
}
.js-word-split_inner {
	display: inline-block;
	transform: translate(0px, 100%) rotate(0.001deg) scale(1.1);
	transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-word-split_item.active .js-word-split_inner {
	transform: translate(0px, 0%) rotate(0.001deg) scale(1);
}

.js-fadeUp div {
	opacity: 0;
	transform: translatey(30px);
	transition: 0.8s;
}
.js-fadeUp.active div {
	opacity: 1;
	transform: translatey(0px);
}
.js-fadeUp.active div:nth-child(2) {
	transition-delay: 0.3s;
}
.js-fadeUp.active div:nth-child(3) {
	transition-delay: 0.6s;
}
.js-fadeUp.active div:nth-child(4) {
	transition-delay: 0.9s;
}
.js-fadeUp.active div:nth-child(5) {
	transition-delay: 1.2s;
}
.js-fadeUp.active div:nth-child(6) {
	transition-delay: 1.5s;
}

.js-fade {
	opacity: 0;
	transition-duration: 0.4s;
	transition-timing-function: ease-in;
}
.js-fade.active {
	opacity: 1;
}

/*== ここから下に書いてください ==*/

.sennto {
	font-family: SourceHanSansJP;
}


.pc-br{
	display: list-item;
}
.sp-br {
	display: none;
}
@media screen and (max-width: 479px) {

	.pc-br{
		display: none;
	}

	.sp-br {
		display: list-item;
	}
}
/*-------------------------*/

.aboutus-box {
	height: 10700px;
}

.js-fadeLeft {
	opacity: 0;
	transition: 0.8s;
	transform: translateX(30px);
}
.js-fadeLeft.active {
	transform: translateX(0px);
	opacity: 1;
}
.js-fadeRight {
	opacity: 0;
	transition: 0.8s;
	transform: translateX(-30px);
}
.js-fadeRight.active {
	transform: translateX(0px);
	opacity: 1;
}

.top-logo {
	width: 18%;
	margin: 16px 0 0 48px;
}

.top-sentence-bg {
	width: 100%;
}


.top__nav {
	display: flex;
	position: absolute;
	height: auto;
	left: 550px;
	top: -7px;
	max-width: fit-content;
}

.top-li {
	position: relative;
	list-style: none;
	display: inline-block;
	padding: 30px;
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	top: 20px;
	max-width: 1200px;
}

.top-sub {
	font-size: 10px;
}

.header nav,
.top-cll,
.top-sns,
.top-menu,
.header__hamburger {
	display: none;
}

@media(max-width: 479px) {
	body {
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.top__nav {
		display: none;
	}

	.top-li {
		position: relative;
		list-style: none;
		display: flex;
		padding: 20px;
		font-size: 3px;
		color: #fff;
		left: auto;
		top: 50px;
		max-width: 1200px;

	}

	/* ナビのリンク */
	.top-li a {
		color: black;
		width: 100%;
		display: block;
		text-align: center;
		font-size: 20px;
		margin-bottom: 24px;
	}

	.top-br {
		display: none;
	}

}

.service-br,
.company-br  {
	display: none;
}

/* spの切り替え*/
.service-brin,
.company-brin {
	display: none;
}


/*------------------------ fv-aboutus-----------------------*/
.Aboutus {
	display: block;
	z-index: 5;
}
.aboutus-title {
	color: #fff;
	position: absolute;
	display: inline;
	top: 280px;
	left: 285px;
}
.aboutus-main {
	display: inline;
	font-size: 50px;
	font-weight: 900;
}
.aboutus-support {
	margin: -25px 8px 0;
	font-size: 23px;
}

.aboutus-support .js-word-split_inner{
	font-size: 1.6rem;
	color: inherit;
	text-decoration: none;
	display: inline;
	font-weight: 700;
}

.aboutus-sub {
	position: relative;
	font-size: 32px;
	font-weight: 900;
	display: table;
	color: #fff;
	margin: 510px 0 100px;
}
.aboutus-word {
	display: table;
	margin: auto;
	padding: inherit;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	list-style: none;
	padding-bottom: 80px;
	width: auto;
}
.abotus-words {
	max-width: 100%;
	margin: 0 0 50px;
}

@media(max-width: 600px) {
	.aboutus-title {
		height: 50px;
		top: 100px;
		left: 100px;
	}
	.aboutus-main {
		font-size: 40px;
	}
	.aboutus-support {
		width: 50%;
		margin: auto;
		text-align: center;
	}

	.aboutus-support p {
		font-size: 2.5rem;
	}

	.aboutus-sub {
		font-size: 22px;
		margin: 300px auto 200px;
	}

	.abotus-words {
		max-width: 100%;
		margin: 0 auto 50px;
		text-align: center;
		font-size: 15px;
	}
	.aboutus-word {
		line-height: 40px;
	}
	.abotus-words {
		text-align: center;
		font-size: 14px;
	}
}
/*------------------------ philosopy-----------------------*/
.Philosophy {
	position: relative;
	display: flex;
	z-index: 10;
	width: 100%;
	background-color: #80132c;
}
.philosophy-phont {
	width: 50%;
	height: 500px;
	display: inherit;
}

.philosophy-img {
	width: 100%;
	object-fit: cover;
}

.philosophy-sentence {
	display: inline-block;
	position: relative;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	margin: 60px auto;
}
.philosophy {
	display: flex;
	height: auto;
	gap: 30px;
	width: 300px;
	margin: 40px auto;
	transform: translateX(-30px);
	opacity: 0;
	transition: 0.8s;
}
.philosophy.active {
	opacity: 1;
	transform: translateX(0px);
}

.philosophy-titlesub p {
	font-size: 18px;
	margin: 32px 0 0;
}

.philosophy-title p {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
}

.philosophy-sub {
	display: block;
	position: relative;
	font-weight: 400;
	line-height: 25px;
	font-size: 17px;
	margin: auto;
	width: 300px;
}

.philosophy-words {
	margin: 0;
}

@media(max-width: 650px) {

	.Philosophy {
		display: block;
		height: 700px;
	}

	.philosophy {
		width: 220px;
		margin: auto;
	}

	.philosophy-phont {
		width: 100%;
		height: 300px;
		display: block;
	}
	.philosophy-img {
		height: 300px;
	}
	.philosophy-sentence {
		display: block;
		text-align: center;
	}
	.philosophy-sub {
		font-size: 18px;
		margin: 0 auto;
	}

	.philosophy-sub p {
		font-size: 1.8rem;
		color: inherit;
		width: 100%;
		margin: 50px auto;
		text-decoration: none;
	}
}

/*------------------------ vision-----------------------*/

.Vision {
	position: relative;
	display: flex;
	z-index: 12;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.vision-sentence {
	display: inline-block;
	width: 50%;
	min-width: 50%;
	color: #000;
	font-weight: 900;
	font-size: 14px;
	margin: 100px auto 0;
}


.vision {
	display: flex;
	font-size: initial;
	font-weight: 600;
	height: auto;
	line-height: 1.5;
	width: 300px;
	margin: 40px auto;
}

.vision-title p {
	color: #000;
	font-size: 48px;
	font-weight: 900;
	position: relative;
	display: block;
	min-width: 140px;
}

.vision-titlesub p {
	position: relative;
	color: #000;
	display: inline-block;
	font-size: 18px;
	margin: 34px 0px 0px;
}


.vision-sub {
	display: inherit;
	position: relative;
	font-weight: 400;
	line-height: 25px;
	width: 300px;
	margin: auto;
	font-size: 18px;
	transform: translateX(30px);
	opacity: 0;
	transition: 0.8s;
}
.vision-sub.active {
	transform: translateX(0px);
	opacity: 1;
}
.vision-phont-sp , .vision-phont-pc  {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 500px;
}
.vision-phont-sp{
	display: none;
}

.vision-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 650px){
	.vision-phont-pc{
		display: none;
	}
	.Vision {
		display: block;
	}
	.vision-phont-sp {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 300px;
	}
	.vision-sentence {
		text-align: center;
		width: 100%;
		margin: 50px auto;
	}

	.vision {
		width: 220px;
		margin: auto;
		justify-content: center;
		gap: 30px;
	}
	.vision-title p {
		font-size: 38px;
		font-weight: 900;
		margin: 0;
		min-width: 0;
	}

	.vision-titlesub p {
		margin: 20px 0 0;
	}
	.vision-sub {
		display: block;
		font-weight: 500;
		width: 100%;	
		margin: 50px 0;
	}


}

/*------------------------Service-----------------------*/
.Service {
	position: relative;
	display: block;
	z-index: 6;
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

.service-banner {
	position: relative;
	display: inline-block;
	font-weight: 900;
	width: 100%;
	height: 200px;
}

.service-banner-bg {
	position: absolute;
	background: #000;
	opacity: 0.3;
	height: 100%;
	width: 100%;
}


.service-title {
	position: relative;
	display: block;
	z-index: 20;
	margin: 60px auto 0;
	width: 80%;
	line-height: 40px;
	color: #fff;
}
.service-title p {
	font-size: 40px;
	font-weight: 900;
}
.service-titlesub {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	margin: 0px auto;
	width: 80%;
}
.service-box {
	background: #fff;
	z-index: 20;
	position: relative;
}
.service-evidence {
	position: relative;
	display: block;
	justify-content: center;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 0;
}
.service-evidence-list {
	position: relative;
	display: flex;
	width: 100%;
	top: 200px;
	margin: 0 0 200px;
}

.service-phont-pc {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 60%;
	height: 300px;
	margin: 0 30px;
}
.service-phont-sp{
	display: none;
}

.service-img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.service-element {
	position: relative;
	display: block;
	width: 60%;
	color: #000;
	margin: 0 auto;
	font-weight: 900;
	font-size: 30px;
}
.service-elements {
	position: relative;
	display: flex;
	line-height: 1.4;
	text-align: left;
	width: 500px;
	margin: 0 0 50px;
	font-size: 1.6rem;
	color: inherit;
	text-decoration: none;
}

.service-elements p {
	font-size: 24px;
	font-weight: 900;
}

.service-word p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	width: auto;
	margin: 0 0 auto;
}
.service-more {
	position: relative;
	display: block;
	margin: 300px auto 0;
	text-align: center;
	z-index: 30;
	height: auto;
	line-height: 2.4;
	width: auto;
}


.service-more p {
	font-size: 26px;
	font-weight: 900;
}

.service-contact {
	position: relative;
	display: block;
	color: #a43c3c;
	text-align: center;
	line-height: 10;
	letter-spacing: 2px;
}

.service-contact a {
	font-size: 20px;
	font-weight: 900;
}
.bar{
	display: none;
}
/*------------------------ treasure -----------------------*/
.treasure-bg {
	padding: 200px 0;
	background-image: url("./images/about-bg.webp");
	position: relative;
}
.treasure-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.treasure {
	color: #fff;
	position: relative;
	z-index: 1;
}
.treasure-title {
	text-align: center;
	font-size: 48px;
	margin-bottom: 6rem;
}

.treasure-flex {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 0;
	gap: 60px;
}

.treasure-inner {
	width: calc((100% - 120px)/3);
}

.treasure-inner-title {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin: 2rem 0;
}

.treasure-img {
	width: 100%;
}

.treasure-text {
	font-size: 14px;
}


/*------------------------ view more-----------------------*/
.Viewmore {
	width: 100%;
	position: relative;
	display: block;
	z-index: 10, 
}
.viewmore-banner {
	display: inline-block;
	position: relative;
	font-weight: 900;
	width: 100%;
	height: 200px;
	text-align: center;
}
.viewmore-banner-bg {
	position: absolute;
	background: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
}
.viewmore-title {
	position: relative;
	display: block;
	z-index: 20;
	margin: 50px auto 20px;
	line-height: inherit;
	color: #fff;
}
.viewmore-title p {
	font-size: 24px;
	font-weight: 900;
}

.viewmore-titlesub {
	position: relative;
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	font-weight: 900;
	width: 100px;
	margin: auto;
	text-align: center;
}
/*------------------------ reform-----------------------*/
.Reform {
	position: relative;
	display: block;
	height: 500px;
	width: 100%;
	color: #fff;
	z-index: 10;
	margin: 250px auto 0;
}
.reform-title {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.reform-title p {
	font-weight: 900;
	font-size: 24px;
}
.reform-bg {
	position: absolute;
	display: block;
	top: 150px;
	width: 100%;
	height: 400px;
	background-color: #18204d;
	z-index: 10;
}
.reform-box {
	position: relative;
	display: flex;
	margin: 0 auto;
	height: 100%;
	justify-content: center;
	background: #18204d;
	z-index: 20;
}
.reform-evidence {
	position: absolute;
	display: flex;
	width: auto;
	height: 0px;
	text-align: center;
    top: 60%;
}
.reform-list {
	position: relative;
	display: block;
	width: 50%;
	margin: auto;
}
.reform-smallbox {
	position: absolute;
	display: flex;
	width: 200px;
	height: 200px;
	top: -240px;
}


.reform-smallbox-img {
	width: 100%;
	height: 100%;
}

.reform-element {
	position: absolute;
	display: block;
	font-size: 30px;
	font-weight: 500;
	min-width: 200px;
	line-height: 40px;
	margin: auto;
	top: -170px;
}

.reform-elements p {
	font-size: 3.6rem;
	color: inherit;
	text-decoration: none;
}
.reform-week {
	position: relative;
	display: inherit;
	font-size: 20px;
}

.reform-word {
	position: relative;
	display: block;
	width: 200px;
	font-family: inherit;
	font-weight: 600;
	font-size: 11px;
	margin: -20px 0px;
}
.reform-words {
	font-size: 11px;
	width: 80%;
	margin: auto;
}


@media(max-width: 1200px){
	.Reform {
		margin: 200px auto 0;
		height: 2250px;
		/*height:2000px;*/
	}
	.reform-bg {
		position: absolute;
		display: block;
		top: 150px;
		width: 100%;
		height: 100%;
		background-color: #18204d;
		z-index: 10;
	}	
	.reform-bg {
		display: block;
		top: 150px;
		width: 100%;
		background-color: #18204d;
		z-index: 10;
	}
	.reform-box {
		position: relative;
		display: block;
		margin: 0 auto;
	    max-width: 100%;
		z-index: 20;
	}
	.reform-evidence {
		position: absolute;
		display: block;
		width: 100%;
		height: 0;
		text-align: center;
		top: 15%;
	}
	.reform-list {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto 250px;
	}

	.reform-elements p {
		font-size: 4.6rem;
		color: inherit;
		text-decoration: none;
	}

	.reform-week p {
		font-size: 2.5rem;
		color: inherit;
		text-decoration: none;
	}
	.reform-word {
		position: relative;
		display: block;
		top: -30px;
		margin: auto;
		width: 100%;
	}
	.reform-words {
		font-size: 12px;
		width: 100%;
		margin: auto;
		display: block;
		position: relative;
		white-space: nowrap;
	}
    .reform-smallbox {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .reform-element {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}


/*------------------------company-----------------------*/
.Company {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	z-index: 10;
	text-align: center;
	margin: 250px auto;
}
.company-box {
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 100%;
}

.company-title {
	position: relative;
	display: block;
	font-size: 22px;
	margin: auto;
	width: 10%;
}

.company-title p {
	font-size: 22px;
	color: inherit;
	text-decoration: none;
}

.company {
	margin: 50px auto;
	position: relative;
	min-width: 160px;
	width: 80rem;
	font-size: 14px;
	font-weight: 900;
}

.company-list {
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


.company-list th {
	margin: auto;
	color: #fff;
	padding: 12px 50px 14px 0px;
	font-weight: 600;
}

.company-list td {
	display: grid;
	color: #fff;
	padding: 12px 20px 10px;
	font-weight: 100;
}

@media(max-width: 479px){
	.Company {
		display: block;
		width: 100%;
		color: #fff;
		z-index: 10;
		text-align: center;
		margin: 300px auto 0;
	}
	.company-title {
		position: relative;
		display: block;
		margin: auto;
		width: 50%;
	}

	.company {
		margin: 50px auto 150px;
		position: relative;
		min-width: 160px;
		width: 45rem;
		font-size: 12px;
		font-weight: 900;
	}

	.company-list th {
		color: #fff;
		padding: 12px 0 14px 0px;
		font-weight: 600;
	}
	.company-list td {
		display: grid;
		color: #fff;
		padding: 12px 15px 10px;
		font-weight: 100;
	}
}

/*------------------------ .Suppliers ----------------------*/
.Suppliers {
	position: relative;
	display: block;
	background: #fff;
	opacity: 0.7;
	z-index: 10;
	width: 100%;
	margin: 250px auto 0;
}
.suppliers-title {
	text-align: center;
	position: relative;
	display: inline;
	font-size: 24px;
	font-weight: 900;
	top: 100px;
	color: #000;
}
.suppliers-title p {
	font-size: 24px;
	font-weight: 900;
}

.suppliers-box {
	position: relative;
	display: block;
	z-index: 15;
	width: 70rem;
	margin: 160px auto 0;
	padding-bottom: 80px;
}
.suppliers-list {
	text-align: left;
	color: #000;
	border-top: 0.1px solid #000;
	border-bottom: 0.1px solid #000;
}
.suppliers-list th {
	color: #000;
	display: inline-block;
	padding: 0;
	max-width: 300px;
	width: 140px;
	font-weight: 100;
	font-size: 12px;
}
.suppliers-list td {
	display: table-cell;
	color: #000;
	width: 50%;
	text-align: left;
	padding: 10px 0 20px;
}
.suppliers-list td  p {
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	font-weight: 100;
}
.suppliers-space{
	height: 60px;
}

@media(max-width: 479px){

	.Suppliers {
		margin: 200px auto 0;

	}
	.suppliers-box {
		z-index: 15;
		width: 70rem;
		margin: 160px auto 0;
		height: 1100px;
	}

	.suppliers-list th {
		margin: 0 0 0 10px;
		width: 100px;
		padding: 10px 0 40px;
	}
	.suppliers-list {
		display: flex;
	}
	.suppliers-other {
		display: table-row;
	}
	
	.suppliers-list .suppliers-spv {
		position: relative;
		text-align: left;
	}
	.suppliers-list .suppliers-spi {
		position: relative;
		text-align: left;
		left: 10px;
	}
	
	.suppliers-list td {
		line-height: 20px;
		padding: 10px 0 40px;
		width: auto;
	}	
	.suppliers-list td  p {
		font-size: 11px;
	}

	table {
		margin-bottom: 0;
	}
	.suppliers-list .suppliers-main {
		position: relative;
		margin: 0;
		display: block;
		width: 100%;
		padding: 10px;
	}
	.suppliers-list .suppliers-mainsub {
		position: relative;
		display: block;
		width: 100%;
		left: 30%;
		line-height: 30px;
		padding: 0;
	}

}

/*------------------------ Access-----------------------*/
.Access {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	margin: 0 auto 200px;
	z-index: 10;
}
.access-box {
	position: relative;
	margin: auto;
	display: inline-block;
	width: 100%;
	background-color: #000;
}


.access-title {
	position: relative;
	display: block;
	color: #fff;
	margin: auto;
	top: 140px;
	width: fit-content;
	height: 100px;
}
.access-title p {
	font-size: 48px;
	font-weight: 900;
}

.access-list {
	display: block;
	position: relative;
	margin: 150px auto;
}

.access-store {
	display: flex;
	margin: 80px auto;
	width: 900px;
}

.access-word {
	margin: 10px 40px;
}

.access-information {
	font-size: 16px;
}

.access-shop-title {
	margin: 40px 0;
	font-size: 20px;
	font-weight: 900;
}


@media(max-width: 950px){
	.Access {
		width: 100%;
		height: 100%;
		margin: 0 auto 200px;
	}
	.access-title {
		display: block;
		margin: auto;
		top: 140px;
		width: fit-content;
		height: 100px;
	}

	.access-shop-title {
		margin: 40px auto;
		text-align: center;
	}
	.access-shop-title p{
		font-size: 2rem;
		color: inherit;
		text-decoration: none;
	}
	.access-box {
		width: 100%;
		display: inline-block;
	}
	.access-store {
		display: block;
		margin: 60px auto;
		width: 100%;
	}	
	.access-list {
		padding: 0;
		margin: 150px auto;
	}
	.access-word {
		margin: auto;
		width: 80%;
	}

	.access-post,.access-tel  {
		font-size: 2rem;
		color: inherit;
		text-decoration: none;
	}

    .access-map iframe {
        display: block;
        margin: 0 auto;
    }

}
@media screen and (max-width: 1100px) {
	.footer {
		padding: 50px 0;
		position: relative;
	}
	.footer::before {
		content: "";
		width: calc(100% - 80px);
		height: 1px;
		position: absolute;
		top: 0;
		left: 40px;
		background-color: #333;
	}
	.footer-left, .footer-center, .footer-right {
		flex: auto;
	}
	.footer-left, .footer-center {
		width: 50%;
	}
	.footer-right {
		width: 100%;
		padding: 0 40px;
	}
	.header {
		padding-right: 0;
	}
	.nav-button {
		display: block;
		width: 48px;
		height: 100%;
		border: none;
		color: #fff;
		background-color: black;
	}
	.header-nav {
		display: none;
	}
	.header-nav.active{
		display: block;
		position: fixed;
		width: 100vw;
		height: auto;
		top: 0;
		padding: 120px 0 0 0;
		margin: 0 0 0 -40px;
		background: rgba(255, 255, 255, 0.9);
		min-height: 100vh;
		animation: fadeUp 0.3s ease forwards;
		opacity: 0;
		transform: translateY(30px);
	}
	@keyframes fadeUp {
		0%{
			opacity: 0;
			transform: translateY(30px);
		}
		100%{
			opacity: 1;
			transform: translateY(0px);
		}

	}
	.nav-subtext {
		font-size: 16px;
		letter-spacing: 0.15em;
	}
	.header-navItem{
		padding: 24px;
		color: #000;
	}
	.sns-group {
		display: flex;
		justify-content: center;
	}
	.cls-1 {
		fill: transparent;
	}
	.sns-item {
		display: flex;
		width: 55px;
		justify-content: center;
		height: 100%;
	}
	#twitterLogo{
		width: 42px;
	}
	#instagramLogo{
		width: 24px;
	}
	#facebookLogo{
		width: 30px;
		margin-bottom: 6px;
	}

	.Service {
		text-align: center;
		min-width: 0;
	}
	.service-banner {
		position: relative;
		display: inline-block;
		font-weight: 900;
		width: 100%;
		height: 100px;
		text-align: center;
	}

	.service-title {
		position: relative;
		display: block;
		margin: auto;
		width: 80%;
		margin-top: 20px;
		line-height: 40px;
	}
	.service-titlesub {
		position: relative;
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: 900;
		margin: 0px auto;
		width: 80%;
	}

	.service-evidence {
		position: relative;
		display: block;
		justify-content: center;
		width: 100%;
		max-width: 1200px;
		padding: 0;
		padding-top: 50px;
	}

	.service-phont-pc {
		display: none;
	}
	.service-phont-sp {
		display: inline;
		position: relative;
		overflow: hidden;
	}

	.service-evidence-list {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 30px;
		top: 0;
	}

	.service-element {
		position: relative;
		display: block;
		color: #000;
		margin: 0 auto;
		font-weight: 900;
		font-size: 30px;
		width: 100%;
	}
	.service-elements {
		display: block;
		line-height: 1.4;
		text-align: center;
		width:100%;
		margin: 30px auto;
	}

	.service-word p {
		font-size: 12px;
		font-weight: 500;
		line-height: 2;
		width: 100%;
	}

	.service-more {
		position: relative;
		display: block;
		margin: 80px auto 0;
		text-align: center;
		z-index: 30;
		height: auto;
		line-height: 1.8;
		width: 330px;
	}
	.service-more p,
	.viewmore-title p{
		font-size: 21px;
	}
	.bar {
		border-top: solid 1px #00000030;
		top: 100px;
		position: inherit;
	}
}

@media screen and (max-width: 900px){
	.treasure-inner {
		width: 100%;
	}
	.treasure-title {
		font-size: 32px;
		margin-bottom: 6rem;
	}
	.treasure-bg {
		padding: 100px 0;
	}
}
