@charset "UTF-8";
/* --------------------------------------------------
 Block
-------------------------------------------------- */

/* Common Block --------------- */

.commBlc {
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
}

.boxComm {
    padding-top: 4%;
    padding-bottom: 4%;
}

.minBoxComm {
    padding-top: 2%;
    padding-bottom: 2%;
}

/* keyVisual --------------- */

#keyVisual {
    width: 100%;
    position: relative;
    padding-bottom: 149px;
}

#keyVisual .bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 44%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

#keyVisual .pageTtl {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 140%;
    width: 40%;
    padding: 1% 2%;
    position: absolute;
    top: 10%;
    right: -50%;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease-in-out;
}

.loadComplete #keyVisual .pageTtl {
    right: 0;
    opacity: 1;
}

#keyVisual .mainLogo {
    width: 100%;
    max-width: 294px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* locationBlc --------------- */

.locationBlc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.locationBlc li {
    width: 33.33%;
    float: left;
    margin-bottom: 4%;
}

.locationBlc li .imgBlc {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 55%;
}

.locationBlc li .imgBlc.img01 {
    background-image: url(../img/common/img_branch01.jpg);
}

.locationBlc li .imgBlc.img02 {
    background-image: url(../img/common/img_branch02.jpg);
}

.locationBlc li .imgBlc.img03 {
    background-image: url(../img/common/img_branch03.jpg);
}

.locationBlc li .imgBlc.img04 {
    background-image: url(../img/common/img_branch04.jpg);
}

.locationBlc li .imgBlc.img05 {
    background-image: url(../img/common/img_branch05.jpg);
}

.locationBlc li .subj {
    font-size: 160%;
    text-align: center;
    padding: 2%;
}

.locationBlc li .btn {
    padding: 0 2%;
}

.locationBlc li .btn a {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    max-width: 340px;
    margin: 0 auto;
    padding: 7px 20px;
    display: block;
    box-sizing: border-box;
}

/* menuSetBlc --------------- */

.menuSetBlc {
    max-width: 890px;
    margin: 0 auto;
}

.menuSetBlc .setBlc {
    margin-bottom: 7%;
}

.menuSetBlc .setBlc .imgBlc {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 79%;
}

.menuSetBlc .setBlc .txtBlc {
    letter-spacing: 0.1em;
    padding: 4% 2%;
}

.menuSetBlc .setBlc .txtBlc .ttl {
    font-size: 160%;
    letter-spacing: 0.2em;
}

/* blcStyle01 --------------- */

.blcStyle01 {
    margin-top: 4%;
    margin-bottom: 4%;
}

.blcStyle01 .imgBlc {
    width: 42%;
    float: left;
}

.blcStyle01:nth-of-type(2n) .imgBlc {
    float: right;
}

.blcStyle01 .imgBlc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 62%;
}

.blcStyle01 .txtBlc {
    width: 58%;
    float: right;
    padding: 6%;
    box-sizing: border-box;
}

.blcStyle01:nth-of-type(2n) .txtBlc {
    float: left;
}

.blcStyle01 .txtBlc .subj {
    font-size: 160%;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}

.blcStyle01 .txtBlc .txt {
    letter-spacing: 0.1em;
}

/* blcStyle02 ------------------*/

.blcStyle02 .imgBlc {
    padding-top: 40%;
    position: relative;
}

.blcStyle02 .img01 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 45%;
    padding-top: 28%;
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 5;
}

.blcStyle02 .img02 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 65%;
    padding-top: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.blcStyle02 .img03 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 29%;
    padding-top: 27%;
    position: absolute;
    top: calc(100% - 20%);
    right: 12%;
    z-index: 6;
}

.blcStyle02 .txtBlc {
    letter-spacing: 0.1em;
    padding-right: 50%;
}

.blcStyle02 .txtBlc .ttl {
    margin-bottom: 2%;
}

.blcStyle02 .txtBlc .ttl .txt01 {
    font-size: 160%;
    letter-spacing: 0.3em;
}

/* blcStyle03 ------------------*/

.blcStyle03 .ttl {
    background-color: #000;
    color: #fff;
    font-size: 240%;
    letter-spacing: 0.2em;
    padding: 4%;
}

.blcStyle03 .txtBlc {
    padding: 2%;
}

.blcStyle03 .txtBlc .leftBlc {
    width: 48%;
    float: left;
}

.blcStyle03 .txtBlc .rightBlc {
    width: 48%;
    float: right;
}

.blcStyle03 .txtBlc .rightBlc .imgBlc {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60%;
    margin-top: -21%;
}

.blcStyle03 .txtBlc .btn {
    margin-top: 7%;
}

.blcStyle03 .txtBlc .btn a {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    max-width: 340px;
    margin: 0 auto;
    padding: 7px 20px;
    display: block;
    box-sizing: border-box;
}

/* mainImgStyle01 --------------- */

.mainImgStyle01 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 35%;
}

