@charset "UTF-8";

/* -----------------------
         基本情報
 -----------------------*/

* {
	box-sizing: border-box;
}
html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000000;
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
@media (min-width: 768px) { 
	a:hover img {
		opacity: 0.7;
	}
	a img {
		transition: opacity 0.3s ease-out;
	}
}

.only-sp {
	display: none;
}
@media (max-width: 768px) { 
.only-sp {
	display: block;
}
}
/* ------------------------------------------
        contents
 ------------------------------------------*/

.header {
	z-index: 9999;
	position: relative;
}
@media (max-width: 768px) {
	.header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
	}
}
.header .link{
	display: flex;
	align-items: center;
}
.header .link a {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	.header .logo {
		width: 50%;
	}
	.header .link {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 30%;
		gap: 20px;
	}
	.header .link a img {
		max-height: 30px;
	}
}

@media (min-width: 768px) {
	.header .logo {
		display: none;
	}
	.header .link{
		position: fixed;
		top: 100px;
		right: 0;
		flex-direction: column;
		gap: 20px;
	}
	.header .link a {
		background-color: #fff;
		border-radius: 100px 0 0 100px;
		width: 94px;
		height: 80px;
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	}
	.header .link a img {
		height: 35px;
	}
}

@media (max-width: 768px) {
	.contents {
		padding-top: 60px;
	}
}
.contents--item {
	position: relative;
}
.contents--img img {
	width: 100%;
}
@media (min-width: 768px) { 
	.contents--btn {
		position: absolute;
		z-index: 100;
		display: block;
	}
	.contents--btn.btn01 {
        left: 16%;
        bottom: 20%;
        width: 20%;
	}
	.contents--btn.btn02 {
        right: 16%;
        bottom: 20%;
        width: 22%;
	}
	.contents--btn.btn03 {
		left: 16%;
        bottom: 20%;
        width: 20%;
	}
	.contents--btn.btn04 {
		left: 22.5%;
        bottom: 17%;
        width: 16%;
	}
	.contents--btn.btn05 {
        left: 27.7%;
        bottom: 3%;
        width: 16%;
	}
	.contents--btn.btn06 {
		left: 42.5%;
		bottom: 13%;
		width: 13%;
	}
	.contents--btn.btn07 {
        left: 27.7%;
        bottom: 0;
        width: 18%;
	}
}
@media (max-width: 767px) { 
	.contents--btn img {
		width: 100%;
	}
}
.footer--contact {
	padding: 80px 0;
	background-color: #000;
}
@media (max-width: 767px) { 
	.footer--contact {
		padding: 60px 10px;
	}
}
.footer--contact h2 {
	text-align: center;
}
.footer--contact p {
	font-size: 20px;
	color: #fff;
	margin-top: 65px;
	text-align: center;
	font-weight: bold;
}
@media (max-width: 767px) { 
	.footer--contact p {
		font-size: 17px;
		margin-top: 40px;
	}
}
.footer--contact ul {
	margin-top: 20px;
}
.footer--contact li {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
}
@media (min-width: 769px) {
	.footer--contact li {
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 16px;
	}
}
.footer--contact li::before {
	content: "・";
	display: block;
}
@media (max-width: 768px) {
	.footer--contact li::before {
		content: "・";
		position: absolute;
		top: 0;
		left: 8px;
		display: block;
	}
}
.footer--contact a {
	color: #FFF738;
	text-decoration: underline;
}
.footer--btn {
	display: block;
	margin: 60px auto 0;
	text-align: center;
}
@media (max-width: 768px) {
	.footer--btn {
		margin: 40px auto 0;
	}
}
@media (min-width: 769px) {
	.footer--contents {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		max-width: 1280px;
		margin: auto;
		padding: 60px 0 40px;
		max-width: 90%;
	}
}
@media (max-width: 768px) {
	.footer--contents {
		width: 100%;
		padding: 20px 0;
	}
}
.footer--info {
	max-width: 400px;
}
@media (max-width: 768px) {
	.footer--info {
		padding: 0 20px;
		margin: auto;
	}
	.footer--info__logo {
		width: 100%;
		max-width: unset;
	}
}
.footer--info__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0;
}
.footer--info__nav a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
@media (min-width: 769px) {
	.footer--info__nav a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 767px) { 
	.footer--info__nav a {
		font-size: 10px;
	}
}
.footer--copy {
	font-size: 12px;
}
@media (max-width: 767px) { 
	.footer--copy {
		text-align: center;
		font-size: 10px;
		padding-top: 20px;
	}
}