@charset "utf-8";

#gNav.fixed {
    display: none;
}

img.sp {
    display: none;
}

img.spOnly {
    display: none;
}

@media only screen and (max-width: 640px) {
    .page {
        overflow: hidden;
        width: 100%;
    }

    img.sp {
        display: inline-block;
    }

    span.sp {
        display: inline;
    }

    img.sp + img,
    span.sp + span {
        display: none;
    }

    img.pcOnly {
        display: none;
    }

    img.spOnly {
        display: inline-block;
    }
}

/*------------------------*/
/*	bread
/*------------------------*/
.pankuzuArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 1160px;
    margin: auto;
    padding: 15px 0;
    font-size: 12px;
    background: transparent;
    color: #fff;
    z-index: 99;
}

.pankuzuArea a {
    color: #fff;
}

.pankuzuArea .present {
    color: #fff !important;
}

@media only screen and (max-width: 640px) {
    .pankuzuArea {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    #container {
        padding-top: 0 !important;
    }
}

#mainContent .wrap {
    max-width: 1000px;
}

.lowMv {
    position: relative;
    background: url(../imgs/img-mv@2x.jpg) no-repeat center center;
    background-size: cover;
}

.lowMv .copy {
    margin-top: -40px;
}


.photo {
    position: relative;
}

.photo .cap {
    position: absolute;
}

.cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: left;
}

.cap--outLeft {
    top: 100%;
    left: 0;
    padding: 8px 0;
    text-align: left;
}

.cap--inRight {
    bottom: 0;
    right: 0;
    padding: 8px;
    text-align: right;
}

.cap--outRight {
    top: 100%;
    right: 0;
    padding: 8px 0;
    text-align: right;
}


.backnumberSection {
    padding-top: 140px;
    padding-bottom: 120px;
}

.backnumberSection__item {
    width: calc(480 / 1000 * 100%);
}

.backnumberSection__item:nth-child(n+3) {
    margin-top: 40px;
}

.backnumberSection__item .flex {
}

.backnumberSection__item .photo {
    width: calc(225 / 480 * 100%);
}

.backnumberSection__item .cmt {
    /*
            display: flex;
            flex-wrap: wrap;
            align-items: center;

            justify-content: center;
            flex-direction: column;
    */
    width: calc(255 / 480 * 100%);
    padding: 36px 30px;
    border-top: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5;
    border-right: solid 1px #b5b5b5;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2.142;
    text-align: left;
}

.backnumberSection__item .cmt div {
    width: 100%;
}

.backnumberSection__item .cmt .text {
    margin-top: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.backnumberSection__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
    background: #22496e;
    text-align: center;
}

.text::before,
.text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
}

.text::before {
    margin-top: calc((1 - 2.142) * 0.5em);
}

.text::after {
    margin-bottom: calc((1 - 2.142) * 0.5em);
}

@media only screen and (max-width: 640px) {
    .backnumberSection {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .backnumberSection__item {
        width: 100%;
    }

    .backnumberSection__item:nth-child(n+2) {
        margin-top: 30px;
    }

    .backnumberSection__item .photo {
        width: calc(225 / 480 * 100%);
    }

    .backnumberSection__item .cmt {
        width: calc(255 / 480 * 100%);
        padding: 20px;
        font-size: 12px;
        line-height: 1.8;
    }

    .backnumberSection__item .cmt .text {
        margin-top: 20px;
    }

    .text::before {
        margin-top: calc((1 - 1.8) * 0.5em);
    }

    .text::after {
        margin-bottom: calc((1 - 1.8) * 0.5em);
    }
}


.section--contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #efefef;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.section--contact .contact__list {
    margin-top: 30px;
}

.section--contact .contact__list ul {
    font-size: 0;
    letter-spacing: -.4em;
    line-height: 0;
}

