@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 520pxより広くなったら改行なくす
 */
@media (min-width: 520px) {
  .br_sp {
    display: none;
  }
}

/*
 * 520pxより狭くなったら改行なくす
 */
@media (max-width: 520px) {
  .sp_br {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 800px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 800px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.main-tit-block {
  text-align: center;
}

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}

_:lang(x)::-ms-backdrop, body, body.mceContentBody, .comment-btn, #bbp_reply_submit, .bp-login-widget-register-link a, .search-edit, input[type=submit], b, strong, .bold .article h2, .article h3, .article h4, .entry-card-title, .blogcard-title, .wp-block-button__link {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
}
@media (max-width: 800px) {
  .wrapper {
    font-size: 16px;
  }
}

span.aks {
  display: inline-block;
}

.page-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 10%;
}
@media (max-width: 800px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

.wp-block-buttons {
  justify-content: center;
}

.main-tit {
  display: inline-block;
  background-color: #20a737;
  padding: 3px 2em;
  border-radius: 20px;
  text-align: center;
  position: relative;
  background: linear-gradient(-45deg, #1e9a33 25%, #20a737 0, #20a737 50%, #1e9a33 0, #1e9a33 75%, #20a737 0);
  background-size: 20px 20px;
}
.main-tit h2 {
  font-size: 23px;
  font-weight: 600;
  color: white;
}
.main-tit h2::before {
  content: "●";
  color: white;
  margin-right: 8px;
}
.main-tit h2::after {
  content: "●";
  color: white;
  margin-left: 8px;
}
@media (max-width: 520px) {
  .main-tit {
    padding: 3px 3em;
  }
}

.ms-image img {
  width: 103%;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * アニメーション
 */
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0px, 30px);
}

.sa--ri-up {
  transform: translate(10px, -20px);
}

.sa--zoom {
  transform: scale(0.8);
}

#page-top {
  position: absolute;
  cursor: pointer;
  display: block;
  z-index: 99;
  opacity: 0;
  width: 100px;
  height: 100px;
  right: 10px;
}
#page-top button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
#page-top button img {
  width: 100%;
  height: 100%;
}
#page-top button:hover {
  animation-name: btnHover;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media (max-width: 520px) {
  #page-top {
    display: none;
  }
}

@keyframes btnHover {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.btnFOut {
  animation-name: FOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -124px;
  }
}
.btnFIn {
  animation-name: FIn;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
#page-top-sp {
  display: none;
}
@media (max-width: 520px) {
  #page-top-sp {
    display: inline-block;
    opacity: 1;
    width: 109px;
    margin: 0 auto;
    z-index: 0;
    margin-bottom: 16px;
  }
  #page-top-sp button {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  #page-top-sp button img {
    width: 100%;
    height: 100%;
  }
  #page-top-sp button:hover {
    animation-name: btnHover;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }
}

.footer {
  background: #20a737;
  color: white;
  padding: 8% 5% 2% 5%;
  position: relative;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 7%;
}
@media (max-width: 800px) {
  .footer-box {
    align-items: center;
    width: 94%;
  }
}
@media (max-width: 520px) {
  .footer-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 11%;
  }
}
.footer-text span {
  display: inline-block;
}
@media (max-width: 520px) {
  .footer-text {
    text-align: left;
    order: 2;
  }
}
.footer-name {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.3;
}
.footer-name span {
  font-size: 16px;
  margin-right: 3px;
}
.footer_catch {
  width: 42%;
}
.footer_catch img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 800px) {
  .footer_catch {
    width: 45%;
  }
}
@media (max-width: 520px) {
  .footer_catch {
    width: 89%;
    order: 1;
    margin-bottom: 7%;
  }
}
.footer .copy {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 520px) {
  .footer .copy {
    font-size: 11px;
  }
}
@media (max-width: 520px) {
  .footer {
    padding: 9% 5% 3% 5%;
    text-align: center;
  }
}

