@charset "UTF-8";

/*===============================================
画面の横幅が768px以上（PC用）

(max-width: 767.99px) (max-width: 959.99px)
(max-width: 1024.99px) (max-width: 1059.99px)
===============================================
画面の横幅が約767.99pxまで（SP用）

(min-width: 376px)(max-width: 375.99px)
(min-width: 376px)(max-width: 567.99px)
(min-width: 568px)
(max-width: 959.99px)
===============================================*/

*{box-sizing: border-box;}


html {
    font-family: "游明朝体", "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    line-height: 1.8;
    height: 100%;
    word-break: break-word;
    color: #4d4d4d;
    background-color: var(--color-base);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;

    scroll-behavior: smooth;  /*スムーズスクロール*/
}

body {
    font-size: 20px;
    margin: 0;
    /*font-family: serif;*/

}

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

::-moz-selection {
    color: #f2bb32;
    background: var(--color-theme);
}

::selection {
    color: #f2bb32;
    background: var(--color-theme);
}

img {
   border: 0;margin: 0;
   vertical-align: middle;
   height: auto;
   width: 100%;
}


figure {margin: 0;}
p {margin: 0; padding: 0;}


a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
    text-decoration: none;
    color: #4d4d4d;
    filter: brightness(1);
    /*transition: filter 0.3s;*/
    transition: .2s ease-in-out;
}

a:hover {filter: brightness(1.10);}
a:active {/* マウスダウン時に暗くする */ filter: brightness(0.90);}



ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}





/* ///  header ///////////////////////　*/

.header-all {
    margin: 0 auto;
    padding: 0.5rem 0 0.5rem;
    position: relative;
    width: 100%;
    z-index: 2000;
    min-height: 65px;
    /*background: #fff;*/
    /* top: 0; */
    height: 65px;
display: flex;
    align-items: center;
background-image: linear-gradient(0deg, transparent, #ffffff50);
}

.header{
    margin: 0rem auto 0;
    top: 0;
    left: 0;
    right: 0;
    /* padding: 0rem 150px 0.5rem 0; */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    }



/* left */
  .header .header_logo {
    margin: 0;
    float: left;
    width: 28%;
    padding: 0.6rem 0 0.5rem 2%;}
@media screen and (max-width: 767.99px) {
.header .header_logo {
    padding: 0.5rem 0 0.5rem 3%;
    width: 60%;
}}
@media screen and (max-width: 959.99px) {
.header .header_logo {
    width: 34%;
    padding: 0.5rem 0 0.5rem 2%;
}}

@media screen and (max-width: 567.99px) {
.header .header_logo {
    width: 50%;
    padding: 0.5vh 0 0.5rem 3%;
  }}



.header .header_logo img { width: 100%;}
@media screen and (max-width: 768.99px) {
.header .header_logo img {
    width: 100%;
    padding: 1.4vh 0 0.5rem 0%;
}}
@media screen and (min-width: 769px) and (max-width: 915.99px) {
.header .header_logo img {
        width: 90%;
        margin-top: 0.6vh;
}}
@media screen and (min-width: 916px) and (max-width: 1024.99px) {
.header .header_logo img {
    width: 100%;
    margin-top: 0rem;
}}

.header .header_logo a:hover{ opacity: 0.3;}





/* right  PC*/
.header .header_right {
    position: absolute;
    right: 8%;
    text-align: left;
    padding: 0.5rem 0 0rem;
    display: flex;
    width: 30%;
    color: #333; /*#71bd43*/
    justify-content: flex-end;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: 0;}
@media screen and (max-width: 959.99px) {
.header .header_right {
    margin-right: 20px;
    width: 56%;
  }}
@media screen and (max-width: 767.99px) {
.header .header_right {
    margin-right: 20px;
    width: 40%;
  }}




.header_right .tellfree {
    margin: 0rem 1% 0 0;
    /* padding: 2px; */
    width: fit-content;
    font-size: 1.4rem;
}


.header_right .tellfree .free {
    margin: 0rem 0 1rem;
    letter-spacing: 0.1em;
    border: 1px solid #333;
    padding: 3px;
    line-height: 1.2;
    text-align: center;
    font-size: 1.4rem;
    width: 42px;
}


.header_right .tellonoya {
    margin: 0 2% 0 0;
    padding: 2px; */
        /* width: 70%;*/
    letter-spacing: -0.05em;
    font-feature-settings: "palt";}
@media screen and (max-width: 959.99px) {
.header_right .tellonoya {
    margin: -0.5vh 2% 0 0;
    width: 48%;
}}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya {
    margin: -0.5vh 2% 0 0;
    width: 68%;
}}
@media screen and (max-width: 575.99px) {
.header_right .tellonoya {
    margin: -2.5vh 2% 0 0;
    width: 34%;
}}
@media screen and (max-width: 375.99px) {
.header_right .tellonoya {
    margin: -0.5vh 2% 0 0;
    width: 40%;
}}



.header_right .tellonoya .telephone {
    margin: 1.2rem 1% 0.8rem 0;
    float: left;
    text-align: left;
    width: 100%;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 2.6;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya .telephone {
    font-size: 164%;
    margin: 0.6rem 6% 0.6rem 0;
}}
@media screen and (max-width: 860.99px) {
.header_right .tellonoya .telephone {
    font-size: 160%;
}}
@media screen and (max-width: 959.99px) {
.header_right .tellonoya .telephone {
margin: 2rem 6% 1rem 0;
    font-size: 3rem;
}}
@media screen and (max-width: 1024.99px) {
.header_right .tellonoya .telephone {
margin: 2rem 6% 1rem 0;
}}


.header_right .tellonoya .telephoneimg{
    text-align: center;
    margin: 0.5rem;
    position: absolute;
    /* left: 0; */
    right: 5%;
    top: 0;
    bottom: 0;
    width: 42%;
    z-index: 6000;}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya .telephoneimg{
        margin: 0px;
        right: 18px;
        width: 45px;
        top: calc(50% - 1.3em);
  }}

.header_right .formonoya .goform{
    text-align: center;
    margin: 0.5rem;
    position: absolute;
    /* left: 0; */
    right: 54px;
    bottom: 0;
    width: 45px;
    z-index: 6000;
    top: calc(50% - 1.2em);}
@media screen and (max-width: 767.99px) {
.header_right .formonoya .telephoneform{
    margin: 4px;
    right: 8px;
    width: 42px;
    top: calc(50% - 1.2em);
  }}

