@charset "UTF-8";


.zen-kaku-gothic-new-light {
    font-family: "Zen Kaku Gothic New", system-ui;
    font-weight: 300;
    font-style: normal;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", system-ui;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", system-ui;
    font-weight: 500;
    font-style: normal;
}

.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", system-ui;
    font-weight: 700;
    font-style: normal;
}

.zen-kaku-gothic-new-black {
    font-family: "Zen Kaku Gothic New", system-ui;
    font-weight: 900;
    font-style: normal;
}

.yu-gothic {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.mincho {
    font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}



* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    font-weight: 500;
    font-size: 62.5%;
}

body {
    font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    position: relative;
    overflow-x: hidden;
}

a {
    display: inline-block;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
}


.l-inner02 {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* 下層ページ下部 ご相談・お問い合わせ */
.contact {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.p-common__contact {
    padding: 40px 7.5%;
    margin: 0 auto;
    background: #fff;
}

.p-common__contact h6 {
    font-size: 2rem;
}

.p-common__contact p.tel {
    font-size: 2.8rem;
}

.l-footer {
    background: #217188;
}


.wrapper {
    position: relative;
}

.bg {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1700px;
    background: linear-gradient(to right, #E9EDF0 180px, transparent 180px);
    background-position: center;
    background-size: 1700px;
    margin: 0 auto;
}

.bg_01 {
    background-image: url(../images/pc/bg_01.png);
    background-repeat: repeat-y;
    background-size: contain;
}

header{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

header a.logo {
    margin: 30px auto 10px 50px;
}

.main_visual {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}

.main_visual img {
    position: relative;
}

.main_visual a {
    position: absolute;
    top: 83%;
    left: 0;
    right: 0;
    max-width: 406px;
    margin: 0 auto;
}

.bg_02 {
    height: 210px;
    margin: 0 auto;
}

.bg_02 img.full {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.detail {
    padding: 30px 0 1px;
    margin: 0 auto 0 11%;
}

.detail-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.detail-flex-txt {
    position: relative;
}

.detail-flex-txt .bdr {
    display: inline-block;
    width: 100%;
    max-width: 740px;
    border-bottom: 2px dotted #217188;
    margin: 30px auto 20px;
}

.detail-flex-txt p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: calc(36/20);
}

.detail-flex-img {
    position: absolute;
    width: 350px;
    right: 30px;
}

.detail-bdrbox {
    width: 90%;
    max-width: 740px;
    background: #fff;
    border: 1px solid #273163;
    margin: 50px auto 50px 0;
}

.detail-bdrbox h2 {
    position: relative;
    color: #273163;
    background: #E9EDF0;
    border-bottom: 1px solid #273163;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    padding: 8px 25px;
}

.detail-bdrbox h2 span {
    position: absolute;
    border-bottom: 1px solid #273163;
    width: 20px;
    left: 0;
    top: 49%;
}

.detail-bdrbox ul {
    margin: 10px 25px;
}

.detail-bdrbox li {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: calc(32/18);
    text-indent: -1em;
    margin-left: 2rem;
}

.detail-maker {
    width: 90%;
    max-width: 740px;
    margin: 50px auto 50px 0;
}

.detail-maker h2 {
    position: relative;
    color: #fff;
    background: #273163;
    border: 1px solid #273163;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    padding: 8px 25px;
}

.detail-maker span {
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 20px;
    left: 0;
    top: 49%;
}

.detail-maker ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.detail-maker li {
    position: relative;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    font-size: 2.1rem;
    border: 1px solid #273163;
    background: #fff;
    width: 32.5%;
    margin-bottom: 20px;
    height: 70px;
    text-align: center;
}

.detail-maker li img {
    max-height: 40px;
    max-width: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

.detail-maker li p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

.detail-btn {
    text-align: center;
    margin: 20px auto 0;
}

.detail-btn a {
    max-width: 406px;
    margin: 0 auto;
}

.special {
    position: relative;
    background: linear-gradient(180deg, #ECE9E1 25%, #DED8CA 25%, #DED8CA 35%, #ECE9E1 35%);
    border-bottom: 30px solid #DED8CA;
}

.special .l-inner02 {
    padding: 60px 0 120px;
}

.special h3 {
    text-align: center;
    position: relative;
    width: 90%;
    max-width: 1023px;
    margin: 0 auto;
}

.special p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
}

.special ul {
    width: 90%;
    max-width: 920px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.special ul li {
    width: 100%;
}

.special ul li:first-child,
.special ul li:nth-child(2) {
    width: 50%;
}

.special-btn {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 60px auto 0;
}

.special-btn a {
    max-width: 406px;
    margin: 0 auto;
}

.special-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.project {
    width: 90%;
    max-width: 740px;
    margin: 0 auto 0 11%;
    padding: 80px 0 30px;
}

.project h2 {
    position: relative;
    color: #fff;
    background: #628BA0;
    border: 1px solid #628BA0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    padding: 8px 25px;
}

.project h2 span {
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 20px;
    left: 0;
    top: 49%;
}

.project-caution {
    border: 1px solid #6C1E22;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 8px 0;
    margin: 30px auto;
}

.project-caution p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #6c1e22;
}

.project dl {
    margin: 30px auto;
}

.project dt {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #628BA0;
    margin-bottom: 15px;
}

.project dd {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    line-height: calc(28/16);
    font-size: 1.6rem;
    margin-bottom: 30px;

}

.project li {
    text-indent: -1em;
    margin-left: 1em;
}

.project li::before {
    content: "●";
    color: #217188;
}

.project-btn {
    max-width: 406px;
    margin: 0 auto;
}

@media screen and (max-width: 1279px) {
    .detail-flex-txt {
        width: calc(100% - 370px);
    }

    .detail-flex-img {
        position: relative;
        width: 350px;
        right: 0;
    }
}

@media screen and (max-width: 768px) {

    /* 下層ページ下部 ご相談・お問い合わせ */
    .contact {
        width: 90%;
        padding: 80px 0 100px;
    }

    .bg_02 {
        height: 180px;
    }

    .bg_02 img.full {
        height: 180px;
    }

    .detail {
        width: 92%;
        margin: 0 auto;
    }

    .detail-flex-txt {
        width: calc(100% - 330px);
    }


    .detail-flex-txt p {
        font-size: 1.8rem;
    }

    .detail-flex-img {
        width: 315px;
        right: 0;
    }

    .detail-btn {
        margin: 50px auto 0;
        /*padding-bottom: 160px;*/
    }

    .special p {
        font-size: 1.8rem;
    }

    .project {
        width: 92%;
        margin: 0 auto;
    }

    .project-caution p {
        font-size: 1.6rem;
    }

}

@media screen and (max-width: 480px) {

    /* 下層ページ下部 ご相談・お問い合わせ */
    .contact {
        width: 94%;
        padding: 40px 0 40px;
    }

    .p-common__contact {
        padding: 30px 5%;
        border-radius: 30px;
    }
    
    .p-common__contact h6 {
        font-size: 1.6rem;
    }

    .p-common__contact p.tel {
        font-size: 2.4rem;
    }

    .bg_01 {
        background-image: url(../images/sp/bg_01.png);
    }

    header a.logo {
        width: 240px;
        margin: 15px auto 10px 20px;
    }
    
    .main_visual {
        padding-top: 40px;
    }

    .main_visual a {
        top: 92%;
        width: 273px;
    }

    .bg_02 {
        height: 90px;
    }

    .bg_02 img.full {
        height: 90px;
    }

    .detail {
        width: 92%;
        padding: 30px 0 1px;
        margin: 0 auto;
    }

    .detail-flex {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto 0;
    }

    .detail-flex-txt {
        width: 90%;
        margin-bottom: 30px;
    }

    .detail-flex-txt img {
        width: 242px;
    }

    .detail-flex-txt p {
        font-size: 1.6rem;
    }

    .detail-flex-img {
        width: 90%;
        right: 0;
        margin: 0 auto 0 0;
    }

    .detail-bdrbox {
        width: 96%;
        margin: 50px auto 50px;
    }

    .detail-bdrbox h2 {
        font-size: 1.8rem;
        padding: 8px 15px;
    }

    .detail-bdrbox h2 span {
        width: 10px;
    }

    .detail-bdrbox ul {
        margin: 10px 15px;
    }

    .detail-bdrbox li {
        font-size: 1.6rem;
    }

    .detail-maker {
        width: 96%;
        margin: 30px auto;
    }

    .detail-maker h2 {
        font-size: 1.8rem;
        padding: 8px 15px;
    }

    .detail-maker span {
        width: 10px;
    }

    .detail-maker ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }

    .detail-maker li {
        font-size: 1.6rem;
        width: 49.5%;
        margin-bottom: 10px;
        height: 50px;
    }

    .detail-maker li img {
        max-height: 30px;
        max-width: 120px;
    }

    .detail-btn {
        width: 273px;
        margin: 20px auto 0;
    }

    .special {
        background: #ECE9E1;
        border-bottom: 15px solid #DED8CA;
    }

    .special .l-inner02 {
        padding: 30px 0 60px;
    }
    
    .special h3 {
        top: -4.5%;
        width: 96%;
    }

    .special p {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .special ul {
        margin: 30px auto;
    }

    .special ul li:first-child,
    .special ul li:nth-child(2) {
        width: 100%;
    }

    .special-btn {
        margin: 0 auto;
    }

    .special-btn a {
        width: 273px;
        margin: 0 auto;
    }

    .special-img {
        width: 30%;
    }

    .project {
        width: 84%;
        margin: 0 auto 0 4%;
        padding: 30px 0 0;
    }

    .project h2 {
        font-size: 1.8rem;
        padding: 8px 15px;
    }

    .project h2 span {
        width: 10px;
    }

    .project-caution p {
        font-size: 1.4rem;
    }

    .project dl {
        width: 100%;
        margin: 30px auto 30px 0;
    }

    .project dt {
        font-size: 1.8rem;
    }

    .project-btn {
        width: 273px;
        margin: 0 auto;
    }


}
