@charset "utf-8";

/* ------------------------------
    about
------------------------------ */
#about .contents{
	background: url('../img/about-con-bg.jpg') no-repeat;
	background-size:cover;
	z-index: 0;
	padding-bottom:9.5vw;
	margin-top:calc(100vw - 94.2857vw);
}
@media only screen and (max-width: 768px) {
	#about .contents{
	margin-top: 12.5vw;
}
}
.title {
    display: flex;
    justify-content: center;
    align-items: center;
}
#about .title h2 {
    height: 11vw;  
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    font-size: 1.785vw;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 5vw;
}
*::-ms-backdrop, #about .title h2 {
	transform: translateX(-50%);
}
.title table.h2 {
    border: none;
}
.title table.h2 tbody tr {
    height: 3.124vw;
}
.title table.h2 tbody tr td.border {
    border-right: 1px solid #000;
}
@media only screen and (max-width: 768px) {
	#about .title h2 {
    height: 30vw;  
    font-size: 4.5vw;
	font-weight: bold;
    margin-top: 0;
}
.title table.h2 tbody tr {
    height: 4.6875vw;
}
}
#about .block{
	margin:10vw 7.1428vw 0;
}
.content-block-1 .block:nth-child(2n+1){
	padding:20vw 50vw 0 0;
	background-size: 55vw 37.857vw;
}
.content-block-1 .block:nth-child(2n){
	padding:20vw 0 0 50vw;
	background-size: 55vw 37.857vw;
}
#about .block .content-box{
	width:35.7142vw;
	padding:3vw 3.4vw 4.2857vw;
	z-index: 2;
	background: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	position: relative;
}
#about .block .asirai{
	position: absolute;
	top:-1.2857vw;
	right:2.8571vw;
}
.content-block .block:first-child{
	background: url('../img/about01.jpg')no-repeat top left;
}
.content-block .block:nth-child(2){
	background: url('../img/about02.jpg')no-repeat top right;
}
.content-block .block:nth-child(3){
	background: url('../img/about03.jpg')no-repeat top left;
}
.content-block-1 .block:first-child{
	background: url('../img/about04.jpg')no-repeat top right;
}
.content-block-1 .block:nth-child(2){
	background: url('../img/about05.jpg')no-repeat top left;
}
.content-block-1 .block:nth-child(3){
	background: url('../img/about06.jpg')no-repeat top right;
}
.content-block .block:nth-child(2n+1),.content-block-1 .block:nth-child(2n){
	background-size:55vw 37.857vw;
	padding:20vw 0 0 50vw;
}
.content-block .block:nth-child(2n),.content-block-1 .block:nth-child(2n+1){
	background-size:55vw 37.857vw;
	padding:20vw 50vw 0 0;
}
@media only screen and (max-width: 768px) {
#about .block{
	margin:13vw 0 0;
}
#about .block:first-child{
	margin:10vw 0 0;
}
#about .block{
	background-size:100vw 68.75vw;
	padding:62.031vw 0 0 0;
}
#about .block:nth-child(2n){
	background-size:100vw 68.75vw;
	padding:62.031vw 0 0 0;
}
#about .content-block:nth-child(2) .block:nth-child(2n+1){
	background-size:100vw 68.75vw;
	padding:62.031vw 0 0 0;
}
#about .content-block:nth-child(2) .block:nth-child(2n){
	background-size:100vw 68.75vw;
	padding:62.031vw 0 0 0;
}
#about .block .content-box{
	width:78.125vw;
	margin:0 10.9375vw;
	padding:7.5vw 7.5vw 10.625vw;
	background:#fff;
	position: relative;
}
#about .block .asirai{
	position: absolute;
	width:17.968vw;
	top:-2.8125vw;
	right:6.25vw;
}
}
.content-box h3{
	font-size: 1.8571vw;
	font-weight:bold;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	line-height:1.0769vw;
	color:#000;
	position: relative;
	display: inline-block;
}
.content-box h3:before {
content: '';
position: absolute;
bottom: -1.8vw;
display: inline-block;
width: 1.42857vw;
height: 1px;
left: 0;
background-color: #000;
}
.content-box h3 span{
	font-size: 0.7857vw;
	font-weight:bold;
	line-height: 2.545vw;
	letter-spacing: 0.1em;
	font-family: 'Cormorant Garamond', serif;
	color:#000;
}
.content-box p{
	font-size: 1vw;
	font-weight:normal;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	line-height:2em;
	color:#000;
	margin-top:3.8vw;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
.content-box h3{
	font-size:4.1vw;
	line-height: 1em;
}
.content-box h3:before {
	bottom: -4vw;
	width: 2.8125vw;
}
.content-box h3 span{
	font-size: 3vw;
	font-weight:normal;
}
.content-box h3 span.fs-18{
	font-size: 2.8125vw;
	font-weight: bold;
}
.content-box p{
	font-size: 4vw;
	font-weight:normal;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	line-height:2em;
	color:#000;
	margin-top:8vw;
}
}
.top-title .snd-title h2 {
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 8.5714vw;
    margin-bottom: 2.4285vw;
}
.top-title p{
	font-size: 1vw;
	font-weight:normal;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
}
@media only screen and (max-width: 768px) {
.top-title .snd-title h2 {
    font-size: 4.1vw;
	line-height: 1.076em;
    margin-top: 12.5vw;
    margin-bottom: 5.45vw;
}
.top-title p{
	font-size: 3.3vw;
	margin:0 9.375vw;
}
#about .top-title{
	margin-top:8.437vw;
}
}
.more{
	margin-top:8vw;
	display: flex;
	justify-content: space-between;
	padding:0 14.2857vw;
}
.about-more{
	width:34.2857vw;
}
.about-more h3{
	font-size: 1.4285vw;
	font-weight:bold;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:1vw;
}
.about-more p{
	font-size: 1vw;
	font-weight:normal;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:1vw;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
.more{
	margin-top:0;
	padding:0 10.9375vw;
	display: block;
}
.about-more{
	margin-top:12.5vw;
	width:78.125vw;
}
.about-more h3{
	font-size: 4.1vw;
	margin-top:2vw;
}
.about-more p{
	font-size: 4vw;
	margin-top:2vw;

}
}