
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

a{
    text-decoration: none;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05rem;
    color: #333;
    margin: 0;
}

main{
    width: 100%;
    overflow: hidden;
}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}
@media (max-width: 820px) {
    .u-pc_block{
        display: none;
    }
}
.u-sp_block{
    display: none;
}
@media (max-width: 820px) {
    .u-sp_block{
        display: block;
    }
}
.u-flex{
    display: flex;
    align-items: center;
}
/* layout */

.l-container{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/* mv _ pc */
.p-fv.u-pc_block{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.p-fv_left{
    width: 100%;
}
.p-fv_title{
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.5px;
    white-space: nowrap;
}
.p-fv_title.line{
    border: 2px solid black;
}
.p-fv_right{
    display: inline-block;
    width: 90%;
    margin-left: 30px;
}
.p-fv_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;              /* 線と文字の間隔 */
    margin-top: 12px;
  }
  
  .p-fv_sub .text {
    font-size: 20px;
    letter-spacing: 0.05em;
    white-space: nowrap;   /* 折り返し防止 */
  }
  
  .p-fv_sub .line {
    width: 50px;
    height: 1px;
    background-color: #333;
  }
  
.cta.add{
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    width: 60%;
}
.cta.add img{
    width: 100%;
    height: auto;
}
/* .p-fv .cta{
    display: block;
    width: 30%;
    margin: 0 auto;
    padding-top: 50px;
}
.cta img{
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(33, 54, 110, .3);
}
@media (max-width: 820px) {
    .p-fv .cta{
       width: 90%;
       padding-top: 30px;
    }
} */

/* mv _ sp */

@media (max-width: 820px){
    .p-fv.u-pc_block{
        display: none;
    }
    .p-fv.u-sp_block{
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .p-fv_title{
        font-size: 5.5vw;
        line-height: 1.5;
    }
    .p-fv_sub .text {
        font-size: 4vw;
      }
    .p-fv_img{
        margin-top: 30px;
    }
    .cta.add{
        width: 100%;
    }
    .cta.add img{
        width: 100%;
    }
}
@media (min-width: 821px){
    .cta img:hover{
        transform: scale(1.05);
    }
    .u-sp_block{
        display: none;
    }
}

/* sv */
.p-sv{
    background-color: #F0F3E6;
}
.p-sv_wrapper{
    display: flex;
    max-width: 740px;
    width: 90%;
    margin: 0 auto;
    gap: 30px;
    padding: 50px 0;
}
.p-sv_inner{
    text-align: center;
}
.p-sv_inner h4{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.p-sv_inner p{
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 30px;
}
.p-sv_inner img{
    display: inline-block;
    width: 100%;
}
@media (max-width: 820px){
    .p-sv_wrapper{
        gap: 15px;
    }
    .p-sv_inner h4{
        font-size: 3vw;
        padding-bottom: 10px;
    }
    .p-sv_inner p{
        font-size: 3.2vw;
        padding-bottom: 15px;
    }
}


/* 悩み */
.p-worries{
    padding: 70px 0;
}
.p-worries h2{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
}
.p-worries h2 span{
    font-size: 50px;
    font-weight: 600;
}
.p-worries .flex{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.p-worries .flex .content{
    width: calc(95% / 3);
}
.p-worries .flex .content{
    border: 2px solid #21366E;
    padding: 30px;
    border-radius: 30px;
}
.p-worries .flex h4,
.p-worries .flex span{
    font-size: 24px;
    font-weight: 600;
    color: #21366E;
    text-align: center;
}
.p-worries .flex p{
    font-size: 16px;
    font-weight: 500;
}
.arrow img{
    display: block;
    width: 1%;
    margin: 0 auto;
    padding: 50px 0;
}
.p-worries .flex__02{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    align-items: center;
}
.p-worries .flex__02 img{
    display: block;
    width: 40%;
}
.p-worries .flex__02 .__end{
    text-align: left;
    width: 70%;
}
@media (max-width: 1024px) {
    .p-worries .flex__02{
        width: 90%;
    }
}
@media (max-width: 820px) {
    .p-worries h2{
        font-size: 5.5vw;
    }
    .p-worries h2 span{
        font-size: 7vw;
        font-weight: 600;
    }
    .p-worries .flex,
    .p-worries .flex__02{
        display: block;
        margin-top: 3vw;
        width: 100%;
    }
    .p-worries .flex .content{
        width: calc(100% / 1);
        margin: 30px 0;
        padding: 20px;
        border-radius: 20px;
    }
    .p-worries .flex h4, .p-worries .flex span{
        font-size: 20px;
    }
    .p-worries .flex p{
        font-size: 14px;
    }
    .arrow img{
        width: 3%;
        padding: 3vw 0;
    }
    .p-worries .flex__02 .__end{
        text-align: center;
        width: 100%;
    }
    .p-worries .flex__02 img{
        margin: 0 auto;
        padding-top: 20px;
        width: 50%;
    }
}

/* 強み */
.p-strengths{
    background-color: #FFECF1;
    padding: 70px 0;
}
.p-strengths h2{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 3px 3px white;
}
.p-strengths .flex{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.p-strengths .flex_img{
    width: 40%;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.p-strengths .flex_img img{
    display: block;
    width: 100%;
}
.p-strengths .flex_content{
    width: 60%;
}
.p-strengths .flex .content{
    display: flex;
    align-items: center;
}
.p-strengths .flex .content{
    background-color: white;
    padding: 20px 50px;
    border-radius: 50px;
    margin: 20px 0;
}
.p-strengths .flex .content h4{
    font-size: 20px;
    margin-right: 20px;
    font-weight: 700;
}
.p-strengths .flex .content p{
    font-size: 16px;
    font-weight: 600;
}
.p-strengths .flex .content p span{
    color: #C1505D;
    font-weight: 600;
}
@media (max-width: 820px){
    .p-strengths{
        padding: 50px 0;
    }
    .p-strengths h2{
        font-size: 7vw;
    }
    .p-strengths .flex{
        display: block;
        margin-top: 3vw;
    }
    .p-strengths .flex_img,
    .p-strengths .flex_content{
        width: 100%;
    }
    .p-strengths .flex .content{
        padding: 20px 30px;
    }
    .p-strengths .flex .content{
        display: block;
    }
}

/* ポイント */
.p-point{
    background: linear-gradient(180deg, rgb(33, 54, 110), rgb(24, 61, 159));
}
.p-point .l-container{
    padding: 70px 0;
}
.p-point h2{
    font-size: 50px;
    color: white;
    font-weight: 600;
    text-align: center;
}
.p-point h4{
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}
.p-point h4 span{
    font-size: 50px;
    font-weight: 400;
}
.p-point .flex{
    display: flex;
    justify-content: space-between;
}
.p-point .flex_content{
    width: calc(90% /3);
    box-shadow: 0 0 30px rgba(33,54,110,.2);
}
@media (max-width: 820px){
    .p-point h2{
        font-size: 7vw;
    } 
    .p-point h4{
        font-size: 3vw;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    .p-point h4 span{
        font-size: 5vw;
    }
    .p-point .flex{
        display: block;
    }
    .p-point .flex_content{
        width: calc(100% /1);
        margin: 50px 0;
    }
}

/* ボタン */
.p-cta a{
    display: block;
    width: 40%;
    margin: 70px auto;
    box-shadow: 0 0 0px rgba(0,0,0,0);
}
@media (max-width: 820px){
    .p-cta a{
        width: 90%;
    }
}

/* 賃貸 */
.p-model{
    background-color: #F0F3E6;
}
.p-model_inner{
    width: 90%;
    margin: 0 auto;
}
.p-model_title{
    color: #1A305F;
    text-align: center;
    font-weight: 600;
}
.p-model_text{
    background-color: white;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    padding: 2rem;
}
.p-model_text p{
    font-weight: 600;
}
.p-model_attention{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}
.p-model a{
    display: block;
    width: 55%;
    margin: 0 auto;
} 
@media (max-width: 820px){
    .p-model a{
        width: 90%;
    }
}
@media only screen and (max-width: 768px){
    .p-model_inner{
        width: 100%;
    }
}
