@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
* {
    box-sizing: border-box;
    /*word-break: break-all;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 10px;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    /* min-width: 1200px; */
    color: #333;
    line-height: 1.7;
    text-align: justify;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    letter-spacing: 0.05em; /*background-color: #f3f2ea;*/
}
@font-face {
    font-family: 'memo';
    src: url(../font/memo.woff) format('opentype');
}
.top-inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.inner {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}
.inner02 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #555;
}
.main-img img {
    width: 100%;
}
/* header
------------------------------------------------------------*/
header {
    width: 100%;
    padding: 15px 2%;
    background-color: #12aa39;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 100;
}
header .logo {
    display: inline-block;
}
header .logo img {
    transition: .3s;
    max-width: 300px;
}
header.scroll {
    background-color: #fff;
    padding: 15px 3%;
}
header.scroll .logo img {
    max-width: 200px;
}
.logo_s {
    display: none;
}
header.scroll .logo_p {
    display: none;
}
header.scroll .logo_s {
    display: block;
}
header .copy_tx {
    display: inline-block;
    color: #000;
    font-size: 12px;
    margin-left: 20px;
}
@media screen and (max-width:610px) {
    header .copy_tx {
        font-size: 10px;
        margin-left: 10px;
    }
}
@media screen and (max-width:568px) {
    header .copy_tx {
        margin-left: 0px;
        display: block;
    }
}
/* nav
------------------------------------------------------------*/
#menuBtn {
    display: none;
}
/* nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} */
/* nav ul li:not(:last-of-type) {
	margin-right: 2.5vw;
} */
nav ul li {
    /*padding-top: 10px;*/
    padding-right: 1.2vw;
    padding-left: 1.2vw;
    padding-bottom: 0;
}
nav .inner-nav ul {
    display: flex;
    flex-direction: row;
}
nav .inner-nav_r ul li {
    padding: 0 1.5vw;
}
nav ul li {
    color: #000;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
}
nav ul li a {
    color: #000;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
}
nav ul li a:hover {
    color: #555;
}
nav ul li + li {
    border-left: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width:1180px) {
    nav ul li + li {
        border-left: 0px solid rgb(255, 255, 255);
    }
}
nav ul li img {
    height: 25px;
}
/* ドロップダウン */
.menu {
    position: relative;
    width: 100%;
    /* height: 50px; */
    max-width: 1500px;
    margin: 0 auto;
}
.menu__second-level > li {
    line-height: 45px;
    word-break: break-all;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
}
.menu > li {
    display: block;
    color: #000;
    font-size: 1.2rem;
}
.menu > li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
}
.menu > li span {
    display: block;
    color: #fff;
    font-size: 1.2rem;
}
.menu > li a:hover {
    color: #000;
}
.menu__second-level > li a {
    color: #000;
}
.menu__second-level > li a:hover {
    color: #D3D3D3;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu > li:hover {
    /*background: #072A24; */
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.menu:before, .menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}
@media (max-width: 1199px) {
    .menu > li.menu__single {
        color: #000;
    }
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 25px;
    width: 110%;
    background: rgb(255 255 255 / 150%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: 2px solid rgba(151, 151, 151, 1.00);
}
li.menu__single ul.menu__second-level a {
    padding-top: 10px;
    border-bottom: 1px dotted rgba(219, 219, 219, 1.00);
}
li.menu__single ul.menu__second-level a:hover {
    color: #555;
    background-color: #DCDCDC;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}
@media (max-width: 1199px) {
    li.menu__single ul.menu__second-level {
        top: 50px;
        width: 110%;
    }
    li.menu__single i {
        position: absolute;
        right: 11px;
        bottom: 15px;
    }
    li.menu_sns {
        display: inline !important;
        width: 30%;
    }
}
li.menu__single:hover ul.menu__second-level {
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 15vw;
}
.menu__single li + li {
    border: none;
}
/*============
nav_hover
=============*/
nav ul li a {
    position: relative;
    padding-bottom: 3%;
}
/*nav ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: calc(70% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s;
}*/
nav ul li a:hover::before {
    width: 100%;
}
/* footer
------------------------------------------------------------*/
/* footer
----------------------------------*/
footer {
    background-color: #12aa39;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}
@media screen and (max-width: 575px) {
    footer {
        padding-bottom: 60px;
    }
}
footer .footer_logo {
    text-align: center;
    /*margin-right: 20px;*/
}
@media screen and (max-width: 575px) {
    footer .footer_logo {
        /*margin-right: 0px;*/
    }
}
footer .footer_telnumber {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin: 20px auto 30px auto;
    display: flex; /* ← Flexboxを有効に */
    align-items: center; /* ← アイコンと文字を縦方向に中央揃え */
    justify-content: center; /* ← 横方向も中央揃え */
    text-align: center;
    line-height: 1.2; /* ← 高さ調整に役立つ */
}

footer .footer_telnumber:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/home/tel_ico2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    flex-shrink: 0; /* ← 縮まないようにする */
}

/* ======= レスポンシブフォントサイズはそのまま活かす ======= */
@media all and (max-width: 1600px) {
    footer .footer_telnumber {
        font-size: 3.0vw;
    }
}
@media all and (max-width: 991px) {
    footer .footer_telnumber {
        font-size: 6.0vw;
    }
}
@media all and (max-width: 767px) {
    footer .footer_telnumber {
        font-size: 6.5vw;
    }
}
@media all and (max-width: 575px) {
    footer .footer_telnumber {
        font-size: 7.8vw;
    }

    footer .footer_telnumber:before {
        width: 40px;
        height: 40px;
    }
}

footer .foot_tel {
    font-size: 30px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
footer .foot_tel a {
    color: #FFF;
    font-family: 'EB Garamond', serif;
    letter-spacing: .1em;
}
footer .foot_tx {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #FFF;
    line-height: 2.2;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    footer .foot_tx {
        font-size: 12px;
    }
}
footer .foot_add {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #FFF;
}
footer .foot_menkyo {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #FFF;
}
footer .copyright {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
footer .bunner_area {
    /*プレイヤー（再生バー）*/
    /*再生・停止ボタン*/
    /*再生・停止ボタンなどの p 要素*/
    /*進行状態・ロードの状態を表示する部分(グレー)*/
    /*進行状態を表示するバーの部分(薄いグレー)*/
    /* ロード状態を表示するバーの部分（黒） */
    /*現在の再生時間/総再生時間フォント*/
    /*現在の再生時間フォント*/
    /*時間/の部分*/
    /*再生ボタン*/
    /*読み込み中ボタン*/
    /*エラーボタン*/
    /*停止ボタン*/
    /*再生している曲の情報*/
}
footer .bunner_area img {
    width: 100%;
}
footer .bunner_area .audiojs {
    width: 100%;
    height: 34px;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #FFF;
    background-image: none;
}
footer .bunner_area .audiojs .play-pause {
    width: 20px;
    height: 20px;
    float: left;
    overflow: hidden;
    border: 1px solid #3A3A3A;
    border-radius: 14px;
    padding: 0;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
}
footer .bunner_area .audiojs p {
    display: none;
    width: 20px;
    height: 20px;
    margin: 0px;
    cursor: pointer;
}
footer .bunner_area .audiojs .play {
    display: block;
}
footer .bunner_area .audiojs .scrubber {
    position: relative;
    float: left;
    width: 120px;
    background: #5a5a5a;
    height: 4px;
    margin: 12px 0 0 0px;
    border-top: 0;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
}
footer .bunner_area .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 0px;
    background: #3A3A3A;
    z-index: 1;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
        color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
        background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc
        100%); */
}
footer .bunner_area .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 0px;
    background: #DDDDDD;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
        color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
        background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
        100%); */
}
footer .bunner_area .audiojs .time {
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    border-left: none;
    color: #666;
    text-shadow: none;
    display: none;
}
footer .bunner_area .audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #666;
    font-style: normal;
    display: none;
}
footer .bunner_area .audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
    display: none;
}
footer .bunner_area .audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 10px;
    height: 26px;
    width: 200px;
    overflow: hidden;
    line-height: 26px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
