@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");

/* ====================
 - 599px：スマートフォン
 - 600px〜959px：タブレット
 - 960px〜1199px：小型PC
 - 1200px〜：大型PC
==================== */
#corporate_page {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 400;
}
#service,#faq{
    background: #F3F3F3;
    padding: 3rem 10px 1rem;
}
/* 問合せボタン */
.estimate-button-container {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}
.microcopy {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 2px solid #EFB867;
    border-radius: 6px;
    padding: 6px 18px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #E79315;
    z-index: 2;
}
.microcopy-tail {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    z-index: 2;
}
.microcopy-tail::after {
    content: "";
    position: absolute;
    top: -13px;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #ffffff;
    z-index: -1;
}
.estimate-button {
    background: linear-gradient(to bottom, #EFB867, #E79315);
    color: #fff;
    border: none;
    padding: 16px 50px;
    border-radius: 40px;
    font-size: 1.7rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}
.estimate-button:hover {
    transform: scale(1.03);
}
a.estimate-button-container[target=_blank]:after{
    display: none;
}
/* 電話 */
.tel_area{
    text-align: center;
    display: block;
    background: #EFE8E8;
    padding: 2rem 0;
    font-weight: bold;
}
.tel_area a{
    font-size: 2rem;
    font-weight: bold;
    color: #777;
    letter-spacing: -.7px;
}
.estimate-button-container a[target=_blank]:after{
    display: none;
}
.tel_area p{
    margin: 1rem 0 0 0;
}
/* section */
#corporate_page .contents_sec {
    margin: 6rem 0;
}
#corporate_page .contents_h2 {
    letter-spacing: 3px;
}
#corporate_page .contents_h2--subttl {
    margin-bottom: .2rem;
}
#corporate_page .contents_sec.w100_area {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
/* service */
ul.inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
ul.inner>li{
    width: 48.6%;
    border-radius: 18px;
    margin-bottom: 1.6rem;
}
ul.inner01>li{
    background: #fff;
    padding: 1rem 10px 2rem;
}
ul.inner01>li img{
    width: 62%;
    margin: 0 auto;
    display: block;
}
ul.inner>li h3{
    text-align: center;
    font-weight: bold;
    font-size: 1.56rem;
    margin: 1rem auto;
    color: #e79416;
}
.h3_bl{
    border-left: 6px solid;
    padding-left: .8rem;
}
ul.inner02>li img{
    border-radius: 18px;
}
ul.inner03>li{
    width: 100%;
    border-radius: 18px;
    padding: 3rem 2.6rem 2rem;
    background: #fff;
    position: relative;
}

ul.inner03>li .q{
    margin-bottom: 3rem;
}
ul.inner03>li .q,
ul.inner03>li .a{
    position: relative;
    padding-left: 4rem;
}
ul.inner03>li .q::before,
ul.inner03>li .a::before{
    position: absolute;
    font-size: 3.6rem;
    font-weight: bold;
    left: 0;
    top: -2rem;
    font-family: "Montserrat", sans-serif;
}
ul.inner03>li .q::before{
    content: "Q";
    color: #e79416;
}
ul.inner03>li .a::before{
    content: "A";
    color: #030853;
}
/* item */
#corporate_page .toppage__content .btn__more {
    text-align: center;
    width: 304px;
    margin: 32px auto 0;
    margin-top: 0;
    margin-bottom: 6rem;
    font-weight: 500;
}
@media screen and (min-width: 960px) {
    .tel_area {
        width: 38%;
        margin: 0 auto;
        font-size: 1.2em;
    }
    .tel_area a {
    font-size: 2.8rem;
    letter-spacing: 0;
}
    #corporate_page .contents_sec {
        margin: 8rem 0;
    }
    ul.inner {
        max-width: 1000px;
        justify-content: center;
        gap: 3.4rem;
        margin: 0 auto 10rem;
    }
    #service, #faq {
        padding: 7rem 0px 5rem;
    }
    ul.inner>li {
        width: 31%;
    }
    ul.inner01>li {
        background: #fff;
        padding: 2rem 3rem 3rem;
    }
    ul.inner01>li img {
        width: 46%;
    }

    ul.inner>li p{
        line-height: 1.8;
    }
    #corporate_page #recommended.contents_sec {
        margin: 15rem 0;
    }
    #corporate_page .toppage__content .btn__more {
        margin-top: 2rem;

    }
    #corporate_page .toppage__content .btn__more a{
        font-family: inherit;
        font-size: 1.4rem;
    }
    ul.inner03>li {
        padding: 5rem 6.6rem 4rem;
        line-height: 1.8;
        width: 100%;
    }
}