.section-wrap {
    display: flex;
}
.section-wrap.contact {
    background: linear-gradient(310deg, rgba(201, 159, 138, 1) 0%, rgba(218, 194, 182, 1) 100%);
}
.section-label {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, rgba(51, 47, 45, 1) 0%, rgba(40, 37, 36, 1) 100%);
}
.section-label .line {
    display: block;
    width: 1px;
    height: 90px;
    background-color: #fff;
}
.section-label .jp {
    font-size: 40px;
    font-family: 'Yu Mincho', serif;
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding-top: 35px;
    padding-bottom: 35px;
}
.section-label .en {
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    color: #D1AF9F;
    transform: rotate(90deg);
}
.section-wrap.contact .section-label {}
.section-container {
    position: relative;
    width: calc(100% - 120px);
}
.section-wrap.contact .section-container {
    padding: 220px 0 150px;
}
.section-container-label {
    font-size: 200px;
    font-family: 'Playfair Display', serif;
    line-height: 35px;
    color: #DECBC2;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.nisshin-contact-form {
    width: 870px;
    margin: 0 auto;
}
.nisshin-contact-form .nisshin-contact-col {
    background: #BC917D;
    display: flex;
    border-top: 1px solid rgba(255, 232, 221, .3);
    align-items: center;
}
.nisshin-contact-form .nisshin-contact-col.-textarea {
    align-items: baseline;
}
.nisshin-contact-form .nisshin-contact-col:first-child {
    border-top: none;
}
.nisshin-contact-col label {
    width: 230px;
    font-family: 'Yu Mincho', serif;
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.nisshin-contact-col label span.required {
    font-size: 14px;
    position: absolute;
    padding-left: 10px;
}
.nisshin-contact-col>div {
    width: calc(100% - 230px);
    padding: 14px 10px;
}
.nisshin-contact-col input {
    height: 50px;
    border-radius: 4px;
    background: #fff;
}
.nisshin-contact-col textarea {
    height: 480px;
    background-color: #fff;
    border-radius: 4px;
}
.nisshin-contact-action {
    text-align: center;
    padding-top: 44px;
}
.nisshin-contact-action button {
    border-radius: 50px;
    height: 50px;
    width: 200px;
    font-size: 18px;
    color: #5C1F05;
    background-color: #fff;
}
.staff-list {
    display: flex;
    width: 870px;
    margin: 0 auto;
    padding: 150px 0;
}
.staff-list-col {
    margin-right: 30px;
}
.staff-list-col:nth-child(2) {
    margin-top: 60px;
}
.staff-list-col:last-child {
    margin-right: 0;
    margin-top: 120px;
}
.staff-item {
    height: 480px;
    width: 269px;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-shadow: 15px 15px 20px 0px #ccc;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
}
.staff-item::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -15px;
    width: 25px;
    height: 40px;
    background-color: #bc917d;
    z-index: 9;
    transform: rotate(45deg);
    transition: all .3s;
}
.staff-item:last-child {
    margin-bottom: 0;
}
.staff-item::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    height: 150px;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    content: '';
    transition: all .3s;
}
.staff-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 17px 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s;
}
.staff-item:hover:after {
    height: 100%;
    background: rgb(30 28 26 / 70%);
}
.staff-item:hover:before {
    display: none;
}
.staff-item .staff-info .staff-intro {
    display: none;
    transition: all .3s;
}
.staff-item:hover .staff-info .staff-number, .staff-item:hover .staff-info .staff-meta {
    display: none;
}
.staff-item:hover .staff-info .staff-intro {
    display: block;
}
.staff-info .staff-number {
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    margin-top: -35px;
    margin-right: -10px;
    transition: all .3s;
}
.staff-meta {
    position: relative;
    display: flex;
    transition: all .3s;
}
.staff-meta>div {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.staff-meta>span.line {
    background-image: url('../imgs/staff-line.png');
    height: 55px;
    width: 36px;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.staff-meta div span:first-child {
    font-size: 16px;
    font-family: 'Yu Mincho', serif;
    font-weight: 600;
    line-height: 35px;
}
.staff-meta div span:last-child {
    font-size: 28px;
    font-family: 'Yu Mincho', serif;
    line-height: 35px;
    font-weight: 600;
}
.section-wrap.staff .section-container {
    background-image: url('../imgs/staff/bg.png');
    background-repeat: repeat;
    background-color: #fff;
}
.section-wrap.access .section-container {
    background-color: #fff;
    padding-top: 150px;
}
.section-wrap.access .section-container-label {
    color: #F5F4F3;
}
.section-wrap.staff .section-container-label {
    left: 0;
    transform: initial;
    top: 50%;
    color: #F5F4F3;
}
.access-map {
    height: 500px;
    width: 100%;
}
.access-map iframe {
    width: 100%;
    height: 100%;
}
.access-info {
    text-align: center;
    padding-bottom: 57px;
    padding-top: 5px;
}
.access-info .addess {
    color: #000000;
    font-size: 24px;
    font-family: 'Yu Mincho', serif;
    font-weight: 600;
}
.access-info .phone span {
    color: #5C1F05;
    font-size: 40px;
    padding-left: 58px;
    font-family: 'Playfair Display', serif;
}
.access-info .phone span:first-child {
    padding-left: 0;
}
section.banner {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    width: 550px;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.banner-info {
    position: absolute;
    bottom: 90px;
    left: 120px;
    color: #fff;
    z-index: 3;
}
.company-name-en {
    font-size: 40px;
    line-height: 1;
}
.company-name-jp {
    font-size: 100px;
}
.company-slogan {
    font-size: 40px;
    display: flex;
    flex-direction: column;
}
.navbar {
    padding: 0;
    height: 120px;
    width: 100%;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.collapse.navbar-collapse {
    justify-content: flex-end;
    padding-right: 30px;
}
header .tel {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #fff;
}
header .contact-btn {
    color: #fff;
    background: #EA980A;
    width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 35px;
    font-size: 18px;
}
header .contact-btn i {
    padding-right: 5px;
}
footer {
    background-color: #332F2D;
}
footer .copyright {
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    line-height: 35px;
    color: #D1AF9F;
    margin-bottom: 0;
    padding: 117px 0 58px;
}
.section-wrap.company .section-container {
    background: linear-gradient(328deg, rgba(236, 230, 227, 1) 0%, rgba(248, 248, 248, 1) 100%);
    padding: 150px 0;
}
.company-info {
    width: 870px;
    margin: 0 auto;
    display: flex;
    padding-top: 15px;
    position: relative;
}
.company-info-right {
    width: 570px;
    padding-top: 50px;
}
.company-info-left {
    width: calc(100% - 570px);
    display: flex;
    padding-left: 15px;
    font-family: 'Yu Mincho', serif;
    font-weight: 600;
}
.company-info-left .column {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 40px;
    margin-right: 40px;
}
.company-info-item {
    display: flex;
    font-size: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #DAD2D0;
    font-family: 'Yu Mincho', serif;
    font-weight: 600;
}
.company-info-item span {
    width: 135px;
    color: #7C2E0D;
}
.company-info-item div {
    width: calc(100% - 135px);
    color: #000000;
}
.section-wrap.company .section-container-label {
    color: #fff;
    left: 0;
    transform: initial;
}
.section-wrap.history .section-container {
    padding: 150px 0;
    background: linear-gradient(328deg, rgba(236, 235, 227, 1) 0%, rgba(248, 248, 248, 1) 100%);
}
.history-list {
    width: 870px;
    margin: 0 auto;
    position: relative;
}
.history-list::before {
    content: '';
    height: calc(100% - 10px);
    width: 1px;
    background: #BC917D;
    position: absolute;
    z-index: 2;
    left: 129px;
}
.history-item {
    display: flex;
    font-size: 20px;
    color: #000000;
    padding-bottom: 40px;
    font-family: 'Yu Mincho', serif;
    font-weight: 600;
}
.history-item:last-child {
    padding-bottom: 0;
}
.history-item .date {
    width: 140px;
    color: #5C1F05;
    position: relative;
}
.history-item .date::after {
    content: '';
    height: 21px;
    width: 21px;
    background: #BC917D;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    right: 0;
}
.history-item .history-content {
    width: calc(100% - 140px);
    padding-left: 20px;
}
.section-wrap.history .section-container-label {
    color: #fff;
    right: 0;
    transform: initial;
    left: initial;
}
@media (min-width: 40em) {}
@media (min-width: 62em) {}

/* Mailform Pro設定 */
#mfp_hidden {
    display: none;
}