/****************************************************************************************/
#top .main-image {
	height: 500px;
}

#top .texts {
	padding-top: 72px;
}

#top .top {
	font-size: 2.8rem;
	line-height: 2.8rem;
}

#top h1 {
	margin: 16px 0 31px 0;
	padding-bottom: 22px;
	font-size: 4.2rem;
	line-height: 4.2rem;
	letter-spacing: 0.1rem;
}

#top p {
	padding-left: 2px;
	font-size: 2.3rem;
	line-height: 3.8rem;
	letter-spacing: 0.32rem;
}

#top .buttons {
	margin-top: 43px;
}
#top .button a {
	max-width: 249px;
	height: 56px;
	font-size: 2rem;
}
/****************************************************************************************/
#org-menu {
	padding: 12px 0 15px 0;	/* 21px 0 14px 0 */
	letter-spacing: -1.4rem;
}
#org-menu[scroll][fixed="false"] {
	margin-top: 71px;
}

#org-menu[scroll="down"] {
	margin-top: 0 !important;
}

#org-menu li {
	margin-top: 7px;
	font-weight: bold;
}
#org-menu li:nth-child(2n) {
	padding: 0 30px;
}

#org-menu li a {
	padding-bottom: 4px;
	font-size: 1.9rem;
	line-height: 2.6rem;
	letter-spacing: 0.1rem;
}
#org-menu li[selected] a {
	border-bottom-width: 3px;
}
/****************************************************************************************/
#org-menu + section {
	margin-top: 236px;
}

#org-menu + section h1 {
	font-size: 4.5rem;
	line-height: 4.5rem;
}
/****************************************************************************************/
.org-image-texts {
	display: flex;
	flex-wrap: wrap;
}

.org-image-texts > * {
	width: 50%;
}

.org-image-texts > *:nth-child(2n-1) {
	padding-right: 44px;
}
.org-image-texts > *:nth-child(2n) {
	padding-left: 44px;
	border-style: solid;
	border-left-width: 1px;
}
.org-image-texts > *:nth-child(n+3) {
	padding-top: 54px;
	border-style: solid;
	border-top-width: 1px;
}
.org-image-texts > *:not(:last-child):not(:nth-last-child(2)) {
	padding-bottom: 44px;
}

.org-image-texts .text {
	margin-top: 41px;
}
.org-image-texts h3 {
	font-size: 2.8rem;
	line-height: 3.4rem;
}
.org-image-texts p {
	margin-top: 23px;
	line-height: 3.6rem;
	letter-spacing: 0.1rem;
}
/****************************************************************************************/
#links {
	margin-top: 183px;
}

#links h2 {
	font-size: 3.6rem;
	line-height: 6.1rem;
}

#links .desc {
	margin-top: 55px;
	font-size: 3.1rem;
	line-height: 3.1rem;
}

#links .message {
	margin-top: 81px;
	display: flex;
}
#links .message .text {
	padding: 36px 53px 0 53px;
}

#links .buttons {
	margin-top: 90px;
}
#links .buttons > *:nth-child(n+2) {
	margin-top: 60px;
}
#links .buttons [column="2"] {
	display: flex;
	justify-content: center;
}
#links .buttons [column="2"] a {
	margin-left: 18px;
	margin-right: 18px;
	height: 120px;
}

#links .links {
	margin-top: 76px;
}
/****************************************************************************************/