/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@charset "UTF-8";

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html   {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body   {
    margin: 0;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    background-color: #fdfdfd;
    color: #333;
}

img {
    /* PCの右クリック禁止 */
    pointer-events: none;
}

a  {
    text-decoration: none;
}

a:link  {
	color : #333;
}

a:visited	{
	color : #333;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    padding-left:0;
}

li {
    list-style:none;
}

.anchor {
    display: block;
    padding-top: 52px;
    padding-top: calc(3.25rem + ((1vw - 3.75px) * 2.0356));
    margin-top: -52px;
    margin-top: -calc(3.25rem + ((1vw - 3.75px) * 2.0356));
}

/* パンくずリスト */
.breadcrumb {
    display: none;
}

/* 基本 */
.page * {
	margin: 0;
    -webkit-animation: fadein 1s forwards;
            animation: fadein 1s forwards;
}

@-webkit-keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* グリッド */
.page {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
}
.page > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.page > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.page > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

/*コンテンツの移動ボタン*/
.btn,
a.btn {
    font-size: 14px;
    font-size: calc(0.875rem + ((1vw - 3.75px) * 0.5089));
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 5px;
}

a.btn-flat {
    overflow: hidden;
    padding: 15px 60px;
    color: #fdfdfd;
    border-radius: 0;
    background: #000;
}

a.btn-flat span {
    position: relative;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-25px);
    -ms-transform: translateX(-80%) translateY(-25px);
        transform: translateX(-80%) translateY(-25px);
    border-radius: 50%;
    background: #eb6100;
}

a.btn-flat:hover:before {
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-1%) translateY(-175px);
    -ms-transform: translateX(-1%) translateY(-175px);
        transform: translateX(-1%) translateY(-175px);
}

/* ヘッダー */

.page-head {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 998;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    font-weight: 700;
}

.page-head_content {
    display: none;
}

#page-head_logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 10px;
    margin-left: 20px;
    width: 100%;
}

.logo {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
}

.logo img {
    width: 180px;
    height: auto;
    margin-left: 8px;
    padding-top: 8px;
    fill: #04254D;
}

.page-head_right {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 0 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 20px 20px auto;
    grid-template-rows: 20px auto;
    row-gap: 20px;
}

.page-head_right > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.page-head_right > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.page-head_link {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 0 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 10px 100px;
    grid-template-columns: 100px 10px 100px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.page-head_link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.page-head_link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.page-head_link > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.page-head_link a {
    font-size: 13px;
    color: #3d2e80;
    margin: 0;
    padding: 0;
}

.link1, .link2 {
    border: solid 1px #dadada;
    text-align: center;
}

.link1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.link2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}

.page-head-nav {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 0 0 0 auto;
}

.page-head-nav ul {
    margin-left: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.page-head-nav ul li a {
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 16px;
}

.page-head_content_m {
    width: 100%;
    height: auto;
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mainblur {
	-webkit-filter: blur(8px);
	        filter: blur(8px);
}

/*スマホ用のグローバルメニュー*/
#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -120%;
    width:50%;
    height: 100vh;/*ナビの高さ*/
    background-color:rgba(43, 46, 56, 0.95);
    opacity: .4;
    /*動き*/
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width:45%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    width: 250px;
    z-index: 999;
    top:40%;
    left:60%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/
#g-nav li {
    list-style: none;
    margin-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #fff;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 0 12px 3px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: bold;
}

#g-nav li img {
    width: 28px;
    height: auto;
    margin-left: 10px;
    padding: 9px 10px 9px 0;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2 {
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    width: 50px;
    height:50px;
    right: 10px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 9999;
}

/*ボタン内側*/
.openbtn2 span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    right: 13px;
    height: 2px;
    background-color: #666;
}

.openbtn2 span:nth-of-type(1) {
    top:22px;
    width: 50%;
}

.openbtn2 span:nth-of-type(2) {
    top:29px;
    width:30%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn2.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 35%;
    background-color: #fff;
}

.openbtn2.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 35%;
    background-color: #fff;
}


/* フッター */
.page-foot {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 51px;
    grid-template-rows: auto 51px;
    top: 100vh;
    border-top: 1px solid #efefef;
    background-color: #fbfdff;
    font-weight: 700;
}
.page-foot > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.page-foot > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.foot_top {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0 auto;
}

.page-foot_content {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
}

.page-foot_content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.page-foot_content > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.page-foot-nav {
    display: none;
}

#page-foot_logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 5px;
    margin-top: calc(0.3125rem + ((1vw - 3.78px) * 7.6923));
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.page-foot_link {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 10px;
    margin-top: calc(0.625rem + ((1vw - 3.78px) * 5.1282));
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 15px 100px;
    grid-template-columns: 100px 15px 100px;
    -ms-grid-columns: 100px calc(0.9375rem + ((1vw - 3.78px) * -1.2821)) 100px;
    grid-template-columns: 100px calc(0.9375rem + ((1vw - 3.78px) * -1.2821)) 100px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.page-foot_link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.page-foot_link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.page-foot_link > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.page-foot_link > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.page-foot_link > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.page-foot_link > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.page-foot_link a {
    font-size: 13px;
    color: #3d2e80;
    margin: 0;
    padding: 0;
}

.foot_link1, .foot_link2 {
    border: solid 1px #dadada;
    text-align: center;
}

.foot_link1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.foot_link2 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}

.foot_bottom {
    grid-column: 1/ -1;
    -ms-grid-row: 2;
    grid-row: 2;
    background-color: #2f6b9b;
    height: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px;
    grid-template-rows: auto 60px;
}

