@charset "UTF-8";
/*******************************************
	@共通項目
********************************************/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 1.2386rem + 0.7485vw, 1.8rem);
  line-height: 1.8;
  word-wrap: break-word;
  word-break: break-word;
  font-style: 400;
  color: #222;
  background-color: #FFF6F4;
}
.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  position: relative;
  margin: auto;
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 120px;
  }
}
main.top {
  padding-top: 0;
}
@media screen and (min-width: 768px), print {
  main.top {
    padding-top: 0;
  }
}

main .top {
  padding-top: 0;
}
@media screen and (min-width: 768px), print {
  main .top {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .area {
    background: #fff3f3;
    background: -webkit-linear-gradient(to left, #fffcfc, #fff3f3);
    width: 100%;
    height: 100%;
  }
  .circles {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130vh;
  }
  .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(177, 68, 5, 0.2);
    -webkit-animation: animate 25s linear infinite;
            animation: animate 25s linear infinite;
    bottom: -80px;
  }
  .circles li:nth-child(1) {
    left: 25%;
    width: 75px;
    height: 80px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .circles li:nth-child(2) {
    left: 10%;
    width: 35px;
    height: 32px;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .circles li:nth-child(3) {
    left: 70%;
    width: 46px;
    height: 40px;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }
  .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 55px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 21s;
            animation-duration: 21s;
  }
  .circles li:nth-child(5) {
    left: 15%;
    width: 130px;
    height: 125px;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  .circles li:nth-child(6) {
    left: 75%;
    width: 105px;
    height: 110px;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .circles li:nth-child(7) {
    left: 56%;
    width: 140px;
    height: 150px;
    background: rgba(255, 0, 0, 0.4);
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .circles li:nth-child(8) {
    left: 50%;
    width: 50px;
    height: 55px;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
  .circles li:nth-child(9) {
    left: 35%;
    width: 35px;
    height: 30px;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 145px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
  @-webkit-keyframes animate {
    5% {
      -webkit-transform: translateY(0) rotate(0deg);
              transform: translateY(0) rotate(0deg);
      opacity: 0.1;
      border-radius: 50%;
    }
    100% {
      -webkit-transform: translateY(-1500px) rotate(720deg);
              transform: translateY(-1500px) rotate(720deg);
      opacity: 0.8;
      border-radius: 40%;
    }
  }
  @keyframes animate {
    5% {
      -webkit-transform: translateY(0) rotate(0deg);
              transform: translateY(0) rotate(0deg);
      opacity: 0.1;
      border-radius: 50%;
    }
    100% {
      -webkit-transform: translateY(-1500px) rotate(720deg);
              transform: translateY(-1500px) rotate(720deg);
      opacity: 0.8;
      border-radius: 40%;
    }
  }
}
.w-container {
  width: 100%;
  margin: auto;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .w-container {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
}

.page-title {
  width: 100%;
  margin: auto;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 2;
  background-color: #F9F7AB;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 768px), print {
  .page-title {
    max-width: 1000px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

.page-container {
  width: 100%;
  margin: auto;
  padding: 4% 4% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-container {
    max-width: 1000px;
    margin: auto;
    padding: 20px 40px 50px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.page-lead {
  width: 100%;
  margin: 0.75em auto 3em;
  font-weight: 400;
}
*.marks {
  position: relative;
  margin-bottom: 1.5em;
  font-size: clamp(1.4rem, 1.0876rem + 1.5868vw, 2rem);
}
*.marks-head {
  position: relative;
  z-index: 0;
  margin-bottom: 0.25em;
  padding-left: 0.6em;
  font-weight: 500;
  color: #222;
  padding: 0 0 0 0.8em;
  background-image: url(../img/circleR2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
*.marks-body {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.05em;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: rgba(34, 34, 34, 0.9);
}
*.marks-body.none {
  padding-left: 1.2em;
}
*.marks-body::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 0.65em;
  left: 1.3em;
  background-color: rgba(177, 68, 5, 0.7);
}
*.marks-body.none::before {
  display: none;
}
@media screen and (min-width: 768px) {
  *.marks {
    margin-bottom: 2em;
  }
}

.headings-head {
  position: relative;
  margin-bottom: 0.25rem;
  padding-bottom: 0.75rem;
  font-size: clamp(1.4rem, 1.0876rem + 1.5868vw, 2rem);
}
.headings-head::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-90deg, #b14405, #fcc 2px, transparent 2px, transparent 5px);
}
.headings-body {
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.025em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

a.t-link {
  padding-bottom: 0;
  color: #06f;
}
a.t-link:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #f00;
}

.outer-link,
.outer-link-no {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.5em;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 7px;
  background-color: rgba(204, 204, 204, 0.1);
}
.outer-link::after {
  position: absolute;
  right: 0.15em;
  content: "";
  display: inline-block;
  width: 25px;
  height: 15px;
  background-image: url(../img/icon_outside.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center right 5px;
  margin: 1px 0 0 2px;
}
@media screen and (min-width: 768px) {
  .outer-link::after {
    position: relative;
    width: 25px;
    height: 15px;
    margin: 2px 0 0 10px;
  }
}

.outer-link-no {
  margin-top: 1.5em;
}
.sp-only {
  display: block;
}
@media screen and (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px), print {
  .pc-only {
    display: block;
  }
}

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

ul {
  padding: 0;
  list-style: none;
}

.f-smaller {
  display: block;
  margin-top: 4px;
  font-size: 90%;
  line-height: 1.5;
}

.f-small {
  font-size: 85%;
  line-height: 1.5;
}

/*　TOPへ戻る　*/
#go-to-top {
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b14405;
  border: 2px solid #b14405;
  position: fixed;
  right: 3%;
  bottom: 45px;
}
#go-to-top a {
  display: block;
  width: 100%;
  height: 100%;
}
#go-to-top .top-arrow {
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#go-to-top .top-txt {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px), print {
  #go-to-top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 25px;
  }
  #go-to-top .top-arrow {
    top: 45%;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  #go-to-top .top-txt {
    font-size: 1.3rem;
    bottom: 12px;
  }
  #go-to-top:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
  }
  #go-to-top:hover .top-arrow {
    border-top: 3px solid #b14405;
    border-right: 3px solid #b14405;
  }
  #go-to-top:hover .top-txt {
    color: #b14405;
  }
}

/*******************************************
	@HEADER
********************************************/
/* TOP-HEADER */
.top-header {
  display: none;
}
@media screen and (min-width: 1020px) {
  .top-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 670px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
  }
  .top-header li {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #222;
    cursor: pointer;
  }
  .top-header li:first-child a {
    letter-spacing: -0.075em;
  }
  .top-header li a {
    display: block;
    width: 8em;
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top-header li a:hover {
    color: #fff;
    background-color: #b14405;
  }
  .top-header li.is-current {
    background-color: #F9F7AB;
  }
}

#fixed-header {
  top: -80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#fixed-header #nav-toggle {
  visibility: visible;
}
@media screen and (min-width: 1020px) {
  #fixed-header {
    top: -240px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#fixed-header .top-bg {
  z-index: 100;
  display: block;
  position: fixed;
  right: 0.5%;
  top: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media screen and (min-width: 1020px), print {
  #fixed-header .top-bg {
    display: none;
  }
}

#fixed-header.is-show {
  top: 0;
}

.header {
  position: relative;
  z-index: 1;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
  margin: auto;
  padding: 0 4%;
}
.header__inner .custom-shape-divider-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__inner .custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: 278%;
  height: 100px;
}
.header__inner .custom-shape-divider-top .shape-fill {
  fill: #f2cdc0;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: 85px;
    padding: 0 20px;
  }
  .header__inner .custom-shape-divider-top svg {
    height: 170px;
  }
}

@media screen and (min-width: 768px) {
  .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    height: 85px;
    margin: auto;
  }
}

