@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

h2 {
    font-size: 44px;
    margin-bottom: 64px;
}

h3 {
    font-size: 18px;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #16325F;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.parent {
    padding: 80px 5vw;
}

.parent-02 {
    padding: 0 5vw;
}

.child {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.contact-btn {
    text-align: center;
    display: inline-block;
    padding: 16px 0;
    width: 400px;
    background-color: #16325F;
    color: #fff;
    border-radius: 100vh;
    line-height: 1;
    font-size: 24px;
    position: relative;
    margin-top: 4px;
}

.white-arrow {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.txt-flex {
    display: flex;
}

.sp-br,
.tb-br,
.sp-img {
    display: none;
}

.title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title-area p {
    font-size: 20px;
    color: #FFD700;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    font-weight: 400;
    border-bottom: solid 1px #FFD700;
}
/*終わり*/

/*<header class="header">*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 5vw;
    z-index: 100;
}

.header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-btn {
    display: inline-block;
}

.logo {
    width: 120px;
}

.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
}

.h-contact-btn {
    padding: 8px 32px;
    background-color: #16325F;
    color: #fff;
    border-radius: 100vh;
    position: relative;
}

.navy-arrow {
    display: none;
}
/*終わり*/

/*<div class="fv">*/
.fv {
    width: 100%;
    height: 100vh;
    position: relative;
}

.fv-in {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fv-txt {
    margin-bottom: 40px;
}

.fv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
/*終わり*/

/*<div class="contact">*/
.contact {
    text-align: center;
}

.contact p {
    font-size: 18px;
    color: #16325F;
}

.contact p:before,
.contact p:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #16325F;
    width: 2px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
 
.contact p:before {
    transform: rotate(-35deg);
}
 
.contact p:after {
    transform: rotate(35deg);
}

.contact-03 {
    padding-top: 0;
}
/*終わり*/

/*<section class="warry">*/
.warry {
    text-align: center;
}

.warry h2 {
    background-color: #E1EAF7;
    padding: 32px 5vw;
    position: relative;
    padding-top: 40px;
    margin-bottom: calc(10vw + 5px);
}

.warry h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 48px 50vw 0 50vw;
    border-style: solid;
    border-color: #E1EAF7 transparent transparent transparent;  
}

.title-01 {
    width: 50%;
}

.warry-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    padding-top: 0;
}
/*終わり*/

/*<section class="about">*/
.about {
    background-image: url(../img/about-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.about h2 {
    text-align: center;
    background-color: #FDE47A;
    padding: 32px 5vw;
    position: relative;
    padding-top: 40px;
    margin-bottom: calc(10vw + 5px);
}

.about h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 48px 50vw 0 50vw;
    border-style: solid;
    border-color: #FDE47A transparent transparent transparent;  
}

.title-02 {
    width: 30%;
}

.about-in {
    position: relative;
}

.about-con {
    display: flex;
    gap: 1%;
    align-items: flex-start;
    margin-bottom: 40px;
    line-height: 1;
}

.about-con .check {
    width: 32px;
}

.about-txt .bold {
    font-size: 24px;
    margin-bottom: 16px;
}
/*終わり*/

/*<section class="point">*/
.point {
    background-image: url(../img/point-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center; 
}

.sarani-area {
    position: relative;
}

.sarani-area::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 50vw;
    border-color: transparent transparent transparent #16325F;
}

.sarani-area::after {
    content: "";
    position: absolute;
    top: -48px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 48px 50vw;
    border-color: transparent transparent #16325F transparent;
}

.sarani {
    color: #fff;
    text-align: center;
    font-size: 48px;
    background-color: #16325F;
    padding: 32px 5vw;
    position: relative;
    padding-top: 40px;
    margin-bottom: calc(10vw + 5px);
}

.sarani::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 48px 50vw 0 50vw;
    border-style: solid;
    border-color: #16325F transparent transparent transparent;  
}

.point-in {
    padding-top: 0;
    padding-bottom: 120px;
}

.title-03 {
    width: 50%;
}

.point-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.point-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    width: 32%;
    padding: 32px 16px;
}

.point-con .txt-01,
.point-con .txt-05,
.point-con .txt-06 {
    font-size: 20px;
}

.point-con .txt-02,
.point-con .txt-04,
.point-con .txt-07 {
    font-size: 24px;
}

.point-con .txt-04 small {
    font-size: 20px;
}

.point-con .txt-03 {
    font-size: 16px;
}

.point-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFD700;
    font-size: 40px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: italic;
}
/*終わり*/

