@charset "UTF-8";
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 16px;
}

a {
  color: #000;
}
a:visited, a:focus, a:active {
  color: #000;
}

@media only screen and (min-width: 1080px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 1080px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1079px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

@media only screen and (min-width: 1080px) {
  pointer-eventsa[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  scroll-behavior: smooth;
}

.naviBlock {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.naviBlock.open {
  /* ここは空でもOK。max-height は JS で設定 */
}

#menuOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

#menuOverlay.open {
  display: block;
}

/* オーバーレイの自然なフェード */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

/* PCでは常に表示（スマホ用のスライドを無効化） */
@media screen and (min-width: 769px) {
  .naviBlock {
    max-height: none !important;
    overflow: visible !important;
  }
}
/* 黒背景のオーバーレイ（最初は非表示） */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* オープン時に表示 */
.overlay.open {
  opacity: 1;
  visibility: visible;
}

/* メニューが開いたとき、背景スクロールを禁止 */
body.menu-open {
  overflow: hidden;
  touch-action: none; /* スマホでも完全にスクロール防止 */
}

.topNewsLink a {
  display: block;
  width: 240px;
  background-color: #87B92A;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.topNewsLink.center {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

body {
  font-size: 16px !important;
  line-height: 1.7;
}
body#under {
  background-color: #F6F6F6;
  top: 17px;
}
@media only screen and (max-width: 767px) {
  body#under #headWrap .headerInner #drawerBtn {
    top: 17px;
  }
}
body#under #singleContents.ownedMediaContents .articleFooter {
  margin-top: 32px;
}
body#under #headWrap {
  padding: 0;
}
body#under #headWrap .headerInner {
  border-radius: 0;
}
body#under #main {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  body#under #main {
    padding-top: 64px;
  }
}
body#under #main .sidebar {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  body#under #main .sidebar {
    width: 100%;
  }
}
body#under #main .sidebar h4 {
  color: #87B92A;
  font-weight: bold;
  margin-bottom: 32px;
}
body#under #main .sidebar .newsList ul li a {
  padding: 0;
  background-color: transparent;
  border-radius: none;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
body#under #main .sidebar .newsList ul li a:after {
  display: none;
}
body#under #main .sectionWrap {
  display: flex;
  justify-content: space-between;
  padding: 9vh 0;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap {
    flex-wrap: wrap;
    margin: 0 8%;
  }
}
body#under #main .sectionWrap section {
  padding-top: 0;
}
body#under #main .sectionWrap section .sectionInner {
  padding-top: 0;
}
body#under #main .sectionWrap section .sectionInner .noSidebarContents {
  margin: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