.header-logo {
  position: relative;
  z-index: 110;
}
.header-logo .logo-image {
  display: block;
  position: absolute;
  top: -102px;
  left: -20px;
  width: 175px;
  height: 175px;
}
@media screen and (min-width: 1020px) {
  .header-logo .logo-image {
    top: -145px;
    left: -10px;
    width: 250px;
    height: 250px;
  }
}

#global-nav {
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  top: 80px;
  left: 11%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1020px), print {
  #global-nav {
    overflow: hidden;
    visibility: visible;
    position: relative;
    padding-bottom: 0;
    top: 15px;
    left: 0;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4em;
  }
}

#global-nav li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
          transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
#global-nav li a {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}
@media screen and (min-width: 1020px), print {
  #global-nav li {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #222;
    cursor: pointer;
  }
  #global-nav li:first-child a {
    letter-spacing: -0.075em;
  }
  #global-nav li a {
    width: 8em;
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 6px 0;
    text-align: center;
  }
  #global-nav li a:hover {
    color: #fff;
    background-color: #b14405;
  }
  #global-nav li.is-current {
    background-color: #F9F7AB;
  }
}

.open #global-nav {
  z-index: 101;
  visibility: visible;
}
.open #global-nav li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
          transform: scaleX(1) translateX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.open #global-nav li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.open #global-nav li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.open #global-nav li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.open #global-nav li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.open #global-nav li:nth-child(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.open #global-nav li:nth-child(7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#nav-bg {
  position: fixed;
  z-index: 99;
  top: -70px;
  right: -70px;
  display: block;
  content: "";
  width: 2800px;
  height: 3200px;
  margin-right: -1400px;
  margin-top: -1600px;
  background: #f2cdc0;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0.02);
          transform: scale(0.02);
}
@media screen and (min-width: 1020px), print {
  #nav-bg {
    display: none;
  }
}

