/* -- DEFAULT -- */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
* {
  min-height: 0%; }

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

html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, p, em, span, figure, figcaption {
  margin: 0;
  padding: 0; }

em, span, a {
  font-size: inherit; }

a {
  border: none;
  text-decoration: none; }

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

figure {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom;
  width: auto;
  height: auto; }

input, button, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  outline: none;
  max-width: 100%; }

/* -- COMMON -- */
html {
  font-size: 62.5%; }

body {
  z-index: 1; }

* {
  color: #000;
  font-size: min(4vw, 1.6rem);
  font-style: normal;
  vertical-align: bottom; }

*:not(.material-icons) {
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Old Mincho",serif; }

.cap {
  font-size: 10px; }

.indent {
  text-indent: 1em; }

a {
  transition: all .3s;
  -webkit-transition: all .3s; }

a, u {
  text-underline-offset: 0.3rem; }
  a:hover, u:hover {
    text-underline-offset: 0.1rem; }

a:hover {
  opacity: 0.8; }

.off a {
  opacity: 0.5;
  pointer-events: none; }

.material-icons {
  font-size: 1.3em;
  font-family: 'Material Icons'; }

.txt-rd,
.txt-rd * {
  color: #ff0000; }

.txt-or,
.txt-or * {
  color: #e88512; }

.hide {
  display: none; }

span.dummy {
  display: block; }

.dummy {
  transform: scaleX(-1);
  text-align: right; }

@media only screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden; } }
.txtGr,
.txtBGr * {
  color: #5c8344; }

@media only screen and (max-width: 767px) {
  .txt {
    font-size: 1.4rem; } }
.mt20 {
  margin-top: 20px; }
.mt100 {
  margin-top: min(20vw, 100px); }
.mt80 {
  margin-top: min(16vw, 80px); }
.mt60 {
  margin-top: min(12vw, 60px); }
.mt40 {
  margin-top: min(8vw, 40px); }
.mt20 {
  margin-top: min(4vw, 20px); }

.mb100 {
  margin-bottom: min(20vw, 100px); }
.mb80 {
  margin-bottom: min(16vw, 80px); }
.mb60 {
  margin-bottom: min(12vw, 60px); }
.mb40 {
  margin-bottom: min(8vw, 40px); }
.mb20 {
  margin-bottom: min(4vw, 20px); }

.core {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }
  .coreMid {
    max-width: 1180px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; }

[class*="row-"] {
  margin-bottom: 100px; }

[class*="inRow-"] {
  margin-bottom: 60px; }

@media only screen and (max-width: 767px) {
  [class*="row-"] {
    margin-bottom: 60px; }

  [class*="inRow-"] {
    margin-bottom: 40px; } }
.flexbox {
  display: flex;
  justify-content: space-between; }
@media only screen and (min-width: 768px) {
  .flexpc {
    display: flex;
    justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .flexsp {
    display: flex;
    justify-content: center; } }

.rv {
  flex-direction: row-reverse; }

.imgBox {
  text-align: center; }

img:not(.wdImg) {
  max-width: 100%; }

figure.wdImg,
figure.wdImg img,
img.wdImg {
  width: 100%;
  max-width: none; }

.anchor:before {
  content: '';
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: white; }
  header .hdWrap {
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between; }
    header .hdWrap .logoWrap {
      padding: 10px 20px; }
      header .hdWrap .logoWrap img {
        max-height: 50px; }
      header .hdWrap .logoWrap a {
        display: block; }
  header .menuBtnWrap {
    background: #e88512;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px; }
  header .menuBtnBox {
    z-index: 1000;
    line-height: 1em; }
    header .menuBtnBox .menuBtn,
    header .menuBtnBox .menuBtn span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    header .menuBtnBox .menuBtn {
      position: relative;
      width: 40px;
      height: 28px;
      background: none;
      border: none;
      appearance: none;
      cursor: pointer; }
      header .menuBtnBox .menuBtn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: white; }
      header .menuBtnBox .menuBtn span:nth-of-type(1) {
        top: 0; }
      header .menuBtnBox .menuBtn span:nth-of-type(2) {
        top: calc(50% - 1.5px); }
      header .menuBtnBox .menuBtn span:nth-of-type(3) {
        bottom: 0; }
      header .menuBtnBox .menuBtn.active span:nth-of-type(1) {
        transform: translateY(20px) rotate(-45deg);
        top: -8px; }
      header .menuBtnBox .menuBtn.active span:nth-of-type(2) {
        opacity: 0; }
      header .menuBtnBox .menuBtn.active span:nth-of-type(3) {
        transform: translateY(-20px) rotate(45deg);
        bottom: -8px; }
  header .navWrap {
    background: white;
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    right: 0; }
    header .navWrap nav ul {
      display: flex;
      flex-wrap: wrap; }
      header .navWrap nav ul li {
        flex-basis: 20%; }
        header .navWrap nav ul li a {
          display: block;
          font-size: 1.6rem;
          transition: all .3s;
          -webkit-transition: all .3s; }
          header .navWrap nav ul li a:hover {
            opacity: 1;
            background-position: 5px 50%; }
  @media only screen and (min-width: 767px) {
    header .navWrap {
      padding: 10px 0; }
      header .navWrap nav ul li {
        padding: 10px 0; }
        header .navWrap nav ul li a {
          padding-left: 25px;
          background: url("/asset/img/common/arrow_ye.webp") no-repeat 0 50%/15px; } }
  @media only screen and (max-width: 767px) {
    header .hdWrap .logoWrap {
      max-width: 250px; }
    header .menuBtnWrap {
      padding: 0 15px;
      min-height: 55px; }
    header .menuBtnBox .menuBtn {
      width: 26px;
      height: 19px; }
      header .menuBtnBox .menuBtn span {
        height: 2px; }
      header .menuBtnBox .menuBtn.active span:nth-of-type(1) {
        top: -12px; }
      header .menuBtnBox .menuBtn.active span:nth-of-type(3) {
        bottom: -12px; }
    header .navWrap .core {
      width: 100%; }
    header .navWrap nav ul li {
      flex-basis: 50%;
      border-bottom: 1px solid #ededed; }
      header .navWrap nav ul li a {
        padding: 10px 15px;
        font-size: 1.5rem; }
      header .navWrap nav ul li:nth-of-type(odd) {
        border-right: 1px solid #ededed; }
    header .navWrap .sns-box {
      padding: 15px; }
      header .navWrap .sns-box ul {
        display: flex;
        align-items: center;
        justify-content: center; }
        header .navWrap .sns-box ul li a {
          display: inline-block; }
        header .navWrap .sns-box ul li:nth-of-type(n+2) {
          margin-left: 20px; } }

.subHeader {
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  background: white;
  z-index: 1;
  padding: 10px 0; }
  .subHeader nav ul {
    display: flex;
    flex-wrap: wrap; }
    .subHeader nav ul li {
      flex-basis: 20%;
      padding: 10px 0; }
      .subHeader nav ul li a {
        display: block;
        font-size: 1.6rem;
        transition: all .3s;
        -webkit-transition: all .3s;
        padding-left: 25px;
        background: url("/asset/img/common/arrow_ye.webp") no-repeat 0 50%/15px; }
        .subHeader nav ul li a:hover {
          opacity: 1;
          background-position: 5px 50%; }

/* footer */
footer .ft_inner {
  padding: 60px 0; }
  footer .ft_inner .colL {
    flex-basis: 60%; }
  footer .ft_inner a {
    display: inline-block; }
  footer .ft_inner .ft_name {
    font-size: 1.6rem;
    text-align: left; }
    footer .ft_inner .ft_name em {
      font-size: 2.6rem; }
    footer .ft_inner .ft_name .en {
      font-size: 1.4rem; }
  footer .ft_inner .ft_address {
    text-align: left;
    margin-top: 40px; }
  footer .ft_inner .sns-box {
    margin-top: 40px; }
    footer .ft_inner .sns-box ul {
      display: flex;
      align-items: center; }
      footer .ft_inner .sns-box ul li a {
        display: inline-block; }
      footer .ft_inner .sns-box ul li:nth-of-type(n+2) {
        margin-left: 20px; }
footer .ftNavWrap nav ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  padding-left: 2em; }
  footer .ftNavWrap nav ul li {
    list-style-type: disc;
    margin-bottom: 1em; }
    footer .ftNavWrap nav ul li a {
      color: #e88512;
      text-decoration: underline; }
footer .copyright {
  border-image-source: linear-gradient(#5c8344, #5c8344);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw; }
  footer .copyright small {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px;
    color: white; }
@media only screen and (max-width: 767px) {
  footer .ft_inner {
    padding: 40px 0;
    text-align: center; }
    footer .ft_inner .ft_name {
      display: inline-block; }
    footer .ft_inner .ft_address {
      text-align: center; }
    footer .ft_inner .sns-box {
      margin-top: 40px; }
      footer .ft_inner .sns-box ul {
        justify-content: center; } }

.lowerpage .pageTitBar {
  background: url("/asset/img/common/bg_mv_lower.webp") no-repeat 50%/cover;
  display: block;
  padding: 130px 30px;
  text-align: center; }
  .lowerpage .pageTitBar * {
    color: white;
    letter-spacing: 0.1em; }
  .lowerpage .pageTitBar .page_tit {
    font-size: 3.8rem; }
  .lowerpage .pageTitBar .page_tit_en {
    margin-top: 10px;
    font-size: 2rem; }
  @media only screen and (max-width: 767px) {
    .lowerpage .pageTitBar {
      padding: 80px 0; }
      .lowerpage .pageTitBar .page_tit {
        font-size: 2.6rem; }
      .lowerpage .pageTitBar .page_tit_en {
        font-size: 1.4rem; } }
.lowerpage .main {
  padding: 80px 0; }
  .lowerpage .main p, .lowerpage .main li {
    line-height: 2em; }
  .lowerpage .main .subnav {
    margin-bottom: 60px; }
    .lowerpage .main .subnav ul {
      justify-content: space-between; }
      .lowerpage .main .subnav ul li {
        flex-basis: calc((100% - 40px) /3); }
        .lowerpage .main .subnav ul li a {
          display: block;
          text-align: center;
          padding: 20px;
          background: #d5e0ce url("/asset/img/common/arrow_gr.webp") no-repeat top 50% right 20px;
          border-radius: 6px;
          font-size: 2rem; }
  @media only screen and (min-width: 767px) {
    .lowerpage .main .subnav ul {
      display: flex; } }
  @media only screen and (max-width: 767px) {
    .lowerpage .main {
      padding: 60px 0; }
      .lowerpage .main .subnav ul li:nth-of-type(n+2) {
        margin-top: 10px; }
      .lowerpage .main .subnav ul li a {
        padding: 10px; } }

.fadeIn {
  opacity: 0;
  transform: translateY(0);
  transition: all 2s; }
  .fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    transition: all 2s;
    visibility: hidden; }
  .fadeInDown {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 2s;
    visibility: hidden; }
  .fadeInRight {
    opacity: 0;
    transform: translateX(20px);
    transition: all 2s;
    visibility: hidden; }
  .fadeInLeft {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 2s;
    visibility: hidden; }

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.lodingfade {
  animation: lodingfade 2s ease .5s both; }

@keyframes lodingfade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* main */
.main {
  background: url("/asset/img/common/bg_main.webp") no-repeat 50%/cover; }
  .main .tit-row {
    text-align: center;
    margin-bottom: 40px;
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 5px #fff); }
    .main .tit-row .tit {
      font-size: min(6vw, 3rem); }
      .main .tit-row .tit .en {
        display: block;
        font-size: min(3.5vw, 1.6rem); }
  .main .btn_more {
    text-align: center;
    margin-top: 40px; }
    .main .btn_more a, .main .btn_more input {
      display: inline-block;
      width: min(90%, 400px);
      background: #e88512 url("/asset/img/common/arrow_ye.webp") no-repeat 100% 50%/contain;
      padding: 5px 20px;
      border-radius: 20px;
      font-size: 2rem;
      text-align: center;
      color: white;
      cursor: pointer;
      transition: all .3s;
      -webkit-transition: all .3s; }
      .main .btn_more a:hover, .main .btn_more input:hover {
        opacity: 0.8; }
  .main .tit_bdgr {
    position: relative;
    padding-left: 1em;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
    .main .tit_bdgr::before {
      content: '';
      position: absolute;
      top: 0.3em;
      left: 0;
      width: 6px;
      height: 20px;
      background: #5c8344; }
  .main .table-wrap table {
    width: 100%; }
    .main .table-wrap table tr th, .main .table-wrap table tr td {
      padding: 10px 20px;
      border: 1px solid #5c8344; }
    .main .table-wrap table tr th {
      background: #d5e0ce;
      text-align: left; }
    .main .table-wrap table tr td {
      background: white; }
      .main .table-wrap table tr td a {
        text-decoration: underline;
        color: #e88512; }
  @media only screen and (min-width: 767px) {
    .main .table-wrap table {
      border-collapse: collapse; } }
  @media only screen and (max-width: 767px) {
    .main .table-wrap table {
      border-spacing: 0 10px; }
      .main .table-wrap table tr th, .main .table-wrap table tr td {
        display: block; }
      .main .table-wrap table tr td {
        border-top: none; } }
  .main .gmap {
    margin-top: 40px; }
    .main .gmap iframe {
      width: 100%;
      height: 450px; }
    @media only screen and (max-width: 767px) {
      .main .gmap iframe {
        height: 350px; } }
  .main #news .post-list ul li {
    flex-basis: calc((100% - 40px)/3); }
    .main #news .post-list ul li .txt-box {
      margin-top: 15px; }
      .main #news .post-list ul li .txt-box .post-ct {
        line-height: 1em; }
        .main #news .post-list ul li .txt-box .post-ct a {
          background: #5c8344;
          display: inline-block;
          font-size: 1.4rem;
          line-height: 1em;
          padding: 5px 15px;
          border-radius: 20px;
          color: white; }
      .main #news .post-list ul li .txt-box .post-date {
        margin: 5px 0 0; }
  @media only screen and (max-width: 767px) {
    .main #news .post-list {
      max-width: 320px;
      margin: auto; }
      .main #news .post-list ul li:nth-of-type(n+2) {
        margin-top: 30px; } }
  .main #entry .entry-list ul li {
    flex-basis: calc((100% - 20px)/2);
    background: white; }
    .main #entry .entry-list ul li:first-of-type {
      border: 1px solid #5c8344; }
      .main #entry .entry-list ul li:first-of-type .tit-box {
        background: #5c8344; }
        .main #entry .entry-list ul li:first-of-type .tit-box::after {
          border-top-color: #5c8344; }
    .main #entry .entry-list ul li:nth-of-type(2) {
      border: 1px solid #9dbb4c; }
      .main #entry .entry-list ul li:nth-of-type(2) .tit-box {
        background: #9dbb4c; }
        .main #entry .entry-list ul li:nth-of-type(2) .tit-box::after {
          border-top-color: #9dbb4c; }
    .main #entry .entry-list ul li .tit-box {
      padding: 10px;
      text-align: center;
      position: relative; }
      .main #entry .entry-list ul li .tit-box::after {
        position: absolute;
        top: 100%;
        left: calc(50% - 10px);
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 10px solid transparent; }
      .main #entry .entry-list ul li .tit-box * {
        color: white; }
      .main #entry .entry-list ul li .tit-box .tit {
        font-size: 2.5rem; }
      .main #entry .entry-list ul li .tit-box p {
        font-size: 1.6rem; }
    .main #entry .entry-list ul li .inner {
      padding: 40px 30px; }
    .main #entry .entry-list ul li .txt-box {
      display: flex;
      align-items: center;
      height: calc(100% - 56px); }
      .main #entry .entry-list ul li .txt-box p {
        line-height: 2em; }
  .main #entry .btn_entry {
    margin-top: 40px; }
    .main #entry .btn_entry a {
      background: #e88512;
      display: block;
      color: white;
      font-size: min(6vw, 3rem);
      text-align: center;
      padding: 15px;
      border-radius: 10px;
      position: relative; }
      .main #entry .btn_entry a::before, .main #entry .btn_entry a::after {
        position: absolute;
        content: '';
        width: 80px;
        height: 80px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all .3s;
        -webkit-transition: all .3s; }
      .main #entry .btn_entry a::before {
        background-image: url("/asset/img/top/btn_illust_01.webp");
        background-position: 0 0;
        bottom: 10px;
        left: 15px; }
      .main #entry .btn_entry a::after {
        background-image: url("/asset/img/top/btn_illust_02.webp");
        background-position: 100% 100%;
        top: 10px;
        right: 15px; }
  @media only screen and (max-width: 767px) {
    .main #entry .entry-list ul li:nth-of-type(2) {
      margin-top: 20px; }
    .main #entry .btn_entry a::before, .main #entry .btn_entry a::after {
      width: 70px;
      height: 70px; }
    .main #entry .btn_entry a::before {
      background-image: url("/asset/img/top/btn_illust_01_sp.webp");
      top: -20px;
      left: -10px;
      bottom: auto; }
    .main #entry .btn_entry a::after {
      background-image: url("/asset/img/top/btn_illust_02_sp.webp");
      bottom: -15px;
      right: -15px;
      top: auto; } }
  .main #contact .tel {
    margin-top: 40px;
    font-size: 2.8rem;
    text-align: center; }
  .main #contact .form-box {
    margin-top: 40px; }
    .main #contact .form-box .txt-rd {
      font-size: 1.2rem; }
    .main #contact .form-box table {
      border-spacing: 0 20px;
      width: 100%;
      margin-bottom: 60px; }
      .main #contact .form-box table tr th, .main #contact .form-box table tr td {
        line-height: 1em;
        padding: 0; }
      .main #contact .form-box table tr th {
        vertical-align: top;
        text-align: left;
        font-size: 1.6rem;
        width: 10em;
        padding-top: 10px; }
        .main #contact .form-box table tr th.required::before {
          content: '*';
          color: #ff0000; }
    .main #contact .form-box input[type="text"],
    .main #contact .form-box input[type="tel"],
    .main #contact .form-box input[type="email"],
    .main #contact .form-box textarea {
      padding: 7px 10px;
      width: 100%;
      border: 1px solid #ccc; }
    .main #contact .form-box .policy-wrap {
      margin-top: 40px;
      text-align: center; }
      .main #contact .form-box .policy-wrap .txt-or {
        margin-bottom: 40px; }
        .main #contact .form-box .policy-wrap .txt-or a {
          text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .main #contact .form-box table {
      margin-bottom: 20px; }
      .main #contact .form-box table tr {
        display: block; }
        .main #contact .form-box table tr th, .main #contact .form-box table tr td {
          display: block; }
        .main #contact .form-box table tr th {
          margin-bottom: 10px; }
        .main #contact .form-box table tr:nth-of-type(n+2) th {
          margin-top: 20px; } }

/* -------
	madia
------- */
@media only screen and (min-width: 768px) {
  .spv {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .pcv {
    display: none !important; } }

/*# sourceMappingURL=common.css.map */
