@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6em !important;
  letter-spacing: 0.1em;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff !important;
  word-wrap: break-word;
  overflow-x: hidden;
  counter-reset: number 0;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8em !important;
    line-height: 1.8;
  }
}

body div,
body p,
body a,
body span,
body li,
body dt,
body dd,
body td {
  font-weight: 400;
}

body > div,
body .blog {
  line-height: 2.4 !important;
}

@media only screen and (max-width: 640px) {
  body > div,
  body .blog {
    line-height: 2.2 !important;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

::-moz-selection {
  background-color: #84cd5a;
  color: #fff;
}

::selection {
  background-color: #84cd5a;
  color: #fff;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner2 {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg100_2,
.inner_out2 {
  margin-left: calc(((1200px - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((1200px - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.6;
}

li {
  list-style: none;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 40px;
  background: #fefff7;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

.en-1 {
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.075em;
}

.ja-1 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sml-1 {
  font-size: 0.6em;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sml {
  font-size: 0.66em;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #84cd5a !important;
}

.acc-color a {
  color: #84cd5a !important;
}

.main-color {
  color: #4c9823 !important;
}

.main-color a {
  color: #4c9823 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

.pcnone {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .pctabnone {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tabnone {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

.none {
  display: none;
}

.block {
  display: block !important;
}

@media screen and (min-width: 641px) {
  .spblk {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pctabblk {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .tabblk {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pcblk {
    display: none;
  }
}

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }
}

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #84cd5a !important;
  text-decoration: underline !important;
}

.link_1 a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form_wrap dt,
.form_wrap dd {
  background: none !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

.c_contactArea {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.c_contactArea .contact_form dt,
.c_contactArea .contact_form dd {
  background: none !important;
  border: none !important;
}

.c_contactArea .contact_form dt {
  color: #333;
  position: relative;
}

.c_contactArea .contact_form dd {
  text-align: left !important;
}

.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}

.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #4c9823;
  border: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #84cd5a;
  opacity: 1 !important;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .submit_c, .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    width: 400px;
    height: 65px;
    font-size: 18px;
  }
}

.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.form_wrap.message {
  background: none !important;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
}

.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}

@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 1000px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}

.nf_txt p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333333 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nf_btn a::before {
  z-index: -1;
}

.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.nf_btn a:hover {
  background: #84cd5a;
  color: #fff !important;
  opacity: 1;
}

.policy_h2 h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #4c9823;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt:not(.last_txt) {
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  visibility: visible !important;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade_1,
.fade_2,
.fade_3,
.fade_4 {
  opacity: 0;
}

.fade-in {
  overflow: hidden;
  position: relative;
}

.fade-in img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.fade-in-one img {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

._view img {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-animation: fade-in-one 2s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fade-in-one 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes fade-in-one {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fade-in-one {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.blur_1 img {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.blur_1 img._view {
  -webkit-animation-name: imageBlur;
          animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #84cd5a;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.map_1 iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.sp_pop a {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.insta .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.insta .sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none !important;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 18.4% !important;
}

@media only screen and (max-width: 834px) {
  .insta .sns_list > div {
    width: 48% !important;
    margin-bottom: 4%;
  }
}

.insta .sns_list > div:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .insta .sns_list > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .insta .sns_list > div:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.insta .sns_list .sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.insta .sns_list .sns_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}

.insta .sns_list .sns_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.insta .sns_list .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.insta .sns_text {
  display: none;
}

.insta a {
  color: #84cd5a !important;
}

.voice_box .q_01,
.voice_box .a_01 {
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .voice_box .q_01,
  .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}

.voice_box .box {
  width: 100%;
  padding: 10px 15px;
  position: relative;
}

.voice_box .box > div {
  padding-left: 45px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 35px;
  }
}

.voice_box .box:nth-child(odd) {
  background: #4c9823;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd) {
    padding-right: 20px;
  }
}

.voice_box .box:nth-child(odd):after {
  content: "\f067";
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.4em;
  right: 40px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd):after {
    display: none;
  }
}

.voice_box .box:nth-child(odd):hover {
  cursor: pointer;
}

.voice_box .box:nth-child(odd).open:after {
  content: "\f068";
}

.voice_box .box:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(even) {
    display: block;
  }
}

.voice_box .box:nth-child(even) .a_01 {
  color: #4c9823;
}

.acc_title:hover {
  cursor: pointer;
}

.newswrap > div {
  max-height: 250px;
  overflow-y: auto;
}

@media only screen and (max-width: 1024px) {
  .newswrap > div {
    max-height: 500px;
  }
}

.newswrap dl {
  margin: auto;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dd {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}

.newswrap dt {
  border: none !important;
  background: none !important;
  color: #fff !important;
  background: #84cd5a !important;
  width: 130px !important;
  margin-right: 40px;
  height: 35px;
  border-radius: 5px;
  padding: 0 !important;
  border-right: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media only screen and (max-width: 1024px) {
  .newswrap dt {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .newswrap dt {
    width: 150px !important;
  }
}

.info_1 {
  background: #fff;
}

.info_1 label {
  position: static;
}

.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}

.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}

.info_1 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #333333 !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}

.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}

.info_1 a {
  color: #84cd5a !important;
  text-decoration: underline !important;
}

.info_1 a:hover {
  color: #4c9823 !important;
}

.imgtxt article, .imgtxt02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .imgtxt article, .imgtxt02 article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt .img_1, .imgtxt02 .img_1 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 48% !important;
  margin-left: 4%;
}

.imgtxt .img_1:before, .imgtxt02 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.imgtxt .img_1 img, .imgtxt02 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 834px) {
  .imgtxt .img_1, .imgtxt02 .img_1 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt .img_1, .imgtxt02 .img_1 {
    width: 100% !important;
  }
}

.imgtxt .inbox, .imgtxt02 .inbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 834px) {
  .imgtxt .inbox, .imgtxt02 .inbox {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
    margin-right: 0;
  }
}

.imgtxt h2, .imgtxt02 h2 {
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .imgtxt h2, .imgtxt02 h2 {
    font-size: 1.6em;
  }
}

.imgtxt02 article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt02 .img_1 {
  margin-left: 0;
  margin-right: 4%;
}

@media only screen and (max-width: 834px) {
  .imgtxt02 .img_1 {
    margin-right: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt03 .inbox, .imgtxt04 .inbox {
  width: 52%;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .inbox, .imgtxt04 .inbox {
    width: 100%;
  }
}

.imgtxt03 .img_1, .imgtxt04 .img_1 {
  width: 44%;
  position: relative;
  overflow: hidden;
  display: block;
}

.imgtxt03 .img_1:before, .imgtxt04 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.imgtxt03 .img_1 img, .imgtxt04 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 80%;
    margin: 0 auto 4%;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 100%;
  }
}

.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #84cd5a;
  color: #fff;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.imgtxt03.clearfix:after, .clearfix.imgtxt04:after {
  display: none;
}

.imgtxt04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  z-index: 9999;
}

/*サムネ付きスライダー*/
.slidebox li {
  position: relative;
  width: 100%;
}

.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}

.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}

.slidebox .slick-dots {
  position: static !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slidebox .slick-dots li {
  width: 15.83% !important;
  margin: 0 !important;
  margin-bottom: 1% !important;
  height: auto;
}

.slidebox .slick-dots li:not(:nth-child(6n)) {
  margin-right: 1% !important;
}

.slidebox .slick-dots li img {
  width: 100% !important;
}

/**/
.slider02 li {
  float: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider02 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px !important;
}

.slider02 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow {
  border: 1px solid #4c9823;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}

.flow .flow_flex {
  padding: 30px;
  position: relative;
}

.flow .flow_flex:not(:last-child) {
  border-bottom: 1px solid #4c9823;
}

@media only screen and (max-width: 834px) {
  .flow .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}

.flow .flow_flex::before, .flow .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media only screen and (max-width: 834px) {
  .flow .flow_flex::before, .flow .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}

.flow .flow_flex::before {
  border-width: 21px;
  border-top-color: #4c9823;
}

.flow .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow .flow_flex:last-child::before, .flow .flow_flex:last-child::after {
  display: none;
}

.flow .flow_flex {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow .flow_flex .wrap {
  width: 65%;
  margin-right: 40px;
}

@media only screen and (max-width: 834px) {
  .flow .flow_flex .wrap {
    width: 100%;
    margin-right: 0;
  }
}

.flow .flow_flex .wrap h2 {
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 1px solid #4c9823;
  margin-bottom: 25px;
  font-weight: bold;
  padding-bottom: 15px;
}

.flow .flow_flex .wrap .step {
  background: #4c9823;
  margin-right: 20px;
  color: #fff;
  padding: 4px 20px 5px;
  border-radius: 30px;
  color: #fff;
  font-size: 0.8em;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flow .flow_flex > .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 834px) {
  .flow .flow_flex > .box {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .flow .flow_flex > .box {
    width: 100%;
    text-align: center;
  }
}

.flow .flow_flex > .box img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .flow .flow_flex > .box img {
    width: auto !important;
  }
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.c_list li:before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_1 {
  border: 1px solid #4c9823;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .list_1 {
    padding: 25px;
  }
}

.list_1 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 2.6em;
}

.list_1 li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .list_1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}

.list_1 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 1.8em;
  font-weight: bold;
  color: #4c9823;
  top: 0;
  left: 0;
  line-height: 1.5;
}

.list_2 {
  padding: 30px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
          box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
}

@media only screen and (max-width: 640px) {
  .list_2 {
    padding: 25px;
  }
}

.list_2 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 4em;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.list_2 li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list_2 li .num_1 {
  font-size: 2em;
  color: #4c9823;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1em;
  font-style: italic;
}

.bb_1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.bb_2 {
  border-bottom: 2px solid #84cd5a;
  margin-bottom: 15px;
  display: inline-block;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex._reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

.img100 img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_2clm > div,
.cont_2clm > a {
  width: 47.5%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 5%;
}

@media only screen and (max-width: 834px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}

.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 2%;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.gallery_1 .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.gallery_1 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.gallery_1 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_1 .box article > div {
  margin-top: 10px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 16px;
  }
}

.gallery_2 .box {
  position: relative;
  width: 23.5%;
  margin-bottom: 2%;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .gallery_2 .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

.gallery_2 .box:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .gallery_2 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_2 .box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.gallery_2 .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.gallery_2 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}

.gallery_2 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_2 .box article > div {
  margin-top: 10px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .gallery_2 .box article > div {
    font-size: 16px;
  }
}

.sekoubox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sekoubox .box:nth-child(1), .sekoubox .box:nth-child(3) {
  width: 45%;
}

.sekoubox .box:nth-child(2) {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  color: #4c9823;
}

@media only screen and (max-width: 834px) {
  .sekoubox .box:nth-child(2) i {
    font-size: 36px;
  }
}

@media only screen and (max-width: 640px) {
  .sekoubox .box:nth-child(2) i {
    font-size: 48px;
  }
  .sekoubox .box:nth-child(2) i:before {
    content: "\f322";
  }
}

@media only screen and (max-width: 640px) {
  .sekoubox .box {
    width: 100% !important;
  }
}

.sekoubox .box p {
  text-align: center;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #4c9823;
  margin-top: 10px;
  font-weight: bold;
}

.sekoubox .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.sekoubox .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.sekoubox .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.anchor_btn a {
  padding: 15px;
  display: block;
  text-align: center;
  color: #333333 !important;
  border: 1px solid;
  position: relative;
}

.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.anchor_btn a:hover {
  background: #333333;
  color: #fff !important;
}

header {
  max-width: 100%;
}

.header {
  padding: 0 20px;
}

.header-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .header .col2 {
    display: none;
  }
}

.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 0;
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

.col2,
.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col2-tel,
.col4-tel {
  text-align: right;
  margin-right: 20px;
}

.col2-tel a,
.col4-tel a {
  font-size: 28px;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: #4c9823 !important;
  padding-left: 1em;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.2;
}

.col2-tel a::before,
.col4-tel a::before {
  content: "\f1e4";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 0.71em;
  position: absolute;
  top: 5px;
  left: 0;
}

.col2-tel p,
.col4-tel p {
  font-size: 13px;
  color: #333333;
  margin-right: 5px;
}

.col2-contact span,
.col4-contact span {
  position: relative;
  padding-left: 1.4em;
}

.col2-contact span::before,
.col4-contact span::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header .nav,
.clone-nav {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  header .nav,
  .clone-nav {
    display: none;
  }
}

header .nav .nav-list,
.clone-nav .nav-list {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav .nav-list .nav-item,
.clone-nav .nav-list .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

@media screen and (min-width: 1025px) {
  header .nav .nav-list .nav-item,
  .clone-nav .nav-list .nav-item {
    border-left: 1px solid #ccc;
  }
  header .nav .nav-list .nav-item:last-child,
  .clone-nav .nav-list .nav-item:last-child {
    border-right: 1px solid #ccc;
  }
}

header .nav .nav-list .nav-item > a,
header .nav .nav-list .nav-item > span,
.clone-nav .nav-list .nav-item > a,
.clone-nav .nav-list .nav-item > span {
  color: #333333;
  display: block;
}

header .nav .nav-list .nav-item > a:hover,
header .nav .nav-list .nav-item > span:hover,
.clone-nav .nav-list .nav-item > a:hover,
.clone-nav .nav-list .nav-item > span:hover {
  cursor: pointer;
  color: #4c9823;
}

header .nav .nav-list .nav-item > a .en-1,
header .nav .nav-list .nav-item > span .en-1,
.clone-nav .nav-list .nav-item > a .en-1,
.clone-nav .nav-list .nav-item > span .en-1 {
  color: #4c9823;
  display: block;
  font-size: 0.75em;
}

@media screen and (min-width: 1025px) {
  header .nav i,
  .clone-nav i {
    display: none;
  }
}

.main .slider img {
  width: 100%;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 1024px) {
  .main .slider img {
    min-height: auto;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  a.current::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #84cd5a;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.2;
  position: relative;
  text-align: center;
  font-size: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  height: 230px;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.2em;
    height: 215px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2em;
    height: 200px;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.55em;
  margin-top: 10px;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4c9823;
  font-weight: bold;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 50px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}

.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}

.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub_menu a {
  display: block;
  background: rgba(76, 152, 35, 0.9);
  color: #fff !important;
  padding: 12px 0;
}

@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
    background: none;
  }
}

.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #4c9823 !important;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .sub_menu a:hover {
    background: none;
    color: #333333 !important;
  }
}

