@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@500&family=Shippori+Mincho+B1:wght@800&display=swap');

/*--mobilefirst--*/

html *,
::after,
::before {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Noto Sans JP', Open Sans, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: auto;
    width: 100%;
    max-width: 1240px;
    font-size: 0.8em;
}

@media screen and (min-width:1400px) {
    body {
        max-width: 1700px;
    }
    section {
        width: 1400px;
        margin: auto;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

img.objectcontain {
    object-fit: contain;
    width: 100%;
}

img.objectcover {
    object-fit: cover;
    width: 100%;
}

ul {
    list-style-type: none;
}


/*--
.wrap_airnexlp,
.wrap_renovation {
    margin: auto;
    overflow: auto;
    /*--overflow: auto;
    scroll-snap-type: y;
    position: relative;
}
*/

:root {
    --yelllow: #d7cf3a;
    --blue: #1e90ff;
    --grey: #333;
    --h2: #015f92;
    --darkblue: #17434d;
    --darkred: #733B36;
    --red: #f56267;
    --darkwhite: #f5f5f5;
    --black: #353D40;
    --brightblack: #D9D9D9;
    --lightblue: #e6e6e6;
    --lightgrey: #d4d9df;
}

.color_yellow {
    color: var(--yellow);
}

.color_red {
    color: var(--red);
}

.color_blue {
    color: var(--h2);
}


/*--マーカー--*/

.marker {
    background: linear-gradient(transparent 65%, #d7c447 65%);
    padding: 0 2px;
}

.marker_blue {
    background: linear-gradient(transparent 65%, #c1e0ff 65%);
    font-weight: bold;
}

.marker_red {
    background: linear-gradient(transparent 70%, #f5abae 70%);
    padding: 0 2px;
    font-weight: bold;
}

.marker_red2 {
    background: linear-gradient(var(--lightblue) 65%, #f5abae 65%);
    padding: 0 2px;
}

.marker_blue {
    background: linear-gradient(transparent 75%, #bce2e8 75%);
    font-weight: bold;
}

a:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}


/*font-size*/

p {
    font-size: 15px;
    color: var(--black)
}

h1 {
    font-size: 7vw;
    text-align: center;
}

h2 {
    font-size: 7vw;
    text-align: center;
    line-height: 1.5;
}

h3 {
    font-size: 5vw;
}

.lineh {
    line-height: 5px;
}

.subfont2 {
    font-size: 3vw;
}

.subfont {
    font-size: 3.8vw;
}

.attention {
    font-size: 4vw;
}

.ol_title {
    font-size: 4.5vw;
}

.display4 {
    font-size: 5vw;
}

.display3 {
    font-size: 6.3vw;
    line-height: 1.5;
}

.display2 {
    font-size: 6vw;
    line-height: 1.5;
}

.display1 {
    font-size: 15vw;
    line-height: 1;
}

.min {
    font-family: 'Kaisei Tokumin', serif;
}

.min2 {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
}

.re_subtitle {
    text-align: left;
    color: var(--darkblue);
}

.caption {
    font-size: 0.6rem;
    line-height: 0.9rem;
}


/*--span--*/

span.attend {
    color: var(--red);
}

.arrow {
    width: 80px;
}

.arrowfont {
    font-size: 4vw;
}

@media (min-width:768px) {
    .wrap_airnexlp,
    .wrap_renovation {
        margin: auto;
        padding: 0 4% 0 4%;
        /*height: 100vh;
        overflow: auto;
        --scroll-snap-type: y;--*/
    }
    h1 {
        font-size: 3.8vw;
        text-align: center;
    }
    h2 {
        text-align: center;
        font-size: 3.5vw;
    }
    h3 {
        font-size: 2.2vw;
    }
    p {
        font-size: 16px;
    }
    .ol_title {
        font-size: 2.2vw;
    }
    .attention {
        font-size: 2.2vw;
    }
    .subfont2 {
        font-size: 1.9vw;
    }
    .subfont {
        font-size: 2.2vw;
    }
    .sub {
        font-size: 20px;
    }
    .display4 {
        font-size: 3vw;
    }
    .display3 {
        font-size: 4vw;
    }
    .display2 {
        font-size: 5vw;
    }
    .display1 {
        font-size: 8vw;
    }
    body {
        background-color: var(--darkwhite);
    }
    .arrow {
        width: 150px;
    }
    .arrowfont {
        font-size: 3vw;
    }
    .caption {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
}


/*--@media (min-width:1800px) {
    
    h2 {
        text-align: center;
        font-size: 3.8vw;
    }
    
    .ol_title {
        font-size: 1.8vw;
    }
    .attention {
        font-size: 1.7vw;
    }
    .subfont {
        font-size: 1.8vw;
    }
    .display4 {
        font-size: 2vw;
    }
    .display3 {
        font-size: 4vw;
    }
    .display2 {
        font-size: 4vw;
    }
    .display1 {
        font-size: 8vw;
    }
    .arrowfont {
        font-size: 2.5vw;
    }
    
}--*/


/*テスト*/

@media (min-width:1800px) {
    h2 {
        text-align: center;
        font-size: 3vw;
        /**/
    }
    h3 {
        font-size: 2vw
    }
    .ol_title {
        font-size: 1.8vw;
        /**/
    }
    .attention {
        font-size: 1.7vw;
        /**/
    }
    .subfont {
        font-size: 1.8vw;
        /**/
    }
    .subfont2 {
        font-size: 1.6vw;
        /**/
    }
    .display4 {
        font-size: 2vw;
        /**/
    }
    .display3 {
        font-size: 3.7vw;
        /**/
    }
    .display2 {
        font-size: 3.7vw;
        /**/
    }
    .display1 {
        font-size: 8vw;
        /**/
    }
    .arrowfont {
        font-size: 2.5vw;
    }
}


/*テストここまで*/

nav i {
    font-size: 22px;
}

nav a,
nav li {
    color: white;
    font-size: 15px;
    padding: 3px 10px;
}

.navbar {
    padding: 0rem 0.5rem;
}

.navbar-toggler {
    padding: 2px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

img.logo {
    width: 100%;
    min-width: 50px;
    max-width: 90px;
}


/*--#main_top img{
    object-fit: cover;
    width: 100%;
}
--/
/*--ボタン--*/

a.btn_ao_a {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 1.3rem 2rem;
    text-decoration: none;
    transition: 0.3s;
    background: #f5abae;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5abae), to(var(--red)));
    background: -webkit-linear-gradient(top, #f5abae 0%, var(--red) 100%);
    background: linear-gradient(to bottom, #f5abae 0%, var(--red) 100%);
    border-radius: 10px;
}

a.btn_ao_a:hover {
    background-color: #e9f3fd;
}

a.btn_ao_a .a__icon {
    padding-right: 4px;
}

a.btn_ao_a .a__text {
    display: block;
    flex-grow: 1;
    color: var(--black);
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 40px;
    /*font-size: 23px;*/
}

a.btn_ao_a .a__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid var(--darkblue);
    border-right: 3px solid var(--darkblue);
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    a.btn_ao_a .a__text {
        font-size: 18px;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 768px) {
    a.btn_ao_a {
        max-width: 320px;
        padding: 0.7rem 1rem;
    }
    a.btn_ao_a .a__icon img {
        width: 28px;
    }
    a.btn_ao_a .a__text {
        font-size: 14px;
        padding-right: 20px;
    }
    a.btn_ao_a .a__text::after {
        width: 10px;
        height: 10px;
    }
}

@media (min-width:2000px) {
    a.btn_ao_a {
        max-width: 1100px;
    }
}


/*ボタン2*/

a.btn-radius-solid {
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    width: 600px;
    height: 100px;
}

a.btn-radius-solid:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}


/*--end--*/

section {
    /*
    margin-top: 50px;
    */
    padding: 10px;
    /*--scroll-snap-align: start;--*/
}

.section.margintop0 {
    margin-top: 0;
}

.hauto {
    height: auto;
}

@media (min-width:768px) {
    section {
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 50px;
    }
    section.marginbottom0 {
        margin-bottom: 0;
    }
    section.margintop0 {
        margin-top: 0;
    }
}


/*--スペック--*/

.mainspec {
    font-size: 3vw;
}

.mainspec dd {
    font-size: 4.5vw;
    text-align: right;
    border-bottom: solid 1px #777;
}

.mainspec dd:last-of-type {
    font-size: 3vw;
}

.catchcopy {
    font-size: 4.5vw;
    line-height: 1.4;
}

@media (min-width:768px) {
    .mainspec {
        font-size: 1.2vw;
    }
    .mainspec dd {
        font-size: 2vw;
    }
    .mainspec dd:last-of-type {
        font-size: 1.5vw;
    }
    .catchcopy {
        font-size: 1.6vw;
        line-height: 1.3;
    }
}

@media (min-width:2000px) {
    .mainspec {
        font-size: 30px;
    }
    .mainspec dd {
        font-size: 38px;
    }
    .mainspec dd:last-of-type {
        font-size: 35px;
    }
    .catchcopy {
        font-size: 40px;
        line-height: 1.3;
    }
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 3px 6px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: var(--red);
    border-radius: 5px;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--red);
}

.balloon1 p,
.balloon2 p {
    margin: 0;
    padding: 0;
}

.balloon2 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 3px 6px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    background: var(--blue);
    border-radius: 5px;
}

.balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--blue);
}


/*--効果--*/

.kouka a {
    font-size: 5vw;
}

@media (min-width: 768px) {
    .kouka a {
        font-size: 15px;
    }
}


/*--safetyarea--*/

#safetyarea li {
    padding-top: 10px;
    letter-spacing: 2px;
}

#safetyarea ul {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}


/*--canvas--*/


/*--box--*/

.color_text1 {
    color: var(--darkred);
    font-weight: bold;
}

.color_bg {
    background-color: var(--h2);
}

.color_bg_blue {
    background-color: var(--blue);
}

.color_bg_lightblue {
    background-color: var(--lightblue);
}

.color_bg_red {
    background-color: var(--red);
}


/*--.box p {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 30px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}--*/

.font1 {
    font-size: 6vw
}

.box div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background-color: var(--blue);
    color: white;
    font-size: 20px;
    width: 100%;
    height: 20%;
}

.box img {
    width: 100%;
    object-fit: contain;
    vertical-align: bottom;
}


/*--accordion--*/

.box_icatch_par {
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
}

.box_icatch {
    display: flex;
    position: relative;
    background-color: var(--darkblue);
    width: 230px;
    height: 230px;
    z-index: 10;
    align-items: center;
}

.box_icatch>div {
    font-size: 25px;
    color: var(--darkwhite);
    padding: 5px;
    margin: auto;
}

.box_icatch_font1 {
    font-size: 45px;
}

.box_icatch2 {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #eeeeee;
    max-width: 100%;
    min-height: 230px;
    align-items: center;
    padding: 20px 20px 20px 230px;
}

.box_icatch2 p {
    font-size: 17px;
    line-height: 1.6;
}

.box_icatch2 h3 {
    width: 100%;
    color: #000;
}

.border1 {
    border: solid 5px #c1e0ff;
    border-radius: 10px;
}

.rf-koukabox {
    border: solid 3px var(--h2);
    border-radius: 10px;
    background-color: white;
}

.rf-koukatitle {
    background-color: var(--h2);
    border-radius: 10px 10px 0 0;
    margin: 0;
    color: white;
    text-align: center;
}

.rf-koukaline {
    border-bottom: solid 1px var(--h2);
}

.border2 {
    border: solid 5px var(--h2);
    border-radius: 10px;
}

.white-line {
    border-bottom: solid 2px var(--brightblack);
}

.black-line {
    border-bottom: solid 2px var(--black);
}

.red-line {
    border-bottom: solid 3px var(--red);
}

.black-liney {
    border-bottom: solid 3px var(--black);
    border-top: solid 3px var(--black);
}

.yellow-line {
    border-bottom: solid 2px #d7cf3a;
}


/*--CS--*/

.picupcs {
    line-height: 2;
    letter-spacing: normal;
    padding-left: 5px;
}

@media screen and (min-width:768px) {
    .picupcs {
        line-height: 2;
        letter-spacing: 1.7px;
        padding-left: 100px;
    }
}


/*tabledesign*/

.textwrap {
    word-wrap: break-word;
}

.table_siyou td {
    table-layout: fixed;
    width: 300px;
}

.table_siyou th,
td {
    vertical-align: middle;
    /*--border-bottom: solid 1px #888;--*/
    border-right: solid 3px #fff;
    padding: 5px 10px 5px 15px;
    border: solid 1px grey;
}

.table_siyou tr:nth-of-type(even),
.table_siyou thead {
    background-color: #b0e0e6;
}

.table_siyou th {
    min-width: 100px;
    width: 150px;
}

#spec {
    font-size: 15px;
}

@media screen and (max-width:767px) {
    #spec {
        font-size: 12px;
    }
    #spec table {
        position: relative;
    }
    .table_siyou th {
        min-width: 90px;
        position: sticky;
        top: 0;
    }
    .table_siyou {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .table_siyou img {
        width: 150px;
    }
}


/*--footer--*/

footer {
    width: 100%;
    color: var(--darkwhite);
}

footer,
footer a {
    color: var(--darkwhite);
}

@media screen and (min-width:768px) {
    .sitemap,
    .sitemap a {
        font-size: 1rem;
        line-height: 1.5;
    }
}


/*--animation1--*/


/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}


