@charset "utf-8";

#main * {
    box-sizing: border-box;
}

#main img {
    vertical-align: bottom;
}

.bg_c {
    background-color: #DCF5FF;
}

.bg_g {
    background-color: #F9F9F9;
}

.con_wrap {
    max-width: 990px;
    margin: auto;
    padding: 60px 0;
}

.con_box {
    padding: 40px;
    margin: 40px 0;
    background-color: #fff;
}

.bg_none {
    background-color: transparent;
    padding: 0;
}

.sp {
    display: none;
}

.tx_chu {
    font-size: 0.8em;
    margin-top: 10px;
    color: #575757;
}

.tx_left {
    margin-bottom: 40px;
}

/* ---------- main img ---------- */

.main_img {
    position: relative;
    width: 100%;
    height: calc(100vh - 99px);
    background: #ddeeee url(../img/air/main.jpg) no-repeat top center;
    background-size: cover;
    color: #000;
}

.main_img > div {
    position: absolute;
    top: 20%;
    left: 10%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main_img p:nth-child(1) {
    font-size: 2.5em;
}

.main_img p:nth-child(2) {
    margin-top: 1em;
    font-size: 1.2em;
}

/* -------------- h ------------- */
h2 {
    text-align: center;
    font-size: 2em;
    margin: 0 4%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
}

h2 p {
    margin: 0 auto 10px;
    width: 80px;
    font-size: 0.5em;
    border: 1px solid #000;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}

h3 {
    margin: 10px 0 1em;
    font-weight: bold;
    font-size: 1.3em;
}

.h3_c {
    text-align: center;
}

sup {
    font-size: 0.8em;
    vertical-align: super;
}


/*マーカーアニメーション*/

.marker.active {
    background-position: -100% .5em;
}

.marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 220, 0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 220, 0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 220, 0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 220, 0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255, 220, 0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1s ease;
    font-weight: bold;
}


@media screen and (max-width: 590px) {
    .main_img > div {
        width: 100%;
        top: 10%;
        left: 0;
        padding: 0 7%;
    }

    .main_img p:nth-child(1) {
        font-size: 2em;
    }

    .main_img p:nth-child(1) br {
        display: none;
    }
}

/* -------------- scroll down -------------- */

.main_img a {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    display: inline-block;
    left: 0;
    right: 0;
    width: 38px;
    margin: auto;
    text-decoration: none;
    padding-top: 60px;
    color: #fff;
    pointer-events: none;
}

.main_img a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.main_img a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* -------------- anchor_list -------------- */
.anchor_list {
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(-135deg, #667DB6, #0082C8);
}

.anchor_list > div {
    max-width: 990px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.anchor_list > div > div {
    position: relative;
    width: calc(100% / 3);
}

.anchor_list > div > div:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.anchor_list > div > div:first-child:after {
    content: none;
}

.anchor_list a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    transition: .4s;
}

.anchor_list a:after {
    content: url(../img/air/down_w.svg);
    width: 28px;
    height: 14px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.anchor_list a:hover {
    opacity: .5;
}

.anchor_list a p {
    display: block;
    margin: 0 auto 10px;
    width: 90px;
    font-size: 0.7em;
}

.hyoujun {
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    background-color: #2BB141;
    color: #fff;
}
/* -------------- flex -------------- */

.flex {
    display: flex;
}

.flex .h3_c {
    text-align: left;
}

.kodawari1,
.zennetsu,
.forstar {
    justify-content: space-around;
}

.flex > div {
    margin-right: 40px;
}

.kodawari1 > div:last-child {
    max-width: 323px;
    margin-right: 0;
    text-align: center;
}

.flex p span,
.kodawari1_t table tr td li span,
.tx_left span {
    color: #2594CE;
    font-weight: bold;
}

.bg_none {
    padding: 40px 40px 0;
    margin: 0 40px 0;
}

.zennetsu > div:last-child {
    max-width: 390px;
    margin-right: 0;
}

.forstar > div {
    width: 380px;
}

.forstar > div img {
    width: 100%;
}

/* -------------- table -------------- */
.kodawari1_t {
    max-width: 570px;
    margin: 40px auto 0;
}

.kodawari1_t table {
    width: 100%;
    table-layout: fixed;
}

.kodawari1_t table th {
    padding: 10px;
    border-bottom: 1px solid #d91414;
    color: #575757;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.kodawari1_t th:first-child {
    width: 30%;
}

.kodawari1_t th:last-child {
    width: 70%;
}

.kodawari1_t table td {
    vertical-align: middle;
}

.kodawari1_t table tr td img {
    width: 100%;
    min-width: 50px;
    max-height: 119px;
}

@media all and (-ms-high-contrast: none) {
    .kodawari1_t table tr td img {
        width: auto;
    }
}

.kodawari1_t table tr:nth-child(2) {
    border: 3px solid #d91414;
}

.kodawari1_t table tr:nth-child(3),
.kodawari1_t table tr:nth-child(4) {
    border-bottom: 1px solid #D5D5D5;
}

.kodawari1_t table tr td:nth-child(1) {
    vertical-align: top;
    text-align: center;
    padding: 20px 40px;
    border-right: 1px solid #D5D5D5;
}

.kodawari1_t table tr td:nth-child(2) {
    padding: 20px 40px;
}

.kodawari1_t table tr td li {
    list-style: outside;
}

.bor_r {
    margin: 5px;
    padding: 3px;
    border: 1px solid #D91414;
    color: #D91414;
}

.forstar > div:nth-child(2) {
    position: relative;
}

.forstar > div:nth-child(2) div {
    position: absolute;
    top: -20px;
    right: -29px;
    width: 150px;
    height: 150px;
    background-color: #ea4f7f;
    border-radius: 50%;
}

.forstar > div:nth-child(2) div p {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    text-align: center;
    color: #fff;
}

/* -------------- table -------------- */
#wrap_cv {
    background: #ddeeee url(../img/air/bg_cv.jpg) no-repeat bottom center;
    background-size: cover;

}

#wrap_cv .tx_cv {
    max-width: 532px;
    margin: auto;
}

#wrap_cv .btn_area {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#wrap_cv .btn_area a {
    display: block;
    width: 100%;
    max-width: 650px;
    margin-bottom: 20px;
    padding: 20px 0 15px;
    color: #fff;
    transition: .4S;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    ;
}

