@charset "UTF-8"; /*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body,html {
    min-width: 1140px;
}

@media screen and (max-width: 800px) {
    body,html {
        min-width:inherit;
        min-width: auto;
    }
}

@media screen and (max-width: 800px) {
    body.is-open,html.is-open {
        overflow:hidden;
        height: 100%;
    }
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {
    body {
        line-height:1.5;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:active {
    color: inherit;
}

a:hover {
    opacity: 0.7;
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
}


nav{
    display: block;
}

ul{
    list-style: none;
}

.mgn-btm-1em{
	margin-bottom: 1em;
}

.mgn-btm-2em{
	margin-bottom: 2em;
}

.mgn-btm-3em{
	margin-bottom: 3em;
}
.pc-block {
    display: block;
}

@media screen and (max-width: 800px) {
    .pc-block {
        display:none;
    }
}

.pc-iblock {
    display: inline-block;
}

@media screen and (max-width: 800px) {
    .pc-iblock {
        display:none;
    }
}

.sp-block {
    display: none;
}

@media screen and (max-width: 800px) {
    .sp-block {
        display:block;
    }
}

.sp-iblock {
    display: none;
}

@media screen and (max-width: 800px) {
    .sp-iblock {
        display:inline-block;
    }
}

@media screen and (min-width: 801px) {
    .sp-visible {
        display:none!important;
    }
}

@media screen and (max-width: 800px) {
    .pc-visible {
        display:none!important;
    }
}

@media screen and (min-width: 415px) {
    .mb-visible {
        display:none!important;
    }
}

@media screen and (max-width: 414px) {
    .tb-visible {
        display:none!important;
    }
}

.wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 800px) {
    .wrapper {
        width:100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 801px) {
    .wrapper.w1200 {
        width:1200px;
    }
}
@media screen and (min-width: 801px) {
    header#header {
        height:160px;
    }

    header#header .site-header {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 160px;
        background: #fff;
    }

    header#header .site-header .header-wrapper {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 801px) and (max-width:1100px) {
    header#header .site-header .header-wrapper {
        padding:0 15px;
    }
}

@media screen and (min-width: 801px) {
    header#header .site-header .header-wrapper .site-header-info {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif
    }

    header#header .site-header .header-wrapper .site-header-info .site-header-desc {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }

    header#header .site-header .header-wrapper .site-header-info .header-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 26px;
        line-height: 1;
    }

    header#header .site-header .header-wrapper .site-header-info .header-contact .header-con-tel {
        display: block;
        margin-right: 20px;
    }

    header#header .site-header .header-wrapper .site-header-navi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-logo .logo-inr {
        margin-top: -20px;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li {
        position: relative;
        margin: 0 15px;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        letter-spacing: 0.15em;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li:not(:last-child):after {
        content: "";
        position: absolute;
        top: 25px;
        right: -15px;
        height: 20px;
        width: 1px;
        background: #898989;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span {
        position: relative;
        display: block;
        text-align: center;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 72px;
        padding: 20px 15px 0;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:after,header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:before {
        height: 0;
        width: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #006fbc;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:after {
        height: 4px;
        width: 100%;
        background: #006fbc;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:not(:hover):after,header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:not(:hover):before {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:hover {
        opacity: 1;
        color: #006fbc;
    }

    header#header .header-btn {
        display: none;
    }

    header#header.is-fix .site-header {
        height: 120px;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-info {
        line-height: 1;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-info .header-contact {
        padding-top: 10px;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-info .header-contact .tel-bnr {
        height: 30px;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-navi .menu-logo .logo-inr {
        margin-top: -22.5px;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-navi .menu-logo .logo-inr>* {
        height: 50px;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-navi .menu-nav>ul>li:not(:last-child):after {
        top: 15px;
    }

    header#header.is-fix .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span {
        padding-top: 10px;
        height: 48px;
    }
}

@media screen and (max-width: 800px) {
    header#header {
        height:50px;
    }

    header#header .site-header .header-wrapper .site-header-info {
        display: none;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-logo {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: calc(100% - 100px);
        background: #fff;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-logo .logo-inr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        padding-left: 10px;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-logo .logo-inr>* {
        display: block;
        height: 35px;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav {
        position: fixed;
        z-index: 100;
        top: 50px;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 50px);
        background: #fff;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul {
        border-bottom: 1px solid #ccc;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li {
        border-top: 1px solid #ccc;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span {
        position: relative;
        display: block;
        padding: 10px 15px;
        letter-spacing: 0.1em;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li>span:after {
        content: "\f138";
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #006fbc;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav>ul>li.is-open>span:after {
        content: "\f13a";
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav .nav-sp {
        padding: 15px 15px 50px;
    }

    header#header .site-header .header-wrapper .site-header-navi .menu-nav .nav-sp .unit-tel-01 {
        margin: 20px auto 30px;
    }

    header#header .header-btn {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header#header .header-btn>* {
        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;
        text-align: center;
        width: 50px;
        height: 50px;
        font-size: 1rem;
        color: #fff;
    }

    header#header .header-btn .btn-contact {
        background: #ee7800;
    }

    header#header .header-btn .btn-contact>:before {
        content: "\f0e0";
        display: block;
        font-size: 20px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    header#header .header-btn .btn-menu {
        background: #006fbc;
    }

    header#header .header-btn .btn-menu .menu-inner .inner-bar>* {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin: 4px auto 2px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header#header .header-btn .btn-menu .menu-inner .inner-bar .bar1 {
        -webkit-transform-origin: 20% 50%;
        -ms-transform-origin: 20% 50%;
        transform-origin: 20% 50%;
    }

    header#header .header-btn .btn-menu .menu-inner .inner-bar .bar3 {
        -webkit-transform-origin: 10% 0%;
        -ms-transform-origin: 10% 0%;
        transform-origin: 10% 0%;
    }

    header#header .header-btn .btn-menu .menu-inner .inner-txt:before {
        content: "menu";
    }

    header#header:not(.is-open) .site-header .header-wrapper .site-header-navi .menu-nav {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
    }

    header#header.is-open .header-btn .btn-menu {
        background: #006fbc;
    }

    header#header.is-open .header-btn .btn-menu .menu-inner .inner-bar .bar1 {
        -webkit-transform: translateX(2px) rotate(45deg);
        -ms-transform: translateX(2px) rotate(45deg);
        transform: translateX(2px) rotate(45deg);
    }

    header#header.is-open .header-btn .btn-menu .menu-inner .inner-bar .bar2 {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    header#header.is-open .header-btn .btn-menu .menu-inner .inner-bar .bar3 {
        -webkit-transform: translateX(2px) rotate(-45deg);
        -ms-transform: translateX(2px) rotate(-45deg);
        transform: translateX(2px) rotate(-45deg);
    }

    header#header.is-open .header-btn .btn-menu .menu-inner .inner-txt:before {
        content: "close";
    }
}

.unit-logo-01 {
    line-height: 0;
}

.unit-logo-01 .logo-inr {
    display: block;
}

.unit-logo-01 .logo-inr>* {
    display: inline-block;
    width: 200px;
    height: 70px;
    font-size: 0;
    background: url(../img/logo.svg) left center/contain no-repeat;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.unit-tel-01 {
}

.unit-tel-01 .tel-bnr {
    line-height: 1;
    width: 270px;
    height: 36px;
    color: transparent;
    background: url(../img/tel_txt_01.svg) top left/contain no-repeat;
    margin-bottom: 5px;
    cursor: text;
}

@media screen and (min-width: 801px) {
    .unit-tel-01 .tel-bnr {
        pointer-events:none;
    }
}

@media screen and (max-width: 800px) {
    .unit-tel-01 .tel-bnr {
        max-width:100%;
    }
}

@media screen and (max-width: 800px) {
    .unit-tel-01 .tel-bnr+.head-tel-text {
        margin-top:10px;
    }
}

.unit-tel-01 .head-tel-text {
    font-size: 0.75em;
}

header#header .contact-btn .btn-inner {
    display: block;
}

header#header .contact-btn .btn-inner>* {
    position: relative;
    display: inline-block;
    font-size: 0;
}

header#header .contact-btn .btn-inner>:after,header#header .contact-btn .btn-inner>:before {
    content: "";
    overflow: hidden;
    display: block;
    width: 240px;
    height: 60px;
    background: url(../img/contact_contact_01.png) left top no-repeat;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header#header .contact-btn .btn-inner>:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/contact_contact_01_hover.png);
}

header#header .contact-btn .btn-inner:hover {
    opacity: 1;
}

header#header .contact-btn .btn-inner:not(:hover)>:after {
    opacity: 0;
}

.box-flex-01,.box-flex-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 801px) {
    .box-flex-01 .w150,.box-flex-02 .w150 {
        width:150px;
    }

    .box-flex-01 .w420,.box-flex-02 .w420 {
        width: 420px;
    }

    .box-flex-01 .w450,.box-flex-02 .w450 {
        width: 450px;
    }

    .box-flex-01 .w500,.box-flex-02 .w500 {
        width: 500px;
    }

    .box-flex-01 .w560,.box-flex-02 .w560 {
        width: 560px;
    }
}

@media screen and (max-width: 800px) {
    .box-flex-01>*,.box-flex-02>* {
        width:100%;
    }

    .box-flex-01>*+*,.box-flex-02>*+* {
        margin-top: 25px;
    }

    .box-flex-01>* img,.box-flex-02>* img {
        margin-left: auto;
        margin-right: auto;
    }
}

.box-flex-01 .flex-flow,.box-flex-02 .flex-flow {
    position: relative;
}

.box-flex-01 .flex-flow .flow-txt,.box-flex-02 .flex-flow .flow-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f19333;
}

@media screen and (min-width: 801px) {
    .box-flex-01 .flex-flow .flow-txt,.box-flex-02 .flex-flow .flow-txt {
        position:absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 800px) {
    .box-flex-01 .flex-flow .flow-txt,.box-flex-02 .flex-flow .flow-txt {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-size: 1.5rem;
    }
}

.box-flex-01 .flex-flow .flow-txt:before,.box-flex-02 .flex-flow .flow-txt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 65px solid transparent;
}

@media screen and (min-width: 801px) {
    .box-flex-01 .flex-flow .flow-txt:before,.box-flex-02 .flex-flow .flow-txt:before {
        border-left:24px solid #f19333;
        border-right-width: 0;
        margin: 0 25px;
    }
}

@media screen and (max-width: 800px) {
    .box-flex-01 .flex-flow .flow-txt:before,.box-flex-02 .flex-flow .flow-txt:before {
        border-top:24px solid #f19333;
        border-bottom-width: 0;
        margin-bottom: 20px;
    }
}

.box-flex-01 .flex-flow .flow-txt>*,.box-flex-02 .flex-flow .flow-txt>* {
    width: 100%;
}

.box-flex-01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-flex-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-flex-02 .unit-icon-01 {
    width: 50%;
}

@media screen and (max-width: 800px) {
    .box-flex-02 .unit-icon-01 {
        width:100%;
        max-width: 241px;
    }

    .box-flex-02 .unit-icon-01+.unit-icon-01 {
        margin-top: 15px;
    }
}

.box-flex-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-flex-03>:not(:last-child) {
    margin-right: 15px;
}

.wrapper.w1000 {
    max-width: 1000px;
}

.wrapper.w800 {
    max-width: 800px;
}

.wrapper.w900 {
    max-width: 900px;
}

.box-nav-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    .box-nav-01>li {
        width:100%;
    }
}

.box-nav-01>li>a {
    position: relative;
    display: block;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 801px) {
    .box-nav-01>li>a+a {
        margin-top:15px;
    }
}

@media screen and (max-width: 800px) {
    .box-nav-01>li>a {
        padding:12.5px 15px;
        text-align: center;
    }

    .box-nav-01>li>a:after {
        content: "\f0da";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: Fontawesome;
    }

    .box-nav-01>li>a img {
        display: inline-block;
    }

    .box-nav-01>li>a.nav-btn:after {
        display: none;
    }
}

@media screen and (min-width: 801px) {
    .box-nav-01>li>ul+a {
        margin-top:15px;
    }
}

@media screen and (max-width: 800px) {
    .box-nav-01>li>ul {
        display:none;
    }
}

.box-nav-01>li>ul>li>a {
    position: relative;
    font-size: 0.75em;
    padding-left: 1.7em;
}

.box-nav-01>li>ul>li>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 3px;
    background: #333333;
    margin-right: 1em;
    margin-left: calc(-1em - 3px);
}

.footer{
	text-align:center; 
	background-color: #C9ACE6;
}

.section-footer .section-footer-contact {
    text-align: center;
    padding: 50px 0;
    background: url(../img/inquery_bg_01.jpg) center center/cover no-repeat;
    color: #fff;
}

.section-footer .section-footer-contact .bg-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #333333;
}

@media screen and (min-width: 801px) {
    .section-footer .section-footer-contact .bg-white {
        height:140px;
    }
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-contact .bg-white {
        width:100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
    }

    .section-footer .section-footer-contact .bg-white+.bg-white {
        margin-top: 20px;
    }
}

.section-footer .section-footer-contact .unit-btn-02 {
    text-align: center;
}

.section-footer .section-footer-contact .box-flex-01 {
    margin-top: 40px;
}

.section-footer .section-footer-sitemap {
    padding: 50px 0;
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-sitemap {
        padding:30px 0;
    }
}

.section-footer .section-footer-sitemap .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-footer .section-footer-sitemap .wrapper .sitemap-info {
    width: 280px;
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-sitemap .wrapper .sitemap-info {
        width:100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.section-footer .section-footer-sitemap .wrapper .sitemap-info>* {
    font-size: 1.3rem;
}

.section-footer .section-footer-sitemap .wrapper .sitemap-info>*+* {
    margin-top: 25px;
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-sitemap .wrapper .sitemap-info>*+* {
        margin-top:15px;
    }
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-sitemap .wrapper .sitemap-info .box-flex-01 {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-footer .section-footer-sitemap .wrapper .sitemap-info .box-flex-01 a+a {
        margin-left: 10px;
    }
}

.section-footer .section-footer-sitemap .wrapper .sitemap-nav {
    width: calc(100% - 320px);
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-sitemap .wrapper .sitemap-nav {
        width:100%;
    }
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-sitemap .wrapper .sitemap-nav .box-flex-01 {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-footer .section-footer-sitemap .wrapper .sitemap-nav .box-flex-01 a+a {
        margin-left: 10px;
    }
}

.section-footer .section-footer-copyright {
    padding: 15px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #979797;
}

@media screen and (max-width: 800px) {
    .section-footer .section-footer-copyright {
        padding:15px;
        font-size: 1rem;
    }
}

.section-footer .section-footer-copyright small {
    display: block;
    padding: 5px;
}

#contents {
    overflow: hidden;
    position: relative;
    display: block;
}

@media screen and (max-width: 800px) {
    #contents {
        width:100%;
    }
}


.unit-title-01 {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    color: #006fbc;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
}

@media screen and (max-width: 800px) {
    .unit-title-01 {
        font-size:2rem;
    }
}

@media screen and (max-width: 414px) {
    .unit-title-01 {
        font-size:5vw;
    }
}

.unit-title-01 [data-sub]:after {
    content: attr(data-sub);
    display: block;
    font-size: 0.7em;
    color: #333333;
    font-family: 'Cormorant Infant', serif;
    line-height: 1;
    margin-top: 10px;
}

.unit-title-01 .title-sub {
    display: block;
    font-size: 0.6em;
    letter-spacing: 0.15em;
    color: #333333;
}

.unit-title-01 .title-sub+.title-main {
    display: block;
    margin-top: 10px;
}

@media screen and (min-width: 801px) {
    .unit-title-01.fs24 {
        font-size:2.4rem;
    }
}

.unit-title-01.fc-white [data-sub]:after {
    color: #fff;
}

.unit-title-01+* {
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .unit-title-01+* {
        margin-top:25px;
    }
}


.unit-title-05+* {
    margin-top: 30px;
}

.unit-title-05 {
    position: relative;
    display: block;
    border-bottom: 1px solid #006fbc;
    color: #006fbc;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
    .unit-title-05 {
        font-size:1.6rem;
    }
}

.unit-title-05+* {
    margin-top: 30px;
}

.unit-title-05 .title-time {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    color: #333333;
}

.unit-title-06 {
    position: relative;
    padding-left: 45px;
    font-size: 1.125em;
    letter-spacing: 0.1em;
    color: #006fbc;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 800px) {
    .unit-title-06 {
        padding-left:35px;
    }
}

.unit-title-06:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 30px;
    background: url(../img/list_img_01.png) center center/contain no-repeat;
}

@media screen and (max-width: 800px) {
    .unit-title-06:before {
        height:23px;
        width: 23px;
    }
}

.unit-title-06 {
    margin-bottom: 20px;
}

.title-breadcrumb {
    background: #006fbc;
    color: #fff;
}

.title-breadcrumb .breadcrumb .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.title-breadcrumb .breadcrumb .inner>:not(:last-child):after {
    content: ">";
    display: inline-block;
    font-size: 1rem;
    margin: 0 10px;
    -webkit-transform: scaleX(0.75);
    -ms-transform: scaleX(0.75);
    transform: scaleX(0.75);
}

@media screen and (min-width: 801px) {
    .title-breadcrumb .breadcrumb .inner {
        width: 1100px;
    }
}
@media screen and (max-width: 800px) {
    .title-breadcrumb .breadcrumb {
        overflow-x: scroll;
        padding: 0 15px;
    }
	.title-breadcrumb .breadcrumb .inner {
        white-space: nowrap;
    }
}

.title-breadcrumb .breadcrumb .inner>* {
    padding: 10px 0;
    font-size: 1.2rem;
    color: #fff;
}

.title-breadcrumb .breadcrumb .inner a {
    text-decoration: underline;
}


@media screen and (max-width: 414px) {
    .mr15 {
        margin-right: 8px !important;
    }
}
.mr15 {
    margin-right: 15px !important;
}

.fc-link {
    color: #ee7800 !important;
}