@charset "UTF-8";

/* ############## common ##############*/

html {
    color: #000000;
}

body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

a {
    text-decoration: none;
    display: block;
    color: #ffffff;
}

.cta__item {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 40px;
}

.cta__btn {
    text-align: left;
}

.cta__btn--inner {
    width: 277px;
    color: #000000;
    background-color: #ffffff;
    display: inline-flex;
    text-align: center;
    padding: 16px 0;
    font-weight: bold;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.cta__btn2 {
    text-align: right;
}

.cta__btn2--inner {
    width: 277px;
    color: #ffffff;
    background-color: #4f96f6;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ffffff;
    font-size: 23px;
    border-radius: 7px;
}

.cta__btn2--inner--number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta__btn2--inner--time {
    font-size: 12px;
    font-weight: 100;
}

main {
    padding-top: 67px;
}

main h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 70px;
    padding-top: 20px;
    margin-bottom: 105px;
    border-top: 2px solid #005fa0;
}

/* ############## common ##############*/

.header {
    background-color: #005fa0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1110px;
    padding: 0 15px;
    margin: 0 auto;
    height: 67px;
}

.header__left h1 {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}

.header__right {
    display: flex;
}

.header__right a {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    padding-bottom: 5px;
}

/* ハンバーガーメニュー */
/* 閉じているときのハンバーガーボタン */
.hamburger {
    display: none;
    position: fixed;
    z-index: 18;
    right: 59px;
    top: 27px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    background-color: #707070;
}

.hamburger span {
    display: none;
    position: absolute;
    width: 45px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 25px;
}

.hamburger span:nth-child(3) {
    top: 40px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #ffffff;
    background: #ac7161;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.05s;
    width: 100%;
    height: 100%;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a:hover {
    background: rgba(0, 0, 0, 0.03);
}

nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 1em 0;
    text-decoration: none;
    font-weight: bold;
    padding-left: 16px;
}

nav.globalMenuSp ul li p a {
    padding-left: 32px;
}

nav.globalMenuSp ul li .child-content {
    border-top: 0px none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0px);
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 10;
}

/* ハンバーガーメニュー */

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a {
    /*線の基点とするためrelativeを指定*/
    position: relative;
}

.gnavi li.current a,
.gnavi li a:hover {
    color: #ffffff;
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}

.footer-cta {
    text-align: center;
    background-color: #005fa0;
    padding-bottom: 50px;
}

.footer-cta__lead {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding: 45px 0 0 0;
    margin-bottom: -50px;
}

.footer__inner {
    max-width: 1110px;
    padding: 55px 15px 140px 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 40px;
}

.footer__company {
    width: 325px;
}

.footer__company p {
    padding-top: 10px;
}

.footer__inner span {
    border-bottom: 1.5px solid #005fa0;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    width: 325px;
    display: block;
}

.footer__menu ul {
    padding-top: 10px;
}

.footer__menu a {
    color: #000000;
}

.copyright {
    background-color: #707070;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    padding: 8px 0;
}

/* メニュー名を赤くする */
.current {
    /* color: #AC7161; */
    position: relative;
}

.current::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 17%;
    /*線の形状*/
    width: 65%;
    height: 2px;
    background: #ffffff;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
    transform: scale(1, 1);
}

.breadcrumb-area {
    margin-top: 5px;
    display: flex;
    font-size: 12px;
    color: #555;
}

.breadcrumb-area span {
    color: #000000;
    padding: 0 5px;
}