.close-cover {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.open .close-cover {
  visibility: visible;
  opacity: 0.5;
}

.header-top, .header-top-arc {
  width: 100%;
  position: fixed;
  z-index: 9998;
  transition: 0.5s;
  display: flex;
  align-items: center;
  background-color: white;
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 12px 4px;
}
@media (max-width: 520px) {
  .header-top-back {
    padding: 14px 3vw;
  }
}

.header-top-back-inner {
  width: 95%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  transition: 0.8s ease;
  max-width: 1200px;
}
@media (max-width: 520px) {
  .header-top-back-inner {
    width: 98%;
    margin: 0;
    margin-left: auto;
  }
}

.header-nav-name img {
  max-width: 350px;
  width: 100%;
  margin-top: 2%;
}

.menu-header {
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
  width: 74%;
}
@media (max-width: 800px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.menu-header-link a {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.menu-header-link a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: "•";
  text-shadow: transparent 0px 0px;
  font-size: 1.2em;
  transform: translateX(-50%);
  pointer-events: none;
  transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
  line-height: 1;
}
.menu-header-link a:hover {
  color: #20a737;
}
.menu-header-link a:hover::before {
  color: #20a737;
  text-shadow: 10px 0 #20a737, -10px 0 #20a737;
}
.menu-header-link:hover {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link.current {
  color: #20a737;
  position: relative;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link.current::before {
  content: "";
  width: 30%;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #20a737;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

.sp-bl {
  display: none;
}

@media (max-width: 800px) {
  /*
   * タブレット・スマホメニューボタン
   */
  .sp-bl {
    display: inline-block;
    margin-left: auto;
    margin-right: 17px;
    line-height: 0.85;
  }
  .sp-bl a {
    line-height: 0.85;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
    font-size: 1.2em;
  }
  .sp-bl a img {
    max-width: 36px;
    display: inline-block;
    width: 100%;
  }
  .sp-bl a:hover {
    opacity: 0.8;
  }
  #nav-toggle {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 1em;
    width: 3.5em;
    height: 3.5em;
    position: relative;
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  #nav-toggle > div {
    height: 24px;
    width: 40px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 13px;
    left: 0;
    margin: auto;
  }
  #nav-toggle span {
    font-size: 14px;
    font-weight: 600;
    color: #20a737;
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #nav-toggle div span {
    width: 100%;
    height: 4px;
    background: #20a737;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #nav-toggle div span:nth-child(1) {
    top: 0;
    animation: nav-toggle-bar01 0.75s forwards;
  }
  @keyframes nav-toggle-bar01 {
    0% {
      transform: translateY(10px) rotate(317deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #nav-toggle div span:nth-child(2) {
    top: 10px;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  #nav-toggle div span:nth-child(3) {
    bottom: 0;
    animation: nav-toggle-bar03 0.75s forwards;
  }
  @keyframes nav-toggle-bar03 {
    0% {
      transform: translateY(-8px) rotate(47deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  /*
   * メニュー押したあとの処理
   */
  .open #nav-toggle {
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  .open #nav-toggle div span:nth-child(1) {
    animation: open-nav-toggle-bar01 0.75s forwards;
    top: 0px;
  }
  @keyframes open-nav-toggle-bar01 {
    0% {
      transform: translateY(0px) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(10px) rotate(222deg);
    }
  }
  .open #nav-toggle div span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle div span:nth-child(3) {
    animation: open-nav-toggle-bar03 0.75s forwards;
  }
  @keyframes open-nav-toggle-bar03 {
    0% {
      transform: translateY(0px) rotate(0);
    }
    50% {
      transform: translateY(-9px) rotate(0);
    }
    100% {
      transform: translateY(-10px) rotate(138deg);
    }
  }
  /*
   * スマホメニュー本体
   */
  #gloval-nav {
    position: fixed;
    flex-direction: column;
    z-index: 990;
    transition: 0.8s ease;
    opacity: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: hidden;
  }
  .nav-menu {
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 7%;
    padding-bottom: 8%;
    background: #20a737;
    z-index: 1;
    margin-top: 80px;
  }
  .nav-menu .h-sns a {
    display: flex;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  .nav-menu .h-sns a span {
    padding-left: 13px;
  }
  .nav-menu .h-sns a img {
    width: 35px;
    height: auto;
  }
  .nav-menu .h-sns a:hover {
    opacity: 0.8;
  }
  ul.nav-menu li {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    border-bottom: 1px solid #75c963;
    width: 90%;
  }
  ul.nav-menu li:first-of-type {
    border-top: 1px solid #75c963;
  }
  .nav-menu li > a {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 20px 0 20px 13px;
    color: white;
    font-weight: bold;
  }
  .nav-menu li > a::after {
    content: "";
    width: 6px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent white;
  }
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: visible;
    height: 100%;
  }
  .open #gloval-nav .nav-menu .nav-menu-list1 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list2 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list3 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list4 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list5 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list6 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list7 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list8 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.85s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list8 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.9s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  }
  .open #gloval-nav li:hover {
    transition: 0.6s ease;
  }
  a.tw-link {
    width: 38px;
  }
  .nav-line {
    background: white;
    width: 100%;
    text-align: center;
  }
  .nav-line p {
    display: inline-block;
    padding: 20px 0;
  }
  .nav-line a {
    width: 100%;
  }
}
/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
  margin-top: 1%;
  line-height: 1.5;
  padding-left: 3%;
}
.breadcrumb-area span a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area span a:hover {
  color: #20a737;
}
@media (max-width: 520px) {
  .breadcrumb-area {
    padding: 3%;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -8.5px;
}

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