.open #nav-toggle:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 38px;
  font-size: 13px;
  color: #84cd5a;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "close";
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 8px;
  right: 20px;
  height: 32px;
  cursor: pointer;
  display: none;
  border: 1px solid #84cd5a;
  width: 65px;
  height: 65px;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

#nav-toggle:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 38px;
  font-size: 13px;
  color: #84cd5a;
  font-family: "Roboto", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "menu";
}

#nav-toggle span {
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #84cd5a;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav-toggle span:nth-child(1) {
  top: 15px;
}

#nav-toggle span:nth-child(2) {
  top: 25px;
}

#nav-toggle span:nth-child(3) {
  top: 35px;
}

.open #nav-toggle span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 25px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  width: 100%;
  height: 100%;
  margin: auto;
  visibility: hidden;
  overflow: auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

#gloval-nav .col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#gloval-nav {
  padding: 40px 80px;
}

@media only screen and (max-width: 1024px) {
  #gloval-nav {
    padding: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #gloval-nav {
    padding: 40px 20px;
  }
}

#gloval-nav nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gloval-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: auto;
  list-style: none;
  background-size: contain;
  background-position: center;
}

#gloval-nav ul .nav-item a {
  display: block;
  color: #333333 !important;
  text-decoration: none;
  padding: 15px 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
}

