@charset "utf-8";

.st-header {
    position: relative;
}

#gallery-1 .gallery-caption{
    font-size:120%;
}

button, html, input, select, textarea{
    max-width:100%;
}

@media screen and (max-width: 980px) {
    .st-header {
        background: #fff;
    }
}

@media screen and (min-width: 980px) {
    .st-header {
        order: 1;
        padding-top: 3rem;
    }
}

.st-header-logo {
    background: url("../img/common/header_logo.svg");
}

.st-header-menu {
    width: 74px;
    height: 74px;
    align-self: flex-start;
    background: #07296D;
    cursor: pointer;
}

@media screen and (min-width: 980px) {
    .st-header-menu {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .st-header-body {
        padding: 1rem;
        margin-left: auto;
        padding: 0.5rem 0;
    }
}

.st-header-desc {
    font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
    .st-header-desc {
        display: none;
    }
}

.st-header-announce {
    margin-right: 3rem;
}

@media screen and (max-width: 980px) {
    .st-header-announce {
        display: none;
    }
}

.st-header-phone {
    color: #07296D;
}

@media screen and (min-width: 980px) {
    .st-header-phone {
        font-size: 3rem;
    }
    .st-header-phone::before {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 980px) {
    .st-header-btn-wrap {
        display: none;
        position: absolute;
        top: 74px;
        left: 0;
        z-index: 150;
        width: 100%;
        padding: 2rem 0;
        text-align: center;
    }
}

.st-header-btn {
    font-size: 1.4rem;
    background: #07296D;
    padding: 1.2rem 2.8rem;
}

.st-header-btn:hover {
    background: #07296D;
}

.st-header-btn:first-child {
    margin-right: 1.4rem;
}

.st-header-btn::before {
    font-size: 85%;
    margin-right: 0.6rem;
    vertical-align: 1px;
}

@media screen and (max-width: 980px) {
    .st-header-btn-mail {
        background: #ED722B;
    }
}

@media screen and (max-width: 980px) {
    .st-header-btn-access {
        background: #EDA82B;
    }
}

.c-btn {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.st-header-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
}

@media screen and (min-width: 980px) {
    .st-header-toggle {
        display: none;
    }
}

.st-header-toggle span {
    position: absolute;
    left: 50%;
    top: 3.2rem;
    margin-left: -1.8rem;
    width: 3.6rem;
    height: 0.2rem;
    display: block;
    background: #fff;
    transition: all 0.6s;
}

.st-header-toggle-label {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    transform: translateY(5.6rem);
}

.st-header-toggle .st-header-toggle-top {
    transform: translateY(-1.2rem);
}

.st-header-toggle .st-header-toggle-bottom {
    transform: translateY(1.2rem);
}

.st-header-toggle-open .st-header-toggle-middle {
    background: rgba(51, 51, 51, 0);
}

.st-header-toggle-open .st-header-toggle-top {
    transform: rotate(-45deg) translateY(0px);
}

.st-header-toggle-open .st-header-toggle-bottom {
    transform: rotate(45deg) translateY(0px);
}

.st-nav {
    background: rgba(7, 41, 109, 0.9);
}

@media screen and (max-width: 980px) {
    .st-nav {
        display: none;
        z-index: 100;
        width: 100%;
        height: calc(100vh - -100%);
        position: absolute;
        top: 74px;
        left: 0;
    }
}

@media screen and (min-width: 980px) {
    .st-nav {
        order: 4;
        background: #1A1A1A;
    }
}

.st-nav-menu {
    list-style-type: none;
    padding: 0;
}

@media screen and (max-width: 980px) {
    .st-nav-menu {
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 74px;
    }
}

@media screen and (min-width: 980px) {
    .st-nav-menu {
        display: flex;
        align-items: center;
    }
}

.st-nav-item {
    flex: 1 1 100%;
    line-height: 1;
}

@media screen and (max-width: 980px) {
    .st-nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .st-nav-item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media screen and (min-width: 980px) {
    .st-nav-item {
        text-align: center;
        flex: 1 1 auto;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .st-nav-item:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.st-nav-link {
    color: #333;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 1.6rem 1rem 1.6rem 2.4rem;
}

.st-nav-link:hover {
    opacity: 0.75;
}

.st-nav-link::before {
    font-family: "fontello";
    content: "\e822";
    font-size: 1.6rem;
    margin-right: 1rem;
}

@media screen and (min-width: 980px) {
    .st-nav-link {
        font-size: 1.6rem;
        padding: 2.6rem 1.8rem;
    }
    .st-nav-link::before {
        content: none;
    }
}

.st-footer {
    color: #fff;
}

.st-footer-wrap {
    flex: 1 1 auto;
    margin-right: 2rem;
}

.st-footer-head {
    background: #061A4D;
    padding: 5rem 0 2rem;
}

@media screen and (max-width: 980px) {
    .st-footer-head {
        order: 1;
        padding: 2rem 1rem;
    }
}

.st-footer-lead {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    margin-right: auto;
}

.st-footer-lead span {
    background: url("../img/common/footer_catchcopy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    width: 145px;
    height: 64px;
    display: block;
}

@media screen and (min-width: 980px) {
    .st-footer-lead span {
        width: 177px;
        height: 78px;
    }
}

@media screen and (max-width: 980px) {
    .st-footer-lead {
        font-size: 1.2rem;
        order: 2;
    }
    .st-footer-lead span {
        font-size: 1.8rem;
    }
}

.st-footer-menu {
    flex: 1 1 auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 980px) {
    .st-footer-menu {
        display: none;
    }
}

.st-footer-link {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    padding: 1rem 0;
    display: block;
    font-weight: bold;
}

.st-footer-link::before {
    content: url(../img/common/ico_arrow_right_circle.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 1rem;
    vertical-align: -3px;
}

.st-footer-bottom {
    background: #041133;
    padding: 2rem 0;
}

@media screen and (min-width: 980px) {
    .st-footer-bottom {
        padding: 3rem 0;
    }
}

.st-footer-logo {
    margin-right: 2rem;
    margin-bottom: 1rem;
    background: url("../img/common/footer_logo.svg");
}

.st-footer-address {
    flex: 2 1 auto;
}

@media screen and (max-width: 980px) {
    .st-footer-address {
        font-size: 1.2rem;
        order: 3;
    }
}

.st-footer-shop {
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (min-width: 980px) {
    .st-footer-shop {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}

.st-footer-dl {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.6rem;
    color: #fff;
}

@media screen and (min-width: 980px) {
    .st-footer-dl {
        font-size: 1.6rem;
    }
}

.st-footer-dt {
    display: inline;
    margin: 0;
}

.st-footer-dd {
    display: inline;
    margin: 0;
}

.st-footer-copyright {
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 980px) {
    .st-footer-copyright {
        font-size: 1.8rem;
    }
}

.st-footer-dd+.st-footer-dt::before {
    content: "\A";
    white-space: pre;
}

.tp-page {
    background: #F5F5F5;
}

.tp-wrapper {
    position: relative;
    background-image: url("../img/home/mainimg_top_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 45px;
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    flex-direction: column;
}

@media screen and (min-width: 568px) {
    .tp-wrapper {
        background-position: 50% 2rem;
    }
}

@media screen and (min-width: 640px) {
    .tp-wrapper {
        background-position: 50% -2rem;
        min-height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .tp-wrapper {
        background-position: 50% -3rem;
        min-height: 370px;
    }
}

@media screen and (min-width: 980px) {
    .tp-wrapper {
        background-image: url("../img/home/mainimg_top.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 32%;
        display: flex;
        justify-content: space-between;
        align-self: stretch;
        flex-direction: column;
        min-height: 100vh;
        height: 100%;
    }
}

@media screen and (max-width: 980px) {
    .tp-desc {
        padding: 1rem 0 0rem 0;
    }
}

@media screen and (min-width: 980px) {
    .tp-desc {
        order: 2;
    }
}

.tp-desc-ttl {
    background: url("../img/home/pic_catchcopy_sp.png");
    width: 215px;
    height: 130px;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 0.6rem;
}

@media screen and (min-width: 980px) {
    .tp-desc-ttl {
        background: url("../img/home/pic_catchcopy.png");
        width: 540px;
        /*height: 434px;*/
        height: 340px;
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        margin-left: -2rem;
        /*margin-top: -11rem;*/
        margin-top: 0rem;
    }
}

.tp-select {
    margin-bottom: 2rem;
    margin-top:60px;
    padding: 0 1rem;
}

@media screen and (min-width: 980px) {
    .tp-select {
        order: 3;
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .tp-select-inner {
        width: 1090px;
        margin: 0 auto;
    }
}

.tp-select-body {
    flex: 1 1 auto;
    align-items: center;
    text-decoration: none;
    padding: 0.5rem;
    background: rgba(14, 48, 30, 0.75);
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.tp-select-body:first-child {
    background: rgba(3, 31, 76, 0.75);
    margin-right: 0.5rem;
}

.tp-select-body:hover {
    opacity: 0.9;
}

@media screen and (min-width: 980px) {
    .tp-select-body {
        border-width: 3px;
        margin-bottom: 0;
    }
    .tp-select-body:first-child {
        margin-right: 2rem;
    }
}

.tp-select-circle {
    background-image: url("../img/home/bg_circle.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 320px) {
    .tp-select-circle {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 980px) {
    .tp-select-circle {
        width: 150px;
        height: 150px;
    }
}

.tp-select-thumb {
    border-radius: 50%;
    margin: 0 2rem 0 0.5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(1.5);
}

@media screen and (max-width: 320px) {
    .tp-select-thumb {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 980px) {
    .tp-select-thumb {
        width: 150px;
        height: 150px;
        margin: 0 4rem 0 3rem;
        transform: scale(1.3);
    }
}

.tp-select-thumb-look {
    background-image: url("../img/home/pic_select_look.jpg");
}

.tp-select-thumb-consideration {
    background-image: url("../img/home/pic_select_consideration.jpg");
}

.tp-select-ttl {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (max-width: 320px) {
    .tp-select-ttl {
        font-size: 1rem;
    }
}

@media screen and (min-width: 980px) {
    .tp-select-ttl {
        font-size: 2.4rem;
    }
    .tp-select-ttl br {
        display: none;
    }
}

.tp-select-txt {
    font-size: 1.4rem;
    color: #fff;
}

@media screen and (max-width: 980px) {
    .tp-select-txt {
        display: none;
    }
}

.tp-carousel {
    margin: 0;
    padding: 0 1rem;
    list-style-type: none;
}

@media screen and (min-width: 980px) {
    .tp-carousel {
        width: 103.4rem;
        margin: 0 auto;
        padding: 0;
    }
}

.tp-carousel-item {
    background: #fff;
    margin: 0;
    border: 2px solid #E5E5E5;
}

@media screen and (min-width: 980px) {
    .tp-carousel-item {
        margin: 0 1rem;
    }
}

.tp-carousel-link {
    position: relative;
    color: #333;
    text-decoration: none;
    display: block;
    text-align: left;
}

.tp-carousel-link img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (min-width: 980px) {
    .tp-carousel-link img {
        height: 160px;
    }
}

.tp-carousel-date {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    display: inline-block;
    padding: 1rem 1rem 0 1rem;
}

@media screen and (min-width: 980px) {
    .tp-carousel-date {
        font-size: 1.4rem;
        padding: 2rem 2rem 0 2rem;
    }
}

.tp-carousel-txt {
    font-size: 1.4rem;
    margin-bottom: 0;
    color: #073f86;
    font-weight: bold;
    padding: 0rem 1rem 2rem 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 980px) {
    .tp-carousel-txt {
        font-size: 1.6rem;
        padding: 0rem 2rem 3.6rem 2rem;
    }
}

.tp-carousel-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.5rem 0.5rem;
    border-color: transparent transparent #07296D transparent;
}

.tp-carousel .slick-list {
    margin: 0 -1rem;
    /* ガター分ネガティブマージン */
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: flex !important;
}

.tp-carousel-item {
    height: auto;
}

.tp-news {
    position: relative;
    border: 2px solid #073f86;
    border-left: none;
}

.tp-news-category {
    font-size: 1.2rem;
    color: #fff;
    background: #073f86;
    padding: 1.6rem 0.6rem;
    margin: 0;
    flex: 1 1 35%;
    position: relative;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-news-category {
        font-size: 1.6rem;
        padding: 3rem 2rem;
        flex: 1 1 14%;
    }
}

.tp-news-category:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-left-color: #073f86;
    left: 100%;
    top: 35%;
}

@media screen and (min-width: 980px) {
    .tp-news-category:after {
        font-size: 1.8rem;
        border-width: 10px;
        top: 38%;
    }
}

.tp-news-date {
    padding: 0 0.2rem 0 1rem;
    font-size: 1.2rem;
    flex: 1 1 30%;
}

@media screen and (min-width: 980px) {
    .tp-news-date {
        font-size: 1.4rem;
        padding: 0;
        flex: 1 1 22%;
    }
}

.tp-news-ttl {
    margin: 0;
    font-size: 1.2rem;
    text-decoration: underline;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .tp-news-ttl {
        font-size: 1.6rem;
        text-align: left;
        flex: 1 1 auto;
    }
}

.tp-news-link {
    color: #073f86;
    text-decoration: none;
    font-size:x-large;
}

.tp-news-link:hover {
    text-decoration: underline;
}

.tp-news-list {
    color: #073f86;
    text-decoration: none;
    padding: 0 1rem;
}

.tp-news-list:before {
    font-family: "fontello";
    content: "\e818";
    font-size: 1.8rem;
    vertical-align: middle;
    color: #073f86;
}

@media screen and (min-width: 980px) {
    .tp-news-list:before {
        display: none;
    }
}

.tp-news-list span {
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .tp-news-list span {
        display: none;
    }
}

.tp-news-list span:hover {
    text-decoration: underline;
}

@media screen and (min-width: 980px) {
    .tp-news-list {
        font-size: 1.6rem;
        flex: 1 1 24%;
        text-align: right;
        padding-right: 2em;
        display: block;
    }
    .tp-news-list::after {
        font-family: "fontello";
        content: "\e822";
        font-size: 112%;
        margin-left: 1.2rem;
    }
}

.tp-info {
    margin-top: 4rem;
}

.tp-info-value {
    background: url("../img/home/bg_info_sp.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 980px) {
    .tp-info-value {
        background: url("../img/home/bg_info.jpg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0 2.5rem 2rem 2.5rem;
        margin: 0 2rem 0 0;
        flex: 1 1 760px;
        align-self: flex-start;
        height:271px;
        justify-content:start;
    }
}

.tp-info-value-head {
    position: relative;
    margin-bottom: 1rem;
}

@media screen and (min-width: 980px) {
    .tp-info-value-head {
        margin-bottom: 0;
    }
}

.tp-info-value-lead {
    background: url("../img/home/h2_info_sp.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 170px;
    height: 60px;
    margin-top: -3rem;
}

@media screen and (min-width: 980px) {
    .tp-info-value-lead {
        background: url("../img/home/h2_info.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 328px;
        height: 116px;
        margin: -1.4rem auto 0;
    }
}

.tp-info-value-detail {
    font-size: 1.4rem;
    color: #073f86;
    text-decoration: none;
    display: block;
    position: absolute;
    top: -1rem;
    right: 0;
}

.tp-info-value-detail::after {
    font-size: 112%;
    margin-left: 0.2rem;
}

@media screen and (min-width: 980px) {
    .tp-info-value-detail {
        font-size: 1.6rem;
        position: absolute;
        top: 3.4rem;
        right: 0;
    }
}

.tp-info-value-ttl {
    margin-bottom: 1rem;
    line-height: 1.5;
    text-align: left;
}

.tp-info-value-ttl a {
    font-size: 1.6rem;
    color: #073f86;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-info-value-ttl a {
        font-size: 2rem;
        margin-top: 1.8rem;
        display: block;
    }
}

.tp-info-value-txt {
    font-size: 1.4rem;
    text-align: left;
    color: #1A1A1A;
}

@media screen and (min-width: 980px) {
    .tp-info-value-txt {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 980px) {
    .tp-info-value-thumb {
        flex: 1 1 28%;
    }
}

.tp-info-value-thumb a {
    display: block;
    text-decoration: none;
    margin-right: 1rem;
}

@media screen and (min-width: 980px) {
    .tp-info-value-thumb a {
        margin: 0;
    }
}

.tp-info-value-thumb a img {
    width: 120px;
    border: 2px solid #fff;
    box-sizing: border-box;
    display: block;
}

@media screen and (min-width: 980px) {
    .tp-info-value-thumb a img {
        width: 220px;
    }
}

@media screen and (max-width: 980px) {
    .tp-info-sns {
        background: rgba(155, 155, 155, 0.18);
    }
}

@media screen and (min-width: 980px) {
    .tp-info-sns {
        flex: 1 1 310px;
    }
}

.tp-info-sns-inner {
    padding: 2rem 1rem 1rem 1rem;
    text-align: left;
    min-height: 0%;
}

.tp-info-sns-inner img{
    width:100%;
    height:auto;
}
@media screen and (min-width: 980px) {
    .tp-info-sns-inner {
        /*padding: 2rem 1rem;*/
        padding:18px 1rem;
        background: rgba(155, 155, 155, 0.18);
    }
}

.tp-info-sns-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #073f86;
    text-align: center;
}

.tp-info-sns-detail {
    background: url("../img/home/ico_microphone.svg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 40px;
}

.tp-info-sns-detail span {
    font-size: 1.6rem;
    padding: 1rem 0;
    line-height: 1.5;
    color: #07296D;
    display: inline-block;
    margin-left: 3rem;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-detail span {
        font-size: 1.7rem;
    }
}

.tp-info-sns-time {
    font-size: 1.2rem;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-time {
        font-size: 1.4rem;
    }
}

.tp-info-sns-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #073f86;
    display: block;
    margin: 0.6rem 0;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-txt {
        font-size: 1.6rem;
        margin-bottom: 1.0rem;
        /*margin-bottom: 1.6rem;*/
    }
}

.tp-info-sns-link {
    font-size: 1.4rem;
    display: block;
    text-decoration: none;
    color: #073f86;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-link {
        text-align: center;
        font-size: 1.6rem;
    }
}

.tp-info-sns-link::after {
    font-size: 128%;
    margin-left: 0.6rem;
    color: #0a2d73;
    vertical-align: -1px;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-link::after {
        font-size: 138%;
        margin-left: 1rem;
    }
}

.tp-info-sns-youtube {
    background: #4A4A4A;
    padding: 0.4rem;
}

.tp-info-sns-foot {
    text-align: left;
    padding: 0.6rem 0 2rem;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-foot {
        text-align: right;
        padding: 0;
    }
}

.tp-info-sns-icon {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding-left: 1rem;
}

@media screen and (min-width: 980px) {
    .tp-info-sns-icon {
        padding-bottom: 0;
        text-align: right;
        padding: 1.4rem 0 0 0;
    }
    .tp-info-sns-icon:first-child {
        margin-right: 1.4rem;
    }
}

.tp-info-sns-icon:before {
    font-size: 3rem;
    margin-right: 0.6rem;
}

.tp-info-sns-icon.icon-facebook:before {
    color: #3b5998;
}

.tp-info-sns-icon.icon-youtube:before {
    color: #CE2120;
    font-size: 2.7rem;
}

.tp-info-sns-youtube-img {
    position: relative;
    text-decoration: none;
    display: block;
}

.tp-info-sns-youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.tp-feature {
    background-image: url("../img/home/bg_top_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 0;
}

@media screen and (min-width: 980px) {
    .tp-feature {
        background-image: url("../img/home/bg_top.jpg");
    }
}

.tp-feature-inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

@media screen and (min-width: 980px) {
    .tp-feature-inner {
        min-height: 860px;
    }
}

.tp-feature-ttl {
    padding: 7rem 0 4rem 2rem;
}

.tp-feature-ttl span {
    background-image: url("../img/home/h2_feature_sp.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    width: 300px;
    height: 55px;
    margin: 0;
    display: block;
}

@media screen and (min-width: 980px) {
    .tp-feature-ttl span {
        background-image: url("../img/home/h2_feature.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        width: 635px;
        height: 144px;
    }
}

@media screen and (min-width: 980px) {
    .tp-feature-ttl {
        padding: 10rem 0 0 0;
    }
}

.tp-feature-detail {
    padding: 2rem;
    margin-top: 2rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 980px) {
    .tp-feature-detail {
        margin-top: 32rem;
        margin-bottom: 4.5rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 4rem 5rem 3rem;
    }
}

.tp-feature-lead {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-feature-lead {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
}

.tp-feature-txt {
    font-size: 1.2rem;
    line-height: 1.6;
}

@media screen and (min-width: 980px) {
    .tp-feature-txt {
        font-size: 1.6rem;
        flex: 1 1 75%;
        margin-right: 9rem;
    }
}

.tp-feature-link {
    margin-top: 2rem;
    text-align: center;
}

@media screen and (min-width: 980px) {
    .tp-feature-link {
        flex: 1 1 auto;
        margin-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .tp-feature-foot {
        display: flex;
        align-items: center;
    }
}

.tp-feature-btn {
    font-size: 1.4rem;
    padding: 1.2rem 3.6rem;
    background: #073f86;
}

@media screen and (min-width: 980px) {
    .tp-feature-btn {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 980px) {
    .tp-feature-btn {
        width: 140px;
        margin: 1rem auto;
        display: block !important;
    }
}

.tp-product {
    list-style-type: none;
    padding: 0;
}

@media screen and (min-width: 980px) {
    .tp-product {
        padding: 0 1rem;
    }
}

.tp-product-item {
    background: #fff;
    border: 1px solid #E5E5E5;
}

.tp-product-item:last-child{
    margin-right:0;
}
.tp-product-link {
    text-align: left;
}

.tp-product-figure {
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 60%, #dcdcdc 70%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #dcdcdc 70%, #dcdcdc 100%);
    margin: 0;
    line-height: 0;
    padding: 8% 2% 6%;
}

.tp-product-ttl {
    font-size: 1.2rem;
    padding: 0.6rem;
    line-height: 1.5;
    text-decoration: underline;
    margin: 0;
    background: #fff;
    color: #073f86;
    font-weight: bold;
    text-align: left;
}

@media screen and (min-width: 980px) {
    .tp-product-ttl {
        font-size: 1.6rem;
        padding: 2rem;
    }
}

.tp-product-list {
    text-align: center;
    margin-bottom: 0;
    margin-top: 2rem;
}

@media screen and (min-width: 980px) {
    .tp-product-list {
        margin-top: 5rem;
    }
}

.tp-product-list a {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    color: #073f86;
}

.tp-product-list a::after {
    font-size: 124%;
    margin-left: 0.6rem;
    vertical-align: -1px;
}

.tp-work {
    list-style-type: none;
    padding: 0;
}

@media screen and (min-width: 980px) {
    .tp-work {
        padding: 0 1rem;
    }
}

.tp-work-item {
    background: #073f86;
    padding: 1rem 0;
    align-self: stretch;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 980px) {
    .tp-work-item {
        padding: 3.4rem 0;
    }
}

.tp-work-ttl {
    font-size: 1.2rem;
    margin: 0;
    padding: 1rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-work-ttl {
        font-size: 2.6rem;
        padding-top: 2rem;
    }
}

.tp-work-icon-01 {
    background: url("../img/home/ico_consultation.svg");
}

.tp-work-icon-02 {
    background: url("../img/home/ico_guide.svg");
}

.tp-work-icon-03 {
    background: url("../img/home/ico_decision.svg");
}

.tp-work-icon-04 {
    background: url("../img/home/ico_design.svg");
}

.tp-work-icon-05 {
    background: url("../img/home/ico_construction.svg");
}

.tp-work-icon-06 {
    background: url("../img/home/ico_service.svg");
}

.tp-work-font {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 980px) {
    .tp-work-font {
        width: 70px;
        height: 70px;
    }
}

.tp-concept {
    flex: 1 1 50%;
}

.tp-concept:first-child {
    margin-right: 1rem;
}

@media screen and (min-width: 980px) {
    .tp-concept:first-child {
        margin-right: 2rem;
    }
}

.tp-concept-ttl {
    font-size: 1.4rem;
    background: #073f86;
    color: #fff;
    padding: 1rem;
    border-radius: 8px 8px 8px 0px;
    position: relative;
    margin-bottom: 2rem;
    text-align: left;
}

@media screen and (min-width: 980px) {
    .tp-concept-ttl {
        font-size: 1.8rem;
        padding: 2rem;
        margin-bottom: 3.6rem;
    }
}

.tp-concept-ttl:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 0;
    border-color: #073f86 transparent transparent transparent;
}

@media screen and (min-width: 980px) {
    .tp-concept-ttl:after {
        bottom: -20px;
        border-width: 2rem 2rem 0 0;
    }
}

.tp-concept-list {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 980px) {
    .tp-concept-list {
        margin-left: 3rem;
    }
}

.tp-concept-icon {
    font-size: 4rem;
    color: #073f86;
    margin-right: -0.4rem;
    vertical-align: bottom;
}

@media screen and (min-width: 980px) {
    .tp-concept-icon {
        font-size: 5.8rem;
        margin-right: -0.4rem;
    }
}

.tp-concept-item {
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
    margin-left: -1rem;
    padding: 0.6rem 0;
}

@media screen and (min-width: 980px) {
    .tp-concept-item {
        font-size: 2rem;
        margin: 0 0 0.4rem -0.4rem;
    }
}

.tp-concept-txt {
    font-size: 1.2rem;
    vertical-align: sub;
}

@media screen and (max-width: 320px) {
    .tp-concept-txt {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 980px) {
    .tp-concept-txt {
        font-size: 1.8rem;
    }
}

.tp-concept-num {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

@media screen and (min-width: 980px) {
    .tp-concept-num {
        width: 35px;
        height: 35px;
        margin-right: 1.2rem;
    }
}

@media screen and (max-width: 980px) {
    .tp-concept-list-first {
        padding-left: 1rem !important;
    }
}

.ico_treasurer {
    background: url("../img/home/b-1-ico_treasurer.svg");
}

.ico_price {
    background: url("../img/home/b-2-ico_price.svg");
}

.ico_estimates {
    background: url("../img/home/b-3-ico_estimates.svg");
}

.ico_support {
    background: url("../img/home/b-4-ico_support.svg");
}

.ico_correspondence {
    background: url("../img/home/b-5-ico_correspondence.svg");
}

.ico_security {
    background: url("../img/home/b-6-ico_security.svg");
}

.tp-concept-icon {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 48px;
    display: inline-block;
}

@media screen and (min-width: 980px) {
    .tp-concept-icon {
        width: 42px;
        height: 58px;
    }
}

.tp-access {
    flex: 1 1 auto;
    padding: 0 1rem;
}

@media screen and (min-width: 980px) {
    .tp-access {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .tp-access-inner {
        flex: 1 1 50%;
        margin-right: 4.5rem;
    }
}

.tp-access-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #000;
}

@media screen and (min-width: 980px) {
    .tp-access-ttl {
        font-size: 1.8rem;
        margin: 2.4rem 0 1.6rem 0;
    }
}

.tp-access-thumb {
    position: relative;
    padding-top: 40.5%;
    overflow: hidden;
}

.tp-access-thumb img {
    display: block;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 150%;
    max-height: 150%;
    min-width: 100%;
    min-height: 100%;
}

.tp-access-main {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 2rem;
}

.tp-access-dl {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.6rem;
    color: #000;
}

.tp-access-dt {
    display: inline;
    margin: 0;
}

.tp-access-dd {
    display: inline;
    margin: 0;
}

.tp-access-link {
    font-size: 1.6rem;
    text-decoration: none;
    color: #073f86;
    font-weight: bold;
}

.tp-access-link::before {
    font-size: 124%;
    margin-right: 0.6rem;
    color: #0a2d73;
    vertical-align: -1px;
}

.tp-access-iframe {
    padding: 0.6rem;
    background: #fff;
}

@media screen and (min-width: 980px) {
    .tp-access-iframe {
        padding: 1rem;
        flex: 1 1 50%;
        align-self: flex-start;
    }
}

@media screen and (max-width: 980px) {
    .tp-access-dd+.tp-access-dt::before {
        content: "\A";
        white-space: pre;
    }
}

.tp-contact {
    background-image: url("../img/home/bg_foot_sp.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
}

@media screen and (min-width: 980px) {
    .tp-contact {
        background-image: url("../img/home/bg_foot.jpg");
    }
}

.tp-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(90deg, transparent 0%, black 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, transparent), color-stop(1, black));
    background: linear-gradient(0deg, transparent 0%, black 100%);
    opacity: 0.5;
}

@media screen and (min-width: 980px) {
    .tp-contact-bg {
        height: 110px;
    }
}

.tp-contact-inner {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 1rem 3rem 1rem;
}

@media screen and (min-width: 980px) {
    .tp-contact-inner {
        padding: 5rem 0;
    }
}

.tp-contact-ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 980px) {
    .tp-contact-ttl {
        font-size: 3.4rem;
        padding-bottom: 4rem;
    }
}

.tp-contact-body {
    background: rgba(3, 31, 76, 0.75);
    border: 3px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    box-sizing: border-box;
    padding: 2rem;
}

@media screen and (min-width: 980px) {
    .tp-contact-body {
        width: 950px;
        margin: 0 auto;
        padding: 3.6rem 5.4rem 1rem;
    }
}

.tp-contact-detail {
    flex: 1 1 auto;
}

@media screen and (max-width: 980px) {
    .tp-contact-detail {
        text-align: center;
    }
}

@media screen and (min-width: 980px) {
    .tp-contact-detail {
        flex: 1 1 38%;
    }
}

@media screen and (max-width: 980px) {
    .tp-contact-announce {
        margin-bottom: 2rem;
    }
}

.tp-contact-txt {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-contact-txt {
        font-size: 1.8rem;
    }
}

.tp-contact-hoge {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 980px) {
    .tp-contact-hoge {
        padding-bottom: 3rem;
    }
}

.tp-contact-announce-txt {
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .tp-contact-announce-txt {
        font-size: 1.8rem !important;
    }
}

.tp-contact-announce-phone {
    display: block;
    font-size: 3rem;
}

.tp-contact-announce-phone::before {
    font-size: 1.6rem;
}

@media screen and (min-width: 980px) {
    .tp-contact-announce-phone {
        font-size: 3.6rem;
    }
    .tp-contact-announce-phone::before {
        font-size: 2rem;
    }
}

.tp-contact-btn {
    font-size: 1.4rem;
    padding: 1.6rem 1.4rem;
    margin-bottom: 2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 980px) {
    .tp-contact-btn {
        width: 220px;
    }
}

@media screen and (min-width: 980px) {
    .tp-contact-btn {
        font-size: 1.8rem;
        padding: 2.8rem 2rem;
        margin-bottom: 0;
        flex: 1 1 28%;
    }
    .tp-contact-btn:last-child {
        margin-left: 1.8rem;
    }
}

.tp-contact-btn::before {
    font-size: 1.6rem;
    margin-right: 0.6rem;
    vertical-align: 1px;
}

@media screen and (max-width: 980px) {
    .tp-contact-btn::before {
        margin-right: 1rem;
    }
}

.tp-contact-btn::after {
    font-size: 2rem;
    margin-left: 0.6rem;
}

@media screen and (max-width: 980px) {
    .tp-contact-btn::after {
        vertical-align: -1px;
    }
}

.tp-contact-btn-mail {
    background: #ED722B;
}

.tp-contact-btn-mail:hover {
    background: #ED722B;
}

.tp-contact-btn-access {
    background: #EDA82B;
}

.tp-contact-btn-access:hover {
    background: #EDA82B;
}

.pg-section {
    background: #F5F5F5;
    border-bottom: 2px solid #07296D;
}

@media screen and (min-width: 980px) {
    .pg-header {
        margin-bottom: 2rem;
    }
}

.pg-ttl {
    font-size: 2.4rem;
    padding: 3rem 0;
    text-align: center;
    color: #073f86;
    margin: 0;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .pg-ttl {
        font-size: 3.6rem;
        padding: 5.4rem 0;
    }
}

.pg-contents {
    padding: 0 1rem;
}

@media screen and (min-width: 980px) {
    .pg-contents {
        padding: 0 7rem 7rem 0;
        flex: 1 1 800px;
        border-right: 1px solid #ccc;
    }
}

.pg-side {
    width: 100%;
}

@media screen and (min-width: 980px) {
    .pg-side {
        flex: 1 1 300px;
        padding: 3rem 0 0 3rem;
    }
}

.pg-link {
    text-decoration: none;
    color: #07296D;
}

.pg-link::after {
    font-family: "fontello";
    content: "\e835";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 115%;
    margin-left: 0.6rem;
    display: inline-block;
    color: #07296D;
    vertical-align: -1px;
}

.pg-link:visited {
    color: #07296D !important;
}

.pg-btn {
    font-size: 1.4rem;
    padding: 1.2rem 7rem 1.2rem 1.6rem;
    background: #0b318f;
    text-decoration: none !important;
    color: #fff !important;
}

.pg-btn::before {
    font-family: "fontello";
    content: "\e829";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 88%;
    margin-right: 0.6rem;
    vertical-align: 1px;
}

.pg-btn:visited {
    color: #fff !important;
}

.editor-contents h1 {
    font-size: 2.8rem;
    color: #07296D;
    margin: 4rem 0;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .editor-contents h1 {
        font-size: 3.6rem;
    }
}

.editor-contents h2 {
    font-size: 2rem;
    margin: 3rem 0;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #0b318f;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .editor-contents h2 {
        font-size: 2.4rem;
    }
}

.editor-contents h3 {
    font-size: 1.6rem;
    margin: 3rem 0;
    padding-left: 0.6rem;
    border-left: 4px solid #0b318f;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .editor-contents h3 {
        font-size: 1.8rem;
    }
}

.editor-contents h4 {
    font-size: 1.4rem;
    margin: 2.6rem 0;
    color: #07296D;
    font-weight: bold;
}

.editor-contents h4::before {
    content: url(../img/common/bg_square.svg);
    margin-right: 0.4em;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -2.4px;
}

@media screen and (min-width: 980px) {
    .editor-contents h4 {
        font-size: 1.6rem;
    }
}

.editor-contents h5 {
    font-size: 1.4rem;
    margin: 2.6rem 0;
    padding-bottom: 0.8rem;
    color: #07296D;
    font-weight: bold;
    border-bottom: 2px dotted #808080;
}

@media screen and (min-width: 980px) {
    .editor-contents h5 {
        font-size: 1.4rem;
    }
}

.editor-contents h6 {
    font-size: 1.4rem;
    margin: 2.6rem 0;
    font-weight: bold;
}

@media screen and (min-width: 980px) {
    .editor-contents h6 {
        font-size: 1.4rem;
    }
}

.editor-contents p {
    font-size: 1.4rem;
    margin: 1.4rem 0;
    line-height: 1.6;
}

@media screen and (min-width: 980px) {
    .editor-contents p {
        font-size: 1.4rem;
    }
}

.editor-contents a {
    text-decoration: none;
    color: #07296D;
}

.editor-contents a:hover {
    text-decoration: underline;
}

.editor-contents a:active {
    color: #073f86;
}

.editor-contents a:visited {
    color: #842A46;
}

.pg-float {
    margin-bottom: 3rem;
}

.pg-float:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 980px) {
    .pg-float img {
        float: left;
        width: 45%;
        margin-right: 3%;
    }
}

.pg-float p {
    font-size: 1.2rem;
    margin: 1.2rem 0;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .pg-float p {
        font-size: 1.4rem;
        margin: 1.4rem 0;
    }
}

.editor-contents ul {
    font-size: 1.4rem;
    padding-left: 0.3rem;
    list-style-position: inside;
}

.editor-contents ul li {
    margin: 0.4rem 0;
}

.editor-contents ol {
    font-size: 1.4rem;
    padding-left: 0.2rem;
    list-style-position: inside;
}

.editor-contents ol li {
    margin: 0.4rem 0;
}

.editor-contents table {
    width: 100%;
    font-size: 1.4rem;
    background: #fff;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 2rem 0;
    border: 2px solid #E7E7E7;
    line-height: 1.5;
}

.editor-contents tr {
    text-align: left;
}

.editor-contents tr:first-child th {
    border-top: 0;
}

@media screen and (min-width: 980px) {
    .editor-contents tr {
        border-bottom: 1px solid #E7E7E7;
    }
    .editor-contents tr:last-child {
        border-bottom: none;
    }
}

.editor-contents th {
    display: block;
    word-break: break-all;
    background: #F5F5F5;
    padding: 1.2rem;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

@media screen and (min-width: 980px) {
    .editor-contents th {
        width: 30%;
        display: table-cell;
    }
}

.editor-contents td {
    display: block;
    padding: 1.2rem;
    word-break: break-all;
}

@media screen and (min-width: 980px) {
    .editor-contents td {
        display: table-cell;
    }
}

.tbl th {
    display: table-cell !important;
}

.tbl td {
    display: table-cell !important;
}

.pg-contact-btn {
    padding: 1.6rem 1.4rem;
    margin-bottom: 2rem;
    flex: 1 1 auto;
    font-size: 1.4rem;
    color: #fff !important;
    background: #0b318f;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    width: 136px;
}

@media screen and (max-width: 980px) {
    .pg-contact-btn {
        width: 220px;
    }
}

@media screen and (min-width: 980px) {
    .pg-contact-btn {
        padding: 2rem 1rem;
        margin-left: 1.4rem;
    }
}

.pg-contact-btn::before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    margin-right: 0.6rem;
    vertical-align: 1px;
}

@media screen and (max-width: 980px) {
    .pg-contact-btn::before {
        font-size: 1.6rem;
    }
}

.pg-contact-btn::after {
    font-family: "fontello";
    content: "\e822";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    margin-left: 0.6rem;
}

@media screen and (max-width: 980px) {
    .pg-contact-btn::after {
        font-size: 1.6rem;
    }
}

.pg-contact-btn-mail {
    background: #ED722B;
}

.pg-contact-btn-mail::before {
    content: "\e802";
}

.pg-contact-btn-access {
    background: #EDA82B;
}

.pg-contact-btn-access::before {
    content: "\e804";
}

.pg-link-btn {
    font-size: 1.4rem;
    color: #fff;
    background: #0b318f;
    padding: 1.4rem 1rem;
}

.pg-blockquote {
    font-size: 1.4rem;
    padding: 3rem 3.6rem;
    background: #F5F5F5;
    border: 2px solid #E7E7E7;
    line-height: 1.5;
    position: relative;
    margin: 0;
}

@media screen and (min-width: 980px) {
    .pg-blockquote {
        padding: 3rem 3.6rem;
    }
}

.pg-blockquote::before,
.pg-blockquote::after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 86%;
    position: absolute;
    color: #999;
}

.pg-blockquote::before {
    content: "\e81e";
    top: 1rem;
    left: 1rem;
}

.pg-blockquote::after {
    content: "\e81f";
    bottom: 1rem;
    right: 1rem;
}

.pg-post-box {
    margin-bottom: 2rem;
    padding: 1rem 1.2rem;
    border: 3px solid #E7E7E7;
    position: relative;
}

@media screen and (min-width: 980px) {
    .pg-post-box {
        padding: 2rem 2.4rem;
    }
}

.pg-post-box-txt {
    font-size: 1.4rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 1.4rem;
    line-height: 1.6;
}

@media screen and (min-width: 980px) {
    .pg-post-box-txt {
        font-size: 1.6rem;
    }
}

.pg-post-box-category {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
    color: #fff;
    background: #0a2d73;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
}

@media screen and (min-width: 980px) {
    .pg-post-box-category {
        font-size: 1.4rem;
    }
}

.pg-post-box-date {
    font-size: 1.2rem;
}

@media screen and (min-width: 980px) {
    .pg-post-box-date {
        font-size: 1.4rem;
    }
}

.pg-post-box-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.6rem 0.6rem;
    border-color: transparent transparent transparent #073f86;
}

@media screen and (min-width: 980px) {
    .pg-post-box-triangle {
        border-width: 0 0 1.2rem 1.2rem;
    }
}

.pg-contact {
    margin: 3rem 0;
    background: #07296D;
    padding: 2rem;
}

.pg-contact-inner {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.pg-contact-detail {
    flex: 1 1 auto;
}

@media screen and (max-width: 980px) {
    .pg-contact-detail {
        margin-bottom: 2rem;
    }
}

.pg-contact-phone {
    flex: 1 1 auto;
    color: #fff;
}

.pg-contact-phone-text {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.2rem;
}

.pg-contact-phone-tel {
    font-size: 1.4rem;
}

.pg-contact-phone-num {
    font-family: 'Roboto', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
}

.pg-contact-phone-hours {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.2rem;
}

.pg-contact-txt {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem 0 0 0;
    line-height: 1.5;
    margin: 0 !important;
}

@media screen and (min-width: 980px) {
    .pg-contact-txt {
        font-size: 1.8rem;
    }
}

.accrodion-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion {
    margin: 2rem 0 2rem 0;
}

.accordion-dt {
    color: #fff;
    padding: 1rem 1.6rem;
    background: #07296D;
    border-radius: 8px;
    cursor: pointer;
}

.accordion-dt:hover {
    background: #0b318f;
}

.accordion-dd {
    font-size: 1.4rem;
    display: none;
    background: #fff;
    margin: 0;
    padding: 1.4rem 0;
}

.accordion-ttl {
    font-size: 1.4rem;
    margin: 0 !important;
}

.accordion-icon {
    position: relative;
    width: 22px;
    height: 22px;
    background: url(../img/common/bg_circle.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 !important;
}

.accordion-icon span {
    position: absolute;
    left: 4px;
    width: 60%;
    height: 3px;
    background-color: #07296D;
    border-radius: 4px;
}

.accordion-icon span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.accordion-icon span:nth-of-type(2) {
    top: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.accordion-icon,
.accordion-icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.accordion-icon.accordion-icon-active span:nth-of-type(1) {
    display: none;
}

.accordion-icon.accordion-icon-active span:nth-of-type(2) {
    top: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

@media screen and (max-width: 980px) {
    .pg-side {
        margin-bottom: 4rem;
    }
}

.pg-side-title {
    background: url("../img/common/bg_line.svg");
    color: #fff;
    padding: 3rem 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pg-side-menu {
    margin: 0;
    list-style-type: none;
    padding: 0 1rem;
}

@media screen and (min-width: 980px) {
    .pg-side-menu {
        padding: 0;
    }
}

.pg-side-link {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 1.8rem 0;
    color: #07296D;
    border-bottom: 1px dotted #808080;
}

.pg-side-link::before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e822";
    font-size: 172%;
    margin-right: 1rem;
    color: #0a2d73;
    vertical-align: -3px;
}


/* index-template
----------------------*/

.pg-column-contents {
    margin: 4rem 0;
}

@media screen and (min-width: 980px) {
    .pg-column-contents {
        margin: 4rem 0 5rem;
    }
}

.pg-column-ttl {
    margin: 0.8rem 0 1.5rem 0;
    display: flex;
    align-items: baseline;
    line-height: 1.4;
}

.pg-column-ttl::before {
    content: url(../img/common/bg_square.svg);
    margin-right: 0.4em;
    flex: 0 0 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
}

@media screen and (min-width: 980px) {
    .pg-column-ttl {
        margin: 1.6rem 0 3rem 0;
    }
}

.pg-column-link {
    font-size: 1.4rem;
    color: #07296D;
    font-weight: bold;
    flex: 1 1 auto;
    text-decoration: none;
}

@media screen and (min-width: 980px) {
    .pg-column-link {
        font-size: 1.6rem;
    }
}

.pg-column-link:hover {
    text-decoration: underline;
}

.pg-column-link:active {
    color: #073f86;
}

.pg-three-column {
    flex: 0 1 100%;
    word-break: break-all;
}

@media screen and (min-width: 640px) {
    .pg-three-column {
        flex: 1 1 30%;
        margin-right: 1.6rem;
    }
    .pg-three-column:nth-child(3n+3) {
        margin-right: 0;
    }
}

.pg-three-column img {
    width: 100%;
}

.pg-two-column {
    flex: 1 1 100%;
    word-break: break-all;
}

@media screen and (min-width: 640px) {
    .pg-two-column {
        flex: 1 1 46%;
        margin-right: 4rem;
    }
    .pg-two-column:last-child {
        margin-right: 0;
    }
}

.pg-two-column img {
    width: 100%;
}


/* archive
----------------------*/

@media screen and (min-width: 980px) {
    .pg-contents-section {
        margin-top: 2.4rem;
    }
}

.pg-contents-ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #073f86;
    margin: 3rem 0;
}

@media screen and (min-width: 980px) {
    .pg-contents-ttl {
        font-size: 3.4rem;
        margin: 4.6rem 0 3rem 0;
    }
}

.pg-contents-ttl-border {
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #0b318f;
}

.pg-news {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 0;
    border-top: 1px dotted #808080;
}

@media screen and (min-width: 980px) {
    .pg-news {
        flex-direction: row;
        align-items: baseline;
        padding: 2.8rem 0;
    }
}

.pg-news:last-child {
    border-bottom: 1px dotted #808080;
}

.pg-news-date {
    font-size: 1.4rem;
    flex: 1 1 auto;
    color: #333;
    margin-bottom: 1rem;
}

@media screen and (min-width: 980px) {
    .pg-news-date {
        font-size: 1.4rem;
        padding: 0;
        flex: 1 1 24%;
        margin-bottom: 0;
    }
}

.pg-news-ttl {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    flex: 1 1 100%;
}

@media screen and (min-width: 980px) {
    .pg-news-ttl {
        font-size: 1.6rem;
    }
}

.pg-news-link {
    color: #073f86;
    text-decoration: none;
}

.pg-news-link:hover {
    text-decoration: underline;
}

.pg-news-link:active {
    color: #073f86;
}


/* goods-archive
----------------------*/

.pg-tag {
    font-size: 1.2rem;
    color: #073f86;
    padding: 0.8rem 1.2rem;
    position: relative;
    display: inline-block;
    margin: 0 1rem 0 0;
    border: 1px solid #073f86;
}

.pg-tag-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 4rem 0 2rem;
}

@media screen and (min-width: 768px) {
    .pg-tag-group {
        margin: 4.6rem 0;
    }
}

@media screen and (min-width: 768px) {
    .pg-tag {
        font-size: 1.6rem;
        margin: 0 1rem 0 0;
        padding: 0.8rem 2.2rem;
    }
}

@media screen and (min-width: 980px) {
    .pg-tag {
        margin-top: 0;
    }
}

.pg-tag:last-child {
    margin-right: 0;
}

.pg-tag-active {
    color: #fff;
    background: #073f86;
}

.pg-tag-active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #073f86;
    border-width: 8px;
    margin-left: -8px;
}

.pg-goods {
    padding-bottom: 1.5rem;
    border-bottom: 1.4px dotted #808080;
}

@media screen and (min-width: 980px) {
    .pg-goods {
        margin-top: 3rem;
    }
}

.pg-goods-menu {
    list-style-type: none;
    padding: 0;
}

.pg-goods-menu:after {
    content: "";
    display: block;
    clear: both;
}

.pg-goods-item {
    background: #fff;
    border: 1px solid #E5E5E5;
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .pg-goods-item {
        float: left;
        width: 48%;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    .pg-goods-item:nth-child(even) {
        margin-right: 0;
    }
}

.pg-goods-item img {
    width: 100%;
}

.pg-goods-link {
    text-align: left;
    text-decoration: none;
}

.pg-goods-figure {
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 60%, #dcdcdc 70%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #dcdcdc 70%, #dcdcdc 100%);
    margin: 0;
    line-height: 0;
    padding: 8% 2% 6%;
}

.pg-goods-body {
    word-break: break-all;
    padding: 1rem;
}

@media screen and (min-width: 980px) {
    .pg-goods-body {
        padding: 2rem;
    }
}

.pg-goods-name {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    background: #fff;
    color: #073f86;
    font-weight: bold;
    text-align: left;
}

@media screen and (min-width: 980px) {
    .pg-goods-name {
        font-size: 1.8rem;
    }
}

.pg-goods-detail {
    font-size: 1.4rem;
    color: #073f86;
    font-weight: bold;
    margin: 0.2rem 0 0.8rem 0;
}

@media screen and (min-width: 980px) {
    .pg-goods-detail {
        font-size: 1.6rem;
        margin: 0.2rem 0 1.4rem 0;
    }
}

.pg-goods-category {
    font-size: 1.2rem;
    color: #fff;
    background: #073f86;
    padding: 0.8rem 1.6rem;
    display: inline-block;
    line-height: 1;
}


/* form
----------------------*/

.form {
    margin-bottom: 4rem;
}

@media screen and (min-width: 980px) {
    .form {
        margin-bottom: 0;
    }
}

.form-text {
    font-size: 1.6rem;
    width: 80%;
    padding: 0.4rem;
    height: 27px;
    border: none;
    box-shadow: 0 0 0 1px #33a9e1, 0 0 0 2px #85cbed;
}

@media screen and (min-width: 980px) {
    .form-text {
        width: 80%;
        padding: 0.2rem 0.2rem 0.2rem 0.4rem;
    }
}

.form-select {
    font-size: 1.6rem;
    width: 200px;
    padding: 0.4rem 0.4rem 0.4rem 0.8rem;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (min-width: 980px) {
    .form-select {
        font-size: 1.4rem;
        width: 180px;
    }
}

.form-select::-ms-expand {
    display: none;
}

.form-select-wrap {
    width: 200px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #009dff;
    overflow: hidden;
    display: inline-block;
    border: 1px solid transparent;
    background-image: linear-gradient(#009dfe, #0076bf);
    background-origin: border-box;
}

@media screen and (min-width: 980px) {
    .form-select-wrap {
        width: 180px;
    }
}

.form-select-wrap::before,
.form-select-wrap::after {
    position: absolute;
    pointer-events: none;
}

.form-select-wrap::before {
    top: 38%;
    left: 181px;
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../img/form/ico_arrow_bottom.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .form-select-wrap::before {
        left: 160px;
    }
}

.form-select-wrap::after {
    content: '';
    top: 0;
    left: 170px;
    bottom: 0;
    border-left: 1px solid transparent;
    background-image: linear-gradient(#009dfe, #0076bf);
    background-origin: border-box;
}

@media screen and (min-width: 980px) {
    .form-select-wrap::after {
        left: 150px;
    }
}

.form-radio {
    font-size: 1.6rem;
    word-break: keep-all !important;
}

@media screen and (min-width: 980px) {
    .form-radio {
        font-size: 1.4rem;
    }
}

.form-radio-input {
    display: none;
}

.form-radio-input:checked {
    color: #009a9a;
}

.form-radio-label {
    position: relative;
    padding-left: 2rem;
    margin-right: 2rem;
    line-height: 2;
}

.form-radio-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #b2b4b7;
    border-radius: 50%;
    background: #f5f6f6;
}

@media screen and (min-width: 980px) {
    .form-radio-label::before {
        top: 1px;
    }
}

.form-checkbox {
    text-align: center;
    margin: 3.4rem 0 1.6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-checkbox-input {
    margin-right: 1rem;
    width: 1.8rem;
    height: 1.8rem;
}

@media screen and (max-width: 980px) {
    .form-checkbox-input {
        width: 4rem;
        height: 4rem;
    }
}

.form-checkbox-label {
    font-size: 1.6rem;
    font-weight: bold;
}

.form-button {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.8rem 0;
    width: 156px;
    background: #0b318f;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    border: none;
    cursor: pointer;
    position: relative;
}

.form-button::before {
    font-family: "fontello";
    content: "\e829";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60%;
    position: absolute;
    top: 38%;
    left: 8%;
}

.form-radio-input:checked+.form-radio-label::after {
    position: absolute;
    top: 1.4px;
    left: -0.4px;
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/form/btn_checkbox_on.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.c-announce-txt {
    font-size: 1.4rem;
}

.c-announce-phone {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: block;
    margin: 0.3rem 0;
}

.c-announce-phone::before {
    content: "tel.";
    font-size: 1.4rem;
}

.c-announce-hours {
    font-size: 1.4rem;
    display: block;
}

.pg-announce-txt {
    font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
    .pg-announce-txt {
        font-weight: bold;
    }
}

.pg-announce-phone {
    font-size: 3rem;
}

@media screen and (min-width: 980px) {
    .pg-announce-phone {
        font-size: 3.2rem;
    }
    .pg-announce-phone::before {
        font-size: 1.6rem;
    }
}

.pg-announce-hours {
    font-size: 1.4rem;
}

@media screen and (min-width: 980px) {
    .pg-announce-hours {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 980px) {
    .c-breadcrumb {
        display: none;
    }
}

.c-breadcrumb-menu {
    padding: 0;
    list-style: none;
    margin: 2rem 0;
}

.c-breadcrumb-item {
    font-size: 1.2rem;
    display: inline;
    color: #4D4D4D;
}

@media screen and (min-width: 980px) {
    .c-breadcrumb-item {
        font-size: 1.4rem;
    }
}

.c-breadcrumb-link {
    color: #073f86;
    text-decoration: underline;
    font-weight: bold;
}

.c-breadcrumb-item:not(:first-child):before {
    content: ">";
    color: #999;
    padding: 0 0.2em;
}

.c-btn {
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.c-btn-mail {
    background: #ED722B;
}

.c-btn-mail::before {
    font-family: "fontello";
    content: "\e802";
}

.c-btn-access {
    background: #EDA82B;
}

.c-btn-access::before {
    font-family: "fontello";
    content: "\e804";
}

.c-btn-arrow::after {
    font-family: "fontello";
    content: "\e822";
    margin-left: 0.6rem;
}

@media screen and (max-width: 980px) {
    .c-btn-arrow::after {
        margin-left: 1rem;
    }
}

.c-logo-wrap {
    margin: 0;
    padding: 1rem;
}

@media screen and (min-width: 980px) {
    .c-logo-wrap {
        padding: 0;
    }
}

.c-logo {
    width: 122px;
    height: 54px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

@media screen and (min-width: 980px) {
    .c-logo {
        width: 197px;
        height: 89px;
    }
}

.c-media-object {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media screen and (min-width: 980px) {
    .c-media-object-sub {
        flex: 1 1 auto;
    }
}

.c-media-object-main {
    flex: 1 1 60%;
}

.c-media-object-ttl {
    line-height: 1.5;
}

@media screen and (min-width: 980px) {
    .c-media-object-ttl {
        margin-bottom: 1rem;
    }
}

.c-media-object-txt {
    line-height: 1.5;
    margin: 0;
}

.c-pagination {
    margin: 1.6rem 0;
}

@media screen and (min-width: 768px) {
    .c-pagination {
        margin: 2.8rem 0;
    }
}

@media screen and (min-width: 980px) {
    .c-pagination {
        margin: 2.8rem 0 0 0;
    }
}

.c-pagination-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-pagination-menu {
        justify-content: center;
    }
}

.c-pagination-item {
    margin-bottom: 1rem;
}

.c-pagination-item:not(:last-child) {
    margin-right: 1rem;
}

@media screen and (min-width: 768px) {
    .c-pagination-item {
        margin-bottom: 0;
    }
}

.c-pagination-link {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
    border: 1px solid #073f86;
    color: #073f86;
    text-decoration: none;
    display: block;
}

@media screen and (min-width: 768px) {
    .c-pagination-link {
        font-size: 1.4rem;
        padding: 0.8rem 1.2rem;
    }
}

.c-pagination-link:hover {
    color: #fff;
    background: #073f86;
}

.c-pagination-active {
    background: #073f86;
}

.c-pagination-active a {
    color: #fff;
}


.gallery img{
    border:0!important;
    width:100%!important;
    padding:2%;
    box-sizing: border-box;
}

p.accordion-title{
    margin:0.5rem;
}

.tp-work li a{
    display:block;
    text-decoration:none;
}

.tp-work li a:hover{
    opacity: 0.75;
}

@media screen and (min-width: 980px) {
    .tp-work .tp-work-item{
        padding:0;
    }
    .tp-work .tp-work-item a{
        padding:3.4rem 0;
    }
}