/*<section class="safe">*/
.safe {
    background-color: #edf5fc;
}

.safe h2 {
    text-align: center;
}

.title-04 {
    width: 50%;
    margin-top: -160px;
}

.safe-con {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.safe-con-r {
    flex-direction: row-reverse;
}

.safe-con img {
    width: 10%;
}

.safe-txt {
    width: 60%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
}

.safe-txt::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 50%;
    left: -1%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.safe-txt-r::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 101%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*終わり*/

/*<div class="reason-house">*/
.reason-house {
    width: 100%;
    height: 400px;
}

.reason-house img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
/*終わり*/

/*<section class="reason">*/
.reason {
    background-image: url(../img/reason-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.reason::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 50vw;
    border-color: transparent transparent transparent #DFEEFF;
}

.reason::after {
    content: "";
    position: absolute;
    top: -48px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 48px 50vw;
    border-color: transparent transparent #DFEEFF transparent;
}

.reason h2 {
    text-align: center;
}

.title-05 {
    width: 24%;
}

.reason-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}

.reason-con {
    width: 32%;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    text-align: center;
}

.reason-con img {
    width: 80%;
}

.reason-con p {
    margin-top: 16px;
    text-align: left;
    color: #D4970F;
}

.reason-video {
    position: relative;
    width: 100%;
    height: 600px;
}

.reason-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*終わり*/

/*<div class="intro">*/
.intro {
    padding: 80px 5vw 0 5vw;
}

.intro-con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}

.intro-con-r {
    margin-bottom: 40px;
}

.intro-txt {
    width: 40%;
    background-color: #f0f7ff;
    text-align: center;
    padding: 24px 16px;
    position: relative;
}

.intro-txt span {
    font-size: 22px;
}

.intro-txt::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f0f7ff transparent transparent;
    top: 50%;
    left: -1%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.intro-txt-r::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #f0f7ff;
    top: 50%;
    left: 101%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*終わり*/

/*<div class="flow">*/
.flow {
    background-image: url(../img/flow-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.flow-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 5%;
    border-bottom: solid 1px #fff;
    padding: 24px 0;
}

.flow-flex:last-child {
    border-bottom: none;
}

.flow-title {
    width: 24%;
    position: relative;
}

.flow-title h3 {
    position: relative;
    z-index: 1;
}

.flow-num {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFD700;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
}

.flow-img {
    width: 7%;
}

.flow-txt {
    width: 55%;
}
/*終わり*/

/*<section class="achive">*/
.achive-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.achive-con {
    width: 32%;
}

.house-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.achive-con .small-txt {
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
}

.house-name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
}

.achive-dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.achive-dl dt {
    width: 50%;
    background-color: #106F9B;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
    padding: 2px 0;
}

.achive-dl dd {
    width: 45%;
    margin-bottom: 10px;
    padding: 2px 0;
}
/*終わり*/

