/* ▼font-sub */
/* .font-sub {
    font-family: 'Noto Serif JP', serif;
} */
/* ▼common-info */
.common-info {
    font-size: 1.4rem;
    line-height: 1.5;
}
.common-info_tel {
    font-size: 3rem;
    line-height: .8;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.common-info_tel span {
    margin: 0 5px 0 0;
    font-size: 1.6rem;
    line-height: .5;
}
.common-info_tel::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 31px;
    margin: 0 10px 0 0;
    background: url(../images/common/ico_tel.png) no-repeat center / contain;
    vertical-align: -3px;
}
.common-info_telSub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
}
.common-info_telSub::before,
.common-info_telSub::after {
    content: '';
    width: 20px;
    height: 4px;
    margin: 0 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.common-info_open {
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0.06em;
}
.common-info_open li:not(:last-child) {
    margin-right: 15px;
}
.common-info_open span {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 5px 10px 3px;
    color: #fff;
    background-color: #0024ff;
    border-radius: 15px;
    font-size: 1.5rem;
    text-align: center;
}
.common-info_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 60px;
    padding: 0 17px;
    color: #fff;
    background-image: repeating-linear-gradient(135deg, #fb3809, #fb3809 4px, #f92a07 4px, #f92a07 7px);
    border-radius: 5px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
}
.common-info_contact span {
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000,0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    z-index: 10;
}
.common-info_contact::before {
    content: 'ENTRY';
    line-height: 1;
    font-size: 3rem;
    font-style: italic;
    color: #f95439;
    position: absolute;
    bottom: -2px; left: 6px;
}
.common-info_contact::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: auto;
    background: url(../images/common/ico_arrow01.png) no-repeat center / contain;
    position: absolute;
    top: 0; bottom: 0; right: 17px;
    transition: all .3s;
}
.common-info_contact:hover::after {
    transform: translateX(7px);
}
.common-info_contact.common-info_line {
    background-color: #5bc484;
}
.common-info_contact.common-info_line::before {
    width: 24px;
    height: 23px;
    margin-bottom: -2px;
    background-image: url(../images/common/ico_line.png);
}
.common-info_guide {
    justify-content: flex-end;
}
.common-info_address {
    font-size: 1.2rem;
    letter-spacing: 0.14em;
}
.common-info_address::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 16px;
    margin: 0 7px 0 0;
    background: url(../images/common/ico_map.png) no-repeat center / contain;
    vertical-align: -3px;
}
@media screen and (min-width: 768px) {
    .common-info_sns li:not(:last-child) {
        margin-right: 16px;
    }
}
@media screen and (max-width: 767px) {
    .common-info_sns {
        justify-content: center;
    }
    .common-info_sns li {
        margin: 7px;
    }
}

/* pull-down */
.pull-down {
    cursor: pointer;
}
.in_nav li::after,
.in_nav li::before {
    content: none !important;
}
@media screen and (min-width: 768px) {
    /* in_nav */
    .in_nav {
        display: none;
		width: 130px;
        color: #fff;
        background-color: #98887b;
		position: absolute;
        top: calc(100% + 11px); left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity .3s;
        z-index: 100;
	}
    .in_nav.in_nav_fade {
        display: block;
        opacity: 1;
        animation: anim_fadeIn .3s ease;
	}
    @keyframes anim_fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .in_nav li {
        margin: 0 !important;
        padding: 0 !important;
        border-left: none !important;
	}
    .in_nav li:not(:last-child) {
        border-bottom: 3px solid;
        border-image: url(../images/common/body.jpg) 3;
	}
    .in_nav li a {
        padding: 2px 0 3px 8px;
        font-size: 1.2rem;
        text-align: left;
        font-weight: 400;
	}
    .in_nav li a::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin: 0 8px 0 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #dfccba;
        vertical-align: 2px;
	}
	.pull-down {
        padding: 22px 0;
    }
    .h_nav.fixed .in_nav {
        top: calc(100% + 25px);
    }
    .pull-down::before {
        content: '';
        width: 100%;
        height: 25px;
        position: absolute;
        left: 0; right: 0; top: 100%;
    }
}
@media screen and (max-width: 767px) {
    .in_nav {
        display: block;
        margin: 10px 20px 0 0;
        padding: 5px 10px;
        color: #fff;
        background-color: #0024ff;
	}
    .in_nav li:not(:last-child) {
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }
    .in_nav li {
        padding-left: 0 !important;
    }
    .in_nav li a::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin: 0 8px 0 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #dfccba;
        vertical-align: 2px;
	}
    .pull-down {
        position: relative;
    }
    /* .pull-down:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #262626 transparent transparent transparent;
        vertical-align: 3px;
        position: absolute;
        top: 18px; left: 305px;
    }
    .pull-down:hover:after {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #262626 transparent;
        content: none;
    } */
}