@media screen and (max-width: 1200px) {
    /* keyVisual --------------- */
    #keyVisual {
        padding-bottom: 121px;
    }
    #keyVisual .mainLogo {
        max-width: 240px;
    }
    /* blcStyle01 --------------- */
    .blcStyle01 .imgBlc {
        width: 34%;
    }
    .blcStyle01 .txtBlc {
        width: 66%;
        padding: 2%;
    }
    .blcStyle01 .txtBlc .subj {
        font-size: 140%;
    }
    /* blcStyle02 ------------------*/
    .blcStyle02 .txtBlc .ttl .txt01 {
        font-size: 140%;
    }
    /* blcStyle03 ------------------*/
    .blcStyle03 .ttl {
        font-size: 200%;
    }
    .blcStyle03 .txtBlc .rightBlc .imgBlc {
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    /* keyVisual --------------- */
    #keyVisual .bgImg {
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 767px) {
    /* keyVisual --------------- */
    #keyVisual {
        padding-bottom: 91px;
    }
    #keyVisual .bgImg {
        padding-bottom: 75%;
    }
    #keyVisual .pageTtl {
        font-size: 120%;
        width: 60%;
    }
    #keyVisual .mainLogo {
        max-width: 180px;
    }
    /* locationBlc --------------- */
    .locationBlc li .subj {
        font-size: 120%;
    }
    /* blcStyle01 --------------- */
    .blcStyle01 .imgBlc {
        width: 100%;
    }
    .blcStyle01 .txtBlc {
        width: 100%;
    }
    .blcStyle01 .txtBlc .subj {
        font-size: 120%;
    }
    /* blcStyle02 ------------------*/
    .blcStyle02 .txtBlc .ttl .txt01 {
        font-size: 120%;
    }
    /* blcStyle03 ------------------*/
    .blcStyle03 .ttl {
        font-size: 180%;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 480px) {
    /* keyVisual --------------- */
    #keyVisual {
        padding-bottom: 71px;
    }
    #keyVisual .mainLogo {
        max-width: 140px;
    }
    /* locationBlc --------------- */
    .locationBlc li {
        width: 100%;
        margin-bottom: 7%;
    }
    /* blcStyle02 ------------------*/
    .blcStyle02 .imgBlc {
        padding-top: 50%;
    }
    .blcStyle02 .img03 {
        top: auto;
        bottom: 0;
        right: 2%;
    }
    .blcStyle02 .txtBlc {
        padding-right: 0;
    }
    /* blcStyle03 ------------------*/
    .blcStyle03 .txtBlc .leftBlc, .blcStyle03 .txtBlc .rightBlc {
        width: 100%;
        float: none;
    }
    .blcStyle03 .txtBlc .rightBlc .imgBlc {
        margin-bottom: 4%;
    }
}

/* --------------------------------------------------
 Title
-------------------------------------------------- */

/* ttlStyle01 ------------------*/

.ttlStyle01 {
    font-size: 240%;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 2%;
}

/* ttlStyle02 ------------------*/

.ttlStyle02 {
    font-size: 160%;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2%;
}

@media screen and (max-width: 1200px) {
    /* ttlStyle01 ------------------*/
    .ttlStyle01 {
        font-size: 200%;
    }
    /* ttlStyle02 ------------------*/
    .ttlStyle02 {
        font-size: 140%;
    }
}

