@charset "UTF-8";
/* -------------------- あとで削除 -------------------- */

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 1;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wrapper {
    max-width: 1180px;
    margin: 0 auto;
}
@media(max-width:430px) {
    body {
        font-size: 1.4rem;
    }
}

/* -------------------- 共通 -------------------- */
.font_grad {
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.border_grad {
    position: relative;
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border_grad:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(90deg, #016AB7 0%, #02A9B8 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
html:has(.page_service) {
    overflow: auto;
}
body:has(.page_service) {
    overflow: hidden;
}

/* -------------------- 下層ぺージ共通 -------------------- */
.page_title {
    font-size: 1.6rem;
    margin-bottom: 56px;
    text-align: center;
}
.page_title span {
    font-size: 8rem;
    display: block;
    padding-bottom: 16px;
    color: #000;
}
.secondary_title {
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 11px;
    border-left: 5px solid #016AB7;
    display: flex;
}


@media(max-width:430px) {
    .page_title {
        font-size: 1.4rem;
    }
    .page_title span {
        font-size: 5.6rem;
        padding-bottom: 5px;
    }
    .secondary_title {
        font-size: 2.4rem;
        margin-bottom: 60px;
        flex-direction: column;
    }
    .secondary_title span{
        font-size: 1.4rem;
    }
}


/* -------------------- 事業共通 -------------------- */
.page_service .pc_none {
    display: none;
}
.page_service .service_title_flex {
    display: flex;
    margin-bottom: 112px;
}
.page_service .service_title_container {
    padding-right: 32px;
    width: calc(100% - 54.237288%);
}
.page_service .img_container {
  width: 54.237288%;
}
.page_service .service_title {
    font-size: 5.2rem;
    margin-bottom: 32px;
    flex-basis: 50%;
}
.page_service .service_desc {
    line-height: 1.9375;
}
.page_service .service_feature {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 80px;
}
.page_service .sec_title {
    font-size: 5.6rem;
    margin-bottom: 64px;
    display: flex;
    align-items: center;
}
.page_service .sec_title span {
    font-size: 1.8rem;
    padding-left: 2.4rem;
}
.page_service .feature_list {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: space-between;
}
.page_service .feature_item {
    width: 50%;
    position: relative;
}
.page_service .feature_item .feature_bg {
    width: 590px;
    height: 308px;
    background: #fff;
    -webkit-clip-path: polygon(0 0%, 76% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 76% 0, 100% 100%, 0% 100%);
    z-index: 0;
}
.page_service .feature_item.inv .feature_bg {
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
}
.page_service .feature_item::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
}
.page_service .feature_item.inv::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.page_service .feature_item:first-child {
    margin-right: -20px;
}
.page_service .feature_item:nth-child(2) {
    margin-top: 167px;
    margin-left: -20px;
}
.page_service .feature_item:last-child {
    margin-top: -87px;
    margin-right: -20px;
}

.page_service .feature_item .number {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 20px;
}
.page_service .feature_item.inv .number {
  left: 160px;
}
.page_service .feature_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.page_service .feature_item.inv .feature_text {
    left: 140px;
}
.page_service .feature_item .feature_title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.4583;
}
.page_service .feature_item .feature_desc {
  line-height: 1.9375;
  max-inline-size: 429px;
}
.page_service .secondary_title {
    margin-bottom: 48px;
}
.page_service .plan_item {
    margin-bottom: 40px;
}
.page_service .plan_item:last-child {
    margin-bottom: 0;
}
.page_service .plan_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.page_service .plan_flex {
    display: flex;
    align-items: flex-start;
}
.page_service .plan_graph {
    width: 560px;
    border-radius: 5px;
}
/* .page_service .basic_plan:has(.icon_plus) {
    margin-right: clamp(40px, 58px ,60px);
    position: relative;
} */
/* .page_service .icon_plus {
    display: block;
    background: #000;
    width: 29px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 102.5%;
    transform: translateY(-50%);
} */
/* .page_service .icon_plus::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
} */

/* ここから久保追加 acのみオプションがあるので➕表示させてます */
 .page_service .basic_plan:has(.ac_plus) {
    margin-right: clamp(40px, 58px ,60px);
    position: relative;
} 
 .page_service .icon_plus.ac_plus {
    display: block;
    background: #000;
    width: 29px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 102.5%;
    transform: translateY(-50%);
} 
 .page_service .icon_plus.ac_plus::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
} 
/* ここまで */