.header_right .formonoya .goform,
.header_right .tellonoya .telephoneimg a,
.header_right .formonoya .telephoneform a {
    display: block;
}

.header_right .formonoya .goform img,
.header_right .tellonoya .telephoneimg img,
.header_right .tellonoya .telephoneimg a img,
.header_right .formonoya .telephoneform img,
.header_right .formonoya .telephoneform a img {
    width: 100%;}




.header_right .tellonoya .telephone a{
    display: block;
    padding: 0;
    color: #333; /*#71bd43*/
    text-decoration: none;
    font-weight: 500;
    font-feature-settings: "palt";
    transition: 1s;
    font-size: 100%;
    line-height: 0.3;
    /*margin-top: 1rem;*/
    }


.header_right .tellonoya .telephone a:hover{ 
    color: #F8B500;
    opacity: 0.7;
}



.header_right .tellonoya .time {
    margin: -0.7rem 0 1rem;
    text-align: left;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.025em;}
@media screen and (max-width: 767.99px) {
.header_right .tellonoya .time {
    font-size: 94%;
}}
@media screen and (max-width: 860.99px) {
.header_right .tellonoya .time {
    font-size: 62%;
}}
@media screen and (max-width: 959.99px) {
.header_right .tellonoya .time {
    font-size: 56%;
}}

.header_right .telephone {
    float: right;
    display: block;
    margin: 0 1rem 0 0;
    width: 44%; }
@media screen and (max-width: 767.99px) {
.header_right .telephone {
    width: 78%;
}}

.header_right .tel_area .tel img,
.header_right .right_area .telephone img {
    width: 100%;
}




.header_right .detail {
    float: right;
    margin: 0 0.5rem 0 0;
    width: auto;}
@media screen and (max-width: 767.99px) {
.header_right .detail {
    width: 20%%;
}}

.header_right .detail a {
    display: block;
    padding: 0.8rem 1em;
    width: auto;
    font-size: 15px;
    /*border: 1px solid #71bd43;*/
    text-decoration: none;
    letter-spacing: 0.05rem;
    font-weight: bold;
    font-feature-settings: "palt";
    border-radius: 0.5em;
    background: #71bd43;
    color: #fff;
    transition: all .2s ease-in-out;}
@media screen and (max-width: 959.99px) {
.header_right .detail a {
    width: 100%;
    font-size: 68%;
}}
@media screen and (max-width: 767.99px) {
.header_right .detail a {
    width: 20%;
}}

.header_right .detail a:hover {
    background: #F8B500;
}




#nav-wrapper {
    width: 54px;
    float: right;
    background: #fff;
    position: relative;
    display: block!important;
    margin: -0.25em 4% 0 0;
    z-index: 2500;
    float: right;}
@media screen and (max-width: 767.99px) {
#nav-wrapper {
    right: 3%;
    top: 0.5rem;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}}




/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
      position: fixed;
      right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
      top: 0;
      width: 30%; /* 出てくるスライドメニューの幅 */
      height: auto;
      padding-bottom: 2rem;
      /*background-color: #f4edd2fa;*/
       background-color: rgb(249 240 200 / 95%);
      transition: all 0.5s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */}
@media screen and (max-width: 767.99px) {
.sp-nav {
    width: 80%; /* 出てくるスライドメニューの幅 */
}}



/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


.sp-nav ul {
    float: inherit;
    margin: 6rem auto 1rem;
    padding: 0;
    width: 100%;
}

.sp-nav ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
.sp-nav ul li:last-child {
    padding-bottom: 0;
}
.sp-nav ul li:hover{
    background :#fbfaf790;
}

.sp-nav ul li a {
    display: block;
    color: #4d4d4d;
    padding: 1em 0 0.5rem;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #00000070;
    /*text-shadow: 1px 1px 1px #fff;*/
    /*font-family: 'Noto Serif JP', serif;*/
}

.sp-nav.active {
  opacity: 100;

}




/*
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #4d4d4d;
    opacity: 0;
    visibility: hidden;
    transition: all 0s; /* 中身の消え方スピード */
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}






/* ///  MV /////////////////////// */

.section-wrapper {
  position: relative;
  border-radius: 30px 30px 0px 0px;}
@media screen and (max-width: 767.99px) {
.section-wrapper {
border-radius: 0px 0px 0px 0px;
 }}


.section-body {
    position: relative;
        padding-top: 0px;
        margin-top: 80vh;
        width: 100%;
        /*height: 100vh;*/
        text-align: center;
    filter: drop-shadow(0px -2px 20px #00000020);
}

.body-back{
    height: 0vh;
    background-image: url(../img/img_topbuck8.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* margin-top: 50vh; */
    width: 100%;
    height: fit-content;
    padding-bottom: 27vh;
filter: drop-shadow(0px 10px 20px #000);}
@media screen and (max-width: 912.99px) {
.body-back{
padding-bottom: 48vh;
    margin-top: 44vh;
}}
@media screen and (max-width: 820.99px) {
.body-back{
padding-bottom: 44vh;
height: auto;
}}
@media screen and (max-width: 430.99px) {
.body-back{
padding-bottom: 46vh;
height: auto;
}}


.section-body h1 {
    font-size: 3rem;
    letter-spacing: 0.05em;
        font-feature-settings: "palt";
        color: #000;
    padding: 2em 0 0 0;
        text-align: center;
        font-family: serif;
        font-weight: bold;
        line-height: 1.7;
        text-shadow: 0px 0px 6px rgb(255 255 255 / 90%);
    animation: disappear1 6s ease-in-out normal;}

@keyframes disappear1 {
0% { text-shadow: 0px 0px 6px rgb(255 255 255 / 90%); }
40%{ text-shadow: 0px 0px 6px rgb(255 255 255 / 0%); }
90% { text-shadow: 0px 0px 6px rgb(255 255 255 / 100%); }
100% { text-shadow: 0px 0px 6px rgb(255 255 255 / 90%); }
}

@media screen and (max-width: 767.99px) {
.section-body h1 {
    line-height: 1.5;
    font-size: 130%;
 }}


.section-body h2 {
    font-weight:normal;
    font-family:serif;
    opacity:0.4;}
@media screen and (max-width: 767.99px) {
.section-body h2 {
    /*font-size: 80%;*/
opacity:0.2;
 }}

.bg-image-clip {
position: absolute;
top: -96vh;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  clip-path: inset(0); /*  */
  z-index: -1;}
@media screen and (max-width: 915.99px) {
.bg-image-clip {
    top: -100vh;
/*min-height: 70vh;*/
 }}
@media screen and (max-width: 767.99px) {
.bg-image-clip {
    top: -100vh;
/*min-height: 50vh;*/
 }}


.bg-image-fixed {
  position: fixed; /*  */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}


#section1 {
  background-color: #fbfbf3;
  .bg-image-fixed {
    background-image: url(../img/img_topbuck7.jpg);
}}


#section2 {
  background-color: #05297f;
  .bg-image-fixed {
    background-image: url(../img/img_topbuck4.jpg);
}}

@media screen and (max-width: 768px) {
#section2 .bg-image-fixed {
background-image: url(../img/img_topbuck4_sp3.jpg);
        background-position: 90% bottom; /*60%*/
}}





#section3 {
  background-color: #000000bf;
  .bg-image-fixed {
    background-image: url(../img/img_topbuck6.jpg);
}}