.foot_bottom > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.foot_bottom > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.fb_left {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.fb_right {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}

.copy {
    font-size: 13px;
    color: #fdfdfd;
    text-align: center;
}

.foot-nav {
    margin: 0 auto;
    padding-top: 10px;
}

.foot-nav ul {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}

.foot-nav ul li a {
    margin: 11px 3px 11px 3px;
    font-size: 13px;
    color: #fdfdfd;
}

/* ##### 画面の横幅768ピクセル以上 ##### */
@media (min-width: 768px) {

    /* パンくずリスト */
    .breadcrumb {
        display: block;
        margin: 0;
        padding: 12px 0 0 77px;
        padding: 12px 0 0 calc(4.8125rem + ((1vw - 7.68px) * 34.3985));
        height: 50px;
        list-style: none;
        background-color: rgb(223, 221, 221);
    }

    .breadcrumb li {
        display: inline;/*横に並ぶように*/
        list-style: none;
        font-weight: bold;/*太字*/
    }

    .breadcrumb li:after {
        /* >を表示*/
        content: '/';
        padding: 0 0.2em;
        color: #342f2f;
    }

    .breadcrumb li:last-child:after {
        content: '';
    }

    .breadcrumb li a {
        text-decoration: none;
        color: #342f2f;
        font-size: 0.8em;
    }

    .breadcrumb li:first-child a:before {
        /*家アイコン*/
        font-family: FontAwesome;
        content: '\f015';
        font-weight: normal;
        font-size: 1em;
        color: #031934;
    }

    .breadcrumb li a:hover {
        text-decoration: underline;
    }

    /* 基本 */


    /* グリッド */


    /*コンテンツの移動ボタン*/


    /* ヘッダー */

    .page-head {
        height: 100px;
        padding-top: 17px;
        padding-bottom: 13px;
    }

    .page-head_content_m {
        display: none;
    }

    .page-head_content {
        width: 100%;
        height: auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 230px 1fr 20px;
        grid-template-columns: 230px 1fr 20px;
        -ms-grid-columns: calc(14.375rem + ((1vw - 7.68px) * 22.5564)) 1fr 20px;
        grid-template-columns: calc(14.375rem + ((1vw - 7.68px) * 22.5564)) 1fr 20px;
        -ms-grid-rows: 90px;
        grid-template-rows: 90px;
    }

    .page-head_content > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .page-head_content > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .page-head_content > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .page-head_content > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .page-head_content > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .page-head_content > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    #page-head_logo {
        margin-left: 20px;
        margin-left: calc(1.25rem + ((1vw - 7.68px) * 5.6391));
    }

    .logo img {
        width: 250px;
        padding-top: 0;
        margin-left: 8px;
        margin-left: calc(0.5rem + ((1vw - 7.68px) * 7.8947));
    }

    .page-head_right {
        row-gap: 25px;
        row-gap: calc(1.5625rem + ((1vw - 7.68px) * -0.9398));
    }

    .page-head-nav ul li a {
        margin: 11px 6px;
        margin: 11px calc(0.375rem + ((1vw - 7.68px) * 0.7519));
    }

    /* フッター */

    .page-foot_content {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
    }

    .page-foot-nav {
        display: block;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin: 30px 0 0 auto;
    }

    .page-foot-nav ul {
        margin-left: auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .page-foot-nav ul li a {
        margin: 11px 8px;
        margin: 11px calc(0.5rem + ((1vw - 7.68px) * 0.3759));
        font-size: 16px;
    }

    #page-foot_logo {
        -ms-grid-row: 2;
        grid-row: 2;
        margin: 35px auto 5px auto;
    }

    #page-foot_logo .logo img {
        width: 250px;
        padding-top: 0;
        margin-left: 0;
    }

    .page-foot_link {
        -ms-grid-row: 3;
        grid-row: 3;
        margin: 30px auto 20px auto;
        -ms-grid-columns: 100px 10px 100px;
        grid-template-columns: 100px 10px 100px;
    }

    .foot_bottom {
        -ms-grid-columns: auto 300px;
        grid-template-columns: auto 300px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .foot_bottom > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .foot_bottom > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .fb_right {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .copy {
        margin-top: 23px;
    }

    .foot-nav {
        margin: 8px 0 0 30px;
        margin: calc(0.5rem + ((1vw - 7.68px) * 1.5038)) 0 0 30px;
    }

    .foot-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .foot-nav ul li a {
        margin: 11px 6px 11px 6px;
}
}

/* ##### 画面の横幅1300ピクセル以上 ##### */
@media (min-width: 1300px) {

    /* パンくずリスト */
    .breadcrumb {
        padding: 12px 0 0 260px;
    }

    /* 基本 */


    /* グリッド */


    /*コンテンツの移動ボタン*/


    /* ヘッダー */

    .page-head_content {
        -ms-grid-columns: 350px 1fr 50px;
        grid-template-columns: 350px 1fr 50px;
    }

    #page-head_logo {
        margin-left: 50px;
    }

    .logo img {
        margin-left: 50px;
    }

    .page-head_right {
        row-gap: 20px;
    }

    .page-head-nav ul li a {
        margin: 11px 12px;
    }

    /* フッター */

    .page-foot-nav ul li a {
        margin: 11px 10px;
        font-size: 16px;
    }

    .foot_bottom {
        -ms-grid-columns: 3fr 1fr;
        grid-template-columns: 3fr 1fr;
    }

    .foot-nav {
        margin: 16px 0 0 30px;
    }
}