@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  width: 100%;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  color: #118825;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

.navOpen #pagetop {
  opacity: 0;
}

.txt-center {
  text-align: center;
}

a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active,
body.fix-scroll,
body.fix-scroll * {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation *,
body.navOpen .ft-bnr-fixed *,
body.fix-scroll #cboxOverlay,
body.fix-scroll #colorbox,
body.fix-scroll #colorbox *,
body.fix-scroll .remodal-is-opened,
body.fix-scroll .remodal-is-opened *,
body.navOpen header .hd-fixed * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen,
.fix-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

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

.fnt-archivo {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Syntax: font format */
.fr {
  float: right;
}

.fl {
  float: left;
}

.object-fit-cover,
.object-fit-cover-pc {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .object-fit-cover-pc img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
  }
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .pc_view {
    display: block;
  }
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}

.i-custom {
  cursor: pointer;
  display: block;
  position: relative;
}

.i-custom input {
  opacity: 0;
  position: absolute;
}

a[href^="tel:"] {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .none_hover {
    pointer-events: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
  .sp {
    display: none !important;
  }
}
.fc-form [class^=error] {
  position: static;
}

.f_cl1 {
  color: #151B51;
}

.f_cl2 {
  color: #0068B7;
}

.txt_r {
  text-align: right;
}

i {
  font-style: normal;
}

/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brk_in {
  display: inline-block;
}

.box_shadown {
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}

.img_shadown {
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform:scale3d(.8,.8,.8);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}*/
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    transform: scale3d(1.05, 1.05, 1.05);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes bounceInSoft {
  0% {
    opacity: 0;
    transform: scale(0.85);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  80% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.bounceInSoft {
  animation: bounceInSoft 0.8s both;
}

.bounceIn {
  animation-name: bounceIn;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}

#pagetop {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  bottom: 35px;
  right: 30px;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 50%;
  z-index: 999;
  border: 1px solid #118825;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 32px;
    right: 20px;
  }
}

header .logo {
  position: fixed;
  width: 200px;
  top: 30px;
  left: 30px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 110px;
    left: 20px;
    top: 20px;
  }
}
header .hd-fixed {
  position: fixed;
  z-index: 9999999;
  top: 30px;
  right: 30px;
  gap: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header .hd-fixed li:not(.hamburger) a {
  display: block;
  width: 40px;
  background-color: #fff;
  border: 1px solid #118825;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  header .hd-fixed li:not(.hamburger) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .hd-fixed {
    right: 20px;
    top: 20px;
  }
}
header .hamburger {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 1px solid #118825;
  border-radius: 50%;
  box-shadow: 4px 4px 0px #118825;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  box-sizing: border-box;
}
header .hamburger span {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  left: 20px;
  background: #118825;
  transition: 0.3s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 22px;
}
header .hamburger span:nth-child(2) {
  top: 32px;
}
header .hamburger span:nth-child(3) {
  top: 42px;
}
header .hamburger:hover {
  box-shadow: none !important;
  translate: 4px 4px;
}
@media screen and (max-width: 767px) {
  header .hamburger {
    width: 60px;
    height: 60px;
  }
  header .hamburger span {
    width: 26px;
    left: 16px;
  }
  header .hamburger span:nth-child(1) {
    top: 19px;
  }
  header .hamburger span:nth-child(2) {
    top: 27px;
  }
  header .hamburger span:nth-child(3) {
    top: 35px;
  }
}
header .hamburger.is-active {
  right: 8px;
  top: -4px;
  box-shadow: none !important;
  translate: 4px 4px;
  border: 1px solid rgba(17, 136, 37, 0);
  background-color: transparent;
}
header .hamburger.is-active span {
  top: 32px;
}
header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.is-active span:nth-child(1) {
  transform: rotate(-45deg);
}
header .hamburger.is-active span:nth-child(3) {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  header .hamburger.is-active span {
    top: 27px;
  }
}
@media screen and (max-width: 767px) {
  header .wrap {
    padding: 0;
  }
  header #belt {
    position: fixed;
    top: 0;
    height: 70px;
    background-color: #fff;
    z-index: 99999;
  }
}

#navigation {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  overflow: auto;
  width: 366px;
  height: 464px;
  background-color: #fff;
  border: 1px solid #118825;
  border-radius: 35px;
  padding: 44px 38px 0 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}
