@charset "UTF-8";

.w_style01{
    width: 83%;
    margin: 0 auto;
    max-width: 1400px;
}
.w_style02{
    width: 75%;
    margin: 0 auto;
    max-width: 880px;
}

@media (max-width: 430px) {
    .w_style01 {
        width: 88%;
        margin: 0 auto;
        max-width: 1300px;
    }
    .w_style02{
        width: 88%;
        margin: 0 auto;
        max-width: 880px;
    }
}



/*-------------------------------------*/
/*　　　 　　　　表示非表示　　　　　　　*/
/*-------------------------------------*/
.visible_768 {
    display: none;
}
.none_768 {
    display: block;
}
@media (max-width: 768px) {
    .visible_768 {
        display: block;
    }
    .none_768 {
        display: none;
    }
}
.visible_430 {
    display: none;
}
.none_430 {
    display: block;
}
@media (max-width: 430px) {
    .visible_430 {
        display: block;
    }
    .none_430 {
        display: none;
    }
}



/*-----------------------------------------------------------------------------------------*/
/*　　　 　　　　TOP　　　　　　　　　*/
/*-----------------------------------------------------------------------------------------*/
.p-top {
    background-color: #F4F4F4;
}
.p-top h2 {
    font-size: clamp(22px, 3vw, 32px);
}

/*　fsv_slide
-------------------------*/
.fsv {
    position: relative;
}
.fsv_slide .slick-initialized .slick-slide {
    margin-right: 0;
    margin-left: 0;
}
.fsv .slick-slider {
    margin-bottom: 0;
}
.fsv .slick-slide {
    width: auto!important;
}
.fsv .garraly_slick_image{
    width: fit-content;
}
.fsv .garraly_slick_image img  {
    height: 760px;
    width: auto!important;
}
.fsv .slick-track {
    padding: 0;
}
.fsv_inner {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    padding: 10px 0 50px;
    height: 100%;
}
.fsv_inner .block_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}
.fsv_inner p {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
}
.fsv_inner h1 {
    font-size: clamp(25px, 4.5vw, 55px);
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 20px;
}
.fsv_inner h1 span {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
}
.fsv_inner .img_box {
    width: 380px;
}



@media (max-width: 780px) {
    .fsv_inner .block_box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .fsv_inner .img_box {
        width: 40%;
        min-width: 220px;
        margin-left: auto;
    }
}
@media (max-width: 430px) {
    .fsv .garraly_slick_image img {
        height: 500px;
    }
}

/*-------------------------------------*/
/*           logo_loop            */
/*-------------------------------------*/
.logo_loop {
    background-color: #fff;
}
.logo_loop .loop_wrap .block_box {
    padding: 10px 0;
}
@media (max-width: 430px) {
    .logo_loop .loop_wrap .block_box img {
        width: 450%!important;
    }
}