body#under #main .sectionWrap section .sectionInner .noSidebarContentsInner {
  background-color: #fff;
  padding: 10%;
}
body#under #main .sectionWrap #singleContents {
  width: 800px;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap #singleContents {
    width: 100%;
  }
}
body#under #main .sectionWrap .npArea .npNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#under #main .sectionWrap .npArea .npNavigation .prev {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap .npArea .npNavigation .prev {
    font-size: 0;
    width: 50px;
  }
}
body#under #main .sectionWrap .npArea .npNavigation .prev a {
  width: 240px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  display: block;
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap .npArea .npNavigation .prev a {
    font-size: 0;
    width: 50px;
    border-bottom: 0px solid #000;
  }
}
body#under #main .sectionWrap .npArea .npNavigation .prev a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-2px) rotate(225deg);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap .npArea .npNavigation .prev a:after {
    border-bottom: 0px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap .npArea .npNavigation .topNewsLink {
    width: 180px;
  }
  body#under #main .sectionWrap .npArea .npNavigation .topNewsLink a {
    width: 180px;
  }
}
body#under #main .sectionWrap .npArea .npNavigation .next {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap .npArea .npNavigation .next {
    font-size: 0;
    width: 50px;
  }
}
body#under #main .sectionWrap .npArea .npNavigation .next a {
  width: 240px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  display: block;
  padding-right: 24px;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body#under #main .sectionWrap .npArea .npNavigation .next a {
    font-size: 0;
    width: 50px;
    border-bottom: 0px solid #000;
  }
}
body#under #main .sectionWrap .npArea .npNavigation .next a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-2px) rotate(45deg);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body#under #main section#form {
    padding-top: 9vh;
  }
}
body#under #main section#form .inner {
  max-width: 800px;
}
body#under #main section#form .inner .contactInfo {
  border-radius: 16px;
  border: 1px solid #000;
  padding: 48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body#under #main section#form .inner .contactInfo {
    padding: 8%;
    border-radius: 8px;
  }
}
body#under #main section#form .inner .contactInfo p {
  margin-bottom: 16px;
}
body#under #main section#form .inner .contactInfo .tel p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
body#under #main section#form .inner .contactInfo .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  color: #F098A5;
  font-size: 24px;
}
body#under #main section#form .inner .contactInfo .num a .icon {
  margin-right: 8px;
}
body#under #main section#form .inner .formWrap {
  background-color: #fff;
  border-radius: 16px;
  padding: 48px;
  margin-top: 32px;
}
body#under #main section#form .inner .formWrap .text {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body#under #main section#form .inner .formWrap {
    padding: 8%;
    border-radius: 8px;
  }
}
body#under #main section#form .inner .formWrap.confirm .center {
  text-align: center;
  margin-bottom: 24px;
}
body#under #main section#form .inner .formWrap.confirm dl {
  border-bottom: 1px solid #919191;
  padding: 24px 0;
  margin-top: 0;
}
body#under #main section#form .inner .formWrap.confirm dl.btn {
  border-bottom: 0px;
}
body#under #main section#form .inner .formWrap dl {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  align-items: center;
}
body#under #main section#form .inner .formWrap dl .req {
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #dc6375;
  margin-left: 8px;
  font-size: 12px;
  display: block;
  width: 38px;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  body#under #main section#form .inner .formWrap dl {
    flex-wrap: wrap;
  }
}
body#under #main section#form .inner .formWrap dl.btn {
  justify-content: center;
  margin-top: 48px;
}
body#under #main section#form .inner .formWrap dl.btn .wpcf7-spinner {
  display: none;
}
body#under #main section#form .inner .formWrap dl.btn input[type=submit] {
  width: 260px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: #F098A5;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}
body#under #main section#form .inner .formWrap dl.btn input[type=button] {
  width: 260px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: #a5a5a5;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
body#under #main section#form .inner .formWrap dl:first-child {
  margin-top: 0;
}
body#under #main section#form .inner .formWrap dl dt {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  body#under #main section#form .inner .formWrap dl dt {
    width: 100%;
  }
}
body#under #main section#form .inner .formWrap dl dt p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body#under #main section#form .inner .formWrap dl dd {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  body#under #main section#form .inner .formWrap dl dd {
    width: 100%;
  }
}
body#under #main section#form .inner .formWrap dl dd input[type=text], body#under #main section#form .inner .formWrap dl dd input[type=tel], body#under #main section#form .inner .formWrap dl dd input[type=email] {
  border: none;
  width: 100%;
  padding: 16px;
  background-color: #F6F6F6;
  border-radius: 4px;
  box-sizing: border-box;
}
body#under #main section#form .inner .formWrap dl dd input[type=text]:placeholder, body#under #main section#form .inner .formWrap dl dd input[type=tel]:placeholder, body#under #main section#form .inner .formWrap dl dd input[type=email]:placeholder {
  opacity: 0.3;
}
body#under #main section#form .inner .formWrap dl dd textarea {
  border: none;
  width: 100%;
  padding: 0 16px;
  background-color: #F6F6F6;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
}
body#under #main section#form .inner .formWrap dl dd textarea:placeholder {
  opacity: 0.3;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 8%;
  }
}