/*
#section4 {
  background-color: #71bd43;
  .bg-image-fixed {
    background-image: url(../img/img_topbuck5.jpg);
}}
*/

.col_black{
    background: linear-gradient(transparent 15%, rgb(0 0 0 / 70%) 20%);}
@media screen and (max-width: 768px) {
.col_black{
    background: linear-gradient(transparent 5%, rgb(0 0 0 / 90%) 10%);
}}




.topview {
    width: 100%;
    margin-bottom: 0rem;
    padding-bottom: 34em;
    height:auto;
/*
min-height: fit-content!important;
height: fit-content!important;
*/

/*
    background-image: url(../img/back01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
*/
}
@media screen and (max-width: 1700.99px) {
.topview {
        padding-bottom: 36em;
}}
@media screen and (max-width: 1500.99px) {
.topview {
        padding-bottom: 30em;
}}
@media screen and (max-width: 1300.99px) {
.topview {
        padding-bottom: 27em;
}}
@media screen and (max-width: 1200.99px) {
.topview {
        padding-bottom: 23em;
}}
@media screen and (max-width: 1024.99px) {
.topview {
        padding-bottom: 20.5em;
}}
@media screen and (max-width: 896.99px) {
.topview {
        padding-bottom: 19em;
}}
@media screen and (max-width: 820.99px) {
.topview {
        padding-bottom: 12.5em;
}}




