@charset "UTF-8";
/* CSS Document */
main.top section.what {
    position: relative;
    padding: 80px 0 80px 0;
}
main.top section.what::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(100% / 3);
    aspect-ratio: 1;
    background-color: var(--color-gray);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
main.top section.what div.inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
}
main.top section.what div.inner div.photo {
    width: 100%;
    max-width: 80%;
    position: relative;
}
main.top section.what div.inner div.photo::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 8%;
    right: -18%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--color-gd1) 0%, var(--color-gd2) 100%);
}
main.top section.what div.inner div.photo::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -5%;
    left: 5%;
    width: 50%;
    height: 20%;
    background-image: url("../img/top/what_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
main.top section.what div.inner div.photo img {
    width: 100%;
}
main.top section.what div.inner div.caption {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1000px;
}
main.top section.what div.inner div.caption p {
    font-size: 21px;
    line-height: 1.8;
}
main.top section.theme {
    position: relative;
    padding: 80px 0 80px 0;
}
main.top section.theme::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: calc(100% / 3);
    aspect-ratio: 1;
    background-color: var(--color-gray);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.top section.theme div.inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
}
main.top section.theme div.headline h2 {
    color: var(--color-navy);
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
main.top section.theme div.logo {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 500px;
}
main.top section.theme div.logo img {
    width: 100%;
}
main.top section.theme div.caption {
    margin: 60px auto 0 auto;
    width: 100%;
    max-width: 1000px;
}
main.top section.theme div.caption p {
    position: relative;
    font-size: 21px;
    line-height: 2.1;
    background-color: var(--color-gray);
    padding: 20px 20px 20px 20px;
}
main.top section.theme div.caption p::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    background: linear-gradient(90deg, var(--color-gd1) 0%, var(--color-gd2) 100%);
}
main.top section.switch_on {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, var(--color-gd1) 0%, var(--color-gd2) 100%);
    padding: 40px 0 40px 0;
}
main.top section.switch_on::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 75%;
    transform: translateX(-50%);
    width: 40%;
    max-width: 540px;
    height: 100%;
    background-image: url("../img/top/goodtuch_motif.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    pointer-events: none;
}
main.top section.switch_on div.inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 2;
}
main.top section.switch_on div.inner div.wrap {
    width: 50%;
}
main.top section.switch_on div.inner div.wrap div.motif {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 0 auto;
}
main.top section.switch_on div.inner div.wrap div.motif img {
    width: 100%;
}
main.top section.switch_on div.inner div.wrap div.headline {
    margin: 30px 0 0 0;
}
main.top section.switch_on div.inner div.wrap div.headline h2 {
    font-family: 'hiragino_w7';
    font-size: 3.5rem;
    line-height: 1;
    color: var(--color-white);
}
main.top section.switch_on div.inner div.wrap div.headline h2 span {
    color: var(--color-yellow);
}
main.top section.switch_on div.inner div.wrap div.caption {
    margin: 20px 0 0 0;
}
main.top section.switch_on div.inner div.wrap div.caption p {
    font-size: 21px;
    line-height: 2.1;
    color: var(--color-white);
}
main.top section.switch_on div.inner div.wrap div.btn {
    margin: 30px 0 0 0;
}
main.top section.switch_on div.inner div.wrap div.btn a {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid var(--color-white);
    border-radius: 50px;
    color: var(--color-white);
    font-family: 'hiragino_w7';
    font-size: 16px;
    line-height: 1;
    transition: background 0.3s ease, color 0.3s ease;
}
main.top section.switch_on div.inner div.wrap div.btn a:hover {
    background: var(--color-white);
    color: var(--color-blue);
}
main.top section.map {
    padding: 80px 0 80px 0;
}
main.top section.map div.inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px 0 20px;
    margin: 0 auto 0 auto;
}
main.top section.map div.inner div.headline h2 {
    font-family: 'hiragino_w7';
    text-align: center;
    color: var(--color-navy);
    font-size: 40px;
    line-height: 1;
}
main.top section.map div.inner div.headline h2 span {
    display: block;
    font-size: 30px;
    margin: 0 0 20px 0;
}
main.top section.map div.inner div.bloc {
    margin: 60px 0 0 0;
}
main.top section.map div.inner div.bloc + div.bloc {
    margin: 80px 0 0 0;
}
main.top section.map div.inner div.bloc div.photo {
    position: relative;
}
main.top section.map div.inner div.bloc div.photo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    background: linear-gradient(90deg, var(--color-gd1) 0%, var(--color-gd2) 100%);
}
main.top section.map div.inner div.bloc div.photo img {
    width: 100%;
}
main.top section.map div.inner div.bloc div.wrap {
    margin: 60px auto 0 auto;
    width: 100%;
    max-width: 720px;
    justify-content: space-between;
    align-items: flex-end;
}
main.top section.map div.inner div.bloc div.wrap div.information h3 {
    font-family: 'hiragino_w7';
    font-size: 24px;
    line-height: 1;
    color: var(--color-navy);
}
main.top section.map div.inner div.bloc div.wrap div.information p {
    margin: 12px 0 0 0;
    font-size: 15px;
    line-height: 1;
    color: var(--color-navy);
}
main.top section.map div.inner div.bloc div.wrap div.googlemap a {
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: var(--color-navy);
    padding: 0 0 5px 0;
}
main.top section.map div.inner div.bloc div.wrap div.googlemap a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-navy);
    transition: width 0.3s ease;
}
main.top section.map div.inner div.bloc div.wrap div.googlemap a:hover::before {
    width: 0;
}
@media only screen and (max-width: 1279px) {
	main.top section.what {
		padding: 60px 0;
	}
	main.top section.what div.inner div.photo {
		max-width: 90%;
	}
	main.top section.what div.inner div.caption p {
		font-size: 18px;
	}
	main.top section.theme {
		padding: 60px 0;
	}
	main.top section.theme div.inner div.caption p {
		font-size: 18px;
	}
	main.top section.switch_on {
		padding: 30px 0 50vw 0;
	}
	main.top section.switch_on::before {
		left: 50%;
		width: 60%;
		height: 45vw;
		bottom: 0;
	}
	main.top section.switch_on div.inner div.wrap {
		width: 100%;
	}
	main.top section.switch_on div.inner div.wrap div.headline h2 {
		font-size: 2.5rem;
	}
	main.top section.switch_on div.inner div.wrap div.caption p {
		font-size: 18px;
	}
	main.top section.map {
		padding: 60px 0;
	}
	main.top section.map div.inner div.headline h2 {
		font-size: 32px;
	}
	main.top section.map div.inner div.headline h2 span {
		font-size: 24px;
	}
	main.top section.map div.inner div.bloc {
		margin: 40px 0 0 0;
	}
	main.top section.map div.inner div.bloc + div.bloc {
		margin: 60px 0 0 0;
	}
}
@media only screen and (max-width: 767px) {
	main.top section.what {
		padding: 40px 0;
	}
	main.top section.what::before {
		width: 50%;
	}
	main.top section.what div.inner {
		padding: 0 15px;
	}
	main.top section.what div.inner div.photo {
		max-width: 100%;
	}
	main.top section.what div.inner div.photo::before {
		right: -5%;
	}
	main.top section.what div.inner div.photo::after {
		bottom: -8%;
		left: 3%;
		width: 55%;
	}
	main.top section.what div.inner div.caption {
		margin: 40px auto 0;
		max-width: 100%;
	}
	main.top section.what div.inner div.caption p {
		font-size: 13px;
		line-height: 1.8;
		text-align: justify;
	}
	main.top section.theme {
		padding: 40px 0;
	}
	main.top section.theme::before {
		width: 50%;
	}
	main.top section.theme div.inner {
		padding: 0 15px;
	}
	main.top section.theme div.headline h2 {
		font-size: 20px;
	}
	main.top section.theme div.logo {
		max-width: 280px;
		margin: 30px auto 0;
	}
	main.top section.theme div.caption {
		margin: 30px auto 0;
		max-width: 100%;
	}
	main.top section.theme div.caption p {
		font-size: 13px;
		line-height: 1.8;
		padding: 15px;
		text-align: justify;
	}
	main.top section.theme div.caption p::before {
		left: 10px;
		top: 10px;
	}
	main.top section.switch_on div.inner {
		padding: 0 15px;
	}
	main.top section.switch_on div.inner div.wrap div.headline h2 {
		font-size: 1.7rem;
		text-align: center;
		white-space: nowrap;
	}
	main.top section.switch_on div.inner div.wrap div.caption p {
		font-size: 13px;
		line-height: 1.8;
		text-align: justify;
	}
	main.top section.switch_on div.inner div.wrap div.btn {
		text-align: center;
	}
	main.top section.map {
		padding: 40px 0;
	}
	main.top section.map div.inner {
		padding: 0 15px;
	}
	main.top section.map div.inner div.headline h2 {
		font-size: 24px;
	}
	main.top section.map div.inner div.headline h2 span {
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	main.top section.map div.inner div.bloc {
		margin: 30px 0 0 0;
	}
	main.top section.map div.inner div.bloc + div.bloc {
		margin: 50px 0 0 0;
	}
	main.top section.map div.inner div.bloc div.photo::before {
		left: 10px;
		top: 10px;
	}
	main.top section.map div.inner div.bloc div.wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		margin: 20px auto 0;
		max-width: 100%;
	}
	main.top section.map div.inner div.bloc div.wrap div.information h3 {
		font-size: 18px;
	}
	main.top section.map div.inner div.bloc div.wrap div.information p {
		font-size: 14px;
	}
}