#headWrap {
  padding: 20px 30px;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #headWrap {
    padding: 1.5vh 4%;
  }
}
#headWrap .headerInner {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner {
    flex-wrap: wrap;
  }
}
#headWrap .headerInner .logo img {
  height: 46px;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .logo img {
    height: 32px;
  }
}
#headWrap .headerInner .naviBlock {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock {
    flex-wrap: wrap;
  }
}
#headWrap .headerInner .naviBlock .nav {
  margin-right: 48px;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .nav {
    width: 100%;
    padding-top: 48px;
    margin-bottom: 48px;
  }
}
#headWrap .headerInner .naviBlock .nav ul {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .nav ul {
    flex-wrap: wrap;
  }
}
#headWrap .headerInner .naviBlock .nav ul li {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .nav ul li {
    width: 100%;
    margin-left: 0;
  }
}
#headWrap .headerInner .naviBlock .nav ul li:first-child {
  margin-left: 0;
}
#headWrap .headerInner .naviBlock .nav ul li a {
  height: 40px;
  line-height: 40px;
  color: #000;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .nav ul li a {
    width: 100%;
    display: block;
  }
}
#headWrap .headerInner .naviBlock .nav ul li a:hover {
  color: #F098A5;
}
#headWrap .headerInner .naviBlock .telBtn {
  display: flex;
  justify-content: flex-start;
  height: 40px;
  line-height: 40px;
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .telBtn {
    width: 100%;
    height: 60px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#headWrap .headerInner .naviBlock .telBtn a {
  display: flex;
  justify-content: flex-start;
  height: 40px;
  line-height: 1;
  color: #F098A5;
  align-items: center;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .telBtn a {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #919191;
    justify-content: center;
  }
}
#headWrap .headerInner .naviBlock .telBtn a .icon {
  margin-right: 8px;
}
#headWrap .headerInner .naviBlock .telBtn a .icon img {
  height: 24px;
}
#headWrap .headerInner .naviBlock .contactBtn {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .contactBtn {
    width: 100%;
    margin-bottom: 24px;
  }
}
#headWrap .headerInner .naviBlock .contactBtn a {
  display: flex;
  justify-content: flex-start;
  height: 40px;
  border-radius: 20px;
  background-color: #F098A5;
  color: #fff;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  padding: 0 24px;
  transition-duration: 0.3s;
}
#headWrap .headerInner .naviBlock .contactBtn a:hover {
  background-color: #dc6375;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner .naviBlock .contactBtn a {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    justify-content: center;
  }
}
#headWrap .headerInner .naviBlock .contactBtn a .icon {
  margin-right: 8px;
}
#headWrap .headerInner #drawerBtn {
  width: 24px;
  height: 32px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 38px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #headWrap .headerInner #drawerBtn {
    display: flex;
    right: 32px;
    top: 28px;
  }
}
#headWrap .headerInner #drawerBtn.open a span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
#headWrap .headerInner #drawerBtn.open a span:nth-child(2) {
  display: none;
}
#headWrap .headerInner #drawerBtn.open a span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}
#headWrap .headerInner #drawerBtn a {
  width: 24px;
  height: 16px;
  display: block;
  position: relative;
}
#headWrap .headerInner #drawerBtn a span {
  width: 100%;
  height: 1px;
  background-color: #F098A5;
}
#headWrap .headerInner #drawerBtn a span:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.3s;
}
#headWrap .headerInner #drawerBtn a span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-duration: 0.3s;
}
#headWrap .headerInner #drawerBtn a span:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
  transition-duration: 0.3s;
}