.section--contact .contact__list ul li {
    position: relative;
    display: inline-block;
    margin: 0 40px;
    padding-left: 55px;
    vertical-align: middle;
}

.section--contact .contact__list ul li.icon__tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 28px;
    background: url(../../imgs/top/icon-tel.png) no-repeat center center;
}

.section--contact .contact__list ul li.icon__mail::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 38px;
    height: 28px;
    background: url(../../imgs/top/icon-mail.png) no-repeat center center;
}

.section--contact .caption__time {
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
}

.section--contact img {
    width: auto;
}

@media only screen and (max-width: 640px) {
    .section--contact {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 14px;
    }

    .section--contact .contact__list {
        margin-top: 30px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .section--contact .contact__list ul {
        font-size: 0;
        letter-spacing: -.4em;
        line-height: 0;
        text-align: left;
    }

    .section--contact .contact__list ul li {
        display: inline-block;
        margin: 0;
        padding-left: 45px;
    }

    .section--contact .contact__list ul li + li {
        margin-top: 20px;
    }

    .section--contact .contact__list ul li.icon__tel::before {
        top: -6px;
        width: 32px;
        background-size: 100% auto;
    }

    .section--contact .contact__list ul li.icon__tel img {
        width: calc(262 / 480 * 100%)
    }

    .section--contact .contact__list ul li.icon__mail::before {
        top: -6px;
        left: 2px;
        width: 28px;
        height: 28px;
        background-size: 100% auto;
    }

    .section--contact .contact__list ul li.icon__mail img {
        width: calc(339 / 480 * 100%)
    }

    .section--contact .caption__time {
        margin-top: 20px;
        font-size: 10px;
    }
}


.label__img {
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    padding: 18px 25px;
    background: #000;
    z-index: 1000;
}

.label__img--space {
    /*	top: 28px;
        left: 28px;*/
    top: 0;
    left: 0;
}

.label__imgHeading {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    z-index: 1000;
}

.label__imgHeading .label__img {
    position: static;
}

.label__imgHeading .heading {
    padding: 0 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #fff;
}
@media only screen and (max-width: 640px) {
    .label__imgHeading {
        display: none;
    }
}
.box__qa {
    padding: 40px 20px;
}

.clmHalf__item .box__qa {
    padding: 20px 40px;
}

.box__qa--inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.clmHalf__item .box__qa--inner {
    max-width: inherit;
}

.box__qa .clm2__item {
    width: calc(490 / 1020 * 100%);
}

.qa__row > div:nth-child(n+3) {
    margin-top: 25px;
}

.qa__row + .qa__row {
    margin-top: 60px;
}

.clm2__item--icon {
    width: 40px;
}

.clm2__item--icon img {
    position: relative;
    top: -4px;
}

.clm2__item--question,
.clm2__item--answer {
    width: calc(100% - 40px);
}

.columnBox {
    padding: 40px;
}

.columnBox .clmTwo__item {
    width: calc(520 / 1080 * 100%);
}

.columnBox .lowTxt {
    font-size: 14px;
    letter-spacing: -.02em;
    line-height: 2;
}

.columnHeading {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
}

.columnHeading + .flex,
.columnHeading + .lowTxt {
    margin-top: 40px;
}

@media only screen and (max-width: 640px) {
    .label__img {
        padding: 10px;
    }

    .label__img img {
        zoom: .7;
    }

    .box__qa {
        padding: 30px 30px 50px;
    }

    .clmHalf__item .box__qa {
        padding: 30px 30px 50px;
    }

    .box__qa--inner {
        max-width: inherit;
    }

    .box__qa .clm2__item {
        width: 100%;
    }

    .qa__row > div:nth-child(n+3) {
        margin-top: 20px;
    }

    .qa__row + .qa__row {
        margin-top: 40px;
    }

    .clm2__item--icon img {
        top: -8px;
    }

    .qa__row > div .lowTxt {
        line-height: 1.8;
    }

    .columnBox {
        padding: 30px 30px 50px;
    }

    .columnBox .clmTwo__item {
        width: 100%;
    }

    .columnBox .clmTwo__item:nth-child(n+2) {
        margin-top: 20px;
    }

    .columnBox .lowTxt {
        font-size: 12px;
    }

    .columnHeading {
        font-size: 16px;
    }

    .columnHeading + .flex,
    .columnHeading + .lowTxt {
        margin-top: 30px;
    }
}

/* bxslider */
/*
.bx-wrapper .bx-pager {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	display: none;
}
*/
.bx-wrapper .bx-viewport {
    max-height: calc(100vh - 80px);
    overflow-y: auto !important;
}

.bx-wrapper .bx-prev {
    display: block;
}

.bx-wrapper .bx-next {
    display: block;
}

.bx-wrapper .bx-prev {
    left: -45px;
    background: url(../../imgs/top/bt-prev.png) no-repeat center center;
    background-size: 100% auto;
}

.bx-wrapper .bx-next {
    right: -45px;
    background: url(../../imgs/top/bt-next.png) no-repeat center center;
    background-size: 100% auto;
}

.bx-wrapper .bx-prev:hover {
    background-position: center center;
}

.bx-wrapper .bx-next:hover {
    background-position: center center;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 26px;
    height: 60px;
    text-indent: -9999px;
    z-index: 998;
}

.bxslider__wrapper{
    margin-bottom: 130px;
    margin-top: 130px;
    position: relative;
}

@media screen and (min-width: 641px) {
    .bx-wrapper .bx-prev:hover {
        opacity: .8;
    }

    .bx-wrapper .bx-next:hover {
        opacity: .8;
    }
}

@media screen and (max-width: 640px) {
    .bx-wrapper .bx-viewport {
        max-height: none;
        overflow-y: auto;
    }
    .bx-wrapper .bx-pager {
        bottom: -10px;
    }
    .bx-wrapper .bx-prev {
        left: -10px;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 20px;
    }

    .bxslider__wrapper{
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

/* modal */
.modal {
    display: none;

    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.modal__bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
}

.modal__content {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    width: 90%;
    max-width: 1160px;
    background: #fff;
    max-height: calc(100vh - 65px);

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal__contentInner {
    position: relative;
    padding: 1px;
    /*
            overflow-y: auto;
            height: 450px;
    */
}

/*
	.cp-modal__contentInner .cp-flex__slide {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 calc(60/920*100%);
		text-align: left;
	}
*/
a.js-modal-close::before {
    content: "";
    position: absolute;
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    background: url(../../imgs/top/icon-close.png) no-repeat 0 0;
    background-size: cover;
    z-index: 999;
    cursor: pointer;
}

@media screen and (max-width: 736px) {
    .modal__content {
        width: 80%;
        max-width: inherit;
    }

    .modal__contentInner {
        max-height: 100vh;
        overflow-y: auto;
    }

    a.js-modal-close::before {
    }
}

.columnBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: solid 1px #22496e;
    background: #22496e;
    font-size: 14px;
    letter-spacing: .2em;
    color: #fff;
    transition: all .5s ease;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 641px) {
    .columnBtn:hover {
        background: #fff;
        color: #22496e;
    }
}


/*
Column記事
*/
.columnArticle__wrapper{
    margin-bottom: 130px;
    margin-top: 130px;
    position: relative;
}
.columnArticleList>li{
    margin: 100px 0;
}
.columnPagenation{
    display: flex;
}
.columnPagenation__item{
    width: 33%;
}
@media screen and (max-width: 640px) {
    .columnArticle__wrapper{
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .columnArticleList>li{
        margin: 50px 0;
    }
    .columnPagenation{
        justify-content: space-between;
    }
    .columnPagenation__item{
        width: 30%;
    }
    .columnPagenation__item .columnBtn{
        font-size: 10px;
        width: 100%;
    }
}