@charset "utf-8";

/*///////////////////// 共通 ///////////////////////////*/
body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
a,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
textarea,
button,
input,
select {
    margin: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.57;
    vertical-align: baseline;
}

#contents {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.l-page * {
    font-family: ;
    color: #333333;
}

.l-page {
    background-color: #FFF;
}

.cont__wrap {
    position: relative;
    width: 100%;
}

.cont__inner {
    width: 1000px;
    margin: 0 auto;
    padding-block: 85px;
}

.ttl__wrapper {
    text-align: center;
    margin: 0 0 62px;
}

.ui__ttl {
    position: relative;
    font-size: 22px;
    line-height: 1.5909;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    color: #222222;
    font-weight: 700;
}

.section__ttl--sub {
    font-size: 14px;
    line-height: 1;
    color: #007511;
    position: relative;
    display: inline;
}

.section__ttl--sub:before,
.section__ttl--sub:after {
    position: absolute;
    content: "";
    display: block;
    background: #CFD3DB;
    width: 164px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section__ttl--sub:before {
    left: -173px;
}

.section__ttl--sub:after {
    right: -173px;
}

/* MV */
.main__img {
    height: 480px;
}

.main__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* よくあるお悩み */
.worries__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 35px;
    justify-content: center;
}

[class^="worries__item--"] {
    width: 310px;
    height: 280px;
    padding-left: 30px;
    position: relative;
}

[class^="worries__item--"]:before {
    position: absolute;
    content: "";
    display: block;
    width: 108px;
    height: 139px;
    left: 0;
    bottom: 0;
}

.worries__item--1:before {
    background: url(../../images/worries01.webp) no-repeat center / cover;
}

.worries__item--2:before {
    background: url(../../images/worries02.webp) no-repeat center / cover;
}

.worries__item--3:before {
    background: url(../../images/worries03.webp) no-repeat center / cover;
}

.worries__item--4:before {
    background: url(../../images/worries04.webp) no-repeat center / cover;
}

.worries__item--5:before {
    background: url(../../images/worries05.webp) no-repeat center / cover;
}

.worries__inner--circle {
    width: 280px;
    height: 280px;
    border: 1px solid #007511;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007511;
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
}

/* リフォーム事例 */
.reform {
    background: #F9FBFE;
}

.reform__list {
    display: flex;
    gap: 30px;
}

.reform__item {
    width: 485px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reform__img {
    width: 100%;
    height: 400px;
}

.reform__item h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
}

/* ご依頼の流れ */
.flow__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.flow__item {
    display: flex;
    gap: 30px;
}

.flow__txt--box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.flow__txt--box h3 {
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #007511;
    padding: 0 0 0 40px;
}

.flow__txt--box h3 span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #007511;
    width: 32px;
    height: 32px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 2px 0 0 1px;
}

.flow__txt--box p {
    font-size: 16px;
    line-height: 1.75;
}

.flow__img {
    width: 310px;
    height: 180px;
}

/* 施工事例 */
.case {
    background: #F9FBFE;
}

.case__top {
    margin: 0 0 40px;
}

.case__top--list {
    display: flex;
    gap: 20px;
}

.case__top--img {
    width: 320px;
    height: 248px;
    margin: 0 0 10px;
}

.case__top--item h3 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}

.case__bottom {
    margin: 0 0 66px;
}

.case__bottom--flow {
    background: #E0EEE6;
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 10px;
}

.case__bottom--flow-txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    display: inline;
    font-weight: 700;
}

.case__bottom--flow-txt:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../../images/case_arrow.webp) no-repeat center / cover;
    width: 897px;
    height: 21px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.case__bottom h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
}

.btn__case {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 201px;
    height: 41px;
    border: 1px solid #007511;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    position: relative;
    transition: .4s;
    text-decoration: unset;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.btn__case:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../../images/icon_arow.webp) no-repeat center / cover;
    width: 6px;
    height: 8px;
    transition: .4s;
    right: 10px;
}

.btn__case:hover {
    background: #007511;
    color: #fff;
    transition: .4s;
}

.btn__case:hover:after {
    background: url(../../images/icon_arow_on.webp) no-repeat center / cover;
    transition: .4s;
}