#gloval-nav ul .nav-item a:after {
  display: none;
}

#gloval-nav ul .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#gloval-nav li,
#gloval-nav > div {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav i {
  border: 1px solid;
  font-size: 1.4em;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #84cd5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gloval-nav .i_active::before {
  content: "\f068";
}

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li,
.open #gloval-nav > div {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

#global_footer {
  background: url(../images/home/footer_bg.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: center center;
  padding: 60px 40px 20px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  #global_footer {
    padding: 60px 40px 40px;
  }
}

@media only screen and (max-width: 640px) {
  #global_footer {
    padding: 60px 20px 20px;
    font-size: 16px;
  }
}

#global_footer a {
  text-decoration: none !important;
}

.footer-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container .col3 {
  text-align: left;
}

.footer-container .col3-logo {
  margin-bottom: 20px;
}

.footer-container .col3-info {
  margin-bottom: 20px;
}

.footer-container .col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  width: 100%;
  border: 2px solid #4c9823;
  background: rgba(255, 255, 255, 0.65);
  padding: 30px;
}

@media only screen and (max-width: 1024px) {
  .footer-container .col4 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-container .col4 {
    padding: 20px;
  }
}

.footer-container .col4 h2,
.footer-container .col4 p {
  width: 100%;
}

.footer-container .col4 h2 {
  font-size: 28px;
  font-weight: bold;
}