.open #nav-bg {
  z-index: 99;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#nav-toggle {
  z-index: 100;
  display: block;
  position: fixed;
  right: 3%;
  top: 15px;
  width: 30px;
  height: 22px;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1020px), print {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  zoom: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: #000;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  zoom: 1;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  zoom: 1;
}

/*******************************************
	@FOOTER
********************************************/
.footer {
  position: relative;
  width: 100%;
  margin-top: 90px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #f2cdc0;
  /*.wave{
    margin-top:-100px;
  }*/
}
.footer .foot-sns {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 0.5em;
  gap: 20px;
}
.footer .foot-sns .sns-icon {
  width: 10%;
  max-width: 25px;
  height: auto;
}
.footer .foot-link {
  display: none;
}
.footer .foot-box {
  margin-top: -10px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-box__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.footer .foot-box__txt--name {
  font-weight: 700;
}
.footer .foot-box__txt--name .sub {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.footer .foot-box__txt--name .sub span {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.footer .foot-box__txt--name .head {
  font-size: clamp(1.6rem, 1.25vw, 1.6rem);
}
.footer .foot-box__txt--name .head span {
  display: block;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.25vw, 1.6rem);
}
.footer .foot-box__txt--address, .footer .foot-box__txt--tel, .footer .foot-box__txt--site {
  margin-top: 1em;
  font-size: clamp(1.5rem, 1.25vw, 1.6rem);
}
.footer .foot-box__txt--tel, .footer .foot-box__txt--site {
  margin-top: 0.5em;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.25vw, 1.6rem);
}
.footer .foot-box__img {
  width: 35%;
  margin: 0.35em auto 0;
}
.footer .privacy {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer .copyright {
  padding-top: 20px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer .copyright small {
  display: block;
}
@media screen and (min-width: 768px), print {
  .footer {
    width: 100%;
    margin-top: 180px;
    padding-bottom: 10px;
    text-align: center;
    /*.wave{
      width: 100%;
      margin-top:-380px;
    }*/
  }
  .footer .foot-sns {
    padding-top: 1.5em;
    padding-bottom: 0;
    gap: 30px;
  }
  .footer .foot-sns .sns-icon {
    width: 20%;
    max-width: 35px;
    height: auto;
  }
  .footer .foot-link {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-bottom: 0.5em;
    padding-top: 2em;
    font-size: 1.2rem;
    gap: 0.75em;
    font-weight: 500;
  }
  .footer .foot-link li {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #222;
    cursor: pointer;
  }
  .footer .foot-link li:nth-child(2) a {
    letter-spacing: -0.075em;
  }
  .footer .foot-link li a {
    display: block;
    width: 8em;
    color: #222;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .foot-link li a:hover {
    color: #fff;
    background-color: #b14405;
  }
  .footer .foot-link li.is-current {
    background-color: #F9F7AB;
  }
  .footer .foot-box {
    width: auto;
    max-width: 700px;
    margin: auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .foot-box__txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
  .footer .foot-box__txt--name {
    font-weight: 700;
  }
  .footer .foot-box__txt--name .sub {
    font-size: clamp(1.4rem, 2.6vw, 1.6rem);
  }
  .footer .foot-box__txt--name .head {
    font-size: clamp(1.6rem, 3.3vw, 2rem);
  }
  .footer .foot-box__txt--name .head span {
    display: block;
    font-weight: 400;
    font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  }
  .footer .foot-box__txt--address, .footer .foot-box__txt--tel {
    margin-top: 1em;
    font-size: clamp(1.5rem, 3vw, 1.8rem);
  }
  .footer .foot-box__txt--tel {
    text-align: center;
    margin-top: 0.25em;
    font-weight: 500;
    line-height: 1;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
  }
  .footer .foot-box__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 35%;
    margin: auto;
  }
  .footer .foot-box__img img {
    width: 50%;
  }
  .footer .foot-box__img--site {
    margin-bottom: 0.25em;
    font-weight: 500;
    font-size: clamp(1.6rem, 1.25vw, 1.6rem);
  }
  .footer .privacy {
    display: inline-block;
    margin-top: 40px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #222;
  }
  .footer .privacy:hover {
    color: #fff;
  }
  .footer .copyright {
    font-size: 1.4rem;
    line-height: 50px;
  }
  .footer .copyright small {
    display: inline;
  }
}

.waves {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  min-height: 40px;
}
@media screen and (min-width: 768px), print {
  .waves {
    top: -130px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    max-height: 150px;
  }
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

/*.parallax > use:nth-child(3) {
  animation-delay: -5s;
  animation-duration: 20s;
}*/
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
/*******************************************
	@TOP
********************************************/
/* MV */
.sec-mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58.5%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/mv_all.png);
  background-repeat: no-repeat;
  background-position: center top -10px;
  background-size: cover;
  background-color: transparent;
}
.sec-mv .site-basis {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: clamp(1rem, 0.7579rem + 1.1228vw, 1.6rem);
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .sec-mv {
    width: 100%;
    height: 800px;
    padding-top: 0;
    top: -100px;
    background-position: center top;
    background-size: 1280px 800px;
  }
  .sec-mv .site-basis {
    position: absolute;
    top: 109px;
    font-weight: 500;
  }
}

/* LEAD */
.top-lead-container {
  width: 100%;
  margin: auto;
  padding: 4% 4% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-lead-container {
    max-width: 1000px;
    margin: -40px auto 80px;
    padding: 20px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.top-lead {
  font-weight: 500;
  font-size: clamp(1.3rem, 1.0701rem + 1.1679vw, 1.8rem);
  text-align: left;
}
.top-lead__small {
  margin-top: 1em;
  font-size: clamp(1.1rem, 0.8917rem + 1.0579vw, 1.5rem);
}
@media screen and (min-width: 768px), print {
  .top-lead {
    text-align: center;
  }
  .top-lead__small {
    text-align: center;
  }
}

/* SNS */
.sec-sns {
  margin: 80px auto;
}
.sec-sns .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em auto;
  text-align: center;
}
.sec-sns .sns-box__item {
  margin: 2em auto 0;
  width: 100%;
}
.sec-sns .sns-box__item:first-child {
  margin: 0 auto;
}
.sec-sns .sns-box__title {
  font-size: clamp(1.6rem, 1.3097rem + 1.5484vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.15em;
  background-color: rgba(238, 238, 238, 0.5);
}
@media screen and (min-width: 768px), print {
  .sec-sns .sns-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em;
  }
  .sec-sns .sns-box__item {
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
  }
}

/* ------------------------------------------------- *
 *  @ABOUT
 * ------------------------------------------------- */
/* ABOUT */
.sec-about .about-box {
  margin: 0 auto 2em;
}
.sec-about .site {
  margin: 0 auto 0.5em;
  padding-left: 1em;
  font-size: clamp(1.2rem, 0.9917rem + 1.0579vw, 1.6rem);
  font-weight: 500;
}
.sec-about .site span {
  text-transform: uppercase;
}
/* ------------------------------------------------- *
 *  @ADVICE
 * ------------------------------------------------- */
/* ADVICE */
.sec-advice .marks {
  margin-bottom: 2.5em;
}
.sec-advice .marks-body {
  margin-bottom: 1em;
  font-size: clamp(1.3rem, 1.05rem + 1.3333vw, 1.8rem);
}
.sec-advice .marks-body span {
  display: block;
  font-weight: 500;
}
.sec-advice .marks-body span.small {
  display: inline;
  font-size: clamp(1.1rem, 1.0512rem + 0.2481vw, 1.2rem);
  font-weight: 400;
}
.sec-advice .fukidasi-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: -2em;
}
.sec-advice .fukidasi-left img {
  position: relative;
  z-index: 0;
  width: 80px;
  height: auto;
}
.sec-advice .fukidasi-left p {
  position: relative;
  max-width: 100%;
  margin: -15px 0 0;
  padding: 1.2em 1em 0.75em;
  font-size: clamp(1.3rem, 1.029rem + 1.3763vw, 1.7rem);
  border-radius: 5px;
  background-color: rgba(255, 211, 201, 0.5);
  color: #222;
}
.sec-advice .fukidasi-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1em;
}
.sec-advice .fukidasi-right img {
  position: relative;
  z-index: 0;
  width: 80px;
  height: auto;
}
.sec-advice .fukidasi-right p {
  position: relative;
  max-width: 100%;
  margin: -15px 0 0;
  padding: 1.2em 1em 0.75em;
  border-radius: 5px;
  background-color: rgba(210, 232, 255, 0.7);
  color: #222;
}
@media screen and (min-width: 768px) {
  .sec-advice .fukidasi-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0 1em;
    margin-top: 1em;
  }
  .sec-advice .fukidasi-left img {
    width: 120px;
    height: auto;
  }
  .sec-advice .fukidasi-left p {
    position: relative;
    max-width: 100%;
    margin: 3px 0 0;
    padding: 0.8em 1em;
    border-radius: 5px;
    background-color: rgba(255, 211, 201, 0.5);
    color: #222;
  }
  .sec-advice .fukidasi-left p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: rgba(255, 211, 201, 0.5);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: "";
  }
  .sec-advice .fukidasi-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 1em;
    margin-top: 1em;
  }
  .sec-advice .fukidasi-right img {
    width: 120px;
    height: auto;
  }
  .sec-advice .fukidasi-right p {
    position: relative;
    max-width: 100%;
    margin: 3px 0 0;
    padding: 0.8em 1em;
    border-radius: 5px;
    background-color: rgba(210, 232, 255, 0.7);
    color: #222;
  }
  .sec-advice .fukidasi-right p::before {
    position: absolute;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: rgba(210, 232, 255, 0.7);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
  }
}