#main .bold {
  font-weight: bold;
}
#main section {
  padding: 16vh 0;
}
@media only screen and (max-width: 767px) {
  #main section {
    padding: 12vh 0;
  }
}
#main section.gray {
  background-color: #F6F6F6;
}
#main section#kv {
  min-height: 100svh;
  background-image: linear-gradient(200deg, rgb(255, 255, 255), rgb(242, 253, 241) 49%, rgb(231, 248, 229));
  padding: 0;
}
#main section#kv .tlparts {
  position: absolute;
  left: 0;
  top: 0;
  width: 23.5vw;
}
@media only screen and (max-width: 767px) {
  #main section#kv .tlparts {
    width: 40vw;
  }
}
#main section#kv .tlparts img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#main section#kv .tlparts img:nth-child(1) {
  z-index: 1;
}
#main section#kv .tlparts img:nth-child(2) {
  z-index: 2;
  mix-blend-mode: multiply;
}
#main section#kv .tlparts img:nth-child(3) {
  z-index: 3;
  mix-blend-mode: color-burn;
}
#main section#kv .kvImg {
  width: 68vw;
  height: calc(100vh - 200px);
  border-radius: 80px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvImg {
    width: 100%;
    height: 50vh;
    border-radius: 0;
    bottom: 0px;
  }
}
#main section#kv .kvImg .img {
  width: 100%;
  height: 100%;
  border-radius: 80px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvImg .img {
    border-radius: 0;
  }
}
#main section#kv .kvImg .img.show {
  opacity: 1;
}
#main section#kv .kvImg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main section#kv .kvTitle {
  position: absolute;
  left: 10vw;
  top: 35vh;
  z-index: 5;
  width: 80vw;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvTitle {
    top: auto;
    bottom: 55vh;
  }
}
#main section#kv .kvTitle .catch {
  font-size: 1.8vw;
  color: #87B92A;
  line-height: 1;
  padding-right: 40px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvTitle .catch {
    font-size: 5vw;
  }
}
#main section#kv .kvTitle .catch::after {
  content: "";
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #87B92A;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#main section#kv .kvTitle h2 {
  width: 30vw;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvTitle h2 {
    width: 100%;
  }
}
#main section#kv .kvTitle h2 img {
  width: 100%;
}
#main section#kv .kvTitle p {
  background-color: #fff;
  color: #87B92A;
  font-size: 1vw;
  line-height: 1;
  padding: 8px 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvTitle p {
    font-size: 3vw;
  }
}
#main section#kv .pickup {
  position: absolute;
  width: 180px;
  height: 180px;
  right: 40px;
  bottom: 100px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  #main section#kv .pickup {
    width: 26vw;
    height: 26vw;
    right: 16px;
    bottom: 50px;
  }
}
#main section#kv .brparts {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20vw;
}
@media only screen and (max-width: 767px) {
  #main section#kv .brparts {
    display: none;
  }
}
#main section#kv .brparts img {
  position: absolute;
  right: 0;
  bottom: 75px;
  width: 100%;
}
#main section#kv .brparts img:nth-child(1) {
  mix-blend-mode: color-burn;
}
#main section#kv .brparts img:nth-child(2) {
  z-index: 2;
  mix-blend-mode: multiply;
}
#main section#kv .topNews {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #main section#kv .topNews {
    padding: 16px;
  }
}
#main section#kv .topNews .title {
  font-size: 20px;
  padding-right: 24px;
  border-right: 1px solid #000;
  margin-right: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #main section#kv .topNews .title {
    font-size: 16px;
    padding-right: 16px;
    margin-right: 16px;
  }
}
#main section#kv .topNews a {
  display: flex;
  justify-content: flex-start;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #main section#kv .topNews a {
    flex-wrap: wrap;
  }
}
#main section#kv .topNews a .day {
  color: #87B92A;
  margin-right: 8px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  #main section#kv .topNews a .day {
    font-size: 14px;
  }
}
#main section#kv .topNews a:hover p:nth-child(2) {
  text-decoration: underline;
}
#main section#concept .twoBox {
  align-items: center;
  margin-bottom: 10vh;
}
#main section#concept .twoBox .titleWrap {
  width: 590px;
}
#main section#concept .twoBox .titleWrap .read {
  font-size: 18px;
  line-height: 1.8;
}
#main section#concept .twoBox .img {
  width: 450px;
}
#main section#support .titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  #main section#support .titleWrap {
    flex-wrap: wrap;
  }
}
#main section#support .titleWrap .sectionTitle {
  width: 25%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #main section#support .titleWrap .sectionTitle {
    width: 100%;
    margin-bottom: 5vh;
  }
}
#main section#support .titleWrap .text {
  width: 72%;
}
@media only screen and (max-width: 767px) {
  #main section#support .titleWrap .text {
    width: 100%;
  }
}
#main section#schedule {
  position: relative;
  padding-bottom: 35vh;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #main section#schedule {
    padding-top: 0;
  }
}
#main section#schedule::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/top/scheduleback.png);
  width: 100%;
  height: 50vh;
  background-size: cover;
}
#main section#schedule .inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 9vh 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #main section#schedule .inner {
    padding: 9vh 8%;
  }
}
#main section#schedule .inner .text {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
#main section#schedule .inner .stepList .twoBox {
  background-color: #F6F6F6;
}
@media only screen and (max-width: 767px) {
  #main section#flow {
    padding: 0;
  }
}
#main section#flow .inner {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 9vh 0;
}
@media only screen and (max-width: 767px) {
  #main section#flow .inner {
    padding: 9vh 8%;
  }
}
#main section#faq {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #main section#faq {
    padding: 12vh 0;
  }
}
#main section#faq .inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #main section#faq .inner {
    flex-wrap: wrap;
  }
}
#main section#faq .inner .sectionTitle {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  #main section#faq .inner .sectionTitle {
    width: 100%;
  }
}
#main section#faq .inner .faqList {
  width: 68%;
}
@media only screen and (max-width: 767px) {
  #main section#faq .inner .faqList {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #main section#facility {
    padding: 0;
    background-color: #F6F6F6;
  }
}
#main section#facility .inner {
  background-color: #87B92A;
  color: #fff;
  padding: 80px 70px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  #main section#facility .inner {
    padding: 12vh 8%;
  }
}
#main section#facility .inner h2 {
  color: #fff;
}
#main section#facility .inner .twoBox {
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #main section#facility .inner .twoBox {
    flex-wrap: wrap;
  }
}
#main section#facility .inner .twoBox .box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #main section#facility .inner .twoBox .box {
    width: 100%;
  }
}
#main section#facility .inner .twoBox .box:nth-child(2) {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #main section#facility .inner .twoBox .box:nth-child(2) {
    margin-top: 40px;
    width: 100%;
  }
}
#main section#news {
  background-color: #F6F6F6;
}
#main section#news .inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #main section#news .inner {
    flex-wrap: wrap;
  }
}
#main section#news .inner .sectionTitle {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  #main section#news .inner .sectionTitle {
    width: 100%;
  }
}
#main section#news .inner .newsList {
  width: 68%;
}
@media only screen and (max-width: 767px) {
  #main section#news .inner .newsList {
    width: 100%;
  }
}
#main .sectionTitle {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  #main .sectionTitle {
    margin-bottom: 5vh;
  }
}
#main .sectionTitle .en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 8px;
}
#main .sectionTitle h2 {
  font-size: 36px;
  font-weight: 600;
  color: #87B92A;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #main .sectionTitle h2 {
    font-size: 7vw;
    line-height: 1.2;
  }
}
#main .sectionTitle.center {
  text-align: center;
}
#main h3 {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #main h3 {
    font-size: 6vw;
  }
}
#main h4 {
  font-size: 20px;
  font-weight: bold;
}
#main h5 {
  font-weight: bold;
  font-size: 18px;
  color: #87B92A;
}
#main table tr {
  border-bottom: 1px solid #fff;
}
#main table tr:first-child td, #main table tr:first-child th {
  padding-top: 0;
}
#main table tr:last-child {
  border-bottom: 0;
}
#main table tr:last-child td, #main table tr:last-child th {
  padding-bottom: 0;
}
#main table tr th {
  text-align: left;
  padding: 20px 0;
  width: 120px;
}
#main table tr td {
  padding: 20px 0;
}
#main .iflame {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
#main .iflame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .pointContents {
  background-color: #EAF7D1;
  border-radius: 8px;
  position: relative;
  padding: 80px 70px;
}
@media only screen and (max-width: 767px) {
  #main .pointContents {
    padding: 21vw 8%;
  }
}
#main .pointContents .pointTitle {
  position: absolute;
  display: flex;
  top: -14px;
  left: 70px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .pointTitle {
    left: 10%;
    padding-right: 20px;
    line-height: 1.3;
    top: -20px;
  }
}
#main .pointContents .pointTitle h3 {
  color: #87B92A;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .pointTitle h3 {
    font-size: 8.2vw;
    line-height: 1.2;
  }
}
#main .pointContents .pointTitle p {
  line-height: 1;
  font-size: 14px;
  padding-left: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .pointTitle p {
    display: none;
  }
}
#main .pointContents .threeBox {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .threeBox {
    flex-wrap: wrap;
  }
}
#main .pointContents .threeBox .box {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .threeBox .box {
    width: 100%;
  }
}
#main .pointContents .threeBox .box .num {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: bold;
}
#main .pointContents .threeBox .box h4 {
  color: #87B92A;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .threeBox .box p {
    font-size: 95%;
    line-height: 1.5;
  }
}
#main .pointContents .threeBox .box:nth-child(2) {
  margin: 0 4%;
  padding: 0 4%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  #main .pointContents .threeBox .box:nth-child(2) {
    margin: 0 0%;
    padding: 0 0%;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    padding: 16% 0;
    margin: 16% 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#main .twoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .supportList .supportContents {
  padding: 70px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #main .supportList .supportContents {
    padding: 11% 8%;
  }
}
#main .supportList .supportContents:first-child {
  margin-top: 0;
}
#main .supportList .supportContents.twoBox {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .supportList .supportContents.twoBox .contents {
  width: 440px;
}
@media only screen and (max-width: 767px) {
  #main .supportList .supportContents.twoBox .contents {
    width: 100%;
    margin-bottom: 20px;
  }
}
#main .supportList .supportContents.twoBox .contents .spot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#main .supportList .supportContents.twoBox .contents .spot .icon {
  height: 16px;
}
#main .supportList .supportContents.twoBox .contents .spot p {
  padding-left: 8px;
  font-weight: bold;
  line-height: 1;
}
#main .supportList .supportContents.twoBox .contents h3 {
  line-height: 1.3;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #main .supportList .supportContents.twoBox .contents h3 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #main .supportList .supportContents.twoBox .contents p {
    font-size: 95%;
  }
}
#main .supportList .supportContents.twoBox .img {
  width: 520px;
}
@media only screen and (max-width: 767px) {
  #main .supportList .supportContents.twoBox .img {
    width: 100%;
  }
}
#main .supportList .supportContents.twoBox .img img {
  border-radius: 8px;
}
#main .rule {
  background-color: #87B92A;
  color: #fff;
  padding: 70px 80px;
  justify-content: space-between;
  border-radius: 8px;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  #main .rule {
    flex-wrap: wrap;
    padding: 11% 9%;
  }
}
#main .rule .box {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #main .rule .box {
    width: 100%;
  }
}
#main .rule .box:first-child {
  margin-right: 5%;
  padding-right: 5%;
  border-right: 1px solid #fff;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #main .rule .box:first-child {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 16px;
    border-bottom: 1ps solid #fff;
    padding-bottom: 16px;
  }
}
#main .rule .box dl {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #main .rule .box dl {
    flex-wrap: wrap;
  }
}
#main .rule .box dl:first-child {
  margin-top: 0;
}
#main .rule .box dl dt {
  color: #87B92A;
  background-color: #fff;
  width: 140px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  #main .rule .box dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
