@charset "UTF-8";
/* CSS Document */

body{
margin: 0 auto;
padding: 0;
font-family: Arial, sans-serif;
background-color: #fff;
}

p{
font-size: 1em;
}

img{
width: 100%;
vertical-align: bottom;
}

.wrap{
width: 1365px;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
}

.wrap_pc{
width: 1365px;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}

.wrap_sp{
display: none;
}

/**add20251111 画像のスペーシングを無くしCSS化**/
.header {
    margin-bottom: 5%;
}
.top_fv {
    margin-bottom: 10%;
}
.cont01,
.cont03_responsive {
    margin-bottom: 15%;
}
.cont02 {
    margin-bottom: 20%;
}

@media screen and (max-width: 767px) {
.wrap_pc{
display: none;
}

.wrap_sp{
width: 767px;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}

}


/* 共通header*/
.header-nav ul {
    list-style: none;
    margin: 47px 0 0 60px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.header-nav li {
    margin-right: 55px;
}

.header-img-01 {
    width: 247px;
    height: auto;
    max-width: 100%;    
}

.header-img-02 {
    width: 186px;
    height: auto;
    max-width: 100%;    
}

.header-img-03 {
    width: 201px;
    height: auto;
    max-width: 100%;
}

.header-img-01, .header-img-02, .header-img-03 {
    transition: opacity 0.3s ease; 
}

.header-img-01:hover, .header-img-02:hover, .header-img-03:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
.header-nav ul {
    margin: 20px;
}

.header-nav li {
        margin-right: 5px;
        margin-left: 5px;
}
}

/* 共通header end*/




/* top body contents */

