@charset "utf-8";

/*common*/
* {
	position: relative;
	font-family : YuMincho, 'Yu Mincho', serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: 400;
	line-height: 1;
	letter-spacing: .0333em;
	position: relative;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

input[type="text"], select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    cursor: pointer;
}
.br--sp {
	display: none;
}
header {
	display: none;
}
.container {
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #1D2C57;
	height: 100vh;
}
.container__border {
	position: absolute;
	top: calc(50% - 174px);
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #A5955F;
}
.container--fv {
	display: block;
	width: 100%;
	height: calc(100vh);
}
.bg {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fv__copy {
	margin: 0 auto;
}
.fv__copy01 {
	width: calc(667 * (100vw / 1920));
	max-width: 667px;
	height: auto;
	margin-bottom: calc(130 * (100vw / 1920));
}
.fv__copy02 {
	width: calc(1287 * (100vw / 1920));
	max-width: 1287px;
	height: auto;
}
.fv__logo {
	width: calc(544 * (100vw / 1920));
	max-width: 544px;
	height: auto;
}
.fv__copy img,
.fv__logo img {
	width: 100%;
	height: auto;
}
aside {
	position: sticky;
	display: flex;
	align-items: center;
	width: 15%;
	min-width: 288px;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc((100vh - 340px) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img {
	width: 50%;
	height: auto;
}
nav {
	width: 100%;
}
nav ul {
	padding-top: 40px;
}
nav ul li {
	text-align: center;
	font-size: 20px;
	font-family: "cardo";
	font-weight: bold;
	letter-spacing: .0666em;
	color: #fff;
	margin-bottom: 40px;
	cursor: pointer;
}
nav ul li:hover,
nav ul li.current {
	color: #A5955F;
}

.main {
	position: relative;
	width: 100%;
	color: #fff;
	z-index: 2;
	overflow: auto;
}
section.main__section {
	position: relative;
	min-height: 100vh;
}
section.main__section--mission,
section.main__section--news,
section.main__section--contact {
	background-color: #162140;
}
.main__inner {
	padding: 100px calc(288 * (100vw / 1920)) 100px;
}
.main__title {
	position: relative;
	font-family: "cardo";
	font-size: 40px;
	letter-spacing: .0666em;
	font-weight: bold;
	margin-bottom: 20px;
}
.main__title::before {
	position: absolute;
	top: 50%;
	left: calc(-108 * (100vw / 1920));
	width: calc(84 * (100vw / 1920));
	height: 1px;
	background-color: #fff;
	content: "";
}
.main__subtitle {
	font-size: 20px;
}


/*mission*/
.main__content--mission {
	margin-top: 100px;
}
p.mission__desc {
	line-height: 3.333;
}


/*greeting*/
.main__content--greeting {
	margin-top: 100px;
}
p.greeting__desc {
	line-height: 3.333;
}
.greeting__sign {
	margin: 80px 0 0 auto;
	width: 240px;
}
.greeting__sign img {
	width: 100%;
	height: auto;
}


/*company*/
.company__overview {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}
.company__overview dt,
.company__overview dd {
	margin-bottom: 32px;
	line-height: 1.666;
}
.company__overview dt:last-of-type,
.company__overview dd:last-of-type {
	margin-bottom: 0;
}
.company__overview dt {
	width: 165px;
}
.company__overview dd {
	width: calc(100% - 165px);
}


/*news*/
.main__content--news {
	margin-top: 60px;
	max-width: 1056px;
}
.news__block {
	padding: 40px 0;
	border-top: 1px solid #707070;
	display: flex;
	line-height: 1.666;
}
.news__block:first-of-type {
	border-top: none;
}
.news__date {
	width: 160px;
}
.news__content {
	width: calc(100% - 160px);
}
.news__date {

}
.news__title {
	font-size: 16px;
}
.news__desc {
	margin-top: 24px;
}

/*contact*/
form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 100px;
	line-height: 1.666;
	width: 100%;
	max-width: 1056px;
}
.contact__row {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}
.contact__head {
	width: 268px;
	line-height: 2.1875;
}
.contact__content {
	width: calc(100% - 268px);
}
.contact__content input {
	width: 100%;
	line-height: 35px;
	padding: 0 20px;
}
.contact__content textarea {
	width: 100%;
	height: 200px;
	padding: 20px;
	resize: none;
}
.contact__policy {
	margin: 0 auto 40px;
	padding: 40px 60px;
	background-color: #1D2C57;
}
.contact__policy a {
	color: #fff;
	text-decoration: underline;
}
.contact__input {
	line-height: 1.666;
	padding: 4px 0;
}
.contact__btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn {
	width: 280px;
	line-height: 57px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.btn--confirm,
.btn--submit {
	background-color: #A5955F;
}
.btn--cancel {
	background-color: #aaa;
	margin-right: 40px
}
.contact__btn--confirm {
	padding-top: 40px;
}
.contact__btn--complete {
	padding-top: 80px;
}
.main__content--complete {
	margin-top: 100px;
}
.complete__head {
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}
.complete__desc {
    line-height: 1.666;
    text-align: center;
}


/*policy*/
.policy {
	color: #fff;
	background-color: #1D2C57;
	min-height: 100vh;
	border-top: 8px solid #A5955F;
	padding: 100px 0;
}
.policy__inner {
	max-width: 960px;
	margin: 0 auto;
}
.policy__block {
	padding: 24px 0;
}
.policy__wrap {
	margin-top: 80px;
}
.policy__head {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}
.policy__desc {
	font-size: 13px;
	line-height: 2;
}


@media screen and (max-width:769px) {
	aside {
		min-width: 160px;
	}
	nav ul li {
		font-size: 16px;
	}
	.main__title::before {
		left: -66px;
		width: 42px;
	}
	.main__title {
		font-size: 32px;
	}
	.main__subtitle {
		font-size: 16px;
	}
	.company__overview {
		margin-top: 66px;
	}
	.company__overview dt {
		width: 130px;
	}
	.company__overview dd {
		width: calc(100% - 130px);
	}
	.policy__inner {
		padding: 0 64px;
	}

}
@media screen and (max-width:480px) {
	.br--sp {
		display: block;
	}
	header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 68px;
		z-index: 10;
		background-color: #1D2C57;
		padding-left: 32px;
	}
	.header__logo {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.header__logo img {
		height: 42px;
		width: auto;
	}
	.header__hamburger {
	    position: fixed;
	    top: 23px;
	    right: 32px;
	    width: 30px;
	    height: 22px;
	    z-index: 9999;
	    transition: background-color .2s linear;
	}
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span {
		background-color: #fff;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	.container {
		flex-wrap: wrap;
	}
	.container__border {
		display: none;
	}
	aside {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		padding-top: 68px;
		background-color: #1D2C57;
	}
	aside.open {
		display: block;
	}
	.logo {
		display: none;
	}
	.fv__copy01 {
	    width: calc(174 * (100vw / 375));
	    margin-bottom: calc(50 * (100vw / 375));
	}
	.fv__copy02 {
	    width: calc(337 * (100vw / 375));
	}
	.fv__logo {
    	width: calc(214 * (100vw / 375));
	}
	.main {
		padding-top: 68px;
	}
	.main__inner {
		padding: 48px 32px 48px 48px;
	}
	.main__title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.main__title::before {
		left: -32px;
		width: 16px;
	}
	.main__content,
	form {
		margin-top: 48px!important;
	}
	.greeting__sign {
		width: 180px;
	}
	.news__block {
		flex-wrap: wrap;
	}
	.news__block:not(:first-of-type) {
		padding: 32px 0;
	}
	.news__date {
		width: 100%;
		font-size: 14px;
	}
	.news__content {
		width: 100%;
	}
	.news__desc {
		margin-top: 12px;
		font-size: 14px;
	}
	.company__overview {
		flex-wrap: wrap;
	}
	.company__overview dt {
		width: 100%;
		margin-bottom: 4px;
		font-size: 14px;
	}
	.company__overview dd {
		width: 100%;
		font-size: 14px;
	}
	.contact__row {
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.contact__head {
		width: 100%;
		line-height: 1.666;
		font-size: 14px;
	}
	.contact__content {
		width: 100%;
		font-size: 14px;
	}
	.contact__policy {
	    font-size: 14px;
	    padding: 24px;
	}
	.btn {
		line-height: 40px;
		font-size: 16px;
	}
	.contact__btn--confirm {
		padding-top: 24px;
	}
	.complete__head {
		text-align: left;
		font-size: 16px;
		margin-bottom: 32px;
	}
	.complete__desc {
		text-align: left;
		font-size: 14px;
	}
	.contact__btn--complete {
		padding-top: 40px;
	}
	.policy {
		padding: 48px 0;
	}
	.policy__inner {
		padding: 0 32px 0 48px;
	}
	.policy__wrap {
		margin-top: 24px;
	}
	.policy__block {
		padding: 12px 0;
	}
	.policy__head,
	.policy__desc {
		font-size: 12px;
	}
}