#main .rule .box dl dd {
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  #main .rule .box dl dd {
    width: 100%;
    padding-left: 0;
  }
}
#main .rule .box .num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #main .rule .box .num {
    flex-wrap: wrap;
  }
}
#main .rule .box .num .number {
  background-color: #fff;
  color: #87B92A;
  text-align: center;
  width: 100px;
  line-height: 1.2;
  padding: 8px 0;
  margin-right: 5px;
  margin-left: 5px;
}
#main .rule .box .num .number:first-child {
  margin-left: 0;
}
#main .rule .box .num .ecol {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #main .rule .box .num .ecol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
  }
}
#main .rule .box .num .ecol p {
  font-size: 20px;
}
#main .rule .box .num .ecol p:nth-child(2) {
  font-size: 180%;
}
@media only screen and (max-width: 767px) {
  #main .rule .box .num .ecol p:nth-child(2) {
    margin-left: 8px;
  }
}
#main .stepList {
  max-width: 800px;
  margin: 0 auto;
}
#main .stepList .twoBox {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  #main .stepList .twoBox {
    padding: 6%;
  }
}
#main .stepList .twoBox:first-child {
  margin-top: 0;
}
#main .stepList .twoBox .num {
  line-height: 1;
  width: 60px;
  height: 60px;
  background-color: #87B92A;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #main .stepList .twoBox .num {
    width: 50px;
    height: 50px;
  }
}
#main .stepList .twoBox .num p {
  line-height: 1.1;
  width: 100%;
  padding-bottom: 4px;
  font-size: 17px;
}
#main .stepList .twoBox .num p span {
  font-size: 50%;
}
#main .stepList .twoBox .contents {
  padding-left: 20px;
  width: 660px;
}
@media only screen and (max-width: 767px) {
  #main .stepList .twoBox .contents {
    width: calc(100% - 70px);
  }
}
#main .stepList .twoBox .contents h5 {
  color: #87B92A;
  font-weight: bold;
  margin-bottom: 8px;
}
#main .stepList .twoBox .contents p {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #main .stepList .twoBox .contents p {
    font-size: 95%;
  }
}
#main .faqList ul li {
  padding: 30px;
  background-color: #F6F6F6;
  border-radius: 8px;
  margin-top: 20px;
}
#main .faqList ul li:first-child {
  margin-top: 0;
}
#main .faqList ul li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #main .faqList ul li > div {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #main .faqList ul li > div {
    align-items: flex-start;
    margin-bottom: 8px;
  }
}
#main .faqList ul li > div .icon {
  font-size: 18px;
  font-weight: 600;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  #main .faqList ul li > div .icon {
    font-size: 95%;
  }
}
#main .faqList ul li .question {
  margin-bottom: 8px;
}
#main .faqList ul li .question .icon {
  color: #87B92A;
}
#main .faqList ul li .question p {
  font-weight: bold;
  font-size: 18px;
  color: #87B92A;
}
@media only screen and (max-width: 767px) {
  #main .faqList ul li .question p {
    font-size: 95%;
  }
}
#main .newsList ul li {
  margin-top: 20px;
}
#main .newsList ul li:first-child {
  margin-top: 0;
}
#main .newsList ul li a {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
#main .newsList ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-2px) rotate(45deg);
  box-sizing: border-box;
}
#main .newsList ul li a .day {
  font-size: 12px;
  color: #87B92A;
  margin-bottom: 8px;
  line-height: 1;
}
#main .newsList ul li a:hover p:nth-child(2) {
  text-decoration: underline;
}