@media screen and (max-width: 768px) {
    /* ############## common ##############*/

    html {
        color: #000000;
    }

    body {
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        letter-spacing: 0;
        line-height: 1.6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
    }

    a {
        text-decoration: none;
        display: block;
        color: #ffffff;
    }

    .cta__item {
        display: flex;
        justify-content: center;
        padding-top: 75px;
        flex-wrap: wrap;
        column-gap: 50px;
        row-gap: 40px;
    }

    .cta__btn {
        text-align: left;
    }

    .cta__btn--inner {
        width: 277px;
        color: #000000;
        background-color: #ffffff;
        display: inline-flex;
        text-align: center;
        padding: 16px 0;
        font-weight: bold;
        border: 1px solid #000000;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
    }

    .cta__btn2 {
        text-align: right;
    }

    .cta__btn2--inner {
        width: 277px;
        color: #ffffff;
        background-color: #4f96f6;
        text-align: center;
        font-weight: bold;
        border: 1px solid #ffffff;
        font-size: 23px;
        border-radius: 7px;
    }

    .cta__btn2--inner--number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .cta__btn2--inner--time {
        font-size: 12px;
        font-weight: 100;
    }

    main {
        padding-top: 50px;
    }

    main h1 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 45px;
        padding-top: 20px;
        margin-bottom: 75px;
        border-top: 2px solid #005fa0;
    }

    /* ############## common ##############*/

    .header {
        background-color: #005fa0;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .header__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1110px;
        padding: 0 15px;
        margin: 0 auto;
        height: 50px;
    }

    .header__left h1 {
        font-weight: bold;
        font-size: 24px;
        color: #ffffff;
    }

    .header__right {
        display: none;
    }

    .header__right a {
        font-size: 14px;
        font-weight: bold;
        padding: 0 15px;
        padding-bottom: 5px;
    }

    /* ハンバーガーメニュー */
    /* 閉じているときのハンバーガーボタン */
    .hamburger {
        display: block;
        position: fixed;
        z-index: 18;
        right: 10px;
        top: 5px;
        width: 38px;
        height: 38px;
        cursor: pointer;
        text-align: center;
        background-color: #ffffff;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 25px;
        height: 2px;
        left: 6px;
        background: #005fa0;
        -webkit-transition: 0.1s ease-in-out;
        -moz-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 18px;
    }

    .hamburger span:nth-child(3) {
        top: 26px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        display: none;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #ffffff;
        background: #005fa0;
        text-align: left;
        transform: translateY(-100%);
        transition: all 0.05s;
        width: 100%;
        height: 100%;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li a:hover {
        background: rgba(0, 0, 0, 0.03);
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #ffffff;
        padding: 1em 0;
        text-decoration: none;
        font-weight: bold;
        padding-left: 16px;
    }

    nav.globalMenuSp ul li p a {
        padding-left: 32px;
    }

    nav.globalMenuSp ul li .child-content {
        border-top: 0px none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0px);
        text-align: center;
        display: flex;
        align-items: center;
        z-index: 10;
    }

    /*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

    .gnavi li a {
        /*線の基点とするためrelativeを指定*/
        position: relative;
    }

    .gnavi li.current a,
    .gnavi li a:hover {
        color: #ffffff;
    }

    /* .gnavi li a::after { */
    /* content: ''; */
    /*絶対配置で線の位置を決める*/
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 17%; */
    /*線の形状*/
    /* width: 65%; */
    /* height: 2px; */
    /* background: #ffffff; */
    /*アニメーションの指定*/
    /* transition: all .3s; */
    /* transform: scale(0, 1); */
    /*X方向0、Y方向1*/
    /* transform-origin: center top; */
    /*上部中央基点*/
    /* } */

    /*現在地とhoverの設定*/
    .gnavi li.current a::after,
    .gnavi li a:hover::after {
        transform: scale(1, 1);
        /*X方向にスケール拡大*/
    }

    .footer-cta {
        text-align: center;
        background-color: #005fa0;
        padding-bottom: 50px;
    }

    .footer-cta__lead {
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
        padding: 45px 0 0 0;
        margin-bottom: -25px;
    }

    .footer__inner {
        max-width: 1110px;
        padding: 55px 15px 75px 15px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        column-gap: 50px;
        row-gap: 40px;
    }

    .footer__company {
        width: 325px;
    }

    .footer__company p {
        padding-top: 10px;
    }

    .footer__inner span {
        border-bottom: 1.5px solid #005fa0;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 5px;
        width: 325px;
        display: block;
    }

    .footer__menu ul {
        padding-top: 10px;
    }

    .footer__menu a {
        color: #000000;
    }

    .copyright {
        background-color: #707070;
        text-align: center;
        font-size: 11px;
        color: #ffffff;
        padding: 8px 0;
    }

    .breadcrumb-area {
        margin-top: 5px;
        display: flex;
        font-size: 10px;
        color: #555;
    }

    .breadcrumb-area span {
        color: #000000;
        padding: 0 5px;
    }
}