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

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

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

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

/*
 * トランジション
 */
/* 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: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
  font-feature-settings: "palt";
}

_: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;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .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: 900px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

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

.main-tit {
  background-color: hsl(219, 54%, 38%);
  padding: 8px 0 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.main-tit h2 {
  font-size: 23px;
  font-weight: 600;
  color: white;
}
.main-tit span {
  display: block;
  color: #97abd3;
  font-weight: bold;
  line-height: 1;
}

.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 {
  background: hsl(219, 54%, 38%);
  border: 1px solid white;
  position: fixed; /*固定*/
  cursor: pointer;
  font-size: 2.4em;
  display: block;
  width: 50px;
  color: white;
  height: 50px;
  text-align: center;
  right: 19px;
  bottom: 92px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 99;
}
#page-top:hover {
  transform: translate(0, -10px);
}
@media (max-width: 560px) {
  #page-top {
    bottom: 76px;
    right: 17px;
  }
}
#page-top i {
  width: 100%;
  height: 100%;
  margin-top: 9%;
  display: inline-block;
}

.btnFOut {
  -webkit-animation-name: "FOut";
  animation-name: "FOut";
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -124px;
  }
}
.btnFIn {
  -webkit-animation-name: "FIn";
  animation-name: "FIn";
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
.footer {
  background: hsl(219, 54%, 38%);
  color: white;
  padding: 5% 5% 2% 5%;
  position: relative;
}
.footer-box {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 5%;
}
@media (max-width: 900px) {
  .footer-box {
    width: 94%;
  }
}
@media (max-width: 560px) {
  .footer-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 11%;
  }
}
.footer-name {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.3;
}
.footer-name span {
  font-size: 16px;
  margin-left: 3px;
}
.footer .f-sns a {
  font-size: 2em;
}
.footer .f-sns a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (max-width: 560px) {
  .footer .f-sns a {
    font-size: 2.5em;
  }
}
.footer .copy {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 560px) {
  .footer .copy {
    font-size: 11px;
  }
}
@media (max-width: 560px) {
  .footer {
    padding: 9% 5% 3% 5%;
    text-align: center;
  }
}

header {
  height: 86px;
}
@media (max-width: 560px) {
  header {
    height: 80px;
  }
}

.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: 900px) {
  .header-top-back {
    padding: 0;
  }
}

.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: 900px) {
  .header-top-back-inner {
    margin: 0;
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .header-top-back-inner {
    width: 98%;
    margin: 0;
    margin-left: auto;
  }
}

.header-nav-name img {
  max-width: 174px;
  width: 100%;
  margin-top: 2%;
}
@media (max-width: 560px) {
  .header-nav-name img {
    max-width: 184px;
  }
}

.menu-header {
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
  width: 74%;
}
@media (max-width: 900px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.menu-header-link a {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  position: relative;
  display: inline-block;
  color: #333;
  line-height: 2;
}
.menu-header-link a span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.menu-header-link a::before, .menu-header-link a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  color: hsl(219, 54%, 38%);
}
.menu-header-link a::before {
  content: "";
  height: 2px;
  top: calc(100% - 2px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.menu-header-link a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.menu-header-link a::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  background: none;
  transform-origin: 100% 50%;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  text-align: center;
}
.menu-header-link a:hover::after {
  transform: translate3d(0, 0, 0);
}
.menu-header-link a:hover span {
  transform: translate3d(-150%, 0, 0);
}
.menu-header-link:hover {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header .h-sns-link .h-fb-link {
  font-size: 1.7em;
}
.menu-header .h-sns-link .h-fb-link:before {
  content: none;
}
.menu-header .h-sns-link .h-fb-link i {
  transition: 0.3s;
}
.menu-header .h-sns-link .h-fb-link:hover i {
  color: #1877f2;
}
.menu-header .h-sns-link .h-ig-link {
  font-size: 1.7em;
  margin-left: 6px;
}
.menu-header .h-sns-link .h-ig-link:before {
  content: none;
}
.menu-header .h-sns-link .h-ig-link i {
  transition: 0.3s;
  background: linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(51, 51, 51) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-header .h-sns-link .h-ig-link:hover i {
  background: linear-gradient(90deg, rgb(76, 100, 211) 0%, rgb(207, 46, 146) 34%, rgb(242, 105, 57) 73%, rgb(255, 221, 131) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

@media (max-width: 900px) {
  /*
   * タブレット・スマホメニューボタン
   */
  #nav-toggle {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 1em;
    width: 4em;
    height: 5em;
    position: relative;
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  #nav-toggle > div {
    height: 32px;
    width: 43px;
    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: hsl(219, 54%, 38%);
    position: absolute;
    bottom: 7px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #nav-toggle div span {
    width: 100%;
    height: 6px;
    background: hsl(219, 54%, 38%);
    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: 13px;
    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: 5px;
  }
  @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;
    bottom: 2px;
  }
  @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: 18% 0;
    background: hsl(219, 54%, 38%);
    z-index: 1;
    margin-top: 80px;
    position: relative;
  }
  .nav-menu:before, .nav-menu::after {
    content: "";
    width: 0;
    height: 15vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    transition: width 0.2s linear;
    transition-delay: 0.8s;
  }
  .nav-menu:before {
    top: 0;
    left: 0;
    background-image: url(../images/menu-before.svg);
    background-position: left top;
  }
  .nav-menu:after {
    bottom: 0;
    right: 0;
    background-image: url(../images/menu-after.svg);
    background-position: right bottom;
  }
  .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 #7495d7;
    width: 85%;
  }
  .nav-menu li > a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 17px 0;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
  }
  .nav-menu .f-sns {
    display: flex;
    justify-content: center;
    border-bottom: none;
  }
  .nav-menu .f-sns a {
    display: inline-block;
    width: auto;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1;
    margin: 0 5px;
  }
  .open {
    overflow: hidden;
  }
  .open .nav-menu:before, .open .nav-menu::after {
    width: 50vw;
  }
  .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.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  }
  .open #gloval-nav li:hover {
    transition: 0.6s ease;
  }
  .f-sns a {
    font-size: 2em;
  }
}
/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding-bottom: 1%;
  padding-top: 1%;
  line-height: 1;
  padding-left: 3%;
  background-color: white;
}
.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: #b08fca;
}
@media (max-width: 560px) {
  .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 */