/*--スクロールトップの記述--
    #fixedTop {
        display: none;
        width: 50px;
        text-align: center;
        line-height: 50px;
        color: #008b8b;;
        font-size: 40px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 99999;
    }
*/

#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 15px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    text-decoration: none;
    background-color: var(--black);
    color: #fff;
    width: 40px;
    padding: 10px 3px;
    text-align: center;
    display: block;
    opacity: 0.9;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    #page-top {
        position: fixed;
        bottom: 0;
        right: 20px;
        font-size: 18px;
        line-height: 1;
        z-index: 99;
    }
    #page-top a {
        text-decoration: none;
        background-color: var(--black);
        color: #fff;
        width: 60px;
    }
    #page-top a:hover {
        text-decoration: none;
        opacity: .5;
    }
}


/*--carousel--*/

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
}

.carousel-item {
    transition: transform .4s ease;
}


/*文字装飾*/


/*動きのきっかけの起点となるクラス名 はじめは非表示に*/

.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce {
    opacity: 0;
}


/*========= アニメーションの指定 ===============*/


/* アニメーションの回数を決めるCSS*/

.count1 {
    animation-iteration-count: 1;
    /*この数字を必要回数分に変更*/
}


/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time {
    animation-delay: 0.5s;
}


/* アニメーション自体が変化する時間を決めるCSS*/

.change-time {
    animation-duration: 4.5s;
    /*この数字を変化させたい時間に変更*/
}


/*--fededown--*/

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*--reformlp-------------------------------*/

.bgcolor_lg {
    background-color: var(--lightgrey);
}


/*--ACNEX--*/

table.acnexselect,
table.acnexselect_mb {
    font-size: 18px;
    width: 100%;
    table-layout: fixed;
}

table.acnexselect_mb {
    font-size: 16px;
}

.seinoutable {
    font-size: 0.9em;
}

.seinoutable td {
    padding: 8px;
}

table.acnexselect th,
table.acnexselect td,
table.acnexselect_mb th,
table.acnexselect_mb td {
    border: solid 1px #333;
    text-align: center;
    padding: 5px;
}

table.acnexselect ul,
table.acnexselect_mb ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

table.acnexselect tr>th:first-of-type {
    width: 50px;
}

.bg-purple {
    background-color: #c6529a;
}

.bg-orange {
    background-color: orangered;
}

.bg-lightyellow {
    background-color: orange;
}

.bg-lightgrey {
    background-color: #c6c6c6;
}

.tb {
    writing-mode: tb-rl;
}

@media (max-width: 992px) {
    .responsive iframe {
        width: 256px;
        height: 144px;
    }
}