.page_service .plan_graph .graph_title dt {
    padding: 16px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.page_service .basic_title dt {
    color: #fff;
}
.page_service .dl_flex {
    display: flex;
    flex-wrap: wrap;
}
.page_service .dl_flex .plan_name {
   padding: 16px 0 16px 32px;
   border-bottom: 1px solid #ccc;
   flex-basis: 60%;
}
/* .page_service .dl_flex .plan_name:last-of-type {
   border-bottom: none;
} */
.page_service .dl_flex .plan_price {
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid #ccc;
    flex-basis: 40%;
    font-weight: bold;
    text-align: right;
}



/* ICT　ここから久保追加分 */
.plan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_service .dl_flex_center .plan_price{
   padding: 16px 0 16px;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
}

.plan_flex span {
    font-size: 1.3rem;
}
/* ここまで */


/* .page_service .dl_flex .plan_price:last-of-type {
    border-bottom: none;
} */
@media(max-width:1220px) {
    .page_service .service_title_container{
        padding-left: 20px;
    }
    .service_feature .sec_title {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media(min-width:1024px) {
    .page_service .feature_item .number {
        top: -45px;
    }
}
@media(min-width:835px) {
    .page_service .feature_text {
        padding: 0 20px;
    }
}
@media(max-width: 834px) {
    .page_service .service_title_container {
        padding-right: 20px;
    }
    .page_service .service_title_flex {
        flex-direction: column-reverse;
        margin-bottom: 64px;
    }
    .page_service .service_title_container {
        margin-right: 0;
        width: 100%;
    }
    .page_service .img_container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 64px;
    }
    .page_service .service_title {
        font-size: 4rem;
        margin-bottom: 40px;
        width: 100%;
    }
    .page_service .feature_list {
    flex-direction: column;
    }
    .page_service .feature_item {
        width: 100%;
        position: static;
        background: #fff;
        padding: 60px 20px 54px;
        margin-bottom: 54px;
        position: relative;
    }
    .page_service .feature_item .feature_bg {
        width: unset;
        height: unset;
        clip-path: unset;
        z-index: 0;
    }
    .page_service .feature_item::after {
        content: none;
    }
    .page_service .feature_item.inv::after {
        content: none;   
    }
    .page_service .feature_item:first-child {
        margin-right: 0;
        margin-top: 30px;
    }
    .page_service .feature_item:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
    .page_service .feature_item:last-child {
        margin: 0;
    }
    
    .page_service .feature_item .number {
        font-size: 7.4rem;
        top: -30px;
        left: 15px;
    }
    .page_service .feature_item.inv .number {
        left: 15px;
    }
    .page_service .feature_text {
        position: static;
        transform: none;
    }
    .page_service .feature_item .feature_desc {
        line-height: 2.07142857;
        max-inline-size: unset;
    }
    .page_service .plan_flex  {
        flex-direction: column;
    }
    .page_service .plan_graph {
        width: 100%;
        border-radius: 5px;
    }

    /* 久保追加分acのみ➕教示させたいので.ac_plusのクラス追加してます */
    .page_service .basic_plan:has(.ac_plus) {
        margin-right: 0;
        margin-bottom: 61px;
    }
    .page_service .icon_plus.ac_plus {
        top: 127%;
        left: 50%;
        transform: translate(-50%, 0);
    }

}

@media(max-width:769px) {
    .page_service .page_title_area {
        margin-top: 134px;
    }
}

@media(max-width:430px) {
    .page_service .sp_none {
        display: none;
    }
    .page_service .pc_none {
        display: block;
    }
   
    .page_service .service_desc {
        line-height: 2.07142857;
    }
    .page_service .service_feature {
        padding: 48px 0;
        margin-bottom:64px;
    }
    .page_service .sec_title {
        font-size: 5rem;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
    .page_service .sec_title span {
        font-size: 1.4rem;
        padding-left: 0;
        display: block;
        margin-top: 5px;
    }
    .page_service .secondary_title {
        margin-bottom: 40px;
    }
    .page_service .plan_title {   
        font-size: 1.8rem;
        line-height: 1.1667;
    }
    .page_service .plan_graph .graph_title dt {
        padding: 16px 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        
/* ここから久保追加分　二行になったので */
        width: 100%;
        display: inline-grid;
        line-height: 1.5;
    }
    .page_service .plan_item {
        width: 100%;
    }
    .page_service .dl_flex_center .plan_price {
        text-align: left;
        margin: auto 10px;
    }
 /* ここまで */


    .page_service .dl_flex {
        flex-direction: column;
    }
    .page_service .dl_flex .plan_name {
       padding: 10px;
       border-bottom: none;
       width: 100%;
    }
    .page_service .dl_flex .plan_price {
        padding: 0 10px 10px 10px;
        width: 100%;
        font-size: 1.6rem;
        text-align: left;
    }

}



/* -------------------- 空調事業 -------------------- */

.page_ac .service_title {
    color: #016AB7;
}
.page_ac .service_feature {
    background-color: rgba(182, 204, 291, 0.2) ;
}
.page_ac .service_feature .number {
    color: #016AB7;
}
.page_ac .annotation_flex {
   display: flex;
   align-content: flex-end;
}
.page_ac .annotation{
    font-size: 1.6rem;
    margin-left: -17px;
}
.page_ac .basic_plan {
    border: 1px solid #016AB7;
}
.page_ac .option_plan {
    border: 1px solid #DFF2FF;
}
.page_ac .basic_title dt {
    background: #016AB7;
}
.page_ac .option_title dt {
    background: #DFF2FF;
}
@media(max-width:430px) {
    .page_ac .annotation_flex {
        flex-direction: column;
    }
    .page_ac .secondary_title{
        margin-bottom: 6px;
    }
    .page_ac .annotation{
        margin: 0 0 40px 0;
    }
}


/* -------------------- ICT事業 -------------------- */

.page_ict .service_title {
    color: #02A9B8;
}
.page_ict .service_feature {
    background-color: rgba(182, 216, 216, 0.2) ;
}
.page_ict .service_feature .number {
    color: #02A9B8;
}
.page_ict .secondary_title {
    border-left: 5px solid #02A9B8;
}
.page_ict .basic_plan {
    border: 1px solid #02A9B8;
}
.page_ict .option_plan {
    border: 1px solid #D4F3F6;
}
.page_ict .basic_title dt {
    background: #02A9B8;
}
.page_ict .option_title dt {
    background: #D4F3F6;
}

/* -------------------- お問い合わせ -------------------- */
.page_contact form {
    max-width: 744px;
    margin: 0 auto;
}
.page_contact .form_item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    justify-content: space-between;
}
.page_contact .form_item:nth-child(5) {
    margin-bottom: 40px;
}
.page_contact .page_contact .form_title {
    flex-basis: calc(100% - 70.16129%);
    font-size: 1.6rem;
    font-weight: bold;
}
.page_contact .form_title span {
    font-size: 1rem;
    padding: 3px 6px;
    background-color: #dd0000;
    border-radius: 4px;
    color: #fff;
}
.page_contact .form_box {
    flex-basis: 70.16129%;
}
input, textarea {
    width: 100%;
    max-width: 522px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 16px;
}
.page_contact input[type=submit] {
    border: none;
}
.page_contact .form_btn {
    display: flex;
    justify-content: flex-end;
}
.page_contact .form_btn .btn_container {
    flex-basis: 70.16129%;
    min-width: 522px;
    border-radius: 88px;
}
.page_contact .form_btn .btn_container::before {
    border-radius: 88px;
}
.page_contact .thanks_message {
    text-align: center;
    line-height: 1.9375;
}
@media(max-width: 769px) {
    .page_contact .contact_form {
        margin-top: 150px;
    }
}
@media(max-width:430px) {
    .page_contact .form_item {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .page_contact .form_item:nth-child(5) {
        margin-bottom: 32px;
    }
    .page_contact .form_title {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    .page_contact .form_box {
        width: 100%;
    }
    input, textarea {
        max-width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 16px;
    }
    .page_contact .form_btn .btn_container {
        min-width: 100%;
    }
    .page_contact .form_btn {
        display: block;
    }
    .page_contact .form_btn input {
        width: 100%;
        
        padding: 12px 32px;
    }
    .page_contact .thanks_message {
        line-height: 2.07142857;
    }
    
}


/* -------------------- 全体の余白 -------------------- */
.service_plan, .contact_form {
    padding-right: 2%;
    padding-left: 2%;
}
@media(max-width:430px) {
    .service_plan, .contact_form {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}