#navigation ul li {
  width: 100%;
  margin-bottom: 13px;
}
#navigation ul li a {
  position: relative;
  color: #118825;
  display: block;
}
#navigation ul li a:before {
  background: url("../img/shared/arow4.svg") no-repeat center/100%;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
  box-shadow: 4px 4px 0px #118825;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  box-sizing: border-box;
}
#navigation ul li a:hover:before {
  box-shadow: none !important;
  translate: 4px 4px;
}
#navigation ul li img {
  opacity: 1 !important;
}
#navigation ul li:nth-child(2) {
  margin-bottom: 10px;
}
#navigation ul li:nth-child(2) a:before {
  right: 2px;
  bottom: 17px;
}
#navigation ul li:nth-child(3) {
  margin-bottom: 44px;
}
#navigation ul li:nth-child(3) a:before {
  right: 2px;
  bottom: 8px;
}
#navigation ul li:nth-child(4) {
  width: 288px;
  margin: 0 0 23px 5px;
}
#navigation ul li:nth-child(4) a:before {
  right: 3px;
  bottom: 3px;
}
#navigation ul li:nth-child(5) {
  width: 208px;
  margin: 0 0 0 5px;
}
#navigation ul li:nth-child(5) a:before {
  right: 2px;
  bottom: 5px;
}
#navigation ul li.sns {
  display: none;
  gap: 15px;
}
#navigation ul li.sns a {
  display: block;
  width: 30px;
  background-color: #fff;
  border: 1px solid #118825;
  border-radius: 50%;
}
#navigation ul li.sns a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  #navigation {
    padding: 50px 20px 35px;
    left: 20px;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border-radius: 30px;
  }
  #navigation ul li.sns {
    padding: 25px 0 0 4px;
    display: flex;
  }
}

.navOpen header .hd-fixed li:not(.hamburger) {
  opacity: 0;
  pointer-events: none;
}
.navOpen #navigation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.75s ease;
}

footer {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 30px 30px 30px;
}
footer .shop {
  height: 100vh;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
footer .shop .logo {
  width: 530px;
  margin: 0 auto 8px;
}
footer .shop .bnr {
  width: 280px;
  margin: 0px auto 0;
  display: block;
  background-color: #118825;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
}
footer .shop .sns {
  justify-content: center;
  gap: 20px;
}
footer .shop .sns li a {
  display: block;
  width: 40px;
  background-color: #fff;
  border: 1px solid #118825;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  footer .shop .logo {
    width: 270px;
    margin-bottom: 20px;
  }
}
footer address {
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 20px 30px;
  }
  footer .bnr {
    width: 210px;
    line-height: 32px;
    font-size: 14px;
  }
}