#wrap_cv .btn_area a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    ;
}

#wrap_cv .btn_area > a > div {
    position: relative;
    padding-left: 80px;
    max-width: 365px;
    margin: auto;
}
#wrap_cv .btn_area > a:nth-child(1) div:before {
    content: url(../img/air/cv_btn_siryou.png);
}

#wrap_cv .btn_area > a:nth-child(2) div:before {
    content: url(../img/air/cv_btn_online.png);
}

#wrap_cv .btn_area > a:nth-child(3) div:before {
    content: url(../img/air/cv_btn_raijo.png);
}

#wrap_cv .btn_area > a > div:before {
    position: absolute;
    vertical-align: bottom;
    left: 0;
    width: 75px;
    height: 60px;
}

#wrap_cv .btn_area a:nth-child(1) {
    background-color: #2d79b5;
}
#wrap_cv .btn_area a:nth-child(2) {
    background-color: #d65f1a;
}

#wrap_cv .btn_area a:nth-child(3) {
    background-color: #ea4f7f;
}

#wrap_cv .btn_area a:nth-child(2):hover {
    background-color: rgba(214, 95, 26, .88);
}

#wrap_cv .btn_area a:nth-child(3):hover {
    background-color: rgba(234, 79, 127, .88);
}

#wrap_cv .btn_area p span {
    display: inline-block;
}
#wrap_cv .btn_area p:first-child {
    line-height: 1.2em;
}
#wrap_cv .btn_area p:last-child {
    font-size: 1.6em;
}

/* -------------- link -------------- */

#link_area{
    max-width: 990px;
    margin: auto;
    text-align: center;
}

#link_area span {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #000;
}

@media screen and (max-width: 1010px) {
    .con_box {
        margin: 40px 5%;
    }

    .bg_none {
        margin: 40px 5% 0;
    }

    .kodawari1,
    .zennetsu,
    .forstar {
        flex-wrap: wrap;
    }

    .flex > div {
        margin-right: 0;
    }

    .flex > div:first-child {
        margin-bottom: 20px;
    }

    .flex .h3_c {
        text-align: center;
    }


    #link_area .con_wrap {
        padding: 40px 5%;
    }
}

