/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.header_info {
    line-height: 1.2;
    background-image: url(../images/common/pattern01.jpg);
}
.header_info .header_info-tel {
    color: #38542d;
}
.header_info .header_info-tel span {
    font-size: 168.75%;
    line-height: 1;
}
.page-header {
    width: 100%;
    /* position: fixed;
    top: 0; left: 0; right: 0; */
    z-index: 100;
    background-color: #fff;
}
.page-header .h_wrap {
    align-items: center;
    height: 100px;
    position: relative;
}
.page-header .h_logo {
    margin: 0 auto 0 0;
    line-height: 1;
}
.page-header .h_logo a {
    display: inline-block;
}
.page-header .header_detail {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}
.page-header .header_detail_address {
    margin: -4px 0 8px;
    text-align: right;
    line-height: 1.5;
}
.page-header .aside-info_tel {
    text-align: right;
}
.aside-info_open {
    justify-content: flex-end;
}

/* nav */
.g_nav {
    width: 100%;
    height: 65px;
    line-height: 2;
    font-size: 1.5rem;
    position: relative;
    z-index: 1000;
    background-color: #f4eee5;
}
.g_nav li span {
    display: block;
}
.g_nav li span::first-letter {
    color: #f69467;
}
.g_nav li span.h_nav_img {
    height: 43px;
}
.g_nav .h_nav {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    color: #fff;
    background-color: #293e9b;
}
.g_nav .h_nav li:not(:last-of-type) {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #6a78b9;
}
.h_nav {
    align-items: center;
    margin: 0 auto;
    z-index: 1000;
}
.h_nav li {
    text-align: center;
    position: relative;
}
.h_nav li a {
    display: inline-block;
}
.h_nav li a {
    position: relative;
}
.fix-nav.fixed {
    width: 100%;
    position: fixed;
    top: 0; left: 0; right: 0;
}
/* ▼fix-header */
.fix-header {
    display: none;
    align-items: center;
    width: 1080px;
    height: 60px;
    margin: 0 auto;
    padding: 0 25px;
    background-color: #fff;
    position: fixed;
    left: 0; right: 0; top: 20px;
    opacity: 0;
    z-index: 100;
}
.fix-header.fixed {
    display: flex;
    opacity: 1;
}
.fix-header_logo {
    height: auto;
    line-height: 1;
}
.fix-header_detail {
    align-items: center;
}
.fix-header_detail-list {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #d5d5d5;
}
.fix-header_detail-list li {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
.fix-header_detail-list li:not(:last-child) {
    margin-right: 30px;
}
.fix-header_detail-list li span {
    display: block;
    color: #dd2314;
    font-size: 1.2rem;
    line-height: 1;
}
.fix-header .aside-info_tel {
    margin: 4px 0 0;
    font-size: 2.2rem;
    text-align: right;
}
.fix-header .aside-info_tel::before {
    width: 16px;
    height: 16px;
    vertical-align: 0px;
}
.fix-header .aside-info_telSub {
    line-height: 1.5;
    margin: 1px 0 0;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    align-items: center;
    justify-content: center;
    background-image: url(../images/top/main_vis01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel,
.carousel-cell {
    width: 100%;
    height: 100%;
}
.carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-vis01 {
    background: url(../images/top/main_vis01.jpg) no-repeat bottom / cover;
}
.main-vis02 {
    background: url(../images/top/main_vis02.jpg) no-repeat bottom / cover;
}
.main-vis03 {
    background: url(../images/top/main_vis03.jpg) no-repeat bottom / cover;
}
.main-vis04 {
    background: url(../images/top/main_vis04.jpg) no-repeat bottom / cover;
}
.key {
    align-items: center;
    width: 100%;
    height: 420px;
    margin: 0 auto;
    position: relative;
}
#top .key {
    height: calc(100vh - 100px - 65px);
    padding: 0;
}
.key_ttl {
    margin: 0 0 32px;
}
.key_ttl-sub {
    font-size: 3rem;
}
.key_cnt {
    width: 700px;
    padding: 32px;
    color: #fff;
    background-color: rgba(221, 35, 20, .8);
    text-align: center;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    top-line
--------------------*/
.top-line {
    background: url(../images/top/line_bg.jpg) no-repeat center / cover;
}
.top-line_wrap {
    align-items: center;
    width: 820px;
    padding: 32px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}
.top-line_wrap::before {
    content: '';
    width: 152px;
    height: 151px;
    margin: 0 25px 0 0;
    background: url(../images/top/line_ico.png) no-repeat center / contain;
}
.top-line_cnt {
    flex: 1;
}
.top-line_ttl {
    margin: 0 0 3px;
    color: #00c402;
    font-size: 3.2rem;
}
.top-line_ttl span {
    display: block;
    color: #dd2314;
    font-size: 1.8rem;
    line-height: 1;
}

/*
    top-greeting
--------------------*/
.top-greeting_wrap {
    flex-direction: row-reverse;
}
.top-greeting_lead {
    margin: 0 0 12px;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: bold;
    font-feature-settings: 'palt' 1;
}
.top-greeting_lead span {
    color: #dd2314;
}
.top-greeting_cnt {
    width: 505px;
}


/*
    top-point
--------------------*/
.top-point {
    background-color: #f5f5f5;
}
.top-point_list {
    width: 550px;
}
.top-point_list li {
    background-color: #fff;
    counter-increment: top-point_list;
    position: relative;
    padding: 27px 20px 27px 56px;
    font-feature-settings: "palt"1;
}
.top-point_list li:not(:last-child) {
    margin-bottom: 23px;
}
.top-point_list li::before {
    content: '0' counter(top-point_list);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: auto;
    color: #fff;
    background-color: #dd2314;
    font-size: 3.6rem;
    position: absolute;
    top: 0; bottom: 0; left: -32px;
}
.top-point_head {
    margin: 0 0 2px;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.3;
}
.top-point_head span {
    color: #dd2314;
}

/*
    top-business
--------------------*/
.top-business_wrap {
    align-items: stretch;
}
.top-business_cnt {
    width: 528px;
    padding: 24px;
    border: 1px solid #d5d5d5;
    font-feature-settings: "palt"1;
}
.top-business_cnt:nth-of-type(n+3) {
    margin-top: 24px;
}
.top-business_img {
    margin: 0 0 30px;
}
.top-business_ttl {
    margin: 0 0 15px;
    padding: 0 0 0 8px;
    border-left: 4px solid #dd2314;
    line-height: 1;
    font-size: 2.8rem;
}









/*
    top-company
--------------------*/
.top-company_wrap:not(:last-child) {
    margin-bottom: 70px;
}
.top-company_map {
    height: 400px;
}
.top-company .contact-privacy {
    border: 1px solid #d5d5d5;
    height: 350px;
}






/* ▼story */
.story {
    background-color: #f5f5f5;
}
.story_post a.flex {
    align-items: center;
    position: relative;
    background-color: #fff;
    line-height: 1;
}
.story_post time {
    color: #777777;
}
.story_post .story_post-tag {
    display: inline-block;
    letter-spacing: 0.06em;
}
.story_post .story_post-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.story_ttl {
    display: flex;
    align-items: center;
}
.story_wrap {
    position: relative;
}
.story .top-ttl {
    margin-bottom: 40px;
}
.story_cnt {
    width: 100%;
    position: relative;
}
.story_post:not(:last-child) {
    margin-bottom: 24px;
}
.story_post a.flex {
    align-items: flex-start;
    padding: 24px;
    position: relative;
}
.story_post a.flex::after {
    content: '';
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 3px solid #dd2314;
    border-right: 3px solid #dd2314;
    position: absolute;
    top: 0; bottom: 0; right: 24px;
    transform: rotate(45deg);
    transition: all .3s;
}
.story_post a.flex:hover::after {
    transform: translateX(7px) rotate(45deg);
}
.story_post time {
    display: inline-block;
    margin: 0 24px 0 0;
    text-align: center;
}
.story_post time::after {
    margin: 0 0 0 25px;
}
.story_post .story_post-tag {
    line-height: 28px;
    margin-right: 30px;
}
.story_post .story_post-txt {
    flex: 1;
}
.story_btn {
    width: 295px;
    margin: 37px auto 0;
    padding: 9px 0;
    color: #fff;
    background-color: #dd2314;
    text-align: center;
    border-radius: 8px;
}

/*
    page-contact
--------------------*/
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    color: #101010;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 500;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* ▼button */
.contact_submits button,
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    color: #fff;
    background-color: #dd2314;
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 5px;
}
.contact_submits.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-privacy {
    width: 100%;
    height: 200px;
    margin: 0 auto 30px;
    border: 1px solid #979797;
}
.contact-privacy iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .contact-main_lead {
        margin: 0 0 30px;
        text-align: center;
        line-height: 1.6667;
    }
    /* .contact-form-table tr:first-child {
        border-top: 1px solid #aeaeae;
    }
    .contact-form-table tr {
        border-bottom: 1px solid #aeaeae;
    } */
    .contact-form-table td,
    .contact-form-table th {
        padding: 20px 30px;
    }
    .contact-form-table th {
        width: 360px;
    }
    .required-mark {
        margin: 4px 0 0;
        padding: 4px 2px;
        line-height: 1;
    }
    .contact-privacy {
        height: 320px;
    }
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer.page-footer {
    background-color:#fff;
    border-top: 1px solid #d5d5d5;
    position: relative;
}
footer .footer_wrap {
    height: 110px;
    align-items: center;
}
footer .footer_main {
    flex: 1;
    align-items: center;
    margin: 0 70px 0 0;
}
footer .footer-ttl {
    display: inline-block;
    width: auto;
}
footer .footer_info_adr {
    flex: 1;
    margin: 0 0 0 27px;
    line-height: 1.5;
}
footer .aside-info_detail {
    justify-content: flex-end;
}
footer .footer-nav {
    width: 100%;
    margin: 5px 0 0;
}
footer .footer-nav .flex {
    justify-content: flex-end;
}
footer .footer-nav .flex:not(:last-child) {
    margin: 0 0 16px;
}
footer .footer-nav li {
    line-height: 1;
    font-size: 1.3rem;
}
footer .footer-nav li:not(:last-child) {
    margin-right: 10px;
}
footer .copyright {
    text-align: center;
    color: #fff;
    background-color: #dd2314;
    padding: 10px 0;
    font-size: 1.2rem;
}