@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .home .OpeningWrap {
    height: 420px;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .home .OpeningWrap:before {
    content: "";
    background: url(../images/top/slide/mask_smp.png);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home .OpeningWrap .Opening {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 420px;
    overflow: hidden;
    z-index: 0 !important;
  }
  .home .OpeningWrap .Opening:before {
    display: none;
  }
  .home .OpeningWrap .Opening:after {
    content: "";
    background: url(../images/top/slide/parts.png);
    width: 2600px;
    height: 522px;
    z-index: 1;
    position: absolute;
    top: 380px;
    left: 50%;
    margin-left: -1300px;
  }
  .home .OpeningWrap .Opening ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .home .OpeningWrap .Opening ul li img {
    width: 440px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
  }
  .home .OpeningCatch {
    width: 220px;
    height: 275px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -110px;
    z-index: 10;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home .OpeningCatch img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
  }
  .home .sec.no1 {
    text-align: center;
    position: relative;
    z-index: 10;
    padding-top: 50px;
  }
  .home .sec.no1:before {
    content: "";
    width: 100px;
    height: 150px;
    background: url(../images/top/sec1/logo.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -50px;
  }
  .home .sec.no1 .catch {
    font-size: 5vw;
    color: #636363;
  }
  .home .sec.no1 .expl {
    font-size: 3.4vw !important;
    line-height: 2;
    padding-bottom: 0 !important;
    text-align: left;
  }
  .home .sec.no1 .expl br {
    display: none;
  }
  .home .sec.no1 .secIn:before {
    content: "";
    width: 243px;
    height: 289px;
    background: url(../images/top/sec1/parts_l.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -570px;
  }
  .home .sec.no1 .secIn:after {
    content: "";
    width: 243px;
    height: 289px;
    background: url(../images/top/sec1/parts_r.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -570px;
  }
  .home .sec.no1 .img1 {
    position: absolute;
    top: -163px;
    left: 50%;
    margin-left: -534px;
  }
  .home .sec.no1 .img2 {
    position: absolute;
    top: 212px;
    right: 50%;
    margin-right: -620px;
  }
  .home .sec.no2 {
    margin-top: 40px;
  }
  .home .sec.no2 .bl.no1 ul {
    width: 100%;
    margin: 0 auto;
  }
  .home .sec.no2 .bl.no1 li {
    display: block;
    float: none;
    margin-right: 0;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dotted;
  }
  .home .sec.no2 .bl.no1 li:last-child {
    margin-right: 0px;
  }
  .home .sec.no2 .bl.no1 li .pic {
    width: 20%;
    height: 20%;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 4px #8cc220 solid;
  }
  .home .sec.no2 .bl.no1 li .picIn {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 2px #fff solid;
    overflow: hidden;
  }
  .home .sec.no2 .bl.no1 li .pic img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .home .sec.no2 .bl.no1 li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
  }
  .home .sec.no2 .bl.no1 li .txt {
    background: none;
    width: 70%;
    height: initial;
    padding-left: 30px;
    line-height: initial;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home .sec.no2 .bl.no1 li .txt:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #8db440;
    border-right: solid 2px #8db440;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    position: absolute;
    top: 50%;
    left: initial;
    right: 0;
    margin-top: -4px;
  }
  .home .sec.no2 .bl.no1 li .txt span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 4vw;
    position: relative;
  }
  .home .sec.no2 .bl.no1 li .txt span:before {
    display: none;
  }
  .home .sec.no2 .bl.no1 li:hover .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .home .sec.no2 .bl.no2 {
    margin-top: 30px;
    position: relative;
  }
  .home .sec.no2 .bl.no2 dl {
    margin: 0 auto;
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    /*  background: url(../images/top/sec2/bg_info.png) no-repeat;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .home .sec.no2 .bl.no2 dt {
    display: block;
    width: 100%;
    background-color: #eb6aa3;
    text-align: center;
    vertical-align: middle;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    padding: 5px 0;
  }
  .home .sec.no2 .bl.no2 dt span {
    color: #fff;
    font-size: 4vw;
  }
  .home .sec.no2 .bl.no2 dd {
    display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home .sec.no2 .bl.no2 .kiji {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 3.5vw;
    border-bottom: 1px #ccc dotted;
  }
  .home .sec.no2 .bl.no2 .kiji:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .home .sec.no2 .bl.no2 dd span {
    margin-right: 0px;
    display: block;
  }
  .home .sec.no2 .bl.no2 .icon {
    position: relative;
    top: -6px;
    left: 0px;
  }
  .home .sec.no2 .bl.no2 .more {
    display: none;
  }
  .home .sec.no3 {
    margin-top: 70px;
    height: initial;
    background: none;
    position: relative;
  }
  .home .sec.no3:after {
    display: none;
    content: "";
    width: 2600px;
    height: 174px;
    background: url(../images/top/sec3/bg_footer.jpg) no-repeat center 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1300px;
  }
  .home .sec.no3 .onstage {
    display: none;
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
  .home .sec.no3 .onstage .parts {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .home .sec.no3 .onstage .pic {
    width: 400px;
    height: 270px;
    background-color: #fff;
    border-radius: 20px;
    border: 5px #d1be79 solid;
    padding: 5px;
  }
  .home .sec.no3 .onstage .pic .picIn {
    overflow: visible;
    height: initial;
    border-radius: 0px;
  }
  .home .sec.no3 .onstage .pic img {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0px;
  }
  .home .sec.no3 .onstage .fukidashi {
    width: 250px;
    background-color: #ffff99;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    top: -30px;
    right: -220px;
  }
  .home .sec.no3 .onstage .fukidashi:before {
    content: "";
    width: 19px;
    height: 16px;
    background: url(../images/top/sec3/parts_fukidashi.png) no-repeat;
    position: absolute;
    top: 110px;
    left: -19px;
  }
  .home .sec.no3 .onstage .fukidashi .fukidashiIn {
    padding: 20px;
  }
  .home .sec.no3 .onstage .fukidashi .txt1 {
    font-size: 14px;
    color: #f6ab00;
  }
  .home .sec.no3 .onstage .fukidashi .txt2 {
    font-size: 16px;
    font-weight: bold;
    color: #330000;
    line-height: 1.3;
  }
  .home .sec.no3 .onstage .fukidashi .txt3 {
    font-size: 14px;
    color: #330000;
    line-height: 1.3;
    margin-top: 5px;
  }
  .home .sec.no3 .onstage .fukidashi .txt4 {
    text-align: right;
  }
  .home .sec.no3 .onstage .fukidashi .txt4 a {
    font-size: 14px;
    color: #330000;
    position: relative;
  }
  .home .sec.no3 .onstage .fukidashi .txt4 a:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #330000;
    border-right: solid 1px #330000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -2px;
  }
  .home .sec.no3 .bn_schedule {
    display: none;
    position: relative;
    top: 0;
    right: 0px;
    z-index: 10;
  }
  .home .sec.no3 .bn_schedule img {
    width: 100%;
    height: auto;
  }
  .home .sec.no3 .bn_schedule .txt {
    position: absolute;
    top: 33px;
    left: 204px;
    color: #482918;
  }
  .home .sec.no3 .bn_schedule .txt1 {
    font-size: 30px;
  }
  .home .sec.no3 .bn_schedule .txt1:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #330000;
    border-right: solid 2px #330000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.4;
    position: absolute;
    top: 50%;
    right: 125px;
    margin-top: -2px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .home .sec.no3 .bn_schedule .txt2 {
    font-size: 13px;
  }
  .home .sec.no3 .bn_schedule a:hover .txt1:before {
    right: 115px;
  }
  .home .sec.diary {
    position: relative;
    top: -15px;
  }
  .home .sec.diary h3 {
    font-size: 6vw;
    /*color:#858484;*/
    color: #482918;
    line-height: 0.8;
    text-align: center;
  }
  .home .sec.diary h3 span {
    font-size: 3vw;
    /*  color: #cecece;*/
    color: #482918;
    position: relative;
  }
  .home .sec.diary h3 span:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #8cc220;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -15px;
  }
  .home .sec.diary ul {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .home .sec.diary li {
    display: inline;
    float: none;
    width: calc(50% - 10px);
    height: initial;
    margin-right: 0px;
  }
  .home .sec.diary li:nth-child(4n) {
    margin-right: 0px;
  }
  .home .sec.diary li .pic img {
    width: 100%;
    height: auto;
  }
  .home .sec.diary li .txt {
    padding-top: 5px;
  }
  .home .sec.diary li .txt .cat {
    background-color: #f6ab00;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
  }
  .home .sec.diary li .txt1 {
    line-height: 1.4;
    margin-top: 5px;
  }
  .home .sec.diary li .txt1 a {
    font-size: 3.5vw;
    color: #000;
    text-decoration: none;
  }
  .home .sec.diary li .txt1 a:hover {
    text-decoration: underline;
  }
  .home .sec.diary li .txt2 {
    margin-top: 5px;
    border-top: 1px #ccc solid;
    padding-top: 8px;
    position: relative;
    font-size: 3vw;
  }
  .home .sec.diary li .txt2 .date {
    color: #f6ab00;
  }
  .home .sec.diary li .txt2 a {
    display: none;
  }
  .home .sec.diary .img1 {
    position: absolute;
    top: -20px;
    left: 10%;
    width: 20%;
    height: auto;
  }
  .home .sec.diary .img2 {
    display: none;
  }
  .home .sec.diary .btn_default {
    margin-top: 0px;
  }
  .home .sec.diary .btn_default a {
    padding: 10px 0px 10px 20px !important;
  }

  .about.rinen #contents .sec.no1 .bl.no1 {
    float: none;
    width: 100%;
  }
  .about.rinen #contents .sec.no1 .bl.no1 .catch {
    font-size: 4vw;
    text-align: center;
  }
  .about.rinen #contents .sec.no1 .bl.no1 .expl {
    padding: 20px 30px;
    background-color: #fbfbfb;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
  }
  .about.rinen #contents .sec.no1 .bl.no1 .expl img {
    float: right;
    width: 40%;
    height: auto;
    margin: 5px 0px 0px 20px !important;
  }
  .about.rinen #contents .sec.no1 .bl.no1 .expl p.name {
    display: none;
  }
  .about.rinen #contents .sec.no1 .bl.no2 {
    display: none;
    float: none;
    width: 100%;
    margin-top: 0px;
  }
  .about.rinen #contents .sec.no1 .bl.no2 img {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 0px 0px #e6e5e4;
    -moz-box-shadow: 2px 2px 0px 0px #e6e5e4;
    -webkit-box-shadow: 2px 2px 0px 0px #e6e5e4;
  }
  .about.rinen #contents .sec.no2 .expl {
    padding-top: 0 !important;
  }
  .about.rinen #contents .sec.no2 ul.circle li:before {
    color: #cec2a9;
  }
  .about.history #contents .sec.no1 h3 {
    margin-bottom: 10px;
  }
  .about.history #contents .sec.no1 dl {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .about.history #contents .sec.no1 dl:nth-child(2n) {
    background-color: #fbfbfb;
  }
  .about.history #contents .sec.no1 dt {
    display: block;
    width: 100%;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about.history #contents .sec.no1 dd {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.2vw;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about.history #contents .sec.no1 .txt_green a {
    padding: 3px 15px 3px 25px;
    color: #fff;
    text-decoration: none;
    background-color: #85b91e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    position: relative;
    margin-left: 10px;
  }
  .about.history #contents .sec.no1 .txt_green a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 8px;
    left: 13px;
  }
  .about.history #contents .sec.no1 .txt_green a:hover {
    background-color: #f7ff50;
    color: #4e1e1e;
  }
  .about.history #contents .sec.no1 .txt_green a:hover:before {
    border-color: transparent transparent transparent #4e1e1e;
  }
  .about.history #contents #sec2 {
    padding-top: 30px;
    margin-top: -30px;
  }
  .about.history #contents #sec2 .expl img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0 !important;
  }
  .about.facility #contents .sec .hdimg {
    margin-bottom: 30px;
    position: relative;
  }
  .about.facility #contents .sec .hdimg img {
    width: 100%;
    height: auto;
  }
  .about.facility #contents .sec .hdimg .img2 {
    position: relatvie;
    top: 0px;
    right: 0px;
  }
  .about.facility #contents .sec .hdimg p {
    position: absolute;
    bottom: -27px;
    right: 208px;
    font-size: 14px;
  }
  .about.facility #contents .sec .txt {
    float: none;
    width: 100%;
  }
  .about.facility #contents .sec .txt .catch {
    font-size: 5vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
  }
  .about.facility #contents .sec .txt .expl {
    padding-top: 20px;
    padding-left: 0;
  }
  .about.facility #contents .sec .pic {
    float: none;
    width: 100%;
    padding-top: 0px;
  }
  .about.facility #contents .sec .pic img {
    width: 100%;
    height: auto;
  }
  .about.facility #contents .sec .pic p {
    text-align: center;
    padding-top: 15px;
    font-size: 3.5vw;
  }
  .about.facility #contents .sec .pic p span {
    font-size: 5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .about.facility #contents .sec .col2 .txt {
    float: none;
  }
  .about.facility #contents .sec .col2 .pic {
    float: none;
  }
  .about.facility #contents .sec.no1 .secIn {
    padding-bottom: 30px;
  }
  .about.facility #contents .sec.no1 .hdimg .bl div {
    float: none;
    position: relative;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .about.facility #contents .sec.no1 .hdimg .bl.no2 {
    display: block;
  }
  .about.facility #contents .sec.no1 .hdimg .bl.no2 div {
    width: 100%;
  }
  .about.facility #contents .sec.no1 .hdimg .bl.no2 div img {
    width: 100%;
    height: auto;
  }
  .about.facility #contents .sec.no1 .hdimg .bl.no2 div:last-child {
    margin-right: 0px;
    width: 100%;
    overflow: hidden;
  }
  .about.facility #contents .sec.no1 .hdimg div p {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 3.5vw;
    text-align: center;
    background-color: rgba(1, 1, 1, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .about.facility #contents .sec.no2 .md {
    font-size: 6vw;
    color: #351515;
    width: 250px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
  }
  .about.facility #contents .sec.no2 .pic {
    padding-top: 0px;
  }
  .about.facility #contents .sec.no2 .pic img {
    width: 100%;
    height: auto;
  }
  .about.facility #contents .sec.no2 .secIn {
    top: -110px;
    padding-bottom: 30px;
  }
  .about.facility #contents .sec.no8 {
    padding-bottom: 150px;
  }
  .about.facility #contents .sec.no10 .md {
    font-size: 6vw;
    color: #637f72;
    width: 250px;
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
  }
  .about.facility #contents .sec.no10 .bl.no1 {
    margin-top: -10px;
  }
  .about.facility #contents .sec.no10 .bl.no1 ul {
    margin-top: -50px;
  }
  .about.facility #contents .sec.no10 .bl.no1 li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .about.facility #contents .sec.no10 .bl.no1 li img {
    width: 100%;
    height: auto;
  }
  .about.facility #contents .sec.no10 .bl.no1 li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .about.facility #contents .sec.no10 .bl.no1 li p {
    padding-top: 10px;
    text-align: center;
  }
  .about.facility #contents .sec.no10 .bl.no2 {
    padding-top: 30px;
  }
  .about.facility #contents .sec.no10 .bl.no2 h3 {
    margin-bottom: 10px;
  }
  .about.facility #contents .sec.no10 .bl.no2 .mass {
    padding-bottom: 40px;
  }
  .about.facility #contents .sec.no10 .bl.no2 .mass:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .about.facility #contents .sec.no10 .bl.no2 .txt {
    width: 100%;
  }
  .about.facility #contents .sec.no10 .bl.no2 h4 {
    width: 100%;
    padding: 5px 5% 5px 4%;
    font-size: 3.7vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #7aaf31;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
  }
  .about.facility #contents .sec.no10 .bl.no2 h5 {
    width: 100%;
    padding: 5px 5% 5px 15px;
    font-size: 3.5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-left: 5px #7aaf31 solid;
    margin-bottom: 15px;
  }
  .about.facility #contents .sec.no10 .bl.no2 .catch {
    font-size: 4vw;
  }
  .about.facility #contents .sec.no10 .bl.no2 .expl {
    padding-top: 10px;
  }
  .about.facility #contents .hyo_sub .staff-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    margin: 0;
    padding: 0;
    border: none;
  }
  .about.facility #contents .hyo_sub .staff-list dt,
  .about.facility #contents .hyo_sub .staff-list dd {
    margin: 0;
    font-size: 3.5vw;
    border: none;
  }
  .about.facility #contents .hyo_sub .staff-list dt {
    width: 50%;
    padding: 0;
    background: none;
    color: #333;
    text-align: left;
  }
  .about.facility #contents .hyo_sub .staff-list dd {
    width: 50%;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }
  .about.facility #contents .hyo_sub2 table {
    border: 1px #f4f4f4 solid;
  }
  .about.facility #contents .hyo_sub2 th {
    width: initial !important;
    border: 1px #f4f4f4 solid !important;
    background-color: #8ebaae !important;
    padding: 5px 0 !important;
    font-size: 14px !important;
  }
  .about.facility #contents .hyo_sub2 td {
    width: initial !important;
    border: 1px #f4f4f4 solid !important;
    background-color: #fff !important;
    text-align: center !important;
    padding: 5px 0px !important;
    font-size: 14px !important;
  }
  .about.facility #contents .hyo_sub2 .col1 td {
    background-color: #fcfaec !important;
  }
  .about.project #contents .sec .pic {
    float: right;
    padding-top: 10px;
  }
  .about.project #contents .sec .txt {
    float: left;
    width: 560px;
  }
  .about.project #contents .sec.t2 .pic {
    float: left;
  }
  .about.project #contents .sec.t2 .txt {
    float: right;
  }
  .about.project #contents .sec .expl {
    padding: 15px 0 0 0;
  }
  .about.project #contents .sec.no1 .catch {
    font-size: 20px;
    padding-bottom: 65px;
  }
  .about.project #contents .sec.no2 .subNavi {
    width: 938px;
    position: absolute;
    top: -233px;
    left: 50%;
    margin-left: -469px;
  }
  .about.project #contents .sec.no2 .subNavi li {
    float: left;
    margin-right: 50px;
  }
  .about.project #contents .sec.no2 .subNavi li:last-child {
    margin-right: 0px;
  }
  .about.project #contents .sec.no2 .subNavi li a {
    width: 177px;
    height: 177px;
    border-radius: 177px;
    -webkit-border-radius: 177px;
    -moz-border-radius: 177px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
    line-height: 1.5;
  }
  .about.project #contents .sec.no2 .subNavi li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
  }
  .about.project #contents .sec.no2 .secIn {
    padding-top: 109px;
  }
  .about.project #contents .sec.no2 .subNavi li.btn1 a {
    background-color: #a66b30;
    border: 8px #ddc8b3 solid;
  }
  .about.project #contents .sec.no2 .subNavi li.btn1 a:before {
    border-color: transparent transparent #ddc8b3 transparent;
  }
  .about.project #contents .sec.no2 .subNavi li.btn2 a {
    background-color: #85b91e;
    border: 8px #d2e4ad solid;
  }
  .about.project #contents .sec.no2 .subNavi li.btn2 a:before {
    border-color: transparent transparent #d2e4ad transparent;
  }
  .about.project #contents .sec.no2 .subNavi li.btn3 a {
    background-color: #29ada2;
    border: 8px #b1e0dc solid;
  }
  .about.project #contents .sec.no2 .subNavi li.btn3 a:before {
    border-color: transparent transparent #b1e0dc transparent;
  }
  .about.project #contents .sec.no2 .subNavi li.btn4 a {
    background-color: #a84b46;
    border: 8px #debcbb solid;
  }
  .about.project #contents .sec.no2 .subNavi li.btn4 a:before {
    border-color: transparent transparent #debcbb transparent;
  }
  .about.project #contents .sec.no2 .subNavi li a:hover {
    background-color: #faa226;
    border: 8px #fee7c6 solid;
  }
  .about.project #contents .sec.no2 .subNavi li a:hover:before {
    border-color: transparent transparent #fee7c6 transparent;
  }
  .about.project #contents #sec2 {
    padding-top: 10px;
    margin-top: -10px;
  }
  .about.project #contents #sec3,
  .about.project #contents #sec4,
  .about.project #contents #sec5 {
    padding-top: 180px;
    margin-top: -180px;
  }
  .about.kodomokai #contents .secIn {
    padding-bottom: 200px;
  }
  .about.kodomokai #contents .sec .hdimg {
    margin-bottom: 30px;
    position: relative;
  }
  .about.kodomokai #contents .sec .hdimg img {
    width: 100%;
    height: auto;
  }
  .about.kodomokai #contents .sec .hdimg .img2 {
    display: none;
    position: absolute;
    top: 111px;
    right: -22px;
  }
  .about.kodomokai #contents .sec .hdimg p {
    display: none;
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 3.5vw;
  }
  .about.kodomokai #contents .sec .expl {
    padding-top: 20px;
  }
  .about.access #contents .leaf {
    display: none !important;
  }
  .about.access #contents .sec iframe {
    width: 100%;
    height: 300px;
  }
  .about.access #contents .sec .btn_default {
    padding-top: 0px !important;
  }
  .about.access #contents .sec .btn_default a {
    background: none !important;
    background-color: #a69663 !important;
  }
  .about.access #contents .sec .btn_default a:hover {
    background-color: #ffff33 !important;
    color: #551515 !important;
  }

  .activity.event #contents .sec.no1 {
    padding-bottom: 180px;
    margin-top: 67px;
  }
  .activity.schedule #contents .sec.no1 {
    padding-bottom: 180px;
  }
  .activity.schedule #contents .sec.no1 .secIn .catch {
    font-size: 38px;
  }
  .activity.schedule #contents .sec.no1 .expl {
    font-size: 17px;
    padding-top: 20px;
  }
  .activity.schedule #contents .sec.no2 {
    padding-bottom: 150px;
  }
  .activity.schedule #contents .sec.no2 .md {
    font-size: 37px;
    color: #351515;
    width: 500px;
    position: absolute;
    top: -188px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
  }
  .activity.schedule #contents .sec.no2 ul {
    margin-bottom: 100px;
  }
  .activity.schedule #contents .sec.no2 li {
    padding: 20px 40px 20px 120px;
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .activity.schedule #contents .sec.no2 li:nth-child(2n+1) {
    background-color: #f5edd4;
  }
  .activity.schedule #contents .sec.no2 li span {
    color: #85b91e;
    display: block;
    width: 50px;
    text-align: right;
    position: absolute;
    top: 20px;
    left: 30px;
  }
  .activity.schedule #contents .sec.no2 img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .activity.schedule #contents .sec.no2 .img1 {
    top: 173px;
    left: 621px;
  }
  .activity.schedule #contents .sec.no2 .img2 {
    top: 443px;
    left: 900px;
  }
  .activity.schedule #contents .sec.no2 .img3 {
    top: 565px;
    left: 637px;
  }
  .activity.schedule #contents .sec.no2 .illust1 {
    top: -7px;
    left: 871px;
  }
  .activity.schedule #contents .sec.no2 .illust2 {
    top: 780px;
    left: -100px;
  }
  .activity.schedule #contents .sec.no2 .illust3 {
    top: 920px;
    left: 930px;
  }
  .activity.onstage #contents .sec.no1 {
    margin-top: 160px;
  }
  .activity.onstage #contents .btn_nextpage {
    margin-top: 100px;
  }
  .activity.onstage #contents .col_main {
    float: left;
    width: 783px;
  }
  .activity.onstage #contents .col_main .entry {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    margin-bottom: 50px;
    position: relative;
  }
  .activity.onstage #contents .col_main .entryIn {
    border: 1px #f8f8f8 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 60px 37px 30px 37px;
  }
  .activity.onstage #contents .col_main .entryIn .date {
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    font-size: 12px;
    color: #fff;
    background-color: #f6ab00;
    letter-spacing: 1px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 24px;
    left: -9px;
  }
  .activity.onstage #contents .col_main .entryIn .date:before {
    content: "";
    width: 9px;
    height: 9px;
    background: url(../images/activity/onstage/parts.png) no-repeat;
    position: absolute;
    bottom: -9px;
    left: 0;
  }
  .activity.onstage #contents .col_main .entryIn h3 {
    background-color: #f9f9f9;
    padding: 20px 30px;
    height: auto;
    line-height: normal;
  }
  .activity.onstage #contents .col_main .entryIn h3 span {
    font-size: 18px;
  }
  .activity.onstage #contents .col_main .entryIn h3:after,
  .activity.onstage #contents .col_main .entryIn h3 span:before {
    display: none;
  }
  .activity.onstage #contents .col_main .entryIn .expl {
    padding: 35px 5px;
  }
  .activity.onstage #contents .col_main .entryIn .expl img {
    margin-bottom: 20px;
    max-width: 680px;
    height: auto;
  }
  .activity.onstage #contents .col_side {
    float: right;
    width: 252px;
  }
  .activity.onstage #contents .col_side .col_sideIn {
    width: 252px;
    position: relative;
  }
  .activity.onstage #contents .col_side .md {
    background-color: #f6ab00;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .activity.onstage #contents .col_side ul {
    padding: 25px 7px;
  }
  .activity.onstage #contents .col_side li {
    position: relative;
    border-bottom: 1px #ccc dotted;
    padding-left: 75px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .activity.onstage #contents .col_side li img {
    border: 2px #fff solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .activity.onstage #contents .col_side li span {
    color: #f6ab00;
    font-size: 12px;
  }
  .activity.circle #contents .sec ul {
    padding-top: 10px;
  }
  .activity.circle #contents .sec.no1 {
    margin-top: 160px;
  }
  .activity.circle.list #contents .sec li {
    display: inline;
    float: left;
    text-align: center;
    height: 260px;
    margin-right: 40px;
  }
  .activity.circle.list #contents .sec li:nth-child(4n) {
    margin-right: 0px;
  }
  .activity.circle.list #contents .sec li a {
    text-decoration: none;
  }
  .activity.circle.list #contents .sec li p {
    padding-top: 10px;
    font-size: 18px;
  }
  .activity.circle.list #contents .sec li img {
    border: 5px #fff solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .activity.circle.detail #contents .sec h3 .cat {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
    top: -3px;
  }
  .activity.circle.detail #contents .sec h3 .cat:before {
    display: none;
  }
  .activity.circle.detail #contents .sec .img1 {
    width: 260px;
    height: 260px;
    border-radius: 260px;
    -webkit-border-radius: 260px;
    -moz-border-radius: 260px;
    position: absolute;
    top: -53px;
    right: -27px;
  }
  .activity.circle.detail #contents .sec .img1 img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px #fff solid;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .activity.circle.detail #contents .sec .gaiyo {
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 30px 0;
  }
  .activity.circle.detail #contents .sec.blue h3 .cat {
    background-color: #8ec1af;
  }
  .activity.circle.detail #contents .sec.pink h3 .cat {
    background-color: #85b91e;
  }
  .activity.circle.detail #contents .sec.brown h3 .cat {
    background-color: #85b91e;
  }
  .activity.circle.detail #contents .sec.brown .img1 {
    background-color: #ded8c5;
  }
  .activity.circle.detail #contents .sec.type.brown .hyo table {
    border: 1px #faf6e9 solid;
  }
  .activity.circle.detail #contents .sec.type.brown .hyo th {
    background-color: #b18962;
    border: 1px #faf6e9 solid;
  }
  .activity.circle.detail #contents .sec.type.brown .hyo td {
    background-color: #fff;
    border: 1px #faf6e9 solid;
  }
  .activity.circle.detail #contents .sec.blue h3 .cat,
  .activity.circle.detail #contents .sec.blue .img1 {
    background-color: #8ec1af;
  }
  .activity.circle.detail #contents .sec.type.blue .hyo table {
    border: 1px #e3f9ef solid;
  }
  .activity.circle.detail #contents .sec.type.blue .hyo th {
    background-color: #8ec1af;
    border: 1px #e3f9ef solid;
  }
  .activity.circle.detail #contents .sec.type.blue .hyo td {
    background-color: #fff;
    border: 1px #e3f9ef solid;
  }
  .activity.circle.detail #contents .sec.pink h3 .cat,
  .activity.circle.detail #contents .sec.pink .img1 {
    background-color: #ccaa94;
  }
  .activity.circle.detail #contents .sec.type.pink .hyo table {
    border: 1px #faece6 solid;
  }
  .activity.circle.detail #contents .sec.type.pink .hyo th {
    background-color: #ccaa94;
    border: 1px #faece6 solid;
  }
  .activity.circle.detail #contents .sec.type.pink .hyo td {
    background-color: #fff;
    border: 1px #faece6 solid;
  }
  .activity.graduate.list #contents .catch {
    font-size: 20px;
  }
  .activity.graduate #contents .sec.list .secIn {
    padding-bottom: 100px;
  }
  .activity.graduate #contents .sec.list li {
    display: inline;
    float: left;
    width: 350px;
    text-align: center;
    margin-right: 5px;
  }
  .activity.graduate #contents .sec.list li:last-child {
    margin-right: 0px;
  }
  .activity.graduate #contents .sec.list li img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px #fff solid;
  }
  .activity.graduate #contents .sec.list li a:hover img {
    border: 5px #85b91e solid;
  }
  .activity.graduate.mori #contents .sec.list li.bn1 img, .activity.graduate.mitsuda #contents .sec.list li.bn2 img, .activity.graduate.okada #contents .sec.list li.bn3 img {
    border: 5px #85b91e solid;
  }
  .activity.graduate #contents .sec.list li .txt1 {
    padding-top: 20px;
    font-size: 20px;
  }
  .activity.graduate #contents .sec.list li .txt1 span {
    font-size: 16px;
  }
  .activity.graduate #contents .sec.list li .txt2 {
    padding-top: 5px;
    font-size: 16px;
  }
  .activity.graduate.detail h2 .txt_title {
    width: 500px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 225px;
    left: 50%;
    margin-left: 0;
    z-index: 2;
  }
  .activity.graduate.detail.mitsuda h2 .txt_title {
    width: 650px;
    left: 50%;
    margin-left: -525px;
  }
  .activity.graduate.detail h2 .txt_titleIn {
    padding: 40px 0 0 50px;
  }
  .activity.graduate.detail h2 .txt_title .txt1 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 5px;
  }
  .activity.graduate.detail h2 .txt_title .txt2 {
    font-size: 40px;
    margin-top: 15px;
  }
  .activity.graduate.detail h2 .txt_title .txt2 .sub {
    font-size: 30px;
  }
  .activity.graduate.detail h2 .txt_title .txt2 .kana {
    font-size: 14px;
    margin-left: 50px;
    position: relative;
  }
  .activity.graduate.detail h2 .txt_title .txt2 .kana:before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 11px;
    left: -24px;
  }
  .activity.graduate.detail h2 .txt_title .txt2 .kana:after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 11px;
    right: -24px;
  }
  .activity.graduate.detail h2 .txt_title .txt3 {
    font-size: 16px;
    position: relative;
    left: -8px;
  }
  .activity.graduate.detail #contents .contentsIn {
    margin-top: -66px;
  }
  .activity.graduate.detail #contents .secWrap {
    top: -85px;
  }
  .activity.graduate.detail .sec.no1 .waku {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 50px;
  }
  .activity.graduate.detail .sec.no1 .bl .txt .md_q {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
  }
  .activity.graduate.detail .sec.no1 .bl .txt .md_q span {
    font-size: 30px;
    color: #85b91e;
    position: absolute;
    top: -11px;
    left: 0;
  }
  .activity.graduate.detail .sec.no1 .bl .txt .expl {
    padding: 15px 5px !important;
  }
  .activity.graduate.detail .sec.no1 .bl.no1 .pic {
    float: left;
    width: 295px;
  }
  .activity.graduate.detail .sec.no1 .bl.no1 .txt {
    float: right;
    width: 610px;
  }
  .activity.graduate.detail .sec.no1 .bl.no2 .pic {
    float: right;
    width: 401px;
  }
  .activity.graduate.detail .sec.no1 .bl.no2 .txt {
    float: left;
    width: 520px;
  }
  .activity.graduate.detail.mitsuda .sec.no1 .bl.no2 .txt {
    float: none;
    width: 100%;
  }

  .blog .sec.no1 .secIn {
    padding-bottom: 200px;
  }
  .blog .colWrap {
    display: table;
    width: 100%;
  }
  .blog .searchhighlight {
    background-color: #ffcc33;
  }
  .blog .col_main {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-right: 0px;
  }
  .blog .col_main .md {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .blog .col_main .md span {
    position: relative;
  }
  .blog .col_main .md span:before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #81b934;
    position: absolute;
    top: 12px;
    left: -30px;
  }
  .blog .col_main .post {
    margin-bottom: 80px !important;
  }
  .blog .col_main .post h3 {
    height: auto !important;
    padding: 10px 20px !important;
    line-height: 1.5 !important;
  }
  .blog .col_main .post h3 span {
    font-size: 4vw !important;
  }
  .blog .col_main .post h3:before, .blog .col_main .post h3:after,
  .blog .col_main .post h3 span:before {
    display: none !important;
  }
  .blog .col_main .post .expl {
    padding: 15px 10px 20px 10px !important;
  }
  .blog .col_main .post .expl p span {
    font-size: 3.5vw !important;
  }
  .blog .col_main .post .expl img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .blog .col_main .post .wp_social_bookmarking_light img {
    margin: 0 !important;
  }
  .blog .col_main .post .expl iframe {
    width: 100% !important;
    height: 600 !important;
  }
  .blog .col_main .post .expl a.btn {
    margin: 35px auto;
    width: 322px;
    height: 50px;
    display: block;
    background-color: #2d87e1;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    position: relative;
  }
  .blog .col_main .post .expl a.btn:before {
    content: "";
    width: 8px;
    height: 12px;
    background: url(../images/common/footer/flag2.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6px;
  }
  .blog .col_main .post .expl a.btn:hover {
    background-color: #2675c4;
  }
  .blog .col_main .post .ft {
    border-top: 1px #ccc dotted;
    text-align: right;
    padding-top: 10px;
    font-size: 2.5vw;
  }
  .blog .col_main h3#comments {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 15px;
    border-left: 4px #b5defc solid;
  }
  .blog .col_main ol.commentlist {
    padding: 15px 0px 15px 0px;
    list-style-type: none;
  }
  .blog .col_main ol.commentlist li {
    clear: both;
    width: 700px;
    background-color: #f5f5f5;
    padding: 20px 20px 10px 20px;
    position: relative;
    margin-bottom: 15px;
  }
  .blog .col_main ol.commentlist li p {
    padding-top: 10px;
  }
  .blog .col_main ol.commentlist li li {
    width: 650px;
    background-color: #fff;
  }
  .blog .col_main p {
    padding-bottom: 10px;
  }
  .blog .col_main .vcard img {
    float: left;
    border: 1px #fff solid;
    margin-right: 15px;
  }
  .blog .col_main input {
    padding: 5px;
    font-size: 12px;
  }
  .blog .col_main .reply {
    position: absolute;
    top: 13px;
    right: 21px;
  }
  .blog .col_main #respond {
    padding: 15px 5px 15px 5px;
  }
  .blog .col_main #respond .required {
    color: #ff0000;
  }
  .blog .col_main #respond textarea {
    width: 600px;
  }
  .blog .col_main #respond #author,
  .blog .col_main #respond #email,
  .blog .col_main #respond #url,
  .blog .col_main #respond #comment {
    display: block;
    font-size: 12px;
    border: 1px #cccccc solid;
    background-color: #f5f5f5;
    padding: 5px;
  }
  .blog .col_main #respond input.submit {
    background-color: #008df5;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .blog .col_main #respond input.submit:hover {
    background-color: #0e6eba;
  }
  .blog .col_main #comments #comfeed {
    padding-left: 5px;
  }
  .blog .col_main #comments #comfeed a {
    text-decoration: underline;
  }
  .blog .col_main #comments #comfeed a:hover {
    text-decoration: none;
  }
  .blog .col_main #comments #trurl {
    background-color: #f8f4f4;
    padding: 10px 15px 10px 15px;
  }
  .blog #respond h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-left: 15px;
    border-left: 4px #b5defc solid;
  }
  .blog .col_main h3#comments:before,
  .blog #respond h3:before {
    display: none;
  }
  .blog .col_side {
    display: none;
  }

  .link .sec.no1 {
    margin-top: -30px;
  }
  .link .sec.no1 .secIn {
    padding-bottom: 300px;
  }
  .link .sec.no1 .secIn li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #ccc dotted;
  }
  .link .sec.no1 .secIn li:before {
    content: "";
    width: 17px;
    height: 14px;
    background: url(../images/common/icon_blank.svg) no-repeat;
    position: absolute;
    top: 7px;
    left: 3px;
  }
  .link .sec.no1 .secIn li a {
    font-size: 16px;
    font-weight: bold;
  }

  .information .sec.no1 .secIn {
    padding-bottom: 300px;
  }
  .information .sec.no1 .secIn .post {
    margin-bottom: 50px;
    border: 1px #e9e9e9 solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
  }
  .information .sec.no1 .secIn .postIn {
    border: 1px #f5f5f5 solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 25px;
  }
  .information .sec.no1 .secIn .post h3 {
    padding: 15px 25px !important;
    height: initial !important;
    line-height: initial !important;
    background-color: #f5f5f5 !important;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .information .sec.no1 .secIn .post h3:after {
    display: none !important;
  }
  .information .sec.no1 .secIn .post .expl {
    padding: 25px 10px !important;
    line-height: 2;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .information .sec.no1 .secIn .post .expl img {
    max-width: 100%;
    height: auto;
  }
  .information .sec.no1 .secIn .post .ft {
    text-align: right;
  }

  .recruit .sec.no1 .secIn {
    padding-bottom: 170px;
    top: -40px;
  }
  .recruit .sec.no1 .secIn .catch {
    font-size: 38px !important;
  }
  .recruit .sec.no1 .secIn .expl {
    font-size: 17px !important;
    padding-top: 20px !important;
  }
  .recruit .sec.no2 .secIn {
    position: relative;
    top: -100px !important;
    width: 100% !important;
    padding-bottom: 0px !important;
  }
  .recruit .sec.no2 .md {
    font-size: 36px;
    color: #351515;
    width: 500px;
    position: absolute;
    top: -188px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
  }
  .recruit .sec.no2 .md span {
    position: relative;
  }
  .recruit .sec.no2 .md span:before {
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/recruit/line_l.svg) no-repeat;
    background-size: 70px 70px;
    position: absolute;
    top: -15px;
    left: -110px;
    opacity: 0.5;
  }
  .recruit .sec.no2 .md span:after {
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/recruit/line_r.svg) no-repeat;
    background-size: 70px 70px;
    position: absolute;
    top: -15px;
    right: -100px;
    opacity: 0.5;
  }
  .recruit .sec.no2 .secIn .slider li {
    padding: 18px;
  }
  .recruit .sec.no2 .secIn .slider li .inner {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .recruit .sec.no2 .secIn .slider li .innerIn {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px #ebebeb solid;
    padding: 38px;
  }
  .recruit .sec.no2 .secIn .slider li .pic {
    float: left;
    width: 450px;
  }
  .recruit .sec.no2 .secIn .slider li .txt {
    float: right;
    width: 506px;
    padding-top: 10px;
  }
  .recruit .sec.no2 .secIn .slider li .txt .catch {
    font-size: 27px !important;
    color: #57ae28;
  }
  .recruit .sec.no2 .secIn .slider li .txt .name {
    position: relative;
    margin-top: 10px;
  }
  .recruit .sec.no2 .secIn .slider li .txt .name .txt1 {
    font-size: 23px;
  }
  .recruit .sec.no2 .secIn .slider li .txt .name .txt1 span {
    font-size: 18px;
  }
  .recruit .sec.no2 .secIn .slider li .txt .expl {
    padding: 10px 0 0 0 !important;
    height: 120px;
  }
  .recruit .sec.no2 .secIn .slider li .txt .btn_detail {
    text-align: right;
  }
  .recruit .sec.no2 .secIn .slider li .txt .btn_detail a {
    text-decoration: none;
    background-color: #ff6600;
    color: #fff;
    padding: 12px 20px 12px 42px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .recruit .sec.no2 .secIn .slider li .txt .btn_detail a span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
  }
  .recruit .sec.no2 .secIn .slider li .txt .btn_detail a span:before {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: -23px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .recruit .sec.no2 .secIn .slider li .txt .btn_detail a:hover {
    background-color: #ffd666;
    color: #663300;
  }
  .recruit .sec.no2 .secIn .slider li .txt .btn_detail a:hover span:before {
    left: -20px;
    border-top: 2px solid #663300;
    border-right: 2px solid #663300;
  }
  .recruit .sec #sec3 {
    padding-top: 280px;
    margin-top: -280px;
  }
  .recruit .sec.no3.stop {
    padding-bottom: 200px !important;
  }
  .recruit .sec.no3.stop p {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 18px;
    position: relative;
    top: -100px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .recruit .sec.no3 .md {
    font-size: 33px;
    color: #3d511c;
    width: 500px;
    position: absolute;
    top: -188px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
  }
  .recruit .sec.no3 .md span {
    position: relative;
  }
  .recruit .sec.no3 .md span:before {
    content: "";
    width: 56px;
    height: 1px;
    background-color: #b3c3a0;
    position: absolute;
    top: 30px;
    left: -96px;
  }
  .recruit .sec.no3 .md span:after {
    content: "";
    width: 56px;
    height: 1px;
    background-color: #b3c3a0;
    position: absolute;
    top: 30px;
    right: -96px;
  }
  .recruit .sec.no3 .secIn {
    padding-bottom: 50px;
  }
  .recruit .sec.no3 h3 span {
    color: #6f9621;
  }
  .recruit .sec.no3 .hyo {
    margin-bottom: 50px;
  }
  .recruit .sec.no3 .hyo:last-child {
    margin-bottom: 0px;
  }
  .recruit .sec.no3 .hyo table,
  .recruit .sec.no3 .hyo th {
    border: 1px #f0fbe6 solid !important;
  }
  .recruit .sec.no3 .hyo td {
    border: 1px #f0fbe6 solid !important;
    background-color: #fff !important;
  }
  .recruit .sec #sec4 {
    padding-top: 200px;
    margin-top: -200px;
  }
  .recruit .sec.no4 .secIn {
    padding-bottom: 50px;
  }
  .recruit .sec .remodal .inner {
    margin: 0 auto;
    width: 954px;
  }
  .recruit .sec .remodal .img1 {
    position: relative;
    width: 954px;
    height: 327px;
    text-align: left;
  }
  .recruit .sec .remodal .img1 .txt {
    position: absolute;
    bottom: 35px;
    left: 0;
  }
  .recruit .sec .remodal .img1 .txt1 {
    font-size: 39px;
    color: #547c19;
    line-height: 1.3;
    padding: 0 0 33px 60px;
  }
  .recruit .sec .remodal .img1 .txt1 span {
    position: relative;
  }
  .recruit .sec .remodal .img1 .txt1 span:before {
    content: "『";
    font-size: 20px;
    color: #547c19;
    position: absolute;
    top: 0px;
    left: -28px;
  }
  .recruit .sec .remodal .img1 .txt1 span:after {
    content: "』";
    font-size: 20px;
    color: #547c19;
    position: absolute;
    bottom: -2px;
    right: -21px;
  }
  .recruit .sec .remodal .img1 .txt2 {
    width: 470px;
    font-size: 27px;
    padding: 10px 0 10px 60px;
    line-height: 1.3;
    color: #fff;
    background-color: rgba(108, 150, 24, 0.9);
  }
  .recruit .sec .remodal .img1 .txt2 span {
    font-size: 17px;
  }
  .recruit .sec .remodal .detail {
    padding: 40px;
    border: 1px #f0f0f0 solid;
    margin-top: 20px;
  }
  .recruit .sec .remodal .detail .mass {
    padding: 0;
  }
  .recruit .sec .remodal .detail .bl .txt .md_q {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
  }
  .recruit .sec .remodal .detail .bl .txt .md_q span {
    font-size: 30px;
    color: #85b91e;
    position: absolute;
    top: -11px;
    left: 0;
  }
  .recruit .sec .remodal .detail .bl .txt .expl {
    padding: 15px 5px !important;
    font-size: 16px;
  }
  .recruit .sec .remodal .detail .bl.no1 .pic {
    float: left;
    width: 295px;
  }
  .recruit .sec .remodal .detail .bl.no1 .txt {
    float: right;
    width: 540px;
  }
  .recruit .sec .remodal .detail .bl.no2 .pic {
    float: right;
    width: 401px;
  }
  .recruit .sec .remodal .detail .bl.no2 .txt {
    float: left;
    width: 440px;
  }
  .recruit.thanks .sec.no1 .secIn {
    padding-bottom: 200px;
    top: -40px;
  }
  .recruit.thanks .sec.no1 .secIn .catch {
    font-size: 24px !important;
  }
  .recruit.thanks .sec.no1 .secIn .expl {
    font-size: 16px !important;
  }

  .contact .sec.no1 .secIn {
    padding-bottom: 200px;
    top: -40px;
  }
  .contact .sec.no1 .tel a {
    font-size: 40px;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
  }
  .contact .sec.no1 .tel a:before {
    content: "";
    width: 27px;
    height: 39px;
    background: url(../images/contact/tel.svg) no-repeat;
    background-size: 27px 39px;
    position: absolute;
    top: 13px;
    left: 0;
  }
  .contact .sec.no1 .tel span {
    margin-left: 30px;
  }
  .contact .sec.no1 .mail a {
    font-size: 20px;
    padding-left: 45px;
    text-decoration: none;
    position: relative;
  }
  .contact .sec.no1 .mail a:before {
    content: "";
    width: 30px;
    height: 19px;
    background: url(../images/contact/mail.svg) no-repeat;
    background-size: 30px 19px;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .contact.thanks .sec.no1 .secIn {
    padding-bottom: 200px;
    top: -40px;
  }
  .contact.thanks .sec.no1 .secIn .catch {
    font-size: 24px !important;
  }
  .contact.thanks .sec.no1 .secIn .expl {
    font-size: 16px !important;
  }

  .privacypolicy .secIn {
    padding-bottom: 50px !important;
  }
  .privacypolicy #contents .sec:last-child .secIn {
    padding-bottom: 250px !important;
  }
  .privacypolicy .sec .expl {
    font-size: 15px;
    padding: 10px 0 25px !important;
  }
  .privacypolicy .sec ul {
    background-color: #fbfbfb;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .privacypolicy .sec li {
    position: relative;
    padding-left: 40px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .privacypolicy .sec li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .privacypolicy .sec li span {
    position: absolute;
    top: 0;
    left: -5px;
  }
  .privacypolicy .sec p.no {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin: 0;
  }
  .privacypolicy .sec p.no span {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .privacypolicy .sec.no1 .secIn {
    top: -40px;
  }

  .complaint .sec.no1 .secIn {
    padding-bottom: 150px;
    top: -40px;
  }
  .complaint .sec.no1 .secIn .expl {
    padding-bottom: 0px !important;
  }
  .complaint .sec.no1 .secIn h4 {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
    border-left: 5px #8cc220 solid;
    margin: 40px 0 20px;
  }
  .complaint .sec.no1 .secIn h4 span {
    color: #85b91e;
  }
  .complaint .sec.no1 .secIn dl {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px #ccc solid;
  }
  .complaint .sec.no1 .secIn dl:last-child {
    margin-bottom: 0px;
  }
  .complaint .sec.no1 .secIn dt {
    padding: 10px 35px;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .complaint .sec.no1 .secIn dd {
    padding: 10px 30px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 10px;
    background: #fff;
  }
  .complaint .sec.no1 .secIn dt span::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background-color: #333;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .complaint .sec.no1 .secIn dt span::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background-color: #333;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .complaint .sec.no1 .secIn dt.active span:after {
    transform: rotate(0);
    transition: 0.5s;
  }
  .complaint .sec.no1 .post {
    margin-bottom: 30px;
  }
  .complaint .sec.no1 .post:last-child {
    margin-bottom: 0px;
  }
  .complaint .sec.no1 .post h5 {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #638420;
    border-bottom: 1px #ccc dotted;
  }
  .complaint .sec.no1 .post .expl {
    padding: 0 !important;
  }
  .complaint .sec.no1 .post .md {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #895f3a;
  }
  .complaint .sec.no1 .post .naiyo {
    background-color: #fcfaeb;
    padding: 20px 30px;
    margin-top: 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
  }
  .complaint .sec.no1 .post .taio {
    background-color: #fcfaeb;
    padding: 10px 30px 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
  }
  .complaint .sec.no1 .post .taioIn {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px #ede6d4 solid;
  }
  .complaint .sec.no1 .post .taio .expl {
    color: #ff0000;
  }
}