@media screen and (max-width: 690px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .con_box {
        padding: 0 40px 40px;
    }

    .bg_none {
        padding: 0 40px 0;
    }

    .anchor_list {
        padding: 20px 5%;
    }

    .anchor_list a {
        text-align: left;
        padding: 0 40px 0 0;
    }

    .anchor_list a:after {
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .anchor_list a p {
        margin: 0;
        font-size: 0.7em;
    }

    .anchor_list a span {
        display: inline-block;
    }

    .anchor_list > div {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .anchor_list > div > div {
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
    }

    .anchor_list > div > div:first-child {
        padding-top: 0;
        margin-top: 0;
    }

    .anchor_list > div > div:after {
        width: 100%;
        height: 1px;
    }

    .anchor_list > div > div br {
        display: none;
    }

    #wrap_cv .tx_cv {
        max-width: 280px;
    }

    #wrap_cv .btn_area {
        flex-wrap: wrap;
    }

    #wrap_cv .btn_area a {
        width: 100%;
        margin: 0 5% 20px;
        padding: 20px 5% 15px;
    }
    #wrap_cv .btn_area a>div {
        padding-left: 75px;
        max-width: 325px;
    }

    #wrap_cv .btn_area p:first-child {
        font-size: 0.9em;
    }

    #wrap_cv .btn_area p:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 550px) {
    h2 br {
        display: none;
    }

    .con_box {
        padding: 0 30px 30px;
    }

    .bg_none {
        padding: 0 30px 0;
    }

    .kodawari1_t table tr td:nth-child(1) {
        padding: 10px 4% 10px 5px;
    }

    .kodawari1_t table tr td:nth-child(2) {
        padding: 10px 0 10px 30px;
    }

    .zennetsu > div img {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    h2 {
        font-size: 1.5em;
    }

    .main_img > div {
        position: absolute;
        top: 20vw;
    }

    .main_img p:nth-child(1) {
        font-size: 1.6em;
    }

    .main_img p:nth-child(2) {
        font-size: 1em;
    }

    .kodawari1 > div img {
        width: 100%;
    }

    .forstar > div:nth-child(2) div {
        top: -20px;
        right: -29px;
        width: 120px;
        height: 120px;
    }

    .forstar > div:nth-child(2) div p {
        left: 0;
        top: 53%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 120px;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 374px) {
    .main_img > div {
        top: 5vw;
    }

    .main_img p:nth-child(2) br {
        display: none;
    }

    #wrap_cv .btn_area p:last-child {
        font-size: 1.2em;
    }
}


/* ダクトレス */
.tx_h_ductless {
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    border: 1px solid #2BB141;
    color: #2BB141;
    font-weight: bold;
}
.tx_h_ductless span{
    font-weight: bold;
    display: inline-block;
}
.duct{
    margin-top: 100px;
}
.relative{
    position: relative;
}
.new_n{
    position: absolute;
    top: -40px;
    right: -10px;
    z-index: 100;
    max-width: 111px;
}
.new{
    position: absolute;
    top: -40px;
    left: 0;
}
.new_n img,
.new img{
    width: 100%;
}
.ductless_img{
    margin-bottom: 20px;
}
.ductless{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.ductless > div{
    width: 48%;
    margin: 60px 0 0 0;
}
.ductless > div p{
    margin-top: 10px;
}
.ductless .h3_c{
    text-align: center;
}
.ductless img{
    width: 100%;
}
.bana{
    margin-top: 20px;
    max-width: 876px;
    text-align: center;
}
.bana img{
    width: 100%;
}
.bana a{
    transition: .4s;
}
.bana a:hover{
    opacity: .6;
}

.merit{
    background-color: #2594CE;
}

@media screen and (max-width: 690px) {
    .ductless{
        justify-content: center;
    }
    .ductless > div{
        width: 380px;
    }
    .new_n{
        top: 10px;
        right: 40px;
        width: 80px;
    }
    .new{
        top: -80px;
        left: 0;
        width: 120px;
    }
    .duct .hyoujun span{
        display: block;
    }
}
@media screen and (max-width: 514px) {
    .new{
        width: 100px;
    }