footer .bunner_area .audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}
footer .bunner_area .audiojs .play {
    margin-left: 1.45px;
    background-image: url(../images/bunner/play.png);
    background-repeat: no-repeat;
    background-position: center center;
}
footer .bunner_area .audiojs .loading {
    /*background: url("$1") center center no-repeat;*/
    display: none;
}
footer .bunner_area .audiojs .error {
    /*background: url("$1") center center no-repeat;*/
    display: none;
}
footer .bunner_area .audiojs .pause {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bunner/pause.png);
}
footer .bunner_area .playing .play, footer .bunner_area .playing .loading, footer .bunner_area .playing .error {
    display: none;
}
footer .bunner_area .playing .pause {
    display: block;
}
footer .bunner_area .loading .play, footer .bunner_area .loading .pause, footer .bunner_area .loading .error {
    display: none;
}
footer .bunner_area .loading .loading {
    display: block;
}
footer .bunner_area .error .time, footer .bunner_area .error .play, footer .bunner_area .error .pause, footer .bunner_area .error .scrubber, footer .bunner_area .error .loading {
    display: none;
}
footer .bunner_area .error .error {
    display: block;
}
footer .bunner_area .error .play-pause p {
    cursor: auto;
}
footer .bunner_area .error .error-message {
    display: block;
}
footer .bunner_area .track-details {
    clear: both;
    height: 26px;
    width: 200px;
    padding: 0px 6px;
    background: #FFF;
    color: #3A3A3A;
    font-size: 10px;
    line-height: 26px;
}
footer .bunner_area .track-details:before {
    content: '♬ Now Playing: ';
}
.foot_bunner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
@media screen and (max-width: 575px) {
    .foot_bunner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.foot_sns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
@media screen and (max-width: 575px) {
    .foot_sns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.foot_bunner img, .foot_sns img {
    width: 100%;
}
.foot_bunner audio {
    width: 100%;
}
.foot_bunner audiojs {
    width: 100%;
}
/* フェードtxt
------------------------------------------------------------*/
.sa {
    opacity: 0;
    transition: all .5s ease;
}
.sa.show {
    opacity: 1;
    transform: none;
}
.sa--lr {
    transform: translate(-100px, 0);
}
.sa--rl {
    transform: translate(100px, 0);
}
.sa--up {
    transform: translate(0, 100px);
}
.sa--down {
    transform: translate(0, -100px);
}
.sa--scaleUp {
    transform: scale(.5);
}
.sa--scaleDown {
    transform: scale(1.5);
}
.sa--rotateL {
    transform: rotate(180deg);
}
.sa--rotateR {
    transform: rotate(-180deg);
}
/* フェードアニメーション */
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}
.contents .sample-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.contents .text-area {
    margin-bottom: 20px;
}
.sample-tit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:1199px) {
    /** {
		-webkit-appearance: none;
	}*/
    body {
        min-width: inherit;
        line-height: 1.5;
        letter-spacing: 0;
    }
    /* header
	------------------------------------------------------------*/
    header {
        padding-top: 10px;
        padding-right: 3%;
        padding-left: 3%;
        padding-bottom: 10px;
    }
    header .logo img {
        max-width: inherit;
        height: 30px;
    }
    /* nav
	------------------------------------------------------------*/
    /* PCでは非表示にしておく */
    .nav_toggle, .nav {
        display: none;
    }
    nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 3;
        opacity: 0;
    }
    .open nav {
        left: 0;
        opacity: 1;
    }
    nav .inner-nav {
        padding: 25px;
    }
    nav .inner-nav ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav .inner-nav ul li {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #333;
    }
    nav .inner-nav ul li a {
        display: block;
        color: #333;
        font-size: 14px;
        padding: 1em 0;
        text-decoration: none;
        transition-duration: 0.2s;
    }
    nav .inner-nav ul li span {
        color: #333;
    }
    /* nav .inner-nav ul li a:hover {
  background: #e4e4e4;
} */
    nav .inner-nav_r {
        padding: 25px;
    }
    nav .inner-nav_r ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav .inner-nav_r ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #333;
    }
    nav .inner-nav_r ul li a {
        display: block;
        color: #333;
        font-size: 14px;
        padding: 1em;
        text-decoration: none;
        transition-duration: 0.2s;
    }
    nav .inner-nav_r ul li a:hover {
        background: #e4e4e4;
    }
    /*@media screen and (max-width: 1200px) {
  nav {
    left: -220px;
    width: 270px;
  }
}*/
    /*============
.toggle_btn
=============*/
    .toggle_btn {
        display: block;
        position: fixed;
        top: 16px;
        right: 30px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 3;
    }
    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
        transition: all .5s;
    }
    .toggle_btn span:nth-child(1) {
        top: 4px;
    }
    .toggle_btn span:nth-child(2) {
        top: 14px;
    }
    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }
    .open .toggle_btn span {
        background-color: #333;
    }
    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }
    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }
    li.menu__single:hover ul.menu__second-level {
        border: none;
        background-color: #EDEDED;
        width: 100%;
    }
    li.menu__single:hover ul.menu__second-level a {
        color: #000;
        padding-left: 15px;
    }
    /*============
#mask
=============*/
    #mask {
        display: none;
        transition: all .5s;
    }
    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .8;
        z-index: 2;
        cursor: pointer;
    }
    /* main
  ------------------------------------------------------------*/
    .inner {
        padding: 0 25px;
    }
    .sec-txt {
        font-size: 3vw;
    }
    /* footer
	------------------------------------------------------------*/
    footer .col-6 {
        padding: 5px 0;
    }
    .footer-nav div:not(:nth-child(1)) {
        border-left: none;
    }
    /*.footer-nav {
    padding: 1% 1% 0;
    text-align: center;
}*/
}
.footer-btn-s {
    display: none;
}
@media screen and (max-width: 1200px) {
    .footer-btn-s.active {
        display: block;
        animation: UpAnime 0.5s forwards;
    }
    .footer-btn-s {
        position: fixed;
        width: 100%;
        /* right: 10px; */
        bottom: 0px;
        z-index: 92;
        transform: translateY(100px);
    }
    .footer-btn {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-btn a {
        color: #fff;
    }
    .footer-btn li:first-of-type {
        width: 85%;
        background-color: #009944;
        padding: 10px 0;
        text-align: center;
        opacity: .95;
    }
    .footer-btn li:nth-of-type(2) {
        width: 15%;
        background-color: #555;
        padding: 10px 0;
        text-align: center;
        opacity: .95;
    }
    /*.footer-btn li:nth-of-type(3) {
    width: 10%;
    background-color: #999;
    padding: 10px 0;
    text-align: center;
    opacity: .9; /*
  
  }  */
}
@media screen and (max-width: 768px) {
    .footer-bg {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 468px) {
    .footer-bg {
        font-size: 2.5vw;
        margin-bottom: 15%;
    }
    header .logo img {
        width: 75%;
        height: auto;
    }
    /*.footer-nav {
    padding: 0% 0 0;
}*/
}
@media screen and (max-width: 375px) {
    .footer-nav ul {
        /* flex-wrap: nowrap; */
    }
}
/* 画像変更
---------------------------------*/
.sp-hidden {
    display: block !important;
}
.pc-hidden {
    display: none !important;
}
img.sp-hidden {
    display: inline !important;
}
img.pc-hidden {
    display: none !important;
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    .sp-hidden {
        display: none !important;
    }
    .pc-hidden {
        display: block !important;
    }
    img.sp-hidden {
        display: none !important;
    }
    img.pc-hidden {
        display: inline !important;
    }
}
/* ページトップ */
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    /*border-radius: 5px;*/
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /* font-size:0.6rem; */
    transition: all 0.3s;
    font-size: 15px;
}
#page-top a:hover {
    background: #555;
}
/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 92;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}
@media (max-width: 1200px) {
    #page-top {
        bottom: 50px;
    }
}
/*　上に上がる動き　*/
#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*　下に下がる動き　*/
#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}
.head_area0 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
}
/* ローディング画面 */
/* loading
------------------------------------------------------------*/
#is-loading {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1000;
}
#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    z-index: 20;
}
.loading-logo {
    margin: 0 auto;
    width: 80px;
    height: auto;
}
.loading-text {
    margin: 0.2em auto 0;
    display: block;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #008d98;
}
.loading-text span {
    display: inline-block;
    vertical-align: middle;
}
.loading-text span:nth-of-type(1) {
    -webkit-animation: animation 2s 0s infinite;
    animation: animation 2s 0s infinite;
}
.loading-text span:nth-of-type(2) {
    -webkit-animation: animation 2s 0.1s infinite;
    animation: animation 2s 0.1s infinite;
}
.loading-text span:nth-of-type(3) {
    -webkit-animation: animation 2s 0.2s infinite;
    animation: animation 2s 0.2s infinite;
}
.loading-text span:nth-of-type(4) {
    -webkit-animation: animation 2s 0.3s infinite;
    animation: animation 2s 0.3s infinite;
}
.loading-text span:nth-of-type(5) {
    -webkit-animation: animation 2s 0.4s infinite;
    animation: animation 2s 0.4s infinite;
}
.loading-text span:nth-of-type(6) {
    -webkit-animation: animation 2s 0.5s infinite;
    animation: animation 2s 0.5s infinite;
}
.loading-text span:nth-of-type(7) {
    -webkit-animation: animation 2s 0.6s infinite;
    animation: animation 2s 0.6s infinite;
}
@-webkit-keyframes animation {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.2;
    }
    10% {
        opacity: 0.4;
    }
    13% {
        opacity: 0.6;
    }
    16% {
        opacity: 0.7;
    }
    18% {
        opacity: 0.9;
    }
    20% {
        opacity: 1;
    }
}
@keyframes animation {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.2;
    }
    10% {
        opacity: 0.4;
    }
    13% {
        opacity: 0.6;
    }
    16% {
        opacity: 0.7;
    }
    18% {
        opacity: 0.9;
    }
    20% {
        opacity: 1;
    }
}
/* button
  ------------------------------------------------------------*/