#footer {
  background-color: #87B92A;
  color: #fff;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  padding: 10vh 0;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .inner {
    padding: 10vh 8%;
    flex-wrap: wrap;
  }
}
#footer .inner .contactTitle p.en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 8px;
}
#footer .inner .contactTitle h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .contactTitle h2 {
    font-size: 6.5vw;
  }
}
#footer .inner .contactWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .inner .contactWrap {
    margin-top: 5vh;
  }
}
#footer .inner .contactWrap .telBox {
  width: 280px;
  background-color: #fff;
  border-radius: 8px;
  height: 130px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .inner .contactWrap .telBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    height: 80px;
  }
}
#footer .inner .contactWrap .telBox a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  background-color: #fff;
  border-radius: 8px;
}
#footer .inner .contactWrap .telBox div {
  text-align: center;
  width: 100%;
}
#footer .inner .contactWrap .telBox div p {
  font-size: 14px;
  width: 100%;
}
#footer .inner .contactWrap .telBox div p:last-child {
  color: #F098A5;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#footer .inner .contactWrap .telBox div p:last-child .icon {
  margin-right: 8px;
}
#footer .inner .contactWrap .contactBox {
  width: 280px;
  background-color: #F098A5;
  border-radius: 8px;
  height: 130px;
}
@media only screen and (max-width: 767px) {
  #footer .inner .contactWrap .contactBox {
    width: 100%;
    height: 80px;
  }
}
#footer .inner .contactWrap .contactBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  background-color: #F098A5;
  border-radius: 8px;
  height: 100%;
}
#footer .inner .contactWrap .contactBox a p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding-right: 20px;
}
#footer .inner .contactWrap .contactBox a p .icon {
  padding-right: 10px;
}
#footer .copy {
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 10px;
}/*# sourceMappingURL=common.css.map */