@charset 'UTF-8';
body
{
    font-family: Lato, 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 17px;

    text-align: center;
    letter-spacing: 2.2px;

    background-color: #fafafa;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (max-width: 960px)
{
    body
    {
        font-size: 2.08333vw;

        letter-spacing: 1.2px;
    }
}

main
{
    display: block;

    max-width: 1400px;
    margin: auto;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

::-moz-selection
{
    background: #6cf;
    /* Safari */
}

::selection
{
    background: #6cf;
    /* Safari */
}

::-moz-selection
{
    background: #6cf;
    /* Firefox */
}

/* .idPointing */
.idPointing
{
    position: relative;
    top: -75px;
}

/* /.idPointing */
/* .headerFix */
.headerFix
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 70px;

    background-color: #fff;
}

.headerFixInner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 70px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headerFix_comment
{
    font-size: .9em;
    font-weight: 500;

    color: gray;

    -ms-flex-item-align: center;
    align-self: center;
}

@media print, screen and (max-width: 960px)
{
    .headerFix_comment
    {
        display: none;
    }
}

.headerFix_comment-navy
{
    font-size: 1.4em;

    color: #10144e;
}

.headerFix_comment-onePoint
{
    font-size: .6em;

    color: #000;
}

.headerFix_info
{
    font-size: .7em;
    font-weight: 100;

    margin-right: 60px;
    padding: 8px;

    text-align: left;

    color: #fff;
    border-radius: 10px;
    background-color: #01044e;
}

@media print, screen and (max-width: 960px)
{
    .headerFix_info
    {
        font-size: 1.45833vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .headerFix_info
    {
        font-size: 2.08333vw;
    }
}

.headerFix_info-mail
{
    color: #3b99fc;
}

.headerFix_info-mail:hover
{
    text-decoration: underline;
}

.headerFix_logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerFix_logoLink
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerFix_logoLink:hover
{
    opacity: .7;
}

.headerFix_logoImg
{
    width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media print, screen and (max-width: 960px)
{
    .headerFix_logoImg
    {
        width: 4.16667vw;
        height: 4.16667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .headerFix_logoImg
    {
        width: 8.33333vw;
        height: 8.33333vw;
    }
}

.headerFix_siteName
{
    font-size: 1.3em;
    font-weight: bold;

    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    white-space: nowrap;
    letter-spacing: .01px;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .headerFix_siteName
    {
        font-size: 5vw;
    }
}

.headerFix_menu
{
    display: inline-block;
    float: right;

    width: 70px;
    height: 70px;

    background-color: #01044e;
}

/* / .headerFix */
/* .headerFinished */
.headerFinished
{
    z-index: 10;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 70px;

    background-color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    /* Safari */
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.headerFinished_comment
{
    font-size: 1.2em;
    font-weight: 500;

    width: 70vw;

    color: gray;

    -ms-flex-item-align: center;
    align-self: center;
}

.headerFinished_comment-navy
{
    font-size: 1.4em;

    color: #10144e;
}

.headerFinished_logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerFinished_logoImg
{
    width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.headerFinished_siteName
{
    font-size: 1.3em;
    font-weight: bold;

    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    letter-spacing: .01px;

    color: #01044e;
}

.headerFinished_menu
{
    display: inline-block;
    float: right;

    width: 70px;
    height: 70px;

    background-color: #01044e;
}

/* / .headerFinished */
/* .mainFinished */
.mainFinished
{
    margin: 50px 20%;
}

.mainFinished_content
{
    font-size: .95em;

    margin-bottom: 30px;
}

.mainFinished_linkBtn
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;

    display: inline-block;

    margin-bottom: 0;
    padding: 6px 12px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #333;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;

    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.mainFinished_linkBtn:hover
{
    text-decoration: none;

    color: #333;
    border-color: #adadad;
    background-color: #e6e6e6;
}

/* /.mainFinished */
/* header */
.header
{
    width: 100%;
    height: calc(100vh - 70px);
    margin: 0 auto;
    padding-top: 70px;

    background: url(images/main_pic.jpg) no-repeat center center fixed;
    background-size: cover;
}

@media print, screen and (max-width: 560px)
{
    .header
    {
        background: url(images/main_pic_sm.jpg) 50% no-repeat;
    }
}

/* / header */
/* .main */
.main
{
    z-index: 2;
}

/* /.main */
/* .mainBreadCrumbs */
.mainBreadCrumbs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 70%;
    margin: 0 auto;
    padding: 10px 0;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media print, screen and (max-width: 560px)
{
    .mainBreadCrumbs
    {
        width: 80%;
        padding: 1% 0;
    }
}

.mainBreadCrumbs_item
{
    font-size: 15px;
    line-height: 1.3;

    position: relative;

    padding-right: 25px;

    list-style: none;
}

@media print, screen and (max-width: 560px)
{
    .mainBreadCrumbs_item
    {
        font-size: 2.14286vw;

        padding-right: 4.46429%;
    }
}

.mainBreadCrumbs_item:after
{
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;

    width: 10px;
    height: 9px;
    margin: auto 0;

    content: '';

    background-image: url(images/icon_arrow_bread.svg);
    background-size: contain;
}

@media print, screen and (max-width: 560px)
{
    .mainBreadCrumbs_item:after
    {
        right: .5vw;

        width: 1.78571vw;
        height: 1.60714vw;
    }
}

.mainBreadCrumbs_item:last-child:after
{
    content: none;
}

.mainBreadCrumbs_link
{
    font-size: 15px;
    line-height: 1.3;

    color: #000;
}

@media print, screen and (max-width: 560px)
{
    .mainBreadCrumbs_link
    {
        font-size: 2.14286vw;
    }
}

.mainBreadCrumbs_link:hover
{
    opacity: .7;
}

/* /.mainBreadCrumbs */
/* footer */
.footer
{
    max-width: initial;

    background-color: #fff;
}

.footerLogo_logo
{
    width: 80px;
    margin-top: 30px;
    margin-bottom: 5px;
}

@media print, screen and (max-width: 960px)
{
    .footerLogo_logo
    {
        width: 13.54167vw;
        margin-top: 3.125%;
        margin-bottom: 1.04167%;
    }
}

@media print, screen and (max-width: 560px)
{
    .footerLogo_logo
    {
        width: 23.21429vw;
        margin-top: 5.35714%;
        margin-bottom: 1.78571%;
    }
}

.footerMap
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media print, screen and (max-width: 960px)
{
    .footerMap
    {
        width: 90%;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media print, screen and (max-width: 560px)
{
    .footerMap
    {
        width: 80%;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.footerMap_contents
{
    font-size: .7em;

    margin: 5px 5px 0;

    text-align: left;
}

@media print, screen and (max-width: 960px)
{
    .footerMap_contents
    {
        font-size: 2.60417vw;

        width: 47%;
        margin: 0 6% 5% 0;
    }
}

@media print, screen and (max-width: 560px)
{
    .footerMap_contents
    {
        font-size: 4.46429vw;

        width: 100%;
        margin: 0 0 5% 0;
    }
}

@media print, screen and (max-width: 960px)
{
    .footerMap_contents:nth-child(even)
    {
        margin-right: 0;
    }
}

.footerMap_line
{
    margin: 0 10px;
    padding: 5px;

    list-style: none;
}

.footerMap_line-ttl
{
    font-size: .8em;
    font-weight: bold;

    color: #01044e;
}

@media print, screen and (max-width: 960px)
{
    .footerMap_line-ttl
    {
        font-size: 2.91667vw;
    }
}

@media print, screen and (max-width: 560px)
{
    .footerMap_line-ttl
    {
        font-size: 5vw;
    }
}

.footerMap_line-border
{
    border-bottom: 1px dotted gray;
}

.footerMap_line-border > a
{
    display: block;

    color: #000;
}

.footerMap_line-border > a:hover
{
    opacity: .7;
}

.footerCopyright
{
    font-size: .7em;

    padding: 5px;

    text-align: right;
    letter-spacing: .15em;
}

@media print, screen and (max-width: 560px)
{
    .footerCopyright
    {
        font-size: 2.85714vw;
    }
}

/* /footer */
/* fixBg */
.fixBg
{
    position: fixed;
    z-index: -1;
    top: 0;
    right: 13.33333%;
    bottom: 0;
    left: 26.66667%;

    background-color: #f0f0f0;
}

/* /fixBg */
/* .fadeIn */
.fadeInBg_before
{
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}

.fadeInBg_after
{
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.fadeInBg-left
{
    -webkit-transform-origin: left;
            transform-origin: left;
}

.fadeInBg-right
{
    -webkit-transform-origin: right;
            transform-origin: right;
}

.fadeIn_content
{
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transition-duration: 1.0s;
            transition-duration: 1.0s;

    opacity: 0;
}

/* /.fadeIn */
/* .mainTitle */
.mainTitle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 150px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (max-width: 560px)
{
    .mainTitle
    {
        margin-top: 30vw;
    }
}

.mainTitle_ttl
{
    line-height: 50px;

    width: 70%;
    height: 200px;
    padding-top: 5em;

    background: rgba(255, 255, 255, .8);
}

@media print, screen and (max-width: 560px)
{
    .mainTitle_ttl
    {
        line-height: 1.3;

        width: 80%;
        height: 25vw;
        padding-top: 8.92857vw;
    }
}

.mainTitle_ttl-main
{
    font-size: 2.5em;
    font-weight: 300;

    color: #01044e;
}

@media print, screen and (max-width: 560px)
{
    .mainTitle_ttl-main
    {
        font-size: 8.03571vw;
    }
}

.mainTitle_ttl-sub
{
    font-family: Ethos;
    font-size: 1.5em;
    font-weight: 100;

    color: gray;
}

@media print, screen and (max-width: 560px)
{
    .mainTitle_ttl-sub
    {
        font-size: 3.57143vw;
    }
}

/* /.mainTitle */
/* 表示非表示 */
.pci
{
    display: inline;
}

@media print, screen and (max-width: 960px)
{
    .pci
    {
        display: none;
    }
}

@media print, screen and (max-width: 560px)
{
    .pci
    {
        display: none;
    }
}

.spi
{
    display: none;
}

@media print, screen and (max-width: 960px)
{
    .spi
    {
        display: none;
    }
}

@media print, screen and (max-width: 560px)
{
    .spi
    {
        display: inline;
    }
}

.pc
{
    display: block;
}

@media print, screen and (max-width: 960px)
{
    .pc
    {
        display: none;
    }
}

@media print, screen and (max-width: 560px)
{
    .pc
    {
        display: none;
    }
}

.sp
{
    display: none;
}

@media print, screen and (max-width: 960px)
{
    .sp
    {
        display: none;
    }
}

@media print, screen and (max-width: 560px)
{
    .sp
    {
        display: block;
    }
}