.btn-b a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #004098;
    color: rgb(255, 255, 255);
    padding: 20px 30px;
    display: inline-block;
    letter-spacing: 2px;
    transition: 1s;
    font-weight: bold;
    font-size: 16px;
}
.btn-b a:hover {
    background: #fff;
    box-shadow: 0px 0px 10px #666;
    color: #004098;
    transition: 1s;
}
.btn-bc a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 1.00);
    padding: 10px 10px;
    display: block;
    letter-spacing: 2px;
    transition: 1s;
    font-size: 18px;
    text-align: center;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    border: 1px solid rgba(156, 156, 156, 1.00);
}
@media (max-width: 767px) {
    .btn-bc a {
        margin-bottom: 5%;
    }
}
.btn-bc a:hover {
    background-color: #707070;
    /*box-shadow: 0px 0px 10px #666;*/
    color: #fff;
    transition: 1s;
}
.btn-bc2 {
    padding: 0 23px;
}
.btn-bc2 a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #b0b0b0;
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    display: block;
    letter-spacing: 2px;
    transition: 1s;
    font-size: 18px;
    text-align: center;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}
.btn-bc2 a:hover {
    background: #53777A;
    box-shadow: 0px 0px 10px #666;
    color: #fff;
    transition: 1s;
}
.btn-w a {
    color: #004098;
    background-color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 30px;
    transition: 1s;
}
.btn-w a:hover {
    background: #004098;
    box-shadow: 0px 0px 10px #666;
    color: #ffffff;
    transition: 1s;
}
.btn-w02 a {
    color: #fff;
    background-color: #004098;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 30px;
    transition: 1s;
}
.btn-w02 a:hover {
    background: #fff;
    box-shadow: 0px 0px 10px #666;
    color: #004098;
    transition: 1s;
}
.btn-br a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f08c00;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    display: block;
    letter-spacing: 2px;
    transition: 1s;
    font-size: 14px;
    text-align: center;
    max-width: 150px;
    margin-top: 5%;
    margin-right: 0;
    margin-left: auto;
}
.btn-br a:hover {
    background: #000;
    box-shadow: 0px 0px 10px #666;
    color: #fff;
    transition: 1s;
}
/* ヘッドエリア
----------------------------------*/
.head_area {
    background-color: rgba(231, 231, 231, 0.5);
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid rgba(228, 228, 228, 1.00);
    border-top: 1px solid rgba(228, 228, 228, 1.00);
}
.h2ttl_c {
    font-size: 45px;
    position: relative;
    padding: 0.5rem 0 2rem;
    margin-bottom: 0.2rem;
    text-align: center;
    color: #009944;
    text-transform: uppercase;
}
.h2ttl_c::before {
    position: absolute;
    border-bottom: 3px solid #009944;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    content: '';
}
/*.h2ttl_c {
    font-size: 49px;
    color: #009944;
    text-align: center;
    letter-spacing: 0.5em;
    text-transform: uppercase;
	position: relative;
}*/
@media screen and (max-width: 767px) {
    .h2ttl_c {
        font-size: 3.5rem;
        letter-spacing: 0.2em;
    }
}
.h2ttlsub_c {
    font-size: 20px;
    color: #595757;
    text-align: center;
}
/* パンクズ
------------------------------------------------------------*/
.pan_area {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.pan_area ul li {
    display: inline-block;
    margin-right: 10px;
}
.pan_area ul li a:after {
    content: "＞";
    margin-left: 10px;
}
.pan_area_r {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: right;
}
@media (max-width: 576px) {
    .pan_area_r {
        text-align: left;
    }
}
.pan_area_r ul li {
    display: inline-block;
    margin-right: 10px;
}
.pan_area_r ul li a:after {
    content: "＞";
    margin-left: 10px;
}
/* コンテンツ
------------------------------------------------------------*/
.contents_area {
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
}
@media screen and (max-width:991px) {
    .contents_area {
        padding-top: 3%;
        padding-bottom: 3%;
        position: relative;
    }
}
.contents_area0 {
    padding-top: 0%;
    padding-bottom: 5%;
    position: relative;
}
@media screen and (max-width:991px) {
    .contents_area0 {
        padding-top: 0%;
        padding-bottom: 3%;
        position: relative;
    }
}
.contents_ttl {
    font-size: 5.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: bold;
}
@media screen and (max-width:991px) {
    .contents_ttl {
        font-size: 30px;
        margin-bottom: 5%;
        margin-top: 5%;
    }
}
@media screen and (max-width:576px) {
    .contents_ttl {
        font-size: 24px;
        margin-bottom: 5%;
        margin-top: 5%;
    }
}
.contents_ttl_c {
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5%;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:991px) {
    .contents_ttl_c {
        font-size: 2.4rem;
        margin-bottom: 5%;
        margin-top: 5%;
    }
}
@media screen and (max-width:576px) {
    .contents_ttl_c {
        font-size: 2.1rem;
        margin-bottom: 5%;
        margin-top: 5%;
    }
}
.contents_tx {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 3%;
}
/*# 固定ナビ */
.contact_pc {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 101;
}
.contact_pc li {
    background-color: #000;
}
.contact_pc li:nth-child(2) {
    background-color: #FBFBFB;
}
.contact_pc li:nth-child(3) {
    background-color: #999;
}
.contact_pc li:hover {
    opacity: 0.7;
}
@media (max-width: 768px) {
    .contact_pc {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 101;
        top: auto;
    }
    .contact_pc li {
        float: left;
        width: 50.0%;
        background: #EC4E10;
        text-align: center;
    }
    .contact_pc li:nth-child(2) {
        background-color: #CE7F00;
    }
    /*.contact_pc li:nth-child(3) {
    width: 12.8%;
    background: #062275;
}*/
    .contact_pc li a img {
        max-height: 60px;
        vertical-align: middle;
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
}
/* request_btn */
.request_btn {
    position: fixed;
    z-index: 101;
}
.request_btn a {
    position: fixed;
    right: 5px;
    text-align: center;
    width: 150px;
    height: 150px;
    bottom: 170px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    /*display: none;*/
    padding-right: 5px;
    padding-left: 5px;
    opacity: 0;
}
.request_btn a:hover, .request_btn a:active {
    opacity: 0.7;
}
/* raijyo_btn */
.raijyo_btn {
    position: fixed;
    z-index: 101;
}
.raijyo_btn a {
    position: fixed;
    right: 5px;
    text-align: center;
    width: 150px;
    height: 150px;
    bottom: 30px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    /*display: none;*/
    padding-right: 5px;
    padding-left: 5px;
    opacity: 0;
}
.raijyo_btn a:hover, .raijyo_btn a:active {
    opacity: 0.7;
}
@media (max-width: 1366px) {
    /* request_btn */
    .request_btn a {
        display: block;
        height: 120px;
        width: 120px;
        bottom: 160px;
        text-align: center;
        line-height: 28px;
        opacity: 1;
        border-radius: 2px;
    }
    /* raijyo_btn */
    .raijyo_btn a {
        display: block;
        height: 120px;
        width: 120px;
        bottom: 40px;
        text-align: center;
        line-height: 28px;
        opacity: 1;
        border-radius: 2px;
    }
}
@media (max-width: 1200px) {
    .request_btn {
        display: none;
    }
    /* raijyo_btn */
    .raijyo_btn {
        display: none;
    }
}
/* link_area
------------------------------------------------------------*/
.link_area {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 0px;
    margin-right: 0px;
}
.link_area_list {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.link_area_list li {
    width: 33%;
    text-align: center;
    display: inline-block;
    border-right: 2px solid #000000;
}
.link_area_list li:hover {
    opacity: 0.6;
}
@media screen and (max-width:991px) {
    .link_area_list li {
        width: 31%;
        text-align: center;
        display: inline-block;
        border-right: 2px solid #000000;
    }
}
.link_area_list li:last-child {
    border-right: 0px solid #000000;
}
.link_area_list li img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.more_button a {
    background: #12aa39;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.more_button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.more_button a:hover {
    background: #333;
    color: #FFF;
}
.more_button a:hover:after {
    right: 1.4rem;
}