/*<section class="voice">*/
.voice {
    background-image: url(../img/voice-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.swiper-wrapper {
    display: flex;
    align-items: flex-start;
}

.swiper-slide {
    background-color: #fff;
    height: auto;
    box-shadow: 0 0 5px #999;
}

.swiper-box {
    height: 100%;
    color: #333;
    padding: 24px 24px 64px 24px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.voice-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    font-size: 24px;
    margin: 16px 0;
}

.voice-name time {
    font-size: 16px;
}
/*終わり*/

/*<section class="faq">*/
.q {
    border-bottom: solid 2px #f1f1f1;
    gap: 12px;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.q span {
    background-color: #16325F;
    color: #fff;
    padding: 6px 8px;
    border-radius: 100vh;
    line-height: 1;
}

.a {
    margin-bottom: 32px;
    gap: 12px;
    align-items: flex-start;
}

.a span {
    background-color: #7CD1F4;
    padding: 6px 8px;
    border-radius: 100vh;
    line-height: 1;
}

.nav-open {
    position: relative;
}

.nav-open:hover {
    cursor: pointer;
}

.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 16px;
    color: #16325F;
}

.nav-open.active::before{/* 開いている時 */
	content: "－";
}

.faq-txt {
    display: none;
}
/*終わり*/

/*<footer class="footer">*/
.footer {
    background-color: #FFFFF0;
}

.footer-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.footer-con {
    width: 23%;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.footer-title:before,
.footer-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.footer-title:before {
    margin-right: 16px;
}
 
.footer-title:after {
    margin-left: 16px;
}

.footer-dl dt {
    margin-bottom: 4px;
    font-weight: 600;
}

.footer-dl dd {
    margin-bottom: 16px;
}

.txt-space {
    margin-top: 24px;
    font-weight: 600;
}

.footer  iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.copyright {
    padding: 16px 0;
    text-align: center;
}
/*終わり*/

/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .contact-btn {
        padding: 20px 0;
        width: 480px;
    }

    .pc-br,
    .pc-img {
        display: none;
    }

    .sp-br,
    .tb-br,
    .sp-img {
        display: block;
    }
/*終わり*/  

/*<header class="header">*/
    .logo {
        width: 320px;
    }

    .header-site-menu {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .hamburger {
        display : block;
        position: absolute;
        z-index : 10;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);      
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        border-radius: 4px;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #fff;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition   : 0.5s ease-in-out;
        transition        : 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);      
        -webkit-transform: rotate(315deg);
        -moz-transform   : rotate(315deg);
        transform        : rotate(315deg);
        background-color: #16325F;
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);      
        -webkit-transform: rotate(-315deg);
        -moz-transform   : rotate(-315deg);
        transform        : rotate(-315deg);
        background-color: #16325F;
    }

    .header-nav {
        position: fixed;
        z-index : -1;
        top  : 0;
        left : 0;
        background: #fff;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.5s;
        width: 100%;
    }

    .header-nav ul {
        background: #fff;
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding: 0 5vw;
    }

    .header-nav ul li {
        width: 60%;
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .header-nav ul li a {
        margin: 10px 0;
        text-decoration :none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 24px;
        color: #16325F;
    }

    /* このクラスを、jQueryで付与・削除する */
    .header-nav.active {
        transform: translateY(0%);
    }

    .header-nav ul li .h-contact-btn {
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        margin-top: 40px;
        padding: 12px 32px;
    }

    .navy-arrow {
        display: block;
        width: 16px;
    }
/*終わり*/ 

/*<div class="fv">*/
    .fv {
        height: 70vh;
    }

    .fv-in {
        left: 0;
    }

    .fv-txt-sp {
        margin-bottom: 40px;
    }
/*終わり*/

/*<div class="contact">*/
    .contact p {
        font-size: 20px;
    }
/*終わり*/

/*<section class="warry">*/
    .title-01 {
        width: 70%;
    }

    .warry-in {
        justify-content: space-between;
    }

    .warry-in img {
        width: 30%;
    }
/*終わり*/

/*<section class="about">*/
    .title-02 {
        width: 50%;
    }
/*終わり*/

/*<section class="point">*/
    .sarani {
        font-size: 40px;
    }

    .title-03-sp {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .point-flex {
        flex-direction: column;
    }
    
    .point-con {
        width: 90%;
        margin: 0 auto 40px auto;
        padding: 32px 16px;
    }
/*終わり*/

/*<section class="safe">*/
    .title-04-sp {
        width: 40%;
        margin-top: -110px;
        margin-left: auto;
        margin-right: auto;
    }
/*終わり*/

/*<div class="reason-house">*/
    .reason-house {
        height: 320px;
    }
/*終わり*/

/*<section class="reason">*/
    .title-05 {
        width: 32%;
    }

    .reason-flex {
        flex-direction: column;
    }
    
    .reason-con {
        width: 80%;
        margin: 0 auto 40px auto;
    }
    
    .reason-con img {
        width: 54%;
    }
    
    .reason-con p {
        font-size: 18px;
    }
    
    .reason-video {
        height: 400px;
    }    
/*終わり*/

/*<div class="intro">*/
    .intro-txt {
        width: 60%;
    }
/*終わり*/

/*<div class="flow">*/
    .flow-flex {
        flex-direction: column;
        padding: 40px 0;
    }

    .flow-title {
        width: 100%;
        text-align: center;
    }
    
    .flow-title h3 {
        font-size: 28px;
    }
    
    .flow-num {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #FFD700;
        font-family: 'Noto Serif JP', serif;
        font-weight: 400;
        font-style: italic;
        font-size: 64px;
    }
    
    .flow-img {
        width: 20%;
        margin: 32px auto;
    }
    
    .flow-txt {
        width: 80%;
    }    
/*終わり*/

/*<section class="achive">*/
    .achive-flex {
        flex-direction: column;
    }

    .achive-con {
        width: 80%;
        margin: 32px auto;
    }

    .achive-con .small-txt {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .house-name {
        font-size: 24px;
    }
/*終わり*/

/*<footer class="footer">*/
    .footer-in {
        display: block;
    }

    .footer-con {
        width: 100%;
        margin-bottom: 40px;
    }
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .contact p {
        font-size: 18px;
    }

    .contact-btn {
        width: 100%;
        font-size: 18px;
        padding: 16px 0;
    }   
    
    .tb-br {
        display: none;
    }
/*終わり*/ 

/*<header class="header">*/
    .header-nav ul li {
        width: 90%;
    }

    .header-nav ul li a {
        font-size: 18px;
    }

    .navy-arrow {
        width: 12px;
    }
/*終わり*/ 

/*<div class="fv">*/
    .fv {
        height: 80vh;
    }

    .fv-in {
        top: 55%;
    }

    .fv-txt-sp {
        width: 64%;
    }

    .fv-txt-02 {
        width: 80%;
    }
/*終わり*/

/*<section class="warry">*/
    .warry h2::after {
        border-width: 24px 50vw 0 50vw;
    }

    .title-01-sp {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .warry-in {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .warry-in img {
        width: 70%;
        margin-top: 32px;
    }
/*終わり*/

/*<section class="about">*/
    .about {
        background-image: url(../img/about-back-sp.png);
    }

    .about h2::after {
        border-width: 24px 50vw 0 50vw;
    }

    .title-02 {
        width: 80%;
    }
/*終わり*/

/*<section class="point">*/
    .sarani-area::before {
        top: -24px;
        border-width: 24px 0 0 50vw;
    }

    .sarani-area::after {
        top: -24px;
        border-width: 0 0 24px 50vw;
    }

    .sarani {
        font-size: 32px;
        margin-bottom: calc(20vw + 5px);
    }
    
    .sarani::after {
        border-width: 24px 50vw 0 50vw;
    }

    .point-in {
        padding-top: 0;
        padding-bottom: 40px;
    }    

    .title-03-sp {
        width: 70%;
    }
    
    .point-con {
        width: 100%;
    }    
/*終わり*/

/*<section class="safe">*/
    .title-04-sp {
        width: 80%;
        margin-top: -110px;
        margin-left: auto;
        margin-right: auto;
    }

    .safe-con {
        justify-content: space-between;
    }    

    .safe-con img {
        width: 24%;
    }
    
    .safe-txt {
        width: 70%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px;
        position: relative;
    }    
/*終わり*/

/*<div class="reason-house">*/
    .reason-house {
        height: 160px;
    }
/*終わり*/

/*<section class="reason">*/
    .reason::before {
        top: -24px;
        border-width: 24px 0 0 50vw;
    }

    .reason::after {
        top: -24px;
        border-width: 0 0 24px 50vw;
    }

    .title-05 {
        width: 60%;
    }   

    .reason-flex {
        margin-bottom: 40px;
    }    
    
    .reason-con {
        width: 100%;
    }
    
    .reason-con img {
        width: 80%;
    }

    .reason-video {
        height: 240px;
    }    
/*終わり*/

/*<div class="intro">*/
    .intro-con {
        justify-content: space-between;
    }

    .intro-con-block {
        position: relative;
    }

    .intro-con-block .intro-txt {
        position: absolute;
        margin-top: -70px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .intro-con-r {
        margin-bottom: 120px;
    }

    .intro-txt {
        width: 80%;
        padding: 16px;
    }

    .intro-txt span {
        font-size: 20px;
    }

    .intro-txt::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #f0f7ff transparent transparent transparent;
        top: 105%;
        left: 30%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .intro-txt-r::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent #f0f7ff;
        top: 50%;
        left: 101%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }    

    .intro-01-img {
        width: 24%;
    }

    .intro-02-img {
        width: 30%;
        position: relative;
    }
/*終わり*/

/*<div class="flow">*/
    .flow-title h3 {
        font-size: 22px;
    }

    .flow-num {
        top: 40%;
        font-size: 48px;
    }  

    .flow-img {
        width: 32%;
    }
    
    .flow-txt {
        width: 100%;
    }    
/*終わり*/

/*<section class="achive">*/
    .achive-con {
        width: 100%;
        margin: 32px auto;
    }

    .achive-con:first-child {
        margin-top: 0;
    }

    .achive-con .small-txt {
        font-size: 12px;
    }

    .house-name {
        font-size: 20px;
    }
/*終わり*/

/*<section class="voice">*/
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 32px;
        font-weight: bold;
    }
/*終わり*/

/*<section class="faq">*/
    .q {
        align-items: flex-start;
        padding-right: 16px;
    }

    .nav-open::before{/* 閉じている時 */
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }    
/*終わり*/

/*<footer class="footer">*/
    .footer  iframe {
        height: 250px;
    }
/*終わり*/
}