.titletopcap {
    position: absolute;
    font-size: 48px;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
    color: #000;
    /* display: block; */
    /* height: 403px; */
    /* left: calc(56% - 94px); */
    /* padding: 0 30px 0 0; */
    /* top: calc(10% - 0%); */
    height: max-content;
    text-align: center;
    font-feature-settings: normal;
    font-family: serif;
    font-style: normal;
    font-weight: bold;
    line-height: 68px;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0px 0px 3px rgb(255 255 255 / 100%), 0px 0px 5px rgb(255 255 255 / 80%), 0px 0px 6px rgb(255 255 255 / 90%), 0px 0px 6px rgb(255 255 255 / 90%);
    animation: reflect1 4s ease-in-out normal;
    top: 48%;
    left: 54%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@keyframes reflect1 {
0% { opacity: 0; }
40% { opacity: 0; color: #6FBA2C;}
90% { opacity: 1; }
100% {  opacity: 1; }
}

/*
@media screen and (max-width: 1280.99px) {
.titletopcap {
        width: 22%;
}}*/

@media screen and (max-width: 959.99px) {
.titletopcap {
    left: calc(57% - 5vw);
            top: calc(20% - -13%);
            font-size: 230%;
            line-height: 1.6;
}}
@media screen and (max-width: 932.99px) {
.titletopcap {
left: calc(57% - 5vw);
        top: calc(6% - -13%);
        font-size: 230%;
        line-height: 1.6;
        writing-mode: initial;
}}
@media screen and (max-width: 915.99px) {
    .titletopcap {
white-space: normal;
        -ms-writing-mode: tb-rl;
        /* writing-mode: inherit; */
        left: calc(57% - 5vw);
        top: calc(18% - -3%);
        font-size: 220%;
        line-height: 1.4;
    }}
@media screen and (max-width: 912.99px) {
    .titletopcap {
        left: calc(57% - 5vw);
top: calc(53% - -3%);
        font-size: 220%;
    }}
@media screen and (max-width: 896.99px) {/*yoko*/
    .titletopcap {
        white-space: normal;
                -ms-writing-mode: tb-rl;
                /* writing-mode: inherit; */
                left: calc(57% - 5vw);
                top: calc(18% - -3%);
                font-size: 210%;
                line-height: 1.4;
    }}
@media screen and (max-width: 844.99px) {
.titletopcap {
    left: calc(57% - 5vw);
    top: calc(14% - -3%);
    font-size: 186%;
    line-height: 1.4;
    writing-mode: initial;
}}

@media screen and (max-width: 820.99px) {
    .titletopcap {
        top: calc(44% - -10%);
        font-size: 220%;
        /* width: 100%; */
        writing-mode: vertical-rl;
        left: calc(50% - 0vw);
    }}
@media only screen and (min-width: 768px) and (max-width: 740.99px) {
    .titletopcap {
        top: calc(9% - -10%);
        font-size: 177%;
        /* width: 100%; */
        writing-mode: vertical-rl;
        left: calc(50% - 0vw);
        writing-mode: inherit;
    }}
@media screen and (max-width: 767.99px) {
.titletopcap {
    writing-mode: vertical-rl;
    left: calc(56% - 5vw);
top: calc(48% - -6%);
    font-size: 200%;
}}
@media screen and (max-width: 667.99px){ /*yoko*/
.titletopcap {
    writing-mode: initial;
    top: calc(19% - -3%);
    font-size: 160%;
}}
@media screen and (max-width: 430.99px) {
.titletopcap {
writing-mode: vertical-rl;
        /*left: calc(21% - 5vw);*/
        top: calc(47% - -3%);
        font-size: 200%;
}}


@media screen and (max-width: 375.99px) {
.titletopcap {
    left: calc(41% - -10vw);
    top: calc(33% - -2%);
    font-size: 150%;
    line-height: 1.4;
    writing-mode: vertical-rl;
}}





.titletopcap  img {
    width: 100%;
}






/* */
.titlebtn-box {
    margin: -6em 15% 2em;
    padding: 1em 2vw;
    text-align: center;
    width: 70%;
    background: #fff;
    border-radius: 0.8rem;
    height: fit-content;
    filter: drop-shadow(0px 3px 4px #55555520);}
@media screen and (max-width: 1024.99px) {
.titlebtn-box {
    margin: -3rem 10% 2em;
    width: 80%;
}}
@media screen and (max-width: 959.99px) {
.titlebtn-box {
margin: -12vh 5% 2em;
    width: 90%;
}}
@media screen and (max-width: 767.99px) {
.titlebtn-box {
    padding: 0.4em;
    width: 96%;
    margin: -20vh 2% 1em;
}}

.titlebtn-box a{
    text-decoration:none;

}

.titlebtn-box a:hover{
    text-decoration:none;
    opacity:0.9;
    transform: translateY(-0.5rem);
}


.titlebtn-box .capboxtitle{
        margin: 8rem auto 2em;
        padding: 1em;
        width: 96%;
        max-width: 1000px;
        font-size: 2rem;
        color: #71bd43;
        text-align: center;
        font-weight: bold;
        line-height: 1.3;
        background: #fff;
        border: 1px solid #71bd43;
        border-radius: 0.4rem;}
@media screen and (max-width: 767.99px) {
.titlebtn-box .capboxtitle{
    margin: 0rem auto 1rem;
    font-size: 96%;
    font-feature-settings: "palt";
    width: 92%;
}}

.titlebtn-box .capwaku {
    margin: 2rem 2% 3rem;
    width: 96%;
    text-align: center;}
@media screen and (max-width: 767.99px) {
.titlebtn-box .capwaku {
        margin: 0rem 4% 0rem;
        width: 92%;
        text-align: left;
        line-height: 1.5;
        font-size: 90%;
}}


.titlebtn-box .capwaku .cap {
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
    color: #333;
    font-size: 94%;
    /* font-weight: bold; */
    line-height: 1.4;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.titlebtn-box .capwaku .cap {
    margin: 1em auto;
    font-size: 90%;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}}



.titlebtn-box .capname {
    margin: 0rem auto -0.5rem;
    width: 100%;
    font-size: 2rem;
    color: #F8B500;
    text-align: center;
    font-weight: bold;
    animation: changehover2 4s ease infinite;
    line-height: 1;}
@media screen and (max-width: 767.99px) {
.titlebtn-box .capname {
        font-size: 84%;
        font-feature-settings: "palt";
}}


@keyframes changehover2  {
  0% {opacity: 1; color: #4d4d4d;scale:1.0;}
  70% {opacity: 1; color: #4d4d4d;scale:1.0;}
  86% {opacity: 1; color: #ffe8aa;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}

.comment {
    margin: 0 2% 2rem;
    padding: 0;
    width:96%;
    text-align: center;
    color: #333;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight:bold;
    font-feature-settings: "palt";}
@media screen and (max-width: 767.99px) {
.comment {
    font-size: 110%;
    line-height: 1.5;
    font-weight: 600;
    width: 92%;
    margin: 1rem 4% 2rem;
}}


.comment2 {
    margin: 2rem 2% 2rem;
    padding: 0;
    width: 96%;
    text-align: center;
    color: #326d0c;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-family: serif;}
@media screen and (max-width: 767.99px) {
.comment2 {
    font-size: 90%;
    line-height: 1.4;
    font-weight: 600;
    margin: 1rem 3%;
    width: 94%;
}}







.topviewtyuki {
margin: 0rem auto 3rem;
    text-align: left;
    width: 70%;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    font-feature-settings: "palt";
    padding-left: 1em;
    text-indent: -1em;}
@media screen and (max-width: 767.99px) {
.topviewtyuki {
    margin: 1rem auto 2rem;
    width: 90%;
    font-size: 80%;
    line-height: 1.3;
}}
@media screen and (max-width: 375.99px) {
.topviewtyuki {
    font-size: 58%;
}}



.content01 {
    background: #f5f5f5;
    min-height: 100px;
    border-bottom-right-radius: 2700px 500px;
    border-bottom-left-radius: 2700px 500px;
    margin-left: -400px;
    margin-right: -400px;
    padding-left: 400px;
    padding-right: 400px;
}




.p-eria{
    margin-top: 13rem;
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;

    width: 100%;
    background: rgb(227,236,255,0.4);
    background: linear-gradient(90deg, rgba(227,236,255,0.3) 0%, rgba(227,236,255,0.1) 25%, rgba(227,236,255,0.1) 75%, rgba(227,236,255,0.3) 100%);
}
@media screen and (max-width: 767.99px) {
.p-eria{
    padding: 1rem 5%;
    margin-top: 12rem;
    text-indent: -1rem;
    background: #fff;
}}

.p-eria2{
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;

    width: 100%;
    /*background: rgb(227,236,255,0.4);
    background: linear-gradient(90deg, rgba(227,236,255,0.3) 0%, rgba(227,236,255,0.1) 25%, rgba(227,236,255,0.1) 75%, rgba(227,236,255,0.3) 100%);
    */
}
    @media screen and (max-width: 767.99px) {
.p-eria2{
    padding: 1rem 6% 4rem 10%;
    margin-top: 0rem;
    background: #fff;
    text-indent: -1.25rem;
    text-align: left;
}}






/*--------------------
footer
---------------------*/

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
z-index:50000;
}


.footer-all {
        padding: 0rem 0 2rem;
        margin: 1rem auto 0;
        color: #4d4d4d;
        /* display: flex; */
        /* align-items: center; */
        justify-content: flex-end;
        height: 88px;
        background: #000000cd;
        width: 100%;}
@media screen and (max-width: 767.99px) {
.footer-all {
    border-top: none;
        height: 74px;
}}
@media screen and (max-width: 667.99px) {
.footer-all {
        height: 105px;
}}
@media screen and (max-width: 767.99px) {
.footer-all {
    border-top: none;
        height: 74px;
}}

.footer-box {
        padding: 0rem 1vw;
        margin: 0rem auto 0;
        max-width: 1200px;
        color: #4d4d4d;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
}



/* left */
.footer-box  .footer_logo {
    margin: 0;
    width: 11%;}
@media screen and (max-width: 767.99px) {
.footer-box  .footer_logo {
        width: 22%;
}}
@media only screen and (min-width: 768px) and (max-width: 959.99px) {
.footer-box  .footer_logo {
    width: 16%;
}}
@media screen and (max-width: 414.99px) {
.footer_right {
        width: 25%;
}}


.footer-box .footer_logo img {
    width: 100%;
}


/* right */
.footer_right {
    z-index: 2;
    width: 23%;
    margin: 0px 0% 1rem 0;}
@media screen and (max-width: 1180.99px) {
.footer_right {
        margin: 0 8% 1rem 0;
}}
@media screen and (max-width: 1024.99px) {
.footer_right {
        width: 23%;
        margin: 0 8% 1rem 0;
}}
@media screen and (max-width: 957.99px) {
.footer_right {
        width: 47%;
        margin: 0 12% 1rem 0;
}}
@media screen and (max-width: 932.99px) {
.footer_right {
        width: 30%;
        margin: 0 10% 1rem 0;
}}
@media screen and (max-width: 778.99px) {
.footer_right {
        width: 28%;
        margin: 0 11% 1rem 0;
}}
@media screen and (max-width: 767px) {
.footer_right {
        width: 47%;
        margin: 0 17% 1rem 0;
}}
@media only screen and (min-width: 667px) and (max-width: 767px) {
    .footer_right {
        width: 33%;
        margin: 0 12% 1rem 0;
}}

.footer_right img {
    width: 100%;
}



/* */
.footer_right .footer_rightin2 .btnfoot {
    margin-right: 5px;
    width: auto;}
@media screen and (max-width: 767.99px) {
.footer_right .footer_rightin2 .btnfoot {
}}


.footer_right .footer_rightin2 .btnfoot a {
    position: relative;
    /* display: inline-block; */
    min-width: auto;
    width: auto;
    padding: 1rem 4vw 1rem 2rem;
    line-height: 1.2em;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #71bd43;
    background: #fff;
    border-radius: 40px;
    transition: .3s;
    font-feature-settings: "palt";
}

.footer_right .footer_rightin2 .btnfoot a:hover{
  opacity:0.9;
    background: #F8B500;
    color:#fff;
}

.footer_right .footer_rightin2 .btnfoot a::after {
    top: calc(50% - 11%);
    right: 7.5%;
    content: "";
    color: #71bd43;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 1.5px solid #71bd43;
    border-right: 1.5px solid #71bd43;
    -webkit-transform: rotate(45deg);}
@media screen and (max-width: 767.99px) {
.footer_right .footer_rightin2 .btnfoot a::after {
top: calc(50% - 12.5%);
        right: 5%;
}}

.footer_right .footer_rightin2 .btnfoot :hover::after{
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}



.copy-all {
    margin: 0.5rem auto 0;
    text-align: center;
    padding: 0.5rem 0 0;
    background: #000;
    font-size: 170%;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;}
 @media screen and (max-width: 767.99px) {
.copy-all {
    background: none;
  }}


.copyright{
    margin: 0% 0 0 0;
padding: 0rem 0 0.5rem;
    text-align: center;
    font-size: 30%;
    color: #fff;
    line-height: 1.1;}
 @media screen and (max-width: 767.99px) {
.copyright {
        padding: 0rem 2% 1rem;
        font-size: 26%;
        text-align: center;
  }}





h1{
    font-size: 4rem;
    font-weight: bold;
    margin: 0rem auto 2rem;
    padding: 1em 0 0;
    color: #efc755;
    letter-spacing: 0.3em;
    line-height: 1.2;
    /*font-family: serif;*/}
  @media screen and (max-width: 767.99px) {
h1{
    font-size: 180%;
    font-weight: bold;
    font-feature-settings: "palt";

    }}


h1 a{
      text-decoration: none;
      transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
      display: block;
      padding: 1rem;
      color: #efc755;}

h1 a:hover,h1 a:active{
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    }


h2{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    /* background: #50711b; */
    padding: 1rem 0;
    color: #d8dfe1;
    letter-spacing: 0.05em;
    text-align: center;
}

h2 a{
      text-decoration: none;
      transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
      display: block;
      padding: 1rem;
      color: #F8B500;
      font-weight: bold;
    }

h2 a:hover,h2 a:active{
    text-decoration: none;
    color: #efc755;
    }


h3{
    margin-top: 3rem;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #fff;
   }
h3 a:hover,h2 a:active{
  text-decoration: none;
  letter-spacing: 0.1em;
      color: #efc755;
    }



.view{
    position: relative;
    margin: 0rem auto 0rem;
    text-align: center;
    width: 100%;
    padding: 1rem 0;
    background: #88e76a54;}
@media screen and (max-width: 767.99px) {
.view{
    padding: 0rem 0;
}}

.view img{width: 100%;}


.maintitle{
        position: absolute;
        margin: 0rem 10% 0rem;
        text-align: center;
        width: 80%;
        color: #333;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.3;
        font-feature-settings: "palt";
        top: calc(50% - 0.7em);}
@media screen and (max-width: 767.99px) {
.maintitle{
font-size: 120%;
}}




/* ///  BTN00 基本形 /////////　*/
.btn00{
        margin: 3rem 10% 0;
    padding: 0rem 1em;
    font-size: 1.6rem;
    font-weight: bold;
    font-feature-settings: "palt";
    background: #f68800ba;
    background-repeat: no-repeat;
    background-position: center top;
    /* color: #333; */
    text-decoration: none;
    text-align: center;
    border-radius: 20rem;
    width: 80%;
    outline: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;}
@media screen and (max-width: 1024.99px) {
.btn00{
margin: 2rem auto;
        width: 100%;
}}
@media screen and (max-width: 767.99px) {
.btn00{
        font-size: 90%;
        width: 96%;
        padding: 0.1rem 1%;
        margin: 3rem 2% 1rem;
}}



.btn00 a::after{
    content: "";
    position: absolute;
    width: 6%;
    height: 100px;
    bottom: 0;
    top: calc(50% - 0.45em);
    right: 0px;
    background-image: url(../img/ic_ore.png);
    background-size: 100%;
    vertical-align: bottom;
    background-repeat: no-repeat;}
@media screen and (min-width: 768px) and (max-width: 969.99px) {
.btn00 a::after{
        width: 7%;
        top: calc(50% - 1.3rem);
        right: 0%;
        background-size: 100%;
}}

@media screen and (max-width: 767.99px) {
.btn00 a::after{
    width: 6%;
    top: calc(50% - 0.5em);
    right: 3%;
    background-size: 100%;
}}


.btn00 :hover {
    animation: changehover4 2s ease;
    text-decoration:none;
}

@keyframes changehover4  {
  40% {opacity: 1; color: #F8B500;scale:1.02;}
  80% {opacity: 1;color: #4d4d4d;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}





/*  */
.btn00 .btn00-lcap {
    width: 100%;
    margin: 3rem 0 0rem 0;
    font-size: 4rem;
    font-weight: bold;
    /* position: sticky; */
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    /* filter: drop-shadow(1px 1px 0px #55555530); */
    flex-wrap: wrap;}
@media screen and (max-width: 823.99px) {
.btn00 .btn00-lcap{
        font-size: 150%;
        text-align: center;
        float: right;
}}
@media screen and (max-width: 767.99px) {
.btn00 .btn00-lcap {
        font-size: 100%;
        width: 68%;
        text-align: center;
        margin: 2rem 0% 0rem 1%;
}}
@media screen and (max-width: 667.99px) {
.btn00 .btn00-lcap {
        font-size: 100%;
        width: 70%;
        text-align: center;
        margin: 1.2vh 1% 1rem 1%;
}}
@media screen and (max-width: 375.99px) {
.btn00 .btn00-lcap {
font-size: 88%;
        width: 60%;
        margin: 1.2vh 0% 1rem 1%;
}}







/* ///  BUTTON シンプル形　/////////　*/
.button_all{
margin: 6vh 5% 8vh;
    text-align: center;
    padding: 0;
    width: 90% !important;
    max-width: 780px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 23.5em);
    top: calc(93% - 31%);}
@media screen and (max-width: 1024.99px) {
.button_all{
    width: 100% !important;
    margin: 6vh auto 0rem;
}}
@media screen and (max-width: 959.99px) {
.button_all{
    width: 60% !important;
    margin: 6vh auto 0rem;
}}
@media screen and (max-width: 767.99px) {
.button_all{
    width: 90%!important;
    margin: 0rem auto 0rem;
}}

@media screen and (max-width: 595.99px) {
.button_all{
        width: 98% !important;
        margin: 0vh auto 0rem;
        position: absolute;
        bottom: 0;
        padding-bottom: 1vh;
}}


.button_all .capname {
    margin: 2rem auto 0;
    width: 100%;
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    filter: drop-shadow(1px 2px 5px #ffffff);;
    animation: changehover0 3.2s ease infinite ;}
@media screen and (max-width: 767.99px) {
.button_all .capname {
font-size: 86%;
    font-feature-settings: "palt";
}}


@keyframes changehover0  {
  0% {opacity: 1; color: #4d4d4d;scale:1.0;}
  70% {opacity: 1; color: #4d4d4d;scale:1.0;}
  86% {opacity: 1; color: #ffe8aa;scale:1.04;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}


 .button_all a{
    text-decoration: none;
}

.button_all :hover{
    animation: changehover 2s ease;
}

@keyframes changehover  {
  40% {opacity: 1; color: #F8B500;scale:1.02;}
  80% {opacity: 1;color: #4d4d4d;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}


.button{
    position: relative;
    margin: 0.5rem 5% 1rem;
    padding: 0rem 4vw;
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    background: #71bd43;
    background: linear-gradient(to bottom, #71bd43 0%, #326d0c 100%);
    text-decoration: none;
    color: #333;
    text-align: center;
    border-radius: 20rem;
    width: 90%;
    transition: 0.8s ease all;
    outline: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;}
@media screen and (max-width: 767.99px) {
.button{
    font-size: 100%;
    width: 90%;
    padding: 0.4rem 1%;
}}



.button::after{
    top: calc(50% - 11%);
        right: 3.5%;
        content: "";
        color: #fff;
        position: absolute;
        width: 18px;
        height: 18px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);}
@media screen and (max-width: 767.99px) {
.button::after{
top: calc(50% - 12.5%);
        right: 4%;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
}}





.button-cap {
    width: 14%;
    margin: 1rem 1%;
        padding: 0rem;
    position: absolute;
    left: 2%;}
@media screen and (max-width: 768.99px) {
.button-cap {
width: 10%;
    left: 1%;
}}


.button-cap img{
    width: 100%;
    height: auto;
}



.button-cap2{
    width: 10%;
    margin: 0;
    position: absolute;
    left: 2%;
    bottom: calc(50% - 2em);
}
@media screen and (max-width: 767.99px) {
.button-cap2 {
    width: 10%;
    margin: 0;
    top: calc(50% - 1.1em);
}}
.button-cap2 img{
    width: 100%;
    height: auto;
}


.button-cap a:hover {
    opacity:1!important;
  /*transform: rotate(360deg);
    transition: all .5s ease-out;
*/
}




.button-lcap {
    width: 100%;
    padding: 2rem 2vw;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    /* vertical-align: middle; */
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    /* z-index: 100; */
    /* filter: drop-shadow(0.5px 2px 1px #55555530); */
    flex-wrap: wrap;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";}
@media screen and (max-width: 844.99px) {
.button-lcap {
        font-size: 150%;
        text-align: center;
        float: right;
}}
@media screen and (max-width: 767.99px) {
.button-lcap {
        font-size: 82%;
        width: 100%;
        text-align: center;
        margin: 0 0% 0rem 1%;
        letter-spacing: -0.05rem;
        padding: 1rem 2vw;
}}

/*
.button-lcap:hover {
    color: #ffeb3b!important;
}
 */


.button-scap {
    margin: 0rem auto 1rem;
    width: 100%;
    font-size: 86%;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: sticky;}
@media screen and (max-width: 767.99px) {
.button-scap {
    font-size: 72%;    
    padding: 0 0% 0 1em;
}}



.buttonhuman-p{
    width: 14%;
    /* margin-right: 3%; */
    /* height: 140px; */
    /* object-fit: cover; */
    /* object-fit: contain; */
    position: absolute;
    right: 8%;
    bottom: 0;}
@media screen and (max-width: 767.99px) {
.buttonhuman-p{
        width: 18%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: calc(50% - 2.8em);
        right: 2%;
}}
@media screen and (max-width: 618.99px) {
.buttonhuman-p{
width: 23%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: 0;
        right: 2%;
}}

@media screen and (max-width: 515.99px) {
.buttonhuman-p{
width: 27%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: 0;
        right: 2%;
}}
@media screen and (max-width: 418.99px) {
.buttonhuman-p{
width: 30%;
        margin: -2.6em 0% 0rem 60%;
        padding-left: 1.5em;
        position: absolute;
        bottom: 0;
        right: 2%;
}}




.btnunder-cap {
    width: 70%;
    /* margin: 0rem 20% 2rem 32%; */
    bottom: 1rem;
padding: 2rem 1vw;
    font-size: 1.6rem;
    font-weight: bold;
    /* background: #ffff; */
    /* border-radius: 3rem; */
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    z-index: 100;}
@media screen and (max-width: 767.99px) {
.btnunder-cap {
font-size: 74%;
        width: 100%;
        padding: 1rem 4% 1rem;
        line-height: 1.1;
        font-weight: normal;
        text-indent: -1.25em;
        font-feature-settings: "palt";
        position: initial;
        color: #fff;
        background: none;
        letter-spacing: -0.1px;
}}


.btnunder-cap:hover {
    color: #ffeb3b!important;
}
.btnunder-cap span:hover {
    color: ##ffeb3b;
    animation:blink 1.25s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0.6;}
    100% {opacity:1;}
}


.buttonhuman-p img{
    width:100%;
}





/*--------------------
btn
---------------------*/

.btn-eria_all {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 3rem;
    width: 100%;
    background: #124163 ; 
    background: linear-gradient(to top, #124163 0%, #124163 50%,#002b4c 100% );
   }

.btn-eria_all .btn-eria {
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
  }


.block_btn {
    text-align: center;
    margin: 1rem auto; 
    font-weight: bold;
    width: 50%;}
@media screen and (max-width: 767.99px) {
.btn-eria_all .btn-eria .block_btn{
    width: inherit!important;
}}



.btn_link{
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    padding: 1.8rem 40px;
    font-size: 2rem;
    font-weight: bold;
    /*font-family: serif;*/
    /*letter-spacing: 0.06em;*/
    font-feature-settings: "palt";
    border: 1px solid #f68800;
    background: #f68800 ; 
    background: linear-gradient(to bottom, #ffeeb3 0%,#ffd028 100% );

    text-decoration: none;
    color: #333333;
    text-align: center;
    border-radius: 0.6rem;
    width: 90%;
    /*transition: 1s;*/}
@media screen and (max-width: 959.99px) {
.btn_link{
    font-size: 120%;
    padding: 1.4rem 10%;
    width: 100%;
    }}


.btn_link:after {
    position: absolute;
    top: calc(50% - 0.6em);
    right: 15px;
    content: ">"; 
}

.btn_link:hover{
    animation: changecolor 3s ease;
}

@keyframes changecolor  {
  0% {opacity: 1; color: #F8B500;scale: 1.0;/*transform: translateY(30px);*/}
  40% {opacity: 1; color: #F8B500;scale:1.04;}
  80% {opacity: 1;color: #4d4d4d;scale:1.0;}
  100% {opacity: 1;color: #4d4d4d;scale:1.0;}
}




/*--------------------
btn_minilink
---------------------*/

.btn_minilink {
    position: relative;
    display: inline-block;
    margin: 0 2% 1rem 45%;
    padding: 0.6rem 60px;
    font-size: 1.8rem;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    color: #71bd43;
    text-align: center;
    border: 1px solid #71bd43;
    border-radius: 1.75rem;
    width: 50%;
    transition: 0.5s;
}
  @media screen and (max-width: 797.99px) {
.btn_minilink {
    margin: 1rem 4% 1rem;
    padding: 0.8rem 60px;
    font-size: 120%;
    border-radius: 3rem;
    }}


.btn_minilink:after {
    position: absolute;
    top: calc(50% - 0.9em);
    right: 4%;
    content: ">";
    }

.btn_minilink:hover {
    color: #71bd43;
    background:#71bd4320;
    text-decoration: none;
    border: 1px solid #71bd43;
     }




/*--------------------
btn_minilink 2カラム
---------------------*/

.btn_minilink2 {
    position: relative;
    margin:  0.5rem 2%;
    padding: 0.8rem 1.5vw;
    font-size: 100%;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    color: #71bd43;
    text-align: center;
    border: 1px solid #71bd43;
    border-radius: 3rem;
    width: 46%;
    display: flex;
    justify-content: center;
    transition: 0.5s;}
  @media screen and (max-width: 959.99px) {
.btn_minilink2 {
    font-size: 49%;
}}
  @media screen and (max-width: 797.99px) {
.btn_minilink2 {
    margin: 0.5rem 2% 0;
    padding: 0.5rem 1vw;
    font-size: 80%;
    border-radius: 3rem;
    width: 96%;
    text-align: center;
    justify-content: center;
}}

.btn_minilink2 a {
    display:block;
    text-decoration:none;
}

.btn_minilink2:after {
    content: "";
        position: absolute;
        top: calc(50% - 0.35em);
        right: 5%;
        width: 11px;
        height: 11px;
        border-top: 1px solid #71bd43;
        border-right: 1px solid #71bd43;
        -webkit-transform: rotate(45deg);
    }

.btn_minilink2:hover {
    color: #316512;
    background:#31651220;
    text-decoration: none;
    border: 1px solid #316512;
     }


















/*--------------------
hyo
---------------------*/

table{
    border-collapse: collapse;
    border-spacing: 0;
    /*display: inline-table;*/
    table-layout: fixed;
    width: 96%;
    display: flex;
    margin: 0 2% 1rem;}
@media screen and (max-width: 767.99px) {
table{
    display: inline-flex;
    align-items: center;;
    width: 100%;
    display: flex;
    margin: 0 auto 1rem;
    }}



table tr:last-child{
    border-bottom:solid 1px #ddd;
}

table th{
    text-align: center;
    padding: 10px 0;
    /*border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;*/
}

table th:nth-child(1){
background-color: #769d5b; /* 859d75*/
}

table th:nth-child(3){
    background-color:#f5b932;
    color: white;
}

table tr:nth-child(1) td{　/* 上見出し */
    font-size: 1.5rem;
}
table tr:nth-child(2) td{　/* 中面 */
    font-size: 1.6rem;
}

table td{
    text-align: center;
    padding: 7px 0;
    border-right:solid 1px #ddd;
    border-left:solid 1px #ddd;
    /*width: 155px;*/
}

 td:first-child { /* 左見出し */
    width: 28%!important;
}

table td a{
    background-color: #25b327;
    color: white;
    padding:5px 20px;
    border-radius: 30px;
    font-weight: bold;
}

table .popular{
    width: 180px;
}

table th.popular{
    position: relative;
}

table th.popular span.no1{
    position: absolute;
    top: -10px;
    left:calc(50% - 30px);
    background: #bdcc28;
    width: 60px;
    font-size: 10px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}

table th.popular span.inner{
    position: absolute;
    color:white;
    background-color: #f34955;
    left: 0;
    bottom: 0;
    display: block;
    width: 180px;
    padding: 10px 0;
}



/* ※なし注記 */
.t_tyuki {
    margin: 0rem auto 1rem;
    width: 100%;
    font-size: 86%;
    text-align: left;
    line-height: 1.4;
}

.tc_tyuki {
    margin: 0.5rem auto 1rem;
    width: 100%;
    font-size: 80%;
    text-align: center;
    line-height: 1.4;
}

/* ※注記 */
.tt_tyuki {
    margin: 0rem auto 1rem;
    width: 100%;
    font-size: 90%;
    text-align: left;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;}









/* ///// QA ////// */


.cp_qa {
  margin: 0 auto;
    margin: 0 auto;
    width: 900px;
}

.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.cp_qa .cp_actab {
  padding: 10px;
  border-bottom: 1px dotted #cccccc;
}

/*質問テキスト*/
.cp_qa label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 116%;
  width: calc(100% - 70px);
  margin: 0 0 0 50px;
  padding: 5px;
  cursor: pointer;}
@media screen and (max-width: 766.99px) {
.cp_qa label {
  width: calc(100% - 60px);
}}



/*＋アイコン*/
.cp_qa label::before {
    position: absolute;
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 160%;
    font-weight: bold;
    margin-left: -50px;
    padding: 0 0 0 0;
    transition: 0.4s ease;
    color: #71bd43;
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ label::before {
  transform: rotate(45deg);
}

/*答えテキスト*/
.cp_qa .cp_actab-content {
    font-size: 1.8rem;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 40px 1rem;
    padding: 0 14px;
    transition: 0.4s ease;
    opacity: 0;
    background: #fff;
    border-radius: 1rem;
    font-size: 1.7rem;
    text-align:left;
    filter: drop-shadow(0.5px 4px 4px #55555520);}
@media screen and (max-width: 766.99px) {
.cp_qa .cp_actab-content {
    font-size: 74%;
    line-height: 1.3;
    margin: 0px 2% 1em 50px;
}}


.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}



.cp_qa label .cp_qa-title{
    width: 83%;
    padding: 0.6rem;
    margin: 0% auto;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 600;
    color: #3d5132;
    text-align: left;
    font-feature-settings: "palt";}
@media screen and (max-width: 766.99px) {
.cp_qa label .cp_qa-title{
    width: 100%;
    font-size: 74%;
    line-height: 1.3;
    padding: 0 0 0.5rem;
}}


.cp_qa label .cp_qa-name{
    width: 13%;
    padding: 0.6rem;
    margin: 0% 2%;
    font-size: 62%;
    line-height: 1.4;
    font-weight: bold;
    color: #3d5132;
    text-align: center;}
@media screen and (max-width: 766.99px) {
.cp_qa label .cp_qa-name{
    width: 96%;
    padding: 0;
    margin: 0% 2%;
    font-size: 70%;
    text-align: right;
}}


.cp_qa-ic {
    width: 80%;
    margin: 0 5% 0.5rem;}
@media screen and (max-width: 766.99px) {
.cp_qa-ic {
width: 14%;
    margin: 0 2% 0.5rem;
}}
.cp_qa-ic img {width: 100%;}





/* ////////NEWS  ////////////////////////  */

.news_all {
    padding: 4em 0 2em;
    margin: 0 auto 1em;
    width: 80%;
    max-width: 1100px;
    color: #6FBA2C;
    text-align: center;
    background: #00000080;
    background: linear-gradient(transparent 15%, rgb(0 0 0 / 70%) 20%);}
 @media screen and (max-width: 767.99px) {
.news_all {
font-size: 100%;
        padding: 2em 0 3em;
    margin: 0 auto 1em;
    width: 100%;
  background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 0.7) 80%, rgba(255, 255, 255, 0));

}}


.news_all  .newstoptitle{
    width: 100%;
    margin: 1em auto;
    color: #fff;
    font-family: serif;
    font-size: 3.2rem;
    opacity: 1;}
 @media screen and (max-width: 767.99px) {
.news_all  .newstoptitle{
font-size: 116%;
}}

.news_all  .newstopcap{
    width: 100%;
    margin: 2em auto 0rem;
    color: #fff;
    font-family: serif;
    font-size: 2.8rem;
}


.news_all .news_list {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom:2em;

    position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;}
 @media screen and (max-width: 767.99px) {
.news_all .news_list {
    margin: 0 4%;
    width: 94%;
}}



.news_all .news_item {
    padding: 1rem 2%;
    border-top: 1px solid #fff;
    text-align: center;
    float: left;
    width: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 0.7) 80%, rgba(255, 255, 255, 0));}
   @media screen and (max-width: 767.99px) {
.news_all .news_item {
    padding: 1rem 4vw 1.5rem 1vw;
}}

.news_all .news_item:last-child {
    border-bottom: 1px solid #fff; }

.news_all .news_item a {
    color: #fff;
    text-decoration: none; 
    position:relative;
    display:block;
}

.news_all .news_item a:hover {
    color: #6FBA2C;
    text-decoration: none; 
}

.news_all .news_item a:after {
    content: "";
        position: absolute;
        bottom: calc(0% - 0.35em);
        right: -3%;
        width: 11px;
        height: 11px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);}
 @media screen and (max-width: 767.99px) {
.news_all .news_item a:after {
    bottom: calc(0% - 0.3em);
        right: -5%;
}}

.news_all .news_item dl {
font-size: 1.8rem;
    margin-left: 10%;
    display: contents;}
 @media screen and (max-width: 767.99px) {
.news_all .news_item dl {
font-size: 80%;
}}


.news_all .news_item dt {
    display: inline-block;
    margin: 0.5rem 0 0 0;
     }

.news_all .news_item dd {
display: inline-block;
    margin: 0.7rem 1rem;
    float: left;
     }

.news_all .news_item .date {
    font-size: 1.5rem;
    margin: 0.5rem 0 0 0;
    float: left;
    width: 15%;}
 @media screen and (max-width: 767.99px) {
.news_all .news_item .date {
    width: 28%;
}}

.news_all .news_item .cate {
    padding: 0.25em 0.5em;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
     }

.news_all .news_item .cate_news {
    background: #6FBA2C;
    vertical-align: text-top;
    width: 11%;
    margin: 0 1%; }
 @media screen and (max-width: 767.99px) {
.news_all .news_item .cate_news {
    width: 22%;
}}

.news_all .news_item .txt {
    line-height: 1.4;
        width: 70%;
        float: right;
        text-align: left;
        margin: 0 2% 0 0;
        font-size: 92%;
        color: #fff;
        padding: 0 0 0.5rem;}
 @media screen and (max-width: 767.99px) {
.news_all .news_item .txt {
    width: 96%;
    font-size: 86%;
    margin-top: 0.5rem;
}}

