@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.co_navy {
    color: #002B57;
}

.co_blue {
    color: #0A6ABA;
}

/***************************/
/**bg */
/***************************/
.bg_navy {
    background-color: #002B57;
}

.bg_blue {
    background-color: #0A6ABA;
}

.bg_light_blue {
    background-color: #E8F6FD;
}

/***************************/
/**ico */
/***************************/
.ico_tel {
    display: inline-block;
    position: relative;
    padding-left: 0.9em;
    font-size: 2.8rem;
    color: #002B57;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.ico_tel:before {
    position: absolute;
    top: 0;
    right: auot;
    bottom: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: '\f879';
    font-weight: bold;
    font-size: 0.7em;
    font-style: normal;
}

/********************************************/
/* ttl */
/********************************************/
.center_border_ttl {
    position: relative;
    margin-bottom: 3em;
    text-align: center;
    font-size: 2.3rem;
    font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    color: #002B57;
    letter-spacing: 0.05em;
}

.center_border_ttl:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
    content: '';
    width: 10em;
    height: 2px;
    margin: auto;
    background-color: #0A6ABA;
}

.center_border_en_ttl {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 3.0rem;
}

.center_border_en_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    font-size: 1em;
    font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.center_border_en_ttl span:after, .center_border_en_ttl span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 3em;
    height: 1px;
    background-color: #002B57;
    margin: auto;
}

.center_border_en_ttl span:before {
    left: 0;
}

.center_border_en_ttl span:after {
    right: 0;
}

.center_border_en_ttl small {
    display: block;
    color: #0A6ABA;
    font-size: 0.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.square_ttl {
    position: relative;
    margin-bottom: 1em;
    padding-left: 35px;
    font-size: 2.2rem;
    font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    color: #002B57;
    letter-spacing: 0.1em;
}

.square_ttl:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 29px;
    height: 25px;
    margin: auto;
    background: url(../img/common/ico-ttl-square.svg) no-repeat center/100%;
}

.square_ttl small {
    font-size: 0.6em;
}

.jp_en_ttl {
    margin-bottom: 1.5em;
    font-size: 2.5rem;
    font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #002B57;
}

.jp_en_ttl span {
    color: inherit;
    font-size: 1em;
    margin-right: 1em;
}

.jp_en_ttl small {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #0A6ABA;
    font-size: 0.7em;
}

.the_content h2,
.border_left_ttl {
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0A6ABA;
    font-size: 2.0rem;
    line-height: 1.3;
    font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    color: #002B57;
    letter-spacing: 0.1em;
}

.the_content h3,
.blue_square_ttl {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.the_content h3:before,
.blue_square_ttl:before {
    position: absolute;
    left: 0;
    top: 0.3em;
    content: '';
    width: 1em;
    height: 1em;
    line-height: 1em;
    background-color: #0A6ABA;
}

/********************************************/
/* btn */
/********************************************/
.hover_slide_black a {
    position: relative;
    overflow: hidden;
}

.hover_slide_black a:before {
    position: absolute;
    left: -130%;
    top: 0;
    content: '';
    width: 120%;
    height: 150%;
    background-color: #333;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hover_slide_black a span {
    position: relative;
    z-index: 1;
}

.hover_slide_black a:hover:before {
    left: -10%;
}

.hover_slide_black.blue_ver a:before {
    background-color: #0A6ABA;
}

.base_blue_btn {
    display: block;
}

.base_blue_btn a {
    display: block;
    padding: 1.5em 1em;
    background-color: #0A6ABA;
    text-align: center;
}

.base_blue_btn a span {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
}

.base_blue_btn.map_ver span {
    position: relative;
    padding-right: 2em;
}

.base_blue_btn.map_ver span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: '\f3c5';
    font-weight: bold;
}

.arrow_base_btn {
    display: inline-block;
    text-align: center;
}

.arrow_base_btn a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #0A6ABA;
    padding: 1.4em 2em;
    font-weight: bold;
    border: 1px solid #0A6ABA;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background-color: #fff;
}

.arrow_base_btn a span {
    font-size: 1em;
    color: inherit;
}

.arrow_base_btn a:before {
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    content: '';
    width: 95px;
    height: 15px;
    background: url(../img/common/arrow-navy-right.svg) no-repeat center/100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.arrow_base_btn a:hover {
    background-color: #0A6ABA;
    color: #fff;
}

.arrow_base_btn a:hover:before {
    right: 0.3em;
    background: url(../img/common/arrow-navy-right-hover.svg) no-repeat center/100%;
}

.arrow_base_btn a {
    overflow: hidden;
}

.arrow_base_btn a:after {
    position: absolute;
    left: -130%;
    top: 0;
    content: '';
    width: 120%;
    height: 150%;
    background-color: #0A6ABA;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.arrow_base_btn a span {
    position: relative;
    z-index: 1;
}

.arrow_base_btn a:hover:after {
    left: -10%;
}

.target_blank span {
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
}

.target_blank span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    font-family: "Font Awesome 5 Free";
    width: 1em;
    height: 1em;
    margin: auto;
    line-height: 1em;
    content: '\f35d';
    font-weight: bold;
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /***************************/
    /**ico */
    /***************************/
    .ico_tel {
        font-size: 2.0rem;
    }
    /********************************************/
    /* btn */
    /********************************************/
    .base_blue_btn a span {
        font-size: 1.5rem;
    }
    .arrow_base_btn a {
        font-size: 1.4rem;
    }
    .arrow_base_btn a:before {
        width: 75px;
        height: 9px;
    }
    /********************************************/
    /* ttl */
    /********************************************/
    .center_border_ttl {
        font-size: 1.8rem;
    }
    .center_border_ttl:after {
        width: 7em;
    }
    .center_border_en_ttl {
        font-size: 2.2rem;
    }
    .square_ttl {
        font-size: 1.7rem;
        padding-left: 25px;
    }
    .square_ttl:before {
        width: 20px;
        height: 17px;
    }
    .jp_en_ttl {
        font-size: 2.2rem;
    }
    .jp_en_ttl span {
        margin-right: 0;
    }
    .jp_en_ttl small {
        display: block;
    }
    .the_content h2,
    .border_left_ttl {
        font-size: 1.8rem;
    }
    .the_content h3,
    .blue_square_ttl {
        font-size: 1.7rem;
    }
}