/* ▼common-bg */
.common-bg {
    background-image: url(../images/common/pattern01.jpg);
}

/* ▼animation */
.slidein-left {
    opacity: 0;
    transition: all 1.0s;
    transform: translate3d(-150px, 0, 0);
}
.slidein-left.is-slide {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
    .slidein-left:nth-child(1) {
        transition-delay: 0.3s;
    }
    .slidein-left:nth-child(2) {
        transition-delay: 0.2s;
    }
    .slidein-left:nth-child(3) {
        transition-delay: 0.1s;
    }
}
.slidein-right {
    opacity: 0;
    transition: all 1.0s;
    transform: translate3d(150px, 0, 0);
}
.slidein-right.is-slide {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
    .slidein-right:nth-child(2) {
        transition-delay: 0.1s;
    }
    .slidein-right:nth-child(3) {
        transition-delay: 0.2s;
    }
    .slidein-right:nth-child(4) {
        transition-delay: 0.3s;
    }
    .slidein-right:nth-child(5) {
        transition-delay: 0.4s;
    }
    .slidein-right:nth-child(6) {
        transition-delay: 0.5s;
    }
    .slidein-right:nth-child(7) {
        transition-delay: 0.6s;
    }
    .slidein-right:nth-child(8) {
        transition-delay: 0.7s;
    }
    .slidein-right:nth-child(9) {
        transition-delay: 0.8s;
    }
    .slidein-right:nth-child(10) {
        transition-delay: 0.9s;
    }
}
.slidein-top {
    opacity: 0;
    transition: all 1.0s;
    transform: translate3d(0, 150px, 0);
}
.slidein-top.is-slide {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.slidein-bottom {
    opacity: 0;
    transition: all 1.0s;
    transform: translate3d(0, -150px, 0);
}
.slidein-bottom.is-slide {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
    .slidein-bottom:nth-child(2) {
        transition-delay: 0.1s;
    }
    .slidein-bottom:nth-child(3) {
        transition-delay: 0.2s;
    }
    .slidein-bottom:nth-child(4) {
        transition-delay: 0.3s;
    }
    .slidein-bottom:nth-child(5) {
        transition-delay: 0.4s;
    }
    .slidein-bottom:nth-child(6) {
        transition-delay: 0.5s;
    }
    .slidein-bottom:nth-child(7) {
        transition-delay: 0.6s;
    }
    .slidein-bottom:nth-child(8) {
        transition-delay: 0.7s;
    }
    .slidein-bottom:nth-child(9) {
        transition-delay: 0.8s;
    }
    .slidein-bottom:nth-child(10) {
        transition-delay: 0.9s;
    }
}

.animation-grow {
    opacity: 0;
    transform: scale(0);
    transform-origin: left;
    transition: transform 0.5s, opacity 1.0s;
}
.animation-grow.is-grow {
    opacity: 1;
    transform: scale(1);
}

/* ▼modal */
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 998;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    overflow-x: auto;
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal__content-txt {
    width: 100%;
}
.js-modal__btn--close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px; right: 10px;
    cursor: pointer;
}
.js-modal__btn--close span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #0024ff;
    transition: .3s;
}
.js-modal__btn--close span:not(:last-child) {
    margin-bottom: 8px;
}
.js-modal__btn--close span:nth-of-type(1) {
    -webkit-transform: translate3d(0px, 10px, 0) rotate(45deg);
    transform: translate3d(0px, 10px, 0) rotate(45deg);
}
.js-modal__btn--close span:nth-of-type(2) {
    -webkit-transform: translate3d(0px, -1px, 0) rotate(-45deg);
    transform: translate3d(0px, -1px, 0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
    .modal__content {
        width: 1080px;
        max-height: 70vh;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .modal__content {
        width: calc(100% - 40px);
        max-height: 70vh;
        padding: 20px;
        top: 50%;
    }
    .modal__content-txt br {
        display: block;
    }
}

/*
    js-lity
--------------------*/
.data-lity-message {
    margin-top: 20px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    top: auto; left: 0; right: 0;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .data-lity-message {
        margin-top: 15px;
        font-size: 1.4rem;
    }
}


/*
    title
--------------------*/
/* ▼common-ttl */
.common-ttl {
    line-height: 1.3;
    text-align: center;
    font-weight: 900;
    text-align: center;
    position: relative;
    letter-spacing: 0.075em;
    color: #fff;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;

    /* font-family: 'Noto Serif JP', serif; */
}
/* .common-ttl::after {
    content: '';
    display: block;
    width: 220px;
    height: 1px;
    margin: 12px auto 0;
    border-bottom: 4px solid #0024ff;
} */
@media screen and (min-width: 768px) {
    .common-ttl {
        margin: 0 0 40px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .common-ttl {
        margin: 0 0 25px;
        font-size: 2.2rem;
    }
}
/* ▼common-ttl_sub */
.common-ttl_sub {
    text-align: left;
}
.common-ttl_sub span.common-ttl_en {
    margin-left: 5px;
}
.common-ttl_sub::before {
    content: none;
}
/* ▼common-lead */
.common-lead {
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 25px 0 0 25px;
    background: linear-gradient(#28bf00, #28bf00) no-repeat left / 20px 100%;
    background-color: #0024ff;
    text-align: left;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .common-lead {
        margin: 0 0 30px;
        padding: 8px 20px 8px 40px;
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .common-lead {
        margin: 0 0 20px;
        padding: 10px 10px 10px 30px;
        font-size: 1.7rem;
    }
}
/* ▼common-head */
.common-head {
    display: block;
    width: 100%;
    border-left: 2px solid #0024ff;
    font-weight: 500;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .common-head {
        margin: 0 0 15px;
        padding: 0 0 0 20px;
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 767px) {
    .common-head {
        margin: 0 0 15px;
        padding: 0 0 0 15px;
        font-size: 1.6rem;
    }
}
/* ▼sub-ttl */
.sub-ttl {
    line-height: 1.3;
    text-align: center;
    font-weight: 900;
    text-align: center;
    position: relative;
    letter-spacing: 0.08em;
}
.sub-ttl::before {
    content: '';
    display: block;
    text-align: center;
}
.sub-ttl span {
    display: block;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .sub-ttl {
        margin: 0 0 30px;
        padding: 0 0 20px;
        font-size: 4.2rem;
        border-bottom: 8px solid;
    }
    .sub-ttl span {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 767px) {
    .sub-ttl {
        margin: 0 0 25px;
        padding: 0 0 12px;
        font-size: 2.4rem;
        border-bottom: 5px solid;
    }
}
.marker-ttl {
    display: inline-block;
    width: auto;
    padding: 0 0 5px;
    background: linear-gradient(#e9e6d9, #e9e6d9) no-repeat bottom / 100% 13px;
    font-size: 1.5rem;
}
/* ▼top-ttl */
.top-ttl {
    line-height: 1.3;
    text-align: center;
    color: #0024ff;
    font-weight: 900;
    position: relative;
    letter-spacing: 0.08em;
    line-height: 1;
}
.top-ttl::before {
    content: url(../images/top/voice_ttl_ico.png);
    display: block;
    text-align: center;
    line-height: 0;
}
.top-ttl span {
    display: block;
    line-height: 1;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
    .top-ttl {
        margin: 0 0 45px;
        font-size: 6.4rem;
    }
    .top-ttl::before {
        margin: 0 0 5px;
    }
    .top-ttl span {
        margin: 15px 0 0;
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .top-ttl {
        margin: 0 0 30px;
        font-size: 3rem;
    }
    .top-ttl::before {
        margin: 0 0 8px;
    }
    .top-ttl span {
        margin: 10px 0 0;
        font-size: 1.6rem;
    }
}
/* ▼image-ttl */
.image-ttl {
    text-align: center;
    background-color: rgba(192, 228, 135, .4);
    line-height: 1;
}
.image-ttl img {
    line-height: 0;
}
@media screen and (min-width: 768px) {
    .image-ttl {
        width: 390px;
        padding: 11px 0;
        margin: 0 auto 50px;
    }
}
@media screen and (max-width: 767px) {
    .image-ttl {
        width: 100%;
        max-width: 390px;
        padding: 8px 0;
        margin: 0 auto 30px;
    }
    .image-ttl img {
        height: 20px;
    }
}

/*
    button
--------------------*/
.common-btn {
    display: block;
    width: 176px;
    height: auto;
    margin: 30px auto 0;
    padding: 12px 0 12px;
    color: #fff;
    background-color: #0024ff;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.075em;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
    .common-btn {
        width: 240px;
        padding: 14px 0;
        font-size: 1.4rem;
    }
}
/* ▼arrow-btn */
.arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 40px auto 0;
    padding: 17px 0;
    color: #fff;
    background-color: #9c342c;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
}
.arrow-btn::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    margin: 0 17px 0 0;
    background: url(../images/common/moreBtn_arrow01.png) no-repeat center / contain;
    transition: all .3s;
}
.arrow-btn:hover::before {
    transform: translateX(5px);
}
@media screen and (max-width: 767px) {
    .arrow-btn {
        max-width: 335px;
        margin-top: 30px;
        padding: 13px 0;
        font-size: 1.5rem;
    }
}

/*
    list
--------------------*/
/* ▼common-list */
.common-list_ttl {
    display: block;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid;
    line-height: 1.3;
    letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
    .common-list li:not(:nth-child(4n)):not(:last-child) {
        margin-right: 40px;
    }
    .common-list li:nth-child(n+5) {
        margin-top: 30px;
    }
    .common-list_ttl {
        margin: 8px 0 0;
        padding: 0 0 6px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .common-list li {
        width: 49%;
    }
    .common-list li:nth-child(n+3) {
        margin-top: 20px;
    }
    .common-list_ttl {
        margin: 8px 0 0;
        padding: 0 0 6px;
        font-size: 1.6rem;
    }
}

/*
    table
--------------------*/
/* ▼c_table type02 */
.c_table {
    width: 100%;
}
.c_table tr {
    background-color: #fff;
}
.c_table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.c_table th {
    text-align: center;
    font-weight: 400;
}
.c_table td a {
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .c_table {
        font-size: 1.6rem;
        line-height: 1.875;
        border-left: none;
    }
    .c_table tr {
        display: flex;
        align-items: stretch;
    }
    .c_table th {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        width: 250px;
        padding: 10px 0px;
    }
    .c_table td {
        display: block;
        flex: 1;
        padding: 10px 20px 10px 40px;
    }
    .c_table td span {
        display: block;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .c_table br {
        display: block;
    }
    .c_table tr {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%;
        background-color: #fff;
    }
    .c_table tr:not(:last-child) {
        margin-bottom: 5px;
    }
    .c_table th {
        display: block;
        width: 100%;
        margin: 0 auto -5px;
        padding: 10px 20px 0;
        font-weight: bold;
    }
    .c_table td {
        padding: 10px 20px;
    }
}
/* ▼table-slide */
@media screen and (max-width: 767px) {
    .table-slide {
        overflow: auto;
    }
    .table-slide table {
        width: 1080px;
        text-align: center;
    }
    .table-slide table tr {
        display: table-row;
    }
    .table-slide table tr:not(:last-child) {
        margin-bottom: 0;
    }
    .table-slide table th,
    .table-slide table td {
        display: table-cell;
    }
    .table-slide table th {
        width: 240px;
    }
    .table-slide table td {
        width: auto;
    }
}

/*
block
--------------------*/
/* ▼block */
.common-block span {
    color: #097a0a;
}
@media screen and (min-width: 768px) {
    .common-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .common-block:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .common-block_cnt {
        width: 540px;
    }
    .common-block .block_list {
        width: 100%;
        margin: 50px 0 0;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .common-block:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .common-block .block_img {
        margin: 0 0 20px;
    }
    .common-block_cnt {
        width: 100%;
        margin: 30px 0 0;
    }
    .common-block .block_list {
        width: 100%;
        margin: 30px 0 0;
        justify-content: center;
    }
}
/* ▼card */
[class*="_card"] {
    border-radius: 20px;
}
/*
    breadcrumbs-type01
---------------------*/
.breadcrumbs {
    width: 100%;
    z-index: 10;
    position: absolute;
}
.breadcrumbs .bread_wrap {
    justify-content: flex-start;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    display: block;
    border-top: 2px solid #0024ff;
    border-right: 2px solid #0024ff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
}
.breadcrumbs li:last-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}
.breadcrumbs a {
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        display: flex;
        justify-content: flex-start;
        margin: 5px 0 0;
        padding: 0 20px;
    }
    .breadcrumbs .bread_wrap {
        justify-content: flex-end;
        flex-direction: row;
        width: 1080px;
        margin: 0 auto;
    }
    .breadcrumbs li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumbs li:not(:last-child) {
        padding: 0 20px 0 0;
    }
    .breadcrumbs li:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 8px;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
  }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        margin: 5px 0 0;
    }
    .bread_wrap {
        /*width: calc(100% - 40px);*/
        max-width: unset;
        margin: 0 auto;
        flex-direction: row;
    }
    .breadcrumbs li:not(:last-child) {
        padding: 0 30px 0 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .breadcrumbs li:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px;
    }
    .breadcrumbs li:last-child {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/*
    breadcrumbs-type02
---------------------*/
/*.breadcrumbs .bread_wrap {
    justify-content: flex-start;
}
.breadcrumbs li:not(:last-child) {
    background: #0024ff;
    color: #fff;
    position: relative;
}
.breadcrumbs li:first-child {
    border-radius: 10px 0 0 10px;
}
.breadcrumbs li:not(:last-child) {
    margin: 0 3px 0 0;
}
.breadcrumbs li:not(:first-child) a {
    padding: 5px 10px 5px 25px;
}
.breadcrumbs li:last-child {
    display: block;
    padding: 5px 15px 5px 25px;
    border-radius: 0 10px 10px 0;
}
.breadcrumbs li:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;

}
.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #0024ff;
    position: absolute;
    top: 0; left: 100%;
    z-index: 10;
}
.breadcrumbs li:not(:last-child)::after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0; left: calc(100% + 3px);
    z-index: 9;
}
.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}
.breadcrumbs a {
    padding: 5px 20px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 4px 0;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        padding: 4px 0;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
      padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 7px 0;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        width: calc(100% - 20px);
        padding: 4px 0;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
      padding-right: 10px;
  }
}*/
/*
news/blog
--------------------*/
.news_post .c_head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 10px 20px;
    background-color: #eee;
    line-height: 1.5;
}
.news_post .c_ofi {
    padding-top: 100%;
}
.post_cnt {
    line-height: 1.5;
}
.news_post a {
    transition: all .3s;
}
.news_post a:hover {
    opacity: .8;
}
.news_post a:hover .c_ofi img {
    opacity: 1;
    transform: scale(1.1);
}
.news_time {
    text-align: right;
    margin: 5px 0 0;
}
.news_body {
    border-top: 1px solid #0024ff;
    border-bottom: 1px solid #0024ff;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .news_post:not(:last-child) {
        margin: 0 0 50px;
    }
    .post_cnt {
        width: 860px;
    }
    .post_cnt .post_txt {
        padding: 20px;
    }
    .post_img {
        width: 200px;
    }
    .news_body {
        min-height: 200px;
        margin: 30px 0 0;
        padding: 40px 10px;
    }
}
@media screen and (max-width: 767px) {
    .news_post {
        flex-flow: column-reverse;
    }
    .news_post:not(:last-child) {
        margin: 0 0 30px;
    }
    .news_post .c_ofi {
        padding-top: 60%;
    }
    .news_post .c_head {
        font-size: 1.6rem;
        padding: 10px;
    }
    .post_cnt {
        width: 100%;
    }
    .post_img {
        width: 100%;
    }
    .detail_content .story-ttl {
        font-size: 1.8rem;
    }
    .news_body {
        margin: 20px 0 0;
        padding: 20px 10px;
    }
}
/*
contact
--------------------*/
/* ▼▼▼contact base▼▼▼ */
.contact-form-table select,
.contact-form-table textarea,
.contact-form-table input[type='tel'],
.contact-form-table input[type='fax'],
.contact-form-table input[type='num'],
.contact-form-table input[type='text'],
.contact-form-table input[type='email'] {
    padding: 4px;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    box-sizing: border-box;
}
.contact-form-table textarea {
    resize: none;
}
/* ▼form */
.contact-form-table tr {
    transition: all .3s;
}
.contact-form-table td a {
    display: inline-block;
}
/* ▼mark */
.required-mark {
    width: 50px;
    color: #fff;
    background-color: #d45656;
    font-size: 15px;
    text-align: center;
    float: right;
}
.required-mark02 {
    display: inline-block;
    margin: 0 15px 0 0;
}
/* ▼button */
input[type='button']:hover,
input[type='submit']:hover {
    opacity: .8;
    cursor: pointer;
}
input[type='button'][disabled],
input[type='submit'][disabled] {
    opacity: .7;
    pointer-events: none;
    background-color: #ddd;
}
/* ▼checkbox&radio */
.contact-form-table input[type=radio],
.contact-form-table input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.contact-form-table input[type=radio] + label,
.contact-form-table input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer;
}
.contact-form-table input[type=radio],
.contact-form-table input[type=checkbox] {
    display: none;
    margin: 0;
}
.contact-form-table input[type=radio] + label,
.contact-form-table input[type=checkbox] + label {
    margin-bottom: 5px;
    padding: 0 0 0 24px;
}
.contact-form-table input[type=radio] + label::before,
.contact-form-table input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}
.contact-form-table input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
}
.contact-form-table input[type=checkbox] + label::before {
    border: 2px solid #ccc;
}
.contact-form-table input[type=radio]:checked + label::after,
.contact-form-table input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.contact-form-table input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #e74c3c;
    border-radius: 8px;
}
.contact-form-table input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #e74c3c;
    border-bottom: 3px solid #e74c3c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact_submits {
    line-height: 1.5;
    text-align: center;
}
/* ▼error */
.error-text {
    width: 100%;
    font-size: 1.4rem;
    color: #d93732;
    margin: 0 0 5px;
}
/* ▼table */
.contact-form-table input[name="items[address]"] {
    margin-top: 8px;
}
.contact-form-table {
    width: 100%;
    margin-bottom: 50px;
}
/*recaptcha*/
.contact-recaptcha {
    overflow: hidden;
    margin-bottom: 30px;
}
.g-recaptcha > div {
    margin: auto;
}
/*==================================================
画像アップロードフォーム
================================================== */

.upload-item-wrap,
.ancion-btn-wrap {
    width: auto;
    margin: auto;
}
.upload-item-wrap {
	font-size: 13px;
	overflow: hidden;
}

.upload-item-wrap input[type="file"] {
	display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
	width: 220px;
	height: 220px;
	margin: 0 8px 0 0;
	position: relative;
	overflow: hidden;
	float: left;
}

.upload-item-wrap .thumb img {
	max-width: none;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
	float: left;
    margin: 10px;
}

.upload-item-wrap .ancion-btn {
	margin: 0 0 8px;
	width: 110px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #e6e6e6;
	display: block;
}

.upload-item-wrap .select-file {
	background: #2ecc71;
}

.upload-item-wrap .deselect-file {
	background: #e74c3c;
}

.upload-item-wrap .ancion-btn:hover {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
    .upload-item-wrap .thumb {
        width: 180px;
        height: 180px;
    }
}


/*
  pagenation
--------------------*/
/*▼pagenation*/
.pagenation {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.pagenation li {
    width: 30px;
    line-height: 30px;
    color: #0024ff;
    font-size: 1.6rem;
    border: 1px solid;
}
.pagenation a,
.pagenation span {
    display: block;
    text-align: center;
}
.pagenation li:not(.current):hover {
    opacity: .8;
}
.pagenation span {
    padding: 0 10px;
}
.pagenation li:not(:last-child) {
    margin: 0 10px 0 0;
}
.pagenation .current {
    color: #fff;
    background-color: #0024ff;
}
/*▼page_btn*/
.page_btn {
  max-width: 320px;
  height: 35px;
  margin: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
.page_btn li {
    max-width: 30vw;
}
.page_btn a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: 30vw;
}
.page_btn li:not(.center) a:after {
    content: ' ';
    width: 10px;
    height: 10px;
    margin: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0; bottom: 0;
    transition: .3s all;
}
.prev {
  margin: 0 auto 0 0;
}
.prev a {
    padding: 0 0 0 20px;
}
.prev a:after {
    left: 8px;
    transform: rotate(45deg);
}
.prev a:hover:after {
  left: 3px;
}
.next {
  margin: 0 0 0 auto;
}
.next a {
    padding: 0 20px 0 0;
}
.next a:after {
    right: 8px;
    transform: rotate(225deg);
}
.next a:hover:after {
  right: 3px;
}
.center {
  width: 142px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0; left: 0; right: 0;
}
.center a {
  color: #fff;
  background-color: #0024ff;
  line-height: 2.5;
    /* font-family: 'Noto Serif JP', serif; */
    font-weight: 600;
    box-shadow: inset 0 0 0 2px #0024ff , inset 0 0 0 3px #fff;
}
@media screen and (min-width: 768px) {
  .page_btn {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_btn {
    margin: 30px auto;
  }
}
/*
site_map
--------------------*/
.site-main li {
    width: 100%;
    border-bottom: 1px solid;
    transition: .2s all;
}
.site-main li a {
    line-height: 2;
}
.site-main li a:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px 0 0;
    border-top: 2px solid #0024ff;
    border-right: 2px solid #0024ff;
    transform: rotate(45deg);
}
.site-main li a:hover {
    padding-left: 20px;
}
@media screen and (min-width: 768px) {
    .site-list {
        flex-flow: column wrap;
        height: 350px;
        justify-content: flex-start;
    }
    .site-main li {
        width: 49%;
    }
    .site-main li a {
        font-size: 1.8rem;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .site-main li a {
        max-width: 400px;
        margin: 0 auto;
        font-size: 1.6rem;
        padding: 2vh 10px;
    }
}
/*
privacy
--------------------*/
.privacy-main_cnt {
    padding: 0;
}
.privacy-main_cnt p:not(:last-of-type) {
    margin: 0 0 15px;
}
.privacy-main_cnt .objective_list {
    margin: 15px 0 0;
    list-style-type: square;
    list-style-position: inside;
}
.privacy-main_cnt .c_head {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .privacy-main_cnt .c_head {
        margin: 0 0 30px;
    }
    .privacy-main_cnt:not(:last-child) {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 767px) {
    .privacy-main_cnt .c_head {
        margin: 0 0 15px;
    }
    .privacy-main_cnt:not(:last-child) {
        margin: 0 0 30px;
    }
}