.ft-bnr-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.ft-bnr-fixed .box {
  background-color: rgba(0, 104, 183, 0.9);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ft-bnr-fixed .ft-bnr {
  justify-content: center;
  gap: 30px;
  text-align: center;
  align-items: center;
}
.ft-bnr-fixed ul {
  border-radius: 5px;
  background: #FAD165;
  width: 286px;
  padding: 2px 0 1px;
  line-height: 20px;
}
.ft-bnr-fixed ul li a {
  color: #151B51;
  font-weight: 700;
  font-size: 15px;
}
.ft-bnr-fixed ul li.email a:before {
  content: "";
  display: inline-block;
  background: url("../img/shared/icon2.png") no-repeat center/100%;
  width: 19px;
  height: 15px;
  margin-right: 5px;
}
.ft-bnr-fixed ul li.email a:hover {
  opacity: 0.8;
}
.ft-bnr-fixed ul li.tel a {
  font-size: 16px;
}
.ft-bnr-fixed ul li.tel a:before {
  content: "";
  background: url("../img/shared/ico1.png") no-repeat center/100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.ft-bnr-fixed .btn-close {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -20px;
  width: 38px;
  height: 38px;
  line-height: 1;
  background-color: #FAD165;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ft-bnr-fixed .btn-close img {
  width: 100%;
  height: auto;
  position: relative;
  transform: rotate(45deg);
}
@media screen and (max-width: 999px) {
  .ft-bnr-fixed .btn-close {
    top: -50px;
    right: 20px;
  }
}
.ft-bnr-fixed .btn-close:hover {
  opacity: 0.8;
}
.ft-bnr-fixed.pop_open .btn-close {
  top: 20px;
}
.ft-bnr-fixed.pop_open .btn-close img {
  transform: rotate(0);
}
.ft-bnr-fixed.pop_open .box {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .ft-bnr-fixed .ft-bnr {
    gap: 7px;
  }
  .ft-bnr-fixed .box {
    font-size: 13px;
    padding: 10px 0;
  }
  .ft-bnr-fixed ul {
    background-color: transparent;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    box-sizing: border-box;
  }
  .ft-bnr-fixed ul li {
    width: 170px;
    background: #FAD165;
    border-radius: 5px;
  }
  .ft-bnr-fixed ul li a {
    display: block;
    font-size: 14px;
    color: #151B51;
  }
  .ft-bnr-fixed ul li.email a {
    line-height: 44px;
  }
  .ft-bnr-fixed ul li.tel {
    order: -1;
    background-color: #fff;
  }
  .ft-bnr-fixed ul li.tel a {
    text-align: left;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 40px;
  }
  .ft-bnr-fixed ul li.tel a span {
    font-size: 12px;
    display: block;
  }
  .ft-bnr-fixed ul li.tel a:before {
    margin: 0;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 22px;
    height: 22px;
  }
  .ft-bnr-fixed .btn-close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: 10px;
    background: #fff;
    border: 2px solid #FAD165;
  }
}

section * {
  box-sizing: border-box;
}

header .fixed .fix_logo {
  opacity: 1;
  visibility: visible;
}

.btn_hvr {
  box-shadow: 4px 4px 0px #118825;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
}
.btn_hvr:hover {
  box-shadow: none !important;
  translate: 4px 4px;
}

.bnr-shared {
  max-width: 380px;
  margin: 0 auto;
}
.bnr-shared a {
  display: flex;
  color: #118825;
  background-color: #fff;
  text-align: center;
  border: 1px solid;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 20px;
  line-height: 38px;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 4px 4px 0px #118825;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  padding: 0 17px 0 0;
}
.bnr-shared a:before {
  content: "";
  background: url("../img/shared/arow3.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 40px;
}
.bnr-shared a span {
  letter-spacing: 0;
  font-size: 13px;
}
.bnr-shared a:hover {
  box-shadow: none;
  translate: 4px 4px;
}
.bnr-shared.btn-index {
  max-width: 240px;
}
.bnr-shared.btn-index a {
  line-height: 58px;
  border-radius: 60px;
  text-align: left;
  justify-content: flex-start;
  padding: 0 29px;
  font-size: 16px;
  letter-spacing: 0;
}
.bnr-shared.btn-index a:before {
  right: 9px;
}
@media screen and (max-width: 767px) {
  .bnr-shared {
    max-width: 100%;
  }
  .bnr-shared a {
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
    padding: 15px 24px 17px;
    border-radius: 35px;
    min-height: 40px;
  }
  .bnr-shared a:before {
    right: 7px;
    width: 50px;
  }
  .bnr-shared a span {
    width: 100%;
    font-size: 12px;
  }
  .bnr-shared.btn-index {
    max-width: 225px;
  }
  .bnr-shared.bnr-guide a {
    line-height: 1.3;
    padding: 9px 0px 11px 22px !important;
    min-height: 70px;
  }
}

.blog-shared {
  position: relative;
  gap: 20px;
}
.blog-shared .item {
  background-color: #fff;
  border: 1px solid;
  border-radius: 20px;
  padding: 29px 29px 23px;
  position: relative;
  box-shadow: 4px 4px 0px #118825;
}
.blog-shared .item .new {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url("../img/shared/news.png") no-repeat 0 0/100%;
  width: 68px;
  height: 68px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 3;
}
.blog-shared .item a:hover {
  opacity: 0.8;
}
.blog-shared .item h3 {
  padding-bottom: 7px;
}
.blog-shared .item h3 a {
  overflow: hidden;
  display: block;
  max-height: 48px;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.blog-shared .item .photo {
  border-radius: 10px;
  overflow: hidden;
  height: 193px;
}
.blog-shared .item .date {
  font-size: 13px;
}
.blog-shared .item .cate {
  padding: 20px 0 15px;
  gap: 10px;
  align-items: center;
  display: flex;
}
.blog-shared .item .cate a {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  line-height: 28px;
  padding: 0 15px;
  border: 1px solid;
  border-radius: 15px;
}
@media screen and (max-width: 1080px) {
  .blog-shared .item {
    padding: 25px 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-shared {
    width: 281px;
    margin: 0 auto;
  }
  .blog-shared .item {
    width: 100%;
    padding: 20px 20px 17px 118px;
  }
  .blog-shared .item .new {
    width: 61px;
    height: 61px;
    left: -10px;
    top: -10px;
    font-size: 16px;
  }
  .blog-shared .item h3 {
    font-size: 14px;
    padding-bottom: 0;
  }
  .blog-shared .item .date {
    font-size: 12px;
  }
  .blog-shared .item .photo {
    height: 67px;
    width: 90px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .blog-shared .item .cate {
    padding: 0 0 10px;
  }
  .blog-shared .item .cate a {
    font-size: 11px;
    line-height: 20px;
    padding: 0 8px;
  }
}

.banner-group li {
  width: 280px;
}
.banner-group li a {
  background-color: #fff;
  display: flex;
  border: 1px solid;
  border-radius: 66px;
  font-weight: 900;
  font-size: 23px;
  position: relative;
  min-height: 120px;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0 0 138px;
  line-height: 1.3;
  gap: 10px 0;
  letter-spacing: 0;
  gap: 12px 0;
}
.banner-group li a:before {
  content: "";
  background: url("../img/shared/arow2.svg") no-repeat 0 0/100%;
  position: absolute;
  width: 82px;
  height: 82px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.banner-group li a img {
  border-radius: 50%;
  width: 120px;
  border: 1px solid #118825;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  opacity: 1 !important;
}
.banner-group li a span {
  font-size: 16px;
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
}
.banner-group li a.ext {
  gap: 6px;
}
.banner-group.ext {
  padding: 0 0 100px;
}
.banner-group.ext h3 {
  font-size: 23px;
  text-align: center;
  font-weight: 900;
  padding-bottom: 14px;
}
.banner-group.ext ul {
  justify-content: center;
  gap: 10px;
}
.banner-group.ext li a {
  min-height: 70px;
  font-size: 15px;
  padding: 0 0 0 80px;
  font-weight: 900;
  gap: 3px;
}
.banner-group.ext li a span {
  font-size: 12px;
  font-weight: 500;
}
.banner-group.ext li a img {
  width: 70px;
}
.banner-group.ext li a:before {
  width: 14px;
  height: 14px;
  right: 28px;
  background: url("../img/shared/dl_ico.svg") no-repeat 0 0/100%;
}
@media screen and (max-width: 767px) {
  .banner-group {
    gap: 10px;
    /*
        &.ext {
          padding: 0 0 75px;
          width: 280px;
          margin: 0 auto;

          li {

            a {

              font-size: 15px;
              padding: 0 0 0 80px;
              font-weight: 500;
              gap: 3px;

              span {
                font-size: 13px;
              }

              img {
                width: 70px;

              }

              &:before {

                width: 16px;
                height: 16px;
                right: 25px;
                background: url("../img/shared/dl_ico.svg") no-repeat 0 0 /100%;

              }

            }
          }
        }
          */
  }
  .banner-group.ext {
    padding-bottom: 25px;
  }
  .banner-group.ext h3 {
    font-size: 20px;
  }
}

/*page cate*/
.keyvisual {
  position: relative;
  font-size: 18px;
  line-height: 2;
  padding: 0 30px 50px;
}
.keyvisual .wrap {
  max-width: 830px;
}
.keyvisual .bnr-guide {
  max-width: 430px;
}
.keyvisual .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.keyvisual .info {
  position: relative;
  z-index: 1;
  padding: 65px 5px 20px;
}
@media screen and (max-width: 1100px) {
  .keyvisual .info {
    padding-top: 120px;
  }
}
.keyvisual .txt {
  padding-bottom: 20px;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0;
}
.keyvisual h1 {
  width: 427px;
  margin-bottom: 47px;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
}
.keyvisual.tag {
  padding: 72px 0 100px;
}
.keyvisual.tag h1 {
  width: auto;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 999px) {
  .keyvisual.tag {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .keyvisual.tag {
    padding: 120px 30px 40px;
  }
  .keyvisual.tag h1 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .keyvisual {
    font-size: 16px;
    padding: 30px 20px;
  }
  .keyvisual .photo {
    position: static;
    padding: 0 10px;
  }
  .keyvisual .info {
    padding: 0;
  }
  .keyvisual h1 {
    width: 80.6%;
    margin: -24vw auto 20px;
    font-size: 26px;
  }
  .keyvisual .txt {
    padding: 0 0 20px;
  }
  .keyvisual .bnr-shared {
    width: 280px;
    margin: 0 auto;
  }
  .keyvisual .bnr-shared a {
    padding: 11px 24px 12px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.cate-list {
  padding: 0 40px;
}
.cate-list .blog-shared {
  gap: 23px;
  margin-bottom: 50px;
}
.cate-list .blog-shared .item {
  width: calc((100% - 46px) / 3);
}
.cate-list .bnr-guide {
  max-width: 430px;
}
.cate-list .bnr-guide a {
  padding-right: 26px;
}
@media screen and (max-width: 999px) {
  .cate-list .blog-shared .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .cate-list {
    padding: 0px 20px;
  }
  .cate-list .bnr-shared {
    width: 280px;
  }
  .cate-list .bnr-shared a {
    padding: 11px 24px 12px;
    font-size: 15px;
    line-height: 1.5;
  }
  .cate-list .blog-shared {
    gap: 20px;
    padding: 0 0 42px;
    margin: 0;
    width: 100%;
  }
  .cate-list .blog-shared .item {
    width: 100%;
    padding: 20px 20px 17px 118px;
  }
  .cate-list .blog-shared .item h3 {
    padding-bottom: 0;
  }
  .cate-list .blog-shared .item .photo {
    height: 67px;
    width: 90px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .cate-list .blog-shared .item .cate {
    padding: 0 0 10px;
  }
}

.paginate_links {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 50px 0;
  gap: 10px;
}
.paginate_links .page-numbers,
.paginate_links .control {
  background-color: #fff;
  color: #118825;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  box-shadow: 4px 4px 0px #118825;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
  transition: 0.2s box-shadow ease, 0.2s translate ease;
}
.paginate_links .page-numbers:hover, .paginate_links .page-numbers.current,
.paginate_links .control:hover,
.paginate_links .control.current {
  box-shadow: none;
  translate: 4px 4px;
}
.paginate_links .control {
  background: #fff url("../img/shared/arow.svg") no-repeat center/100%;
  margin-right: 30px;
}
.paginate_links .control.next {
  background: #fff url("../img/shared/arow3.svg") no-repeat center/100%;
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .paginate_links .control {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .paginate_links {
    padding: 40px 0 30px;
  }
}

.cate_learn {
  background: #BBECFC;
}

.cate_enjoy {
  background-color: #FFC9AA;
}

.cate_support {
  background-color: #F9E88F;
}

.sns_shared {
  gap: 20px 15px;
  justify-content: flex-start;
  max-width: 120px;
}
.sns_shared li a {
  display: block;
  background-color: #fff;
  width: 30px;
  border-radius: 50%;
  box-shadow: 3px 3px 0px #118825;
  border: 1px solid;
}
.sns_shared li a:hover {
  translate: 3px 3px;
}
.sns_shared li.map a {
  border-radius: 30px;
  width: 72px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  gap: 6px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 400;
}
.sns_shared li.map a img {
  width: 15px;
  height: auto;
}

/*page contact */
#contact {
  padding: 112px 40px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  min-height: calc(100vh - 75px);
}
#contact .wrap {
  max-width: 700px;
}
#contact h1 {
  max-width: 380px;
  margin: 0 auto 70px;
}
#contact input,
#contact textarea,
#contact select {
  line-height: 30px;
  color: #118825;
  border: 1px solid;
  font-weight: 400;
  border-radius: 20px;
  width: 100%;
  padding: 19px 30px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  letter-spacing: 0.05em;
}
#contact select {
  background-image: url("../img/shared/select_ico.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
#contact textarea {
  min-height: 200px;
  resize: vertical;
}
#contact input[type=checkbox] {
  border: 1px solid;
  padding: 2px 8px 14px;
  box-sizing: border-box;
  width: auto;
  margin-right: 5px;
}
#contact .check {
  text-align: center;
  padding: 47px 0 0px;
}
#contact .i-custom {
  position: relative;
}
#contact .i-custom span.wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
}
#contact .i-custom span.wpcf7-list-item-label:before, #contact .i-custom span.wpcf7-list-item-label:after {
  content: "";
  margin: auto;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
#contact .i-custom span.wpcf7-list-item-label:before {
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid;
  left: 0;
  border-radius: 3px;
  box-sizing: border-box;
}
#contact .i-custom span.wpcf7-list-item-label:after {
  opacity: 0;
  background: #118825;
  width: 10px;
  height: 10px;
  left: 5px;
  transform: scale(0);
}
#contact .i-custom input:checked ~ span:after {
  opacity: 1;
  transform: scale(1);
}
#contact .tbl-contact dl {
  font-weight: 400;
  padding-bottom: 42px;
}
#contact .tbl-contact dl dt {
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 13px;
}
#contact .tbl-contact dl dt .required {
  color: #EE2F2F;
  padding-left: 5px;
}
#contact .tbl-contact dl:last-child {
  padding-bottom: 0;
}
#contact .tbl-contact dl.policy dt {
  font-weight: 400;
  margin-top: -7px;
}
#contact .tbl-contact dl.policy .cont {
  border: 1px solid;
  border-radius: 20px;
  padding: 22px 34px 20px;
}
#contact .tbl-contact dl.policy .cont a {
  text-decoration: underline;
}
#contact .tbl-contact dl.policy .cont a:hover {
  text-decoration: none;
}
#contact .tbl-contact dl.policy .cont li {
  text-indent: -15px;
  padding-left: 15px;
  line-height: 1.7;
}
#contact .tbl-contact dl.policy .cont li:before {
  content: "・";
}
#contact .btn-contact {
  gap: 10px;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
