/*

Theme Name: tequos

*/

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}



/* ━━━━━共通━━━━━ */
a:hover {
    opacity: 0.7;
}

/* aviano Future */
/* ━━bold━━ */
.aviano_9_bold {
    font-family: aviano-future, sans-serif;
    font-weight: bold;
    font-size: 9px;
}

.aviano_14_bold {
    font-family: aviano-future, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.aviano_20_bold {
    font-family: aviano-future, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.aviano_45_bold {
    font-family: aviano-future, sans-serif;
    font-weight: bold;
    font-size: 45px;
}

/* normal */
.aviano_12_normal {
    font-family: aviano-future, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

/* 見出しサブタイトル */
.aviano_14_normal {
    font-family: aviano-future, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #C02020;
}

.aviano_16_normal {
    font-family: aviano-future, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

/* パンくずリスト */

.breadcrumbs {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

/* セクション */

.contents_large {
    margin: 60px auto 0;
    max-width: 1320px;
    width: 100%;
}

.contents_middle {
    margin: 60px auto 0;
    max-width: 952px;
    width: 100%;
}

.contents_bg_gray {
    margin-top: 60px;
    padding: 60px 0px;
    width: 100%;
    background: #F4F4F4;
}

/* セクション見出し */
.sec_heading_area {
    margin-bottom: 30px;
}

.sec_ttl {
    font-size: 45px;
    font-weight: bold;
    /* line-height: 72px; */
    margin-bottom: 5px;
}

/* 下部のボタン */
.contact_btn {
    background: #005FA8;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━　　━━━━━ */

/* ヘッダー */
/* topページ */

.pc_Header {
    /* max-width: 1920px; */
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 8px;
}

.header_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav {
    display: flex;
    align-items: center;
    column-gap: 35px;
    margin-right: 30px;
}

.header_nav .nav_menu a {
    color: #333333;
}

.header_nav a,
.header_nav a:visited {
  color: #333333; /* 通常時と同じ色を指定 */
}

.header_right {
    display: flex;
    align-items: center;
}

.btn {
    text-decoration: none;
    color: #fff;
}

.header_cta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_cta_btn img {
    max-width: 100%;
}

.header_cta_btn {
    width: 100%;
    padding: 15px 40px;
}

.tel a span {
    margin-left: 5px;
}


.btn_red {
    background: #C02020;
}

.btn_black {
    background: #000;
}

.cta_wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/* mission～contactの背景色が白のヘッダー */
.pc_Header_bg_white {
    /* max-width: 1920px; */
    width: 100%;
    padding: 8px;
}

.header_inner_bg_white {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




#wrapper {
    position: relative;
}

/* ━━━━━━━━━━メインビジュアル━━━━━━━━━━ */
/* pc表示 */
@media(min-width:961px) {

    .videowrap {
        height: 100vh;
        /* margin-top: 80px; */
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .videowrap::after {
        /* 網の指定 */
        /* background-image: radial-gradient(#333333 20%, transparent 0), radial-gradient(#333333 20%, transparent 0); */
        background-position: 0 0, 5px 5px;
        background-size: 3px 3px;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    video {
        min-height: 100vh;
        min-width: 100vw;
        position: relative;
        z-index: -1;
    }

    .copy {
        left: 50%;
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        z-index: 1;
        color: white;
        font-size: 65px;
    }

    .copy h1 {
        background: transparent linear-gradient(270deg, #1472C5 0%, #0A3963 100%) 0% 0% no-repeat padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 22px;
    }

    .sub_copy {
        color: #000;
    }

    .triangul {
        position: absolute;
        top: 0%;
        left: 0%;
        height: 100%;
        width: 60.9375vw;
    }

    .triangul img {
        height: 100%;
        max-width: 100%;
    }
}

/* メインビジュアル　SP表示 */
@media(max-width:960px) {
    * {
        margin: 0;
        padding: 0;
    }

    .videowrap {
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .videowrap::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        background-color: rgba(0, 0, 0, 0.2);
        background-image: radial-gradient(#333 20%, transparent 0), radial-gradient(#333 20%, transparent 0);
        background-position: 0 0, 5px 5px;
        background-size: 3px 3px;
    }

    video {
        min-width: 100vw;
        min-height: 100vh;
        position: relative;
        z-index: -1;
    }

    /*画面サイズが変わっても常に動画の中央が表示されるようにする*/
    /*動画よりも画面が横に長くなるとき用*/
    @media (aspect-ratio: 16/9),
    (min-aspect-ratio: 16/9) {
        video {
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    /*動画よりも画面が縦に長くなるとき用*/
    @media (max-aspect-ratio: 16/9) {
        video {
            height: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .copy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !Important;
        z-index: 1;
        color: white;
        font-size: 30px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 経営理念 */
.sec_copy {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.policy_image_items {
    display: flex;
    justify-content: center;
    row-gap: 20px;
    column-gap: 35px;
    flex-wrap: wrap;
}

.policy_image_items li {
    /* font-size: 0; */
    position: relative;
    font-size: 0;
}

.policy_image_items li img {
    width: 100%;
    max-width: 100%;
    font-size: 0;
}

.arrow_btn_area {
    margin-top: 20px;
    width: 265px;
    margin-left: auto;
}

.arrow_btn_area img {
    width: 100%;
    max-width: 100%;
}

.arrow_btn_area .aviano_14_bold {
    margin-bottom: 5px;

}

.arrow_btn_area a {
    text-align: left;
    color: #072D77;
}

.policy_image_items li h3 {
    color: #fff;
    font-family: Noto Sans JP;
    font-size: 22px;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding: 15px 70px;
    text-align: center;
}

.policy {
    position: relative;
    z-index: 1;
}

/* --------------------------------------------------- */
.big_wrapper {
    position: relative;
}


/* 不動産サービス事業 */
.ff_noto {
    font-family: Noto Sans JP, serif;
}

.estate_service_bg_container {
    background-image: url(../img/top/top_08.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 376px;
    margin-top: -240px;
    position: relative;
    z-index: 0;
}

.estate_service_container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 150px;
    flex-wrap: wrap;
    padding-bottom: 65px;

}

.estate_service_container .left {
    width: 50%;
}

.estate_service_container .left p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.estate_service_items_list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.estate_service_items_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #FBFBFB;
    color: #000;
    padding: 25px 0;
}

.estate_service_container .right {
    width: 38%;
}

/* コンサルティング */
.consulting_inner {
    text-align: center;
}

.consulting_service_items img {
    width: 100%;
    max-width: 100%;
}

.consulting_service_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 20px;
}

.consulting_inner p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
}

/* 会社概要・採用情報 */
.about_recruit_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_recruit_inner .box {
    position: relative;
    /* width: 33%; */
}

/* .about_recruit_inner .image {
        position: absolute;
        top: 0%;
        left: 0%;
        /* transform: translate(-50%, -50%); */
}

*/ .about_recruit .box .image img {
    width: 100%;
    max-width: 100%;
}

.about_recruit_inner .image img {
    width: 100%;
    max-width: 100%;
}

.about_recruit_inner .btn_area a {
    background: #fff;
    color: #C02020;
}

.about_recruit_inner .btn_area a .btn_inner {
    padding: 30px 250px 30px 15px;
    position: relative;
}

.about_recruit_inner .btn_area a .btn_inner p {
    font-size: 21px;
    color: #333333;
    margin-bottom: 10px;
}

.about_recruit_inner .btn_area a .btn_inner img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    /* transform: translate(-50%, -50%); */
}

.btn_area {
    position: absolute;
    bottom: -36px;
    left: -36px;
}

.about_recruit {
    padding-bottom: 100px;
}

/* ---------------------------------------------------- */

/* お問い合わせ */
.cta .sec_heading_area {
    text-align: center;
}

.cta_btn_area {
    width: 100%;
    margin: 60px auto;
    text-align: center;
    display: flex;
    justify-content: center;

}

.cta_btn_area a {
    background: #005FA8;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.cta_btn_area a .reception {
    font-size: 25px;
}

.cta_btn_area a .time {
    font-size: 20px;
}

.cta_btn_area a .tel_num {
    font-size: 36px;
}

.reception_time {
    margin-bottom: 10px;
}

.cta_btn_area_inner {
    padding: 18.5px 150px;

}

.cta {
    margin-bottom: 60px;
}

/* ---------------------------------------- */

/* ━━━━━共通━━━━━━━━━━ */
/* mv【共通】・mission・about・recruit・contact 】 */
.mv_area_image {
    width: 100%;
    position: relative;
}
.contact_mv {
    background-image: url(https://tequos.jp/wp-content/themes/tequos/img/contact/contact_05.png);
    height: 450px;
    background-position: bottom center;
}

.mv_area_image img {
    width: 100%;
    max-width: 100%;
}

.mv_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    padding: 26px 30px;
    font-size: 1.6vw;
    font-weight: bold;
    color: #fff;
    background: #333333;
}

/* パンくずリスト */
.breadcrumbs_list {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin: 30px 0 auto;
}

.breadcrumbs_list li a {
    color: #333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* mission */
.image_area item1 {
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
}

.mission {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0;
}

.mission .sec_ttl {
    margin-bottom: 60px;
}

.mission_inner {
    text-align: center;
}

.mission_inner p {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
}

.mission .image_area {
    margin-bottom: 70px;
    position: relative;
    height: 500px;
}

.box1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
}

.box2 {
    position: absolute;
    bottom: 0;
    left: 160px;
    transform: translate(10px, 10px);
}

.box3 {
    position: absolute;
    bottom: 0;
    right: 160px;
}

.item1,
.item2,
.item3 {
    width: 100%;
    max-width: 100%;
}

.bubble_area1 {
    position: absolute;
    top: 0%;
    left: 61%;
    /* transform: translate(-50%, -50%); */
}

.bubble_area1 p {
    position: absolute;
    top: 21%;
    left: 28%;
    /* transform: translate(-50%, -50%); */
}

.bubble_area2 {
    position: absolute;
    bottom: 16%;
    left: 16%;
    transform: translate(-50%, -50%);
}

.bubble_area2 p {
    position: absolute;
    top: 8%;
    left: 6%;
    /* transform: translate(-50%, -50%); */
}

.bubble_area3 {
    position: absolute;
    bottom: 20%;
    right: -7%;
    transform: translate(-50%, -50%);
}

.bubble_area3 p {
    position: absolute;
    top: 8%;
    left: 12%;
    /* transform: translate(-50%, -50%); */
}

.bubble_area1 p,
.bubble_area2 p,
.bubble_area3 p {
    font-size: 12px;
}

.image_area span {
    color: #C02020;
}

.image_area .heading_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mission .container .inner_box {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 27px 70px;
    border: 2px solid #000;
    box-sizing: border-box;
}

.three_mission_items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.three_mission_items h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.three_mission_items p {
    margin-top: 8px;
}

.three_mission_items span {
    color: #C02020;
}

/* ceoメッセージ */
.ceo_messeage {
    margin: 60px auto 0;
    background: #333333;

}

.ceo_messeage_outer {
    display: flex;
    justify-content: center;
    padding: 70px 0 70px;
}

.ceo_messeage_outer .inner_text_box {
    max-width: 816px;
    background: #fff;
    padding: 33px 45px;
}

.ceo_messeage_outer .inner_text_box p {
    font-size: 16px;
    line-height: 26px;
}

.ceo_messeage_outer .inner_text_box h3 {
    text-align: center;
    margin-bottom: 40px;
}

.ceo_messeage_outer .inner_text_box .ceo_name_area {
    text-align: right;
}

.ceo_messeage_outer .inner_text_box .ceo_name_area span {
    margin-left: 15px;
}

/* ━━━━━about━━━━━ */
/* company */
.company {
    margin: 60px auto 0;
}

.company .sec_heading {
    text-align: center;
    margin-bottom: 60px;
}

.company_info {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;

}

.company_info dt {
    width: 33%;
    padding: 20px 0px 9px;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
    border-bottom: 1px solid #000;
}

.company_info dd {
    width: 61%;
    padding: 20px 0px 9px 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    border-bottom: 1px solid #DDDDDD;
}

/* access */
.access .sec_ttl {
    text-align: center;
    margin-bottom: 30px;
}

/* ━━━━━RECRUIT━━━━━ */
/* recruit */
.recruit .sec_heading {
    text-align: center;
    margin: 60px auto;
}

.recruit .container {
    background: #eee;
    padding: 60px 0;
}

.recruit .box_item_inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.recruit .box_item_inner .box_item p {
    font-size: 16px;
    line-height: 24px;
}

.recruit .box_item_inner .box_item {
    border-left: 20px solid #072D77;
    background: #fff;
}

.recruit .box_item_inner .box_item .heading {
    padding-left: 20px;
    padding-top: 19px;
}

.recruit .box_item_inner .box_item h3 {
    margin-top: 30px;
    padding-left: 40px;
}

.recruit .box_item_inner .box_item p {
    padding-left: 40px;
    padding-bottom: 50px;
    padding-right: 40px;
}

.recruit_desc {
    margin: 60px auto 0;
}

.recruit_desc .sec_ttl {
    text-align: center;
    margin: 0px 30px 0;
}

/* ━━━━━contact━━━━━ */
.contact {
    margin: 60px auto;
    z-index: 9999;
    padding: 0 15px;
    position: relative;
}

.contact .sec_ttl {
    text-align: center;
}

.access_map {
    max-width: 952px;
    margin: 0 auto;
    padding: 20px;
}

iframe {
    width: 100%;
}

/* footer */
.footer {
    width: 100%;
    height: 60px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer small {
    color: #fff;
}