@media screen and (max-width: 767px) {
    /* ttlStyle01 ------------------*/
    .ttlStyle01 {
        font-size: 180%;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------
 Table
-------------------------------------------------- */

/* Common Table --------------- */

.tblComm {
    border-top: 1px dotted #fff;
}

.tblComm th, .tblComm td {
    padding: 7px 15px;
    box-sizing: border-box;
}

.tblComm th {
    background-color: #f8ef9b;
    border: 1px solid #fff;
    width: 20%;
    vertical-align: middle;
}

.tblComm td {
    border-bottom: 1px solid #f8ef9b;
}

.tblComm th[align="center"], .tblComm td[align="center"] {
    text-align: center;
}

.tblComm th[align="right"], .tblComm td[align="right"] {
    text-align: right;
}

.tblRespon {
    overflow-x: auto;
}

.tblRespon .tblComm {
    min-width: 600px;
}

.noteTbl {
    color: red;
    text-align: center;
    margin: 2% 0;
    display: none;
}

/* Form Table --------------- */

.tblForm th {
    background-color: #fff;
    width: 25%;
    padding: 2%;
    text-align: left;
}

.tblForm td {
    padding: 2%;
    text-align: left;
}

.tblForm th, .tblForm td {
    border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tblRespon {
    overflow-x: auto;
}

.noteTblRespon {
    font-size: 80%;
    color: red;
    margin: 2% 0;
    text-align: center;
    display: none;
}

/* tblStyle01 --------------- */

.tblStyle01 th, .tblStyle01 td {
    letter-spacing: 0.2em;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 7%;
}

.tblStyle01 th {
    font-size: 160%;
    /*width:25%;
*/
    width: 40%;
    padding-right: 4%;
}

.tblStyle01 td {
    font-size: 120%;
    padding-left: 4%;
}

@media screen and (max-width: 767px) {
    /* Common Table --------------- */
    .tblComm th, .tblComm td {
        font-size: 90%;
    }
    .tblComm th {
        width: 30%;
    }
    .tblComm.singleRow th, .tblForm.singleRow th {
        display: block;
        font-weight: bold;
        padding-bottom: 0;
    }
    .tblComm.singleRow td, .tblForm.singleRow td {
        display: block;
    }
    .noteTbl {
        display: block;
    }
    /* Form Table --------------- */
    .tblForm th {
        width: auto;
    }
    /* tblRespon --------------- */
    .noteTblRespon {
        display: none;
    }
    /* tblStyle01 --------------- */
    .tblStyle01 th, .tblStyle01 td {
        width: 100%;
        padding: 2%;
        display: block;
    }
    .tblStyle01 th {
        font-size: 120%;
        padding-right: 2%;
    }
    .tblStyle01 td {
        font-size: 100%;
        padding-left: 2%;
    }
    /* ------------------*/
    .blcStyle01 .txtBlc .subj {
        font-size: 135%;
    }
    /* ------------------*/
}

@media screen and (max-width: 650px) {
    /* tblRespon --------------- */
    .noteTblRespon {
        display: block;
    }
}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------
 List
-------------------------------------------------- */

/* Common List --------------- */

.listComm li {
    float: left;
}

/* navStyle01 ------------------*/

.navStyle01 {
    text-align: center;
    padding: 0 2%;
}

.navStyle01 li {
    font-size: 140%;
    letter-spacing: 0.1em;
    display: inline-block;
}

.navStyle01 li:after {
    content: " ｜ ";
}

.navStyle01 li:first-of-type:before {
    content: " ｜ ";
}

.navStyle01 li a {
    text-decoration: none;
}

/* listStyle01 ------------------*/

.listStyle01 li .imgBlc {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
    padding-top: 35%;
    float: left;
}

.listStyle01 li:nth-of-type(2n) .imgBlc {
    float: right;
}

.listStyle01 li .txtBlc {
    background-color: #000;
    font-size: 140%;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #fff;
    width: 50%;
    padding: 5%;
    float: right;
    display: table;
    box-sizing: border-box;
}

.listStyle01 li .txtBlc .inner {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.listStyle01 li:nth-of-type(2n) .txtBlc {
    float: left;
}

/* listStyle02 ------------------*/

.listStyle02 li {
    width: 33.33%;
    float: left;
}

.listStyle02 li .imgBlc {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 64%;
}

@media screen and (max-width: 1200px) {
    /* listStyle01 ------------------*/
    .listStyle01 li .txtBlc {
        font-size: 120%;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 767px) {
    /* navStyle01 ------------------*/
    .navStyle01 li {
        font-size: 120%;
    }
    /* listStyle01 ------------------*/
    .listStyle01 li .imgBlc {
        width: 100%;
        padding-top: 71%;
    }
    .listStyle01 li .txtBlc {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------
 Button
-------------------------------------------------- */

@media screen and (max-width: 767px) {}

/* --------------------------------------------------
 Text
-------------------------------------------------- */

.txtMincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    /* Mincho */
}

.txtGothic {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    /* Gothic */
}

.txtCenter {
    text-align: center;
}

.txtUnderline {
    text-decoration: underline;
}

.txtBig {
    font-size: 115%;
}

.txtSmall {
    font-size: 85%;
}

.txtWeight {
    font-weight: bold;
}

.txtInlineBlc {
    text-align: left;
    display: inline-block;
}

.txtBlack {
    color: #000;
}

.txtRed {
    color: #e60000;
}

@media screen and (max-width: 767px) {
    .txtForSp {
        text-align: left !important;
    }
    .txtForSp br {
        display: none !important;
    }
    span.txtForSp {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {}

/* --------------------------------------------------
 Other Classes
-------------------------------------------------- */

/* Clear fix --------------- */

.clearFix:after {
    content: "";
    clear: both;
    display: block;
}

/* Clear --------------- */

.clear {
    clear: both;
}

/* Hide --------------- */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.disnon {
    display: none;
}

/* imgDeco --------------- */

.imgDeco {
    border: 1px solid #cdcdcd;
    padding: 1px;
    box-sizing: border-box;
}

/* imgCircle --------------- */

.imgCircle {
    border-radius: 100%;
}

/* imgZoomEffect --------------- */

.imgZoom {
    overflow: hidden;
}

.imgZoom img, .imgZoom .img {
    -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 200ms ease-in-out 0s;
}

.imgZoom img:hover, .imgZoom .img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* PDF icon --------------- */

.icnPdf {
    vertical-align: bottom;
    margin: 0px 3%;
}

@media screen and (max-width: 1200px) {
    /* Hide --------------- */
    .post.hidden {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    /* Popup --------------- */
    .popup {
        display: block;
        position: relative;
    }
}