@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}

.wrap {
    position: relative;
    overflow: hidden;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.parent {
    padding: 0 5vw;
}

.child {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.h2-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 80px;
}

.h2-title small {
    color: #0066CB;
    font-size: 16px;
}
/*終わり*/


/*<header class="header">*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-logo {
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
    font-size: 32px;
    font-weight: 600;
}
/*終わり*/


/*<section class="fv>*/
.fv {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/fv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fv-h1 {
    position: absolute;
    bottom: 8%;
    left: 5vw;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.2;
    font-size: 64px;
}

.fv-h1 small {
    font-size: 18px;
}
/*終わり*/


/*<section class="business">*/
.business {
    padding: 120px 5vw;
    background-color: #FBFBFB;
}

.business-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.business-con {
    width: 49%;
    border: solid 2px #0066CB;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.business-con:last-child {
    margin-bottom: 0;
}

.business-icon {
    max-width: 100px;
    width: 100%;
}

.business-h3 {
    color: #0066CB;
    font-size: 20px;
}

.business-ul {
    width: 100%;
}

.business-li {
    position: relative;
    padding-left: 16px;
}

.business-li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    color: #0066CB;
}
/*終わり*/


/*<section class="company">*/
.company {
    padding: 120px 5vw;
}

.company-dl {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.company-dl dt {
    width: 20%;
    padding: 12px;
    border-top: solid 1px #BBDDFF;
    font-weight: 600;
}

.company-dl dd {
    width: 80%;
    padding: 12px;
    border-top: solid 1px #BBDDFF;
}

.company-dl .last-dt,
.company-dl .last-dd {
    border-bottom: solid 1px #BBDDFF;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    background-color: #0066CB;
    color: #fff;
    padding: 16px 5vw;
    text-align: center;
}

.copyright {
    font-size: 12px;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }
/*終わり*/  
  

/*<section class="fv>*/
    .fv {
        height: 60vh;
    }

    .fv-h1 {
        font-size: clamp(calc(48px), calc(64 / 1024 * 100vw), 64px);
    }

    .fv-h1 small {
        font-size: clamp(calc(16px), calc(18 / 1024 * 100vw), 18px);
    }
/*終わり*/


/*<section class="business">*/
    .business-flex {
        flex-direction: column;
        align-items: center;
    }

    .business-con {
        width: 80%;
    }
/*終わり*/


/*<section class="company">*/
    .company-dl dt {
        width: 30%;
    }

    .company-dl dd {
        width: 70%;
    }
/*終わり*/


}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .h2-title {
        margin-bottom: 64px;
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }

    .h2-title small {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }
/*終わり*/  


/*<header class="header">*/
    .header {
        height: 64px;
    }

    .header-logo {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }
/*終わり*/


/*<section class="fv>*/
    .fv {
        height: 70vh;
    }

    .fv-h1 {
        font-size: clamp(calc(32px), calc(48 / 599 * 100vw), 48px);
    }

    .fv-h1 small {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }
/*終わり*/


/*<section class="business">*/
    .business {
        padding: clamp(calc(80px), calc(120 / 599 * 100vw), 120px) 5vw;
    }

    .business-con {
        width: 100%;
        padding: 24px 16px;
    }

    .business-icon {
        max-width: 80px;
    }

    .business-h3 {
        font-size: 18px;
    }
/*終わり*/


/*<section class="company">*/
    .company {
        padding: clamp(calc(80px), calc(120 / 599 * 100vw), 120px) 5vw;
    }

    .company-dl {
        flex-direction: column;
    }

    .company-dl dt {
        padding-bottom: 0;
        width: 100%;
    }

    .company-dl dd {
        width: 100%;
        border-top: none;
        font-size: 14px;
    }

    .company-dl .last-dt {
        border-bottom: none;
    }
/*終わり*/


/*<footer class="footer">*/
    .copyright {
        font-size: 10px;
    }
/*終わり*/

}