/*-------------------------------------*/
/*           sec01            */
/*-------------------------------------*/
.p-top .sec01 {
    padding: 130px 0;
    display: flex;
    background-image: url("../img/common/terra.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.p-top .sec01 .text_box {
    width: 60%;
}
.p-top .sec01 .img_box {
    width: 50%;
    margin-top: 140px;
}
.p-top .sec01 .text_box h2 {
    font-size: clamp(33px, 5vw, 78px);
    letter-spacing: .15em;
    font-weight: 600;
    line-height: 1.3em;
}
.p-top .sec01 .text_box h3 {
    margin: 25px 0;
    font-size: clamp(20px, 2.5vw, 35px);
    line-height: 1.7em;
}
.p-top .sec01 .text_box p {
    line-height: 2.2em;
}
.p-top .sec01 .btn_arrow {
    font-size: 17px;
    margin-top: 20px;
}

/*　飛行機設定
-------------------------*/
.p-top .sec01 .img_box .block_box {
    position: relative;
    height: 100%;
}
.p-top .sec01 .img_box .block_box .img-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.p-top .sec01 .img_box .circle_plane {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
.svg_container {
    position: relative;
    width: 30vw;       /* ビューポート幅の80% */
    max-width: 500px;  /* 最大500px */
    aspect-ratio: 1/1; /* 正円に保つ */
}

.svg_container .circle {
    width: 100%;
    height: 100%;
    border: 2px dashed #d5d5d5;
    border-radius: 50%;
}

.svg_container .plane {
    position: absolute;
    width: 25px;
    height: 25px;
    transform-origin: center;
}

.svg_container svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 870px) {
    .p-top .sec01 .img_box {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .p-top .sec01 {
        flex-direction: column;
        gap: 70px;
        padding: 50px 0 80px;
    }
    .p-top .sec01 .img_box,
    .p-top .sec01 .text_box {
        width: 100%;
    }
    .p-top .sec01 .img_box {
        max-width: 430px;
        margin: 0 auto;
    }
    .p-top .sec01 .text_box h3 {
        margin: 15px 0;
    }

    /*　飛行機設定
    -------------------------*/
    .svg_container {
        width: 75vw;
        max-width: 350px;
    }

}
@media (max-width: 430px) {
    .p-top .sec01 {
        padding: 50px 0;
    }
    .svg_container .circle {
        border: 2px dotted #d5d5d5;
    }
}
/*-------------------------------------*/
/*           sec02            */
/*-------------------------------------*/

.p-top .sec02 {
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 5% 4%;
    margin: 20px auto;
}
.p-top .sec02 h2 {
    text-align: center;
    margin-bottom: 4%;
}
.p-top .sec02 .box {
    display: flex;
    gap: 4%;
}
.p-top .sec02 .box .item1,
.p-top .sec02 .box .item2 {
    border-radius: 10px;
}
.p-top .sec02 .box .item1 {
    background-color: #333;
    color: #fff;
}
.p-top .sec02 .item1 .bd_btn a {
    color: #fff;
}
.p-top .sec02 .box .item2 {
    background-color: #fff;
}
.p-top .sec02 .box img {
    border-radius: 10px 10px 0 0;
}
.p-top .sec02 .box .text-box {
    padding: 30px 20px;
    text-align: center;
}
.p-top .sec02 h3 {
    font-size: clamp(20px, 2.5vw, 28px);
    margin-bottom: 5%;
}
.p-top .sec02 .pg_text {
    margin-bottom: 20px;
}
.p-top .sec02 .bd_btn a {
    width: 100%;
    max-width: 300px;
    padding: 17px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.p-top .sec02 .item2 .bd_btn a:hover {
    color: #333;
}
@media (max-width: 768px) {
    .p-top .sec02 .box {
        flex-direction: column;
        gap: 30px;
    }
}
@media (max-width: 430px) {
    .p-top .sec02 h2 {
        font-size: clamp(18px, 3vw, 20px);
    }
}


/*-------------------------------------*/
/*           sec03            */
/*-------------------------------------*/
.p-top .sec03 {
    padding: 120px 0;
}
.p-top .sec03 h2 {
    margin-bottom: 50px;
    text-align: center;
}
.p-top .sec03 .box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 90px 5%;
}
.p-top .sec03 .column-box {
    width: 100%;
}
.p-top .sec03 .column-box .coment {
    min-height: 7em;
    background-color: #333;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.p-top .sec03 .box h3 {
    margin: 20px 0;
    font-size: clamp(18px, 3vw, 26px);
}
.p-top .sec03 .box h3 + .pg_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
}
@media (max-width: 768px) {
    .p-top .sec03 {
        padding: 80px 0;
    }
    .p-top .sec03 .box {
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
}

@media (max-width: 430px) {
    .p-top .sec03 {
        padding: 30px 0 20px;
    }
    .p-top .sec03 h2 {
        margin-bottom: 30px;
    }
}

/*-------------------------------------*/
/*           en_loop            */
/*-------------------------------------*/
@media (max-width: 430px) {
    .en_loop .loop_wrap .block_box img {
        width: 300%!important;
    }
}
/*-------------------------------------*/
/*           sec04            */
/*-------------------------------------*/
.p-top .sec04 {
    background-image: url("../img/top/sec03_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}
.p-top .sec04 h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.p-top .sec04 h2 span {
    color: #BFEF30;
}
.p-top .sec04 .box .block_box {
    display: flex;
}
.p-top .sec04 .box .img_box {
    width: 45%;
}
.p-top .sec04 .box .img_box img {
    border-radius: 10px 0 0 10px;
}
.p-top .sec04 .box .text_box {
    background-color: #F4F4F4;
    width: 55%;
    padding: 50px 20px;
    text-align: center;
    background-image: url("../img/common/terra.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 10px 10px 0;
}
.p-top .sec04 .box .text_box h3 {
    font-size: clamp(25px, 5vw, 34px);
    margin-bottom: 20px;
}

.p-top .sec04 .box .text_box .btn_box {
    margin-top: 20px;
}
.p-top .sec04 .box .text_box .btn_box p + p {
    margin-top: 5px;
}

@media (max-width: 1400px) {
    .p-top .sec04 .box .img_box {
        width: 60%;
    }
    .p-top .sec04 .box .text_box {
        width: 40%;
    }
}

@media (max-width: 1150px) {
    .p-top .sec04 .box .block_box {
        flex-direction: column;
    }
    .p-top .sec04 .box .img_box,
    .p-top .sec04 .box .text_box {
        width: 100%;
    }
    .p-top .sec04 .box .img_box img {
        border-radius: 10px 10px 0 0;
    }
    .p-top .sec04 .box .text_box {
        border-radius: 0 0 10px 10px;
    }

}
@media (max-width: 430px) {
    .p-top .sec04 {
        padding: 50px 0;
    }
    .p-top .sec04 h2 {
        font-size: clamp(25px, 3vw, 30px);
    }
    .p-top .sec04 .box .text_box {
        padding: 35px 20px;
    }
    .p-top .sec04 .box .text_box h3 {
        margin-bottom: 10px;
    }
}
/*-------------------------------------*/
/*           sec05            */
/*-------------------------------------*/
.p-top .sec05 {
    padding: 80px 0 50px;
}
.p-top .sec05 h2 {
    text-align: center;
    margin-bottom: 50px;
}
.p-top .sec05 .btn {
    width: 100%;
}
.p-top .sec05 .btn a {
    background-color: #333;
    color: #fff;
    padding: 15px 30px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 5px;
}
/*スライド設定*/
.p-top .sec05 .slick-slider {
    margin-bottom: 10px;
}
.p-top .sec05 .slick-initialized .slick-slide {
    margin-right: 0;
    margin-left: 0;
}
.p-top .sec05 .custompost_caption2 {
    min-height: 150px;
    padding: 20px;
}
.p-top .sec05 .slick-track {
    padding: 0;
}
.thumbnail {
    padding: 0;
    border-radius: 0;
    background-color: #F4F4F4;
}
.thumbnail img {
    transition: .2s;
}
a.thumbnail:hover {
    color: #333;
}
a.thumbnail:hover img {
    transform: scale(1.1);
    transition: .2s;
}
.caption_list_wrapper {
    overflow: hidden;
}
.custompost_card_caption2_title {
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 500;
}
.custompost_card_caption2_tag {
    font-size: 12px;
    margin-top: 15px;
}
.tag_id1 {
    background-color: #333333;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.tag_id9 {
    background-color: #fff;
    color: #333333;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #333;
}

@media (max-width: 768px) {
    .p-top .sec05 {
        padding: 70px 0 30px;
    }
    .p-top .sec05 h2 {
        margin-bottom: 20px;
    }
}

/*-------------------------------------*/
/*           お客様の声            */
/*-------------------------------------*/
.sec_voice h2 {
    text-align: center;
}

/*-------------------------------------*/
/*           sec06            */
/*-------------------------------------*/
.p-top .sec06 {
    padding: 60px 0 100px;
}
.p-top .sec06 .box .block_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.p-top .sec06 .link-text a {
    display: flex;
    align-items: center;
}
.p-top .sec06 .link-text a::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url("../img/common/arrow2.png");
    background-size: contain;
    margin-left: 5px;
}

/*-----------------------------------------------------------------------------------------*/
/*　　　 　　　　about 私たちについて　　　　　　　　　*/
/*-----------------------------------------------------------------------------------------*/
.p-about h3 {
    font-size: clamp(22px, 4vw, 34px);
}

/*-------------------------------------*/
/*           sec01            */
/*-------------------------------------*/
.p-about .sec01 {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}
.p-about .sec01 h3 {
    font-size: clamp(17px, 4vw, 34px);
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 3%;
}
.p-about .sec01 table {
    width: 100%;
}
.p-about .sec01 tbody {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.p-about .sec01 tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-about .sec01 tbody tr td {
    text-align: center;
    margin-top: 7px;
}
.p-about .sec01 tbody tr th {
    font-family: var(--fontfamily02);
    color: #BFEF30;
    font-size: clamp(43px, 5vw, 70px);
    font-weight: 400;
    line-height: 1;
}
.p-about .sec01 tbody tr th .unit {
    font-size: clamp(25px, 5vw, 42px);
}
.p-about .sec01 tbody tr th .unit_ja {
    font-size: clamp(10px, 4vw, 24px);
    font-family: var(--fontfamily01);
    margin-left: 5px;
}
@media (max-width: 768px) {
    .p-about .sec01 {
        padding: 30px 0 50px;
    }
    .p-about .sec01 h3 {
        margin-bottom: 40px;
    }
    .p-about .sec01 tbody {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }

}

/*-------------------------------------*/
/*           sec02            */
/*-------------------------------------*/
.p-about .sec02 {
    padding: 100px 0;
    background-color: #F4F4F4;
}
.p-about .sec02 h3 {
    text-align: center;
    margin-bottom: 50px;
}
.p-about .sec02 tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.p-about .sec02 tbody tr {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}
.p-about .sec02 tbody th {
    width: 50%;
}
.p-about .sec02 tbody th .num {
    font-family: var(--fontfamily02);
    font-size: 24px;
    font-weight: 600;
}
.p-about .sec02 tbody th .ja {
    background-color: #333333;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 20px;
    margin-left: 10px;
}
.p-about .sec02 tbody th p + p {
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.5em;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .p-about .sec02 {
        padding: 60px 0;
    }
    .p-about .sec02 h3 {
        margin-bottom: 30px;
    }
    .p-about .sec02 tbody tr {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .p-about .sec02 tbody th {
        width: 100%;
    }
}

/*-------------------------------------*/
/*           sec03            */
/*-------------------------------------*/
.p-about .sec03 {
    padding: 100px 0 0;
}
.p-about .sec03 .box {
    display: flex;
    gap: 50px;
}
.p-about .sec03 h3 {
    margin-bottom: 20px;
}
.p-about .sec03 img + .pg_text {
    margin-top: 10px;
}
.p-about .sec03 img + .pg_text p {
    text-align: right;
}
.p-about .sec03 img + .pg_text p + p {
    font-family: "Yuji Syuku", serif;
    font-size: clamp(18px, 4vw, 24px);
}

@media (max-width: 768px) {
    .p-about .sec03 .box {
        flex-direction: column-reverse;
    }
}
@media (max-width: 430px) {
    .p-about .sec03 {
        padding: 50px 0;
    }
    .p-about .sec03 .box {
        gap: 20px;
    }
}


/*-------------------------------------*/
/*           sec04            */
/*-------------------------------------*/
.p-about .sec04 {
    padding: 100px 0;
}
.p-about .sec04 h3 {
    margin-bottom: 20px;
}
.p-about .sec04 table {
    width: 100%;
}
.p-about .sec04 tbody tr {
    position: relative;
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}
.p-about .sec04 tbody tr::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1.5px #333;
    left: 0;
    bottom: -1px;
    width: 14%;
}
.p-about .sec04 tbody tr th {
    width: 20%;
}


@media (max-width: 430px) {
    .p-about .sec04 tbody tr {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }
}

/*-----------------------------------------------------------------------------------------*/
/*　　　 　　　　service サービス紹介　　　　　　　　　*/
/*-----------------------------------------------------------------------------------------*/
.p-service h3 {
    font-size: clamp(24px, 2.3vw, 28px);
    text-align: center;
}

/*-------------------------------------*/
/*           sec01            */
/*-------------------------------------*/
.p-service .sec01 {
    background-image: url("../img/service/sec01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}
.p-service .sec01 h3 {
    text-align: center;
    margin-bottom: 3%;
}
.p-service .sec01 img {
    max-width: 340px;
    width: 80%!important;
    margin: 0 auto;
}
.p-service .sec01 .pg_text {
    text-align: center;
    margin-top: 40px;
}
@media (max-width: 430px) {
    .p-service .sec01 {
        padding: 50px 0;
    }
}
/*-------------------------------------*/
/*           sec02            */
/*-------------------------------------*/
.p-service .sec02 {
    background-color: #F4F4F4;
    padding: 0 0 120px;

}
.p-service .sec02 h3 {
    text-align: center;
    margin-bottom: 30px;
}
.p-service .sec02 .box {
    display: flex;
    flex-direction: column;
}
.p-service .sec02 .box .column-box {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #C9C9C9;
}
.p-service .sec02 .box .column-box .block_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.p-service .sec02 .box .column-box:nth-child(even) .block_box {
    flex-direction: row-reverse;
}
.p-service .sec02 .box .img_box {
    width: 30%;
}
.p-service .sec02 .box .img_box img {
    border-radius: 5px;
}
.p-service .sec02 .box .text_box {
    width: 70%;
}
.p-service .sec02 .box .text_box h4::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../img/common/check.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.p-service .sec02 .box .text_box h4 {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    .p-service .sec02 .box .column-box .block_box,
    .p-service .sec02 .box .column-box:nth-child(even) .block_box {
        flex-direction: column;
    }
    .p-service .sec02 .box .img_box,
    .p-service .sec02 .box .text_box {
        width: 100%;
    }
}

/*-------------------------------------*/
/*           sec03            */
/*-------------------------------------*/
.p-service .sec03 {
    background-color: #F4F4F4;
    padding: 80px 0;
}
.p-service .sec03 h3 {
    margin-bottom: 30px;
}
.p-service .sec03 .link_box01 .block_box {
    display: flex;
    gap: 25px;
}
.p-service .sec03 .link_box01 .block_box .link-text {
    width: 50%;
    margin-bottom: 40px;
    position: relative;
}
.p-service .sec03 .link_box01 .block_box a {
    width: 100%;
    padding: 30px 20px;
    display: block;
    text-align: center;
    font-size: 18px;
}
.p-service .sec03 .link_box01 .block_box a::after {
    display: block;
    content: "";
    width: 12px;
    height: 7px;
    background-image: url("../img/common/arrow3.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.p-service .sec03 .link_box01 .custom {
    background-color: #333333;
}
.p-service .sec03 .link_box01 .custom a {
    color: #fff;
}
.p-service .sec03 .link_box01 .simple {
    background-color: #fff;
}
.p-service .sec03 .link_box01 .simple a {
    color: #333;
}
.p-service .sec03 .flow {
    text-align: center;
    margin-top: 20px;
}
.p-service .sec03 .flow a {
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid #333;
}


@media (max-width: 768px) {
    .p-service .sec03 .link_box01 .block_box {
        flex-direction: column;
        gap: 0;
    }
    .p-service .sec03 .link_box01 .block_box .link-text {
        width: 100%;
    }

}

/*-------------------------------------*/
/*           sec04  プラン紹介            */
/*-------------------------------------*/
/*-----------------共通-----------------------*/
.p-service .plan {
    padding: 100px 0;
    background-color: #333;
    color: #fff;
}
.p-service #simple.plan {
    background-color: #fff;
    color: #333;
}
.p-service .plan h3 {
    margin-bottom: 40px;
}
.p-service .plan .check {
    padding: 20px 0;
}
.p-service .plan .check p {
    margin-bottom: 10px;
}
.p-service .plan .check p::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../img/common/w_check.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.p-service #simple.plan .check p::before {
    background-image: url("../img/common/check.png");
}
.p-service .plan .recommend {
    padding: 50px 0;
}
.p-service .plan .recommend h4 {
    text-align: center;
    font-size: clamp(20px, 3vw, 24px);
}
.p-service .plan .recommend .box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 30px 0;
    gap: 10px;
    font-size: 15px;
}
.p-service .plan .recommend .box .column-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.p-service #simple.plan .recommend .box .column-box {
    border: unset;
    background-color: #FAFAFA;
}
.p-service .plan .recommend .box .block_box {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
}
.p-service .plan .recommend .box .img_box {
    max-width: 86px;
    width: 100%;
    min-width: 60px;
}
.p-service .plan .custompost_box .row {
    display: flex;
    gap: 15px;
}
.p-service .plan .works h4 {
    font-size: clamp(20px, 3vw, 24px);
    margin-bottom: 30px;
}
.p-service .plan .works .custompost_box .row::before,
.p-service .plan .works .custompost_box .row::after {
    display: none;
}
.p-service .plan .works .custompost_card_box {
    width: 33.333%;
}
.p-service .plan .works .custompost_card_box .thumbnail {
    background-color: unset;
    border: none;
}
.p-service .plan .works .custompost_card_caption2_title {
    margin-top: 20px;
    color: #fff;
}
.p-service #simple.plan .works .custompost_card_caption2_title {
    color: #333;
}
.p-service .plan .works .link-text {
    text-align: center;
}
.p-service .plan .works .link-text a {
    padding: 15px 40px;
    background-color: #fff;
    margin-top: 50px;
    border-radius: 5px;
    font-weight: 500;
}
.p-service #simple.plan .works .link-text a {
    background-color: #333;
    color: #fff;
}
@media (max-width: 768px) {
    .p-service .plan {
        padding: 60px 0;
    }
    .p-service .plan .recommend {
        padding: 20px 0;
    }
    .p-service .plan .recommend .box {
        grid-template-columns: repeat(1, 1fr);
    }
    .p-service .plan .recommend .box .img_box {
        width: 30px;
    }
    .p-service .plan .custompost_box .row {
        flex-direction: column;
    }
    .p-service .plan .works .custompost_card_box {
        width: 100%;
    }
}



/*-------------------------------------*/
/*           sec06            */
/*-------------------------------------*/
.p-service .sec06 {
    padding: 130px 0 100px;
    background-color: #F4F4F4;
}
.p-service .sec06 h3 {
    margin-bottom: 30px;
}
.p-service .sec06 .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-service .sec06 .item {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.p-service .sec06 .box .item::after {
    content: "";
    background-image: url("../img/service/flow_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 23px;
    height: 11px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.p-service .sec06 .box .item:last-child::after {
    display: none;
}
.p-service .sec06 .item .block_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
}
.p-service .sec06 .item .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    gap: 10px;
}
.p-service .sec06 .item .img_box h4 {
    font-size: 15px;
}
.p-service .sec06 .item .img_box img {
    width: 80px!important;
    height: 80px;
}
.p-service .sec06 .item .pg_text {
    width: 80%;
}
.p-service .sec06 .item .block_box .btn_box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}
.p-service .sec06 .item .block_box .btn_box a {
    width: 250px;
}

@media (max-width: 768px) {
    .p-service .sec06 {
        padding: 60px 0;
    }
    .p-service .sec06 .item .block_box {
        flex-direction: column;
        gap: 10px;
    }
    .p-service .sec06 .item .img_box {
        flex-direction: row;
    }
    .p-service .sec06 .item .img_box,
    .p-service .sec06 .item .pg_text {
        width: 100%;
    }
    .p-service .sec06 .item .img_box img {
        width: 50px !important;
        height: 50px;
    }
    .p-service .sec06 .item .img_box h4 {
        font-size: 16px;
    }

}

/*-----------------------------------------------------------------------------------------*/
/*　　　 　　　　実績紹介　　　　　　　　　*/
/*-----------------------------------------------------------------------------------------*/
.p-works {
    background-color: #F4F4F4;
}
.p-works .sec01 {
    padding: 100px 0;
}
.p-works .sec01 .button-group .button {
    padding: 4px 17px;
    background-color: #F4F4F4;
    border: 1px solid #333;
    border-radius: 5px;
    letter-spacing: .15em;
    margin-bottom: 20px;
}
.p-works .sec01 .button-group .button.is-checked {
    background-color: #333;
    color: #fff;
}
.p-works .sec01 .thumbnail {
    margin: 10px 5px !important;
    border: unset;
}
/*全ての実績紹介のサムネイルの高さを揃えます*/
.custompost_card_caption1_0 img {
    object-fit: cover;
    height: 100%;
}
.p-works .sec01 .custompost_caption2 {
    margin-top: 10px;
}
.p-works .sec01 .custompost_caption2 .post_tag {
    margin-top: 8px;
    font-size: 12px;
}
.p-works .sec01 .custompost_caption2 .post_tag + .post_tag {
    margin-left: 5px;
}
/*-------------------------------------*/
/*           実績紹介詳細            */
/*-------------------------------------*/
.p-post_detail {
    background-color: #F4F4F4;
}
.p-post_detail .low_head {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-top: 80px;
}
.p-post_detail h2 {
    text-indent: 0;
}
.p-post_detail .BlogContents_in h2 {
    text-align: center;
}
.p-post_detail .BlogContents_in h3 {
    margin-bottom: 20px;
}
.p-post_detail .BlogContents_in h3 .date {
    display: none;
}
.p-post_detail .BlogContents_in .blog_tag {
    display: block;
    text-align: center;
    margin: 10px 0;
    padding: 0;
}
.p-post_detail .BlogContents_in .blog_tag + .blog_tag {
    margin-left: 5px;
}
.p-post_detail .BlogContents_in .blog_tag a {
    border-radius: 5px;
}
.p-post_detail .BlogContents_in .blog_tag::before,
.p-post_detail .BlogContents_in .blog_tag::after {
    display: none;
}
.p-post_detail .blog_tag_4877 a {
    background-color: #333333;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #333;
    pointer-events: none;
}
.p-post_detail .blog_tag_4878 a {
    background-color: #FFF;
    padding: 5px 15px;
    border: 1px solid #333;
    pointer-events: none;
}
.p-post_detail .BlogContents_in h3 {
    display: flex;
    justify-content: center;
}
.custompost_table {
    background-color: #F4F4F4;
}
.custompost_table,
.custompost_table tr td{
    border: unset!important;
}
.post_item_nodata {
    display: none;
}
.post_item_765 {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60%; /* 高さを幅の70%にする = 10:6 */
    overflow: hidden;
    margin-bottom: 30px;
}
.post_item_765 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cp_gallery_image img.selected {
    opacity: 0.5;
}
.cp_gallery_images .cp_gallery_image::before,
.cp_gallery_slide_thumbnails .cp_gallery_slide_thumbnail::before {
    padding-top: unset;
}
.cp_gallery_image_link {
    width: 100%;
    height: 100%;
}
.cp_gallery_images .cp_gallery_image img {
    position: static;
    display: inline-block;
    max-height: 150px;

    object-fit: cover;
}
.post_item_765.post_item_title,
.post_item_766.post_item_title,
.post_item_764.post_item_title {
    display: none;
}
.post_item_title {
    background-color: #EBEBEB;
}
.post_item_value p {
    text-align: center;
}
.post_item_value td {
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
}


@media (max-width: 380px) {
    .cp_gallery_images {
        grid-template-columns: repeat(2,1fr);
    }
}
/*------------------------------------------------------------------
    　ブログ一覧（TOPと一覧ページ共通）
---------------------------------------------------------------------------*/
.blog_list .blog_listbox {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #DCDDDB;
    border-top: unset;
    padding: 15px 0;
}
.blog_list .blog_img,
.blog_list .blog_img img {
    width: 150px;
    height: 105px;
    object-fit: cover;
}
.blog_list .blog_title {
    display: flex;
    flex-direction: column-reverse;
}
.blog_list .blog_title a:hover,
.blog_list .blog_title a:focus {
    color: #333;
}
.blog_list .blog_title .date:before,
.date_format_blog_t {
    display: none;
}
.BlogContents .date_format_blog_t {
    display: block;
}
.blog_list .blog_title .date,
.BlogContents .date_format_blog_t {
    color: #9F9F9F;
    font-size: 13px;
    font-weight: 400;
}
.blog_list .blog_description {
    color: #909090;
    font-size: 15px;
    /*本文行数設定*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* ← 表示する行数を指定 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.BlogContents>div,
.MovieContents>div {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}
.BlogContents .blog_list {
    width: 100%;
    padding: 50px 0;
}
@media (max-width: 766px) {
    .BlogContents>div {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
}
/*本文行数設定*/
.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* ← 表示する行数を指定 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
    display: block;
}
.pagination .span2 {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.pagination ul {
    width: 100%;
}
.pagination > li {
    display: block;
}
.pagination a {
    display: block;
}

/*---------------------------------------
　ブログ詳細
---------------------------------------*/
.blog-detail .BlogContentsInner {
    padding: 80px 0 100px;
}
.blog-detail .date {
    font-size: 15px;
    color: #9F9F9F;
    font-weight: 400;
}
.BlogContentsInner .BlogContents_in .note_desc .toc-001 a {
    color: #333!important;
}
.BlogContents h2 {
    font-size: clamp(20px, 3vw, 30px);
}
.BlogContents .note_desc {
    padding: 0;
}
.BlogContents .note_desc h2 {
    background-color: #333;
    color: #fff;
    padding: 10px;
    font-size: clamp(20px, 3vw, 24px);
}
.BlogContents .note_desc h3 {
    font-size: clamp(17px, 3vw, 18px);
    text-align: left;
    border-left: 3px solid #333;
    padding-left: 11px;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
}
.BlogContents ul {
    list-style: disc;
    margin-left: 20px;
}
.BlogContentsInner .BlogContents_in .note_desc .box-011 span {
    background-color: unset;
    color: #333333;
    padding: 0;
}
.BlogContentsInner .BlogContents_in .note_desc .box-011-inner {
    border: 1px solid #333;
    border-radius: 0;
}
.BlogContentsInner .page-move {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.BlogContentsInner .page-move .btn-default {
    height: fit-content;
}
.BlogContentsInner .page-move .blog_list_btn {
    padding: 15px;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}


.BlogContentsInner .BlogContents_in .note_desc .author-box .author-box-wrapper img {
    width: 80px!important;
    max-width: 80px!important;
    height: 80px!important;
    object-fit: cover;
}
@media (max-width: 768px) {
    .blog-detail .BlogContentsInner {
        padding: 30px 0 70px;
    }
}
@media (max-width: 430px) {
    .BlogContentsInner .BlogContents_in .note_desc .author-box .author-box-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

/*-----------------------------------------------------------------------------------------*/
/*　　　 　　　　contact お問い合わせ　　　　　　　　　*/
/*-----------------------------------------------------------------------------------------*/
.p-contact .sec01 {
    padding: 80px 0 0;
}
.p-contact .sec01 p {
    font-weight: 500;
}
.p-contact .sec01 a {
    background-color: #333;
    max-width: 210px;
    width: 100%;
    padding: 15px;
    color: #fff;
    margin: 15px 0;
    text-align: center;
}
.p-contact_en .phone_sec {
    padding: 80px 0 50px;
}
.p-contact .phone_sec {
    padding: 50px 0;
}
/*-------------------------------------*/
/*           日本語・英語共通            */
/*-------------------------------------*/
.p-contact,
.p-contact_en {
    background-color: #F4F4F4;
}
.p-contact h3,
.p-contact_en h3 {
    font-size: clamp(20px, 3vw, 24px);
    padding-left: 11px;
    border-left: 5px solid #333;
    margin-bottom: 15px;
}
.phone_sec .btn_box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}
.phone_sec .btn_box a {
    width: fit-content;
}
.form_sec {
    padding-bottom: 100px;
}
.form_sec .pg_text {
    margin-bottom: 20px;
}
.form_sec .form {
    position: relative;
    background-color: #fff;
    padding: 5%;
}
.form_sec .form .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form_sec .form .form-horizontal .form-group .control-label {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.form_sec .form label {
    font-weight: 400;
}
.form_sec .form .form-control {
    background-color: #f4f4f4;
}
.form_sec .form .attention {
    font-size: 12px;
}
.form_sec .form .btn-default {
    background-color: #333;
    color: #ffffff;
    border: unset;
    padding: 20px 15px;
    max-width: 250px;
    width: 100%;
    margin-top: 90px;
    font-size: 17px;
}
.contact_policy {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}
.contact_policy a {
    text-decoration: underline;
    color: #2f75ae;
}
@media (max-width: 768px) {
    .p-contact .sec01 {
        padding: 50px 0 0;
    }
    .p-contact_en .phone_sec {
        padding: 50px 0;
    }
    .form_sec {
        padding-bottom: 80px;
    }
}
/*-------------------------------------*/
/*           送信後ページ           */
/*-------------------------------------*/
.form_send {
    background-color: #F4F4F4;
}
.form_send .desc {
    text-align: center;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form_send .desc h3 {
    font-size: clamp(22px, 4vw, 34px);
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------------*/
/*　　　 　　　　プライバシーポリシー・クッキー　　　　　　　　　*/
/*-----------------------------------------------------------------------------------------*/
.p-policy {
    background-color: #F4F4F4;
}
.p-policy .sec01 {
    padding: 60px 0;
}
.p-policy .policy_in .pg_text,
.p-policy .cookie_in .pg_text {
    background-color: #fff;
    padding: 30px 5%;
}
.p-policy h2 {
    font-size: clamp(22px, 3vw, 32px);
    margin-bottom: 30px;
}
.p-policy h3 {
    font-size: clamp(17px, 1.5vw, 22px);
    margin-top: 30px;
}
.p-policy .sec02 {
    margin-bottom: 100px;
}



















