@charset "utf-8";
* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    position: relative;
    font-family: TsukuGoPro-B;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sp-padding {
    padding: 0 3%;
}

img {
    max-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

li {
    list-style: none;
}

p {
    line-height: 35px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    font-family: TsukuGoPr5-D;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: bold;
}

.contents_width {
    max-width: 1280px;
    margin: 0 auto;
}

.header_top {
    display: flex;
    justify-content: space-between;
}

.header_under {
    padding: 15px 0;
}

.logo {
    margin-top: 35px;
}

nav {
    margin: -15px 0 0 20px;
}

nav ul {
    display: flex;
    justify-content: center;
    max-width: 930px;
    margin: 0 auto;
}

nav ul a, .buttons a {
    position: relative;
    padding: 0 30px;
    text-align: center;
    border-right: solid 1px;
}

.button_gray, .buttons a {
    border-right: none !important;
}

.header_under button {
    margin: 0 10px;
}

.first_list {
    border-left: solid 1px;
}

.button_gray {
    padding: 10px 35px;
    background: #E8E6DF;
}

.buttons a {
    display: inline-block;
    margin: 0 5px;
}

.button_red {
    padding: 10px 35px;
    background: #A6192E;
    color: #ffffff;
}

#common_headding {
    padding-bottom: 50px;
}

.common_headding_contents {
    max-width: 1280px;
    margin: 0 auto;
}

.common_headding_bg {
    background-size: cover;
    background-position: center top;
}

.common_headding_1 {
    padding: 50px 0 275px;
    max-width: 1280px;
    margin: 0 auto;
}

.common_headding_2 {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -80px;
    text-align: right;
}

/* contact */

#contact {
    background: #E8E6DF;
    text-align: center;
    position: relative;
    padding-bottom: 90px;
    letter-spacing: 1px;
    z-index: 5;
    font-family: TsukuGoPro-B;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight:bold;
}

#contact h2 {
    margin: 0 0 30px 0;
}

.sub_headding {
    text-align: center;
    padding: 80px 0 10px 0;
    color: #A6192E;
    font-size: 1.5rem;
}

.contact_contents p {
    background: #968C83;
    width: 25%;
}

.contact_contents .tel_window {
    background: #A6192E;
}

.tel_window {
    font-size: 0.85rem;
}

.tel_window span {
    font-size: 1.0rem !important;
}

.contact_contents p {
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 30px;
}

/* footer */

footer {
    position: relative;
    z-index: 5;
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    background: #7E7F74;
    text-align: center;
    padding: 40px 0;
}

footer ul li {
    color: #ffffff;
    border-right: 1px solid;
    width: 7%;
    font-size: 0.8rem;
}

.first_border {
    border-left: 1px solid;
}

.logos {
    padding: 45px 0;
    align-items: flex-end;
    background: #ffffff;
}

.left_logo {
    border-left: 1px solid;
    padding: 0 50px 10px;
}

.center_logo {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 50px 10px;
}

.right_logo {
    padding: 45px 0 3px 60px;
}

.right_logo img{
    width: 95%;
}

.left_logo p, .center_logo p {
    text-align: center;
    padding-bottom: 10px;
    font-size: 0.8rem;
}

.copy_writting {
    text-align: center;
    border-top: 1px solid;
    padding: 15px 0;
    font-size: 0.8rem;
    background: #ffffff;
    position: sticky;
}

.copy_writting_width {
    max-width: 1280px;
    margin: 0 auto;
}

footer ul a {
    display: contents;
}

.zoom_area {
    overflow: hidden
}

.zoom_img {
    transition: 1s all;
    width: 100%;
}

.zoom_img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
}

@media screen and (min-width: 1441px) {}

@media screen and (min-width: 769px) {
    .buttons a {
        padding: 10px 0;
        width: 130px;
    }
    nav ul a, .buttons a {
        font-size: 0.8rem;
    }
    nav ul a::after {
        position: absolute;
        top: 30px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #A6192E;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    a:hover::after {
        bottom: -4px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 768px) {
    nav {
        margin: 0 2%;
    }
    .logo {
        margin-top: 5px;
        margin-left: 15px;
    }
    .logo img {
        width: 75%;
    }
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    nav ul a {
        width: 25%;
        border-left: solid 1px;
        margin-top: 10px;
    }
    nav ul a, .buttons a {
        font-size: 0.8vw;
    }
    .button_red, .button_gray {
        padding: 10px 0 !important;
        margin: 0 5px !important;
        text-align: center;
        width: 90px;
    }
    .sp_right {
        border-left: none;
    }
    .header_under {
        padding: 5px 0 10px;
    }
    footer ul {
        flex-wrap: wrap;
        padding: 20px 2%;
    }
    footer ul a li {
        width: 25%;
        margin: 5px 0;
    }
    .top_sp_border {
        border-left: 1px solid;
    }
    .logos {
        padding: 45px 1%;
    }
    .right_logo {
        padding: 10px 10px 5px 10px;
    }
    .center_logo, .left_logo {
        padding: 0 20px 10px;
    }
}

@media screen and (min-width: 481px) {
    .logos {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .sub_headding {
        padding: 40px 0 10px 0;
    }
    #contact {
        padding-bottom: 60px;
    }
    nav ul a, .buttons a {
        font-size: 0.8rem;
    }
    .common_headding_2 img {
        margin-top: 45px;
    }
    .common_headding_1 {
        padding: 90px 0 175px;
    }
    .common_headding_1 img {
        width: 50%;
    }
    .under_margin {
        margin-top: 17px;
    }
    nav {
        margin: 0 2%;
    }
    nav ul a {
        padding: 0;
    }
    .logo img {
        width: 80%;
    }
    .buttons {
        text-align: right;
        width: 100%;
    }
    .header_under {
        padding: 5px 0 15px 0;
    }
    .logos {
        text-align: center;
        padding: 35px 5%;
        margin: 0 auto;
    }
    .left_logo {
        padding: 0 25px;
        border-right: 1px solid;
    }
    .center_logo {
        padding: 0 25px;
        margin-top: 30px;
    }
    .right_logo {
        padding: 0 25px;
        margin-top: 30px;
        border-left: 1px solid;
        border-right: 1px solid;
    }
    nav ul a::after {
        top: 0;
    }
    .left_logo p, .center_logo p {
        padding-bottom: 5px;
    }
}

.slide_img {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}

.img-blur-2 {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}

.slide_img_2 {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.img-blur-3 {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: .8s;
}

.slide_img_3 {
    opacity: 0;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

@media screen and (max-width: 768px) {
    .contact_contents p {
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
    .common_headding_1 {
        padding: 50px 0 175px;
    }
    .common_headding_2 img {
        width: 60%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .contact_contents p {
        width: 70%;
    }
}

@media all and (-ms-high-contrast: none) {
    footer ul li {
        width: 100% !important;
        margin: 0 10px;
        padding: 0 10px;
    }
}