#contact .btn-contact input {
  background: #fff url("../img/shared/arow3.svg") no-repeat right 9px center/40px;
  width: 240px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  line-height: 58px;
  padding: 0 0 0 29px;
  border-radius: 30px;
  position: relative;
}
#contact .btn-contact input.btn-back {
  background: #fff;
  width: 160px;
  padding: 0;
  border: 1px solid #C8C8C8;
  text-align: center;
  box-shadow: 4px 4px 0px #C8C8C8;
}
#contact .confirm_table .tbl-contact {
  padding-top: 34px;
}
#contact .confirm_table .tbl-contact dl:not(:last-child) {
  padding-bottom: 46px;
}
#contact .confirm_table .tbl-contact dl dd {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #contact .confirm_table .tbl-contact {
    padding: 4px 0 20px;
  }
}
#contact .tbl-thanks {
  text-align: center;
  padding: 30px 0;
}
#contact .tbl-thanks dl {
  padding-bottom: 55px;
}
#contact .tbl-thanks dt {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #contact .tbl-thanks {
    padding: 0;
  }
  #contact .tbl-thanks dl {
    padding-bottom: 50px;
    margin: 0 -5px;
  }
  #contact .tbl-thanks dd {
    text-align: left;
  }
  #contact .tbl-thanks dt {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 999px) {
  #contact {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 130px 20px 20px;
    min-height: calc(100vh - 76px);
  }
  #contact h1 {
    width: 260px;
    margin: 0 auto 53px;
  }
  #contact input,
  #contact textarea,
  #contact select {
    border-radius: 15px;
  }
  #contact .check {
    padding-top: 40px;
  }
  #contact .tbl-contact dl {
    padding-bottom: 33px;
  }
  #contact .tbl-contact dl.policy .cont {
    border-radius: 15px;
    padding: 10px 23px 10px;
  }
  #contact .btn-contact {
    margin-top: 35px;
  }
  #contact .btn-contact input {
    width: 225px;
  }
  #contact .btn-contact input.btn-back {
    width: 100px;
  }
}