/* ------------------------------------------------- *
 *  @GATHERING
 * ------------------------------------------------- */
/* GATHERING */
.gathering-box__head {
  position: relative;
  margin: 1em auto;
  padding: 0.5em;
  font-size: clamp(1.5rem, 0.823rem + 2.149vw, 2.8rem);
  text-align: center;
}
.gathering-box__head::before, .gathering-box__head::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  content: "";
  border-radius: 2px;
  background-image: linear-gradient(135deg, #F9F7AB 0%, #b14405 40%, #b14405 60%, #F9F7AB 100%);
  /*background-image: -webkit-gradient(linear, right top, left top, from(#b14405), to(#F9F7AB));
  background-image: -webkit-linear-gradient(right, #b14405 0%, #F9F7AB 100%);
  background-image: linear-gradient(to left, #b14405 0%, #F9F7AB 100%);*/
}
.gathering-box__head::before {
  top: 0;
}
.gathering-box__head::after {
  bottom: 0;
  /*background-image: -webkit-gradient(linear, right top, left top, from(#F9F7AB), to(#b14405));
  background-image: -webkit-linear-gradient(left, #b14405 0%, #F9F7AB 100%);
  background-image: linear-gradient(to right, #b14405 0%, #F9F7AB 100%);*/
}
.gathering-box__body {
  margin: 0.75em auto;
  padding-left: 4%;
  padding-right: 4%;
  font-size: clamp(1.2rem, 0.9944rem + 1.1268vw, 1.6rem);
}
.gathering-box__content {
  width: 100%;
  margin: 0.75em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gathering-box__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.gathering-box__image .pdf {
  margin-top: 1em;
}
.gathering-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 1em;
}
.gathering-box__text .marks-head {
  font-size: 2rem;
}
.gathering-box__text .marks-body {
  font-size: clamp(1.4rem, 1.1944rem + 1.1268vw, 1.8rem);
}
.gathering-box__text .marks-body.none {
  padding-left: 0.5em;
}
.gathering-box__text .gathering-date {
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.gathering-box__text .detail__item {
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  border-bottom: 1px dotted #b14405;
}
.gathering-box__text .detail__head {
  margin-bottom: 0.15em;
  font-weight: 500;
}
.gathering-box__text .detail__body {
  padding-left: 0.75em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .gathering-box__body {
    margin: 1em auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .gathering-box__content {
    margin: 1.5em auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
  .gathering-box__image {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
  .gathering-box__text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-top: 0;
  }
  .gathering-box__text .marks-head {
    font-size: 2.2rem;
  }
  .gathering-box__text .marks-body.none {
    padding-left: 0.75em;
  }
  .gathering-box__text .gathering-date {
    font-size: 2.4rem;
  }
  .gathering-box__text .detail__item {
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    border-bottom: 1px dotted #b14405;
  }
  .gathering-box__text .detail__head {
    font-size: 1.8rem;
    margin-bottom: 0.15em;
    font-weight: 500;
  }
  .gathering-box__text .detail__body {
    padding-left: 1.125em;
    font-size: 1.6rem;
  }
}

.pdf-title {
  margin-top: 12px;
  line-height: 1.35;
  text-align: center;
  padding: 5px 0.2rem;
  background-color: rgba(160, 160, 160, 0.15);
  background-image: url(../img/icon_outside.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px 15px;
}

.pdf-title a {
  display: block;
  font-size: 1.4rem;
}

.pdf-download {
  display: block;
  width: 12em;
  margin: 12px auto;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background-color: #b14405;
}

.pdf-download a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .pdf-title {
    line-height: 1.35;
    padding: 7px 0.2rem;
    background-size: 15px 15px;
  }
  .pdf-title:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    color: #fff;
    background-color: #222;
    background-image: url(../img/icon_outside_white.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px 15px;
  }
  .pdf-title a {
    font-size: 1.6rem;
  }
  .pdf-title:hover a {
    color: #fff;
  }
  .pdf-download {
    padding: 12px 0;
  }
  .pdf-download a {
    font-size: 1.6rem;
  }
  .pdf-download:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #222;
  }
}
div.pdfemb-toolbar {
  padding: 0px;
  margin: 0px;
  border: none;
  z-index: 0 !important;
  position: absolute;
  background-color: grey;
  width: 100%;
}

/* ------------------------------------------------- *
 *  @SUPPORT
 * ------------------------------------------------- */
/* SUPPORT */
.sec-support .support-box {
  margin: 0 auto 2em;
}
.sec-support .headings-head {
  margin-bottom: 1em;
}
.sec-support .outer-box {
  margin-top: 1em;
}
.sec-support .outer-link {
  margin-top: 1.5em;
}
.sec-support .cauton {
  width: 100%;
  margin: 1.5em auto;
  padding: 1em;
  border-radius: 7px;
  border: 1px solid rgba(177, 68, 5, 0.5);
}
/* ------------------------------------------------- *
 *  @ACCESS
 * ------------------------------------------------- */
/* ACCESS */
.sec-access .access-map { /* Google Map */
  margin: 1em auto 2em;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.sec-access .access-map iframe { /* Google Mapのiframe */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec-access .access-map { /* Google Map */
    max-width: 1000px;
  }
}

/* ------------------------------------------------- *
 *  @PAGERS
 * ------------------------------------------------- */
/* PAGERS */
/* NEWS・INFO・GATHERING */
.sec-news,
.sec-gathering {
  width: 100%;
  margin: 0 auto;
}
.sec-news .newslist,
.sec-gathering .newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-weight: 400;
  border-bottom: 1px dotted #b14405;
}
.sec-news .newslist-date,
.sec-gathering .newslist-date {
  font-size: 1.4rem;
}
.sec-news .newslist-category,
.sec-gathering .newslist-category {
  width: 6em;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 2px 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #222;
}
.sec-news .newslist-new,
.sec-gathering .newslist-new {
  width: 3em;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 2px 0;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #f33;
}
.sec-news .newslist-nonew,
.sec-gathering .newslist-nonew {
  width: 3em;
}
.sec-news .newslist-body,
.sec-gathering .newslist-body {
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: 400;
}
.sec-news .newslist-body a:hover,
.sec-gathering .newslist-body a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #f33;
  border-bottom: 1px solid #f33;
}
.sec-news .newsall-btn,
.sec-gathering .newsall-btn {
  width: 12em;
  display: block;
  margin: 2em auto 0;
  padding: 0.6em 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  color: #222;
  border-radius: 5px;
  border: 1px solid #222;
  background-color: #fff;
}
.sec-news .newsall-btn.single,
.sec-gathering .newsall-btn.single {
  width: 10em;
  margin: 0.5em auto 0;
  padding: 0.5em 0;
  font-size: 1.2rem;
}
.sec-news .pagenation,
.sec-gathering .pagenation {
  margin: 2em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
  font-size: 1.4rem;
}
.sec-news .pagenation .page-numbers,
.sec-gathering .pagenation .page-numbers {
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #222;
  background-color: #fff;
}
.sec-news .pagenation .prev,
.sec-news .pagenation .next,
.sec-gathering .pagenation .prev,
.sec-gathering .pagenation .next {
  width: 60px;
  border: none;
  background-color: none;
}
.sec-news .pagenation .current,
.sec-gathering .pagenation .current {
  color: #222;
  background-color: #F9F7AB;
}
.sec-news .single-pager,
.sec-gathering .single-pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .sec-news .newslist,
  .sec-gathering .newslist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-news .newslist-date,
  .sec-gathering .newslist-date {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .sec-news .newslist-category,
  .sec-gathering .newslist-category {
    margin: 0 0.5em;
    font-size: 1.3rem;
    display: inline-block;
  }
  .sec-news .newslist-category a,
  .sec-gathering .newslist-category a {
    color: #222;
  }
  .sec-news .newslist-category a:hover,
  .sec-gathering .newslist-category a:hover {
    color: #fff;
  }
  .sec-news .newslist-category:hover,
  .sec-gathering .newslist-category:hover {
    cursor: pointer;
    background-color: #b14405;
  }
  .sec-news .newslist-category:hover a,
  .sec-gathering .newslist-category:hover a {
    color: #fff;
  }
  .sec-news .newslist-new,
  .sec-gathering .newslist-new {
    width: 3em;
    display: inline-block;
    margin: 0 0.75em 0 0.25em;
    padding: 2px 0;
    font-size: 1.1rem;
  }
  .sec-news .newslist-nonew,
  .sec-gathering .newslist-nonew {
    width: 3em;
    display: inline-block;
    margin: 0 0.75em 0 0.25em;
    padding: 2px 0;
    font-size: 1.1rem;
  }
  .sec-news .newslist-body,
  .sec-gathering .newslist-body {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .sec-news .newsall-btn,
  .sec-gathering .newsall-btn {
    width: 12em;
    display: block;
    margin: 2em auto 0;
    padding: 0.5em 0;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    color: #222;
    border-radius: 5px;
    border: 1px solid #222;
    background-color: #fff;
  }
  .sec-news .newsall-btn:hover,
  .sec-gathering .newsall-btn:hover {
    color: #fff;
    background-color: #b14405;
  }
  .sec-news .newsall-btn.single,
  .sec-gathering .newsall-btn.single {
    width: 10em;
    margin: 1em auto 0;
    padding: 0.5em 0;
    font-size: 1.6rem;
  }
  .sec-news .pagenation,
  .sec-gathering .pagenation {
    margin: 2em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75em;
    font-size: 1.6rem;
  }
  .sec-news .pagenation .page-numbers,
  .sec-gathering .pagenation .page-numbers {
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #222;
    background-color: #fff;
  }
  .sec-news .pagenation .page-numbers:hover,
  .sec-gathering .pagenation .page-numbers:hover {
    color: #fff;
    background-color: #b14405;
  }
  .sec-news .pagenation .prev,
  .sec-news .pagenation .next,
  .sec-gathering .pagenation .prev,
  .sec-gathering .pagenation .next {
    width: 80px;
    border: none;
    background-color: none;
  }
  .sec-news .pagenation .current,
  .sec-gathering .pagenation .current {
    color: #222;
    background-color: #F9F7AB;
  }
}

.single-info-box {
  width: 100%;
  margin: 0.25em auto 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-info-box__date {
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
}
.single-info-box__date .newslist-new {
  width: 3em;
  display: inline-block;
  margin: 0 0 0 0.75em;
  padding: 2px 0;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #f33;
}
.single-info-box__title {
  width: 100%;
  margin: 10px auto;
  padding-bottom: 8px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.single-info-box__body {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px), print {
  .single-info-box {
    width: 100%;
    margin: 0.25em auto 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-info-box__date {
    text-align: left;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .single-info-box__date .newslist-new {
    width: 3em;
    display: inline-block;
    margin: 0 0 0 0.75em;
    padding: 2px 0;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #f33;
  }
  .single-info-box__title {
    width: 100%;
    margin: 10px auto;
    padding-bottom: 12px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
  }
  .single-info-box__body {
    width: 100%;
    margin: 0.75em auto 0;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}

.single-pager {
  width: 100%;
  margin: 1em auto 1em;
  padding-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  border-top: 1px dotted #b14405;
}
.single-pager .prev,
.single-pager .next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  text-align: left;
}
.single-pager .next {
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .single-pager {
    width: 100%;
    margin: 3em auto 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.5rem;
  }
  .single-pager .prev,
  .single-pager .next {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    text-align: left;
  }
  .single-pager .next {
    text-align: right;
  }
}

/* ------------------------------------------------- *
 *  @FORM　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* FORM */
.sec-form .page-lead {
  text-align: center;
}
.form-tel {
  margin: 60px auto 0;
  text-align: center;
}
.form-tel__head {
  font-size: clamp(1.2rem, 0.907rem + 1.4884vw, 1.8rem);
  font-weight: 500;
}
.form-tel__body {
  margin: auto;
  margin-top: 0.5em;
  font-size: clamp(1.2rem, 0.907rem + 1.4884vw, 1.8rem);
  text-align: left;
  font-weight: 500;
}
.form-tel__body th {
  text-transform: uppercase;
}
.form-tel__body td span {
  display: block;
  font-weight: 400;
  font-size: clamp(1.1rem, 1.0512rem + 0.2481vw, 1.2rem);
  text-align: right;
}
@media screen and (min-width: 768px) {
  .form-tel {
    margin: 50px auto 0;
  }
}

.table-form {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .table-form {
    width: 90%;
    padding: 3rem 4rem;
  }
}
.table-form th,
.table-form td {
  width: 100%;
  display: block;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table-form th,
  .table-form td {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
}
.table-form th {
  margin-bottom: 7px;
  padding-left: 0.5rem;
  font-weight: 500;
  line-height: 1;
}
.table-form th .required {
  color: #c00;
  font-size: clamp(1.2rem, 1.1193rem + 0.3743vw, 1.4rem);
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .table-form th {
    width: 30%;
  }
  .table-form th::before {
    margin-right: 7px;
  }
}
.table-form td {
  margin-bottom: 20px;
}
.table-form td .long {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table-form td {
    width: 70%;
    margin-bottom: 20px;
  }
  .table-form td .long.denwa {
    margin-bottom: 15px;
  }
}

label {
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  height: 35px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: solid 1px #D0D0D0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel] {
    height: 40px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
input.short {
  margin-left: 0.5em;
  width: 55%;
  height: 35px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: solid 1px #D0D0D0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  input.short {
    width: 60%;
    height: 40px;
    font-size: 1.8rem;
  }
}
input.none {
  display: none;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 240px;
  padding: 3px 2px;
  font-size: 1.6rem;
  border-radius: 5px;
  border: solid 1px #D0D0D0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 205px;
    font-size: 1.8rem;
  }
}

input,
textarea {
  padding: 8px;
  line-height: 1.6;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

/*table.formTable th span,*/
form.cmxform label.error,
label.error,
.error {
  color: #c00;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  form.cmxform label.error,
  label.error,
  .error {
    font-size: 1.4rem;
  }
}

.submit-center {
  position: relative;
  width: 50%;
  margin: 5px auto 0;
}
@media screen and (min-width: 768px) {
  .submit-center {
    width: 380px;
    margin: 35px auto 50px;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border: none;
}
/* 同意したら送信ボタン */
input[type=submit] {
  background: #000;
  border: 2px solid #000;
}

/* 送信ボタン - マウスオーバー時 */
@media screen and (min-width: 768px) {
  input[type=submit]:hover {
    color: #000;
    background: #fff;
    border: 2px solid #000;
  }
}

/* 送信ボタン - 押せないとき */
input[type=submit][disabled] {
  background-color: rgba(201, 63, 45, 0.8);
  cursor: default;
}

/* 戻って修正ボタン */
input[type=button] {
  background: #999;
  margin-top: 20px;
  border: 2px solid #999;
}

/* 戻って修正ボタン - マウスオーバー時 */
@media screen and (min-width: 768px) {
  input[type=button]:hover {
    color: #999;
    background: #fff;
    border: 2px solid #999;
  }
}

.error {
  padding-left: 10px;
}

/* ラジオボタン */
.radio_text {
  margin-right: 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .radio_text {
    margin-right: 15px;
  }
}

input[type=radio] {
  width: 30px;
  height: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}

/*
.certify_subject{
	width:100%;
	margin:90px auto 0;
	padding-top:.35em;
	padding-bottom:.35em;
	color:#67403e;
	font-size:5.333333vw;
	font-weight:900;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height:1.35;
	letter-spacing:.05em;
	border-radius:4px;
	background-color:#F8B62D;
	@media screen and (min-width:768px) {
		width:90%;
		margin:110px auto 0;
		font-size:2.8rem;
		border-radius:7px;
	}
}.certify_title{
	margin:10px auto;
	text-align: center;
	font-size:5.333333vw;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:.1em;
	@media screen and (min-width:768px) {
		margin:20px auto 15px;
		font-size:2.4rem;
	}
}
.certify_text{
	margin-bottom:20px;
	text-align: center;
	font-size:3.733333vw;
	font-family: 'Noto Sans JP', sans-serif;
	@media screen and (min-width:768px) {
		font-size:1.6rem;
	}
}
*/
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #888;
  outline-offset: 0;
}

/* reCAPTCHAロゴ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.google-recaptcha {
  margin: 3em auto 1em;
  text-align: center;
  font-size: 1.2rem;
}
.google-recaptcha a {
  color: #06f;
}
@media screen and (min-width: 768px) {
  .google-recaptcha {
    font-size: 1.4rem;
  }
  .google-recaptcha a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #f00;
  }
}

/* ------------------------------------------------- *
 *  @PRIVACY-POLICY
 * ------------------------------------------------- */
/* PRIVACY */
.sec-privacy .page-title {
  padding: 3px 0;
  line-height: 1.4;
}
.sec-privacy .page-lead {
  margin-bottom: 2em;
  font-weight: 500;
}
.sec-privacy .privacy-box {
  margin: 0 auto 2em;
}
.sec-privacy .privacy-box .heading {
  margin-left: 1em;
  padding-left: 0.5em;
  padding-right: 0.35em;
  list-style-type: decimal;
}
.sec-privacy .privacy-box .heading li {
  margin-top: 1em;
}
.sec-privacy .privacy-box2 {
  margin: 0 auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1em;
  padding-left: 0.5em;
  padding-right: 0.35em;
}
.sec-privacy .privacy-box2 .heading {
  text-align: left;
}
.sec-privacy .privacy-box2 .body {
  margin-top: 1em;
  text-align: right;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sec-privacy .page-title {
    padding: 0;
    line-height: 2;
  }
  .sec-privacy .page-lead {
    text-align: center;
  }
  .sec-privacy .privacy-box {
    margin: 0 auto 2em;
  }
  .sec-privacy .privacy-box .heading {
    margin-left: 1em;
    padding-left: 1em;
    padding-right: 1em;
    list-style-type: decimal;
  }
  .sec-privacy .privacy-box .heading li {
    margin-top: 1em;
  }
  .sec-privacy .privacy-box2 {
    margin: 0 auto 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .sec-privacy .privacy-box2 .heading {
    text-align: left;
  }
  .sec-privacy .privacy-box2 .body {
    margin-top: 0;
    line-height: 1.65;
  }
}

/* ------------------------------------------------- *
 *  @INFO
 * ------------------------------------------------- */
/* INFO */
.single-info-box .info-pdf-box {
  width: 100%;
  height: auto;
  margin: 1.5em auto;
}
@media screen and (min-width: 768px) {
  .single-info-box .info-pdf-box {
    width: 90%;
  }
}
.single-info-box .info-pdf-download a {
  display: block;
  width: 12em;
  margin: 12px auto;
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 3px;
  background-color: #b14405;
}
@media screen and (min-width: 768px) {
  .single-info-box .info-pdf-download a {
    width: 14em;
    padding: 15px 0;
  }
  .single-info-box .info-pdf-download a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #222;
  }
}
/*# sourceMappingURL=style.css.map */