.cont01 {
    display: flex;
    margin-left: 100px;
    margin-right: 100px;

}
.cont02 {
    display: flex;
    padding: 20px;
    background-color: #ededed;
    margin-left: 100px;
    margin-right: 100px;
    background-image: url('../img/artfullness_backimg.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

/* top questionnaire 250221 */

.cont03 {
    position: relative;
}

.q-re_btn {
    position: absolute;
    bottom: 17%;
    left: 18%;
    width: 64%;
    transition: opacity 0.3s ease; 
}

.q-re_btn:hover {
    opacity: 0.7;
}

.cont03-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .cont03 {
        display: none;
    }
    .cont03-sp {
        display: block;
        position: relative;
        margin: 0 20px;
    }
    .q-re_btn_sp {
        position: absolute;
        bottom: 9%;
        left: 9%;
        width: 82%;
        transition: opacity 0.3s ease; 
}

    .q-re_btn:hover {
        opacity: 0.7;
    }
    }


.white-background {
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.child01 {
    order: 1;
    margin: 0 60px 0 0;
}

.child02 {
    order: 2;
    position: relative;
    margin: 0;
}

.overlay-button img {
    max-width: 100%;
}

/* 767px以下で縦並びにする */
@media (max-width: 767px) {
    .white-background {
        flex-direction: column;
    }

    .child01, .child02 {
        margin: 0;
    }

    .child01 {
        margin-bottom: 20px;
    }
}


.child01 {
    order: 1;
    margin: 0 40px 0 0;
}

.child02 {
    order: 2;
    position: relative;
    margin: 0;
}
.child04 {
    order: 2;
    margin: 0;
}

.child05 {
    order: 1;
    position: relative;
    margin: 0 60px 0 0;
}
.overlay-button {
position: absolute;
    bottom: 0%;
    right: 0%;
    width: 100%;
    transition: opacity 0.3s ease; 
}

.overlay-button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .cont01 {
        flex-direction: column;
        margin: 0 20px;
    }
    .cont02 {
        flex-direction: column;
        margin: 0;
        padding: 30px 20px;
    }

    .child01, .child02 {
    margin: 0 0 20px;
            }

    .child04 {
        order: 1;
            margin: 0 0 20px;
    }

    .child05 {
        order: 2;
        position: relative;
        margin: 0 0 20px;
    }
    
}

/**add 202504 top**/
.update_new {
    position: relative;
}
.update_new::after {
    content: "新着";
    display: inline-block;
    position: absolute;
    left: 0%;
    top: 0%;
    background: red;
    color: #fff;
    padding: 1% 6%;
    font-size: 24px;
}
.top_review_slide {
    padding: 5%;
    border: 1px solid #888;
    border-radius: 2%;
    border-radius: 15px;
    margin: 0 100px;
    margin-bottom: 5%;
}
.top_review_slide .slick-slider img {
    margin: 0 0.5%;
}
.top_review_slide_title_pc {
    display: block;
}
.top_review_slide_title_sp {
    display: none;
}
.cont03a {
    position: relative;
    margin: 0 100px;
    display: flex;
    justify-content: center;
}
.cont03a .btn_questionnaire {
    position: absolute;
    bottom: 15%;
    width: 75%;
}

@media screen and (max-width: 767px) {
    .top_review_slide {
        margin: 0 20px;
        margin-bottom: 5%;
    }
    .top_review_slide_title_pc {
        display: none;
    }
    .top_review_slide_title_sp {
        display: block;
    }
    .cont03a {
        display: none;
    }

}/**@end**/


/* top body contents end */

.youtube-cont {
    position: relative;
}

.youtube-button {
    position: absolute;
    bottom: 27%;
    right: 12%;
    width: 27.5%;
    transition: opacity 0.3s ease; 
}

.youtube-button:hover {
    opacity: 0.7;
}


/* jinsei body contents */




/* 共通footer 

.simple-border {
    border: 0.5px solid #000;
}

@media screen and (max-width: 767px) {
.simple-border {
    border: 0.5px solid #000;
}
}

.footer {
    text-align: center;
    padding: 30px 110px 20px 0;
}

.footer-line {
    width: 100%;
    border: none;
    border-top: 2px solid #ccc;
    margin: 0;
}

.footer-content {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}

.footer-link img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
    transition: opacity 0.3s ease;
}

.footer-link img:hover {
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
.footer {
    text-align: center;
    padding: 30px 0 20px 0;
}
.footer-content {
    display: flex;
    justify-content: space-evenly;
    gap: 0;
}
}
*/

/*250115 footer*/
.footer_link {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 20px; 
}

.footer_link a {
    display: inline-block;
}

@media (max-width: 767px) {
    .footer_link {
        margin:0 20px;
        gap:0;
    }

}
/* 共通footer end */

/**20250819 トッページ：cont03レスポンシブ化**/
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.cont03_responsive {
    color: #222;
    text-align: center;
    padding: 5%;
    border: 1px solid #888;
    border-radius: 15px;
    margin: 0 100px;
    margin-bottom: 5%;
}
.cont03_responsive p {
    margin: 0;
}
.cont03_responsive .title {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 5%;
}
.questionnaire_icon {
    height: 1em;
    width: auto;
    display: inline;
    margin-left: -2%;
    margin-bottom: 1%;
}
.cont03_responsive .explain {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 6%;
}
.cont03_responsive .btn_link {
    background: #fdf7b1;
    padding: 2%;
    text-align: center;
    font-size: 36px;
    width: 80%;
    border-radius: 10px;
    display: inline-block;
    color: #222;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1%;
}

.pcnone {
    display: none;
}
.spnone {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .cont03_responsive {
        margin: 0 4%;
    }
    .cont03_responsive .title {
        font-size: calc((52*0.1*1.3)*1vw);
    }
    .cont03_responsive .explain {
        font-size: calc((30*0.1*1.3)*1vw);
        line-height: 1.8;
    }
    .cont03_responsive .btn_link {
        font-size: calc((36*0.1*1.3)*1vw);
        padding: 5%;
    }

    .pcnone {
        display: inline-block;
    }
    .spnone {
        display: none;
    }

    /**add20251111 画像のスペーシングを無くしCSS化**/
    .header {
        margin-bottom: 5%;
    }
    .top_fv {
        margin-bottom: 10%;
    }
    .cont01,
    .cont03_responsive {
        margin-bottom: 15%;
    }
    .cont02 {
        margin-bottom: 20%;
    }
}/**@end**/