@charset "UTF-8";
.h2-title-type-chikusa {
    position: relative;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    padding-left: 18px;
    margin: 0 0 24px 10px;
}
.h2-title-type-chikusa::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 9px;
    height: 30px;
    background-color: #0061b1;
    transform: rotate(20deg) skewY(-20deg);
    transform-origin: top left;
}
.h3-title-type-chikusa {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-weight: 700;
    color: #74b8b8;
    margin-bottom: 16px;
}
.h3-title-type-chikusa::after {
    content: "";
    display: block;
    width: 98%;
    margin: 0 auto;
    border-bottom: 2px dashed #74b8b8;
    padding-top: 8px;
}
.h3-title-type-chikusa-bdnon {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-weight: 700;
    color: #74b8b8;
}
/*--メインビジュアル--*/
.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 650px;
    overflow: hidden;
    margin: 0 auto;
}
.image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/lp/chikusa/assets/images/bg-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.title-image {
    position: absolute;
    width: 28%;
    top: 0%;
    left: 5%;
    max-width: 80%;
    height: auto;
    z-index: 2;
}
@media (max-width: 600px) {
    .image-wrapper {
        height: 500px;
    }
    .image-wrapper::before {
        background-position: 79%;
        z-index: 1;
    }
    .title-image {
        width: 45%;
        max-width: 45%;
    }
}
/*---リードテキストエリア---*/
.overlay-box {
    position: relative;
    background-image: url('/lp/chikusa/assets/images/back-screen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    color: #fff;
    text-align: center;
}
.overlay-text {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: left;
    display: inline-block;
}
@media (max-width: 600px) {
    .overlay-box {
        padding: 20px;
    }
}
/*---コンテンツエリア---*/
.overlay-box-02 {
    position: relative;
    background-image: url('/lp/chikusa/assets/images/back-screen-02.jpg');
    background-size: cover;
    background-position: center -220px;
    background-repeat: no-repeat;
    padding: 40px 20px;
    text-align: center;
}
.overlay-text-02 {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    text-align: left;
}
@media (max-width: 600px) {
    .overlay-box-02 {
        background-position: center;
        padding: 20px;
    }
    .overlay-text-02 {
        padding: 20px;
    }
}
/*--汎用クラス--*/
.font-orange {
    color: #ee9d19;
}
.bg-deep-black {
    background-color: #2d3a46;
}
.main-contents-wrapper {
    background-color: #2d3a46;
}
.common-contents02 .contents-in {
    max-width: 1000px;
}
.co-box {
    padding: 32px 24px;
    background: #fff;
}
.item-box {
    max-width: 800px;
    margin: 0 auto;
}
.box {
    margin: 24px auto 0;
}
/*動画*/
.video {
    margin: 16px auto 24px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
