@charset "UTF-8";
/*
 * 変数
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

img {
  width: 100%;
}

/*
 * トランジション
 */
/* 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, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #333;
  font-feature-settings: "palt";
}

b, strong, .bold {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 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: 1025px) {
  .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: 1025px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

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

.main-tit-block {
  text-align: center;
}
.main-tit-block .main-tit {
  display: inline-block;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  align-items: center;
  color: #EB6101;
  margin: 0 auto;
}
.main-tit-block .main-tit h2 {
  font-size: 6em;
  font-weight: 600;
  display: block;
  line-height: 1;
}
@media (max-width: 530px) {
  .main-tit-block .main-tit h2 {
    font-size: 4em;
  }
}
.main-tit-block .main-tit span {
  display: inline-block;
  font-size: 1.4em;
  margin-top: -5px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 530px) {
  .main-tit-block .main-tit span {
    font-size: 1.2em;
  }
}

.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: #F7B500;
  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.18, 0.89, 0.32, 1.28);
  z-index: 99;
  border: 1px solid;
}
#page-top:hover {
  transform: translate(0, -10px);
  background: #EB6101;
}
@media (max-width: 530px) {
  #page-top {
    bottom: 76px;
    right: 0;
  }
}
#page-top i {
  width: 100%;
  height: 100%;
  margin-top: 6%;
  display: inline-block;
}

.btnFOut {
  -webkit-animation-name: "FOut";
  animation-name: "FOut";
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -50px;
  }
}
.btnFIn {
  -webkit-animation-name: "FIn";
  animation-name: "FIn";
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
.footer-top {
  display: flex;
  flex-direction: column;
  background-color: #F29500;
  margin-top: 25%;
}
.footer-bottom {
  text-align: center;
  font-size: 0.7em;
  padding: 1.5% 0 1.5%;
  position: relative;
  line-height: 1.1;
  z-index: 3;
}
@media (max-width: 530px) {
  .footer-bottom {
    font-size: 0.6em;
    padding: 3% 0 3%;
  }
}

.footer-colwidth {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 530px) {
  .footer-colwidth {
    align-items: flex-start;
  }
}
.footer-colwidth .footer-txt {
  width: 35%;
  margin-left: 15%;
  margin-bottom: 2%;
  color: white;
  text-align: center;
}
@media (min-width: 1600px) {
  .footer-colwidth .footer-txt {
    margin-bottom: 4%;
  }
}
@media (max-width: 1025px) {
  .footer-colwidth .footer-txt {
    width: 40%;
    margin-left: 10%;
    padding-top: 5%;
  }
}
@media (max-width: 530px) {
  .footer-colwidth .footer-txt {
    width: 55%;
    text-align: left;
    margin-top: 8%;
    margin-right: -5%;
    padding-top: 0;
  }
}
.footer-colwidth .footer-txt .address {
  margin-top: 3%;
  font-size: clamp(1.063rem, 0.889rem + 0.27vw, 1.125rem);
}
@media (max-width: 1025px) {
  .footer-colwidth .footer-txt .address {
    font-size: clamp(0.938rem, 0.218rem + 1.52vw, 1.188rem);
  }
}
@media (max-width: 530px) {
  .footer-colwidth .footer-txt .address {
    margin-top: 6%;
    line-height: 1.3;
    font-size: clamp(0.988rem, -0.041rem + 4.57vw, 1.188rem);
  }
  .footer-colwidth .footer-txt .address .aks {
    font-size: 0.9em;
  }
}
.footer-colwidth .footer-txt .f-sns {
  font-size: 30px;
}
.footer-colwidth .footer-txt .f-sns a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer-colwidth .footer-txt .f-sns a:hover {
  transform: scale(1.15);
}
.footer-colwidth .footer-image {
  width: 59%;
  margin-top: -18%;
  margin-bottom: -6.9%;
  margin-left: -5%;
}
@media (min-width: 1600px) {
  .footer-colwidth .footer-image {
    margin-bottom: -112.12px;
  }
}
@media (max-width: 1025px) {
  .footer-colwidth .footer-image {
    width: 63%;
    margin-right: -4%;
    margin-bottom: 0;
    margin-top: -25%;
  }
}
@media (max-width: 530px) {
  .footer-colwidth .footer-image {
    width: 110%;
    margin-right: -31%;
    margin-left: -39%;
    margin-bottom: 0;
    margin-top: -13%;
  }
}
.footer-colwidth .footer-image img {
  width: 100%;
}

.footer-baner {
  background-color: #EA6301;
  padding: 1.5% 0 1.5%;
}
@media (min-width: 1600px) {
  .footer-baner {
    padding: 25px 0 25px;
  }
}
@media (max-width: 1025px) {
  .footer-baner {
    padding: 25px 0 25px;
  }
}
@media (max-width: 530px) {
  .footer-baner {
    padding: 35px 0 35px;
  }
}
.footer-baner .links {
  max-width: 1600px;
  margin: 0 auto;
}
.footer-baner .links-inner {
  display: flex;
  margin-left: 9%;
  gap: 12px;
}
@media (max-width: 1025px) {
  .footer-baner .links-inner {
    justify-content: center;
    margin-left: 0%;
  }
}
@media (max-width: 530px) {
  .footer-baner .links-inner {
    flex-direction: column;
  }
}
.footer-baner .links-inner div {
  width: 16%;
  transition: 0.3s ease;
}
.footer-baner .links-inner div:hover {
  opacity: 0.7;
}
@media (max-width: 1025px) {
  .footer-baner .links-inner div {
    width: 20%;
  }
}
@media (max-width: 530px) {
  .footer-baner .links-inner div {
    width: 58%;
    margin: 0 auto;
  }
}

header {
  height: 86px;
}
@media (max-width: 1025px) {
  header {
    height: 65px;
  }
}
@media (max-width: 530px) {
  header {
    height: 72px;
  }
}

.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: 1025px) {
  .header-top-back {
    padding: 0;
  }
}
@media (max-width: 530px) {
  .header-top-back {
    padding: 3px;
  }
}

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

.header-nav-name a {
  display: inline-block;
}
.header-nav-name img {
  max-width: 174px;
  width: 100%;
  margin-top: 2%;
}
@media (max-width: 1025px) {
  .header-nav-name img {
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 160px;
  }
}

.menu-header {
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
  width: 74%;
}
@media (max-width: 1025px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
}
.menu-header-link a {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  position: relative;
  display: inline-block;
  transition: all 0.35s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #EB6101;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.menu-header-link a:hover {
  color: #EB6101;
}
.menu-header-link a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menu-header-link {
  position: relative;
}
.menu-header-link:hover {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link.current {
  color: #EB6101;
  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: #EB6101;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

@media (max-width: 1025px) {
  /*
   * タブレット・スマホメニューボタン
   */
  #nav-toggle,
  #nav-toggle span {
    display: inline-block;
    box-sizing: border-box;
  }
  #nav-toggle {
    position: absolute;
    top: -6px;
    right: 0px;
    width: 71px;
    height: 71px;
    border: none;
    border-radius: 50%;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle {
    top: 3px;
    right: 4px;
    height: 61px;
    width: 61px;
  }
}
@media (max-width: 1025px) {
  #menu-text {
    display: inline-block;
    color: #333;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 44px;
    right: 0;
    font-size: 0.9em;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #menu-text {
    top: 36px;
    font-size: 0.76em;
  }
}
@media (max-width: 1025px) {
  #nav-toggle:focus:not(:focus-visible) {
    outline: none;
  }
  #nav-toggle::before,
  #nav-toggle::after {
    content: "";
  }
  #nav-toggle::before,
  #nav-toggle::after,
  #nav-toggle span {
    position: absolute;
    margin: auto;
    width: 56%;
    right: 0;
    left: 0;
    height: 4px;
    background: #EB6101;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  }
  #nav-toggle::before {
    top: 14px;
    left: 15px;
    transform-origin: 0 0;
    transform: rotate(44deg) scaleX(0);
    transition-delay: 0s;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle::before {
    top: 8px;
    left: 12px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle::after {
    top: 14px;
    right: 15px;
    transform-origin: 100% 0;
    transform: rotate(-44deg) scaleX(0);
    transition-delay: 0.2s;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle::after {
    top: 8px;
    right: 12px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle span:nth-of-type(-n+3) {
    right: 0;
    transform-origin: 100% 0;
    transition-delay: 0.5s;
  }
  #nav-toggle span:nth-of-type(1) {
    top: 15px;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle span:nth-of-type(1) {
    top: 12px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle span:nth-of-type(2) {
    top: 26px;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle span:nth-of-type(2) {
    top: 21px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 27px;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 27px;
  }
}
@media (max-width: 1025px) {
  .open #nav-toggle::before {
    transform: rotate(44deg) scaleX(1);
    transition-delay: 0.6s;
    background-color: #EB6101;
  }
  .open #nav-toggle::after {
    transform: rotate(-44deg) scaleX(1);
    transition-delay: 0.8s;
    background-color: #EB6101;
  }
  .open #nav-toggle span:nth-of-type(-n+3) {
    transform: scaleX(0);
  }
  .open #nav-toggle span:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .open #nav-toggle span:nth-of-type(2) {
    transition-delay: 0.18s;
  }
  .open #nav-toggle span:nth-of-type(3) {
    transition-delay: 0.26s;
  }
}
@media (max-width: 1025px) {
  /*
   * スマホメニュー本体
   */
  #gloval-nav {
    position: fixed;
    flex-direction: column;
    z-index: 990;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 63px;
    height: 0;
    background: rgb(245, 164, 0);
    background: linear-gradient(180deg, rgb(245, 164, 0) 0%, rgb(238, 118, 0) 100%);
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: hidden;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #gloval-nav {
    margin-top: 58px;
  }
}
@media (max-width: 1025px) and (max-width: 530px) {
  #gloval-nav {
    margin-top: 56px;
  }
}
@media (max-width: 1025px) {
  .nav-container {
    width: 0;
    height: 100vh;
    padding: 4em 0 8em;
    position: absolute;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.39, 0.94, 0.53, 1.01);
    transition: all 0.7s cubic-bezier(0.39, 0.94, 0.53, 1.01);
    visibility: hidden;
  }
  .nav-text-block {
    width: 87%;
    height: 100%;
    margin: 0 auto;
  }
  ul.nav-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  ul.nav-menu li {
    width: 100%;
    list-style-type: none;
    text-align: right;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    filter: blur(10px);
    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;
    border-bottom: 1px solid white;
  }
  ul.nav-menu li + li {
    border-top: none;
  }
  ul.nav-menu li a {
    width: 100%;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.2s ease;
    padding: 24px 0 24px 22px;
    font-weight: 500;
  }
  ul.nav-menu li a img {
    height: 100%;
  }
  ul.nav-menu li a .arrow01 {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 24px;
  }
  ul.nav-menu li a .arrow01::after, ul.nav-menu li a .arrow01::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-right-s-line.svg) no-repeat;
    transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  }
  ul.nav-menu li a .arrow01::after {
    transform: translate(-100%, 0);
    transition-delay: 0s;
  }
  .open .nav-container {
    -webkit-transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
    transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
    opacity: 1;
    visibility: visible;
    width: 100vw;
  }
  .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;
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s;
    animation: fadeblur 1s ease forwards 0.6s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list2 {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s;
    animation: fadeblur 1s ease forwards 0.65s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list3 {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s;
    animation: fadeblur 1s ease forwards 0.7s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list4 {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s;
    animation: fadeblur 1s ease forwards 0.75s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list5 {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s;
    animation: fadeblur 1s ease forwards 0.8s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list6 {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s;
    animation: fadeblur 1s ease forwards 0.85s;
  }
  .open #gloval-nav li:hover {
    transition: 0.6s ease;
  }
}
@keyframes fadeblur {
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    filter: blur(0);
  }
}
@keyframes ops {
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/*
 * パンくずリスト
 */
.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: #EB6101;
}
.breadcrumb-area i {
  font-size: 1.3em;
  vertical-align: text-bottom;
}
@media (max-width: 530px) {
  .breadcrumb-area {
    padding: 3%;
    font-size: 12px;
  }
}