.footer-container .col4 > p {
  margin: 10px auto 15px;
}

footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .nav .nav-list:not(:last-child) {
  margin-right: 40px;
}

footer .nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

footer .nav a {
  display: block;
  color: #333333;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 5px 0;
  }
}

footer .nav a::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #4c9823;
}

footer .nav a:hover {
  color: #4c9823;
}

.copyright {
  font-size: 14px;
  margin-top: 20px;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  border-radius: 5px;
  background: #84cd5a;
}

.pagetop a:hover {
  color: #fff;
  background: #4c9823;
  opacity: 1;
}

.pagetop a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 60px;
}

.cont_1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .cont_1 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cont_1 .title_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1024px) {
  .cont_1 .title_1 br {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .cont_1 .title_1 {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.cont_1 .box-1 {
  width: 43%;
  margin-left: 40px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 834px) {
  .cont_1 .box-1 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    margin-left: 0;
  }
}

.cont_1 .box-1 .box {
  padding: 0 4px;
}

.cont_1 .box-1 .box:nth-child(2) {
  margin-top: 60px;
}

.cont_1 .box-1 .box:nth-child(3) {
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .box-2 .box:not(:last-child) {
    margin-bottom: 60px;
  }
}

.box-2 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #4c9823;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin: 15px 0;
}

.box-2 .btn-1 {
  position: relative;
  width: 320px;
  height: 60px;
  background: #84cd5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff !important;
  border: 1px solid #75bf4b;
  margin-top: 30px;
}

.box-2 .btn-1::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 0.875em;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.box-2 .btn-1:hover {
  background: #367a11;
}

.box-2 .btn-1:hover {
  background: #4c9823;
}

.box-3 a {
  display: block;
  position: relative;
}

.box-3 a p {
  width: 190px;
  height: 50px;
  background: #84cd5a;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #4c9823;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_1._index h2 {
  font-size: 30px;
  font-weight: bold;
  color: #4c9823;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .title_1._index h2 {
    font-size: 28px;
  }
}

