@charset "utf-8";
#case_catch {
    padding-top: 4.61%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 6.15%;
}
#case_catch_txt {
    margin-bottom: 3.84%;
}
#case_catch_txt p {
    line-height: 1.8em;
}
#case_catch ul {
    display: flex;
    justify-content: space-between;
}
#case_catch ul li {
    width: 22.3%;
}
#case_catch ul li a {
    padding-top: 20%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 20%;
    color: #FFFFFF;
    display: block;
    background-image: url(../images/jirei_btn_bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
#case_catch ul li:nth-child(2) a {
    background-image: url(../images/jirei_btn_bg2.png);
}
#case_catch ul li:nth-child(3) a {
    background-image: url(../images/jirei_btn_bg3.png);
}
#case_catch ul li:nth-child(4) a {
    background-image: url(../images/jirei_btn_bg4.png);
}
#case_contents {
    padding-bottom: 3.84%;
}
.case_each {
    padding-top: 3.07%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 4.61%;
    background-color: #f9f7f4;
	scroll-margin-top: 80px; /* headerの高さに合わせて調整 */
}
.case_each:nth-child(2) {
    background-color: hsla(0,0%,0%,0.00);
}
.case_each:nth-child(4) {
    background-color: hsla(0,0%,0%,0.00);
}
.case_each:nth-child(2) .case_each_detail  {
	background-color: #f9f7f4;
}
.case_each:nth-child(4) .case_each_detail  {
	background-color: #f9f7f4;
}
.case_each .hg_h2 h2 .hg_deco {
    background-size: 32px auto;
    padding-bottom: 16px;
}
.case_each_catch-img {
    display: flex;
    justify-content: center;
    margin-top: 3.84%;
    margin-bottom: 3.84%;
}
.case_each_catch-img img {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 12px;
    width: 40%;
}
.case_each:nth-child(4) .case_each_catch-img img {
    width: 30.76%;
}
.case_each_detail {
    padding-top: 32px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 32px;
    border-radius: 12px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.case_each_txt {
    width: 62.3%;
}
.case_each_txt h3 {
    font-size: 22px;
    line-height: 1.5em;
    padding-left: 8px;
    background-image: url(../images/dot_deco_hg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 24px auto;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
.case_each_txtbox {
}
.case_each_txtbox p {
    line-height: 1.7em;
}
.case_each_img {
    width: 32.3%;
}
.case_each_img img {
    border-radius: 12px;
}