.tbl-info-shared {
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.tbl-info-shared p {
  padding-bottom: 40px;
}
.tbl-info-shared dl {
  padding-bottom: 40px;
}
.tbl-info-shared dl dt {
  font-size: 22px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
.tbl-info-shared dl ul li {
  padding-left: 25px;
  position: relative;
}
.tbl-info-shared dl ul li:before {
  content: "・";
  position: absolute;
  left: 4px;
  top: 7px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tbl-info-shared dl dt {
    font-size: 20px;
  }
}

#privacy {
  padding: 110px 30px 100px;
}
#privacy h1 {
  max-width: 554px;
  margin: 0 auto 96px;
  width: 80%;
}
@media screen and (max-width: 999px) {
  #privacy {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #privacy {
    padding-top: 130px;
  }
  #privacy h1 {
    margin-bottom: 40px;
  }
}

#notfound {
  padding: 120px 30px 100px;
  text-align: center;
}
#notfound h1 {
  max-width: 180px;
  margin: 0 auto 110px;
}
#notfound .tbl-info-shared {
  padding-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #notfound {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #notfound {
    padding: 120px 30px 50px;
  }
  #notfound h1 {
    margin-bottom: 40px;
    max-width: 150px;
  }
  #notfound .tbl-info-shared dl dd {
    text-align: left;
  }
}/*# sourceMappingURL=shared.css.map */