.title_1._common h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 1.6em;
  border-bottom: 2px solid #eee;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}

.title_1._common h2:before {
  content: "";
  background: #4c9823;
  height: 4px;
  width: 20%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.title_1._common h3 {
  font-size: 1.2em;
  border-left: #84cd5a 4px solid;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px 1em;
  margin-bottom: 10px;
}

.title_2._index h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .title_2._index h2 {
    font-size: 26px;
  }
}

.title_2._index h2 .en-1 {
  font-size: 0.64em;
  color: #4c9823;
  display: block;
  font-weight: bold;
}

.btn-1 {
  width: 190px;
  height: 45px;
  background: #4c9823;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff !important;
}

.btn-1:hover {
  background: #367a11;
}

.btn-1:hover {
  opacity: 1;
}

.box-4 .box {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .box-4 .box {
    font-size: 16px;
  }
}

.box-4 .box h3 {
  border-left: 4px solid #4c9823;
  padding-left: 1em;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0;
}

._common .btn-1 {
  width: 450px;
  height: 70px;
  background: #4c9823;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff !important;
  position: relative;
  font-size: 18px;
  margin: 0 auto;
  padding-bottom: 2px;
}

._common .btn-1:hover {
  background: #367a11;
}

._common .btn-1::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 0.875em;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
/*# sourceMappingURL=assets.css.map */